This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Overhaul the semantics of the warning
[perl5.git] / Changes
diff --git a/Changes b/Changes
index 207156b..d1699f7 100644 (file)
--- a/Changes
+++ b/Changes
@@ -25,91739 +25,33476 @@ to the perl5-porters mailing list.  You can retrieve the messages for
 example from http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/
 
 --------------
-Version v5.7.X         Development release working toward v5.8
+Version v5.9.X         Development release working toward v5.10
 --------------
+
 ____________________________________________________________________________
-[ 17573] By: jhi                                   on 2002/07/16  13:14:34
-        Log: Mac OS X dyld problem: try more direct action first.
+[ 24131] By: steveh                                on 2005/04/01  08:18:27
+        Log: Remove dependency on tr(1) for MinGW builds on Win32
+             
+             This leaves things slightly (more) broken for MinGW builds on Cygwin,
+             but that doesn't currently quite work in other respects and isn't
+             documented anyway.  See:
+             
+             http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-03/msg00751.html
      Branch: perl
-          ! pod/perldelta.pod
+          ! pod/perl592delta.pod win32/makefile.mk
 ____________________________________________________________________________
-[ 17572] By: jhi                                   on 2002/07/16  13:06:04
-        Log: More explicit solution for the Mac OS X "dyld undefined symbols"
-             problem.
+[ 24130] By: rgs                                   on 2005/04/01  07:47:26
+        Log: Regenerate perltoc and perlmodlib
      Branch: perl
-          ! pod/perldelta.pod
+          ! pod/perlmodlib.pod pod/perltoc.pod
 ____________________________________________________________________________
-[ 17571] By: jhi                                   on 2002/07/16  12:25:07
-        Log: Upgrade to Locale::Codes 2.06.
+[ 24129] By: rgs                                   on 2005/04/01  07:36:04
+        Log: POD fixes.
      Branch: perl
-          ! lib/Locale/Codes/ChangeLog lib/Locale/Codes/README
-          ! lib/Locale/Country.pm lib/Locale/Country.pod
-          ! lib/Locale/Currency.pm lib/Locale/Language.pm
-          ! lib/Locale/Script.pm
+          ! pod/perlfaq1.pod
 ____________________________________________________________________________
-[ 17570] By: gsar                                  on 2002/07/16  02:57:47
-        Log: integrate a variant of change#17568 from maint-5.6 branch (the
-             do_exec parts elided so that change is restricted strictly to
-             windows; binary compatibility stubs not needed)
+[ 24128] By: rgs                                   on 2005/04/01  07:19:27
+        Log: FAQ sync.
      Branch: perl
-          ! embed.fnc embed.h global.sym iperlsys.h makedef.pl pp_sys.c
-          ! proto.h win32/perlhost.h win32/win32.c win32/win32.h
+          ! pod/perlfaq.pod pod/perlfaq3.pod pod/perlfaq4.pod
+          ! pod/perlfaq6.pod pod/perlfaq7.pod
 ____________________________________________________________________________
-[ 17569] By: jhi                                   on 2002/07/16  02:26:12
-        Log: Integrate change #16844 from maint:
-             
-             extension of change#16332: isolate signal diddling to the main
-             interpreter (fixes signal-related races, e.g. when multiple
-             threads run system())
-     Branch: perl
-         !> util.c
-____________________________________________________________________________
-[ 17568] By: gsar                                  on 2002/07/16  01:26:12
-        Log: on windows, expose do_{spawn,spawn_nowait,exec,aspawn} as part of
-             perl API; as a result spawnvp() is now the only one that belongs in
-             iperlsys.h interface (stubs retained in structure for bincompat)
-     Branch: maint-5.6/perl
-          ! embed.h embed.pl global.sym globals.c iperlsys.h makedef.pl
-          ! objXSUB.h perlapi.c pp_sys.c proto.h win32/perlhost.h
-          ! win32/win32.c win32/win32.h
-____________________________________________________________________________
-[ 17567] By: gsar                                  on 2002/07/16  00:27:12
-        Log: integrate change#17566 from maint-5.6 branch
-             
-             on windows, ensure child processes that get run via backticks get
-             the right pipe handle at stdin/stdout; this is needed to make
-             subprocesses see the correct standard handles such that backticks
-             and piped open()s work when run from within GUI applications
-             
-             this also makes it possible to launch wperl.exe in backticks
-             from within an application that has no std handles without a
-             new blank console window popping up
+[ 24127] By: rgs                                   on 2005/04/01  07:14:22
+        Log: Add a note about installhtml
      Branch: perl
-          ! win32/win32.c
-____________________________________________________________________________
-[ 17566] By: gsar                                  on 2002/07/16  00:06:14
-        Log: on windows, ensure child processes that get run via backticks get
-             the right pipe handle at stdin/stdout; this is needed to make
-             subprocesses see the correct standard handles such that backticks
-             and piped open()s work when run from within GUI applications
-             
-             this also makes it possible to launch wperl.exe in backticks
-             from within an application that has no std handles without a
-             new blank console window popping up
-     Branch: maint-5.6/perl
-          ! win32/win32.c
+          ! pod/perltodo.pod
 ____________________________________________________________________________
-[ 17565] By: gsar                                  on 2002/07/15  23:58:49
-        Log: change#16528 merged the fix for my_popen() but missed my_popen_list()
-             which had the same code (and bugs) duplicated; add changes#16329,16331
-             into my_popen_list()
+[ 24126] By: rgs                                   on 2005/03/31  21:51:28
+        Log: Subject: [PATCH] pp_pack.c warnings on VMS
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Thu, 31 Mar 2005 14:51:05 -0600
+             Message-ID: <424C62B9.2030601@mac.com>
      Branch: perl
-          ! util.c
+          ! pp_pack.c
 ____________________________________________________________________________
-[ 17564] By: gsar                                  on 2002/07/15  23:45:08
-        Log: add missing xref in Changes
+[ 24125] By: rgs                                   on 2005/03/31  17:14:01
+        Log: Mention the current MinGW compilation problems
      Branch: perl
-          ! Changes
+          ! pod/perl592delta.pod
 ____________________________________________________________________________
-[ 17563] By: jhi                                   on 2002/07/15  22:38:31
-        Log: IRIX -O2 trick (needs verification from John P. Linderman) 
+[ 24124] By: rgs                                   on 2005/03/31  17:11:15
+        Log: Update Changes
      Branch: perl
-          ! pod/perldelta.pod
+          ! Changes
 ____________________________________________________________________________
-[ 17562] By: jhi                                   on 2002/07/15  22:30:29
-        Log: Subject: Typo? in perlxstut.pod + PATCH
-             From: "John P. Linderman" <jpl@research.att.com>
-             Date: Mon, 15 Jul 2002 14:08:47 -0400 (EDT)
-             Message-Id: <200207151808.OAA53989@raptor.research.att.com>
+[ 24123] By: rgs                                   on 2005/03/31  15:52:46
+        Log: This is 5.9.2. Mostly.
      Branch: perl
-          ! pod/perlxstut.pod
+          ! patchlevel.h pod/perlhist.pod
 ____________________________________________________________________________
-[ 17561] By: jhi                                   on 2002/07/15  21:11:04
-        Log: Split "Known problems" into "Known problems" (generic,
-             or shared among several platforms) and "Platform Specific
-             Problems".
+[ 24122] By: steveh                                on 2005/03/31  15:39:57
+        Log: Fix USE_SITECUSTOMIZE on Win32
+             
+             This fixes the problem described in:
+             
+             http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-03/msg00740.html
      Branch: perl
-          ! pod/perldelta.pod
+          ! win32/win32.c
 ____________________________________________________________________________
-[ 17560] By: rgs                                   on 2002/07/15  20:13:22
-        Log: Clarify the PerlIO::scalar docs (suggested by Elizabeth
-             Mattijsen.)
+[ 24121] By: rgs                                   on 2005/03/31  15:24:24
+        Log: Update copyrights.
+             Well, those are generated files anyway.
      Branch: perl
-          ! ext/PerlIO/scalar/scalar.pm
+          ! embed.h embed.pl embedvar.h global.sym perlapi.c perlapi.h
+          ! proto.h
 ____________________________________________________________________________
-[ 17559] By: jhi                                   on 2002/07/15  18:59:23
-        Log: Retract #17486: OS/2 didn't like it.
+[ 24120] By: steveh                                on 2005/03/31  14:36:44
+        Log: Add support for USE_SITECUSTOMIZE in the Win32 makefiles
+             
+             Note that this feature doesn't actually work correctly on Win32
+             until the problem described here is solved:
+             
+             http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-03/msg00740.html
      Branch: perl
-          ! makedef.pl
+          ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
+          ! win32/config.vc64 win32/makefile.mk
 ____________________________________________________________________________
-[ 17558] By: jhi                                   on 2002/07/15  18:39:11
-        Log: Add #!./perl, noticed by John Adams.
+[ 24119] By: rgs                                   on 2005/03/31  13:52:58
+        Log: Upgrade to Module::CoreList 1.99
      Branch: perl
-          ! ext/Time/HiRes/HiRes.t
+          ! lib/Module/CoreList.pm
 ____________________________________________________________________________
-[ 17557] By: jhi                                   on 2002/07/15  17:14:41
-        Log: Regen toc.
+[ 24118] By: rgs                                   on 2005/03/31  13:45:17
+        Log: More known problems.
      Branch: perl
-          ! pod/perltoc.pod
+          ! pod/perl592delta.pod
 ____________________________________________________________________________
-[ 17556] By: jhi                                   on 2002/07/15  17:12:28
-        Log: Add a section on ithreads; rearrange the sections a bit.
+[ 24117] By: rgs                                   on 2005/03/31  13:10:26
+        Log: Known problems, reported by Merijn
      Branch: perl
-          ! pod/perldelta.pod
+          ! pod/perl592delta.pod
 ____________________________________________________________________________
-[ 17555] By: jhi                                   on 2002/07/15  16:29:06
-        Log: Subject: Re: [PATCH] reinclude ODBM_File & NDBM_File in Cygwin build
-             From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
-             Date: Mon, 15 Jul 2002 10:04:02 -0700
-             Message-ID: <CCwM9gzkg25T092yn@efn.org>
-             
-             Document which tests will fail.
+[ 24116] By: rgs                                   on 2005/03/31  12:45:03
+        Log: OS typo.
      Branch: perl
-          ! pod/perldelta.pod
+          ! pod/perl592delta.pod
 ____________________________________________________________________________
-[ 17554] By: jhi                                   on 2002/07/15  16:26:55
-        Log: Subject: [ID 20020715.009] perl 5.8.0 RC3 incorrectly tests gcc version on Tru64 UNIX V4.0F
-             From: Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
-             Date: Mon, 15 Jul 2002 19:23:54 +0200 (MET DST)
-             Message-Id: <5.8.0_22255_1026753561@rimsky>
-             
-             (also raise the gcc minimum to 2.95.3)
+[ 24115] By: rgs                                   on 2005/03/31  12:42:38
+        Log: Add a tool to generate data for Module::CoreList
      Branch: perl
-          ! hints/dec_osf.sh
+          + Porting/corelist.pl
+          ! MANIFEST
 ____________________________________________________________________________
-[ 17553] By: jhi                                   on 2002/07/15  14:56:42
-        Log: configure.gnu wants to be executable, too.
+[ 24114] By: rgs                                   on 2005/03/31  11:42:15
+        Log: More work on perldelta
      Branch: perl
-          ! Porting/makerel
+          ! pod/perl592delta.pod
 ____________________________________________________________________________
-[ 17552] By: jhi                                   on 2002/07/15  14:35:31
-        Log: DJGPP broke after 5.7.3, so that's good news.
+[ 24113] By: steveh                                on 2005/03/31  10:01:18
+        Log: Add support for PERL_HASH_SEED_EXPLICIT and NO_HASH_SEED in the
+             Win32 makefiles
      Branch: perl
-          ! pod/perldelta.pod
+          ! win32/Makefile win32/makefile.mk
 ____________________________________________________________________________
-[ 17551] By: jhi                                   on 2002/07/15  13:49:27
-        Log: Retract #17550: the build/test time warnings do not
-             belong to perldelta, they belong to the announcement.
+[ 24112] By: rgs                                   on 2005/03/31  09:58:40
+        Log: AUTHORS update
      Branch: perl
-          ! pod/perldelta.pod
+          ! AUTHORS
 ____________________________________________________________________________
-[ 17550] By: jhi                                   on 2002/07/15  13:46:51
-        Log: (retracted by #17551)
-             Copy the warnings about build and test times from
-             the RC announcements to perldelta.
+[ 24111] By: steveh                                on 2005/03/31  09:18:23
+        Log: A few Win32 makefile tidy-ups (No real changes)
      Branch: perl
-          ! pod/perldelta.pod
+          ! win32/Makefile win32/makefile.mk
 ____________________________________________________________________________
-[ 17549] By: jhi                                   on 2002/07/15  13:38:53
-        Log: Try to future proof the op/taint.
+[ 24110] By: steveh                                on 2005/03/31  08:20:00
+        Log: Fix typo in INSTALL (s/USE_HAS_SEED_EXPLICIT/USE_HASH_SEED_EXPLICIT/)
      Branch: perl
-          ! t/op/taint.t
+          ! INSTALL
 ____________________________________________________________________________
-[ 17548] By: jhi                                   on 2002/07/15  13:35:49
-        Log: Squash "uninitialized" warning from gcc.
+[ 24109] By: steveh                                on 2005/03/31  07:55:12
+        Log: One more Win32 compilation clean-up (for when using -DDEBUGGING)
      Branch: perl
           ! sv.c
 ____________________________________________________________________________
-[ 17547] By: jhi                                   on 2002/07/15  13:33:20
-        Log: Update Changes.
+[ 24108] By: steveh                                on 2005/03/31  07:36:52
+        Log: Another Win32 compilation clean-up (for when using Perl's malloc)
      Branch: perl
-          ! Changes patchlevel.h
+          ! malloc.c
 ____________________________________________________________________________
-[ 17546] By: jhi                                   on 2002/07/15  13:04:59
-        Log: Subject: Re: Core dump in perl_clone (even with 'use threads;' first) [PATCH]
-             From: Tim Bunce <Tim.Bunce@pobox.com>
-             Date: Mon, 15 Jul 2002 12:14:54 +0100
-             Message-ID: <20020715121454.F20682@dansat.data-plan.com>
+[ 24107] By: merijn                                on 2005/03/30  17:03:19
+        Log: Now that we have the full path, we can skip the which call,
+             that might cause trouble on testdrive systems.
      Branch: perl
-          ! sv.c
+          ! hints/hpux.sh
 ____________________________________________________________________________
-[ 17545] By: jhi                                   on 2002/07/15  13:01:48
-        Log: Subject: RC3: lib/constant.t #35
-             From: Tatsuhiko Miyagawa <miyagawa@edge.co.jp>
-             Date: Mon, 15 Jul 2002 16:29:28 +0900
-             Message-ID: <86adotwisn.wl@mail.edge.co.jp>
-             
-             Assuming " " in error messages does not work in Japanese,
-             just skip the test (even the #34 is suspicious).
+[ 24106] By: rgs                                   on 2005/03/30  14:41:51
+        Log: Update copyrights.
      Branch: perl
-          ! lib/constant.t
+          ! XSUB.h av.c deb.c dump.c embedvar.h gv.h handy.h hv.h
+          ! miniperlmain.c numeric.c op.h pad.c perl.h pp.h regcomp.h
+          ! regen_perly.pl scope.h sv.h thrdvar.h thread.h
 ____________________________________________________________________________
-[ 17544] By: jhi                                   on 2002/07/15  12:57:52
-        Log: Upgrade to podlators 1.23.
+[ 24105] By: merijn                                on 2005/03/30  14:25:05
+        Log: Simplify #24043 note now Configure can do -Dusesitecustomize
      Branch: perl
-          ! lib/Pod/Man.pm lib/Pod/ParseLink.pm lib/Pod/Text.pm
-          ! lib/Pod/Text/Color.pm lib/Pod/Text/Overstrike.pm
-          ! lib/Pod/Text/Termcap.pm pod/pod2man.PL pod/pod2text.PL
-____________________________________________________________________________
-[ 17543] By: nick                                  on 2002/07/15  06:56:42
-        Log: Integrate mainline
-     Branch: perlio
-         !> (integrate 28 files)
+          ! INSTALL
 ____________________________________________________________________________
-[ 17542] By: jhi                                   on 2002/07/15  04:03:51
-        Log: Say something about missing "Perl_get_sv".
+[ 24104] By: merijn                                on 2005/03/30  14:17:40
+        Log: Support for -Dusesitecustomize
      Branch: perl
-          ! pod/perldelta.pod
+          ! Configure config_h.SH
 ____________________________________________________________________________
-[ 17541] By: jhi                                   on 2002/07/15  03:31:05
-        Log: Subject: Re: Regexp causes coredump
-             From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
-             Date: Mon, 15 Jul 2002 02:22:35 +0100
-             Message-Id: <200207150122.g6F1MZP31385@crypt.compulink.co.uk>
+[ 24102] By: merijn                                on 2005/03/30  13:43:12
+        Log: USE_STRLCAT and USE_STRLCPY now actually used
+             LIBM_VERSION_TYPE and USE_SITECUSTOMIZE are preparations
+             for future use
      Branch: perl
-          ! regexec.c t/op/re_tests
+          ! handy.h
 ____________________________________________________________________________
-[ 17540] By: jhi                                   on 2002/07/14  21:56:52
-        Log: Upgrade to Term::ANSIColor 1.05.
+[ 24101] By: rgs                                   on 2005/03/30  13:34:11
+        Log: Subject: [PATCH] ext/Errno/Errno_pm.PL: fix for GNU hurd
+             From: Brendan O'Dea <bod@debian.org>
+             Date: Wed, 30 Mar 2005 10:30:25 +1000
+             Message-ID: <20050330003025.GA29797@londo.c47.org>
      Branch: perl
-          ! lib/Term/ANSIColor.pm
+          ! ext/Errno/Errno_pm.PL
 ____________________________________________________________________________
-[ 17539] By: jhi                                   on 2002/07/14  19:57:54
-        Log: Test skip counter tweak from Craig Berry.
+[ 24100] By: rgs                                   on 2005/03/30  13:16:52
+        Log: Subject: Re: PATCH: byte count feature request for unpack
+             From: perl5-porters@ton.iguana.be (Ton Hospel)
+             Date: Sun, 27 Mar 2005 18:32:11 +0000 (UTC)
+             Message-Id: <d26u7b$i3v$1@post.home.lunix>
+             
+             (rework of a patch from Arne Ahrend <aahrend@web.de>)
      Branch: perl
-          ! t/op/taint.t
+          ! pod/perldiag.pod pod/perlfunc.pod pp_pack.c t/op/pack.t
 ____________________________________________________________________________
-[ 17538] By: jhi                                   on 2002/07/14  18:17:31
-        Log: Subject: Re: [ID 20020713.008] %vd eats two arguments
-             From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
-             Date: Sun, 14 Jul 2002 19:00:12 +0100
-             Message-Id: <200207141800.g6EI0CA14256@crypt.compulink.co.uk>
+[ 24099] By: steveh                                on 2005/03/30  08:36:50
+        Log: A couple more Win32 compilation clean-ups
      Branch: perl
-          ! sv.c t/op/sprintf.t
+          ! win32/win32sck.c
 ____________________________________________________________________________
-[ 17537] By: jhi                                   on 2002/07/14  16:04:35
-        Log: Unfortunately we have to downgrade the status of DJGPP.
+[ 24098] By: rgs                                   on 2005/03/30  08:03:13
+        Log: Minor POD nits.
      Branch: perl
-          ! pod/perldelta.pod pod/perlport.pod
+          ! ext/File/Glob/Glob.pm
 ____________________________________________________________________________
-[ 17536] By: jhi                                   on 2002/07/14  15:58:12
-        Log: I would say the long double support has matured enough.
+[ 24097] By: merijn                                on 2005/03/30  07:49:46
+        Log: Subject: Re: [PATCH] 5.6 File::Glob documentation insufficient for use
+             From: Steven Schubiger <steven@accognoscere.org>
+             Date: Wed, 30 Mar 2005 03:41:03 +0200 (CEST)
+             Message-Id: <200503300141.j2U1f3EP024524@accognoscere.homeunix.org>
      Branch: perl
-          ! pod/perldelta.pod
+          ! ext/File/Glob/Glob.pm
 ____________________________________________________________________________
-[ 17535] By: jhi                                   on 2002/07/14  15:56:01
-        Log: The z/OS problems are dependent on the environment;
-             Merijn Broeren didn't hit the pat.t crash.  Now we only
-             need to figure out what's different in the environments...
+[ 24096] By: steveh                                on 2005/03/29  15:18:30
+        Log: Clean-up some warnings when compiling on Win32 with VC++
      Branch: perl
-          ! pod/perldelta.pod
+          ! hv.c mg.c op.c pp_pack.c pp_sort.c pp_sys.c utf8.c util.c
 ____________________________________________________________________________
-[ 17534] By: jhi                                   on 2002/07/14  15:53:08
-        Log: perldelta didn't know of FreeBSD 4.6 readdir_r.
+[ 24095] By: rgs                                   on 2005/03/29  12:39:39
+        Log: Downconst external APIs
      Branch: perl
-          ! pod/perldelta.pod
+          ! embed.fnc gv.h op.c opcode.h opcode.pl pod/perlapi.pod proto.h
+          ! sv.c util.c
 ____________________________________________________________________________
-[ 17533] By: jhi                                   on 2002/07/14  15:48:46
-        Log: perldelta shuffling.
+[ 24094] By: rgs                                   on 2005/03/29  09:38:39
+        Log: The core part of :
+             Subject: [PATCH] Consting seven
+             From: Andy Lester <andy@petdance.com>
+             Date: Sun, 27 Mar 2005 15:57:22 -0600
+             Message-ID: <20050327215722.GC20451@petdance.com>
      Branch: perl
-          ! pod/perldelta.pod
+          ! embed.fnc embed.h perl.c perlio.c pp_ctl.c proto.h regcomp.c
+          ! regexec.c util.c
 ____________________________________________________________________________
-[ 17532] By: jhi                                   on 2002/07/14  15:30:38
-        Log: Document the Thread:: change.
+[ 24093] By: steveh                                on 2005/03/29  08:48:50
+        Log: Fix Win32 compilation nit following change #24074
      Branch: perl
-          ! pod/perldelta.pod
+          ! util.c
 ____________________________________________________________________________
-[ 17531] By: jhi                                   on 2002/07/14  15:26:51
-        Log: Add a few new diagnostics.
+[ 24092] By: steveh                                on 2005/03/29  08:22:45
+        Log: Fix PerlLIO_chsize() for platforms that don't have chsize()
+             
+             This is the patch from the end of the thread that started here:
+             http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2004-09/msg00055.html
      Branch: perl
-          ! pod/perldelta.pod
+          ! doio.c iperlsys.h pp_sys.c
 ____________________________________________________________________________
-[ 17530] By: jhi                                   on 2002/07/14  14:37:28
-        Log: Move the debugger changes from "diagnostics" to "fixes".
+[ 24091] By: rgs                                   on 2005/03/29  07:01:40
+        Log: Fix Peek.t to work with and without DEBUG_LEAKING_SCALARS
      Branch: perl
-          ! pod/perldelta.pod
+          ! ext/Devel/Peek/t/Peek.t
 ____________________________________________________________________________
-[ 17529] By: pudge                                 on 2002/07/14  12:09:00
-        Log: Integrate perl
-     Branch: macperl
-         +> ext/PerlIO/scalar/Makefile.PL ext/PerlIO/scalar/scalar.pm
-         +> ext/PerlIO/scalar/scalar.xs ext/PerlIO/via/Makefile.PL
-         +> ext/PerlIO/via/via.pm ext/PerlIO/via/via.xs
-         +> lib/PerlIO/via/QuotedPrint.pm lib/PerlIO/via/t/QuotedPrint.t
-____________________________________________________________________________
-[ 17528] By: pudge                                 on 2002/07/14  12:07:17
-        Log: Integrate perl
-     Branch: macperl
-         +> ext/MIME/Base64/t/quoted-print.t ext/ODBM_File/hints/linux.pl
-         +> ext/Thread/Queue.pmx ext/Thread/Semaphore.pmx lib/Config.t
-         +> lib/Math/BigInt/t/bare_mif.t lib/Pod/t/text.t
-         +> lib/Thread/Queue.t lib/Thread/Semaphore.t
-          - ext/MIME/Base64/t/qp.t ext/PerlIO/Scalar/Makefile.PL
-          - ext/PerlIO/Scalar/Scalar.pm ext/PerlIO/Scalar/Scalar.xs
-          - ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
-          - ext/PerlIO/Via/Via.xs ext/threads/shared/queue.pm
-          - ext/threads/shared/semaphore.pm ext/threads/shared/t/queue.t
-          - ext/threads/shared/t/semaphore.t
-         !> (integrate 157 files)
-____________________________________________________________________________
-[ 17527] By: jhi                                   on 2002/07/13  23:07:10
-        Log: This is 5.8.0 RC3.
+[ 24090] By: merijn                                on 2005/03/29  07:01:11
+        Log: Make the spelling of whitespace (vs white-space and white space)
+             more consistent
+             From: Offer Kaye <offer.kaye@gmail.com>
+             Date: Thu, 17 Mar 2005 14:47:36 -0500
+             Message-ID: <5694250503171147668e73c7@mail.gmail.com>
      Branch: perl
-          ! patchlevel.h
+          ! pod/perllocale.pod pod/perlop.pod pod/perlopentut.pod
+          ! pod/perlre.pod pod/perlxstut.pod
 ____________________________________________________________________________
-[ 17526] By: jhi                                   on 2002/07/13  23:05:53
-        Log: Update Changes.
+[ 24089] By: rgs                                   on 2005/03/29  06:14:18
+        Log: Don't #ifdef out a return statement
      Branch: perl
-          ! Changes patchlevel.h
+          ! pad.c
 ____________________________________________________________________________
-[ 17525] By: jhi                                   on 2002/07/13  22:31:07
-        Log: Small pod nits.
+[ 24088] By: davem                                 on 2005/03/28  21:38:44
+        Log: expand -DDEBUG_LEAKING_SCALARS to instrument the creation of each SV
      Branch: perl
-          ! README.irix README.os2 pod/perlhack.pod pod/perlipc.pod
+          ! dump.c ext/Devel/Peek/t/Peek.t pad.c perl.c pod/perlhack.pod
+          ! sv.c sv.h
 ____________________________________________________________________________
-[ 17524] By: jhi                                   on 2002/07/13  22:26:10
-        Log: Update perlhist.
+[ 24087] By: rgs                                   on 2005/03/27  16:38:13
+        Log: Raw work on perl592delta.
      Branch: perl
-          ! pod/perlhist.pod
+          ! pod/perl592delta.pod
 ____________________________________________________________________________
-[ 17523] By: jhi                                   on 2002/07/13  22:24:19
-        Log: metaconfig unit changes for #17522.
-     Branch: metaconfig/U/perl
-          + IncClean.U
-          ! gccvers.U
-____________________________________________________________________________
-[ 17522] By: jhi                                   on 2002/07/13  22:24:02
-        Log: Regen Configure.
+[ 24086] By: rgs                                   on 2005/03/27  13:59:02
+        Log: Subject: Re: [perl #34195] Regex: Alternations within negative lookahead assertions 
+             From: hv@crypt.org
+             Date: Thu, 24 Mar 2005 19:51:08 +0000
+             Message-Id: <200503241951.j2OJp8s18147@zen.crypt.org>
      Branch: perl
-          ! Configure Porting/config.sh Porting/config_H
+          ! regexec.c t/op/re_tests
 ____________________________________________________________________________
-[ 17521] By: jhi                                   on 2002/07/13  14:14:16
-        Log: Update the CPAN sites list in perlmodlib, regen toc.
+[ 24085] By: rgs                                   on 2005/03/27  13:30:18
+        Log: Fix -C option of mktables (for VMS)
+             
+             Subject: Re: [PATCH] Consting five
+             From: demerphq <demerphq@gmail.com>
+             Date: Sat, 26 Mar 2005 21:45:09 +0100
+             Message-ID: <9b18b311050326124563db5113@mail.gmail.com>
      Branch: perl
-          ! pod/perlmodlib.PL pod/perlmodlib.pod pod/perltoc.pod
+          ! lib/unicore/mktables
 ____________________________________________________________________________
-[ 17520] By: jhi                                   on 2002/07/13  13:51:55
-        Log: Subject: [PATCH] perlbug
-             From: Ask Bjoern Hansen <ask@develooper.com>
-             Date: Sat, 13 Jul 2002 07:46:36 -0700 (PDT)
-             Message-ID: <20020713074456.M95399-100000@miette.develooper.com>
+[ 24084] By: davem                                 on 2005/03/26  21:25:47
+        Log: UTF-8 string substitution corrupts memory
+             The implicit call of 'require utf8' triggered by code like
+             "\x{100}" =~ /[[:print:]]/
+             wasn't saving state correctly first.
      Branch: perl
-          ! utils/perlbug.PL
+          ! utf8.c
 ____________________________________________________________________________
-[ 17519] By: jhi                                   on 2002/07/13  13:35:57
-        Log: More admonishment that one shouldn't waste one's efforts
-             on 5.005 threads any more.
+[ 24083] By: rgs                                   on 2005/03/26  17:40:26
+        Log: Remove an XXX note from the public doc.
+             Hide it in the comments, instead
      Branch: perl
-          ! pod/perldelta.pod
+          ! pod/perlapi.pod sv.c
 ____________________________________________________________________________
-[ 17518] By: jhi                                   on 2002/07/13  13:29:07
-        Log: The installation of the 5.005threads {Queue,Semaphore}.pm
-             didn't quite work.
+[ 24082] By: nicholas                              on 2005/03/26  00:21:30
+        Log: Need to return something when the compiler doesn't know that a
+             function is "noreturn".
      Branch: perl
-          ! ext/Thread/Queue.pmx ext/Thread/Semaphore.pmx installperl
+          ! mg.c op.c scope.c
 ____________________________________________________________________________
-[ 17517] By: rgs                                   on 2002/07/13  11:46:14
-        Log: Minor doc changes for PerlIO::via.
+[ 24081] By: nicholas                              on 2005/03/25  23:46:22
+        Log: Subject: [PATCH] Consting five
+             Date: Fri, 25 Mar 2005 17:14:09 -0600
+             From: Andy Lester <andy@petdance.com>
+             Message-ID: <20050325231409.GB17660@petdance.com>
+             
+             [with modification - the extra argument to incpush was supposed to
+             be being used]
      Branch: perl
-          ! ext/PerlIO/via/via.pm
+          ! av.c embed.fnc embed.h ext/DynaLoader/dlutils.c gv.c
+          ! intrpvar.h locale.c mg.c miniperlmain.c op.c perl.c pp_sys.c
+          ! proto.h regcomp.c thrdvar.h toke.c
 ____________________________________________________________________________
-[ 17516] By: rgs                                   on 2002/07/13  11:28:01
-        Log: The warning "Use of tainted arguments in %s is deprecated"
-             was incorrectly reported whenever system or exec was
-             invoked with multiple arguments.
+[ 24080] By: rgs                                   on 2005/03/25  21:09:23
+        Log: Subject: Re: [perl #34568] Perl crashes reading past the end of a heap block while parsing foreach statement
+             From: Gurusamy Sarathy <gsar@ActiveState.com>
+             Date: Fri, 25 Mar 2005 10:31:09 -0800
+             Message-Id: <200503251831.j2PIV9A6006234@smtp3.ActiveState.com>
      Branch: perl
-          ! pod/perldiag.pod pp_sys.c t/op/taint.t
-____________________________________________________________________________
-[ 17515] By: nick                                  on 2002/07/13  09:18:03
-        Log: Integrate mainline
-     Branch: perlio
-         +> ext/Thread/Queue.pmx ext/Thread/Semaphore.pmx
-         +> lib/Thread/Queue.t lib/Thread/Semaphore.t
-          - ext/threads/shared/queue.pm ext/threads/shared/semaphore.pm
-          - ext/threads/shared/t/queue.t ext/threads/shared/t/semaphore.t
-         !> (integrate 54 files)
+          ! op.c
 ____________________________________________________________________________
-[ 17514] By: jhi                                   on 2002/07/13  00:10:07
-        Log: Update Changes.
+[ 24079] By: rgs                                   on 2005/03/25  21:02:04
+        Log: Subject: [PATCH] Consting part 4
+             From: Andy Lester <andy@petdance.com>
+             Date: Fri, 25 Mar 2005 14:43:31 -0600
+             Message-ID: <20050325204331.GA16388@petdance.com>
      Branch: perl
-          ! Changes patchlevel.h
+          ! embed.fnc mg.c numeric.c op.c perlio.c pod/perlapi.pod proto.h
+          ! regcomp.c scope.c sv.c taint.c toke.c utf8.c util.c
 ____________________________________________________________________________
-[ 17513] By: jhi                                   on 2002/07/13  00:03:04
-        Log: Document that using threads/pseudofork inside BEGINs does not work.
+[ 24078] By: nicholas                              on 2005/03/25  20:57:46
+        Log: FreeBSD NDBM appears to generate files ending .db, so be prepared to
+             clean this variant up as well.
      Branch: perl
-          ! ext/threads/threads.pm
+          ! lib/Memoize/t/tie_ndbm.t
 ____________________________________________________________________________
-[ 17512] By: jhi                                   on 2002/07/12  23:53:22
-        Log: Subject: [DOC PATCH] threads::shared.pm, share( $hashref->{key} ) bug
-             From: Elizabeth Mattijsen <liz@dijkmat.nl>
-             Date: Fri, 12 Jul 2002 23:45:52 +0200
-             Message-Id: <4.2.0.58.20020712234444.0209f350@mickey.dijkmat.nl>
+[ 24077] By: rgs                                   on 2005/03/25  18:03:00
+        Log: Remove the const qualifier from argv and env variables
      Branch: perl
-          ! ext/threads/shared/shared.pm
+          ! embed.fnc intrpvar.h perl.c pod/perlapi.pod proto.h
 ____________________________________________________________________________
-[ 17511] By: jhi                                   on 2002/07/12  23:52:34
-        Log: Subject: [DOC PATCH] threads.pm, threads->tid in DESTROY bug
-             From: Elizabeth Mattijsen <liz@dijkmat.nl>
-             Date: Fri, 12 Jul 2002 23:30:16 +0200
-             Message-Id: <4.2.0.58.20020712232919.0224fea0@mickey.dijkmat.nl>
+[ 24076] By: rgs                                   on 2005/03/25  14:41:46
+        Log: Subject: [PATCH] const fix-up for vms/vms.c
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Fri, 25 Mar 2005 09:00:06 -0600
+             Message-ID: <42442776.8030603@mac.com>
      Branch: perl
-          ! ext/threads/threads.pm
+          ! vms/vms.c vms/vmsish.h
 ____________________________________________________________________________
-[ 17510] By: jhi                                   on 2002/07/12  23:46:45
-        Log: Update the 5.005threads failure status.
+[ 24075] By: rgs                                   on 2005/03/25  09:24:15
+        Log: Subject: [PATCH] Re: Smoke [5.9.2] 24061 FAIL(m) linux 2.6.10-1.770_FC3 [fedora] (i686/1 cpu)
+             From: Steve Peters <steve@fisharerojo.org>
+             Date: Tue, 22 Mar 2005 17:15:23 -0600
+             Message-ID: <20050322231523.GA3083@mccoy.peters.homeunix.org>
      Branch: perl
-          ! pod/perldelta.pod
+          ! hints/linux.sh
 ____________________________________________________________________________
-[ 17509] By: jhi                                   on 2002/07/12  23:44:17
-        Log: threads::shared::queue and semaphore become Thread::Semaphore
-             and Queue.  The 5005threads case where the old Semaphore and
-             Queue.pm (they are disguised as .pmx) should get magically
-             installed instead has not been tested.
-     Branch: perl
-          + ext/Thread/Queue.pmx ext/Thread/Semaphore.pmx
-          + lib/Thread/Queue.t lib/Thread/Semaphore.t
-          - ext/threads/shared/queue.pm ext/threads/shared/semaphore.pm
-          - ext/threads/shared/t/queue.t ext/threads/shared/t/semaphore.t
-          ! MANIFEST ext/Thread/Makefile.PL ext/threads/shared/Makefile.PL
-          ! ext/threads/shared/shared.pm installperl lib/Thread/Queue.pm
-          ! lib/Thread/Semaphore.pm pod/perldelta.pod pod/perlmodlib.pod
-          ! pod/perlthrtut.pod pod/perltoc.pod
-____________________________________________________________________________
-[ 17508] By: jhi                                   on 2002/07/12  20:06:23
-        Log: Subject: Re: Clock skew failures in Memoize test suite
-             From: Mark-Jason Dominus <mjd@plover.com>
-             Date: Fri, 12 Jul 2002 14:17:56 -0400
-             Message-ID: <20020712181756.9595.qmail@plover.com>
-             To: sthoenna@efn.org (Yitzchak Scott-Thoennes)
-             
-             (an accidental dual submit...)
-             
-             Subject: lib/Config.t : why 900 entries?
-             From: "Craig A. Berry" <craigberry@mac.com>
-             Date: Fri, 12 Jul 2002 16:02:59 -0500
-             Message-Id: <a05111b04b954f27fd5a7@[172.16.52.1]>
-             
-             (dropping the limit from 750 down to 500)
-     Branch: perl
-          ! lib/Config.t lib/Memoize.pm lib/Memoize/ExpireFile.pm
-          ! lib/Memoize/t/array.t lib/Memoize/t/array_confusion.t
-          ! lib/Memoize/t/correctness.t lib/Memoize/t/errors.t
-          ! lib/Memoize/t/expfile.t lib/Memoize/t/expire.t
-          ! lib/Memoize/t/expmod_t.t lib/Memoize/t/flush.t
-          ! lib/Memoize/t/normalize.t lib/Memoize/t/prototype.t
-          ! lib/Memoize/t/speed.t lib/Memoize/t/tie.t
-          ! lib/Memoize/t/tie_gdbm.t lib/Memoize/t/tie_ndbm.t
-          ! lib/Memoize/t/tie_sdbm.t lib/Memoize/t/tie_storable.t
-          ! lib/Memoize/t/tiefeatures.t lib/Memoize/t/unmemoize.t
-____________________________________________________________________________
-[ 17507] By: jhi                                   on 2002/07/12  18:51:16
-        Log: AUTHORS updates.
+[ 24074] By: rgs                                   on 2005/03/24  16:25:58
+        Log: Subject: [PATCH] Third consting batch
+             From: Andy Lester <andy@petdance.com>
+             Date: Tue, 22 Mar 2005 00:35:55 -0600
+             Message-Id: <2f14220e7101a03f7659dbe79a03b115@petdance.com>
+     Branch: perl
+          ! XSUB.h deb.c doio.c dump.c embed.fnc gv.c gv.h hv.c mg.c mg.h
+          ! minimod.pl numeric.c op.c pad.c patchlevel.h perl.c perl.h
+          ! perlio.c perliol.h perlvars.h perly.c pod/perlapi.pod
+          ! pod/perlintern.pod pp.c pp_hot.c pp_sys.c proto.h regcomp.c
+          ! regcomp.h regexec.c scope.c sv.c taint.c universal.c utf8.c
+          ! utf8.h utfebcdic.h util.c writemain.SH xsutils.c
+____________________________________________________________________________
+[ 24073] By: mhx                                   on 2005/03/22  16:30:57
+        Log: Mention (un)?pack byte-order modifiers in perldelta
+     Branch: perl
+          ! pod/perl592delta.pod
+____________________________________________________________________________
+[ 24072] By: rgs                                   on 2005/03/22  16:15:58
+        Log: Some updates in the new perldelta.
+     Branch: perl
+          ! pod/perl592delta.pod
+____________________________________________________________________________
+[ 24071] By: rgs                                   on 2005/03/22  15:30:18
+        Log: Remove IPC::Run for 5.9.2
+     Branch: perl
+          - lib/IPC/Run.pm lib/IPC/Run/Debug.pm lib/IPC/Run/IO.pm
+          - lib/IPC/Run/Timer.pm lib/IPC/Run/Win32Helper.pm
+          - lib/IPC/Run/Win32IO.pm lib/IPC/Run/Win32Pump.pm
+          - lib/IPC/Run/t/adopt.t lib/IPC/Run/t/binmode.t
+          - lib/IPC/Run/t/bogus.t lib/IPC/Run/t/filter.t
+          - lib/IPC/Run/t/harness.t lib/IPC/Run/t/io.t
+          - lib/IPC/Run/t/kill_kill.t lib/IPC/Run/t/parallel.t
+          - lib/IPC/Run/t/pty.t lib/IPC/Run/t/pump.t lib/IPC/Run/t/run.t
+          - lib/IPC/Run/t/signal.t lib/IPC/Run/t/timeout.t
+          - lib/IPC/Run/t/timer.t lib/IPC/Run/t/win32_compile.t
+          ! MANIFEST
+____________________________________________________________________________
+[ 24070] By: rgs                                   on 2005/03/22  14:53:01
+        Log: Forbid the -C option on the command-line
+             as suggested by Merijn (see [perl #34087])
      Branch: perl
-          ! AUTHORS
+          ! pod/perldiag.pod toke.c
 ____________________________________________________________________________
-[ 17506] By: jhi                                   on 2002/07/12  17:45:34
-        Log: Many of the feared z/OS failures turned out to be false alarms.
+[ 24069] By: rgs                                   on 2005/03/22  14:03:12
+        Log: Upgrade to PathTools 3.05
      Branch: perl
-          ! pod/perldelta.pod
+          ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/Cwd.pm lib/File/Spec.pm
 ____________________________________________________________________________
-[ 17505] By: jhi                                   on 2002/07/12  15:42:07
-        Log: Subject: Core dump in perl_clone (even with 'use threads;' first) [PATCH]
-             From: Tim Bunce <Tim.Bunce@pobox.com>
-             Date: Fri, 12 Jul 2002 17:25:09 +0100
-             Message-ID: <20020712172509.B568@dansat.data-plan.com>
+[ 24068] By: rgs                                   on 2005/03/22  10:59:53
+        Log: Upgrade to File::Temp 0.16
      Branch: perl
-          ! sv.c
+          ! lib/File/Temp.pm lib/File/Temp/t/object.t
+          ! lib/File/Temp/t/tempfile.t
 ____________________________________________________________________________
-[ 17504] By: jhi                                   on 2002/07/12  13:53:15
-        Log: Easy z/OS fix by skipping raw UTF-8.
+[ 24067] By: rgs                                   on 2005/03/22  10:53:39
+        Log: Revert change #24055, which was producing a segfault in installman
+             when it was trying to install perltoc.
      Branch: perl
-          ! pod/perldelta.pod t/op/subst.t
+          ! regexec.c t/op/re_tests
 ____________________________________________________________________________
-[ 17503] By: jhi                                   on 2002/07/12  13:41:34
-        Log: Update the z/OS situation.
+[ 24066] By: rgs                                   on 2005/03/22  09:43:44
+        Log: Fix unresolved POD link
      Branch: perl
-          ! pod/perldelta.pod
+          ! pod/perlfunc.pod
 ____________________________________________________________________________
-[ 17502] By: jhi                                   on 2002/07/12  13:08:53
-        Log: Update Changes.
+[ 24065] By: rgs                                   on 2005/03/22  09:21:09
+        Log: Rename ${^RE_TRIE_MAXBUFF} to ${^RE_TRIE_MAXBUF},
+             and other neatification
      Branch: perl
-          ! Changes patchlevel.h
+          ! pod/perl592delta.pod pod/perlvar.pod regcomp.c regcomp.h
 ____________________________________________________________________________
-[ 17501] By: jhi                                   on 2002/07/12  12:56:57
-        Log: Regen modlib, toc.
+[ 24064] By: rgs                                   on 2005/03/22  08:57:18
+        Log: Subject: [PATCH] simple optimization for SelectSaver
+             From: Alexey Tourbin <at@altlinux.ru>
+             Date: Fri, 18 Mar 2005 21:05:51 +0300
+             Message-ID: <20050318180551.GA12596@solemn.turbinal.org>
      Branch: perl
-          ! pod/perlmodlib.pod pod/perltoc.pod
+          ! lib/SelectSaver.pm
 ____________________________________________________________________________
-[ 17500] By: jhi                                   on 2002/07/12  12:47:11
-        Log: Document that one cannot "proxy" enable threading.
+[ 24063] By: rgs                                   on 2005/03/22  08:53:21
+        Log: minitest fix
      Branch: perl
-          ! ext/threads/threads.pm
+          ! t/run/fresh_perl.t
 ____________________________________________________________________________
-[ 17499] By: jhi                                   on 2002/07/12  12:43:15
-        Log: Subject: Re: Thread object by tid?
-             From: Elizabeth Mattijsen <liz@dijkmat.nl>
-             Date: Fri, 12 Jul 2002 00:27:53 +0200
-             Message-Id: <4.2.0.58.20020712002638.0218ce10@mickey.dijkmat.nl>
+[ 24062] By: rgs                                   on 2005/03/22  07:50:28
+        Log: Add in perldelta changes about unpack A and trailing whitespace, trie
+             optimization, and debug flags for "use re".
      Branch: perl
-          ! ext/threads/threads.pm
+          ! pod/perl592delta.pod
 ____________________________________________________________________________
-[ 17498] By: jhi                                   on 2002/07/12  12:39:00
-        Log: Subject: [PATCH9 BigInt v1.60 fix for "\n"
-             From: Tels <tels@bloodgate.com>
-             Date: Fri, 12 Jul 2002 08:38:45 +0200 (CEST)
-             Message-Id: <200207120634.g6C6YjG6742777@taku.hut.fi>
+[ 24061] By: nicholas                              on 2005/03/21  22:52:12
+        Log: Casts needed to make VMS happy. (It gets very upset at assignments
+             between char * and unsigned char *)
      Branch: perl
-          ! lib/Math/BigInt.pm lib/Math/BigInt/t/bare_mbi.t
-          ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
-          ! lib/Math/BigInt/t/sub_mbi.t
+          ! pp_pack.c
 ____________________________________________________________________________
-[ 17497] By: jhi                                   on 2002/07/12  02:53:12
-        Log: AUTHORS updates.
+[ 24060] By: rgs                                   on 2005/03/21  21:44:37
+        Log: Subject: Re: unpack A strip patch
+             From: Ton Hospel <perl5-porters@ton.iguana.be>
+             Date: Mon, 21 Mar 2005 21:31:37 +0000 (UTC)
+             Message-Id: <d1nefp$lpe$1@post.home.lunix>
      Branch: perl
-          ! AUTHORS
+          ! pod/perlfunc.pod pp_pack.c t/op/pack.t
 ____________________________________________________________________________
-[ 17496] By: jhi                                   on 2002/07/12  00:03:03
-        Log: BeOS failure merge, noticed by Daniel Berger.
+[ 24059] By: rgs                                   on 2005/03/21  21:33:16
+        Log: Subject: Re: regexp trie fails compile on VMS
+             From: demerphq <demerphq@gmail.com>
+             Date: Mon, 21 Mar 2005 22:29:09 +0100
+             Message-ID: <9b18b311050321132917a4b1c7@mail.gmail.com>
      Branch: perl
-          ! README.beos pod/perldelta.pod
+          ! regcomp.c regcomp.h regcomp.pl regcomp.sym regexec.c
 ____________________________________________________________________________
-[ 17495] By: jhi                                   on 2002/07/11  21:40:05
-        Log: Can't get #17492 to work with -Uuseperlio otherwise (either
-             coredumps or warnings about failing to close _GEN_0 ensue)
+[ 24058] By: rgs                                   on 2005/03/21  21:22:10
+        Log: Break up long lines in -V output for compile-time options
+             
+             Subject: Re: sitecustomize.pl [PATCH]
+             From: sthoenna[at]efn.org (Yitzchak Scott-Thoennes)
+             Date: Tue, 8 Mar 2005 17:46:04 -0800
+             Message-ID: <20050309014604.GA5876[at]efn.org>
      Branch: perl
-          ! ext/XS/Typemap/Typemap.t
+          ! perl.c
 ____________________________________________________________________________
-[ 17494] By: jhi                                   on 2002/07/11  21:00:31
-        Log: Subject: Re: $Storable::drop_utf8 is undeclared
-             From: Nicholas Clark <nick@unfortu.net>
-             Date: Thu, 11 Jul 2002 22:40:05 +0100
-             Message-ID: <20020711214004.GC291@Bagpuss.unfortu.net>
+[ 24057] By: steveh                                on 2005/03/21  17:08:26
+        Log: Oops - forgot to update MANIFEST for change 24056.
      Branch: perl
-          ! ext/Storable/Storable.xs
+          ! MANIFEST
 ____________________________________________________________________________
-[ 17493] By: jhi                                   on 2002/07/11  19:47:28
-        Log: Mention the FAT vs NDBM_File problem on Cygwin also in perldelta.
+[ 24056] By: steveh                                on 2005/03/21  17:06:45
+        Log: Subject: Re: Stop mktables from needlessly re-running when using dmake on Win32
+             From: demerphq <demerphq@gmail.com>
+             Date: Tue, 8 Mar 2005 02:24:10 +0100
+             Message-ID: <9b18b311050307172455a5816e@mail.gmail.com>
+             
+             Change 24004 stopped mktables from needlessly re-running when using
+             dmake on Win32, but it can still happen when using nmake because it
+             doesn't support the .UPDATEALL attribute that was used to fix dmake.
+             e.g. Build perl, touch a core header file, then rebuild -- mktables
+             re-runs when it didn't need to, and 7 times over at that!  This change
+             alleviates the pain by making mktables exit quickly in such cases.
      Branch: perl
-          ! pod/perldelta.pod
+          + lib/unicore/mktables.lst
+          ! lib/unicore/mktables
 ____________________________________________________________________________
-[ 17492] By: jhi                                   on 2002/07/11  19:42:35
-        Log: Subject: [PATCH] finall fix core dump in XS::Typemap
-             From: Tim Jenness <t.jenness@jach.hawaii.edu>
-             Date: Thu, 11 Jul 2002 10:15:45 -1000 (HST)
-             Message-ID: <Pine.LNX.4.44.0207111013090.31260-100000@lapaki>
+[ 24055] By: rgs                                   on 2005/03/21  14:58:21
+        Log: Resubmit change #24053.
      Branch: perl
-          ! ext/XS/Typemap/Typemap.t ext/XS/Typemap/Typemap.xs
+          ! regexec.c t/op/re_tests
 ____________________________________________________________________________
-[ 17491] By: jhi                                   on 2002/07/11  19:16:31
-        Log: Microdoctweak.
+[ 24054] By: rgs                                   on 2005/03/21  14:32:58
+        Log: Subject: [PATCH] Re: [perl #34493] h2ph `extern inline' problems
+             From: Alexey Tourbin <at@altlinux.ru>
+             Date: Sat, 19 Mar 2005 16:37:12 +0300
+             Message-ID: <20050319133712.GB6484@solemn.turbinal.org>
+             
+             and
+             
+             Message-ID: <20050319141457.GC6484@solemn.turbinal.org>
      Branch: perl
-          ! pod/perlapio.pod
+          ! t/lib/h2ph.h utils/h2ph.PL
 ____________________________________________________________________________
-[ 17490] By: jhi                                   on 2002/07/11  19:14:28
-        Log: metaconfig unit change for #17489.
-     Branch: metaconfig/U/perl
-          ! Extensions.U
+[ 24053] By: rgs                                   on 2005/03/21  13:15:34
+        Log: Subject: Re: [perl #34195] Regex: Alternations within negative lookahead assertions 
+             From: hv@crypt.org
+             Date: Mon, 21 Feb 2005 17:59:49 +0000
+             Message-Id: <200502211759.j1LHxnC22894@zen.crypt.org>
+     Branch: perl
+          ! regexec.c t/op/re_tests
 ____________________________________________________________________________
-[ 17489] By: jhi                                   on 2002/07/11  19:14:09
-        Log: Subject: [PATCH] reinclude ODBM_File & NDBM_File in Cygwin build
-             From: "Gerrit P. Haase" <gerrit@familiehaase.de>
-             Date: Thu, 11 Jul 2002 21:35:41 +0200
-             Message-ID: <311512104521.20020711213541@familiehaase.de>
+[ 24052] By: rgs                                   on 2005/03/21  10:27:44
+        Log: Subject: pack / for general types
+             From: perl5-porters@ton.iguana.be (Ton Hospel)
+             Date: Sat, 19 Mar 2005 22:00:45 +0000 (UTC)
+             Message-Id: <d1i7ed$62c$1@post.home.lunix>
              
-             (plus add a warning about NDBM_File on FAT to README.cygwin)
+             Allow "len/format" to work for any format type, not just strings.
      Branch: perl
-          ! Configure README.cygwin
+          ! pod/perldiag.pod pod/perlfunc.pod pp_pack.c t/op/pack.t
 ____________________________________________________________________________
-[ 17488] By: jhi                                   on 2002/07/11  16:48:09
-        Log: Subject: [PATCH] MM_Unix.pm : work around File::Find problem on VMS
-             From: "Craig A. Berry" <craigberry@mac.com>
-             Date: Thu, 11 Jul 2002 12:44:41 -0500
-             Message-Id: <5.1.1.5.0.20020708172342.03422ac8@exchi01>
+[ 24051] By: rgs                                   on 2005/03/21  10:12:01
+        Log: perldelta suggestions on (un)?pack by Ton Hospel
      Branch: perl
-          ! lib/ExtUtils/MM_Unix.pm
+          ! pod/perl592delta.pod
 ____________________________________________________________________________
-[ 17487] By: jhi                                   on 2002/07/11  15:45:33
-        Log: Subject: [PATCH] Re: BigInt and "\n"
-             From: Tels <perl_dummy@bloodgate.com>
-             Date: Thu, 11 Jul 2002 18:44:29 +0200 (CEST)
+[ 24050] By: rgs                                   on 2005/03/21  09:59:13
+        Log: Subject: Re: bugzilla.redhat bug #101767 (threads, threads::shared)
+             From: Alexey Tourbin <at@altlinux.ru>
+             Date: Sat, 19 Mar 2005 06:10:45 +0300
+             Message-ID: <20050319031045.GN12596@solemn.turbinal.org>
      Branch: perl
-          ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
+          + ext/threads/hints/linux.pl ext/threads/shared/hints/linux.pl
+          ! MANIFEST
 ____________________________________________________________________________
-[ 17486] By: jhi                                   on 2002/07/11  15:43:44
-        Log: Apparently OS/2 likes to export the Perl malloc interface
-             to external libraries and the #16291 broke that when removing
-             the bincompat5005 feature.
+[ 24049] By: rgs                                   on 2005/03/21  09:39:35
+        Log: Subject: [PATCH] More consting goodness
+             From: Andy Lester <andy@petdance.com>
+             Date: Sat, 19 Mar 2005 01:28:30 -0600
+             Message-ID: <20050319072830.GA7721@petdance.com>
      Branch: perl
-          ! makedef.pl
+          ! deb.c dump.c embed.fnc handy.h op.c opcode.h opcode.pl perl.c
+          ! pod/perlapi.pod pp_ctl.c pp_sys.c proto.h regcomp.c regexec.c
+          ! sv.c toke.c
 ____________________________________________________________________________
-[ 17485] By: jhi                                   on 2002/07/11  15:41:32
-        Log: Document better the PerlIO_{export,release,import}FILE()
-             relationships (or the lack thereof).
+[ 24048] By: rgs                                   on 2005/03/20  21:20:50
+        Log: Upgrade to Math::BigInt 1.75, by Tels
      Branch: perl
-          ! perlio.c pod/perlapio.pod
-____________________________________________________________________________
-[ 17484] By: nick                                  on 2002/07/11  15:33:53
-        Log: Integrate mainline
-     Branch: perlio
-         !> ext/threads/threads.xs lib/Locale/Maketext/TPJ13.pod
-         !> vms/ext/Stdio/Stdio.xs
+          ! 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/fallback.t lib/Math/BigInt/t/mbi_rand.t
+          ! lib/Math/BigInt/t/sub_mbi.t
 ____________________________________________________________________________
-[ 17483] By: jhi                                   on 2002/07/11  15:32:31
-        Log: Subject: [PATCH] VMS::Stdio fixups for mode arg to PerlIO_importFILE
-             From: "Craig A. Berry" <craigberry@mac.com>
-             Date: Thu, 11 Jul 2002 11:09:03 -0500
-             Message-Id: <a05111b05b9535cbf2914@[172.16.52.1]>
+[ 24047] By: merijn                                on 2005/03/20  10:50:11
+        Log: Subject: [PATCH] perlrun typo (env PERLDB_OPTS)
+             From: Alexey Tourbin <at@altlinux.ru>
+             Date: Sat, 19 Mar 2005 03:40:13 +0300
+             Message-ID: <20050319004013.GJ12596@solemn.turbinal.org>
      Branch: perl
-          ! vms/ext/Stdio/Stdio.xs
+          ! pod/perlrun.pod
 ____________________________________________________________________________
-[ 17482] By: jhi                                   on 2002/07/11  14:46:11
-        Log: Subject: [PATCH] Locale::Maketext::TPJ13 nits
-             From: Autrijus Tang <autrijus@autrijus.org>
-             Date: Thu, 11 Jul 2002 23:30:23 +0800
-             Message-ID: <20020711153023.GA20806@not.autrijus.org>
+[ 24046] By: rgs                                   on 2005/03/18  21:47:54
+        Log: Remove an useless line, spotted by Andy Lester
      Branch: perl
-          ! lib/Locale/Maketext/TPJ13.pod
+          ! toke.c
 ____________________________________________________________________________
-[ 17481] By: sky                                   on 2002/07/11  13:02:15
-        Log: Don't set the context to the running thread before
-             we run destroy on the old, cures segfault on linux.
+[ 24045] By: rgs                                   on 2005/03/18  16:54:38
+        Log: Remove trie optimisation from the todo list
      Branch: perl
-          ! ext/threads/threads.xs
+          ! pod/perltodo.pod
 ____________________________________________________________________________
-[ 17480] By: jhi                                   on 2002/07/11  12:24:53
-        Log: Integrate perlio:
+[ 24044] By: rgs                                   on 2005/03/18  15:04:39
+        Log: Subject: Re: Reworked Trie Patch
+             From: demerphq <demerphq@gmail.com>
+             Date: Mon, 14 Mar 2005 08:55:39 +0100
+             Message-ID: <9b18b31105031323557019ae1@mail.gmail.com>
              
-             [ 17478]
-             Various core-dump preventions for cases Craig found on VMS.
-             Fix PerlIO_exportFILE() to work with new PerlIOStdio_pushed.
+             Subject: Re: Reworked Trie Patch
+             From: demerphq <demerphq@gmail.com>
+             Date: Wed, 16 Mar 2005 19:48:18 +0100
+             Message-ID: <9b18b31105031610481025a080@mail.gmail.com>
              
-             [ 17479]
-             (Re-)instate :pop as a "back door" to perl level layer stack
-             manipulation.
-     Branch: perl
-         !> lib/PerlIO.pm perlio.c
-____________________________________________________________________________
-[ 17479] By: nick                                  on 2002/07/11  09:16:46
-        Log: (Re-)instate :pop as a "back door" to perl level layer stack
-             manipulation.
-     Branch: perlio
-          ! lib/PerlIO.pm perlio.c
-____________________________________________________________________________
-[ 17478] By: nick                                  on 2002/07/11  08:43:28
-        Log: Various core-dump preventions for cases Craig found on VMS.
-             Fix PerlIO_exportFILE() to work with new PerlIOStdio_pushed.
-     Branch: perlio
-          ! perlio.c
+             Plus minor nits in the documentation of re.pm,
+             a version bump, and addition of an OPTIMIZE alias
+     Branch: perl
+          + t/op/regexp_notrie.t t/op/regexp_trielist.t
+          ! MANIFEST embed.fnc embed.h ext/re/re.pm pod/perlvar.pod
+          ! proto.h regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h
+          ! sv.c t/op/pat.t t/op/re_tests t/op/readdir.t
 ____________________________________________________________________________
-[ 17477] By: nick                                  on 2002/07/11  07:42:34
-        Log: Integrate mainline
-     Branch: perlio
-         !> Changes Porting/pumpkin.pod ext/PerlIO/via/via.pm
-         !> ext/Storable/t/integer.t ext/threads/shared/shared.pm
-         !> ext/threads/t/list.t ext/threads/threads.pm
-         !> ext/threads/threads.xs lib/ExtUtils/MM_Win95.pm
-         !> lib/PerlIO/via/QuotedPrint.pm lib/PerlIO/via/t/QuotedPrint.t
-         !> patchlevel.h pod/perldelta.pod pod/perldiag.pod
-         !> pod/perliol.pod regexec.c t/op/magic.t
-____________________________________________________________________________
-[ 17476] By: sky                                   on 2002/07/11  05:35:53
-        Log: Problem fixed with detached threads reported by Stacy Maughan 
-             and debugged by Jan Dubois. Problem occured when a thread
-             cleared itself out and then switched back to itself (which was
-             gone) and wanted a function pointer for the PerlMemShared free.
+[ 24043] By: rgs                                   on 2005/03/18  14:02:36
+        Log: Subject: Re: sitecustomize.pl [PATCH]
+             From: Gisle Aas <gisle@ActiveState.com>
+             Date: 18 Mar 2005 04:06:40 -0800
+             Message-ID: <lru0n9w433.fsf@caliper.activestate.com>
+             
+             Adds a new command-line switch, -f, and a new optional
+             compile-time setting -DUSE_SITECUSTOMIZE
      Branch: perl
-          ! ext/threads/threads.xs
+          ! INSTALL ext/Devel/DProf/t/DProf.t perl.c pod/perlrun.pod
 ____________________________________________________________________________
-[ 17475] By: jhi                                   on 2002/07/10  23:36:37
-        Log: Small threads docs cleanups.
+[ 24042] By: rgs                                   on 2005/03/18  13:38:32
+        Log: Subject: [PATCH] More const parms
+             From: Andy Lester <andy@petdance.com>
+             Date: Mon, 14 Mar 2005 13:59:54 -0600
+             Message-ID: <20050314195954.GB7141@petdance.com>
      Branch: perl
-          ! ext/threads/shared/shared.pm ext/threads/threads.pm
-          ! pod/perldiag.pod
+          ! embed.fnc gv.c numeric.c op.c pad.c perlio.c pod/perlapi.pod
+          ! pod/perlintern.pod pp_ctl.c pp_hot.c proto.h scope.c sv.c
+          ! toke.c utf8.c
 ____________________________________________________________________________
-[ 17474] By: jhi                                   on 2002/07/10  23:21:10
-        Log: Subject: [DOC PATCH] ext/threads/shared/shared.pm
-             From: Dave Mitchell <davem@fdgroup.com>
-             Date: Thu, 11 Jul 2002 01:15:18 +0100
-             Message-ID: <20020711011518.B27438@fdgroup.com>
+[ 24041] By: rgs                                   on 2005/03/18  10:27:17
+        Log: Don't use vars in DynaLoader
+             Remove left-over maintenance code
      Branch: perl
-          ! ext/threads/shared/shared.pm
+          ! ext/DynaLoader/DynaLoader_pm.PL
 ____________________________________________________________________________
-[ 17473] By: jhi                                   on 2002/07/10  23:20:10
-        Log: Retract #17455, #17427, #17425 on t/op/magic.t (but leave
-             in the toke.c change #17425, it is ARG_ZERO_IS_SCRIPT
-             specific and known to work on the platforms that need it),
-             on Sarathy's advice.
+[ 24040] By: rgs                                   on 2005/03/18  07:57:06
+        Log: Subject: [PATCH] $B::Disassembler::VERSION
+             From: Alexey Tourbin <at@altlinux.ru>
+             Date: Thu, 17 Mar 2005 19:02:38 +0300
+             Message-ID: <20050317160238.GN5825@solemn.turbinal.org>
      Branch: perl
-          ! t/op/magic.t
+          ! ext/B/B/Disassembler.pm
 ____________________________________________________________________________
-[ 17472] By: jhi                                   on 2002/07/10  21:43:45
-        Log: Subject: [PATCH] Re: Storable 2.04 'make test' failure on AIX, perl 5.005_03
-             From: Nicholas Clark <nick@unfortu.net>
-             Date: Wed, 10 Jul 2002 23:17:36 +0100
-             Message-ID: <20020710221735.GE312@Bagpuss.unfortu.net>
+[ 24039] By: rgs                                   on 2005/03/15  09:30:28
+        Log: Upgrade to CGI 3.07.
+             Add CGI's changelog
      Branch: perl
-          ! ext/Storable/t/integer.t
+          + lib/CGI/Changes
+          ! MANIFEST lib/CGI.pm lib/CGI/Cookie.pm
 ____________________________________________________________________________
-[ 17471] By: jhi                                   on 2002/07/10  20:27:07
-        Log: Subject: [PATCH] QuotedPrint.t
-             From: Elizabeth Mattijsen <liz@dijkmat.nl>
-             Date: Wed, 10 Jul 2002 21:29:54 +0200
-             Message-Id: <4.2.0.58.20020710212608.02cd8100@mickey.dijkmat.nl>
+[ 24038] By: merijn                                on 2005/03/14  15:55:44
+        Log: Subject: pp_pack.c, simplifying genpacksizetables
+             From: perl5-porters@ton.iguana.be (Ton Hospel)
+             Date: Sun, 13 Mar 2005 15:07:41 +0000 (UTC)
+             Message-Id: <d11kvt$1k7$1@post.home.lunix>
      Branch: perl
-          ! lib/PerlIO/via/t/QuotedPrint.t
+          ! genpacksizetables.pl pp_pack.c
 ____________________________________________________________________________
-[ 17470] By: jhi                                   on 2002/07/10  20:24:47
-        Log: From: Elizabeth Mattijsen <liz@dijkmat.nl>
-             Subject: [DOC PATCH] some doc nits after 17463
-             Date: Wed, 10 Jul 2002 21:13:52 +0200
-             Message-Id: <4.2.0.58.20020710211105.032546d0@mickey.dijkmat.nl>
+[ 24037] By: rgs                                   on 2005/03/14  14:35:33
+        Log: Subject: [PATCH] Adding const qualifiers
+             From: Andy Lester <andy@petdance.com>
+             Date: Sun, 13 Mar 2005 14:20:05 -0600
+             Message-ID: <20050313202005.GA23535@petdance.com>
      Branch: perl
-          ! ext/PerlIO/via/via.pm lib/PerlIO/via/QuotedPrint.pm
-          ! pod/perldelta.pod pod/perliol.pod
+          ! av.c embed.fnc gv.c hv.c mg.c op.c pod/perlapi.pod pp_ctl.c
+          ! proto.h scope.c utf8.c
 ____________________________________________________________________________
-[ 17469] By: jhi                                   on 2002/07/10  20:19:55
-        Log: Subject: [PATCH] MM_W95.pm, Win95 + MinGW + dmake
-             From: "Mattia Barbon" <mbarbon@dsi.unive.it>
-             Date: Wed, 10 Jul 2002 18:47:45 +0200
-             Message-ID: <3D2C8151.30381.12DE80@localhost>
+[ 24036] By: rgs                                   on 2005/03/14  09:19:01
+        Log: Subject: Re: [perl #34155] perldoc -f hex should say how to convert back
+             From: David Nicol <davidnicol@gmail.com>
+             Date: Tue, 8 Mar 2005 18:23:11 -0600
+             Message-ID: <934f64a20503081623713f6d27@mail.gmail.com>
      Branch: perl
-          ! lib/ExtUtils/MM_Win95.pm
+          ! pod/perlfunc.pod
 ____________________________________________________________________________
-[ 17468] By: jhi                                   on 2002/07/10  20:13:49
-        Log: Regen Changes.
+[ 24035] By: rgs                                   on 2005/03/13  21:14:36
+        Log: Document pack changes in perldelta
      Branch: perl
-          ! Changes
+          ! pod/perl592delta.pod
 ____________________________________________________________________________
-[ 17467] By: jhi                                   on 2002/07/10  20:10:23
-        Log: Retract #17375: contrary to intention, it was actually
-             harmful on EBCDIC (configpm broke).
+[ 24034] By: rgs                                   on 2005/03/13  16:41:05
+        Log: Upgrade to Pod::Parser 1.30
      Branch: perl
-          ! regexec.c
+          ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
+          ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
+          ! lib/Pod/Usage.pm pod/pod2usage.PL pod/podselect.PL
+          ! t/pod/poderrs.xr
 ____________________________________________________________________________
-[ 17466] By: sky                                   on 2002/07/10  17:59:19
-        Log: Makes list skip the main thread.
+[ 24033] By: rgs                                   on 2005/03/13  11:07:40
+        Log: Doc patches to clarify the stringification rules of {} and =>
+             by Jarkko (bug #34419)
      Branch: perl
-          ! ext/threads/t/list.t ext/threads/threads.xs
+          ! pod/perldata.pod pod/perlop.pod
 ____________________________________________________________________________
-[ 17465] By: jhi                                   on 2002/07/10  14:14:13
-        Log: More about the dangers of indent.
+[ 24032] By: rgs                                   on 2005/03/13  09:20:01
+        Log: gcc warning patch by Andy Lester
      Branch: perl
-          ! Porting/pumpkin.pod
+          ! perl.h
 ____________________________________________________________________________
-[ 17464] By: jhi                                   on 2002/07/10  12:42:20
-        Log: Small perldelta tweaks.
+[ 24031] By: rgs                                   on 2005/03/12  22:05:14
+        Log: Subject: Re: Encoding neutral unpack
+             From: perl5-porters@ton.iguana.be (Ton Hospel)
+             Date: Sat, 12 Mar 2005 18:54:29 +0000 (UTC)
+             Message-ID: <d0vdt5$81a$1@post.home.lunix>
+             
+             A new test.
      Branch: perl
-          ! pod/perldelta.pod
+          ! t/op/pack.t
 ____________________________________________________________________________
-[ 17463] By: jhi                                   on 2002/07/10  11:43:09
-        Log: Update Changes.
+[ 24030] By: rgs                                   on 2005/03/12  22:01:21
+        Log: Indentation patch by Ton Hospel for pp_pack
      Branch: perl
-          ! Changes patchlevel.h
+          ! pp_pack.c
 ____________________________________________________________________________
-[ 17462] By: jhi                                   on 2002/07/10  11:27:44
-        Log: EBCDIC has different codepoints.
+[ 24029] By: rgs                                   on 2005/03/12  20:49:00
+        Log: Change my email, put real name of Pixel
      Branch: perl
-          ! lib/PerlIO/via/t/QuotedPrint.t
+          ! AUTHORS
 ____________________________________________________________________________
-[ 17461] By: nick                                  on 2002/07/10  06:58:47
-        Log: Integrate mainline (Via/via etc.)
-     Branch: perlio
-         +> ext/PerlIO/scalar/Makefile.PL ext/PerlIO/scalar/scalar.pm
-         +> ext/PerlIO/scalar/scalar.xs ext/PerlIO/via/Makefile.PL
-         +> ext/PerlIO/via/via.pm ext/PerlIO/via/via.xs lib/Config.t
-         +> lib/PerlIO/via/QuotedPrint.pm lib/PerlIO/via/t/QuotedPrint.t
-          - ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
-          - ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Makefile.PL
-          - ext/PerlIO/Via/Via.pm ext/PerlIO/Via/Via.xs
-         !> (integrate 34 files)
-____________________________________________________________________________
-[ 17460] By: jhi                                   on 2002/07/10  03:58:58
-        Log: If no PerlIO, no PerlIO::via.
+[ 24028] By: rgs                                   on 2005/03/12  17:15:23
+        Log: Upgrade to DB_File 1.811, by Paul Marquess
      Branch: perl
-          ! lib/PerlIO/via/t/QuotedPrint.t
+          ! ext/DB_File/Changes ext/DB_File/DB_File.pm
+          ! ext/DB_File/DB_File.xs ext/DB_File/t/db-hash.t
+          ! ext/DB_File/typemap
 ____________________________________________________________________________
-[ 17459] By: jhi                                   on 2002/07/10  00:57:29
-        Log: Too much cut-and-paste from Term::Complete.t;
-             be more paranoid on readonlyness
+[ 24027] By: rgs                                   on 2005/03/11  17:47:41
+        Log: Add standard core test headers to the Class::ISA new tests
      Branch: perl
-          ! lib/Config.t
+          ! lib/Class/ISA/t/00_about_verbose.t
+          ! lib/Class/ISA/t/01_old_junk.t
 ____________________________________________________________________________
-[ 17458] By: jhi                                   on 2002/07/09  23:29:52
-        Log: Test Config.
+[ 24026] By: rgs                                   on 2005/03/11  17:37:01
+        Log: Upgrade to Class::ISA 0.33
      Branch: perl
-          + lib/Config.t
-          ! MANIFEST
+          + lib/Class/ISA/ChangeLog lib/Class/ISA/t/00_about_verbose.t
+          + lib/Class/ISA/t/01_old_junk.t
+          - lib/Class/ISA/test.pl
+          ! MANIFEST lib/Class/ISA.pm
 ____________________________________________________________________________
-[ 17457] By: jhi                                   on 2002/07/09  22:36:27
-        Log: Subject: [PATCH] Fwd: [ID 20020703.002] bareword processing bug under 'use strict'
-             From: Kay Röpke <kroepke@dolphin-services.de>
-             Date: Tue, 9 Jul 2002 14:12:10 +0200
-             Message-Id: <184F11EC-9335-11D6-8F80-000393414688@dolphin-services.de>
+[ 24025] By: rgs                                   on 2005/03/11  16:55:59
+        Log: Update Changes
      Branch: perl
-          ! op.c t/lib/strict/subs
+          ! Changes
 ____________________________________________________________________________
-[ 17456] By: jhi                                   on 2002/07/09  21:35:33
-        Log: Detypo.
+[ 24024] By: rgs                                   on 2005/03/11  11:12:31
+        Log: FAQ sync
      Branch: perl
-          ! ext/threads/shared/shared.pm
+          ! 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
 ____________________________________________________________________________
-[ 17455] By: jhi                                   on 2002/07/09  21:32:44
-        Log: Subject: [PATCH] fix 17425 for VMS
-             From: "Craig A. Berry" <craigberry@mac.com>
-             Date: Tue, 09 Jul 2002 17:07:12 -0500
-             Message-Id: <5.1.1.5.0.20020709164958.0313c008@exchi01>
+[ 24023] By: rgs                                   on 2005/03/11  10:22:28
+        Log: Subject: [PATCH] pad_push numero three-o
+             From: Andy Lester <andy@petdance.com>
+             Date: Thu, 10 Mar 2005 15:17:28 -0600
+             Message-ID: <20050310211728.GC32386@petdance.com>
      Branch: perl
-          ! t/op/magic.t
+          ! embed.fnc embed.h pad.c pod/perlintern.pod pp_ctl.c pp_hot.c
+          ! proto.h
 ____________________________________________________________________________
-[ 17454] By: jhi                                   on 2002/07/09  21:31:44
-        Log: Change PerlIO::Scalar and Via to scalar and via.
-     Branch: perl
-          + ext/PerlIO/scalar/Makefile.PL ext/PerlIO/scalar/scalar.pm
-          + ext/PerlIO/scalar/scalar.xs ext/PerlIO/via/Makefile.PL
-          + ext/PerlIO/via/via.pm ext/PerlIO/via/via.xs
-          + lib/PerlIO/via/QuotedPrint.pm lib/PerlIO/via/t/QuotedPrint.t
-          - ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
-          - ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Makefile.PL
-          - ext/PerlIO/Via/Via.pm ext/PerlIO/Via/Via.xs
-          - lib/PerlIO/Via/QuotedPrint.pm lib/PerlIO/Via/t/QuotedPrint.t
-          ! MANIFEST Porting/config.sh djgpp/config.over doio.c
-          ! epoc/config.sh ext/B/B/C.pm ext/PerlIO/t/via.t hints/uwin.sh
-          ! hints/vmesa.sh perlio.c pod/perldelta.pod pod/perliol.pod
-          ! pod/perltoc.pod win32/Makefile win32/makefile.mk
-____________________________________________________________________________
-[ 17453] By: sky                                   on 2002/07/09  21:23:31
-        Log: Update documentation with &share() non prototype checking version.
-             Fix share so it once again returns a reference to whatever it just
-             shared, so now you can do my &share([]);
-             Remove check for useithreads and Config.pm from threads::shared,
-             you can now always use threads::shared in your module without
-             overhead of config.pm and without speed hit unless threads have been 
-             requested, share, cond_wait, cond_broadcast, cond_signal and lock
-             all become noops, so does : share.
+[ 24022] By: rgs                                   on 2005/03/10  17:42:54
+        Log: Make the return value of close() depend not only on the success of the
+             close itself, but also on whether the output stream had a previous
+             error. From Jim Meyering <jim@meyering.net>, via Debian.
      Branch: perl
-          ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
+          ! doio.c
 ____________________________________________________________________________
-[ 17452] By: jhi                                   on 2002/07/09  18:58:45
-        Log: Tweak perldelta for the new PerlIO::Vianess.
+[ 24021] By: rgs                                   on 2005/03/10  17:39:56
+        Log: 8 is not an octal digit. (from Debian)
      Branch: perl
-          ! pod/perldelta.pod
+          ! pod/perlreref.pod
 ____________________________________________________________________________
-[ 17451] By: jhi                                   on 2002/07/09  18:53:11
-        Log: Update the port status.
+[ 24020] By: rgs                                   on 2005/03/10  17:38:51
+        Log: Fix a2p manpage (from Debian)
      Branch: perl
-          ! pod/perlport.pod
+          ! x2p/a2p.pod
 ____________________________________________________________________________
-[ 17450] By: jhi                                   on 2002/07/09  18:49:20
-        Log: Subject: [PATCH] 5.8.0-RC1 on SunOS 4!
-             From: Robin Barker <rmb1@cise.npl.co.uk>
-             Date: Tue, 9 Jul 2002 20:03:40 +0100 (BST)
-             Message-Id: <200207091903.UAA09531@tempest.npl.co.uk>
-             
-             (the sprintf() spot in Dumper.xs fixed)
+[ 24019] By: rgs                                   on 2005/03/10  17:36:37
+        Log: Remove a spurious undefined warning when using getopts.pl with -w.
+             (from Debian)
      Branch: perl
-          ! ext/Data/Dumper/Dumper.xs perl.c util.c
+          ! lib/getopts.pl
 ____________________________________________________________________________
-[ 17449] By: jhi                                   on 2002/07/09  18:38:04
-        Log: Subject: [PATCH] Removing example layers from MIME::QuotedPrint
-             From: Elizabeth Mattijsen <liz@dijkmat.nl>
-             Date: Mon, 08 Jul 2002 10:21:09 +0200
-             Message-Id: <4.2.0.58.20020708090819.02740f00@mickey.dijkmat.nl>
-             
-             Subject: Re: [PATCH] Removing example layers from MIME::QuotedPrint
-             From: Elizabeth Mattijsen <liz@dijkmat.nl>
-             Date: Tue, 09 Jul 2002 09:29:52 +0200
-             Message-Id: <4.2.0.58.20020709092337.02893300@mickey.dijkmat.nl>
+[ 24018] By: rgs                                   on 2005/03/10  17:34:39
+        Log: Doc patch for Devel::DProf (from Debian)
      Branch: perl
-          + lib/PerlIO/Via/QuotedPrint.pm lib/PerlIO/Via/t/QuotedPrint.t
-          ! MANIFEST ext/MIME/Base64/QuotedPrint.pm ext/PerlIO/Via/Via.pm
-          ! ext/PerlIO/t/via.t pod/perliol.pod
+          ! ext/Devel/DProf/DProf.pm
 ____________________________________________________________________________
-[ 17448] By: jhi                                   on 2002/07/09  17:46:00
-        Log: Integrate perlio:
-             
-             [ 17446]
-             Fix open(FH,"Via(Foo)","NonExistant") and other cases when 
-             :stdio as lower layer fails.
-             
-             [ 17447]
-             Tidy PerlIO::Via
-             - add test for open fail
-             - add PerlIO_debug() diags to open paths
-             - comments on API gaps 
-             - Update OPEN,SYSOPEN,FDOPEN pod entries.
-     Branch: perl
-         !> ext/PerlIO/Via/Via.pm ext/PerlIO/Via/Via.xs ext/PerlIO/t/via.t
-         !> perlio.c
+[ 24017] By: rgs                                   on 2005/03/10  17:22:25
+        Log: Add support for Debian GNU/k*BSD
+     Branch: perl
+          ! hints/gnukfreebsd.sh hints/gnuknetbsd.sh
 ____________________________________________________________________________
-[ 17447] By: nick                                  on 2002/07/09  17:13:41
-        Log: Tidy PerlIO::Via
-             - add test for open fail
-             - add PerlIO_debug() diags to open paths
-             - comments on API gaps 
-             - Update OPEN,SYSOPEN,FDOPEN pod entries.
-     Branch: perlio
-          ! ext/PerlIO/Via/Via.pm ext/PerlIO/Via/Via.xs ext/PerlIO/t/via.t
-____________________________________________________________________________
-[ 17446] By: nick                                  on 2002/07/09  16:59:29
-        Log: Fix open(FH,"Via(Foo)","NonExistant") and other cases when 
-             :stdio as lower layer fails.
-     Branch: perlio
-          ! perlio.c
+[ 24016] By: rgs                                   on 2005/03/10  17:21:05
+        Log: Patch for Debian bug #258618, compilation under Debian/Hurd
+     Branch: perl
+          ! hints/gnu.sh
 ____________________________________________________________________________
-[ 17445] By: jhi                                   on 2002/07/09  16:32:15
-        Log: Document how to re-indent.
+[ 24015] By: steveh                                on 2005/03/10  15:18:20
+        Log: Subject: Minor AUTHORS patch
+             From: "Mike Giroux" <rmgiroux@hotmail.com>
+             Date: Thu, 10 Mar 2005 08:39:04 -0500
+             Message-ID: <BAY104-F4B1925432A15287069D3BCE520@phx.gbl>
      Branch: perl
-          ! Porting/pumpkin.pod
+          ! AUTHORS
 ____________________________________________________________________________
-[ 17444] By: jhi                                   on 2002/07/09  15:50:45
-        Log: Retract #17428, not needed in this version of File::Spec.
+[ 24014] By: steveh                                on 2005/03/10  11:25:36
+        Log: More Win32 dmake fixes
+
+             Use $B macro as per change 23991 in more places, and fix some syntax
+             errors in the subst's (missing trailing ",")
+
+             Tested with GCC and MSVC. I don't have BCC available, so those parts
+             are untested.
      Branch: perl
-          ! lib/File/Spec/Unix.pm
+          ! win32/makefile.mk
 ____________________________________________________________________________
-[ 17443] By: jhi                                   on 2002/07/09  15:41:57
-        Log: This is getting pretty fragmented (finish up #17441).
+[ 24013] By: rgs                                   on 2005/03/10  10:10:33
+        Log: Upgrade to CGI.pm 3.06
      Branch: perl
-          ! pp_ctl.c t/op/eval.t
+          ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Util.pm
+          ! lib/CGI/t/form.t lib/CGI/t/html.t
 ____________________________________________________________________________
-[ 17442] By: nick                                  on 2002/07/09  15:39:02
-        Log: Indentation normalize via 
-             indent -kr -nce -psl 
-             (Better indent incantations welcome - something for Porting/?)
-     Branch: perlio
-          ! ext/PerlIO/Via/Via.xs
-____________________________________________________________________________
-[ 17441] By: jhi                                   on 2002/07/09  15:06:55
-        Log: Missing patch fragment, noted by Hugo.
+[ 24012] By: rgs                                   on 2005/03/09  22:17:33
+        Log: Further pack optimisations by Ton Hospel
      Branch: perl
-          ! toke.c
+          ! pp_pack.c
 ____________________________________________________________________________
-[ 17440] By: jhi                                   on 2002/07/09  14:05:39
-        Log: Update Changes.
+[ 24011] By: rgs                                   on 2005/03/09  18:02:13
+        Log: Fix memory corruption when growing pack utf8 buffer
      Branch: perl
-          ! Changes patchlevel.h
+          ! pp_pack.c
 ____________________________________________________________________________
-[ 17439] By: jhi                                   on 2002/07/09  13:55:16
-        Log: Empty lines.
+[ 24010] By: rgs                                   on 2005/03/08  17:53:50
+        Log: Subject: Encoding neutral unpack
+             From: perl5-porters@ton.iguana.be (Ton Hospel)
+             Date: Sun, 6 Mar 2005 18:29:38 +0000 (UTC)
+             Message-Id: <d0fi6i$k06$1@post.home.lunix>
      Branch: perl
-          ! MANIFEST
+          ! embed.fnc embed.h genpacksizetables.pl lib/charnames.t perl.h
+          ! pod/perldiag.pod pod/perlfunc.pod pod/perlunicode.pod
+          ! pod/perluniintro.pod pp_pack.c proto.h t/op/pack.t
+          ! t/op/utftaint.t
 ____________________________________________________________________________
-[ 17438] By: jhi                                   on 2002/07/09  13:48:44
-        Log: Integrate perlio:
-             
-             [ 17431]
-             SuSE 8.0 at least needs hints to use -lgdbm for ODBM_File
-             
-             [ 17432]
-             Core-dump prevention for 
-             open PIPE, "-|:stdio", "cat /etc/motd";
-             (root cause not yet fixed).
-             
-             [ 17433]
-             Special case :stdio pushed method so that "-|:stdio" does 
-             not have an uninitialized layer on top.
-             
-             [ 17435]
-             Call $encoding->decode($sv) without a $chk argument.
-             This fixes modification of readonly value under use encoding().
-             Not a final fix as it does not warn on failed decode.
-             
-             [ 17437]
-             perldiag patch for implied open of STDIN/STDOUT/STDERR
-             in wrong mode.
+[ 24009] By: merijn                                on 2005/03/08  15:25:57
+        Log: Subject: Minor AUTHORS patch
+             From: Andy Lester <andy@petdance.com>
+             Date: Tue, 8 Mar 2005 09:44:45 -0600
+             Message-ID: <20050308154445.GB3213@petdance.com>
      Branch: perl
-         +> ext/ODBM_File/hints/linux.pl
-         !> MANIFEST perlio.c pod/perldiag.pod sv.c
-____________________________________________________________________________
-[ 17437] By: nick                                  on 2002/07/09  13:42:06
-        Log: perldiag patch for implied open of STDIN/STDOUT/STDERR
-             in wrong mode.
-     Branch: perlio
-          ! pod/perldiag.pod
+          ! AUTHORS
 ____________________________________________________________________________
-[ 17436] By: jhi                                   on 2002/07/09  13:05:43
-        Log: Subject: [ID 20020708.001] makedepend problem (output of cppstdin garbled)
-             From: Hans Ranke <Hans.Ranke@ei.tum.de>
-             Date: Mon, 8 Jul 2002 16:17:00 +0200 (MET DST)
-             Message-Id: <5.8.0_12541_1026136670@regency>
+[ 24008] By: merijn                                on 2005/03/08  14:45:17
+        Log: Some updates to current status
      Branch: perl
-          ! makedepend.SH
-____________________________________________________________________________
-[ 17435] By: nick                                  on 2002/07/09  12:38:01
-        Log: Call $encoding->decode($sv) without a $chk argument.
-             This fixes modification of readonly value under use encoding().
-             Not a final fix as it does not warn on failed decode.
-     Branch: perlio
-          ! sv.c
+          ! README.hpux
 ____________________________________________________________________________
-[ 17434] By: jhi                                   on 2002/07/09  11:50:41
-        Log: Subject: [DOC PATCH] perlre, minor error
-             From: "Steffen Mueller" <xyey9001@sneakemail.com>
-             Date: Tue, 9 Jul 2002 02:23:33 +0200
-             Message-ID: <20020709002024.28399.qmail@onion.perl.org>
+[ 24007] By: steveh                                on 2005/03/07  11:02:12
+        Log: Include regcomp.h in Win32 makefiles
+
+             Subject: Re: Stop mktables from needlessly re-running when using dmake on Win32
+             From: demerphq <demerphq@gmail.com>
+             Date: Sun, 6 Mar 2005 09:16:12 +0100
+             Message-ID: <9b18b311050306001624012bd@mail.gmail.com>
      Branch: perl
-          ! pod/perlre.pod
-____________________________________________________________________________
-[ 17433] By: nick                                  on 2002/07/09  11:42:32
-        Log: Special case :stdio pushed method so that "-|:stdio" does 
-             not have an uninitialized layer on top.
-     Branch: perlio
-          ! perlio.c
-____________________________________________________________________________
-[ 17432] By: nick                                  on 2002/07/09  09:38:45
-        Log: Core-dump prevention for 
-             open PIPE, "-|:stdio", "cat /etc/motd";
-             (root cause not yet fixed).
-     Branch: perlio
-          ! perlio.c
-____________________________________________________________________________
-[ 17431] By: nick                                  on 2002/07/09  08:01:54
-        Log: SuSE 8.0 at least needs hints to use -lgdbm for ODBM_File
-     Branch: perlio
-          + ext/ODBM_File/hints/linux.pl
-          ! MANIFEST
+          ! win32/Makefile win32/makefile.mk
 ____________________________________________________________________________
-[ 17430] By: nick                                  on 2002/07/09  07:59:06
-        Log: Integrate mainline
-     Branch: perlio
-         +> ext/MIME/Base64/t/quoted-print.t lib/Math/BigInt/t/bare_mif.t
-          - ext/MIME/Base64/t/qp.t
-         !> (integrate 48 files)
+[ 24006] By: steveh                                on 2005/03/04  17:19:46
+        Log: A better fix than change 24005 was ;)
+
+             Actually, "@echo." still emits a blank line.  Use "@rem" instead as the
+             no-op.  This was being used in the Win95 case, but works fine on WinNT
+             too, and is actually what ExtUtils-MakeMaker uses.
+
+             Also change the nmake Makefile.
+     Branch: perl
+          ! win32/Makefile win32/makefile.mk
 ____________________________________________________________________________
-[ 17429] By: jhi                                   on 2002/07/09  00:17:49
-        Log: MIME::QuotedPrint is for bytes only; from Gisle.
+[ 24005] By: steveh                                on 2005/03/04  17:11:56
+        Log: Suppress "ECHO is on." messages when using dmake on Win32
+
+             (The shell's "echo" command displays the current echo setting when
+             called with no arguments.  Use "echo." to display nothing.)
      Branch: perl
-          ! ext/MIME/Base64/QuotedPrint.pm
-          ! ext/MIME/Base64/t/quoted-print.t
+          ! win32/makefile.mk
 ____________________________________________________________________________
-[ 17428] By: jhi                                   on 2002/07/08  23:26:49
-        Log: (retracted by #17444)
-             Subject: [ID 20020708.003] File::Spec::Unix::tmpdir automagically creates $ENV{TMPDIR}
-             From: Diab Jerius <dj@head-cfa.harvard.edu>
-             Date: Mon, 8 Jul 2002 18:44:12 -0400 (EDT)
-             Message-Id: <200207082244.g68MiDY22791@pelf.harvard.edu>
+[ 24004] By: steveh                                on 2005/03/04  17:01:24
+        Log: Stop mktables from needlessly re-running when using dmake on Win32
      Branch: perl
-          ! lib/File/Spec/Unix.pm
+          ! win32/makefile.mk
 ____________________________________________________________________________
-[ 17427] By: jhi                                   on 2002/07/08  23:17:21
-        Log: Subject: patch against   t/op/magic.t
-             From: Jim Cromie <jcromie@divsol.com>
-             Date: Mon, 08 Jul 2002 19:23:38 -0400
-             Message-ID: <3D2A1EFA.8050603@divsol.com>
+[ 24003] By: rgs                                   on 2005/03/04  16:02:20
+        Log: Update -v copyright notice
      Branch: perl
-          ! t/op/magic.t
+          ! perl.c
 ____________________________________________________________________________
-[ 17426] By: jhi                                   on 2002/07/08  21:38:24
-        Log: Subject: [DOC PATCH] Thread::Signal.pm
-             From: Elizabeth Mattijsen <liz@dijkmat.nl>
-             Date: Mon, 08 Jul 2002 23:40:32 +0200
-             Message-Id: <4.2.0.58.20020708233854.024783b0@mickey.dijkmat.nl>
+[ 24002] By: rgs                                   on 2005/03/03  18:27:34
+        Log: Add a regression test for bug #32193, and make the
+             fix a bit more robust
      Branch: perl
-          ! ext/Thread/Thread/Signal.pm
+          ! lib/Tie/RefHash.pm lib/Tie/RefHash.t
 ____________________________________________________________________________
-[ 17425] By: jhi                                   on 2002/07/08  20:10:15
-        Log: Integrate maint patches #17421, #17424:
-             
-             on platforms like HP-UX that are subject to the ARG_ZERO_IS_SCRIPT
-             hack, $^X was improperly set to the script name when the script
-             was run via the PATH; argv[0] in that case shows up as the bare
-             name of the script rather than its fully qualified path, which
-             meant that the sanity check in the ARG_ZERO_IS_SCRIPT code fails
-             to recognize it as the running script name; fix tries to match
-             bare script name in that case (from Gisle Aas)
-             
-             tweak change#17421 ($0 is full path to script even when script
-             is invoked via PATH almost everywhere except Windows)
+[ 24001] By: rgs                                   on 2005/03/03  18:03:15
+        Log: Subject: [perl #32193] Tie::RefHash DELETE does not return value for ref keys
+             From: Yuval Kojman (via RT) <perlbug-followup@perl.org>
+             Date: 28 Oct 2004 12:16:37 -0000
+             Message-ID: <rt-3.0.11-32193-98805.8.56634266171625@perl.org>
      Branch: perl
-         !> t/op/magic.t toke.c
+          ! lib/Tie/RefHash.pm
 ____________________________________________________________________________
-[ 17424] By: gsar                                  on 2002/07/08  19:54:10
-        Log: tweak change#17421 ($0 is full path to script even when script
-             is invoked via PATH almost everywhere except Windows)
-     Branch: maint-5.6/perl
-          ! t/op/magic.t
+[ 24000] By: rgs                                   on 2005/03/03  15:43:43
+        Log: do "filename" is not really used with perl subroutine librairies
+             anymore.
+     Branch: perl
+          ! pod/perlfunc.pod
 ____________________________________________________________________________
-[ 17423] By: jhi                                   on 2002/07/08  19:10:29
-        Log: Subject: Re: [ID 20020626.011] wantarray() causes clobbering of unrelated vars outside the sub 
-             From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
-             Date: Mon, 08 Jul 2002 17:00:33 +0100
-             Message-Id: <200207081600.g68G0Xw07553@crypt.compulink.co.uk>
+[ 23999] By: merijn                                on 2005/02/27  11:28:27
+        Log: Fix for bug [ID 20020227.005] format bug with undefined _TOP
+             http://rt.perl.org/rt3/Ticket/Display.html?id=8698
+             If there was no TOP format the lines left on page was set
+             to fixed number, now set to the current page length of the
+             IO channel used. More debugging for yet another bug needed.
      Branch: perl
-          ! lib/File/Basename.pm op.c t/op/wantarray.t
+          ! pp_sys.c
 ____________________________________________________________________________
-[ 17422] By: jhi                                   on 2002/07/08  19:08:58
-        Log: Subject: [PATCH perl@17412] regcomp.c casting tweak
-             From: "Craig A. Berry" <craigberry@mac.com>
-             Date: Mon, 08 Jul 2002 13:17:35 -0500
-             Message-Id: <5.1.1.5.0.20020708124433.034a5dd8@exchi01>
+[ 23998] By: davem                                 on 2005/02/26  11:32:59
+        Log: ithreads: cond_signal() on a non-shared object coredumped
      Branch: perl
-          ! regcomp.c
+          ! ext/threads/shared/shared.xs
 ____________________________________________________________________________
-[ 17421] By: gsar                                  on 2002/07/08  17:07:01
-        Log: on platforms like HP-UX that are subject to the ARG_ZERO_IS_SCRIPT
-             hack, $^X was improperly set to the script name when the script
-             was run via the PATH; argv[0] in that case shows up as the bare
-             name of the script rather than its fully qualified path, which
-             meant that the sanity check in the ARG_ZERO_IS_SCRIPT code fails
-             to recognize it as the running script name; fix tries to match
-             bare script name in that case (from Gisle Aas)
-     Branch: maint-5.6/perl
-          ! t/op/magic.t toke.c
-____________________________________________________________________________
-[ 17420] By: jhi                                   on 2002/07/08  12:54:52
-        Log: Subject: [ DOC PATCH] Re: build failure on Solaris with useithreads
-             From: Dave Mitchell <davem@fdgroup.com>
-             Date: Mon, 8 Jul 2002 00:45:42 +0100
-             Message-ID: <20020708004542.B14412@fdgroup.com>
+[ 23997] By: nicholas                              on 2005/02/26  09:33:30
+        Log: SvUTF8 can be present on scalars other than PVs
+             (specifically references with overloaded stringification)
      Branch: perl
-          ! README.solaris
+          ! dump.c
 ____________________________________________________________________________
-[ 17419] By: jhi                                   on 2002/07/08  12:19:24
-        Log: Add a note about perlmonks as suggested by Ilya Martynov;
-             add an admonition about "can you write my shopping cart
-             script for me!!!"
+[ 23996] By: davem                                 on 2005/02/26  00:47:03
+        Log: Fix leaks in List::Util::reduce,first
+             When the block is a closure, the cloned CV created on each call
+             was never freed
      Branch: perl
-          ! pod/perlfaq2.pod
+          ! ext/List/Util/Util.xs ext/List/Util/lib/Scalar/Util.pm
 ____________________________________________________________________________
-[ 17418] By: jhi                                   on 2002/07/08  12:11:31
-        Log: Subject: [DOC PATCH] perlfaq2.pod, perlmodstyle.pod
-             From: Iain Truskett <spoon@cpan.org>
-             Date: Mon, 8 Jul 2002 16:50:55 +1000
-             Message-ID: <20020708065055.GC14168@eh.org>
+[ 23995] By: steveh                                on 2005/02/24  15:52:01
+        Log: Subject: Re: (patch blead) Extend t/harness to allow filtering of the file list by regex.
+             From: demerphq <demerphq@gmail.com>
+             Date: Wed, 23 Feb 2005 17:49:50 +0100
+             Message-ID: <9b18b311050223084917d7ef59@mail.gmail.com>
      Branch: perl
-          ! pod/perlfaq2.pod pod/perlmodstyle.pod
+          ! pod/perlhack.pod
 ____________________________________________________________________________
-[ 17417] By: jhi                                   on 2002/07/08  12:08:27
-        Log: Subject: [DOC PATCH] perlthrtut.pod
-             From: Iain Truskett <spoon@cpan.org>
-             Date: Mon, 8 Jul 2002 13:53:59 +1000       
-             Message-ID: <20020708035359.GB14168@eh.org>  
+[ 23994] By: merijn                                on 2005/02/24  10:12:26
+        Log: Subject: [PATCH] dprofpp help
+             From: Andy Lester <andy@petdance.com>
+             Date: Thu, 24 Feb 2005 00:10:42 -0600
+             Message-ID: <20050224061042.GA20259@petdance.com>
      Branch: perl
-          ! pod/perlthrtut.pod
+          ! utils/dprofpp.PL
 ____________________________________________________________________________
-[ 17416] By: jhi                                   on 2002/07/08  12:07:11
-        Log: Subject: [PATCH] t/op/glob.t
-             From: Iain Truskett <spoon@cpan.org>
-             Date: Mon, 8 Jul 2002 11:59:21 +1000
-             Message-ID: <20020708015921.GA14168@eh.org>
+[ 23993] By: steveh                                on 2005/02/23  13:36:59
+        Log: Subject: (patch blead) Extend t/harness to allow filtering of the file list by regex.
+             From: demerphq <demerphq@gmail.com>
+             Date: Sat, 19 Feb 2005 11:10:00 +0100
+             Message-ID: <9b18b3110502190210105decf4@mail.gmail.com>
      Branch: perl
-          ! t/op/glob.t
+          ! t/harness
 ____________________________________________________________________________
-[ 17415] By: jhi                                   on 2002/07/08  11:58:54
-        Log: More AUTHORS updates.
+[ 23992] By: steveh                                on 2005/02/23  12:28:55
+        Log: Subject: Patch Win32 makefiles for blead to allow parameters to be passed to harness:
+             From: demerphq <demerphq@gmail.com>
+             Date: Sat, 19 Feb 2005 11:00:08 +0100
+             Message-ID: <9b18b31105021902003d9c2a95@mail.gmail.com>
      Branch: perl
-          ! AUTHORS
+          ! win32/Makefile win32/makefile.mk
 ____________________________________________________________________________
-[ 17414] By: jhi                                   on 2002/07/07  22:17:28
-        Log: AUTHORS updates.
+[ 23991] By: steveh                                on 2005/02/23  09:17:55
+        Log: Fix Win32's dmake makefile.mk for new dmakes built with Visual C++
      Branch: perl
-          ! AUTHORS
+          ! win32/makefile.mk
 ____________________________________________________________________________
-[ 17413] By: jhi                                   on 2002/07/07  21:42:20
-        Log: README tweaks.
+[ 23990] By: rgs                                   on 2005/02/22  18:13:01
+        Log: Porting/manicheck is not happy when I use spaces instead of tabs.
      Branch: perl
-          ! README.tru64
+          ! MANIFEST
 ____________________________________________________________________________
-[ 17412] By: jhi                                   on 2002/07/07  20:54:53
-        Log: Update Changes.
+[ 23989] By: rgs                                   on 2005/02/21  16:05:22
+        Log: Subject: IPC::Run test failures with utf8
+             From: Nicholas Clark <nick@ccl4.org>
+             Date: Sat, 19 Feb 2005 00:27:57 +0000
+             Message-ID: <20050219002757.GO13998@plum.flirble.org>
      Branch: perl
-          ! Changes patchlevel.h
+          ! lib/IPC/Run/t/run.t
 ____________________________________________________________________________
-[ 17411] By: jhi                                   on 2002/07/07  20:36:18
-        Log: Regen toc, modlib.
+[ 23988] By: rgs                                   on 2005/02/21  13:51:44
+        Log: Subject: [PATCH] signed/unsigned help for pp_pack.c
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Fri, 18 Feb 2005 09:42:52 -0600
+             Message-ID: <42160CFC.3080304@mac.com>
      Branch: perl
-          ! pod/perlmodlib.pod pod/perltoc.pod
+          ! pp_pack.c
 ____________________________________________________________________________
-[ 17410] By: rgs                                   on 2002/07/07  20:31:37
-        Log: Replace the word "discipline" by "layer" almost everywhere,
-             by Elizabeth Mattijsen.
+[ 23987] By: rgs                                   on 2005/02/21  12:56:22
+        Log: Subject: (blead patch) Skip a torture test under blead, and skip certain torture tests under Win32.
+             From: demerphq <demerphq@gmail.com>
+             Date: Sat, 19 Feb 2005 11:04:00 +0100
+             Message-ID: <9b18b3110502190204641e103c@mail.gmail.com
      Branch: perl
-          ! MANIFEST lib/open.pm pod/perldelta.pod pod/perlfunc.pod
-          ! pod/perlpodspec.pod pod/perlrun.pod pod/perlunicode.pod
-          ! pod/perluniintro.pod pod/perlvar.pod
+          ! t/japh/abigail.t
 ____________________________________________________________________________
-[ 17409] By: jhi                                   on 2002/07/07  19:58:36
-        Log: Use the same name for the QP test as MIME::Base64 does.
+[ 23986] By: rgs                                   on 2005/02/18  18:21:25
+        Log: Subject: Patch for Perlbug #4253
+             From: Nikolai Eipel <eipel@web.de>
+             Date: Sat, 29 Jan 2005 16:52:53 +0100
+             Message-Id: <200501291652.53841.eipel@web.de>
+
+             (-T and -B invalidate _ filehandle when no read permission on file)
+             plus a regression test
      Branch: perl
-          + ext/MIME/Base64/t/quoted-print.t
-          - ext/MIME/Base64/t/qp.t
-          ! MANIFEST
+          ! pp_sys.c t/op/stat.t
 ____________________________________________________________________________
-[ 17408] By: jhi                                   on 2002/07/07  18:48:06
-        Log: Don't install test pods.
+[ 23985] By: rgs                                   on 2005/02/18  16:18:34
+        Log: Install and build corelist on VMS, too
      Branch: perl
-          ! installman
+          ! vms/descrip_mms.template
 ____________________________________________________________________________
-[ 17407] By: jhi                                   on 2002/07/07  17:04:27
-        Log: Integrate maint patches #13474, #13478, #13584, and #16539;
-             introduce the test case of [ID 20020623.009].  Once upon a
-             time #13474 introduced evil coredumps, but now things seem
-             to be better (tried both with and without ithreads).
+[ 23984] By: rgs                                   on 2005/02/18  16:07:54
+        Log: Add corelist to the win32 makefiles
+             (noticed by demerphq)
      Branch: perl
-          ! op.c t/run/fresh_perl.t
+          ! win32/Makefile win32/makefile.mk
 ____________________________________________________________________________
-[ 17406] By: jhi                                   on 2002/07/07  15:29:28
-        Log: Upgrade to Math::BigInt 1.60.
+[ 23983] By: rgs                                   on 2005/02/18  15:48:51
+        Log: Subject: [perl #32968] [PATCH] Re: B::walkoptree segfaults
+             From: Stephen McCamant <smcc@MIT.EDU>
+             Date: Tue, 28 Dec 2004 10:13:50 -0800
+             Message-ID: <16849.41566.887352.677148@apocalypse.OCF.Berkeley.EDU>
      Branch: perl
-          + lib/Math/BigInt/t/bare_mif.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/inf_nan.t
-          ! lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/mbimbf.t
-          ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
-          ! lib/Math/BigInt/t/sub_mif.t lib/Math/BigInt/t/with_sub.t
+          ! ext/B/B.xs op.h
 ____________________________________________________________________________
-[ 17405] By: rgs                                   on 2002/07/06  18:39:30
-        Log: Subject: Re: FreeBSD 4.6 imminent
-             From: Nicholas Clark <nick@unfortu.net>
-             Date: Sat, 6 Jul 2002 16:07:38 +0100
-             Message-ID: <20020706150737.GC301@Bagpuss.unfortu.net>
+[ 23982] By: rgs                                   on 2005/02/18  15:34:59
+        Log: Subject: Re: Integration of PathTools 3.04
+             From: demerphq <demerphq@gmail.com>
+             Date: Fri, 18 Feb 2005 16:31:50 +0100
+             Message-ID: <9b18b31105021807316af0aed5@mail.gmail.com>
      Branch: perl
-          ! README.freebsd
+          ! lib/Cwd.pm
 ____________________________________________________________________________
-[ 17404] By: nick                                  on 2002/07/06  07:04:02
-        Log: Integrate mainline
-     Branch: perlio
-         !> t/README
+[ 23981] By: rgs                                   on 2005/02/18  15:00:12
+        Log: Subject: Re: Bug in Socket::IO::INET Version 1.27
+             From: Gisle Aas <gisle@ActiveState.com>
+             Date: 03 Feb 2005 03:16:46 -0800
+             Message-ID: <lr7jlpsxk1.fsf@caliper.activestate.com>
+     Branch: perl
+          ! ext/IO/lib/IO/Socket/INET.pm
 ____________________________________________________________________________
-[ 17403] By: rgs                                   on 2002/07/05  12:46:22
-        Log: Precisions and updates about running and writing tests.
+[ 23980] By: rgs                                   on 2005/02/18  14:27:38
+        Log: Integrate encoding::warnings from Autrijus Tang.
      Branch: perl
-          ! t/README
+          + lib/encoding/warnings.pm lib/encoding/warnings/t/1-warning.t
+          + lib/encoding/warnings/t/2-fatal.t
+          + lib/encoding/warnings/t/3-normal.t
+          ! MANIFEST
 ____________________________________________________________________________
-[ 17402] By: nick                                  on 2002/07/05  07:05:40
-        Log: Integrate mainline
-     Branch: perlio
-         !> (integrate 32 files)
+[ 23979] By: rgs                                   on 2005/02/18  09:53:36
+        Log: Subject: [PATCH] find2perl, new options
+             From: slaven@rezic.de
+             Date: Thu, 17 Feb 2005 22:30:13 +0100
+             Message-Id: <1108675813.24421@devpc01.iconmobile.de>
+     Branch: perl
+          ! x2p/find2perl.PL
 ____________________________________________________________________________
-[ 17401] By: rgs                                   on 2002/07/04  20:21:10
-        Log: Goes with change #17400.
+[ 23978] By: rgs                                   on 2005/02/18  08:54:33
+        Log: Missing dependencies in x2p makefile, by Slaven Rezic.
      Branch: perl
-          ! t/pod/podselect.xr
+          ! x2p/Makefile.SH
 ____________________________________________________________________________
-[ 17400] By: rgs                                   on 2002/07/04  14:44:32
-        Log: Subject: [DOC PATCH] minor typo in podselect.PL
-             From: Dave Mitchell <davem@fdgroup.com>
-             Date: Thu, 4 Jul 2002 15:30:53 +0100
-             Message-ID: <20020704153052.C1322@fdgroup.com>
+[ 23977] By: rgs                                   on 2005/02/17  18:14:19
+        Log: Upgrade to PathTools 3.04
+             (plus tweaks to Cwd and cwd.t to run when building perl)
      Branch: perl
-          ! pod/podselect.PL
+          + ext/Cwd/ppport.h
+          ! MANIFEST ext/Cwd/Changes ext/Cwd/Cwd.xs ext/Cwd/t/cwd.t
+          ! ext/Cwd/t/taint.t ext/Cwd/t/win32.t lib/Cwd.pm
+          ! lib/File/Spec.pm lib/File/Spec/Cygwin.pm lib/File/Spec/Epoc.pm
+          ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
+          ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
+          ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
+          ! lib/File/Spec/t/Spec.t lib/File/Spec/t/crossplatform.t
+          ! lib/File/Spec/t/rel2abs2rel.t
 ____________________________________________________________________________
-[ 17399] By: rgs                                   on 2002/07/04  12:01:21
-        Log: Typos and missing warning categories.
+[ 23976] By: rgs                                   on 2005/02/17  17:42:59
+        Log: Upgrade to Pod::LaTeX 0.58
      Branch: perl
-          ! pod/perldiag.pod
+          ! lib/Pod/LaTeX.pm lib/Pod/t/pod2latex.t
 ____________________________________________________________________________
-[ 17398] By: rgs                                   on 2002/07/04  10:19:11
-        Log: Subject: Re: autom4te and perl 5.8.0
-             From: Andy Dougherty <doughera@lafayette.edu>
-             Date: Wed, 3 Jul 2002 11:56:05 -0400 (EDT)
-             Message-ID: <Pine.SOL.4.10.10207031150540.6601-100000@maxwell.phys.lafayette.edu>
-             
-             (with an additional paranoid nit : skip test unless -c $devnull)
+[ 23975] By: rgs                                   on 2005/02/17  15:21:55
+        Log: Upgrade to Time::HiRes 1.66
      Branch: perl
-          ! doio.c ext/Fcntl/t/fcntl.t
+          ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
+          ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/t/HiRes.t
 ____________________________________________________________________________
-[ 17397] By: rgs                                   on 2002/07/04  08:58:23
-        Log: Subject: [PATCH] Win32 build broken
-             From: "Mattia Barbon" <mbarbon@dsi.unive.it>
-             Date: Wed, 3 Jul 2002 23:44:49 +0200
-             Message-ID: <3D238C71.6138.2E20AFC@localhost>
-             
-             (needed by change #17391)
+[ 23974] By: rgs                                   on 2005/02/17  14:57:06
+        Log: Subject: [perl #31730] [PATCH] IO::File reads garbage from directory filehandles
+             From: "Steve Peters via RT" <perlbug-followup@perl.org>
+             Date: 1 Feb 2005 16:24:11 -0000
+             Message-ID: <rt-3.0.11-31730-107010.1.24399823945417@perl.org>
      Branch: perl
-          ! embed.fnc global.sym
+          ! ext/IO/lib/IO/File.pm
 ____________________________________________________________________________
-[ 17396] By: rgs                                   on 2002/07/02  08:27:41
-        Log: Subject: [PATCH perl@17384] opendir() nit for VMS
-             From: "Craig A. Berry" <craigberry@mac.com>
-             Date: Mon, 1 Jul 2002 22:55:30 -0500
-             Message-ID: <a05111b02b946cb14a2a8@[172.16.52.1]>
+[ 23973] By: rgs                                   on 2005/02/16  13:20:55
+        Log: Subject: Re: [PATCH] Re: perl winpid?
+             From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
+             Date: Tue, 15 Feb 2005 20:45:13 -0800
+             Message-ID: <20050216044512.GA2516@efn.org>
      Branch: perl
-          ! vms/vms.c
+          ! ext/B/t/stash.t
 ____________________________________________________________________________
-[ 17395] By: rgs                                   on 2002/07/01  18:41:17
-        Log: Subject: Re: Change 17385: AUTHORS updates.
-             From: Philip Newton <Philip.Newton@gmx.net>
-             Date: Mon, 01 Jul 2002 20:30:59 +0200
-             Message-ID: <gt71iuch89r0ektao7g62l32ntgiub1jse@4ax.com>
+[ 23972] By: steveh                                on 2005/02/15  14:47:47
+        Log: Jan Dubois has taken over maintenance of Win32 stuff from Sarathy
      Branch: perl
-          ! AUTHORS
+          ! Porting/Maintainers.pl README.win32
 ____________________________________________________________________________
-[ 17394] By: rgs                                   on 2002/07/01  18:35:37
-        Log: Subject: [PATCH perl@17384] more dangerous logical name warnings for VMS
-             From: "Craig A. Berry" <craigberry@mac.com>
-             Date: Mon, 01 Jul 2002 13:52:36 -0500
-             Message-ID: <5.1.1.5.0.20020701130645.01aa8258@exchi01>
+[ 23971] By: rgs                                   on 2005/02/15  13:52:15
+        Log: Fix documentation bug in using Socket's import tags :
+
+             Subject: [perl #34141] example in perlbug -f getsockopt incomplete
+             From: David Dyck (via RT) <perlbug-followup@perl.org>
+             Date: 15 Feb 2005 07:35:45 -0000
+             Message-ID: <rt-3.0.11-34141-107730.6.0777451251105@perl.org>
      Branch: perl
-          ! configure.com vms/test.com
+          ! pod/perlfunc.pod
 ____________________________________________________________________________
-[ 17393] By: rgs                                   on 2002/07/01  18:25:22
-        Log: Allow PerlIO::Via to look for modules in the default
-             namespace PerlIO::Via::.
+[ 23970] By: steveh                                on 2005/02/15  13:20:40
+        Log: Fix PERL_MALLOC/DEBUG_MSTATS options in Win32 makefiles
+
+             Currently, if USE_IMP_SYS is defined then PERL_MALLOC gets undefined.
+             We should also undefine DEBUG_MSTATS if PERL_MALLOC is (or has become)
+             undefined, and we should do all this *before* inspecting DEBUG_MSTATS
+             to see if we need to add -DPERL_DEBUGGING_MSTATS to BUILDOPT.
      Branch: perl
-          ! ext/PerlIO/Via/Via.pm ext/PerlIO/Via/Via.xs ext/PerlIO/t/via.t
+          ! win32/Makefile win32/makefile.mk
 ____________________________________________________________________________
-[ 17392] By: jhi                                   on 2002/07/01  14:14:37
-        Log: Small speedup by inlining the easy bits of is_utf8_char()
-             into is_utf8_string().
+[ 23969] By: steveh                                on 2005/02/15  11:40:03
+        Log: Fix definition of DEBUG_MSTATS for Win32 dmake builds
      Branch: perl
-          ! utf8.c
+          ! win32/makefile.mk
 ____________________________________________________________________________
-[ 17391] By: jhi                                   on 2002/07/01  13:42:28
-        Log: Subject: -Dr and unicode
-             From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
-             Date: Mon, 01 Jul 2002 13:28:05 +0100
-             Message-Id: <200207011228.g61CS5r06772@crypt.compulink.co.uk>
+[ 23968] By: rgs                                   on 2005/02/15  08:29:13
+        Log: Use strl* functions in doio.c when available
+             Based on :
+             Subject: [PATCH] Changes to doio.c to use strlcpy() and strlcat()
+             From: Steve Peters <steve@fisharerojo.org>
+             Date: Wed, 1 Dec 2004 19:42:14 -0600
+             Message-ID: <20041202014214.GA20907@mccoy.peters.homeunix.org>
      Branch: perl
-          ! regcomp.c
+          ! doio.c
 ____________________________________________________________________________
-[ 17390] By: jhi                                   on 2002/07/01  13:40:44
-        Log: Subject: Re: [ID 20020630.002] utf8 regex only matches 32k 
-             From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
-             Message-Id: <200207011228.g61CS4T06766@crypt.compulink.co.uk>
-             Date: Mon, 01 Jul 2002 13:28:04 +0100
+[ 23967] By: mhx                                   on 2005/02/15  04:58:48
+        Log: Subject: [PATCH] Additional tests for t/op/not.t
+             From: Steve Peters <steve@fisharerojo.org>
+             Date: Mon, 14 Feb 2005 19:54:17 -0600
+             Message-ID: <20050215015417.GA30368@mccoy.peters.homeunix.org>
      Branch: perl
-          ! regexec.c t/op/pat.t
+          ! t/op/not.t
 ____________________________________________________________________________
-[ 17389] By: rgs                                   on 2002/07/01  13:04:18
-        Log: Goes with lib/open.pm diagnostics changes
+[ 23966] By: rgs                                   on 2005/02/14  21:05:17
+        Log: Subject: Re: encoding neutral unpack
+             From: perl5-porters@ton.iguana.be (Ton Hospel)
+             Date: Sat, 5 Feb 2005 01:34:44 +0000 (UTC)
+             Message-ID: <cu17rk$k78$1@post.home.lunix>
+
+             tweaked to remove the 'not supported on this platform'
+             error messages
      Branch: perl
-          ! lib/open.t
+          ! genpacksizetables.pl pp_pack.c t/op/pack.t t/uni/case.pl
 ____________________________________________________________________________
-[ 17388] By: rgs                                   on 2002/07/01  09:27:47
-        Log: Subject: [DOC PATCH] perliol.pod nit
-             From: Elizabeth Mattijsen <liz@dijkmat.nl>
-             Date: Sun, 30 Jun 2002 23:52:05 +0200
-             Message-ID: <4.2.0.58.20020630235023.02443670@mickey.dijkmat.nl>
-             
-             Subject: [DOC PATCH] open.pm, no more discipline
-             From: Elizabeth Mattijsen <liz@dijkmat.nl>
-             Date: Sun, 30 Jun 2002 23:02:50 +0200
-             Message-ID: <4.2.0.58.20020630230134.0289d300@mickey.dijkmat.nl>
+[ 23965] By: mhx                                   on 2005/02/14  17:26:02
+        Log: Regenerate Perl_keyword() to remove superfluous goto statements.
      Branch: perl
-          ! lib/open.pm pod/perliol.pod
+          ! toke.c
 ____________________________________________________________________________
-[ 17387] By: rgs                                   on 2002/07/01  09:26:02
-        Log: Subject: Threads doc patch
-             From: Iain Truskett <spoon@cpan.org>
-             Date: Mon, 1 Jul 2002 14:58:14 +1000
-             Message-ID: <20020701045814.GB1805@eh.org>
+[ 23964] By: mhx                                   on 2005/02/14  17:21:29
+        Log: Require version 0.05 of Devel::Tokenizer::C.
      Branch: perl
-          ! pod/perlthrtut.pod
+          ! perl_keyword.pl
 ____________________________________________________________________________
-[ 17386] By: jhi                                   on 2002/06/30  16:51:44
-        Log: Regen toc (skip the XS:: since they do not get installed)
+[ 23963] By: rgs                                   on 2005/02/12  16:26:47
+        Log: Mac OS Classic vs Mac OS X clarications
+             by Sherm Pendley
      Branch: perl
-          ! pod/buildtoc.PL pod/perltoc.pod
+          ! pod/perlfaq3.pod pod/perlmodinstall.pod pod/perlopentut.pod
+          ! pod/perlrun.pod
 ____________________________________________________________________________
-[ 17385] By: jhi                                   on 2002/06/30  16:31:35
-        Log: AUTHORS updates.
+[ 23962] By: rgs                                   on 2005/02/12  16:14:56
+        Log: README.cygwin additions by Reini Urban
      Branch: perl
-          ! AUTHORS
+          ! README.cygwin
 ____________________________________________________________________________
-[ 17384] By: jhi                                   on 2002/06/30  15:31:53
-        Log: Update Changes.
+[ 23961] By: merijn                                on 2005/02/11  09:32:50
+        Log: Subject: Re: [PATCH] Re: perl winpid?
+             From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
+             Date: Thu, 10 Feb 2005 20:04:35 -0800
+             Message-ID: <20050211040434.GA3824@efn.org>
      Branch: perl
-          ! Changes patchlevel.h
+          + t/lib/cygwin.t
+          ! MANIFEST README.cygwin cygwin/cygwin.c
 ____________________________________________________________________________
-[ 17383] By: jhi                                   on 2002/06/30  02:45:58
-        Log: Retract #17380, the refcnt tweak was misplaced (re_dup is used
-             when creation of new threads needs to duplicate the re struct)
+[ 23960] By: mhx                                   on 2005/02/10  20:50:31
+        Log: not() || 1 produces segmentation fault
+
+             Fixed by making not() behave like not(0). This is also the
+             way not() behaved before it started segfaulting in 5.6.0.
      Branch: perl
-          ! sv.c
+          + t/op/not.t
+          ! MANIFEST perly.act perly.h perly.tab perly.y
 ____________________________________________________________________________
-[ 17382] By: jhi                                   on 2002/06/30  01:22:05
-        Log: Subject: [PATCH] Re: [PATCH] pack 'w' should be using NV, not double
-             From: Nicholas Clark <nick@unfortu.net>
-             Date: Sat, 29 Jun 2002 18:24:08 +0100
-             Message-ID: <20020629172408.GB322@Bagpuss.unfortu.net>
+[ 23959] By: mhx                                   on 2005/02/10  20:36:13
+        Log: regen_perly.pl runs fine with bison 2.0.
      Branch: perl
-          ! t/op/pack.t
+          ! regen_perly.pl
 ____________________________________________________________________________
-[ 17381] By: rgs                                   on 2002/06/29  13:31:12
-        Log: Various precisions.
+[ 23958] By: merijn                                on 2005/02/10  15:56:04
+        Log: 'what' cannot find ccversion if `which cc` is a symlink to ccache
+             ccversion is important enough to jump through some hoops to get it
      Branch: perl
-          ! pod/perlhack.pod
+          ! hints/hpux.sh
 ____________________________________________________________________________
-[ 17380] By: jhi                                   on 2002/06/28  18:50:08
-        Log: (Retracted by #17383)
-             Subject: Re: [ID 20020627.002] Regexp causing segmentation fault
-             From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
-             Date: Fri, 28 Jun 2002 14:29:43 +0100
-             Message-Id: <200206281329.g5SDThO10165@crypt.compulink.co.uk>
+[ 23957] By: merijn                                on 2005/02/10  14:19:51
+        Log: Swap logic in BEGIN blocks to have Cwd's abs_path do the
+             translation *before* the chdir (), so it now DTRT
      Branch: perl
-          ! sv.c
+          ! lib/IPC/Run/t/adopt.t lib/IPC/Run/t/binmode.t
+          ! lib/IPC/Run/t/bogus.t lib/IPC/Run/t/filter.t
+          ! lib/IPC/Run/t/harness.t lib/IPC/Run/t/io.t
+          ! lib/IPC/Run/t/kill_kill.t lib/IPC/Run/t/parallel.t
+          ! lib/IPC/Run/t/pty.t lib/IPC/Run/t/pump.t lib/IPC/Run/t/run.t
+          ! lib/IPC/Run/t/signal.t lib/IPC/Run/t/timeout.t
+          ! lib/IPC/Run/t/timer.t lib/IPC/Run/t/win32_compile.t
 ____________________________________________________________________________
-[ 17379] By: jhi                                   on 2002/06/28  18:36:57
-        Log: Subject: [PATCH rc2] README.os2
-             From: Ilya Zakharevich <ilya@math.ohio-state.edu>
-             Date: Fri, 28 Jun 2002 13:32:39 -0400
-             Message-ID: <20020628133239.A26455@math.ohio-state.edu>
+[ 23956] By: rgs                                   on 2005/02/10  10:58:26
+        Log: Upgrade to Time::Local 1.11
      Branch: perl
-          ! README.os2 os2/Changes
+          ! lib/Time/Local.pm lib/Time/Local.t
 ____________________________________________________________________________
-[ 17378] By: jhi                                   on 2002/06/28  18:28:43
-        Log: Forgotten file.
+[ 23955] By: rgs                                   on 2005/02/10  10:51:59
+        Log: Subject: Re: [PATCH] BigInt mbi_rand.t failings (solved now)
+             From: Tels <nospam-abuse@bloodgate.com>
+             Date: Wed, 9 Feb 2005 21:44:22 +0100
+             Message-Id: <200502092144.24051@bloodgate.com>
      Branch: perl
-          ! MANIFEST
+          ! lib/Math/BigInt/Calc.pm
 ____________________________________________________________________________
-[ 17377] By: nick                                  on 2002/06/28  17:59:37
-        Log: Integrate mainline
-     Branch: perlio
-         +> ext/Digest/MD5/hints/MacOS.pl lib/Pod/t/text.t
-         !> (integrate 27 files)
+[ 23954] By: rgs                                   on 2005/02/09  18:06:39
+        Log: Add IPC::Run 0.80.
+
+             Subject: [PATCH] IPC::Run 0.80 integration (was Re: [RFC] More core integration)
+             From: "Jos I. Boumans" <kane@xs4all.net>
+             Date: Fri, 28 Jan 2005 18:32:44 +0100
+             Message-Id: <9E6ECDBE-7152-11D9-B82E-000A956B0E06@xs4all.net>
+
+             with PERL_CORE test premables hacked for better $^X portability
+             (we hope.)
+     Branch: perl
+          + lib/IPC/Run.pm lib/IPC/Run/Debug.pm lib/IPC/Run/IO.pm
+          + lib/IPC/Run/Timer.pm lib/IPC/Run/Win32Helper.pm
+          + lib/IPC/Run/Win32IO.pm lib/IPC/Run/Win32Pump.pm
+          + lib/IPC/Run/t/adopt.t lib/IPC/Run/t/binmode.t
+          + lib/IPC/Run/t/bogus.t lib/IPC/Run/t/filter.t
+          + lib/IPC/Run/t/harness.t lib/IPC/Run/t/io.t
+          + lib/IPC/Run/t/kill_kill.t lib/IPC/Run/t/parallel.t
+          + lib/IPC/Run/t/pty.t lib/IPC/Run/t/pump.t lib/IPC/Run/t/run.t
+          + lib/IPC/Run/t/signal.t lib/IPC/Run/t/timeout.t
+          + lib/IPC/Run/t/timer.t lib/IPC/Run/t/win32_compile.t
+          ! MANIFEST
 ____________________________________________________________________________
-[ 17376] By: jhi                                   on 2002/06/28  13:15:17
-        Log: NetWare update from Ananth Kesari.
+[ 23953] By: rgs                                   on 2005/02/09  09:28:19
+        Log: Patch for CAN-2004-0452 by Jeroen van Wolffelaar.
+             The rmtree() function in the perl File::Path module would remove
+             directories in an insecure manner which could lead to the removal
+             of arbitrary files and directories via a symlink attack.
      Branch: perl
-          ! NetWare/Makefile NetWare/netware.h NetWare/nw5.c
-          ! ext/DynaLoader/DynaLoader_pm.PL lib/ExtUtils/MM_NW5.pm
+          ! lib/File/Path.pm
 ____________________________________________________________________________
-[ 17375] By: jhi                                   on 2002/06/28  13:02:01
-        Log: (retracted by #17467)
-             EBCDIC-safer.
+[ 23952] By: merijn                                on 2005/02/08  16:30:43
+        Log: IBM Released vac.C version 7, and changed the naming convention (again)
+             Thanks to Campo for spotting, testing and the fix
      Branch: perl
-          ! regexec.c
+          ! hints/aix.sh
 ____________________________________________________________________________
-[ 17374] By: rgs                                   on 2002/06/28  12:07:49
-        Log: Subject: [PATCH] Re: [ID 20020623.006] Tie::StdHandle produces bogus untie() warnings
-             From: Steve Hay <Steve.Hay@uk.radan.com>
-             Date: Fri, 28 Jun 2002 12:23:37 +0100
-             Message-ID: <3D1C4739.4090002@uk.radan.com>
+[ 23951] By: rgs                                   on 2005/02/08  14:02:56
+        Log: Subject: [perl #34076] P/p pack formats only recognize literal undef
+             From: perl-5.8.0@ton.iguana.be (via RT) <perlbug-followup@perl.org>
+             Date: 6 Feb 2005 22:03:20 -0000
+             Message-ID: <rt-3.0.11-34076-107344.19.3123360602169@perl.org>
      Branch: perl
-          ! lib/Tie/Handle.pm
+          ! pp_pack.c
 ____________________________________________________________________________
-[ 17373] By: rgs                                   on 2002/06/28  12:06:29
-        Log: Subject: [DOC PATCH] Re: [ID 20020623.006] Tie::StdHandle produces bogus untie() warnings
-             From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
-             Date: Mon, 24 Jun 2002 23:17:57 -0700
-             Message-ID: <VsAG9gzkgWla092yn@efn.org>
+[ 23950] By: rgs                                   on 2005/02/08  11:09:03
+        Log: Remove mention of sub-packages in the Symbol manpage.
      Branch: perl
-          ! pod/perlfunc.pod
+          ! lib/Symbol.pm
 ____________________________________________________________________________
-[ 17372] By: jhi                                   on 2002/06/27  20:53:44
-        Log: Inlining to avoid costly UTF-8 calls.
+[ 23949] By: rgs                                   on 2005/02/08  10:44:09
+        Log: Add Module::CoreList in the maintainers list
      Branch: perl
-          ! regexec.c sv.c
+          ! Porting/Maintainers.pl
 ____________________________________________________________________________
-[ 17371] By: jhi                                   on 2002/06/27  19:12:46
-        Log: Shave off some more of the Unicode regex slowness.
+[ 23948] By: rgs                                   on 2005/02/08  10:39:21
+        Log: Fix typo in corelist
      Branch: perl
-          ! regexec.c
+          ! lib/Module/CoreList/bin/corelist
 ____________________________________________________________________________
-[ 17370] By: jhi                                   on 2002/06/27  16:10:17
-        Log: Cure some of the slowness of
-             [ID 20020627.001] regex and utf-8 performance problem.
+[ 23947] By: rgs                                   on 2005/02/08  10:22:22
+        Log: Add Module::CoreList to bleadperl.
+
+             Subject: [PATCH] Module::CoreList 1.98 integration (was: Re: [RFC] More core integration)
+             From: "Jos I. Boumans" <kane@xs4all.net>
+             Date: Fri, 28 Jan 2005 17:38:27 +0100
+             Message-Id: <097CE3D0-714B-11D9-B82E-000A956B0E06@xs4all.net>
+     Branch: perl
+          + lib/Module/CoreList.pm lib/Module/CoreList/bin/corelist
+          + lib/Module/CoreList/t/corelist.t utils/corelist.PL
+          ! MANIFEST installperl utils.lst utils/Makefile
+____________________________________________________________________________
+[ 23946] By: rgs                                   on 2005/02/08  09:31:45
+        Log: Subject: [perl #34062] pack Z0 destroys the character before
+             From: perl-5.8.0@ton.iguana.be (via RT) <perlbug-followup@perl.org>
+             Date: 5 Feb 2005 18:09:00 -0000
+             Message-ID: <rt-3.0.11-34062-107199.19.360569328007@perl.org>
+             (plus a regression test)
      Branch: perl
-          ! regexec.c
+          ! pp_pack.c t/op/pack.t
 ____________________________________________________________________________
-[ 17369] By: rgs                                   on 2002/06/27  11:12:43
-        Log: Subject: Re: [ID 20020626.011] wantarray() causes clobbering of unrelated vars outside the sub 
-             From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
-             Date: Thu, 27 Jun 2002 11:58:57 +0100
-             Message-ID: <200206271058.g5RAwvE29057@crypt.compulink.co.uk>
+[ 23945] By: rgs                                   on 2005/02/08  09:25:29
+        Log: A small precision in the docs for overloaded regexp escapes
+             (see bug #33906)
      Branch: perl
-          ! op.c
+          ! pod/perlre.pod
 ____________________________________________________________________________
-[ 17368] By: ams                                   on 2002/06/27  02:39:13
-        Log: Subject: [DOC PATCH] DynaLoader.pm
-             From: Elizabeth Mattijsen <liz@dijkmat.nl>
-             Date: Wed, 26 Jun 2002 20:27:25 +0200
-             Message-Id: <4.2.0.58.20020626202637.025db610@mickey.dijkmat.nl>
-             
-             Subject: [DOC PATCH] Base64.pm
-             From: Elizabeth Mattijsen <liz@dijkmat.nl>
-             Date: Thu, 27 Jun 2002 00:54:10 +0200
-             Message-Id: <4.2.0.58.20020627005340.02c74550@mickey.dijkmat.nl>
+[ 23943] By: rgs                                   on 2005/02/06  22:18:48
+        Log: Avoid evaluating a strlen twice due the new implementation
+             of New() with PERL_MALLOC_WRAP
      Branch: perl
-          ! ext/DynaLoader/DynaLoader_pm.PL ext/MIME/Base64/Base64.pm
+          ! util.c
 ____________________________________________________________________________
-[ 17367] By: rgs                                   on 2002/06/26  20:32:20
-        Log: chomp clarifications by Elizabeth Mattijsen.
+[ 23942] By: nicholas                              on 2005/02/05  22:02:50
+        Log: Stop lib/h2xs.t failing needlessly if it failed to clear up behind
+             itself on a previous run.
      Branch: perl
-          ! pod/perlfunc.pod
+          ! lib/h2xs.t
 ____________________________________________________________________________
-[ 17366] By: jhi                                   on 2002/06/26  18:25:51
-        Log: Further tweaking on the Unicode s///.
+[ 23941] By: nicholas                              on 2005/02/05  21:47:35
+        Log: With mallocwrap New() evaluates its arguments more than once, so they
+             had better not have any side effects.
+             :-(
      Branch: perl
-          ! pp_hot.c t/op/subst.t
+          ! util.c
 ____________________________________________________________________________
-[ 17365] By: jhi                                   on 2002/06/26  18:01:09
-        Log: Subject: Re: Another Unicode s/// buglet?
-             From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
-             Date: Wed, 26 Jun 2002 18:43:18 +0100
-             Message-Id: <200206261743.g5QHhIC27702@crypt.compulink.co.uk>
+[ 23935] By: nicholas                              on 2005/02/05  15:05:08
+        Log: Let's (un)do the timewarp, again.
+             Attempt to bodge round Makefile sometimes being older than Makefile.PL
+             Pesky filesystems.
      Branch: perl
-          ! regexec.c
+          ! lib/ExtUtils/t/Constant.t
 ____________________________________________________________________________
-[ 17364] By: jhi                                   on 2002/06/26  15:44:57
-        Log: Subject: Re: Another Unicode s/// buglet?
-             From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
-             Date: Wed, 26 Jun 2002 17:43:07 +0100
-             Message-Id: <200206261643.g5QGh7519204@crypt.compulink.co.uk>
-             
-             (only the test cases)
+[ 23928] By: rgs                                   on 2005/02/04  10:41:43
+        Log: Upgrade to Digest 1.10
      Branch: perl
-          ! t/op/subst.t
+          + lib/Digest/Changes lib/Digest/file.pm lib/Digest/t/file.t
+          ! MANIFEST lib/Digest.pm lib/Digest/base.pm
 ____________________________________________________________________________
-[ 17363] By: jhi                                   on 2002/06/26  15:41:48
-        Log: Integrate from macperl:
-             
-             [ 17345]
-             Mac OS Test updates
-             
-             [ 17347]
-             Support hints and OPTIMIZE in MM_MacOS
-             
-             [ 17348]
-             Crank down optimization for Mac OS in Digest::MD5
+[ 23927] By: mhx                                   on 2005/02/02  21:33:12
+        Log: Remove 2 unused variables from APItest.xs.
      Branch: perl
-         +> ext/Digest/MD5/hints/MacOS.pl
-         !> ext/POSIX/t/taint.t lib/ExtUtils/MM_MacOS.pm
-         !> lib/Test/Harness/t/strap-analyze.t
-         !> lib/Test/Harness/t/test-harness.t
+          ! ext/XS/APItest/APItest.xs
 ____________________________________________________________________________
-[ 17362] By: jhi                                   on 2002/06/26  15:25:45
-        Log: Let's not leak.
+[ 23926] By: mhx                                   on 2005/02/02  21:29:40
+        Log: Upgrade to Devel::PPPort 3.06.
      Branch: perl
-          ! pp_hot.c
+          ! ext/Devel/PPPort/Changes ext/Devel/PPPort/META.yml
+          ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort.xs
+          ! ext/Devel/PPPort/PPPort_pm.PL ext/Devel/PPPort/module3.c
+          ! ext/Devel/PPPort/parts/inc/exception
+          ! ext/Devel/PPPort/parts/inc/misc
 ____________________________________________________________________________
-[ 17361] By: rgs                                   on 2002/06/26  15:24:24
-        Log: Subject: [PATCH rc2] os2/Changes
-             From: Ilya Zakharevich <ilya@math.ohio-state.edu>
-             Date: Wed, 26 Jun 2002 11:54:06 -0400
-             Message-ID: <20020626115406.A6091@math.ohio-state.edu>
+[ 23925] By: mhx                                   on 2005/02/02  21:26:14
+        Log: Attempt to fix problems with new exception handling macros.
      Branch: perl
-          ! os2/Changes os2/os2.c
+          + ext/XS/APItest/exception.c
+          ! MANIFEST XSUB.h ext/XS/APItest/APItest.xs
+          ! ext/XS/APItest/MANIFEST ext/XS/APItest/Makefile.PL
+          ! pod/perlguts.pod
 ____________________________________________________________________________
-[ 17360] By: rgs                                   on 2002/06/26  14:41:00
-        Log: Subject: Re: [PATCH RC2] VMS nits, add getppid(), admit absence of fork()
-             From: PPrymmer@factset.com
-             Date: Wed, 26 Jun 2002 10:48:23 -0400
-             Message-ID: <OFB1C74398.CBC80EA2-ON85256BE4.00507569@55.25.11>
+[ 23924] By: rgs                                   on 2005/02/02  19:50:53
+        Log: Subject: Re: encoding neutral unpack
+             From: perl5-porters[at]ton.iguana.be (Ton Hospel)
+             Date: Sat, 29 Jan 2005 12:54:34 +0000 (UTC)
+             Message-ID: <ctg12a$j0e$2[at]post.home.lunix>
+
+             Counted length prefixes shouldn't change C0/U0 mode
+             in pack/unpack (plus a regression test)
      Branch: perl
-          ! pod/perlport.pod
+          ! pp_pack.c t/op/pack.t
 ____________________________________________________________________________
-[ 17359] By: rgs                                   on 2002/06/26  14:38:10
-        Log: Subject: [PATCH RC2] VMS nits, add getppid(), admit absence of fork()
-             From: "Craig A. Berry" <craigberry@mac.com>
-             Date: Tue, 25 Jun 2002 21:46:59 -0500
-             Message-ID: <a05111b00b93ec39cdf8f@[172.16.52.1]>
+[ 23923] By: rgs                                   on 2005/02/02  19:35:47
+        Log: Subject: Re: encoding neutral unpack
+             From: perl5-porters[at]ton.iguana.be (Ton Hospel)
+             Date: Sat, 29 Jan 2005 13:07:38 +0000 (UTC)
+             Message-ID: <ctg1qq$j0e$3[at]post.home.lunix>
+
+             Make U0 and C0 scoped to () pack subtemplates.
+             (plus a regression test)
      Branch: perl
-          ! configure.com pod/perlport.pod vms/perlvms.pod
+          ! pp_pack.c t/op/pack.t
 ____________________________________________________________________________
-[ 17358] By: jhi                                   on 2002/06/26  14:37:12
-        Log: Another Unicode s/// buglet, from SADAHIRO Tomoyuki.
+[ 23922] By: rgs                                   on 2005/02/02  19:23:46
+        Log: Subject: Re: encoding neutral unpack
+             From: perl5-porters[at]ton.iguana.be (Ton Hospel)
+             Date: Sat, 29 Jan 2005 13:24:55 +0000 (UTC)
+             Message-ID: <ctg2r7$j0e$4[at]post.home.lunix>
+
+             Ensure that with the C format, unpack checksums
+             don't get overflowed. (plus a regression test)
      Branch: perl
-          ! pp_hot.c t/op/subst.t
+          ! pp_pack.c t/op/pack.t
 ____________________________________________________________________________
-[ 17356] By: jhi                                   on 2002/06/26  12:54:51
-        Log: Further script tweakage.
+[ 23921] By: davem                                 on 2005/02/02  18:25:00
+        Log: fix POSIX::strtod error handling documentation
      Branch: perl
-          ! Porting/testall.atom
+          ! ext/POSIX/POSIX.pod
 ____________________________________________________________________________
-[ 17355] By: rgs                                   on 2002/06/25  19:55:23
-        Log: Subject: Re: glob [possible PATCH for perlfunc.pod] 
-             From: "John P. Linderman" <jpl@research.att.com>
-             Date: Tue, 25 Jun 2002 06:51:09 -0400
-             Message-ID: <200206251051.GAA44772@raptor.research.att.com>
-             
-             (reformatted)
+[ 23920] By: merijn                                on 2005/02/02  13:12:17
+        Log: Subject: [PATCH pod/perlfunc.pod] POD nit @ sysseek
+             From: Abigail <abigail@abigail.nl>
+             Date: Tue, 1 Feb 2005 21:33:14 +0100
+             Message-ID: <20050201203314.GC335@abigail.nl>
      Branch: perl
           ! pod/perlfunc.pod
 ____________________________________________________________________________
-[ 17354] By: jhi                                   on 2002/06/25  19:20:15
-        Log: Upgrade to podlators 1.22.
+[ 23919] By: merijn                                on 2005/02/02  12:49:46
+        Log: Picky compilers (e.g. vac on AIX 5.2) do not accept statements
+             between declarations
      Branch: perl
-          + lib/Pod/t/text.t
-          ! MANIFEST lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/t/man.t
+          ! ext/Devel/PPPort/PPPort.xs
 ____________________________________________________________________________
-[ 17353] By: jhi                                   on 2002/06/25  15:18:15
-        Log: Unicode s/// buglet found by Gregor Chrupala in perl-unicode. 
+[ 23917] By: nicholas                              on 2005/02/01  11:46:31
+        Log: "All" "all?" Who said all? There were 2 more missing gnuk{free,net}bsd
+             hints files to add to MANIFEST. Sort MANIFEST
+             while I'm in the area.
      Branch: perl
-          ! pp_hot.c t/op/subst.t
+          ! MANIFEST
 ____________________________________________________________________________
-[ 17352] By: jhi                                   on 2002/06/25  13:28:33
-        Log: Dust off the script to the new test naming.
+[ 23916] By: rgs                                   on 2005/02/01  10:02:51
+        Log: Subject: Re: [perl #34010] localtime docs
+             From: Andy Lester <andy@petdance.com>
+             Date: Mon, 31 Jan 2005 21:24:29 -0600
+             Message-ID: <20050201032429.GA29354@petdance.com>
      Branch: perl
-          ! Porting/testall.atom
-____________________________________________________________________________
-[ 17351] By: pudge                                 on 2002/06/22  21:54:43
-        Log: Update Changes
-     Branch: macperl
-          + macos/Changes5.6
-          ! macos/Changes
-____________________________________________________________________________
-[ 17350] By: pudge                                 on 2002/06/22  20:42:37
-        Log: Don't need this anymore
-     Branch: macperl
-          - macos/bundled_ext/Digest/MD5/Makefile.mk
-____________________________________________________________________________
-[ 17349] By: pudge                                 on 2002/06/22  20:20:59
-        Log: Fix macos Makefiles for optimization changes
-     Branch: macperl
-          ! macos/BuildRules.mk macos/Makefile.mk
-____________________________________________________________________________
-[ 17348] By: pudge                                 on 2002/06/22  20:20:31
-        Log: Crank down optimization for Mac OS in Digest::MD5
-     Branch: macperl
-          + ext/Digest/MD5/hints/MacOS.pl
-____________________________________________________________________________
-[ 17347] By: pudge                                 on 2002/06/22  20:20:04
-        Log: Support hints and OPTIMIZE in MM_MacOS
-     Branch: macperl
-          ! lib/ExtUtils/MM_MacOS.pm
+          ! pod/perlfunc.pod
 ____________________________________________________________________________
-[ 17346] By: pudge                                 on 2002/06/22  17:30:59
-        Log: Misc. config/test updates in macos
-     Branch: macperl
-          ! macos/MPVersion.r macos/MacPerlTests.cmd macos/Makefile.mk
-          ! macos/bundled_ext/Digest/MD5/Makefile.mk macos/config.sh
+[ 23915] By: rgs                                   on 2005/01/31  23:08:59
+        Log: Subject: Re: encoding neutral unpack
+             From: perl5-porters[at]ton.iguana.be (Ton Hospel)
+             Date: Sat, 29 Jan 2005 12:41:20 +0000 (UTC)
+             Message-ID: <ctg09g$j0e$1[at]post.home.lunix>
+
+             Forgotten character progress while checksumming over partial
+             b or B format. (plus a regression test)
+     Branch: perl
+          ! pp_pack.c t/op/pack.t
 ____________________________________________________________________________
-[ 17345] By: pudge                                 on 2002/06/22  17:30:12
-        Log: Mac OS Test updates
-     Branch: macperl
-          ! ext/POSIX/t/taint.t lib/Test/Harness/t/strap-analyze.t
-          ! lib/Test/Harness/t/test-harness.t
+[ 23914] By: mhx                                   on 2005/01/31  19:22:41
+        Log: Make Perl_keyword() another 30% faster.
+     Branch: perl
+          ! perl_keyword.pl toke.c
 ____________________________________________________________________________
-[ 17344] By: pudge                                 on 2002/06/22  17:13:16
-        Log: Integrate perl
-     Branch: macperl
-         +> ext/POSIX/t/taint.t lib/Test/Simple/t/bad_plan.t
-         +> lib/Test/Simple/t/threads.t
-          - lib/File/Spec/NW5.pm
-         !> (integrate 124 files)
+[ 23913] By: mhx                                   on 2005/01/31  18:14:44
+        Log: Regenerate perlapi.pod.
+     Branch: perl
+          ! pod/perlapi.pod
 ____________________________________________________________________________
-[ 17343] By: nick                                  on 2002/06/21  14:09:27
-        Log: Integrate mainline
-     Branch: perlio
-         !> Changes patchlevel.h pod/perlhist.pod
+[ 23912] By: mhx                                   on 2005/01/31  18:07:29
+        Log: Upgrade to Devel::PPPort 3.05.
+     Branch: perl
+          + ext/Devel/PPPort/parts/base/5008006
+          + ext/Devel/PPPort/parts/inc/exception
+          + ext/Devel/PPPort/parts/todo/5008006
+          + ext/Devel/PPPort/t/exception.t
+          ! MANIFEST ext/Devel/PPPort/Changes ext/Devel/PPPort/HACKERS
+          ! ext/Devel/PPPort/MANIFEST ext/Devel/PPPort/MANIFEST.SKIP
+          ! ext/Devel/PPPort/META.yml ext/Devel/PPPort/Makefile.PL
+          ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort.xs
+          ! ext/Devel/PPPort/PPPort_pm.PL ext/Devel/PPPort/PPPort_xs.PL
+          ! ext/Devel/PPPort/README ext/Devel/PPPort/TODO
+          ! ext/Devel/PPPort/apicheck_c.PL
+          ! ext/Devel/PPPort/devel/buildperl.pl
+          ! ext/Devel/PPPort/devel/mkapidoc.sh
+          ! ext/Devel/PPPort/devel/mktodo ext/Devel/PPPort/devel/mktodo.pl
+          ! ext/Devel/PPPort/devel/scanprov ext/Devel/PPPort/mktests.PL
+          ! ext/Devel/PPPort/module2.c ext/Devel/PPPort/module3.c
+          ! ext/Devel/PPPort/parts/apicheck.pl
+          ! ext/Devel/PPPort/parts/base/5004000
+          ! ext/Devel/PPPort/parts/base/5004050
+          ! ext/Devel/PPPort/parts/base/5005000
+          ! ext/Devel/PPPort/parts/base/5006000
+          ! ext/Devel/PPPort/parts/base/5008001
+          ! ext/Devel/PPPort/parts/base/5009002
+          ! ext/Devel/PPPort/parts/embed.fnc
+          ! ext/Devel/PPPort/parts/inc/MY_CXT
+          ! ext/Devel/PPPort/parts/inc/SvPV
+          ! ext/Devel/PPPort/parts/inc/call ext/Devel/PPPort/parts/inc/cop
+          ! ext/Devel/PPPort/parts/inc/format
+          ! ext/Devel/PPPort/parts/inc/grok
+          ! ext/Devel/PPPort/parts/inc/limits
+          ! ext/Devel/PPPort/parts/inc/mPUSH
+          ! ext/Devel/PPPort/parts/inc/magic
+          ! ext/Devel/PPPort/parts/inc/misc
+          ! ext/Devel/PPPort/parts/inc/newCONSTSUB
+          ! ext/Devel/PPPort/parts/inc/newRV
+          ! ext/Devel/PPPort/parts/inc/ppphbin
+          ! ext/Devel/PPPort/parts/inc/ppphdoc
+          ! ext/Devel/PPPort/parts/inc/ppphtest
+          ! ext/Devel/PPPort/parts/inc/sv_xpvf
+          ! ext/Devel/PPPort/parts/inc/threads
+          ! ext/Devel/PPPort/parts/inc/uv
+          ! ext/Devel/PPPort/parts/inc/version
+          ! ext/Devel/PPPort/parts/ppptools.pl
+          ! ext/Devel/PPPort/parts/todo/5009002
+          ! ext/Devel/PPPort/ppport_h.PL ext/Devel/PPPort/soak
+          ! ext/Devel/PPPort/t/SvPV.t ext/Devel/PPPort/t/misc.t
+          ! ext/Devel/PPPort/typemap
+____________________________________________________________________________
+[ 23911] By: mhx                                   on 2005/01/31  18:00:31
+        Log: Add simple exception handling macros for XS writers.
+     Branch: perl
+          + ext/XS/APItest/t/exception.t
+          ! MANIFEST XSUB.h ext/XS/APItest/APItest.pm
+          ! ext/XS/APItest/APItest.xs pod/perlguts.pod
+____________________________________________________________________________
+[ 23910] By: nicholas                              on 2005/01/31  17:46:03
+        Log: Add all the missing gnuk{free,net}bsd hints files to MANIFEST
+     Branch: perl
+          ! MANIFEST
 ____________________________________________________________________________
-[ 17342] By: nick                                  on 2002/06/21  13:30:07
-        Log: Integrate mainline
-     Branch: perlio
-         !> (integrate 34 files)
+[ 23909] By: merijn                                on 2005/01/31  11:33:14
+        Log: Subject: [perl #33998] [PATCH] Support for GNU/kFreeBSD
+             From: "rmh@debian.org (via RT)" <perlbug-followup@perl.org>
+             Date: 31 Jan 2005 07:37:55 -0000
+             Message-ID: <rt-3.0.11-33998-106860.15.2609323921089@perl.org>
+     Branch: perl
+          + ext/DynaLoader/hints/gnukfreebsd.pl
+          + ext/DynaLoader/hints/gnuknetbsd.pl
+          + ext/NDBM_File/hints/gnukfreebsd.pl
+          + ext/NDBM_File/hints/gnuknetbsd.pl
+          + ext/ODBM_File/hints/gnukfreebsd.pl
+          + ext/ODBM_File/hints/gnuknetbsd.pl
+          + ext/POSIX/hints/gnukfreebsd.pl ext/POSIX/hints/gnuknetbsd.pl
+          + ext/Storable/hints/gnukfreebsd.pl
+          + ext/Storable/hints/gnuknetbsd.pl hints/gnukfreebsd.sh
+          + hints/gnuknetbsd.sh
+          ! Configure
 ____________________________________________________________________________
-[ 17341] By: jhi                                   on 2002/06/21  13:13:58
-        Log: This is 5.8.0 RC2.
+[ 23907] By: rgs                                   on 2005/01/31  11:17:26
+        Log: Document the changes to PERLIO_DEBUG.
      Branch: perl
-          ! patchlevel.h pod/perlhist.pod
+          ! pod/perlrun.pod
 ____________________________________________________________________________
-[ 17340] By: jhi                                   on 2002/06/21  13:05:59
-        Log: Update Changes.
+[ 23906] By: rgs                                   on 2005/01/31  10:53:14
+        Log: Really fix the bug [perl #33990].
+             NB. -DIAMSUID is only set to compile sperl.o.
      Branch: perl
-          ! Changes patchlevel.h
+          ! perlio.c
 ____________________________________________________________________________
-[ 17339] By: jhi                                   on 2002/06/21  12:46:59
-        Log: Regen stuff.
+[ 23905] By: steveh                                on 2005/01/31  10:03:56
+        Log: Fix test suite hang on Win32 caused by change #23898
+
+             ("perl -e sleep 3" does an indefinite sleep!)
      Branch: perl
-          ! Configure NetWare/config_H.wc Porting/config.sh
-          ! Porting/config_H pod/perlmodlib.pod 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.vc64
-          ! wince/config_H.ce
+          ! t/op/alarm.t
 ____________________________________________________________________________
-[ 17338] By: jhi                                   on 2002/06/21  12:34:31
-        Log: Typos-be-gone.
+[ 23904] By: rgs                                   on 2005/01/31  08:35:51
+        Log: Avoid a buffer overflow with threads and PERLIO_DEBUG
      Branch: perl
-          ! pod/perldelta.pod
+          ! perlio.c
 ____________________________________________________________________________
-[ 17337] By: jhi                                   on 2002/06/21  12:06:17
-        Log: Slight rewording from Stas, paragraph rewrappings.
+[ 23903] By: rgs                                   on 2005/01/31  08:19:10
+        Log: Don't write to $PERLIO_DEBUG when setuid ([perl #33990])
      Branch: perl
-          ! pod/perliol.pod
+          ! perlio.c
 ____________________________________________________________________________
-[ 17336] By: jhi                                   on 2002/06/21  11:56:33
-        Log: Integrate perlio:
-             
-             [ 17330]
-             PerlIO Layer implementation future proofing.
-             - Inspired by Nick C's suggestion add size of function table to the table
-             as a validation check.
-             - also optimize pseudo-layer code to avoid malloc/link of something
-             destined to be immediately popped & freed.
-             - Minor addition to pod/perliol.pod
-             
-             [ 17335]
-             Fix bug in optimized pseudo-layers.
+[ 23900] By: davem                                 on 2005/01/30  17:46:35
+        Log: minor corrections to comments in perly.y
      Branch: perl
-          ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs
-          ! ext/PerlIO/encoding/encoding.xs perlio.c perliol.h
-          ! pod/perliol.pod win32/win32io.c
-____________________________________________________________________________
-[ 17335] By: nick                                  on 2002/06/21  08:46:57
-        Log: Fix bug in optimized pseudo-layers.
-     Branch: perlio
-          ! perlio.c
+          ! perly.y
 ____________________________________________________________________________
-[ 17334] By: jhi                                   on 2002/06/21  00:42:54
-        Log: VMS: configure.com updates from Craig Berry.
+[ 23899] By: rgs                                   on 2005/01/30  14:50:15
+        Log: Subject: h2hp: 2 fix
+             From: Olivier Thauvin <olivier.thauvin@aerov.jussieu.fr>
+             Date: Fri, 28 Jan 2005 16:53:11 +0100
+             Message-Id: <200501281653.15708.olivier.thauvin@aerov.jussieu.fr>
      Branch: perl
-          ! configure.com
+          ! utils/h2ph.PL
 ____________________________________________________________________________
-[ 17333] By: gsar                                  on 2002/06/21  00:30:52
-        Log: tyops
+[ 23898] By: davem                                 on 2005/01/29  16:14:20
+        Log: chomp() fails after alarm(), `sleep`
+
+             PP_backtick's temp altering of PL_rs didn't restore after
+             an exception
      Branch: perl
-          ! pod/perlrun.pod
+          ! pp_sys.c t/op/alarm.t
 ____________________________________________________________________________
-[ 17332] By: jhi                                   on 2002/06/20  20:41:20
-        Log: Retract #17331, something broke (e.g. t/io/utf8.t became unhappy)
+[ 23897] By: nicholas                              on 2005/01/28  21:01:04
+        Log: More consistent names for all the parameter name/declaration methods
      Branch: perl
-          ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs
-          ! ext/PerlIO/encoding/encoding.xs perlio.c perliol.h
-          ! pod/perliol.pod win32/win32io.c
+          ! lib/ExtUtils/Constant/Base.pm lib/ExtUtils/Constant/XS.pm
+          ! perl_keyword.pl
 ____________________________________________________________________________
-[ 17331] By: jhi                                   on 2002/06/20  20:11:00
-        Log: Integrate perlio:
-             
-             [ 17330]
-             PerlIO Layer implementation future proofing.
-             - Inspired by Nick C's suggestion add size of function table to the table
-             as a validation check.
-             - also optimize pseudo-layer code to avoid malloc/link of something
-             destined to be immediately popped & freed.
-             - Minor addition to pod/perliol.pod
-     Branch: perl
-         !> ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs
-         !> ext/PerlIO/encoding/encoding.xs perlio.c perliol.h
-         !> pod/perliol.pod win32/win32io.c
-____________________________________________________________________________
-[ 17330] By: nick                                  on 2002/06/20  20:04:01
-        Log: PerlIO Layer implementation future proofing.
-             - Inspired by Nick C's suggestion add size of function table to the table
-             as a validation check.
-             - also optimize pseudo-layer code to avoid malloc/link of something
-             destined to be immediately popped & freed.
-             - Minor addition to pod/perliol.pod
-     Branch: perlio
-          ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs
-          ! ext/PerlIO/encoding/encoding.xs perlio.c perliol.h
-          ! pod/perliol.pod win32/win32io.c
-____________________________________________________________________________
-[ 17329] By: jhi                                   on 2002/06/20  18:13:31
-        Log: AmigaOS: fork() is available but unimplemented.
-     Branch: perl
-          ! hints/amigaos.sh
-____________________________________________________________________________
-[ 17328] By: jhi                                   on 2002/06/20  17:41:42
-        Log: Integrate perlio:
-             
-             [ 17327]
-             Fix segv on IO::File->open("/dev/null").
+[ 23894] By: nicholas                              on 2005/01/28  13:59:40
+        Log: Calculate the number of tests in one place, so that the skip()s will
+             always agree with the plan()s
      Branch: perl
-         !> doio.c perlio.c
+          ! ext/B/t/optree_check.t ext/B/t/optree_concise.t
 ____________________________________________________________________________
-[ 17327] By: nick                                  on 2002/06/20  16:54:01
-        Log: Fix segv on IO::File->open("/dev/null").
-     Branch: perlio
-          ! doio.c perlio.c
+[ 23893] By: rgs                                   on 2005/01/28  08:53:47
+        Log: Add a reference to books.perl.org.
+     Branch: perl
+          ! pod/perlbook.pod
 ____________________________________________________________________________
-[ 17326] By: jhi                                   on 2002/06/20  16:51:22
-        Log: Missing from #17321.
+[ 23892] By: nicholas                              on 2005/01/27  19:26:21
+        Log: Retrieve the flag bit that only 'p' uses, so that it is spare for
+             future use.
      Branch: perl
-          ! lib/Getopt/Long/CHANGES
+          ! genpacksizetables.pl pp_pack.c
 ____________________________________________________________________________
-[ 17325] By: jhi                                   on 2002/06/20  15:27:18
-        Log: Subject: [PATCH]RE: mixing FATAL and non-FATAL warnings
-             From: "Paul Marquess" <Paul.Marquess@btinternet.com>
-             Date: Thu, 20 Jun 2002 17:14:12 +0100
-             Message-ID: <AIEAJICLCBDNAAOLLOKLOEJAEOAA.Paul.Marquess@btinternet.com>
+[ 23891] By: rgs                                   on 2005/01/27  18:29:51
+        Log: Subject: Re: [patch] decrufting OptreeCheck stuff
+             From: Jim Cromie <jcromie@divsol.com>
+             Date: Sun, 16 Jan 2005 17:16:00 -0700
+             Message-ID: <41EB03C0.7030509@divsol.com>
+             (with minor typos fixed)
+     Branch: perl
+          ! ext/B/B/Concise.pm ext/B/t/OptreeCheck.pm ext/B/t/f_map.t
+          ! ext/B/t/f_sort.t ext/B/t/optree_check.t
+          ! ext/B/t/optree_concise.t ext/B/t/optree_samples.t
+          ! ext/B/t/optree_sort.t ext/B/t/optree_specials.t
+          ! ext/B/t/optree_varinit.t
+____________________________________________________________________________
+[ 23890] By: rgs                                   on 2005/01/27  17:49:50
+        Log: Subject: [PATCH] libperl leaks a THREAD_KEY each time it is reloaded
+             From: Gisle Aas <gisle@ActiveState.com>
+             Date: 05 Jan 2005 03:21:06 -0800
+             Message-ID: <lris6cxgt9.fsf@caliper.activestate.com>
      Branch: perl
-          ! lib/warnings.pm pod/perllexwarn.pod t/lib/warnings/7fatal
-          ! warnings.pl
+          ! perl.c
 ____________________________________________________________________________
-[ 17324] By: jhi                                   on 2002/06/20  14:39:41
-        Log: Subject: Re: perl v5.8.0 17303 on VMS_VAX V7.2
-             From: Hugo van der Sanden <hv@crypt.compulink.co.uk>   
-             Date: Thu, 20 Jun 2002 14:51:16 +0100
-             Message-Id: <200206201351.g5KDpGI16736@crypt.compulink.co.uk>
+[ 23889] By: nicholas                              on 2005/01/27  17:29:04
+        Log: Make the byte order modifers < and > and the sign modifier ! (for
+             n N v V) conditionally compile. This means that the refactored
+             pp_pack/pp_unpack code can now be used in maint.
      Branch: perl
-          ! numeric.c
+          ! genpacksizetables.pl pp_pack.c
 ____________________________________________________________________________
-[ 17323] By: jhi                                   on 2002/06/20  12:36:20
-        Log: Subject: [Patch POSIX.pod] "fmod" ne "modf"
-             From: "Newton, Philip" <Philip.Newton@datenrevision.de>
-             Date: Thu, 20 Jun 2002 14:28:35 +0200
-             Message-ID: <C9A98F2128EDD411B0920008C7B337A13DCDA7@hamsem01.de.gedas.vwg>
+[ 23888] By: nicholas                              on 2005/01/27  16:40:07
+        Log: Oops. Was forgetting to test n! N! v! V! in pack
      Branch: perl
-          ! ext/POSIX/POSIX.pod
+          ! t/op/pack.t
 ____________________________________________________________________________
-[ 17322] By: jhi                                   on 2002/06/20  12:29:23
-        Log: Subject: Re: [PATCH perl.h] kill the VOIDUSED redefined warning
-             From: Stas Bekman <stas@stason.org>
-             Date: Thu, 20 Jun 2002 16:50:01 +0800
-             Message-ID: <3D119739.4020901@stason.org>
-             
-             (mod_perl defines might define VOIDUSED)
+[ 23886] By: nicholas                              on 2005/01/27  14:42:28
+        Log: Check that the warning behaviour on the modifiers !, < and > is as we
+             expect it for this perl.
      Branch: perl
-          ! perl.h
+          ! t/op/pack.t
 ____________________________________________________________________________
-[ 17321] By: jhi                                   on 2002/06/20  12:26:12
-        Log: (Retract #17316 and) upgrade to Getopt::Long 2.32.
+[ 23884] By: nicholas                              on 2005/01/27  11:27:12
+        Log: Make the tests for the endianness modifiers < and >, and the
+             signnedness modifier ! conditional on perl version. Surprisingly
+             little change needed.
      Branch: perl
-          ! lib/Getopt/Long.pm
+          ! t/op/pack.t
 ____________________________________________________________________________
-[ 17320] By: nick                                  on 2002/06/20  06:24:29
-        Log: Integrate mainline
-     Branch: perlio
-         +> lib/Test/Simple/t/bad_plan.t lib/Test/Simple/t/threads.t
-         !> MANIFEST README.irix README.win32 ext/POSIX/t/posix.t
-         !> ext/POSIX/t/taint.t lib/ExtUtils/Changes
-         !> lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MakeMaker.pm
-         !> lib/ExtUtils/t/writemakefile_args.t lib/Getopt/Long.pm
-         !> lib/Test/Builder.pm lib/Test/Harness.pm
-         !> lib/Test/Harness/Changes lib/Test/Harness/Straps.pm
-         !> lib/Test/More.pm lib/Test/Simple.pm lib/Test/Simple/Changes
-         !> lib/Test/Simple/t/Builder.t lib/Test/Simple/t/plan.t
-         !> lib/overload.pm makedef.pl pod/perldelta.pod pod/perlvar.pod
-____________________________________________________________________________
-[ 17319] By: gsar                                  on 2002/06/20  04:51:48
-        Log: mention Win32::GetOSName() nearabouts $^O
+[ 23883] By: nicholas                              on 2005/01/27  11:12:34
+        Log: &_q needs to *globally* escape ' and \ in its substitution.
      Branch: perl
-          ! pod/perlvar.pod
+          ! t/test.pl
 ____________________________________________________________________________
-[ 17318] By: jhi                                   on 2002/06/20  03:51:12
-        Log: More IRIX compiler lore.
+[ 23882] By: rgs                                   on 2005/01/25  16:53:08
+        Log: Subject: [PATCH] BigInt mbi_rand.t failings
+             From: Tels <nospam-abuse@bloodgate.com>
+             Date: Tue, 25 Jan 2005 18:06:58 +0100
+             Message-Id: <200501251806.59782@bloodgate.com>
      Branch: perl
-          ! README.irix
+          ! lib/Math/BigInt/Calc.pm
 ____________________________________________________________________________
-[ 17317] By: gsar                                  on 2002/06/20  02:33:49
-        Log: missing export for PerlIO_pop (used in PerlIO::Via now)
+[ 23881] By: rgs                                   on 2005/01/25  16:12:08
+        Log: Integrate change #23880 in original comment
      Branch: perl
-          ! makedef.pl
+          ! util.c
 ____________________________________________________________________________
-[ 17316] By: jhi                                   on 2002/06/20  00:23:35
-        Log: (retracted by #17321) Make Getopt::Long ithread-safe.
+[ 23880] By: merijn                                on 2005/01/25  15:41:30
+        Log: Subject: [PATCH] perlapi.pod has pod errors
+             From: "Jos I. Boumans" <kane@xs4all.net>
+             Date: Tue, 25 Jan 2005 16:42:38 +0100
+             Message-Id: <BDA482F7-6EE7-11D9-8AA7-000A95EF62E2@xs4all.net>
      Branch: perl
-          ! lib/Getopt/Long.pm
+          ! pod/perlapi.pod
 ____________________________________________________________________________
-[ 17315] By: jhi                                   on 2002/06/20  00:03:56
-        Log: Subject: [PATCH] Test::Simple/More/Builder 0.44 -> 0.45
-             From: Michael G Schwern <schwern@pobox.com>
-             Date: Wed, 19 Jun 2002 20:11:11 -0400
-             Message-id: <20020620001111.GW1232@ool-18b93024.dyn.optonline.net>
+[ 23879] By: nicholas                              on 2005/01/24  23:16:04
+        Log: Correct and update comments (before anyone writes in)
+             Remove a temporary variable.
      Branch: perl
-          + lib/Test/Simple/t/bad_plan.t lib/Test/Simple/t/threads.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/plan.t
+          ! lib/ExtUtils/Constant/Base.pm
 ____________________________________________________________________________
-[ 17314] By: jhi                                   on 2002/06/19  23:16:37
-        Log: Subject: [PATCH] ExtUtils::MakeMaker 6.02 -> 6.03
-             From: Michael G Schwern <schwern@pobox.com>
-             Date: Wed, 19 Jun 2002 20:13:16 -0400
-             Message-id: <20020620001316.GY1232@ool-18b93024.dyn.optonline.net>
+[ 23878] By: nicholas                              on 2005/01/24  22:10:36
+        Log: Ooops. It was 190M when I was using 4 bytes per entry for lengths in
+             the dump file. The newer format is only 135M
      Branch: perl
-          ! lib/ExtUtils/Changes lib/ExtUtils/MM_Cygwin.pm
-          ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/t/writemakefile_args.t
+          ! toke.c
 ____________________________________________________________________________
-[ 17313] By: jhi                                   on 2002/06/19  23:15:41
-        Log: Subject: [PATCH] Test::Harness 2.25 -> 2.26
-             From: Michael G Schwern <schwern@pobox.com>
-             Date: Wed, 19 Jun 2002 20:12:08 -0400
-             Message-id: <20020620001208.GX1232@ool-18b93024.dyn.optonline.net>
+[ 23877] By: nicholas                              on 2005/01/24  22:06:05
+        Log: A script to regenerate Perl_keyword()
      Branch: perl
-          ! lib/Test/Harness.pm lib/Test/Harness/Changes
-          ! lib/Test/Harness/Straps.pm
+          + perl_keyword.pl
+          ! MANIFEST
 ____________________________________________________________________________
-[ 17312] By: jhi                                   on 2002/06/19  21:27:24
-        Log: Integrate perlio:
-             
-             [ 17309]
-             "Clean" implementation of binmode(FH)/":raw" identity.
-             New function table entry so all layer definitions need tweaking.
-             Extra function table entry allows a layer to remain on a binmode stack
-             New PerlIOBase_binmode allows easy implementation of default policy.
-     Branch: perl
-         !> ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.pm
-         !> ext/PerlIO/Via/Via.xs ext/PerlIO/encoding/encoding.xs
-         !> makedef.pl perlio.c perliol.h pod/perliol.pod win32/win32io.c
-____________________________________________________________________________
-[ 17311] By: jhi                                   on 2002/06/19  21:16:09
-        Log: Subject: RE: [PATCH] POSIX taint tests
-             From: "Paul Marquess" <Paul.Marquess@btinternet.com>
-             Date: Wed, 19 Jun 2002 23:16:11 +0100
-             Message-ID: <AIEAJICLCBDNAAOLLOKLGEHFEOAA.Paul.Marquess@btinternet.com>
+[ 23876] By: nicholas                              on 2005/01/24  22:05:29
+        Log: Add weights to ExtUtils::Constant to allow sorting by expected
+             frequency. This makes the Perl_keyword() replacement 20% faster,
+             rather than just 12%
      Branch: perl
-          ! ext/POSIX/t/posix.t
+          ! lib/ExtUtils/Constant/Base.pm lib/ExtUtils/Constant/XS.pm
 ____________________________________________________________________________
-[ 17310] By: jhi                                   on 2002/06/19  21:14:53
-        Log: Fix for 20001101.004, at least for the memleak part.
+[ 23875] By: nicholas                              on 2005/01/24  21:43:52
+        Log: Replace Perl_keyword() with a version that's 20% faster on typical
+             input, generated by subclassing ExtUtils::Constant. (Typical input
+             being about 135M of input from running a lot of perl scripts)
      Branch: perl
-          ! lib/overload.pm
+          ! toke.c
 ____________________________________________________________________________
-[ 17309] By: nick                                  on 2002/06/19  20:50:54
-        Log: "Clean" implementation of binmode(FH)/":raw" identity.
-             New function table entry so all layer definitions need tweaking.
-             Extra function table entry allows a layer to remain on a binmode stack
-             New PerlIOBase_binmode allows easy implementation of default policy.
-     Branch: perlio
-          ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.pm
-          ! ext/PerlIO/Via/Via.xs ext/PerlIO/encoding/encoding.xs
-          ! makedef.pl perlio.c perliol.h pod/perliol.pod win32/win32io.c
-____________________________________________________________________________
-[ 17308] By: jhi                                   on 2002/06/19  20:33:16
-        Log: Subject: [PATCH] Re: [PATCH] POSIX taint tests
-             From: Michael G Schwern <schwern@pobox.com>
-             Date: Wed, 19 Jun 2002 16:51:56 -0400
-             Message-id: <20020619205156.GH1232@ool-18b93024.dyn.optonline.net>
+[ 23874] By: merijn                                on 2005/01/24  15:10:55
+        Log: Subject: [PATCH] assorted tempfile clean-up in the test suite
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Sun, 23 Jan 2005 14:23:17 -0600
+             Message-ID: <41F407B5.7020106@mac.com>
      Branch: perl
-          ! ext/POSIX/t/posix.t ext/POSIX/t/taint.t
+          ! lib/Test/Simple/t/reset.t t/io/fs.t t/io/tell.t
 ____________________________________________________________________________
-[ 17307] By: rgs                                   on 2002/06/19  20:26:24
-        Log: Subject: Re: [DOC PATCH] Re: [ID 20020613.003] context incorrectly reported
-             From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
-             Date: Tue, 18 Jun 2002 15:40:08 -0700
-             Message-ID: <Ib7D9gzkgmTG092yn@efn.org>
+[ 23873] By: rgs                                   on 2005/01/24  13:14:21
+        Log: Revert change 23843.
+             (See discussion for bug [perl #31924])
      Branch: perl
-          ! lib/overload.pm
+          ! embed.fnc embed.h global.sym hv.c hv.h pod/perlapi.pod
+          ! pp_ctl.c proto.h t/comp/require.t
 ____________________________________________________________________________
-[ 17306] By: jhi                                   on 2002/06/19  18:49:06
-        Log: Subject: Re: Mingw32: some tests fail 
-             From: Per Einar Ellefsen <per.einar@skynet.be>
-             Date: Wed, 19 Jun 2002 19:37:15 +0200
-             Message-Id: <5.1.0.14.2.20020619192631.025848a0@pop.skynet.be>
+[ 23872] By: rgs                                   on 2005/01/24  10:27:10
+        Log: Subject: [perl #33906] Missing \\ in perlre
+             From: Andrew (via RT) <perlbug-followup@perl.org>
+             Date: 23 Jan 2005 20:52:51 -0000
+             Message-ID: <rt-3.0.11-33906-106339.17.5527961922343@perl.org>
      Branch: perl
-          ! README.win32
+          ! pod/perlre.pod
 ____________________________________________________________________________
-[ 17305] By: jhi                                   on 2002/06/19  17:40:29
-        Log: Subject: [PATCH] Mention Class::Pseudohash in perldelta
-             From: Autrijus Tang <autrijus@autrijus.org>
-             Date: Thu, 20 Jun 2002 01:36:26 +0800
-             Message-ID: <20020619173626.GA2650@not.autrijus.org>
+[ 23871] By: rgs                                   on 2005/01/24  10:10:47
+        Log: Subject: [PATCH] Test::Harness::Straps::_default_inc shell problem
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Sun, 23 Jan 2005 13:44:49 -0600
+             Message-ID: <41F3FEB1.9020102@mac.com>
      Branch: perl
-          ! pod/perldelta.pod
-____________________________________________________________________________
-[ 17304] By: nick                                  on 2002/06/19  15:57:16
-        Log: Integrate mainline
-     Branch: perlio
-         +> ext/POSIX/t/taint.t
-          - lib/File/Spec/NW5.pm
-         !> Changes MANIFEST lib/File/Spec.pm lib/File/Spec/Win32.pm
-         !> patchlevel.h pod/perltodo.pod utils/perlbug.PL
+          ! lib/Test/Harness/Straps.pm
 ____________________________________________________________________________
-[ 17303] By: jhi                                   on 2002/06/19  14:06:55
-        Log: Update Changes.
+[ 23870] By: rgs                                   on 2005/01/24  09:40:35
+        Log: Subject: Re: [perl #33892] Add Interix support
+             From: Todd Vierling <tv@duh.org>
+             Date: Fri, 21 Jan 2005 15:16:16 -0500 (EST)
+             Message-ID: <Pine.NEB.4.61.0501211424350.13373@duh.net.dhis.org>
      Branch: perl
-          ! Changes patchlevel.h
+          ! hints/interix.sh
 ____________________________________________________________________________
-[ 17302] By: jhi                                   on 2002/06/19  14:00:35
-        Log: #17301 was only part of the story.
+[ 23869] By: davem                                 on 2005/01/23  22:20:10
+        Log: Subject:  Re: Smoke [5.9.2] 23863 FAIL(F) MSWin32 WinXP/.Net SP1 (x86/1 cpu)
+             From:  Jarkko Hietaniemi <jhi@iki.fi>
+             Date:  Sun, 23 Jan 2005 21:25:01 +0200
+             Message-Id:  <41F3FA0D.4010301@iki.fi>
+
+             The uc() memory reduction patch had a memory leak...
      Branch: perl
-          ! MANIFEST
+          ! pp.c
 ____________________________________________________________________________
-[ 17301] By: jhi                                   on 2002/06/19  13:53:52
-        Log: Make MANIFEST comply with #17297.
+[ 23868] By: nicholas                              on 2005/01/23  22:06:01
+        Log: Tidy up 2 comments
      Branch: perl
-          ! MANIFEST
+          ! regcomp.c
 ____________________________________________________________________________
-[ 17300] By: jhi                                   on 2002/06/19  13:37:45
-        Log: Subject: Re: perlbug mail loop? [PATCH]
-             From: Richard.Foley@t-online.de
-             Date: Wed, 19 Jun 2002 15:29:37 +0200
-             Message-ID: <17KgXO-0dYZCiC@fwd08.sul.t-online.com>
+[ 23867] By: nicholas                              on 2005/01/23  22:05:12
+        Log: Assimilate ExtUtils::Constant 0.16
      Branch: perl
-          ! utils/perlbug.PL
+          + lib/ExtUtils/Constant/Base.pm lib/ExtUtils/Constant/Utils.pm
+          + lib/ExtUtils/Constant/XS.pm
+          ! MANIFEST lib/ExtUtils/Constant.pm
 ____________________________________________________________________________
-[ 17299] By: jhi                                   on 2002/06/19  13:18:42
-        Log: opendir was missing for the list.
+[ 23866] By: nicholas                              on 2005/01/23  21:43:17
+        Log: Slightly terser code in S_regpposixcc (names inside [:*here*:])
      Branch: perl
-          ! pod/perltodo.pod
+          ! regcomp.c
 ____________________________________________________________________________
-[ 17298] By: jhi                                   on 2002/06/19  13:01:51
-        Log: Integrate perlio:
-             
-             [ 17295]
-             Un-deprecate :raw after all - just define what it means
-             more precisely. (Pending approval).
+[ 23864] By: nicholas                              on 2005/01/22  22:30:12
+        Log: Subject: Re: Smoke [5.9.2] 23792 FAIL(F) osf1 V5.1 (21264A)/4 cpu)
+             From: Jarkko Hietaniemi <jhi@iki.fi>
+             Message-ID: <41F2C427.7020003@iki.fi>
+             Date: Sat, 22 Jan 2005 23:22:47 +0200
      Branch: perl
-         !> lib/PerlIO.pm pod/perldelta.pod pod/perlfunc.pod
-         !> pod/perlrun.pod
+          ! hints/dec_osf.sh
 ____________________________________________________________________________
-[ 17297] By: jhi                                   on 2002/06/19  12:33:04
-        Log: The only difference between NW5.pm and Win32.pm was that
-             NetWare preferred SYS:/temp over C:/temp for tmpdir().
+[ 23863] By: davem                                 on 2005/01/22  18:27:58
+        Log: Subject:  Re: uc($long_utf8_string) exhausts memory
+             From:  Jarkko Hietaniemi <jhi@iki.fi>
+             Date:  Sat, 22 Jan 2005 11:33:12 +0200
+             Message-Id:  <41F21DD8.3050500@iki.fi>
+
+             change #23857 miscalculated the SvGROW size
      Branch: perl
-          - lib/File/Spec/NW5.pm
-          ! MANIFEST lib/File/Spec.pm lib/File/Spec/Win32.pm
+          ! pp.c
 ____________________________________________________________________________
-[ 17296] By: jhi                                   on 2002/06/19  12:20:54
-        Log: Subject: [PATCH] POSIX taint tests
-             From: "Paul Marquess" <Paul.Marquess@btinternet.com>
-             Date: Wed, 19 Jun 2002 09:29:22 +0100
-             Message-ID: <AIEAJICLCBDNAAOLLOKLMEFJEOAA.Paul.Marquess@btinternet.com>    
+[ 23862] By: nicholas                              on 2005/01/22  17:51:13
+        Log: Subject: Re: Smoke [5.9.2] 23792 FAIL(F) osf1 V5.1 (21264A)/4 cpu)
+             From: Jarkko Hietaniemi <jhi@iki.fi>
+             Message-ID: <41F2911E.8090204@iki.fi>
+             Date: Sat, 22 Jan 2005 19:45:02 +0200
+
+             (drop optimisation on pp_pack.c for gcc on osf1 to -O1)
      Branch: perl
-          + ext/POSIX/t/taint.t
-          ! MANIFEST
-____________________________________________________________________________
-[ 17295] By: nick                                  on 2002/06/19  12:14:32
-        Log: Un-deprecate :raw after all - just define what it means
-             more precisely. (Pending approval).
-     Branch: perlio
-          ! lib/PerlIO.pm pod/perldelta.pod pod/perlfunc.pod
-          ! pod/perlrun.pod
-____________________________________________________________________________
-[ 17294] By: nick                                  on 2002/06/19  06:09:49
-        Log: Integrate mainline
-     Branch: perlio
-         !> configure.com ext/Digest/MD5/t/files.t lib/PerlIO.pm
-         !> lib/perl5db.pl lib/utf8.pm os2/os2_base.t pod/perldelta.pod
-         !> pod/perlfunc.pod pod/perlipc.pod pod/perlsyn.pod
-         !> pod/perltodo.pod pod/perlunicode.pod pod/perluniintro.pod
-         !> toke.c
+          ! hints/dec_osf.sh
 ____________________________________________________________________________
-[ 17293] By: jhi                                   on 2002/06/19  02:00:05
-        Log: Subject: [PATCH os2/os2_base.t] Re: Patch 14705 botched. (was Re: os2_base test failed)
-             From: Michael G Schwern <schwern@pobox.com>
-             Date: Tue, 18 Jun 2002 21:31:43 -0400
-             Message-id: <20020619013143.GF3079@ool-18b93024.dyn.optonline.net>
+[ 23861] By: nicholas                              on 2005/01/22  14:15:58
+        Log: Update copyright years and add editor blocks
      Branch: perl
-          ! os2/os2_base.t
+          ! doop.c hv.c utf8.c
 ____________________________________________________________________________
-[ 17292] By: jhi                                   on 2002/06/18  21:36:21
-        Log: This is probably the reason for the GW failures.
+[ 23860] By: nicholas                              on 2005/01/22  12:03:00
+        Log: From: Jarkko Hietaniemi <jhi@iki.fi>
+             Subject: Re: [PATCH] do not assume quads or long doubles
+             Message-ID: <41F21B0A.2050301@iki.fi>
+             Date: Sat, 22 Jan 2005 11:21:14 +0200
      Branch: perl
-          ! ext/Digest/MD5/t/files.t
+          ! pp_pack.c
 ____________________________________________________________________________
-[ 17291] By: jhi                                   on 2002/06/18  21:28:33
-        Log: Debugger tweak from from Peter Scott.
+[ 23858] By: nicholas                              on 2005/01/22  00:39:41
+        Log: Remove now-unnecessary check. (It's done earlier)
      Branch: perl
-          ! lib/perl5db.pl
+          ! pp_pack.c
 ____________________________________________________________________________
-[ 17290] By: jhi                                   on 2002/06/18  20:31:10
-        Log: To mirror #17285.
+[ 23857] By: davem                                 on 2005/01/22  00:17:40
+        Log: Subject:  Re: uc($long_utf8_string) exhausts memory
+             From:  Jarkko Hietaniemi <jhi@iki.fi>
+             Date:  Sat, 22 Jan 2005 00:20:12 +0200
+             Message-Id:  <41F1801C.3080201@iki.fi>
+
+             Make buffer size estimates for utf8 case conversion less maximally
+             pessimistic
      Branch: perl
-          ! pod/perldelta.pod
+          ! doop.c op.c pp.c pp_pack.c regcomp.c regexec.c sv.c t/op/lc.t
+          ! toke.c utf8.c utf8.h
 ____________________________________________________________________________
-[ 17289] By: jhi                                   on 2002/06/18  20:29:25
-        Log: Subject: [PATCH] configure.com: build Encode sub-extensions once and only once
-             From: "Craig A. Berry" <craigberry@mac.com>
-             Date: Tue, 18 Jun 2002 10:34:51 -0500
-             Message-Id: <5.1.1.5.0.20020618103102.01b643e0@exchi01>
+[ 23854] By: nicholas                              on 2005/01/21  22:15:43
+        Log: Shrink a switch() statment by driving the size calculations from the
+             size table. This requires #ifdef()s in the size table initialiser.
+             Astoundingly this shaves over 6K of the object size with -Os on OS X.
+             I was expecting about 1K (due to shrinking a branch table). Mind you,
+             I'm not going to argue with what I got. :-)
      Branch: perl
-          ! configure.com
+          ! genpacksizetables.pl pp_pack.c
 ____________________________________________________________________________
-[ 17288] By: jhi                                   on 2002/06/18  20:27:58
-        Log: Tiny tweaks.
+[ 23853] By: nicholas                              on 2005/01/21  16:46:49
+        Log: Make the length overrun checking and stack extension table driven.
+             (Shaves about 3k off pp_pack.o)
      Branch: perl
-          ! lib/PerlIO.pm pod/perlfunc.pod
+          + genpacksizetables.pl
+          ! MANIFEST pp_pack.c
 ____________________________________________________________________________
-[ 17287] By: jhi                                   on 2002/06/18  20:22:56
-        Log: Integrate perlio:
-             
-             [ 17280]
-             Slight improvement to :win32 layer
-             
-             [ 17282]
-             More PerlIO doc tweaks - trying to make them document what
-             happens in current implementation while leaving way open
-             to "fixing" things.
+[ 23852] By: rgs                                   on 2005/01/21  16:29:53
+        Log: Subject: [perl #32503] Fix for Storable module
+             From: "Steven N. Hirsch" (via RT) <perlbug-followup@perl.org>
+             Date: 19 Nov 2004 13:06:57 -0000
+             Message-ID: <rt-3.0.11-32503-100597.6.46123979926323@perl.org>
      Branch: perl
-         !> lib/PerlIO.pm pod/perlfunc.pod win32/win32io.c
+          ! ext/Storable/Storable.xs
 ____________________________________________________________________________
-[ 17286] By: jhi                                   on 2002/06/18  20:19:25
-        Log: Document the "Unicode in package/sub names" problem;
-             a microfix in toke.c towards the final goal (the fix
-             removes the need to have quotes around Unicode package
-             names when calling a method on them)
+[ 23851] By: rgs                                   on 2005/01/21  15:51:54
+        Log: Fix spurious warnings emitted by XSLoader via Data::Dumper
      Branch: perl
-          ! lib/utf8.pm pod/perldelta.pod pod/perltodo.pod
-          ! pod/perlunicode.pod pod/perluniintro.pod toke.c
+          ! ext/Data/Dumper/Dumper.pm
 ____________________________________________________________________________
-[ 17285] By: rgs                                   on 2002/06/18  19:03:52
-        Log: Further clarification about safe pipe opens.
+[ 23850] By: nicholas                              on 2005/01/21  15:43:24
+        Log: Name another pack test
      Branch: perl
-          ! pod/perlipc.pod
+          ! t/op/pack.t
 ____________________________________________________________________________
-[ 17284] By: rgs                                   on 2002/06/18  18:42:49
-        Log: perlsyn.pod tweak suggested by Larry.
+[ 23849] By: rgs                                   on 2005/01/21  15:26:10
+        Log: Subject: [perl #33892] Add Interix support
+             From: Todd Vierling (via RT) <perlbug-followup@perl.org>
+             Date: 21 Jan 2005 14:36:31 -0000
+             Message-ID: <rt-3.0.11-33892-106280.17.6407478352545@perl.org>
+
+             (except the Configure chunk)
+             (and bump version numbers of modules)
      Branch: perl
-          ! pod/perlsyn.pod
+          + hints/interix.sh
+          ! MANIFEST Makefile.SH lib/ExtUtils/MM_Unix.pm lib/File/Find.pm
+          ! lib/File/Temp.pm t/io/openpid.t t/op/groups.t
 ____________________________________________________________________________
-[ 17283] By: rgs                                   on 2002/06/18  18:25:53
-        Log: Subject: [DOC PATCH] perlsyn
-             From: Elizabeth Mattijsen <liz@dijkmat.nl>
-             Date: Tue, 18 Jun 2002 13:37:30 +0200
-             Message-ID: <4.2.0.58.20020618133610.01956d30@mickey.dijkmat.nl>
-             
-             Subject: Re: [DOC PATCH] perlsyn (2)
-             From: Elizabeth Mattijsen <liz@dijkmat.nl>
-             Date: Tue, 18 Jun 2002 15:08:17 +0200
-             Message-ID: <4.2.0.58.20020618150341.01798100@mickey.dijkmat.nl>
-             
-             (Plus tweak by Ronald J Kimball)
+[ 23848] By: merijn                                on 2005/01/21  14:47:31
+        Log: Subject: [perl #33892] Add Interix support
+             From: Todd Vierling (via RT) <perlbug-followup@perl.org>
+             Date: 21 Jan 2005 14:36:31 -0000
+             Message-ID: <rt-3.0.11-33892-106280.17.6407478352545@perl.org>
      Branch: perl
-          ! pod/perlsyn.pod
-____________________________________________________________________________
-[ 17282] By: nick                                  on 2002/06/18  09:14:25
-        Log: More PerlIO doc tweaks - trying to make them document what
-             happens in current implementation while leaving way open
-             to "fixing" things.
-     Branch: perlio
-          ! lib/PerlIO.pm pod/perlfunc.pod
-____________________________________________________________________________
-[ 17281] By: nick                                  on 2002/06/18  09:12:59
-        Log: Integrate mainline
-     Branch: perlio
-         !> Changes Configure config_h.SH installperl patchlevel.h
-         !> pod/perldelta.pod pod/perlipc.pod
-____________________________________________________________________________
-[ 17280] By: nick                                  on 2002/06/18  07:03:08
-        Log: Slight improvement to :win32 layer
-     Branch: perlio
-          ! win32/win32io.c
+          ! Configure
 ____________________________________________________________________________
-[ 17279] By: jhi                                   on 2002/06/18  03:10:42
-        Log: Do not install XS::{APItest,Typemap}
+[ 23847] By: rgs                                   on 2005/01/21  14:46:38
+        Log: Upgrade to Test::Harness 2.46
      Branch: perl
-          ! installperl
+          + lib/Test/Harness/TAP.pod lib/Test/Harness/t/harness.t
+          + lib/Test/Harness/t/prove-globbing.t
+          ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Assert.pm
+          ! lib/Test/Harness/Changes lib/Test/Harness/Iterator.pm
+          ! lib/Test/Harness/Straps.pm lib/Test/Harness/t/prove-switches.t
+          ! lib/Test/Harness/t/strap.t
 ____________________________________________________________________________
-[ 17278] By: jhi                                   on 2002/06/18  02:46:43
-        Log: Subject: Re: Do we want XS::APItest installed?
-             From: Andy Dougherty <doughera@lafayette.edu>
-             Date: Mon, 17 Jun 2002 16:59:52 -0400 (EDT)
-             Message-ID: <Pine.SOL.4.10.10206171658290.12935-100000@maxwell.phys.lafayette.edu>
-             
-             (rats, forgot to submit the metaconfig change separately)
-     Branch: metaconfig/U/perl
-          ! Extensions.U
+[ 23845] By: rgs                                   on 2005/01/21  14:09:19
+        Log: Subject: [perl #32967] [PATCH] Re: More B bugs: svref_2object
+             From: Stephen McCamant <smcc@OCF.Berkeley.EDU>
+             Date: Tue, 28 Dec 2004 16:01:49 -0800
+             Message-ID: <16849.62445.116153.489478@apocalypse.OCF.Berkeley.EDU>
      Branch: perl
-          ! Configure config_h.SH
+          ! ext/B/B.pm
 ____________________________________________________________________________
-[ 17277] By: jhi                                   on 2002/06/18  02:31:26
-        Log: "Borrow" Rafael's multiarg open descripion to perldelta,
-             shuffle the highlights a bit (can't believe the perlio
-             mention was missing)
+[ 23844] By: rgs                                   on 2005/01/21  13:49:46
+        Log: Subject: [Patch] [perl #32446]  close leaves fd open
+             From: Steffen Ullrich <coyote.frank@gmx.net>
+             Date: Wed, 01 Dec 2004 15:22:34 +0100
+             Message-ID: <20041201142236.4273.qmail@lists.develooper.com>
      Branch: perl
-          ! pod/perldelta.pod
+          ! perlio.c
 ____________________________________________________________________________
-[ 17276] By: rgs                                   on 2002/06/17  22:46:28
-        Log: Document the '-|' open form in perlipc.pod
+[ 23843] By: rgs                                   on 2005/01/21  13:35:49
+        Log: Subject: [PATCH bleadperl] Re: [perl #31924] %INC caching failure-case problem
+             From: Rick Delaney <rick@bort.ca>
+             Date: Wed, 13 Oct 2004 12:40:18 -0400
+             Message-ID: <20041013164018.GA32174@biff.bort.ca>
      Branch: perl
-          ! pod/perlipc.pod
+          ! embed.fnc embed.h global.sym hv.c hv.h pod/perlapi.pod
+          ! pp_ctl.c proto.h t/comp/require.t
 ____________________________________________________________________________
-[ 17275] By: gsar                                  on 2002/06/17  19:20:06
-        Log: avoid AUTOLOAD() clobbering $!
-     Branch: maint-5.6/perl
-          ! ext/DB_File/DB_File.pm ext/Fcntl/Fcntl.pm
-          ! ext/File/Glob/Glob.pm ext/GDBM_File/GDBM_File.pm
-          ! ext/Socket/Socket.pm ext/Sys/Syslog/Syslog.pm
-          ! lib/AutoLoader.pm utils/h2xs.PL
-____________________________________________________________________________
-[ 17274] By: nick                                  on 2002/06/17  14:50:35
-        Log: Integrate mainline
-     Branch: perlio
-         !> README.vms lib/File/Basename.pm lib/PerlIO.pm lib/open.pm
-         !> pod/perlfunc.pod pod/perlrun.pod
-____________________________________________________________________________
-[ 17273] By: jhi                                   on 2002/06/17  14:34:17
-        Log: Update Changes.
+[ 23842] By: rgs                                   on 2005/01/21  10:57:48
+        Log: Subject: Re: [PATCH] File::Find dies on find({follow=>1, ...}) on Win32
+             From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
+             Date: Mon, 20 Dec 2004 16:08:56 -0800
+             Message-ID: <20041221000856.GA2924@efn.org>
      Branch: perl
-          ! Changes patchlevel.h
+          ! pp_sys.c t/op/stat.t
 ____________________________________________________________________________
-[ 17272] By: jhi                                   on 2002/06/17  14:21:55
-        Log: :bytes is not the inverse of :crlf, either (from NI-S) 
+[ 23841] By: rgs                                   on 2005/01/21  10:26:17
+        Log: Subject: [PATCH] doc SVt_PVLV <=> SVt_PVGV change version in B.pm
+             From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
+             Date: Sun, 19 Dec 2004 23:57:56 -0800
+             Message-ID: <20041220075754.GA800@efn.org>
      Branch: perl
-          ! lib/PerlIO.pm
+          ! ext/B/B.pm
 ____________________________________________________________________________
-[ 17271] By: jhi                                   on 2002/06/17  13:56:33
-        Log: Further discouraging of :raw.
+[ 23840] By: rgs                                   on 2005/01/20  18:45:55
+        Log: Subject: [patch] cleanup perlsfio.h
+             From: Stas Bekman <stas@stason.org>
+             Date: Thu, 13 Jan 2005 16:14:23 -0500
+             Message-ID: <41E6E4AF.8070303@stason.org>
      Branch: perl
-          ! lib/PerlIO.pm lib/open.pm pod/perlfunc.pod pod/perlrun.pod
+          ! perlsfio.h
 ____________________________________________________________________________
-[ 17270] By: jhi                                   on 2002/06/17  13:27:35
-        Log: Integrate perlio:
-             
-             [ 17267]
-             Handle IO error in "slow gets"
+[ 23839] By: rgs                                   on 2005/01/20  18:33:00
+        Log: VERSION++
      Branch: perl
-         !> sv.c
+          ! lib/Text/ParseWords.pm
 ____________________________________________________________________________
-[ 17269] By: jhi                                   on 2002/06/17  12:49:06
-        Log: Subject: [PATCH File/Basename.pm] use of undef var
-             From: Stas Bekman <stas@stason.org>
-             Date: Mon, 17 Jun 2002 16:31:48 +0800
-             Message-ID: <3D0D9E74.7000908@stason.org>
-             
-             (modified)
+[ 23838] By: rgs                                   on 2005/01/20  18:21:36
+        Log: Subject: Re: [perl #33173] shellwords.pl and tainting
+             From: Alexey Tourbin <at@altlinux.ru>
+             Date: Tue, 28 Dec 2004 22:29:37 +0300
+             Message-ID: <20041228192937.GB7824@solemn.turbinal.org>
      Branch: perl
-          ! lib/File/Basename.pm
+          + lib/Text/ParseWords/taint.t
+          ! MANIFEST lib/Text/ParseWords.pm lib/shellwords.pl
 ____________________________________________________________________________
-[ 17268] By: jhi                                   on 2002/06/17  12:45:10
-        Log: Subject: [PATCH] README.vms -- updated testing instructions
-             From: "Craig A. Berry" <craigberry@mac.com>
-             Date: Mon, 17 Jun 2002 00:31:18 -0500
-             Message-Id: <a05111b1cb9332326226f@[172.16.52.1]>
+[ 23836] By: nicholas                              on 2005/01/20  13:21:14
+        Log: Run regen.pl and pod/buildtoc --build-all
      Branch: perl
-          ! README.vms
+          ! MANIFEST pod/perlapi.pod pod/perltoc.pod
 ____________________________________________________________________________
-[ 17267] By: nick                                  on 2002/06/17  12:41:49
-        Log: Handle IO error in "slow gets"
-     Branch: perlio
-          ! sv.c
-____________________________________________________________________________
-[ 17266] By: nick                                  on 2002/06/17  07:05:20
-        Log: Integrate mainline
-     Branch: perlio
-         !> autodoc.pl embed.pl lib/perl5db.pl pod/perldebtut.pod
-         !> pod/perldebug.pod pod/perldelta.pod
-____________________________________________________________________________
-[ 17265] By: jhi                                   on 2002/06/17  00:53:49
-        Log: Subject: Re: [ID 20020614.027] Bad Debugger mojo in RC1
-             From: Peter Scott <Peter@PSDT.com>
-             Date: Sun, 16 Jun 2002 18:31:31 -0700
-             Message-id: <4.3.2.7.2.20020616182012.00b70780@shell2.webquarry.com>  
-             
-             @file -> source file
+[ 23835] By: nicholas                              on 2005/01/20  13:20:50
+        Log: A little more determinacy in our sorting
      Branch: perl
-          ! lib/perl5db.pl pod/perldebtut.pod pod/perldebug.pod
+          ! autodoc.pl
 ____________________________________________________________________________
-[ 17264] By: jhi                                   on 2002/06/17  00:47:43
-        Log: Missing hunk from #15363.
+[ 23827] By: nicholas                              on 2005/01/19  21:22:30
+        Log: Make "assertion" attribute code and test conditional
      Branch: perl
-          ! lib/perl5db.pl
+          ! t/op/attrs.t xsutils.c
 ____________________________________________________________________________
-[ 17263] By: jhi                                   on 2002/06/17  00:36:26
-        Log: Advertise MakeMaker.
+[ 23824] By: merijn                                on 2005/01/19  18:32:41
+        Log: Subject: [PATCH] Further follow-up to 23767
+             From: Robin Barker <Robin.Barker@npl.co.uk>
+             Date: Wed, 19 Jan 2005 18:30:31 -0000
+             Message-ID: <533D273D4014D411AB1D00062938C4D90849C57D@hotel.npl.co.uk>
      Branch: perl
-          ! pod/perldelta.pod
+          ! XSUB.h gv.c perl.c perl.h pp_ctl.c sv.c utf8.c
 ____________________________________________________________________________
-[ 17262] By: jhi                                   on 2002/06/16  23:16:18
-        Log: Subject: Re: [ID 20020212.002] locale test fails for *ISO8859-15 on freebsd 4.5 
-             From: parv <parv@pair.com>
-             Date: Sun, 16 Jun 2002 20:12:24 -0400
-             Message-ID: <20020617001224.GC466@moo.holy.cow>
+[ 23822] By: rgs                                   on 2005/01/19  17:19:04
+        Log: Subject: Re: [perl #32498] h2xs generates incorrect code for Makefile.PL for enums
+             From: Noah <sitz@onastick.net>
+             Date: Wed, 19 Jan 2005 12:33:52 -0500
+             Message-ID: <20050119173352.GA15592@radu.onastick.net>
      Branch: perl
-          ! pod/perldelta.pod
+          ! utils/h2xs.PL
 ____________________________________________________________________________
-[ 17261] By: ams                                   on 2002/06/16  21:40:47
-        Log: Subject: PATCH: correct confusing lie in {embed,autodoc}.pl
-             From: Robin Houston <robin@kitsite.com>
-             Date: Sun, 16 Jun 2002 23:33:50 +0100
-             Message-Id: <20020616233350.A9675@robin.kitsite.com>
+[ 23821] By: rgs                                   on 2005/01/19  11:30:38
+        Log: Subject: [PATCH] op/stat.t test 9 failing on recent cygwin snapshots
+             From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
+             Date: Sun, 16 Jan 2005 10:30:45 -0800
+             Message-ID: <20050116183045.GA2768@efn.org>
      Branch: perl
-          ! autodoc.pl embed.pl
+          ! t/op/stat.t
 ____________________________________________________________________________
-[ 17260] By: jhi                                   on 2002/06/16  17:06:31
-        Log: Deprecate (or at least discourage) :raw.
+[ 23820] By: rgs                                   on 2005/01/19  11:20:10
+        Log: Subject: [PATCH] Make Data::Dumper work when dynamic extensions are not available
+             From: "Jos I. Boumans" <kane@xs4all.net>
+             Date: Tue, 18 Jan 2005 15:12:03 +0100
+             Message-Id: <ED6BA2C4-695A-11D9-B09C-000A95EF62E2@xs4all.net>
      Branch: perl
-          ! pod/perldelta.pod
+          ! ext/Data/Dumper/Dumper.pm
 ____________________________________________________________________________
-[ 17259] By: jhi                                   on 2002/06/16  16:54:28
-        Log: Integrate perlio:
-             
-             [ 17258]
-             Last minute tinkering with PerlIO abstraction API.
-             - PerlIO_importFILE and PerlIO_exportFILE now documented as taking
-             const char *mode.
-             - Other 'flags' field changed to U32
-             - Discouraging words written about ":raw".
-     Branch: perl
-         !> perlio.c perlio.h perliol.h pod/perlapio.pod pod/perltoc.pod
-____________________________________________________________________________
-[ 17258] By: nick                                  on 2002/06/16  16:38:59
-        Log: Last minute tinkering with PerlIO abstraction API.
-             - PerlIO_importFILE and PerlIO_exportFILE now documented as taking
-             const char *mode.
-             - Other 'flags' field changed to U32
-             - Discouraging words written about ":raw".
-     Branch: perlio
-          ! perlio.c perlio.h perliol.h pod/perlapio.pod pod/perltoc.pod
-____________________________________________________________________________
-[ 17257] By: nick                                  on 2002/06/16  15:16:46
-        Log: Integrate mainline
-     Branch: perlio
-         !> (integrate 32 files)
-____________________________________________________________________________
-[ 17256] By: ams                                   on 2002/06/16  09:00:51
-        Log: Subject: [PATCH] Sync MakeMaker 6.01 -> 6.02
-             From: Michael G Schwern <schwern@pobox.com>
-             Date: Sun, 16 Jun 2002 03:49:27 -0400
-             Message-Id: <20020616074927.GD7403@ool-18b93024.dyn.optonline.net>
-             
-             Subject: [PATCH] Test::Harness 2.24 -> 2.25
-             From: Michael G Schwern <schwern@pobox.com>
-             Date: Sun, 16 Jun 2002 03:58:40 -0400
-             Message-Id: <20020616075840.GE7403@ool-18b93024.dyn.optonline.net>
+[ 23819] By: rgs                                   on 2005/01/19  11:15:14
+        Log: Fix dependencies in ext/B/Makefile.PL
+             (bug #8254, fix by Alan Burlison)
      Branch: perl
-          ! lib/ExtUtils/Changes lib/ExtUtils/Command.pm
-          ! lib/ExtUtils/Installed.pm lib/ExtUtils/MM_MacOS.pm
-          ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
-          ! lib/ExtUtils/t/00setup_dummy.t lib/ExtUtils/t/Command.t
-          ! lib/ExtUtils/t/Installed.t lib/ExtUtils/t/writemakefile_args.t
-          ! lib/Test/Harness.pm lib/Test/Harness/Changes
-          ! lib/Test/Harness/Straps.pm lib/Test/Harness/t/callback.t
-          ! lib/Test/Harness/t/strap-analyze.t
-          ! lib/Test/Harness/t/test-harness.t
-          ! t/lib/MakeMaker/Test/Utils.pm
+          ! ext/B/Makefile.PL
 ____________________________________________________________________________
-[ 17255] By: jhi                                   on 2002/06/16  03:29:09
-        Log: Subject: [PATCH] pp.c:pp_pow() -- quit when you're done
-             From: "Craig A. Berry" <craigberry@mac.com>
-             Date: Sat, 15 Jun 2002 18:56:12 -0500
-             Message-Id: <a05111b15b93181a27d6d@[172.16.52.1]>
+[ 23817] By: steveh                                on 2005/01/19  09:33:27
+        Log: Exclude "Thread" from $Config{extensions}
+
+             It is already excluded from $Config{dynamic_ext}, so should not be
+             in $Config{extensions} either. (Note that Thread is actually still
+             built, though. This is just for consistency with Unix builds.)
      Branch: perl
-          ! pp.c
+          ! win32/config_sh.PL
 ____________________________________________________________________________
-[ 17254] By: jhi                                   on 2002/06/15  20:09:47
-        Log: Collect the known AmigaOS wisdom.
+[ 23816] By: steveh                                on 2005/01/19  08:55:06
+        Log: Exclude "Thread" from $Config{dynamic_ext}
+
+             This was accidentally broken by change 23757.  It has already been
+             fixed in maint-5.8 when resolving conflicts during integration of
+             23757, so this one does NOT need integrating itself!
+
+             For more details see:
+             http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-01/msg00477.html
      Branch: perl
-          ! README.amiga hints/amigaos.sh
+          ! win32/config_sh.PL
 ____________________________________________________________________________
-[ 17253] By: jhi                                   on 2002/06/15  18:08:06
-        Log: Subject: [PATCH] README.vms, Multinet fix update
-             From: "Craig A. Berry" <craigberry@mac.com>
-             Date: Sat, 15 Jun 2002 14:02:50 -0500
-             Message-Id: <a05111b12b9313d818599@[172.16.52.1]>
+[ 23807] By: steveh                                on 2005/01/17  17:55:02
+        Log: Fix for building with MinGW under Cygwin
+
+             Subject: [PATCH] building win32 perl with cygwin's mingw (was: Re: [PATCH] Re: lib/Config/Extensions.t fails on Win32)
+             From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
+             Date: Thu, 13 Jan 2005 16:11:36 -0800
+             Message-ID: <20050114001136.GC2516@efn.org>
      Branch: perl
-          ! README.vms
+          ! ext/Errno/Errno_pm.PL
 ____________________________________________________________________________
-[ 17252] By: jhi                                   on 2002/06/15  17:22:56
-        Log: Regenerate Changes; most importantly automassage the
-             "Integrate perlio" entries to be more informative.
+[ 23806] By: steveh                                on 2005/01/17  16:57:10
+        Log: Get $Config{ccversion} or $Config{gccversion} filled in on Win32
      Branch: perl
-          ! Changes
+          ! win32/config_sh.PL
 ____________________________________________________________________________
-[ 17251] By: jhi                                   on 2002/06/15  15:39:09
-        Log: Spurious empty statements.
+[ 23805] By: nicholas                              on 2005/01/14  19:56:42
+        Log: Better test diagnostics for the numbers tests.
+             (Failure diagnostics were always good, but now the tests have names,
+             which show even when they pass)
      Branch: perl
-          ! op.c perl.c perlio.c sv.c
+          ! t/op/pack.t
 ____________________________________________________________________________
-[ 17250] By: jhi                                   on 2002/06/15  15:34:51
-        Log: Possible cure for
-             
-             Subject: Re: Thread bug in 5.8RC1 Win32
-             From: Alessandro Forghieri <alf@orion.it>
-             Date: Sat, 15 Jun 2002 12:56:35 +0200
-             Message-ID: <20020615125635.A25110@alpha.orion.it>
+[ 23803] By: nicholas                              on 2005/01/14  12:06:31
+        Log: Correct the editor block to match the perl 5 policy on tabs
      Branch: perl
-          ! perl.c
+          ! pp.c pp_ctl.c pp_hot.c pp_pack.c pp_sort.c pp_sys.c scope.c
+          ! sv.c universal.c
 ____________________________________________________________________________
-[ 17249] By: jhi                                   on 2002/06/14  23:14:44
-        Log: findrfuncs: small tweaks.
+[ 23802] By: nicholas                              on 2005/01/14  10:58:47
+        Log: Refactor S_regclass to generate slightly smaller object code
      Branch: perl
-          ! Porting/findrfuncs
+          ! regcomp.c
 ____________________________________________________________________________
-[ 17248] By: jhi                                   on 2002/06/14  22:34:27
-        Log: Group the debugger changes in one place.
+[ 23801] By: nicholas                              on 2005/01/14  10:32:08
+        Log: A terser way to write the \-ing code in pv_uni_display
+             Plus drive-by insert of a more correct editor block. (thanks Dave)
      Branch: perl
-          ! pod/perldelta.pod
+          ! utf8.c
 ____________________________________________________________________________
-[ 17247] By: jhi                                   on 2002/06/14  19:26:15
-        Log: Detypo.
+[ 23800] By: nicholas                              on 2005/01/14  09:55:16
+        Log: Improve documentation for sv_catpvf, to note that pattern's UTF-8ness
+             is taken from the SV's UTF-8ness
      Branch: perl
-          ! pod/perlfunc.pod
+          ! pod/perlapi.pod sv.c
 ____________________________________________________________________________
-[ 17246] By: jhi                                   on 2002/06/14  19:18:44
-        Log: Plug potential confusion.
+[ 23799] By: nicholas                              on 2005/01/14  09:52:51
+        Log: SvUTF8_off() in do_join can be unconditional.
      Branch: perl
-          ! pod/perldelta.pod
+          ! doop.c
 ____________________________________________________________________________
-[ 17245] By: jhi                                   on 2002/06/14  19:13:16
-        Log: Attribute::Handlers has been adopted by Arthur.
+[ 23798] By: nicholas                              on 2005/01/14  09:28:14
+        Log: sv_catpvf holds no advantage over sv_catpv when the "pattern" isn't.
      Branch: perl
-          ! pod/perldelta.pod
+          ! op.c regcomp.c toke.c utf8.c
 ____________________________________________________________________________
-[ 17244] By: jhi                                   on 2002/06/14  19:04:53
-        Log: README.irix update.
+[ 23797] By: nicholas                              on 2005/01/13  23:13:05
+        Log: Use the new SV_NOSTEAL flag to avoid the SvTEMP dance in newSVsv
      Branch: perl
-          ! README.irix
+          ! sv.c
 ____________________________________________________________________________
-[ 17243] By: jhi                                   on 2002/06/14  19:00:08
-        Log: README.tru64 update.
+[ 23796] By: nicholas                              on 2005/01/13  23:10:38
+        Log: sv_2mortal(NEWSV(0,0)) better written as sv_newmortal()
      Branch: perl
-          ! README.tru64
+          ! utf8.c
 ____________________________________________________________________________
-[ 17242] By: jhi                                   on 2002/06/14  18:48:33
-        Log: Not that urgent a fix since inside #if 0, but still...
+[ 23795] By: nicholas                              on 2005/01/13  22:54:10
+        Log: replace NEWSV(), SvSetSV() with newSVsv()
      Branch: perl
-          ! perlsfio.h
+          ! pp.c pp_hot.c pp_sort.c regexec.c scope.c toke.c
 ____________________________________________________________________________
-[ 17241] By: nick                                  on 2002/06/14  17:15:38
-        Log: Integrate mainline
-     Branch: perlio
-         !> Changes Configure NetWare/config.wc NetWare/config_H.wc
-         !> Porting/Glossary Porting/config.sh Porting/config_H
-         !> config_h.SH ext/Socket/socketpair.t lib/ExtUtils/t/Constant.t
-         !> lib/Pod/t/basic.t lib/Term/Cap.t patchlevel.h
-         !> pod/perldelta.pod pod/perltoc.pod pp_sys.c
+[ 23794] By: nicholas                              on 2005/01/13  22:39:58
+        Log: Turn the unreachable code into assertions. (So prove me wrong...)
+     Branch: perl
+          ! pp_pack.c
 ____________________________________________________________________________
-[ 17240] By: jhi                                   on 2002/06/14  14:25:38
-        Log: OS/2 status from John Poltorak.
+[ 23793] By: nicholas                              on 2005/01/13  22:07:20
+        Log: Source code tidy up - avoid assigning to sv.
      Branch: perl
-          ! pod/perldelta.pod
+          ! pp_pack.c
 ____________________________________________________________________________
-[ 17239] By: jhi                                   on 2002/06/14  14:05:37
-        Log: Regen Configure; regen perltoc.
+[ 23792] By: nicholas                              on 2005/01/13  21:54:21
+        Log: Avoid dogfood problems when an empty string accidentally ends up
+             as a constant name. [They don't work in qw(), strangely]
      Branch: perl
-          ! Configure Porting/Glossary Porting/config.sh Porting/config_H
-          ! config_h.SH pod/perltoc.pod
+          ! lib/ExtUtils/Constant.pm
 ____________________________________________________________________________
-[ 17238] By: jhi                                   on 2002/06/14  13:40:23
-        Log: Update Changes.
+[ 23791] By: nicholas                              on 2005/01/13  21:44:53
+        Log: The leaktesting of NEWSV() is long dead, so create and initialise
+             SV values in one, to simplify source code and shrink object code
+             by about 1%
      Branch: perl
-          ! Changes patchlevel.h
+          ! pp_pack.c
 ____________________________________________________________________________
-[ 17237] By: jhi                                   on 2002/06/14  13:32:22
-        Log: NetWare diff for XS::APItest.
+[ 23790] By: nicholas                              on 2005/01/13  20:55:37
+        Log: Not a good idea to use unpack "H*" to peek at a scalar's internal
+             representation.
      Branch: perl
-          ! NetWare/config.wc NetWare/config_H.wc
+          ! t/op/join.t
 ____________________________________________________________________________
-[ 17236] By: jhi                                   on 2002/06/14  11:16:57
-        Log: Subject: [PATCH] Constant.t for EBCDIC platforms       
-             From: "Roca Carrio, Ignasi (PO EP)" <Ignasi.Roca@fujitsu-siemens.com>
-             Date: Fri, 14 Jun 2002 10:39:54 +0200
-             Message-ID: <318B95F90D8BD41194A5009027FD5FFBD7A438@madrid14.mad.fsc.net> 
+[ 23789] By: nicholas                              on 2005/01/13  14:05:08
+        Log: Update copyright years. Add an editor block while passing by.
      Branch: perl
-          ! lib/ExtUtils/t/Constant.t
+          ! pp_ctl.c pp_hot.c pp_sort.c pp_sys.c regcomp.c scope.c sv.c
+          ! universal.c
 ____________________________________________________________________________
-[ 17235] By: jhi                                   on 2002/06/14  11:09:07
-        Log: Subject: [PATCH] getpwent() & POSIX-BC/BS2000 problem
-             From: "Roca Carrio, Ignasi (PO EP)" <Ignasi.Roca@fujitsu-siemens.com>
-             Date: Fri, 14 Jun 2002 10:07:28 +0200
-             Message-ID: <318B95F90D8BD41194A5009027FD5FFBD7A3D8@madrid14.mad.fsc.net>
+[ 23788] By: nicholas                              on 2005/01/13  13:50:40
+        Log: utf.pm needs to require Carp before croak()ing
      Branch: perl
-          ! pp_sys.c
+          ! lib/utf8.pm lib/utf8.t
 ____________________________________________________________________________
-[ 17234] By: jhi                                   on 2002/06/14  11:08:34
-        Log: Subject: [PATCH] basic.t for EBCDIC platforms
-             From: "Roca Carrio, Ignasi (PO EP)" <Ignasi.Roca@fujitsu-siemens.com>
-             Date: Fri, 14 Jun 2002 09:58:49 +0200
-             Message-ID: <318B95F90D8BD41194A5009027FD5FFBD7A3BF@madrid14.mad.fsc.net>
+[ 23787] By: nicholas                              on 2005/01/13  13:21:11
+        Log: Refactor all the unpack checksum-or-not logic to avoid massive
+             duplication.
      Branch: perl
-          ! lib/Pod/t/basic.t
+          ! pp_pack.c
 ____________________________________________________________________________
-[ 17233] By: jhi                                   on 2002/06/14  11:07:23
-        Log: Subject: [PATCH] Cap.t for EBCDIC platforms
-             From: "Roca Carrio, Ignasi (PO EP)" <Ignasi.Roca@fujitsu-siemens.com>
-             Date: Fri, 14 Jun 2002 09:53:36 +0200
-             Message-ID: <318B95F90D8BD41194A5009027FD5FFBD7A3B1@madrid14.mad.fsc.net>       
-             (why this has been working in z/OS?)
+[ 23786] By: merijn                                on 2005/01/13  11:28:31
+        Log: Subject: Re: killing USE_5005THREADS in blead?
+             From: Stas Bekman <stas@stason.org>
+             Date: Wed, 12 Jan 2005 16:32:42 -0500
+             Message-ID: <41E5977A.3060306@stason.org>
      Branch: perl
-          ! lib/Term/Cap.t
+          ! perl.c
 ____________________________________________________________________________
-[ 17232] By: jhi                                   on 2002/06/14  10:58:01
-        Log: Mention Solaris x86 use64bitint troubles.
+[ 23785] By: steveh                                on 2005/01/13  10:24:13
+        Log: Fix Win32 build problem caused by change 23757
+
+             Change 23757 added a glob() call to win32/FindExt.pm.  That code is
+             run by miniperl.exe when making the ..\config.sh target, but
+             miniperl.exe is built with -D PERL_EXTERNAL_GLOB so it requires
+             perlglob.exe to do the glob().  perlglob.exe has been built, but is
+             in the top-level of the source tree so is not found when miniperl.exe
+             is executed from within the win32/ sub-directory.
+
+             This was causing smokes to fail on t/lib/commonsense.t because the
+             "extensions" field in lib/Config_heavy.pl only contained
+             "threads/shared" as a result of the glob() not finding anything.
+
+             Manual builds had been working fine for me because I had an installed
+             perl in my PATH so perlglob.exe was being found there instead!
      Branch: perl
-          ! pod/perldelta.pod
+          ! win32/FindExt.pm
 ____________________________________________________________________________
-[ 17231] By: jhi                                   on 2002/06/14  10:45:16
-        Log: All UNICOS test failures should be gone now.
+[ 23783] By: rgs                                   on 2005/01/12  18:04:17
+        Log: Subject: [PATCH] follow-up to #23765
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Tue, 11 Jan 2005 21:01:27 -0600
+             Message-ID: <41E49307.7080900@mac.com>
      Branch: perl
-          ! pod/perldelta.pod
+          ! lib/warnings.t
 ____________________________________________________________________________
-[ 17230] By: jhi                                   on 2002/06/14  10:39:04
-        Log: UNICOS and UNICOS/mk are broken only on one test.
+[ 23782] By: nicholas                              on 2005/01/11  19:10:20
+        Log: Fix bug 32294 - index()/rindex() ignore UTF8 flag
+             (for cases of mixed UTF8/bytes)
+             Test code based on bug report by John Gardiner Myers
      Branch: perl
-          ! ext/Socket/socketpair.t
+          ! pp.c t/op/index.t
 ____________________________________________________________________________
-[ 17229] By: nick                                  on 2002/06/14  08:36:40
-        Log: Integrate mainline
-     Branch: perlio
-         !> (integrate 32 files)
+[ 23781] By: rgs                                   on 2005/01/11  17:04:24
+        Log: Subject: [PATCH] follow-up to 23767
+             From: Robin Barker <Robin.Barker@npl.co.uk>
+             Date: Tue, 11 Jan 2005 15:48:49 -0000
+             Message-ID: <533D273D4014D411AB1D00062938C4D90849C56A@hotel.npl.co.uk>
+     Branch: perl
+          ! Porting/pumpkin.pod sv.c
 ____________________________________________________________________________
-[ 17228] By: jhi                                   on 2002/06/14  01:36:12
-        Log: Upgrade to Switch 2.09 (the debugging statement
-             was already removed in blead)
+[ 23780] By: mhx                                   on 2005/01/10  19:25:27
+        Log: Remove PERL_FLEXIBLE_EXCEPTIONS code.
      Branch: perl
-          ! lib/Switch.pm lib/Switch/Changes lib/Switch/README
+          ! embed.fnc embed.h embedvar.h global.sym makedef.pl perl.c
+          ! perl.h perlapi.h pod/perlapi.pod pod/perlintern.pod pp_ctl.c
+          ! proto.h scope.c scope.h sv.c thrdvar.h
 ____________________________________________________________________________
-[ 17227] By: ams                                   on 2002/06/14  00:39:15
-        Log: Subject: [PATCH perl@17206] assorted help for older VMS systems
+[ 23779] By: nicholas                              on 2005/01/10  17:07:03
+        Log: Subject: [PATCH] t/op/split.t #11 nit on VMS
              From: "Craig A. Berry" <craigberry@mac.com>
-             Date: Thu, 13 Jun 2002 19:55:25 -0500
-             Message-Id: <a05111b05b92ec91d165b@[172.16.52.1]>
+             Message-ID: <41E1C261.5020100@mac.com>
+             Date: Sun, 09 Jan 2005 17:46:41 -0600
      Branch: perl
-          ! configure.com pod/perldelta.pod pp_pack.c vms/vms.c
+          ! t/op/split.t
 ____________________________________________________________________________
-[ 17226] By: jhi                                   on 2002/06/13  22:07:24
-        Log: Thread doc tweaks.
+[ 23778] By: steveh                                on 2005/01/10  11:53:10
+        Log: Need to close files before unlinking them on Win32
+
+             (Various files created by test programs are left behind otherwise,
+             and distclean doesn't clean them up)
      Branch: perl
-          ! ext/threads/shared/shared.pm ext/threads/threads.pm
-          ! pod/perlthrtut.pod
+          ! lib/FileCache/t/01open.t lib/FileCache/t/04twoarg.t
+          ! lib/FileCache/t/07noimport.t t/op/read.t
 ____________________________________________________________________________
-[ 17225] By: jhi                                   on 2002/06/13  21:59:07
-        Log: Don't assume too much about how print will scale
-             your fp numbers; be explicit and use printf instead--
-             the assumption broke in UNICOS (from Mark Lutz)
-             (Use %.0f instead of %d because in 32-bit systems
-             the %d may end producing -1 or something else odd.)
+[ 23777] By: steveh                                on 2005/01/10  10:28:00
+        Log: Make Win32's distclean target clean up properly
      Branch: perl
-          ! t/lib/warnings/toke
+          ! win32/Makefile win32/makefile.mk
 ____________________________________________________________________________
-[ 17224] By: jhi                                   on 2002/06/13  19:22:12
-        Log: Tell what version of PDL will be fine with 5.8.0,
-             according to TimJ.
+[ 23776] By: steveh                                on 2005/01/10  09:45:50
+        Log: Get $Config{osvers} filled in on Win32
      Branch: perl
-          ! pod/perldelta.pod
+          ! win32/config_sh.PL
 ____________________________________________________________________________
-[ 17223] By: jhi                                   on 2002/06/13  16:44:12
-        Log: Subject: test failure: lib/ExtUtils/t/Installed.t
-             From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
-             Date: Thu, 13 Jun 2002 15:44:24 +0100
-             Message-Id: <200206131444.g5DEiOo22204@crypt.compulink.co.uk>
+[ 23775] By: merijn                                on 2005/01/10  08:54:00
+        Log: Subject: [PATCH] follow-up to #23748, -Duselargefiles on VMS
+             Date: Sun, 09 Jan 2005 17:52:09 -0600
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Message-ID: <41E1C3A9.9080900@mac.com>
      Branch: perl
-          ! lib/ExtUtils/t/Installed.t
+          ! configure.com
 ____________________________________________________________________________
-[ 17222] By: jhi                                   on 2002/06/13  16:39:35
-        Log: Subject: Re: linux + usemorebits: gcc error?
-             From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
-             Date: Thu, 13 Jun 2002 15:03:28 +0100
-             Message-Id: <200206131403.g5DE3Sk21964@crypt.compulink.co.uk>
-             
-             (go U32 based on NI-S since it's a flags field)
+[ 23774] By: nicholas                              on 2005/01/09  23:42:25
+        Log: Shorter source code in pp_gelem. (But it compiles to the same size)
      Branch: perl
-          ! perliol.h
+          ! pp.c
 ____________________________________________________________________________
-[ 17221] By: jhi                                   on 2002/06/13  13:55:08
-        Log: Document the tied/magical/shared array/hash non-autovivifying bug.
+[ 23773] By: nicholas                              on 2005/01/09  21:50:28
+        Log: If we know the length of the string constant, save a strlen()
      Branch: perl
-          ! ext/threads/shared/shared.pm pod/perldelta.pod
+          ! perl.c pp_sys.c
 ____________________________________________________________________________
-[ 17220] By: jhi                                   on 2002/06/13  12:51:14
-        Log: Also perlsub needs to be slightly more upbeat about attributes. 
+[ 23772] By: nicholas                              on 2005/01/09  21:26:40
+        Log: savepv(SvPV(sv,n_a)) is common, and creates an unnecessary call to
+             strlen(). Add savesvpv(sv), which gets the length from the SV,
+             and returns a copy of its PV.
      Branch: perl
-          ! pod/perlsub.pod
+          ! embed.fnc embed.h global.sym mg.c pp_sys.c proto.h regcomp.c
+          ! universal.c util.c
 ____________________________________________________________________________
-[ 17219] By: jhi                                   on 2002/06/13  12:40:36
-        Log: One more pass on the TYPE/ATTRS issues.
+[ 23771] By: nicholas                              on 2005/01/09  19:42:30
+        Log: Can pass in a length here without introducing a bug. Might save
+             a strlen()
      Branch: perl
-          ! lib/attributes.pm pod/perlfunc.pod
+          ! toke.c
 ____________________________________________________________________________
-[ 17218] By: jhi                                   on 2002/06/13  12:24:53
-        Log: Subject: Re: [ PATCH ] AIX 5 + 17206
-             From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
-             Date: Thu, 13 Jun 2002 09:18:27 +0200
-             Message-Id: <20020613091118.2BAF.H.M.BRAND@hccnet.nl>
+[ 23770] By: nicholas                              on 2005/01/09  15:05:33
+        Log: Pull the am-I-utf8-or-not logic into one place (S_newSV_maybe_utf8)
+             as I think that it will be needed for utf8 soft references.
      Branch: perl
-          ! hints/aix.sh
+          ! toke.c
 ____________________________________________________________________________
-[ 17217] By: jhi                                   on 2002/06/13  12:24:22
-        Log: Subject: [ PATCH ] mymalloc on HP-UX
-             From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
-             Date: Thu, 13 Jun 2002 09:58:30 +0200
-             Message-Id: <20020613095503.2BB2.H.M.BRAND@hccnet.nl>
+[ 23769] By: steveh                                on 2005/01/07  17:25:35
+        Log: Disable PERL_MALLOC and DEBUG_MSTATS in win32/makefile.mk by default
+             and force PERL_MALLOC off if USE_IMP_SYS is on
+
+             This brings makefile.mk into line with Makefile in this regard
+
+             (PERL_MALLOC cannot currently be used with USE_IMP_SYS, e.g. see:
+             http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2004-07/msg00465.html
+             so it is sensible to enforce this, and to not have the default set
+             to a configuration that isn't allowed)
      Branch: perl
-          ! hints/hpux.sh
+          ! win32/makefile.mk
 ____________________________________________________________________________
-[ 17216] By: ams                                   on 2002/06/13  10:08:38
-        Log: <pudge> crab, can you integrate 17215 ?
-     Branch: perl
-         !> ext/XS/APItest/t/printf.t
-____________________________________________________________________________
-[ 17215] By: pudge                                 on 2002/06/13  09:51:36
-        Log: Building XS::APItest as shared lib
-     Branch: macperl
-          ! ext/XS/APItest/t/printf.t
-____________________________________________________________________________
-[ 17214] By: pudge                                 on 2002/06/13  09:50:25
-        Log: Update tests, makefile, config
-     Branch: macperl
-          ! macos/MacPerlTests.cmd macos/Makefile.mk macos/config.sh
-____________________________________________________________________________
-[ 17213] By: pudge                                 on 2002/06/13  09:49:11
-        Log: Integrate perl
-     Branch: macperl
-         +> README.freebsd README.irix ext/IO/hints/sco.pl
-         +> ext/Thread/README.threads ext/XS/APItest/APItest.pm
-         +> ext/XS/APItest/APItest.xs ext/XS/APItest/MANIFEST
-         +> ext/XS/APItest/Makefile.PL ext/XS/APItest/README
-         +> ext/XS/APItest/t/printf.t lib/Math/BigInt/t/upgradef.t
-         +> lib/Net/Ping/Changes
-          - README.threads lib/Net/Ping/CHANGES
-          ! NetWare/bat/SetCodeWar.bat
-         !> (integrate 168 files)
-____________________________________________________________________________
-[ 17212] By: ams                                   on 2002/06/13  09:29:13
-        Log: Subject: [PATCH] APItest.xs OUTPUT (was: perl@17206)
-             From: Chris Nandor <pudge@pobox.com>
-             Date: Thu, 13 Jun 2002 00:16:26 -0400
-             Message-Id: <pudge-95528D.00162613062002@onion.valueclick.com>
+[ 23768] By: rgs                                   on 2005/01/07  14:30:51
+        Log: Subject: Re: [PATCH] Remove Carp from warnings.pm
+             From: Jim Cromie <jim.cromie@gmail.com>
+             Date: Mon, 3 Jan 2005 06:36:16 -0700
+             Message-ID: <cfe85dfa05010305367445dee6@mail.gmail.com>
+     Branch: perl
+          + lib/vars_carp.t
+          ! MANIFEST ext/B/t/optree_specials.t ext/B/t/stash.t lib/Carp.pm
+          ! lib/English.pm lib/Exporter.pm lib/Exporter.t
+          ! lib/Exporter/Heavy.pm lib/warnings.pm warnings.pl
+____________________________________________________________________________
+[ 23767] By: rgs                                   on 2005/01/07  13:41:47
+        Log: Subject: [PATCH] to improve -DCHECK_FORMAT
+             From: Robin Barker <Robin.Barker@npl.co.uk>
+             Date: Wed, 5 Jan 2005 11:55:09 -0000
+             Message-ID: <533D273D4014D411AB1D00062938C4D90849C55A@hotel.npl.co.uk>
+     Branch: perl
+          ! mg.c perl.h pp.h pp_sys.c sv.c
+____________________________________________________________________________
+[ 23766] By: nicholas                              on 2005/01/07  12:46:07
+        Log: Stage 1 of utf8 support for soft references.
+             Change gv_fetchpv to take a UTF8 flag, as gv_fetchpvn_flags
+             Add gv_fetchsv to look up a GV by SV rather than a char * pointer
+             Provide a backwards compatability gv_fetchpv
+             Migrate from gv_fetchpv to gv_fetchsv where the caller was grabbing
+             the pointer from an SV
+             All tests still pass.
+     Branch: perl
+          ! embed.fnc embed.h global.sym gv.c gv.h mg.c op.c perl.h pp.c
+          ! pp_hot.c pp_sys.c proto.h sv.c sv.h toke.c universal.c
+____________________________________________________________________________
+[ 23765] By: nicholas                              on 2005/01/07  11:23:48
+        Log: Subject: [PATCH] make lib/warnings.t use t/test.pl
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Message-ID: <41DDCA71.1080704@mac.com>
+             Date: Thu, 06 Jan 2005 17:32:01 -0600
      Branch: perl
-          ! ext/XS/APItest/APItest.xs
+          ! lib/warnings.t
 ____________________________________________________________________________
-[ 17211] By: jhi                                   on 2002/06/12  23:05:29
-        Log: Subject: [PATCH: perl@17206] add skipping of threads and threads::shared on default builds
-             From: PPrymmer@factset.com
-             Date: Wed, 12 Jun 2002 18:58:50 -0400
-             Message-ID: <OF3EE94CDE.1E9C1D28-ON85256BD6.007CC091@55.25.11>
+[ 23764] By: steveh                                on 2005/01/07  08:35:29
+        Log: Fix win32/config.*'s cc, ld and other related values
+
+             cc and ld themselves always get replaced with correct values anyway
+             so we just provide example values as per other similar settings
+
+             Other related values (ccname, cpp, cpprun, cppstdin) need to use the
+             correct ~keyword~, namely ~cc~, not ~CC~, otherwise they do not get set
+
+             Subject: [PATCH] Re: lib/Config/Extensions.t fails on Win32
+             From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
+             Date: Wed, 5 Jan 2005 10:01:41 -0800
+             Message-ID: <20050105180141.GA676@efn.org>
+
+             Subject: Re: [PATCH] Re: lib/Config/Extensions.t fails on Win32
+             From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
+             Date: Thu, 6 Jan 2005 11:53:11 -0800
+             Message-ID: <20050106195311.GC1300@efn.org>
      Branch: perl
-          ! utils/perlivp.PL
+          ! win32/config.bc win32/config.gc win32/config.vc
+          ! win32/config.vc64
 ____________________________________________________________________________
-[ 17210] By: jhi                                   on 2002/06/12  22:57:47
-        Log: The scalar behaviour of sort is undefined.
+[ 23763] By: nicholas                              on 2005/01/06  17:42:59
+        Log: Add TODO tests for UTF8 encoded soft references
      Branch: perl
-          ! pod/perlfunc.pod
+          ! t/op/ref.t
 ____________________________________________________________________________
-[ 17209] By: jhi                                   on 2002/06/12  22:56:24
-        Log: Mention I/O layers in perlopentut.
+[ 23762] By: steveh                                on 2005/01/06  16:50:10
+        Log: Allow static linking core extensions on Win32 with MinGW
+
+             Subject: [PATCH] Re: lib/Config/Extensions.t fails on Win32
+             From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
+             Date: Wed, 5 Jan 2005 10:01:41 -0800
+             Message-ID: <20050105180141.GA676@efn.org>
      Branch: perl
-          ! pod/perlopentut.pod
+          ! win32/buildext.pl win32/makefile.mk
 ____________________________________________________________________________
-[ 17208] By: jhi                                   on 2002/06/12  22:36:15
-        Log: Document the my/our TYPE and ATTRIBUTES (Use the Camel Mk 3, Luke).
+[ 23761] By: rgs                                   on 2005/01/06  15:49:39
+        Log: Silence a compilation warning
      Branch: perl
-          ! lib/attributes.pm pod/perlfunc.pod
+          ! pp_sort.c
 ____________________________________________________________________________
-[ 17207] By: jhi                                   on 2002/06/12  14:15:32
-        Log: As noticed by Philip Newton, XS::APItest is not meant to be installed.
+[ 23760] By: nicholas                              on 2005/01/06  14:59:17
+        Log: Turn barewords into strings to run under strict subs.
+             Run under strict refs outside the soft reference tests.
      Branch: perl
-          ! ext/XS/APItest/README
+          ! t/op/ref.t
 ____________________________________________________________________________
-[ 17206] By: jhi                                   on 2002/06/12  13:25:30
-        Log: Update Changes.
+[ 23759] By: nicholas                              on 2005/01/06  14:34:24
+        Log: All tests now use test.pl
      Branch: perl
-          ! Changes patchlevel.h
+          ! t/op/ref.t
 ____________________________________________________________________________
-[ 17205] By: jhi                                   on 2002/06/12  13:16:32
-        Log: Regen toc.
+[ 23758] By: nicholas                              on 2005/01/06  11:44:08
+        Log: Start converting t/op/ref.t to use test.pl
      Branch: perl
-          ! pod/perltoc.pod
+          ! t/op/ref.t
 ____________________________________________________________________________
-[ 17204] By: jhi                                   on 2002/06/12  13:05:28
-        Log: This should be gone now.
+[ 23757] By: steveh                                on 2005/01/06  11:26:12
+        Log: Fix extensions config fields on Win32 to be as they are on Unix
+
+             Subject: [PATCH] Re: lib/Config/Extensions.t fails on Win32
+             From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
+             Date: Wed, 5 Jan 2005 10:01:41 -0800
+             Message-ID: <20050105180141.GA676@efn.org>
      Branch: perl
-          ! INSTALL
+          ! win32/FindExt.pm win32/config_sh.PL
 ____________________________________________________________________________
-[ 17203] By: jhi                                   on 2002/06/12  12:58:54
-        Log: NetWare doc tweak.
+[ 23756] By: nicholas                              on 2005/01/05  21:58:15
+        Log: Correct a Greengrocer's apostrophe.
      Branch: perl
-          ! README.netware
+          ! ext/DynaLoader/dl_dyld.xs
 ____________________________________________________________________________
-[ 17202] By: jhi                                   on 2002/06/12  12:33:33
-        Log: Subject: [PATCH pod/perlfunc.pod] Re: Change sort in scalar context behavior. 
-             From: Abigail <abigail@foad.org>
-             Date: Wed, 12 Jun 2002 02:46:01 -0700
-             Message-ID: <20020612024601.A8524@ucan.foad.org>
+[ 23755] By: nicholas                              on 2005/01/05  21:36:26
+        Log: Foolishly I committed change 23753 before remembering to test without
+             ithreads. No tests => bugs. This should fix them.
      Branch: perl
-          ! pod/perlfunc.pod
+          ! perl.c
 ____________________________________________________________________________
-[ 17201] By: jhi                                   on 2002/06/12  12:31:19
-        Log: Subject: [PATCH] Re: linux + usemorebits: gcc error?
-             From: Rafael Garcia-Suarez <raphel.garcia-suarez@hexaflux.com>
-             Date: Wed, 12 Jun 2002 13:50:59 +0200
-             Message-ID: <3D0735A3.4020701@hexaflux.com>
+[ 23754] By: nicholas                              on 2005/01/05  20:14:02
+        Log: Error-free constant folding is a TODO
      Branch: perl
-          ! ext/Time/HiRes/HiRes.xs
+          ! pod/perltodo.pod
 ____________________________________________________________________________
-[ 17200] By: jhi                                   on 2002/06/12  12:17:02
-        Log: Synchronize config.bc and config_H.bc; add SCNfldbl;
-             go back to disabling long doubles from MinGW because
-             MSVCRT doesn't do long double printfing even when gcc
-             would know how to handle them.
+[ 23753] By: nicholas                              on 2005/01/05  19:44:28
+        Log: Turn INIT_TLS_AND_INTERP into a static function
      Branch: perl
-          ! win32/config.bc win32/config_H.bc win32/config_H.gc
-____________________________________________________________________________
-[ 17199] By: nick                                  on 2002/06/12  11:13:16
-        Log: Integrate mainline
-     Branch: perlio
-         !> configure.com ext/XS/APItest/APItest.xs lib/Math/Trig.t perl.c
-         !> pod/perldiag.pod pod/perlmodlib.PL pod/perlmodlib.pod
-         !> win32/config_H.bc win32/config_H.gc
+          ! perl.c
 ____________________________________________________________________________
-[ 17198] By: jhi                                   on 2002/06/12  03:01:37
-        Log: Subject: [PATCH @17190] configure.com: join the sPRI... party
-             From: "Craig A. Berry" <craigberry@mac.com>
-             Date: Tue, 11 Jun 2002 22:44:31 -0500
-             Message-Id: <a05111b00b92c6bda8b47@[172.16.52.1]>
+[ 23752] By: nicholas                              on 2005/01/05  16:27:19
+        Log: Shave off the explict 1; from the end of lib/Config.pm
      Branch: perl
-          ! configure.com
+          ! configpm
 ____________________________________________________________________________
-[ 17197] By: jhi                                   on 2002/06/12  01:52:32
-        Log: Test relying on undefined behaviour of atan2(0, 0)
-             (valiantly debugged by Mark Lutz).
+[ 23751] By: rgs                                   on 2005/01/05  13:31:51
+        Log: Subject: [PATCH] unnecessary rmdir in Makefile
+             From: Robin Barker <Robin.Barker@npl.co.uk>
+             Date: Wed, 5 Jan 2005 11:58:54 -0000
+             Message-ID: <533D273D4014D411AB1D00062938C4D90849C55C@hotel.npl.co.uk>
      Branch: perl
-          ! lib/Math/Trig.t
+          ! Makefile.SH
 ____________________________________________________________________________
-[ 17196] By: jhi                                   on 2002/06/12  01:41:05
-        Log: Regen perlmodlib.
+[ 23750] By: merijn                                on 2005/01/05  11:44:11
+        Log: Subject: [PATCH] gcc and ld in Configure
+             From: Robin Barker <Robin.Barker@npl.co.uk>
+             Date: Wed, 5 Jan 2005 12:04:25 -0000
+             Message-ID: <533D273D4014D411AB1D00062938C4D90849C55D@hotel.npl.co.uk>
      Branch: perl
-          ! pod/perlmodlib.pod
+          ! hints/solaris_2.sh
 ____________________________________________________________________________
-[ 17195] By: jhi                                   on 2002/06/12  01:39:18
-        Log: Subject: [PATCH] perlmodlib.pod missing Config & Errno
-             From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
-             Date: Tue, 11 Jun 2002 15:12:15 -0700
-             Message-ID: </WnB9gzkgC5S092yn@efn.org>
+[ 23749] By: nicholas                              on 2005/01/05  11:25:29
+        Log: Subject: [PATCH] Avoid segfault when pthread_key_create fails
+             From: Gisle Aas <gisle@ActiveState.com>
+             Date: 05 Jan 2005 01:09:51 -0800
+             Message-ID: <lracroz1gg.fsf@caliper.activestate.com>
      Branch: perl
-          ! pod/perlmodlib.PL
+          ! thread.h
 ____________________________________________________________________________
-[ 17194] By: jhi                                   on 2002/06/12  01:35:57
-        Log: Subject: [PATCH] Re: RC1 on Playstation2
-             From: Tim Jenness <t.jenness@jach.hawaii.edu>
-             Date: Tue, 11 Jun 2002 11:55:40 -1000 (HST)
-             Message-ID: <Pine.LNX.4.44.0206111135130.31715-100000@lapaki>
+[ 23748] By: nicholas                              on 2005/01/05  10:44:59
+        Log: Subject: [PATCH] -Duselargefiles for VMS
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Message-ID: <41DB63A6.7040504@mac.com>
+             Date: Tue, 04 Jan 2005 21:48:54 -0600
      Branch: perl
-          ! perl.c
+          ! configure.com vms/descrip_mms.template vms/vmsish.h
 ____________________________________________________________________________
-[ 17193] By: jhi                                   on 2002/06/11  19:57:23
-        Log: Not that I know anything about Windows compilers
-             but Google leads me into believing that while Borland and
-             GCC support the ANSI way of printing long doubles (%L),
-             Visual C really doesn't support printing them.
+[ 23747] By: nicholas                              on 2005/01/05  10:10:14
+        Log: Rafael spotted that my changes caused warnings. So clean up.
      Branch: perl
-          ! ext/XS/APItest/APItest.xs win32/config_H.bc win32/config_H.gc
+          ! t/op/attrs.t
 ____________________________________________________________________________
-[ 17192] By: rgs                                   on 2002/06/11  19:00:37
-        Log: Fix a cut-n-paste error.
+[ 23746] By: nicholas                              on 2005/01/04  23:07:25
+        Log: Update copyright years.
      Branch: perl
-          ! pod/perldiag.pod
-____________________________________________________________________________
-[ 17191] By: nick                                  on 2002/06/11  16:07:14
-        Log: Integrate mainline
-     Branch: perlio
-         !> Changes INSTALL ext/XS/APItest/APItest.pm
-         !> ext/XS/APItest/APItest.xs ext/XS/APItest/t/printf.t
-         !> patchlevel.h
+          ! mg.c miniperlmain.c op.c perlio.c xsutils.c
 ____________________________________________________________________________
-[ 17190] By: jhi                                   on 2002/06/11  14:09:14
-        Log: Update Changes.
+[ 23745] By: nicholas                              on 2005/01/04  19:32:01
+        Log: Make the switch statement discriminate similar names more
+             efficiently.
      Branch: perl
-          ! Changes patchlevel.h
+          ! xsutils.c
 ____________________________________________________________________________
-[ 17189] By: jhi                                   on 2002/06/11  13:55:12
-        Log: Trying to printf Perl-specific datatypes using printf
-             (with perlio or stdio) is folly, says Hugo.
+[ 23744] By: nicholas                              on 2005/01/04  16:20:43
+        Log: Check all attributes in modify_SV_attributes are recognised.
+             Fix bug where 'assertion' was always rejected as invalid.
      Branch: perl
-          ! ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
-          ! ext/XS/APItest/t/printf.t
+          ! t/op/attrs.t xsutils.c
 ____________________________________________________________________________
-[ 17188] By: jhi                                   on 2002/06/11  13:54:31
-        Log: Be more specific.
+[ 23743] By: nicholas                              on 2005/01/04  12:46:56
+        Log: Use the new ${^UTF8LOCALE} to make the test reliable.
      Branch: perl
-          ! INSTALL
+          ! t/io/layers.t
 ____________________________________________________________________________
-[ 17187] By: jhi                                   on 2002/06/11  13:03:13
-        Log: Subject: [PATCH INSTALL] warn about gcc 3.1 + usemorebits
-             From: Rafael Garcia-Suarez <raphel.garcia-suarez@hexaflux.com>      
-             Date: Tue, 11 Jun 2002 12:21:01 +0200
-             Message-ID: <3D05CF0D.9060409@hexaflux.com>    
+[ 23742] By: merijn                                on 2005/01/04  12:38:03
+        Log: Subject: [PATCH pod/perlxs.pod] RE: [perl #32660] INT2PTR not mentioned in perlxs(1)
+             From: Robin Barker <Robin.Barker@npl.co.uk>
+             Date: Tue, 4 Jan 2005 12:32:29 -0000
+             Message-ID: <533D273D4014D411AB1D00062938C4D90849C553@hotel.npl.co.uk>
      Branch: perl
-          ! INSTALL
+          ! pod/perlxs.pod
 ____________________________________________________________________________
-[ 17186] By: nick                                  on 2002/06/11  10:44:04
-        Log: Integrate mainline
-     Branch: perlio
-         +> ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
-         +> ext/XS/APItest/MANIFEST ext/XS/APItest/Makefile.PL
-         +> ext/XS/APItest/README ext/XS/APItest/t/printf.t
-         +> lib/Math/BigInt/t/upgradef.t
-         !> MANIFEST NetWare/Makefile Porting/repository.pod
-         !> djgpp/config.over ext/Digest/MD5/t/files.t ext/Encode/t/CJKT.t
-         !> ext/Encode/t/guess.t ext/PerlIO/t/fallback.t
-         !> ext/Storable/t/malice.t 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/mbi_rand.t
-         !> lib/Math/BigInt/t/sub_mbi.t locale.c perl.h pod/perldelta.pod
-         !> pod/perlfunc.pod pod/perlhack.pod pod/perluniintro.pod
-         !> win32/Makefile
-____________________________________________________________________________
-[ 17185] By: gsar                                  on 2002/06/11  05:02:43
-        Log: sanity-check the windows section in perldelta and add some missing
-             entries
+[ 23741] By: nicholas                              on 2005/01/04  11:27:57
+        Log: Add ${^UTF8LOCALE} to give perl space access to PL_utf8locale
      Branch: perl
-          ! pod/perldelta.pod
+          ! gv.c mg.c
 ____________________________________________________________________________
-[ 17184] By: jhi                                   on 2002/06/11  03:45:44
-        Log: Obviously time to get some sleep.
+[ 23740] By: steveh                                on 2005/01/04  10:56:55
+        Log: Bring win32/config.* into line with win32/config_H.*
+             so that "perl -V:usemallocwrap" tells us what the configuration is
+             instead of saying 'UNKNOWN'.
      Branch: perl
-          ! ext/XS/APItest/t/printf.t
+          ! win32/config.bc win32/config.gc win32/config.vc
+          ! win32/config.vc64
 ____________________________________________________________________________
-[ 17183] By: jhi                                   on 2002/06/11  03:41:35
-        Log: #17179 wasn't quite right.
+[ 23739] By: rgs                                   on 2005/01/04  08:36:50
+        Log: Subject: [PATCH] Math::BigInt v1.74, Math::BigRat v0.14, bignum v0.16
+             From: Tels <nospam-abuse@bloodgate.com>
+             Date: Sat, 1 Jan 2005 18:59:51 +0100
+             Message-Id: <200501011859.52858@bloodgate.com>
      Branch: perl
-          ! ext/XS/APItest/t/printf.t
+          + lib/Math/BigInt/t/lib_load.t lib/bignum/t/ratopt_a.t
+          ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
+          ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/CalcEmu.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/inf_nan.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/with_sub.t lib/Math/BigRat.pm
+          ! lib/Math/BigRat/t/bigrat.t lib/Math/BigRat/t/bigratpm.inc
+          ! lib/Math/BigRat/t/bigratpm.t lib/bigint.pm lib/bignum.pm
+          ! lib/bignum/t/option_a.t lib/bignum/t/option_l.t
+          ! lib/bignum/t/option_p.t lib/bigrat.pm
+          ! t/lib/Math/BigFloat/Subclass.pm
 ____________________________________________________________________________
-[ 17182] By: gsar                                  on 2002/06/11  03:27:41
-        Log: fix outdated info about how the patches in the APC are generated;
-             mention the perlbrowse repository gateway; add a pointer to
-             perlhack.pod in repository.pod
+[ 23738] By: rgs                                   on 2005/01/04  08:05:16
+        Log: Happy new year
      Branch: perl
-          ! Porting/repository.pod pod/perlhack.pod
+          ! README
 ____________________________________________________________________________
-[ 17181] By: jhi                                   on 2002/06/11  03:27:24
-        Log: Subject: Detype locale.c comment
-             From: Philip Newton <Philip.Newton@gmx.net>
-             Date: Tue, 11 Jun 2002 06:28:08 +0200
-             Message-ID: <b0vagu8197d5jn2c5pt8al97loreugl9e5@4ax.com>
+[ 23736] By: nicholas                              on 2005/01/03  21:17:28
+        Log: Return an immortal from attributes::_warn_reserved (a private
+             function). (saves creating a new IV)
      Branch: perl
-          ! locale.c
+          ! xsutils.c
 ____________________________________________________________________________
-[ 17180] By: jhi                                   on 2002/06/11  03:21:53
-        Log: Make UTF-8 locales effective only if PerlIO has been
-             defined (ignore UTF-8 locales silently if no PerlIO).
+[ 23735] By: nicholas                              on 2005/01/03  20:58:09
+        Log: Change dXSTARGET to dXSTARG as recommended by Spider Boardman.
      Branch: perl
-          ! locale.c pod/perldelta.pod pod/perluniintro.pod
+          ! xsutils.c
 ____________________________________________________________________________
-[ 17179] By: jhi                                   on 2002/06/11  02:53:34
-        Log: Can't printf Perl specific datatypes without perlio
-             (in other words, stdio doesn't do the %V...)
+[ 23733] By: nicholas                              on 2005/01/03  18:54:22
+        Log: D'oh! Spurious aTHX_. Here was I thinking that my test build was
+             threaded, but "oh no it isn't!" :-(
      Branch: perl
-          ! ext/XS/APItest/t/printf.t
+          ! toke.c
 ____________________________________________________________________________
-[ 17178] By: jhi                                   on 2002/06/11  01:54:05
-        Log: Document XS::APItest.
+[ 23732] By: rgs                                   on 2005/01/03  17:24:24
+        Log: Integrate a patch from Gentoo for uclibc support.
+             See :
+             Subject: Re: Static linking notes --- perl5.8.6 and uClibc
+             From: Alexey Tourbin <at@altlinux.ru>
+             Date: Tue, 28 Dec 2004 14:25:42 +0300
+             Message-ID: <20041228112542.GB21037@solemn.turbinal.org>
      Branch: perl
-          ! pod/perldelta.pod
+          ! perlio.c
 ____________________________________________________________________________
-[ 17177] By: jhi                                   on 2002/06/11  01:49:38
-        Log: Add XS::APItest to Win32/DJGPP/NetWare.
+[ 23731] By: nicholas                              on 2005/01/02  23:18:07
+        Log: Remove compiler warnings.
      Branch: perl
-          ! NetWare/Makefile djgpp/config.over win32/Makefile
-____________________________________________________________________________
-[ 17176] By: jhi                                   on 2002/06/11  01:37:39
-        Log: Add XS::APItest 0.01 from Tim Jenness.
-             
-             The perl.h change is needed by non-gcc (non-__attribute__)
-             compilers: without it non-gccs won't have printf() mapped
-             to PerlIO_stdoutf (when perlio, of course).  This means that
-             non-gccs would not be able to print the Perl specific datatypes.
-     Branch: perl
-          + ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
-          + ext/XS/APItest/MANIFEST ext/XS/APItest/Makefile.PL
-          + ext/XS/APItest/README ext/XS/APItest/t/printf.t
-          ! MANIFEST perl.h
+          ! toke.c
 ____________________________________________________________________________
-[ 17175] By: jhi                                   on 2002/06/10  23:24:42
-        Log: Now that binmode(FH) does implicit ":bytes" revisit
-             the failing tests.  The worrisome one is the Digest::MD5
-             test-- how will it fare in CRLF lands now?
+[ 23730] By: nicholas                              on 2005/01/02  22:49:49
+        Log: Change 23727 broke code that relied on \ being escaped.
+             Fix this. *Everything* should work now.
      Branch: perl
-          ! ext/Digest/MD5/t/files.t ext/Encode/t/CJKT.t
-          ! ext/Encode/t/guess.t ext/PerlIO/t/fallback.t
-          ! ext/Storable/t/malice.t
+          + t/run/switchF1.t
+          ! MANIFEST toke.c
 ____________________________________________________________________________
-[ 17174] By: jhi                                   on 2002/06/10  20:55:00
-        Log: Upgrade to Math::BigInt 1.59.
+[ 23729] By: nicholas                              on 2005/01/02  07:46:12
+        Log: Splitting the -n/-p code and concatenating strings generates
+             smaller object code.
      Branch: perl
-          + lib/Math/BigInt/t/upgradef.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/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
-          ! lib/Math/BigInt/t/mbi_rand.t lib/Math/BigInt/t/sub_mbi.t
+          ! toke.c
 ____________________________________________________________________________
-[ 17173] By: jhi                                   on 2002/06/10  20:16:30
-        Log: Document the implicit :bytes of binmode(FH).
+[ 23728] By: nicholas                              on 2005/01/01  21:34:52
+        Log: Concatenate some string constants
      Branch: perl
-          ! pod/perlfunc.pod
+          ! toke.c
 ____________________________________________________________________________
-[ 17172] By: jhi                                   on 2002/06/10  19:27:23
-        Log: Integrate perlio:
-             
-             [ 17171]
-             binmode(FH); to act like binmode(FH,":bytes") as well as
-             turning off CRLF features.
-     Branch: perl
-         !> perlio.c t/io/utf8.t
-____________________________________________________________________________
-[ 17171] By: nick                                  on 2002/06/10  18:40:22
-        Log: binmode(FH); to act like binmode(FH,":bytes") as well as
-             turning off CRLF features.
-     Branch: perlio
-          ! perlio.c t/io/utf8.t
-____________________________________________________________________________
-[ 17170] By: nick                                  on 2002/06/10  17:04:28
-        Log: Integrate mainline
-     Branch: perlio
-         !> Changes ext/Encode/t/CJKT.t ext/Encode/t/guess.t
-         !> ext/threads/shared/queue.pm ext/threads/shared/shared.xs
-         !> locale.c patchlevel.h perl.c pod/perldebtut.pod
-         !> pod/perldelta.pod sv.c
-____________________________________________________________________________
-[ 17169] By: jhi                                   on 2002/06/10  14:47:28
-        Log: Subject: [DOC PATCH] perldebtut
-             From: Elizabeth Mattijsen <liz@dijkmat.nl>
-             Date: Mon, 10 Jun 2002 17:47:14 +0200
-             Message-Id: <4.2.0.58.20020610174710.05123760@mickey.dijkmat.nl>
+[ 23727] By: nicholas                              on 2005/01/01  21:13:53
+        Log: Use Rafael's sick trick of ASCII NUL as a q'' delimiter to save a
+             lot of quoting code
      Branch: perl
-          ! pod/perldebtut.pod
+          ! toke.c
 ____________________________________________________________________________
-[ 17168] By: jhi                                   on 2002/06/10  14:04:31
-        Log: Document the UTF-8 env issue.  Now NI-S just needs
-             to fix binmode() to comply with the documentation...
+[ 23726] By: nicholas                              on 2005/01/01  20:48:31
+        Log: Probably should be using *pvn rather than *pv forms for speed in
+             toke.c (to save a strlen())
      Branch: perl
-          ! pod/perldelta.pod
+          ! toke.c
 ____________________________________________________________________________
-[ 17167] By: jhi                                   on 2002/06/10  13:47:21
-        Log: Subject: Re: Change 17108: Document the do BAREWORD change, from Rafael.
-             From: Philip Newton <Philip.Newton@gmx.net>
-             Date: Mon, 10 Jun 2002 07:56:41 +0200
-             Message-ID: <anf8gugjm2v70ckgmkjm12paa00atimik4@4ax.com>
-             
-             Subject: Re: Change 17110: Add deprecations.
-             From: Philip Newton <Philip.Newton@gmx.net>
-             Date: Mon, 10 Jun 2002 07:56:22 +0200
-             Message-ID: <bpf8gu0v332thjkpv39uirardul58aa7b3@4ax.com>
+[ 23725] By: nicholas                              on 2005/01/01  20:26:27
+        Log: strEQ/strNE of 1 character strings seems better hand inlined,
+             because it generates smaller object code (as well as being
+             faster than a true function call)
      Branch: perl
-          ! pod/perldelta.pod
+          ! doio.c locale.c op.c perl.c pp.c toke.c util.c
 ____________________________________________________________________________
-[ 17166] By: jhi                                   on 2002/06/10  13:44:49
-        Log: NI-S doesn't need these comments :-) but I'm commenting anyway.
+[ 23724] By: nicholas                              on 2005/01/01  17:15:58
+        Log: Not all the world's a VAX, er ASCII, so don't make assumptions.
+             Tweak is_gv_magical's string comparisons to produce smaller object
+             code.
+             First 2005 copyright notice.
      Branch: perl
-          ! locale.c perl.c
+          ! gv.c
 ____________________________________________________________________________
-[ 17165] By: jhi                                   on 2002/06/10  13:07:57
-        Log: Update Changes.
+[ 23723] By: nicholas                              on 2005/01/01  13:54:33
+        Log: Change 23714 accidentally broke t/io/layers.t when testing with
+             UTF8 locales and the -C flag. When UTF8 is flagged as enabled
+             based on the locale, we have no perl space access to PL_utf8locale
+             so assume for the moment that UTF8 is never conditionally enabled.
      Branch: perl
-          ! Changes patchlevel.h
+          ! t/io/layers.t
 ____________________________________________________________________________
-[ 17164] By: jhi                                   on 2002/06/10  13:01:17
-        Log: Further patch on #17163 for Tru64.
+[ 23722] By: nicholas                              on 2004/12/31  23:04:47
+        Log: Skip the switch statement entirely if the pointer is null, rather
+             than the old pointless switch on '\0'. Also skip re-comparing the
+             first character. Faster, and generates terser object code.
      Branch: perl
-          ! sv.c
+          ! pp.c
 ____________________________________________________________________________
-[ 17163] By: jhi                                   on 2002/06/10  12:40:16
-        Log: Patch from Hugo for the 'printf' problem:
-             - for SV-style calling, we can only get NV
-             - for C-style calling, we assume %f is double;
-             - for simplicity we allow any of %Lf, %llf, %qf for long double
+[ 23721] By: nicholas                              on 2004/12/31  22:46:25
+        Log: Doing the strnEQ char by char for 2 and 3 character strings
+             generates a smaller object file, and will be faster.
      Branch: perl
-          ! sv.c
+          ! doio.c
 ____________________________________________________________________________
-[ 17162] By: jhi                                   on 2002/06/10  12:31:32
-        Log: Integrate perlio:
-             
-             [ 17159]
-             Tune test to run in UTF-8 locales
-             - test file must be opened as :bytes or high-bit octets
-             will be UTF-8 encoded on write in such locales, so
-             will not read as expected.
-     Branch: perl
-         !> ext/PerlIO/t/fallback.t
-____________________________________________________________________________
-[ 17161] By: jhi                                   on 2002/06/10  12:21:39
-        Log: #17150 didn't expect -Uuseperlio.
-     Branch: perl
-          ! ext/Encode/t/CJKT.t ext/Encode/t/guess.t
-____________________________________________________________________________
-[ 17160] By: sky                                   on 2002/06/10  09:53:42
-        Log: Subject: [PATCH] queue.pm
-             From: Benjamin Goldberg <goldbb2@earthlink.net>
-             Date: tis jun 04, 2002  02:03:53  Europe/Stockholm
-             Message-Id: <3CFC03E8.A1EF9886@earthlink.net>
-             Applied manually
-     Branch: perl
-          ! ext/threads/shared/queue.pm ext/threads/shared/shared.xs
-____________________________________________________________________________
-[ 17159] By: nick                                  on 2002/06/10  09:51:16
-        Log: Tune test to run in UTF-8 locales
-             - test file must be opened as :bytes or high-bit octets
-             will be UTF-8 encoded on write in such locales, so
-             will not read as expected.
-     Branch: perlio
-          ! ext/PerlIO/t/fallback.t
-____________________________________________________________________________
-[ 17158] By: nick                                  on 2002/06/10  09:49:32
-        Log: Integrate mainline
-     Branch: perlio
-         +> lib/Net/Ping/Changes
-          - lib/Net/Ping/CHANGES
-         !> (integrate 37 files)
-____________________________________________________________________________
-[ 17157] By: jhi                                   on 2002/06/10  03:30:19
-        Log: metaconfig tweak for #17156.
-     Branch: metaconfig
-          ! U/mkglossary
-____________________________________________________________________________
-[ 17156] By: jhi                                   on 2002/06/10  03:30:06
-        Log: Glossary tweaks.
+[ 23720] By: nicholas                              on 2004/12/31  21:41:25
+        Log: Improve documentation for is_gv_magical, and split the switch
+             statement into 2 parts, lengths > 1 and lengths <= 1
+             This should cause most variables (lower case, multicharacter)
+             to escape the function without passing through a switch table.
      Branch: perl
-          ! Configure Porting/Glossary Porting/config.sh Porting/config_H
+          ! gv.c
 ____________________________________________________________________________
-[ 17155] By: jhi                                   on 2002/06/10  02:12:09
-        Log: Upgrade to Net::Ping 2.19.
+[ 23719] By: nicholas                              on 2004/12/31  21:02:59
+        Log: Because name is always NUL terminated we can incorporate length
+             0 names in the switch statement for length 1.
      Branch: perl
-          + lib/Net/Ping/Changes
-          - lib/Net/Ping/CHANGES
-          ! MANIFEST lib/Net/Ping.pm lib/Net/Ping/README
+          ! gv.c
 ____________________________________________________________________________
-[ 17154] By: jhi                                   on 2002/06/09  23:25:48
-        Log: Subject: [patch] ptr_table_store
-             From: Doug MacEachern <dougm@covalent.net>
-             Date: Sun, 9 Jun 2002 17:07:11 -0700 (PDT)
-             Message-ID: <Pine.LNX.4.33.0206091700110.26891-100000@mako.covalent.net>
+[ 23718] By: nicholas                              on 2004/12/31  20:25:52
+        Log: Generate smaller object code by using a single switch statement
+             for determining which names are forced into main::
      Branch: perl
-          ! sv.c
+          ! gv.c
 ____________________________________________________________________________
-[ 17153] By: jhi                                   on 2002/06/09  23:25:04
-        Log: Subject: Re: unique attribute?
-             From: Doug MacEachern <dougm@covalent.net>
-             Date: Sun, 9 Jun 2002 16:49:25 -0700 (PDT)
-             Message-ID: <Pine.LNX.4.33.0206091645330.26891-100000@mako.covalent.net>
+[ 23717] By: nicholas                              on 2004/12/31  18:31:18
+        Log: Tidy up comments in change 23716
      Branch: perl
-          ! embed.fnc embed.h proto.h sv.c sv.h
+          ! gv.c
 ____________________________________________________________________________
-[ 17152] By: jhi                                   on 2002/06/09  23:21:35
-        Log: Update hint comments.
+[ 23716] By: nicholas                              on 2004/12/31  18:22:54
+        Log: Refactor gv_fetchpv so that the overwhelmingly common case
+             (variable names starting with a lower case letter or _, longer
+             than one character) get out of the function very quickly.
+             (Without even passing through a switch statement jump table)
+             Also fixes bug 33631
      Branch: perl
-          ! hints/irix_6.sh
+          ! gv.c
 ____________________________________________________________________________
-[ 17151] By: jhi                                   on 2002/06/09  22:59:54
-        Log: One missing bit of Math::BigInt 1.58.
+[ 23715] By: nicholas                              on 2004/12/31  15:43:07
+        Log: Subject: [PATCH] randbits and randfunc for VMS
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Message-ID: <41D570BF.8010409@mac.com>
+             Date: Fri, 31 Dec 2004 09:31:11 -0600
      Branch: perl
-          ! t/lib/Math/BigInt/BareCalc.pm
+          ! configure.com
 ____________________________________________________________________________
-[ 17150] By: jhi                                   on 2002/06/09  21:47:51
-        Log: Subject: [ID 20020609.007] Not OK: perl v5.8.0 +DEVEL17060 on i686-linux 2.4.18-4smp (UNINSTALLED)
-             From: Radu Greab <radu@netsoft.ro>
-             Date: Mon, 10 Jun 2002 00:40:34 +0300
-             Message-Id: <200206092140.g59LeYn15745@ix.netsoft.ro>
-             
-             Fixes for en_US.UTF-8 failures, all but ext/PerlIO/t/fallback.t
-             ones which I cannot figure out.
+[ 23714] By: nicholas                              on 2004/12/31  13:14:18
+        Log: Bug in t/io/layers.t spotted by Ignasi Roca Carrió
      Branch: perl
-          ! ext/Digest/MD5/t/files.t ext/Encode/t/CJKT.t
-          ! ext/Encode/t/guess.t ext/Storable/t/malice.t
+          ! AUTHORS t/io/layers.t
 ____________________________________________________________________________
-[ 17149] By: jhi                                   on 2002/06/09  21:08:02
-        Log: :unique nitpicking continues.
+[ 23712] By: mhx                                   on 2004/12/30  18:29:02
+        Log: Mention ppport.h and its --api-info switch in perlguts.
      Branch: perl
-          ! pod/perlfunc.pod
+          ! pod/perlguts.pod
 ____________________________________________________________________________
-[ 17148] By: jhi                                   on 2002/06/09  21:01:57
-        Log: "thread failed to start: " is better than "Died:".
+[ 23711] By: merijn                                on 2004/12/30  13:10:20
+        Log: Subject: [PATCH] Allow Configure's d_attribut to be set from the command line
+             From: Gisle Aas <gisle@ActiveState.com>
+             Date: 30 Dec 2004 03:39:36 -0800
+             Message-ID: <lrllbgypzb.fsf@caliper.activestate.com>
      Branch: perl
-          ! ext/threads/threads.xs pod/perldiag.pod
+          ! Configure
 ____________________________________________________________________________
-[ 17147] By: jhi                                   on 2002/06/09  20:47:53
-        Log: :unique saga continues.
+[ 23708] By: nicholas                              on 2004/12/29  21:41:04
+        Log: Thinko in the description of Config::Extensions
      Branch: perl
-          ! pod/perldelta.pod pod/perlfunc.pod
+          ! MANIFEST
 ____________________________________________________________________________
-[ 17146] By: jhi                                   on 2002/06/09  20:44:38
-        Log: Subject: Re: unique attribute?
-             From: Doug MacEachern <dougm@covalent.net>
-             Date: Sun, 9 Jun 2002 14:00:39 -0700 (PDT)
-             Message-ID: <Pine.LNX.4.33.0206091356210.26891-100000@mako.covalent.net>
+[ 23707] By: nicholas                              on 2004/12/29  21:25:29
+        Log: Experimental module intended to simplify core regression tests
      Branch: perl
-          ! sv.c
+          + lib/Config/Extensions.pm lib/Config/Extensions.t
+          ! MANIFEST
 ____________________________________________________________________________
-[ 17145] By: jhi                                   on 2002/06/09  20:09:03
-        Log: Subject: Math::BigInt 1.58 released
-             From: Tels <perl_dummy@bloodgate.com>
-             Date: Sun, 09 Jun 2002 22:39:35 +0200 (CEST)
-             Message-Id: <200206092036.g59KaGPZ1308701@tiku.hut.fi>
-             
-             Subject: [PATCH] RE: Math::BigInt 1.58 released
-             From: Tels <perl_dummy@bloodgate.com>
-             Date: Sun, 09 Jun 2002 22:45:51 +0200 (CEST)
-             Message-Id: <200206092042.g59KgXPZ1223212@tiku.hut.fi>
+[ 23706] By: nicholas                              on 2004/12/29  21:24:30
+        Log: Skip tests that binmode :utf8 if there is no perlio
      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.inc
-          ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.inc
-          ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/calling.t
-          ! lib/Math/BigInt/t/constant.t lib/Math/BigInt/t/mbi_rand.t
-          ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
-          ! lib/Math/BigInt/t/with_sub.t
+          ! t/op/read.t
 ____________________________________________________________________________
-[ 17144] By: nick                                  on 2002/06/09  17:50:14
-        Log: Integrate mainline
-     Branch: perlio
-         +> README.freebsd README.irix
-         !> (integrate 43 files)
-____________________________________________________________________________
-[ 17143] By: jhi                                   on 2002/06/09  17:45:50
-        Log: Subject: cleanup's
-             From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
-             Date: Sun, 09 Jun 2002 13:55:21 +0200
-             Message-Id: <20020609102200.DEE5.H.M.BRAND@hccnet.nl>
+[ 23705] By: nicholas                              on 2004/12/29  21:04:43
+        Log: Ooops. Fix unitialised variable
      Branch: perl
-          ! ext/PerlIO/t/encoding.t
+          ! pp_sys.c
 ____________________________________________________________________________
-[ 17142] By: jhi                                   on 2002/06/09  17:37:45
-        Log: open "list form" clarification.
+[ 23704] By: nicholas                              on 2004/12/29  19:47:12
+        Log: Oops. Forgot to uncomment the last set of Unicode values for
+             testing.
      Branch: perl
-          ! pod/perlfunc.pod
+          ! t/op/read.t
 ____________________________________________________________________________
-[ 17141] By: jhi                                   on 2002/06/09  17:24:22
-        Log: Better wording from Sarathy.
+[ 23703] By: nicholas                              on 2004/12/29  19:00:12
+        Log: read (and presuambly sysread) would expose the UTF8 internals when
+             reading from a byte orientated file handle into a UTF8 scalar.
      Branch: perl
-          ! pod/perldelta.pod
+          ! pp_sys.c t/op/read.t
 ____________________________________________________________________________
-[ 17140] By: jhi                                   on 2002/06/09  16:58:47
-        Log: Closer to the truth.
+[ 23702] By: nicholas                              on 2004/12/29  17:20:29
+        Log: Add a lot of tests for combinations of values, offsets and lengths
      Branch: perl
-          ! pod/perlfunc.pod
+          ! t/op/read.t
 ____________________________________________________________________________
-[ 17139] By: jhi                                   on 2002/06/09  16:49:49
-        Log: Subject: Re: [PATCH #2] Re: [PATCH] numeric.c:S_mulexp10 -- quit when you can
-             From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
-             Date: Sun, 09 Jun 2002 14:52:07 +0100
-             Message-Id: <200206091352.g59Dq7Z28403@crypt.compulink.co.uk>  
+[ 23701] By: nicholas                              on 2004/12/29  16:28:58
+        Log: Convert op/read.t to use test.pl and make it stricture compliant.
      Branch: perl
-          ! numeric.c
+          ! t/op/read.t
 ____________________________________________________________________________
-[ 17138] By: jhi                                   on 2002/06/09  16:13:44
-        Log: Clarify that the :unique makes the target readonly
-             when the first interpreter cloning takes place.
+[ 23700] By: mhx                                   on 2004/12/29  13:46:36
+        Log: Upgrade to Devel::PPPort 3.04
      Branch: perl
-          ! pod/perlfunc.pod
+          ! ext/Devel/PPPort/Changes ext/Devel/PPPort/META.yml
+          ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort_pm.PL
+          ! ext/Devel/PPPort/TODO ext/Devel/PPPort/parts/inc/SvPV
+          ! ext/Devel/PPPort/parts/inc/ppphbin
+          ! ext/Devel/PPPort/parts/inc/ppphdoc
+          ! ext/Devel/PPPort/parts/inc/ppphtest
 ____________________________________________________________________________
-[ 17137] By: gsar                                  on 2002/06/09  16:05:22
-        Log: update perlfork.pod for status as of 5.8.0
+[ 23696] By: merijn                                on 2004/12/29  12:41:14
+        Log: Rebuilt after backport start for 23674, 23675, and 23676
      Branch: perl
-          ! pod/perlfork.pod
+          ! Configure
 ____________________________________________________________________________
-[ 17136] By: jhi                                   on 2002/06/09  16:01:50
-        Log: Subject: possible band-aid for cygwin build of perl@17061
-             From: PPrymmer@factset.com
-             Date: Sat, 8 Jun 2002 20:57:05 -0400
-             Message-ID: <OF846EEF0D.EE48F625-ON85256BD3.0002CB12@55.25.11>
-     Branch: perl
-          ! Makefile.SH README.cygwin
+[ 23691] By: merijn                                on 2004/12/29  11:57:57
+        Log: Subject: [PATCH] Cleanup ext/B tests for -w and to run separately
+             Date: Tue, 28 Dec 2004 13:49:19 -0800
+             From: Stephen McCamant <smcc@MIT.EDU>
+             Message-ID: <16849.54495.424654.896889@apocalypse.OCF.Berkeley.EDU>
+     Branch: perl
+          ! ext/B/B/Terse.pm ext/B/t/asmdata.t ext/B/t/b.t
+          ! ext/B/t/bblock.t ext/B/t/bytecode.t ext/B/t/concise.t
+          ! ext/B/t/debug.t ext/B/t/deparse.t ext/B/t/f_map.t
+          ! ext/B/t/f_sort.t ext/B/t/lint.t ext/B/t/o.t
+          ! ext/B/t/optree_check.t ext/B/t/optree_concise.t
+          ! ext/B/t/optree_samples.t ext/B/t/optree_sort.t
+          ! ext/B/t/optree_specials.t ext/B/t/optree_varinit.t
+          ! ext/B/t/showlex.t ext/B/t/stash.t ext/B/t/terse.t
+          ! ext/B/t/xref.t
 ____________________________________________________________________________
-[ 17135] By: sky                                   on 2002/06/09  15:44:37
-        Log: Follow up on changing keyword to special subroutine.
+[ 23688] By: nicholas                              on 2004/12/28  10:25:28
+        Log: Make Config.t warnings and strictures clean
      Branch: perl
-          ! pod/perlmod.pod
+          ! lib/Config.t
 ____________________________________________________________________________
-[ 17134] By: jhi                                   on 2002/06/09  15:40:52
-        Log: CLONE doc tweaks.
+[ 23683] By: nicholas                              on 2004/12/27  16:03:59
+        Log: Subject: [patch sv.c] comment fix
+             From: Stas Bekman <stas@stason.org>
+             Message-ID: <41CF50FE.5070307@stason.org>
+             Date: Sun, 26 Dec 2004 19:02:06 -0500
      Branch: perl
-          ! pod/perldelta.pod pod/perlmod.pod
+          ! sv.c
 ____________________________________________________________________________
-[ 17133] By: jhi                                   on 2002/06/09  15:34:20
-        Log: syswrite() is old news.
+[ 23682] By: nicholas                              on 2004/12/27  15:48:24
+        Log: Add investigating self tie segfaults to the TODO
      Branch: perl
-          ! pod/perldelta.pod
+          ! pod/perltodo.pod
 ____________________________________________________________________________
-[ 17132] By: jhi                                   on 2002/06/09  15:14:20
-        Log: Subject: One-argument syswrite
-             From: Johan Vromans <jvromans@squirrel.nl>
-             Date: Sun, 9 Jun 2002 13:20:36 +0200
-             Message-ID: <15619.14852.462515.162801@phoenix.squirrel.nl>
-             
-             (It's really two-argument.)
+[ 23681] By: rgs                                   on 2004/12/24  13:51:59
+        Log: Subject: [perl #33173] shellwords.pl and tainting
+             From: perl-5.8.0@ton.iguana.be (via RT) <perlbug-followup@perl.org>
+             Date: 24 Dec 2004 00:14:19 -0000
+             Message-ID: <rt-3.0.11-33173-103504.3.54366755060383@perl.org>
      Branch: perl
-          ! pod/perldelta.pod
+          ! lib/shellwords.pl
 ____________________________________________________________________________
-[ 17131] By: jhi                                   on 2002/06/09  15:11:13
-        Log: Subject: [Patch] $^N issues
-             From: Johan Vromans <jvromans@squirrel.nl>
-             Date: Sun, 9 Jun 2002 13:12:43 +0200
-             Message-ID: <15619.14379.888034.910020@phoenix.squirrel.nl>    
+[ 23680] By: rgs                                   on 2004/12/24  13:42:08
+        Log: Subject: Missign STATEMENT brackets in PUSHMARK
+             From: perl5-porters@ton.iguana.be (Ton Hospel)
+             Date: Thu, 23 Dec 2004 17:55:13 +0000 (UTC)
+             Message-Id: <cqf0q1$9cc$1@post.home.lunix>
      Branch: perl
-          ! lib/English.pm pod/perlre.pod
+          ! pp.h
 ____________________________________________________________________________
-[ 17130] By: jhi                                   on 2002/06/09  15:10:18
-        Log: Subject: [Patch] "#0" format in perlform
-             From: Johan Vromans <jvromans@squirrel.nl>
-             Date: Sun, 9 Jun 2002 12:53:01 +0200
-             Message-ID: <15619.13197.892587.565630@phoenix.squirrel.nl>    
+[ 23679] By: nicholas                              on 2004/12/24  10:33:32
+        Log: Don't do the ... expansion on archlib, sitelib etc, given that
+             everyone should already be using archlibext etc
+             Add the extra special case code for otherlibdirs
      Branch: perl
-          ! pod/perlform.pod
+          ! configpm
 ____________________________________________________________________________
-[ 17129] By: jhi                                   on 2002/06/09  15:08:20
-        Log: Subject: [Patch] CLONE is not in perldelta
-             From: Johan Vromans <jvromans@squirrel.nl>
-             Date: Sun, 9 Jun 2002 12:41:18 +0200
-             Message-ID: <15619.12494.713591.282001@phoenix.squirrel.nl>    
+[ 23678] By: rgs                                   on 2004/12/24  08:57:56
+        Log: Subject: Re: [patch perlapi doc] sv_magic
+             From: Stas Bekman <stas@stason.org>
+             Date: Thu, 23 Dec 2004 16:28:06 -0500
+             Message-ID: <41CB3866.1080307@stason.org>
      Branch: perl
-          ! pod/perldelta.pod
+          ! pod/perlapi.pod sv.c
 ____________________________________________________________________________
-[ 17128] By: jhi                                   on 2002/06/09  03:02:38
-        Log: Subject: [PATCH] fix stuck MD5 compile on VAX
+[ 23677] By: nicholas                              on 2004/12/24  08:54:58
+        Log: Subject: [PATCH] Re: Smoke [5.9.2] 23675 FAIL(m) openvms E8.2 (Alpha/4 cpu)
              From: "Craig A. Berry" <craigberry@mac.com>
-             Date: Sat, 8 Jun 2002 23:01:11 -0500
-             Message-Id: <a05111b05b92881c6c8c4@[172.16.52.1]>
+             Message-ID: <41CB6BD1.8030207@mac.com>
+             Date: Thu, 23 Dec 2004 19:07:29 -0600
      Branch: perl
-          ! ext/Digest/MD5/Makefile.PL
+          ! configure.com
 ____________________________________________________________________________
-[ 17127] By: jhi                                   on 2002/06/08  22:50:43
-        Log: ... and more.
+[ 23676] By: nicholas                              on 2004/12/23  23:15:24
+        Log: Bother. It helps if you also propagate the new entry to config.sh
      Branch: perl
-          ! win32/makefile.mk
+          ! Configure
 ____________________________________________________________________________
-[ 17126] By: jhi                                   on 2002/06/08  22:49:43
-        Log: More spots for perl$OS.
+[ 23675] By: nicholas                              on 2004/12/23  22:14:42
+        Log: Oops. You can't add new entries to config_h.SH without making some
+             sort of corresponding defined/undefined value in config.sh somehow.
      Branch: perl
-          ! NetWare/Makefile win32/Makefile
+          ! Configure
 ____________________________________________________________________________
-[ 17125] By: jhi                                   on 2002/06/08  22:46:17
-        Log: One more spot to list perlfreebsd and perlirix.
+[ 23674] By: nicholas                              on 2004/12/23  21:38:59
+        Log: Relocatable @INC entries for Unix.
+             (With appropriate fixups in Config.pm to complete the illusion)
+             Currently can only be enabled with hackery to config.sh
+             TODO - proper Configure support, and support for otherlibdirs in
+             Config.pm
      Branch: perl
-          ! plan9/mkfile
+          ! Porting/Glossary config_h.SH configpm embed.fnc embed.h perl.c
+          ! proto.h
 ____________________________________________________________________________
-[ 17124] By: jhi                                   on 2002/06/08  22:22:05
-        Log: BSD/OS worked for 5.6.0; PowerUX for 5.7.3; Unixware for 5.6.1.
+[ 23673] By: merijn                                on 2004/12/23  21:04:37
+        Log: 23669 was not such a good idea. More research needed.
      Branch: perl
-          ! pod/perlport.pod
+          ! config_h.SH
 ____________________________________________________________________________
-[ 17123] By: jhi                                   on 2002/06/08  22:15:31
-        Log: Cygwin duplicated (noticed by Schwern).
+[ 23672] By: rgs                                   on 2004/12/23  17:21:37
+        Log: The "Setuid script not plain file" error wasn't documented.
      Branch: perl
-          ! pod/perlport.pod
+          ! pod/perldiag.pod
 ____________________________________________________________________________
-[ 17122] By: jhi                                   on 2002/06/08  22:03:15
-        Log: s/Plan9/Plan 9/g; (and one remaning MacOS)
+[ 23671] By: rgs                                   on 2004/12/23  15:21:58
+        Log: Subject: [PATCH] Data::Dumper Freezer fixes
+             From: Sam Tregar <sam@tregar.com>
+             Date: Sun, 19 Dec 2004 14:40:25 -0500 (EST)
+             Message-ID: <Pine.LNX.4.61.0412191434490.7660@hillmont.dreamhost.com>
+
+             and bump Data::Dumper's VERSION
      Branch: perl
-          ! INSTALL README.jp pod/perlfaq3.pod pod/perlopentut.pod
-          ! pod/perlport.pod pod/perlrun.pod
+          + ext/Data/Dumper/t/freezer.t
+          ! MANIFEST ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
 ____________________________________________________________________________
-[ 17121] By: jhi                                   on 2002/06/08  21:36:00
-        Log: Make the =heads a little bit more descriptive; regen toc.
+[ 23670] By: nicholas                              on 2004/12/22  23:15:07
+        Log: Fix typo
      Branch: perl
-          ! README.freebsd README.irix pod/perltoc.pod
+          ! ext/Storable/Storable.xs
 ____________________________________________________________________________
-[ 17120] By: jhi                                   on 2002/06/08  21:02:27
-        Log: I wonder what a 64-bot is?
+[ 23669] By: merijn                                on 2004/12/22  20:16:53
+        Log: Just to re-sync with metaconfig output. No real changes.
      Branch: perl
-          ! README.irix
+          ! config_h.SH
 ____________________________________________________________________________
-[ 17119] By: jhi                                   on 2002/06/08  21:01:45
-        Log: Regen toc.
+[ 23668] By: rgs                                   on 2004/12/22  08:46:21
+        Log: Move the definition of the S_procself_val() function before
+             the point where it's used
      Branch: perl
-          ! pod/perltoc.pod
+          ! perl.c
 ____________________________________________________________________________
-[ 17118] By: jhi                                   on 2002/06/08  21:00:18
-        Log: Add README.irix/perlirix.
+[ 23667] By: nicholas                              on 2004/12/21  20:56:58
+        Log: Move the setting of $^X ahead of the initialisation of @INC
      Branch: perl
-          + README.irix
-          ! INSTALL MANIFEST pod/buildtoc.PL pod/perl.pod
-          ! pod/perldelta.pod pod/perlport.pod
+          ! perl.c
 ____________________________________________________________________________
-[ 17117] By: jhi                                   on 2002/06/08  20:48:16
-        Log: Add perlfreebsd.
+[ 23666] By: nicholas                              on 2004/12/21  20:31:57
+        Log: $#a>>=1 relies on malloc wrap to avoid the segfault, so need to
+             skip the test on platforms where it's not available
      Branch: perl
-          ! pod/buildtoc.PL pod/perl.pod pod/perldelta.pod
-          ! pod/perlport.pod
+          ! t/op/bop.t
 ____________________________________________________________________________
-[ 17116] By: jhi                                   on 2002/06/08  20:45:25
-        Log: Mention the FreeBSD Perl policy change.
+[ 23663] By: nicholas                              on 2004/12/21  11:58:53
+        Log: Note that the shell's test uses eq etc for numbers, = etc for
+             strings, the reverse of Perl, which is definitely a trap.
+             Spotted by Alexei Alexandrov.
      Branch: perl
-          ! README.freebsd
+          ! AUTHORS pod/perltrap.pod
 ____________________________________________________________________________
-[ 17115] By: jhi                                   on 2002/06/08  20:34:59
-        Log: Mention the FreeBSD readdir_r bug in perldelta.
+[ 23662] By: merijn                                on 2004/12/20  13:38:45
+        Log: Subject: [PATCH] AUTHORS
+             From: Tels <nospam-abuse@bloodgate.com>
+             Date: Sun, 19 Dec 2004 14:28:44 +0100
+             Message-Id: <200412191428.45898@bloodgate.com>
      Branch: perl
-          ! pod/perldelta.pod
+          ! AUTHORS
 ____________________________________________________________________________
-[ 17114] By: jhi                                   on 2002/06/08  20:31:18
-        Log: Subject: [PATCH] Re: perl Makfile.PL for DBI give Segmentation fault (core dumped)    (was: perl@17014)
-             From: Nicholas Clark <nick@unfortu.net>
-             Date: Sat, 8 Jun 2002 22:23:15 +0100
-             Message-ID: <20020608212315.GE302@Bagpuss.unfortu.net>
+[ 23661] By: rgs                                   on 2004/12/17  09:08:23
+        Log: Subject: Re: [perl #32717] BeOS specific Updates
+             From: bonefish@cs.tu-berlin.de
+             Date: Fri, 17 Dec 2004 01:17:40 +0100
+             Message-Id: <20041217011740.14398.1@cs.tu-berlin.de>
      Branch: perl
-          + README.freebsd
-          ! MANIFEST
+          - beos/beos_flock_server.cpp beos/beos_flock_server.h
+          ! MANIFEST Makefile.SH README.beos beos/beos.c beos/beosish.h
+          ! hints/beos.sh
 ____________________________________________________________________________
-[ 17113] By: sky                                   on 2002/06/08  20:19:28
-        Log: Preparing A::H for CPAN release, upped version to 0.77
-             Documented changes.
-             Last tweak to test case.
+[ 23660] By: rgs                                   on 2004/12/16  16:09:20
+        Log: Subject: [PATCH] bop.t follow-up to #23645
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Thu, 16 Dec 2004 08:53:32 -0600
+             Message-ID: <41C1A16C.9040700@mac.com>
      Branch: perl
-          ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes
-          ! lib/Attribute/Handlers/README lib/Attribute/Handlers/t/multi.t
+          ! t/op/bop.t
 ____________________________________________________________________________
-[ 17112] By: sky                                   on 2002/06/08  19:42:33
-        Log: Prepare CPAN release of Attribute::Handlers
-             Make the test case know about the changes in attributes
-             in 5.8 (lexical) and also turn off some warnings.
+[ 23659] By: rgs                                   on 2004/12/16  16:05:49
+        Log: Subject: Re: Can't locate auto/POSIX/autosplit.ix [perl #24445] [PATCH]
+             From: Andy Dougherty <doughera@lafayette.edu>
+             Date: Thu, 16 Dec 2004 09:57:44 -0500 (EST)
+             Message-ID: <Pine.SOL.4.58.0412160953470.20202@maxwell.phys.lafayette.edu>
      Branch: perl
-          ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/t/multi.t
+          ! ext/POSIX/Makefile.PL
 ____________________________________________________________________________
-[ 17111] By: jhi                                   on 2002/06/08  19:11:49
-        Log: Because of #17097.
+[ 23658] By: rgs                                   on 2004/12/16  15:58:06
+        Log: Two pod2html patches from Dave Sparks :
+
+             Fix anchors for some function names
+             Subject: pod2html fragment fix [PATCH]
+             From: Gisle Aas <gisle@ActiveState.com>
+             Date: 11 Nov 2004 14:36:46 +0100
+             Message-ID: <lrk6sso6c1.fsf@caliper.activestate.com>
+
+             Subject: Make 'pod2html --quiet' be quiet [PATCH]
+             From: Gisle Aas <gisle@ActiveState.com>
+             Date: 11 Nov 2004 15:19:58 +0100
+             Message-ID: <lrbre4o4c1.fsf@caliper.activestate.com>
      Branch: perl
-          ! configpm
+          ! lib/Pod/Html.pm
 ____________________________________________________________________________
-[ 17110] By: jhi                                   on 2002/06/08  19:06:31
-        Log: Add deprecations.
+[ 23657] By: rgs                                   on 2004/12/16  15:43:02
+        Log: Pod::Html is not part of the podlators distribution
      Branch: perl
-          ! pod/perldelta.pod
+          ! Porting/Maintainers.pl
 ____________________________________________________________________________
-[ 17109] By: sky                                   on 2002/06/08  19:02:19
-        Log: Remove leftover dummy and cleanup the test case.
+[ 23656] By: rgs                                   on 2004/12/15  16:39:29
+        Log: Security fix from Debian in the debugger (in the setterm()
+             function), from:
+             Subject: Re: Security patch from Debian?
+             From: Brendan O'Dea <bod@debian.org>
+             Date: Thu, 2 Dec 2004 13:42:17 +1100
+             Message-ID: <20041202024217.GA12670@londo.c47.org>
      Branch: perl
-          ! ext/threads/shared/shared.pm ext/threads/shared/t/hv_refs.t
-          ! ext/threads/shared/t/hv_simple.t
+          ! lib/perl5db.pl
 ____________________________________________________________________________
-[ 17108] By: jhi                                   on 2002/06/08  18:55:23
-        Log: Document the do BAREWORD change, from Rafael.
+[ 23655] By: rgs                                   on 2004/12/15  15:14:05
+        Log: A couple of SCO compilation patches
+
+             Subject: [perl #3097] Re: SCO5 XS dyn loading fails
+             From: "Ilya N. Golubev" <gin@mo.msk.ru>
+             Date: Tue, 14 Dec 2004 22:37:27 +0300
+             Message-ID: <028941bf40f648-gin@mo.msk.ru>
+
+             Subject: Re: [perl #3100] NaN passed to gcvt [PATCH]
+             From: Andy Dougherty <doughera@lafayette.edu>
+             Date: Wed, 15 Dec 2004 10:29:22 -0500 (EST)
+             Message-ID: <Pine.SOL.4.58.0412150956360.3441@maxwell.phys.lafayette.edu>
      Branch: perl
-          ! pod/perldelta.pod
+          ! hints/sco.sh
 ____________________________________________________________________________
-[ 17107] By: jhi                                   on 2002/06/08  18:32:50
-        Log: Remove the newly added makedepend .depending "token directory"
-             when cleaning up.
+[ 23654] By: rgs                                   on 2004/12/15  13:16:06
+        Log: Upgrade to Test::Simple 0.54
      Branch: perl
-          ! Makefile.SH
+          + lib/Test/Simple/t/is_fh.t
+          ! MANIFEST lib/Test/Builder.pm lib/Test/More.pm
+          ! lib/Test/Simple.pm lib/Test/Simple/Changes
+          ! lib/Test/Simple/t/details.t lib/Test/Simple/t/fail-more.t
+          ! lib/Test/Simple/t/harness_active.t
+          ! lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/maybe_regex.t
+          ! lib/Test/Simple/t/plan_no_plan.t lib/Test/Simple/t/sort_bug.t
+          ! lib/Test/Simple/t/todo.t lib/Test/Simple/t/undef.t
 ____________________________________________________________________________
-[ 17106] By: jhi                                   on 2002/06/08  18:24:08
-        Log: perldelta tweaks.
+[ 23653] By: rgs                                   on 2004/12/15  12:43:37
+        Log: Upgrade to ExtUtils::MakeMaker 6.25
      Branch: perl
-          ! pod/perldelta.pod
-____________________________________________________________________________
-[ 17105] By: jhi                                   on 2002/06/08  18:19:40
-        Log: I assume the Perl fork() emulation is still experimental.
+          + lib/ExtUtils/t/dir_target.t
+          ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Command.pm
+          ! lib/ExtUtils/Command/MM.pm lib/ExtUtils/Liblist/Kid.pm
+          ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/META.yml
+          ! lib/ExtUtils/MM.pm lib/ExtUtils/MM_Any.pm
+          ! lib/ExtUtils/MM_MacOS.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/MakeMaker/FAQ.pod
+          ! lib/ExtUtils/MakeMaker/Tutorial.pod lib/ExtUtils/Manifest.pm
+          ! lib/ExtUtils/NOTES lib/ExtUtils/README lib/ExtUtils/instmodsh
+          ! lib/ExtUtils/t/Command.t lib/ExtUtils/t/INST_PREFIX.t
+          ! lib/ExtUtils/t/Liblist.t lib/ExtUtils/t/MM_Unix.t
+          ! lib/ExtUtils/t/MM_Win32.t lib/ExtUtils/t/hints.t
+          ! lib/ExtUtils/t/oneliner.t lib/ExtUtils/t/parse_version.t
+          ! lib/ExtUtils/t/prereq_print.t lib/ExtUtils/t/split_command.t
+____________________________________________________________________________
+[ 23652] By: rgs                                   on 2004/12/14  16:22:42
+        Log: Fix for [perl #32491] h2xs incorrectly parses enums with implicit values
      Branch: perl
-          ! pod/perlfork.pod
+          ! utils/h2xs.PL
 ____________________________________________________________________________
-[ 17104] By: jhi                                   on 2002/06/08  18:17:10
-        Log: Subject: [PATCH] VMS doc patch (was Re: VMS changes?)
-             From: "Craig A. Berry" <craigberry@mac.com>
-             Date: Sat, 8 Jun 2002 14:10:41 -0500
-             Message-Id: <a05111b03b92805d6bc97@[172.16.52.1]>
+[ 23651] By: rgs                                   on 2004/12/14  12:17:25
+        Log: Subject: Re: B::walkoptree segfaults
+             From: Alexey Tourbin <at@altlinux.ru>
+             Date: Fri, 3 Dec 2004 05:06:49 +0300
+             Message-ID: <20041203020649.GD3898@solemn.turbinal.org>
      Branch: perl
-          ! README.vms pod/perldelta.pod
+          ! ext/B/B.pm
 ____________________________________________________________________________
-[ 17103] By: jhi                                   on 2002/06/08  18:04:37
-        Log: Slight tweaks from Lupe Christoph.
+[ 23650] By: rgs                                   on 2004/12/14  11:21:53
+        Log: Make Sys::Syslog stricture-compliant
      Branch: perl
-          ! pod/perldelta.pod
+          ! ext/Sys/Syslog/Syslog.pm
 ____________________________________________________________________________
-[ 17102] By: jhi                                   on 2002/06/08  17:04:24
-        Log: Workaround for broken symlink traversal.
+[ 23649] By: rgs                                   on 2004/12/14  10:35:57
+        Log: Allow escaping %m as %%m in Sys::Syslog format strings
+             (suggested by Joshua Richardson <jric@yahoo-inc.com>
+             and Yitzchak Scott-Thoennes)
      Branch: perl
-          ! installperl
+          ! ext/Sys/Syslog/Syslog.pm
 ____________________________________________________________________________
-[ 17101] By: jhi                                   on 2002/06/08  16:16:46
-        Log: h2ph: Explain why parts of asm/*.h are skipped in Linux.
+[ 23648] By: rgs                                   on 2004/12/14  10:22:48
+        Log: Subject: [perl #24343] [PATCH] -w vs. -s
+             From: "Steve Peters via RT" <perlbug-followup@perl.org>
+             Date: 14 Dec 2004 06:41:34 -0000
+             Message-ID: <rt-3.0.11-24343-103027.13.3005637364295@perl.org>
      Branch: perl
-          ! utils/h2ph.PL
-____________________________________________________________________________
-[ 17100] By: nick                                  on 2002/06/08  15:54:19
-        Log: Integrate mainline
-     Branch: perlio
-         !> Makefile.SH ext/Storable/ChangeLog ext/Storable/Storable.pm
-         !> ext/Storable/Storable.xs ext/Storable/t/recurse.t
-         !> ext/threads/threads.xs lib/Thread.pm lib/Thread/Queue.pm
-         !> lib/Thread/Semaphore.pm lib/Win32.pod numeric.c
-         !> pod/perldelta.pod pod/perlport.pod pod/perlvar.pod
-         !> utils/h2ph.PL utils/perldoc.PL utils/perlivp.PL win32/win32.c
+          ! pod/perlrun.pod
 ____________________________________________________________________________
-[ 17099] By: jhi                                   on 2002/06/08  15:53:16
-        Log: Try to avoid a looping makedepend that sometimes
-             happens when timestamps are out of sync.
+[ 23647] By: merijn                                on 2004/12/14  07:51:43
+        Log: Subject: [perl #3274] [PATCH] Documentation for utime should be improved
+             Date: 14 Dec 2004 06:29:23 -0000
+             From: "Steve Peters via RT" <perlbug-followup@perl.org>
+             Message-ID: <rt-3.0.11-3274-103026.2.21000805211489@perl.org>
      Branch: perl
-          ! makedepend.SH
-____________________________________________________________________________
-[ 17098] By: jhi                                   on 2002/06/08  15:35:06
-        Log: metaconfig tweaks from Robin Barker to go with #17097;
-             update Glossary.patch and mkglossary.
-     Branch: metaconfig
-          ! U/Glossary.patch U/mkglossary dist-3.0at70b/jmake/bindex.SH
-          ! dist-3.0at70b/mcon/U/make.U dist-3.0at70b/mcon/makegloss.SH
+          ! pod/perlfaq5.pod
 ____________________________________________________________________________
-[ 17097] By: jhi                                   on 2002/06/08  15:34:09
-        Log: Various Configure tweaks.
+[ 23646] By: rgs                                   on 2004/12/14  07:41:08
+        Log: Fix test added in change 23645 with an eval()
      Branch: perl
-          ! Configure Porting/Glossary Porting/config.sh Porting/config_H
+          ! t/op/bop.t
 ____________________________________________________________________________
-[ 17096] By: jhi                                   on 2002/06/08  15:05:46
-        Log: Fix Glossary formatting bugs when creating Config.pm,
-             from Robin Barker.
+[ 23645] By: rgs                                   on 2004/12/14  07:28:57
+        Log: Test patch for already-solved bug #33003,
+             by Michael G Schwern.
      Branch: perl
-          ! configpm
+          ! t/op/bop.t
 ____________________________________________________________________________
-[ 17095] By: jhi                                   on 2002/06/08  15:00:39
-        Log: perlivp: Too Much Information. 
+[ 23644] By: steveh                                on 2004/12/13  17:26:46
+        Log: Document gv_stashpvn
+
+             This is already in the API supported by Devel::PPPort, and is
+             more efficient than gv_stashpv if the length is already known.
      Branch: perl
-          ! utils/perlivp.PL
+          ! embed.fnc gv.c pod/perlapi.pod
 ____________________________________________________________________________
-[ 17094] By: jhi                                   on 2002/06/08  14:58:43
-        Log: h2ph: workarounds for too large hexadecimal constants.
-             Now 'perlivp' passes without a whimper in Solaris 8 and
-             Tru64 4.0F (Debian 2.2 Linux/x86 doesn't but my header
-             installation is weird; e.g. float.h is not in /usr/include...
-             (cd /usr/include; h2ph -l -r .)
+[ 23643] By: rgs                                   on 2004/12/13  10:02:57
+        Log: Subject: [PATCH] FileCache without import
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Sat, 11 Dec 2004 18:58:32 -0500
+             Message-ID: <20041211235832.GA13462@windhund.schwern.org>
      Branch: perl
-          ! utils/h2ph.PL
+          + lib/FileCache/t/07noimport.t
+          ! MANIFEST lib/FileCache.pm
 ____________________________________________________________________________
-[ 17093] By: jhi                                   on 2002/06/08  14:22:10
-        Log: h2ph: handle function pointer constants.
+[ 23642] By: rgs                                   on 2004/12/13  09:54:23
+        Log: Subject: [PATCH] perlipc typo
+             From: Brendan O'Dea <bod@debian.org>
+             Date: Sun, 12 Dec 2004 10:25:04 +1100
+             Message-ID: <20041211232504.GA8380@londo.c47.org>
      Branch: perl
-          ! utils/h2ph.PL
+          ! pod/perlipc.pod
 ____________________________________________________________________________
-[ 17092] By: jhi                                   on 2002/06/08  13:54:17
-        Log: Put back the [561+] markers (except for the New Tests
-             section where the comparison is meaningless);
-             note that perl561delta is really the changes both
-             from 5.005_03 and 5.6.0.
+[ 23641] By: rgs                                   on 2004/12/13  09:41:21
+        Log: Subject: [PATCH] t/op/taint.t follow-up to #23635
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Sat, 11 Dec 2004 11:03:57 -0600
+             Message-ID: <41BB287D.6090001@mac.com>
      Branch: perl
-          ! pod/perldelta.pod
+          ! t/op/taint.t
 ____________________________________________________________________________
-[ 17091] By: jhi                                   on 2002/06/08  13:25:04
-        Log: Mention the dynamicness of Socket in VMS in another spot.
+[ 23640] By: rgs                                   on 2004/12/13  08:39:34
+        Log: Subject: Re: Smoke [5.9.2] 23634 FAIL(F) openbsd 3.6 (i386/1 cpu) [PATCH]
+             From: Gisle Aas <gisle@ActiveState.com>
+             Date: 11 Dec 2004 02:57:19 -0800
+             Message-ID: <lrr7lxje5s.fsf_-_@caliper.activestate.com>
      Branch: perl
-          ! pod/perldelta.pod
+          ! utf8.c
 ____________________________________________________________________________
-[ 17090] By: jhi                                   on 2002/06/08  13:16:27
-        Log: Address most of the issues found by Lupe Cristoph
-             (only leave the VMS changes to the VMS people);
-             move the VOS section to its right place;
-             talk more about userlevel threads;
-             eradicate end-of-line spaces.
+[ 23639] By: rgs                                   on 2004/12/10  22:02:52
+        Log: Subject: [PATCH] Re: [perl #2562] wantarray fails in END, INIT, and CHECK blocks
+             From: mjtg@cam.ac.uk (Mike Guy)
+             Date: Fri, 10 Dec 2004 19:08:01 +0000
+             Message-ID: <E1Ccq7V-00057s-9s@virgo.cus.cam.ac.uk>
      Branch: perl
-          ! pod/perldelta.pod
+          ! pod/perlfunc.pod
 ____________________________________________________________________________
-[ 17089] By: jhi                                   on 2002/06/08  12:59:45
-        Log: Subject: Re: [ID 20020601.005] Storable: STORABLE_freeze mechanism leaks memory (unfreed SVs)
-             From: Radu Greab <radu@netsoft.ro>
-             Date: Sat, 8 Jun 2002 16:59:56 +0300
-             Message-ID: <15618.3548.55951.66902@ix.netsoft.ro>
-             
-             A test for #17082.
+[ 23638] By: steveh                                on 2004/12/10  14:58:59
+        Log: Fix Win32 breakage caused by change 23610
+
+             Simply skip the offending tests on Win32.  There is no sense in testing
+             that $Config dir entries appear in @INC because the $Config entries
+             relate to where perl.exe will be installed (as per INST_DRV/INST_TOP in
+             win32/Makefile), whereas @INC entries are dynamic, based on where
+             perlXX.dll is currently located.
      Branch: perl
-          ! ext/Storable/t/recurse.t
+          ! lib/Config.t
 ____________________________________________________________________________
-[ 17088] By: jhi                                   on 2002/06/08  12:35:46
-        Log: Explain at the top the situation in a nutshell;
-             remove the [561+] tags as redundant;
-             AmigaOS wasn't broken in 5.6.1, and still good in 5.7.2.
+[ 23637] By: rgs                                   on 2004/12/10  10:17:47
+        Log: Pod nit ([perl #32800])
      Branch: perl
-          ! pod/perldelta.pod
+          ! pod/perlfunc.pod
 ____________________________________________________________________________
-[ 17087] By: jhi                                   on 2002/06/08  12:25:15
-        Log: Subject: [Patch] perldelta for 5.8.0 RC1
-             From: lupe@lupe-christoph.de (Lupe Christoph)
-             Date: Sat, 8 Jun 2002 14:08:16 +0200
-             Message-ID: <20020608120816.GP14630@lupe-christoph.de>
+[ 23636] By: rgs                                   on 2004/12/10  10:02:12
+        Log: Subject: [PATCH] Test rt.perl.org 5900
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Thu, 9 Dec 2004 22:11:59 -0500
+             Message-ID: <20041210031159.GA7629@windhund.schwern.org>
      Branch: perl
-          ! pod/perldelta.pod
+          ! t/op/taint.t
 ____________________________________________________________________________
-[ 17086] By: jhi                                   on 2002/06/08  12:14:48
-        Log: Advertise the upcoming Win32::GetOSName().
+[ 23635] By: rgs                                   on 2004/12/10  09:51:44
+        Log: Subject: [PATCH] cleanup t/op/taint.t
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Fri, 10 Dec 2004 02:04:49 -0500
+             Message-ID: <20041210070448.GA22347@windhund.schwern.org>
+
+             Subject: [PATCH] Add todo_skip() to test.pl
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Fri, 10 Dec 2004 04:27:06 -0500
+             Message-ID: <20041210092706.GA23378@windhund.schwern.org>
      Branch: perl
-          ! pod/perlport.pod
+          ! t/op/taint.t t/test.pl
 ____________________________________________________________________________
-[ 17085] By: jhi                                   on 2002/06/08  12:11:27
-        Log: The lib/Win32.pod part of
-             
-             Subject: [DOC PATCH] Re: platform check (CODE PATCH : libwin32 )     
-             From: "Yves Orton" <demerphq@hotmail.com>
-             Date: Sat, 08 Jun 2002 00:27:25 +0200
-             Message-ID: <F209R6rPlHkg6WMaScm00017481@hotmail.com>
-             
-             (manually applied and tweaked) 
+[ 23634] By: nicholas                              on 2004/12/09  22:51:03
+        Log: Evade using @ in the 1 liner with some perl 1 syntax.
      Branch: perl
-          ! lib/Win32.pod
+          ! lib/Config.t
 ____________________________________________________________________________
-[ 17084] By: jhi                                   on 2002/06/08  11:46:36
-        Log: Subject: Doc patches: assorted minor nits
-             From: Philip Newton <Philip.Newton@gmx.net>
-             Date: Sat, 08 Jun 2002 11:08:12 +0200
-             Message-ID: <k7i3gu8g2tga411pc6mcfvsp9rql27m8kq@4ax.com>
+[ 23633] By: rgs                                   on 2004/12/09  18:50:16
+        Log: Subject: RE: [PATCH perl.h toke.c utf8.c] minor format clean up
+             From: Robin Barker <Robin.Barker@npl.co.uk>
+             Date: Wed, 1 Dec 2004 15:15:44 -0000
+             Message-ID: <533D273D4014D411AB1D00062938C4D90849C521@hotel.npl.co.uk>
      Branch: perl
-          ! pod/perldelta.pod pod/perlport.pod pod/perlvar.pod
+          ! perl.h
 ____________________________________________________________________________
-[ 17083] By: jhi                                   on 2002/06/08  11:44:59
-        Log: Subject: Re: doc bug in perldoc
-             From: Philip Newton <Philip.Newton@gmx.net>
-             Date: Sat, 08 Jun 2002 11:05:09 +0200
-             Message-ID: <c3i3guod7ps1u5iujokk509p43ob76815k@4ax.com>
+[ 23632] By: rgs                                   on 2004/12/09  17:12:12
+        Log: Subject: UTF8_ALLOW_ANYUV should not allow overlong sequences [PATCH]
+             From: Gisle Aas <gisle@activestate.com>
+             Date: 06 Dec 2004 02:59:24 -0800
+             Message-ID: <lrmzwrae0j.fsf_-_@caliper.activestate.com>
      Branch: perl
-          ! utils/perldoc.PL
+          ! utf8.h
 ____________________________________________________________________________
-[ 17082] By: jhi                                   on 2002/06/08  11:37:56
-        Log: Subject: Re: [ID 20020601.005] Storable: STORABLE_freeze mechanism leaks memory (unfreed SVs)
-             From: Radu Greab <radu@netsoft.ro>
-             Date: Sat, 8 Jun 2002 08:28:58 +0300
-             Message-ID: <15617.38426.603787.918922@ix.netsoft.ro>
+[ 23631] By: rgs                                   on 2004/12/09  16:03:01
+        Log: Subject: [PATCH] :encoding(utf8) broken in perl-5.8.6
+             From: Gisle Aas <gisle@ActiveState.com>
+             Date: 03 Dec 2004 06:09:19 -0800
+             Message-ID: <lrllcfeank.fsf_-_@caliper.activestate.com>
      Branch: perl
-          ! ext/Storable/Storable.xs
+          ! ext/PerlIO/t/encoding.t
 ____________________________________________________________________________
-[ 17081] By: jhi                                   on 2002/06/08  11:36:29
-        Log: Subject: [PATCH #2] Re: [PATCH] numeric.c:S_mulexp10 -- quit when you can
-             From: "Craig A. Berry" <craigberry@mac.com>
-             Date: Fri, 7 Jun 2002 22:55:34 -0500
-             Message-Id: <a05111b02b92724737054@[172.16.52.1]>
-             
-             Handle also underflow on non-IEEE.
+[ 23630] By: rgs                                   on 2004/12/09  15:49:07
+        Log: Upgrade to perldoc 3.14
      Branch: perl
-          ! numeric.c
+          ! lib/Pod/Perldoc.pm lib/Pod/Perldoc/ToMan.pm
 ____________________________________________________________________________
-[ 17080] By: sky                                   on 2002/06/08  10:06:05
-        Log: Fix for bug [ID 20020602.007].
-             Don't decrement the active flag until AFTER we have run perl_destruct
+[ 23629] By: rgs                                   on 2004/12/09  09:57:42
+        Log: Fix test to cope with the previous h2ph change.
      Branch: perl
-          ! ext/threads/threads.xs
+          ! t/lib/h2ph.pht
 ____________________________________________________________________________
-[ 17079] By: jhi                                   on 2002/06/08  01:38:50
-        Log: h2ph: evil linux/byteorder/pdp_endian.h
+[ 23628] By: rgs                                   on 2004/12/08  16:50:30
+        Log: Subject: [perl #32962] h2ph - use of local() in generated code
+             From: Peter.Dintelmann@dresdner-bank.com (via RT)
+             Date: 8 Dec 2004 15:49:32 -0000
+             Message-ID: <rt-3.0.11-32962-102394.11.065973521948@perl.org>
      Branch: perl
           ! utils/h2ph.PL
 ____________________________________________________________________________
-[ 17078] By: jhi                                   on 2002/06/08  01:14:45
-        Log: h2ph: more evilness in the form of Linux inline assembler.
+[ 23627] By: rgs                                   on 2004/12/08  16:19:38
+        Log: Subject: [PATCH] Re: [perl #32949] FileCache only works in "main" package
+             From: "Jos I. Boumans" <kane@xs4all.net>
+             Date: Wed, 8 Dec 2004 14:24:19 +0100
+             Message-Id: <7728A4F5-491C-11D9-9CA3-000A95EF62E2@xs4all.net>
      Branch: perl
-          ! utils/h2ph.PL
+          + lib/FileCache/t/06export.t
+          ! MANIFEST lib/FileCache.pm
 ____________________________________________________________________________
-[ 17077] By: jhi                                   on 2002/06/07  23:14:10
-        Log: h2ph: Solaris has LDBL_EPSILON 1.0842021724855044340075E-19L
-             (note the final L) for ia32 and ia64 long doubles.
+[ 23626] By: nicholas                              on 2004/12/07  23:39:46
+        Log: Avoid getting the stash name twice (at least visually, if not also
+             in the generated code)
      Branch: perl
-          ! utils/h2ph.PL
+          ! sv.c
 ____________________________________________________________________________
-[ 17076] By: jhi                                   on 2002/06/07  23:06:22
-        Log: perlivp: more header matching.
+[ 23624] By: rgs                                   on 2004/12/07  18:26:48
+        Log: Upgrade to Encode 2.09
      Branch: perl
-          ! utils/perlivp.PL
+          ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
+          ! ext/Encode/META.yml ext/Encode/Unicode/Unicode.xs
+          ! ext/Encode/t/Encode.t ext/Encode/t/fallback.t
 ____________________________________________________________________________
-[ 17075] By: jhi                                   on 2002/06/07  22:43:37
-        Log: Subject: Re: Major bug in Storable 2.03 with 5.6.1 (freeze & thaw hooks)
-             From: Nicholas Clark <nick@unfortu.net>
-             Date: Sat, 8 Jun 2002 00:39:22 +0100
-             Message-ID: <20020607233921.GE307@Bagpuss.unfortu.net>
+[ 23623] By: nicholas                              on 2004/12/07  15:27:09
+        Log: Revert part of the change to gv_fullname4(), as the change seems to
+             be fractionally slower. Re-investigation prompted by a comment from
+             Tim Bunce, who seems to be more on the ball than I am.
      Branch: perl
-          ! ext/Storable/ChangeLog ext/Storable/Storable.pm
+          ! gv.c
 ____________________________________________________________________________
-[ 17074] By: jhi                                   on 2002/06/07  22:33:29
-        Log: Subject: [PATCH] numeric.c:S_mulexp10 -- quit when you can
-             From: "Craig A. Berry" <craigberry@mac.com>
-             Date: Fri, 7 Jun 2002 18:29:31 -0500
-             Message-Id: <a05111b01b926db404884@[172.16.52.1]>
+[ 23622] By: steveh                                on 2004/12/07  10:50:26
+        Log: Update AUTHORS (for changes #23200 and #23621)
      Branch: perl
-          ! numeric.c
+          ! AUTHORS
 ____________________________________________________________________________
-[ 17073] By: jhi                                   on 2002/06/07  21:34:07
-        Log: Reunite the first .PHONY targets (based on Garry Williams'
-             reading of the GNU make manual).
+[ 23621] By: steveh                                on 2004/12/07  10:35:59
+        Log: Updates to README.win32 (aka perlwin32), with some changes.
+
+             Subject: Patch to README.win32 distributed with 5.8.6 for building under .net / MSVC7 (free)
+             From: Max Maischein <corion@corion.net>
+             Date: Sun, 05 Dec 2004 19:39:40 +0100
+             Message-ID: <41B355EC.9010505@corion.net>
      Branch: perl
-          ! Makefile.SH
+          ! README.win32
 ____________________________________________________________________________
-[ 17072] By: jhi                                   on 2002/06/07  20:59:14
-        Log: Subject: Re: [DOCPATCH] Thread.pm
-             From: Elizabeth Mattijsen <liz@dijkmat.nl>
-             Date: Fri, 07 Jun 2002 23:57:01 +0200
-             Message-Id: <4.2.0.58.20020607235418.02e23680@mickey.dijkmat.nl>
+[ 23620] By: rgs                                   on 2004/12/06  22:22:11
+        Log: Upgrade to Term::ANSIColor 1.09
      Branch: perl
-          ! lib/Thread.pm lib/Thread/Queue.pm lib/Thread/Semaphore.pm
+          ! lib/Term/ANSIColor.pm lib/Term/ANSIColor/ChangeLog
+          ! lib/Term/ANSIColor/README lib/Term/ANSIColor/test.pl
 ____________________________________________________________________________
-[ 17071] By: jhi                                   on 2002/06/07  20:51:15
-        Log: Subject: Re: Major bug in Storable 2.03 with 5.6.1 (freeze & thaw hooks)
-             From: Radu Greab <radu@netsoft.ro>
-             Date: Sat, 8 Jun 2002 00:49:02 +0300
-             Message-ID: <15617.10830.557640.430565@ix.netsoft.ro>
+[ 23619] By: rgs                                   on 2004/12/06  21:54:55
+        Log: Small addition to perlsec by Stas Bekman.
      Branch: perl
-          ! ext/Storable/t/recurse.t
+          ! pod/perlsec.pod
 ____________________________________________________________________________
-[ 17070] By: jhi                                   on 2002/06/07  19:36:16
-        Log: h2ph: the fp exponent does need to have an explicit sign.
+[ 23618] By: steveh                                on 2004/12/06  15:54:30
+        Log: Fix another Win32 breakage caused by change 23554
      Branch: perl
-          ! utils/h2ph.PL
+          ! t/win32/system.t
 ____________________________________________________________________________
-[ 17069] By: jhi                                   on 2002/06/07  19:28:52
-        Log: perlivp: tell what went wrong.
+[ 23617] By: nicholas                              on 2004/12/06  15:35:39
+        Log: Break out setting $^X into its own static function S_set_caret_X
      Branch: perl
-          ! utils/perlivp.PL
+          ! perl.c
 ____________________________________________________________________________
-[ 17068] By: jhi                                   on 2002/06/07  19:22:23
-        Log: perlivp: sometimes headers and symbols don't quite match.
+[ 23616] By: steveh                                on 2004/12/06  14:42:32
+        Log: Fix typo from change 23554 which screwed up Windows smokes
      Branch: perl
-          ! utils/perlivp.PL
+          ! win32/Makefile
 ____________________________________________________________________________
-[ 17067] By: jhi                                   on 2002/06/07  19:21:39
-        Log: h2ph: One more usage example.
+[ 23615] By: nicholas                              on 2004/12/06  14:39:59
+        Log: sanity check the arguments to runperl(), to try to avoid it
+             hanging waiting on STDIN for a script.
      Branch: perl
-          ! utils/h2ph.PL
+          ! t/test.pl
 ____________________________________________________________________________
-[ 17066] By: jhi                                   on 2002/06/07  19:05:22
-        Log: h2ph: Tru64 disassembler.h evilness: mixed C and Pascal.
+[ 23614] By: nicholas                              on 2004/12/06  13:41:45
+        Log: Remove spurious semicolons
+             (As these 2 are spare, I guess I should send them to Mark Rhodes
+             (former office mate) as he often said that he kept mislaying his)
      Branch: perl
-          ! utils/h2ph.PL
+          ! gv.h
 ____________________________________________________________________________
-[ 17065] By: nick                                  on 2002/06/07  18:21:36
-        Log: Integrate mainline
-     Branch: perlio
-         +> ext/IO/hints/sco.pl
-         !> (integrate 27 files)
+[ 23613] By: nicholas                              on 2004/12/06  13:10:24
+        Log: Tests for Config.pm much better now - toDONE
+     Branch: perl
+          ! pod/perltodo.pod
 ____________________________________________________________________________
-[ 17064] By: gsar                                  on 2002/06/07  18:04:39
-        Log: uname() was returning "unknown" on IA64; handle other missing
-             cases as well, and make any future unknown ones show up as
-             unknown(0x123).
+[ 23612] By: nicholas                              on 2004/12/06  13:01:36
+        Log: Turn gv_fullname3 and gv_efullname3 into macros that call
+             gv_fullname4 and gv_efullname4 directly, saving overhead.
      Branch: perl
-          ! win32/win32.c
+          ! embed.fnc embed.h gv.h proto.h
 ____________________________________________________________________________
-[ 17063] By: jhi                                   on 2002/06/07  16:12:20
-        Log: There are many ways to skin a Win32 (from Sarathy).
+[ 23611] By: merijn                                on 2004/12/06  12:00:10
+        Log: New Itanium servers
      Branch: perl
-          ! pod/perlport.pod
+          ! README.hpux
 ____________________________________________________________________________
-[ 17062] By: jhi                                   on 2002/06/07  14:39:05
-        Log: Typos spotted by Vadim.
+[ 23610] By: nicholas                              on 2004/12/06  10:35:00
+        Log: Check that @INC entries and %Config path entries are consistent.
      Branch: perl
-          ! pod/perlport.pod
+          ! lib/Config.t
 ____________________________________________________________________________
-[ 17061] By: jhi                                   on 2002/06/07  14:05:16
-        Log: Update Changes.
+[ 23609] By: nicholas                              on 2004/12/03  22:17:32
+        Log: gv_fullname4() can get rid of the main:: for us.
+             (well, actually, it never puts it in)
      Branch: perl
-          ! Changes patchlevel.h
+          ! op.c
 ____________________________________________________________________________
-[ 17060] By: jhi                                   on 2002/06/07  13:26:52
-        Log: Subject: Re: [PATCH] Small nit in perlxs.pod
-             From: lupe@lupe-christoph.de (Lupe Christoph)
-             Date: Fri, 7 Jun 2002 13:38:24 +0200
-             Message-ID: <20020607113824.GD24159@lupe-christoph.de>
+[ 23608] By: rgs                                   on 2004/12/03  21:51:45
+        Log: $foo::_ was wrongly forced as $main::_.
+             Since we still want "our $_" to be always forced to $main::_,
+             deplace the forcing code at our-pad allocation time.
+             (Making execution probably a tiny bit faster)
      Branch: perl
-          ! pod/perlxs.pod
+          ! gv.c op.c t/op/mydef.t
 ____________________________________________________________________________
-[ 17059] By: jhi                                   on 2002/06/07  13:25:35
-        Log: Subject: [PATCH] README.win32 and win32/makefile.mk differ
-             From: lupe@lupe-christoph.de (Lupe Christoph)
-             Date: Fri, 7 Jun 2002 13:36:51 +0200
-             Message-ID: <20020607113651.GC24159@lupe-christoph.de>
+[ 23607] By: nicholas                              on 2004/12/03  20:38:37
+        Log: Remove double checking of acceptable switches on tr/// ops.
      Branch: perl
-          ! README.win32
+          ! toke.c
 ____________________________________________________________________________
-[ 17058] By: jhi                                   on 2002/06/07  13:22:38
-        Log: gcc -Wall nit noticed by NI-S.
+[ 23606] By: nicholas                              on 2004/12/03  20:07:31
+        Log: use (c == '$' || c == '@' || c == '%') instead of strchr("$@%", c)
+             The latter gives larger code, is less clear and can't be any faster
      Branch: perl
-          ! pp.c
+          ! perl.c toke.c
 ____________________________________________________________________________
-[ 17057] By: jhi                                   on 2002/06/07  13:20:05
-        Log: Subject: Modification to Perl 5.6.1 source: ext/IO needs a hint
-             From: Andrew Hamm <AHamm@civica.com.au>
-             Date: Fri, 7 Jun 2002 17:11:24 +1000
-             Message-ID: <3BA45F696FAAD3118A520090276AD99C0135BE03@sansydnt01.sanderson.net.au>
+[ 23605] By: nicholas                              on 2004/12/03  18:56:31
+        Log: Small code tidy up in gv_fullname4
      Branch: perl
-          + ext/IO/hints/sco.pl
-          ! MANIFEST
+          ! gv.c
 ____________________________________________________________________________
-[ 17056] By: jhi                                   on 2002/06/07  13:14:44
-        Log: Integrate perlio:
-             
-             [ 17053]
-             Don't discard read data on flush if seek fails.
+[ 23604] By: nicholas                              on 2004/12/03  18:26:43
+        Log: There are clearer ways of saying m/^[ab]$/ than strchr("ab", c)
+             They seem to produce slightly smaller object code too.
      Branch: perl
-         !> perlio.c
+          ! gv.c
 ____________________________________________________________________________
-[ 17055] By: jhi                                   on 2002/06/07  13:01:19
-        Log: s/MacOS/Mac OS/g; # (when the name of the os, not when $^O) Pudge
+[ 23603] By: nicholas                              on 2004/12/03  17:02:43
+        Log: Fix a typo in an assert(). It helps to compile with -DDEBUGGING
      Branch: perl
-          ! pod/perl561delta.pod pod/perl570delta.pod pod/perl571delta.pod
-          ! pod/perl572delta.pod pod/perldelta.pod pod/perlfaq3.pod
-          ! pod/perlfunc.pod pod/perlintro.pod pod/perlpodspec.pod
-          ! pod/perlport.pod pod/perltoot.pod
+          ! perl.c
 ____________________________________________________________________________
-[ 17054] By: jhi                                   on 2002/06/07  12:38:09
-        Log: More Winlore from Vadim.
+[ 23602] By: nicholas                              on 2004/12/03  15:50:15
+        Log: Pull out the duplicateded push @INC, $_ if -e $_ code from
+             S_pushinc into a new function S_pushinc_if_exists
+             Avoid the SV copy when pushing onto @INC by creating a new scratch
+             SV each time a push is done.
      Branch: perl
-          ! pod/perlport.pod
+          ! perl.c
 ____________________________________________________________________________
-[ 17053] By: nick                                  on 2002/06/07  10:11:51
-        Log: Don't discard read data on flush if seek fails.
-     Branch: perlio
-          ! perlio.c
+[ 23601] By: nicholas                              on 2004/12/02  22:35:34
+        Log: Subject: [PATCH] configure.com: no more CONFIG=true
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Message-ID: <41AF87BA.1080108@mac.com>
+             Date: Thu, 02 Dec 2004 15:23:06 -0600
+     Branch: perl
+          ! configure.com
 ____________________________________________________________________________
-[ 17052] By: jhi                                   on 2002/06/07  01:34:48
-        Log: Subject: Re: Major bug in Storable 2.03 with 5.6.1 (freeze & thaw hooks)
-             From: Radu Greab <radu@netsoft.ro>
-             Date: Fri, 7 Jun 2002 05:17:58 +0300
-             Message-ID: <15616.6102.89472.9852@ix.netsoft.ro>
+[ 23598] By: nicholas                              on 2004/12/01  23:13:32
+        Log: 2 new BeOS files were missing
      Branch: perl
-          ! ext/Storable/Storable.xs
+          ! MANIFEST
 ____________________________________________________________________________
-[ 17051] By: jhi                                   on 2002/06/07  01:31:56
-        Log: Split in two the .PHONY target so that makes without .PHONY
-             when invoked as "make" won't wander off into the targets "compile
-             translator utilities" and instead stay in the "all" target.
-             Diagnosed by Garry Williams.
+[ 23592] By: nicholas                              on 2004/12/01  18:54:14
+        Log: Subject: [PATCH] Makefile.SH: de-parallelise mktables
+             From: Jarkko Hietaniemi <jhi@iki.fi>
+             Message-ID: <41ADFD95.4030007@iki.fi>
+             Date: Wed, 01 Dec 2004 19:21:25 +0200
      Branch: perl
           ! Makefile.SH
 ____________________________________________________________________________
-[ 17050] By: jhi                                   on 2002/06/06  20:57:11
-        Log: Retract #16892 now that we have #17022.
+[ 23588] By: nicholas                              on 2004/12/01  16:52:45
+        Log: &test in constant.t is vestigial, so amputate it.
      Branch: perl
-          ! lib/Cwd.pm
+          ! lib/constant.t
 ____________________________________________________________________________
-[ 17049] By: jhi                                   on 2002/06/06  20:27:02
-        Log: Update the SUPER-UX situation.
+[ 23587] By: nicholas                              on 2004/12/01  16:35:10
+        Log: Tidy up the reference name stringification to save getting the
+             hash name twice. Pleasant side effect is 44 byte smaller object
+             file. (A small win is still a win)
      Branch: perl
-          ! pod/perldelta.pod
+          ! sv.c
 ____________________________________________________________________________
-[ 17048] By: jhi                                   on 2002/06/06  20:13:53
-        Log: More Windows wisdom from Sarathy;
-             remove old UTS entry; add SUPER-UX.
+[ 23584] By: merijn                                on 2004/12/01  13:44:24
+        Log: Subject: [perl #32717] BeOS specific Updates
+             Date: 30 Nov 2004 15:38:32 -0000
+             From: Ingo Weinhold (via RT) <perlbug-followup@perl.org>
+             Message-ID: <rt-3.0.11-32717-101307.19.7097750538509@perl.org>
      Branch: perl
-          ! pod/perlport.pod
+          + beos/beos_flock_server.cpp beos/beos_flock_server.h
+          ! beos/beos.c beos/beosish.h ext/Errno/Errno_pm.PL
+          ! ext/File/Glob/t/basic.t hints/beos.sh lib/ExtUtils/t/MM_BeOS.t
+          ! lib/Tie/File/t/16_handle.t perl.c t/op/magic.t
 ____________________________________________________________________________
-[ 17047] By: jhi                                   on 2002/06/06  20:10:14
-        Log: Windows wisdom from Sarathy.
+[ 23583] By: merijn                                on 2004/12/01  13:29:18
+        Log: Subject: [PATCH] add -I../lib to VMS build to find Config_heavy.pl
+             Date: Wed, 01 Dec 2004 07:24:45 -0600
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Message-ID: <41ADC61D.8010407@mac.com>
      Branch: perl
-          ! pod/perlvar.pod
+          ! vms/descrip_mms.template
 ____________________________________________________________________________
-[ 17046] By: rgs                                   on 2002/06/06  19:33:23
-        Log: The perlio warnings are not mandatory.
+[ 23581] By: rgs                                   on 2004/12/01  13:01:55
+        Log: MANIFEST.SKIP is missing from the list of files that come
+             with MakeMaker
      Branch: perl
-          ! pod/perldiag.pod
+          ! Porting/Maintainers.pl
 ____________________________________________________________________________
-[ 17045] By: jhi                                   on 2002/06/06  19:09:52
-        Log: Typolice.
+[ 23577] By: nicholas                              on 2004/11/30  16:40:06
+        Log: Add placeholders for the new strlcat and strlcpy entries in
+             config.sh, to ensure that the config.h generated for cross-
+             compilation will still work.
      Branch: perl
-          ! utils/c2ph.PL x2p/s2p.PL
+          ! Cross/config.sh-arm-linux
 ____________________________________________________________________________
-[ 17044] By: jhi                                   on 2002/06/06  18:57:39
-        Log: Document that $^O in Win32 is a bit lacking in details.
+[ 23575] By: nicholas                              on 2004/11/30  15:32:17
+        Log: Let pod/buildtoc resort the MANIFEST the way it wants it
      Branch: perl
-          ! pod/perlvar.pod
-____________________________________________________________________________
-[ 17043] By: nick                                  on 2002/06/06  18:51:48
-        Log: Integrate mainline
-     Branch: perlio
-         !> NetWare/Makefile NetWare/NWUtil.c NetWare/bat/Buildtype.bat
-         !> NetWare/bat/SetCodeWar.bat NetWare/bat/SetNWBld.bat
-         !> NetWare/bat/Setnlmsdk.bat NetWare/bat/ToggleD2.bat
-         !> NetWare/t/NWScripts.pl lib/Thread.pm pod/perldelta.pod
-         !> pod/perldiag.pod pod/perlguts.pod pod/perlthrtut.pod
-         !> utils/c2ph.PL x2p/a2p.h x2p/s2p.PL
+          ! MANIFEST
 ____________________________________________________________________________
-[ 17042] By: jhi                                   on 2002/06/06  18:49:22
-        Log: Win32 is not an OS.
+[ 23574] By: nicholas                              on 2004/11/30  15:31:14
+        Log: Add perl586delta.pod to all the necessary makefiles and tables of
+             contents.
      Branch: perl
-          ! pod/perlport.pod
+          ! pod.lst pod/perl.pod pod/perltoc.pod vms/descrip_mms.template
+          ! win32/pod.mak
 ____________________________________________________________________________
-[ 17041] By: jhi                                   on 2002/06/06  18:18:11
-        Log: The Makefile.SH part of
-             
-             Subject: [PATCH] corrections to Config.pm
-             From: Robin Barker <rmb1@cise.npl.co.uk>
-             Date: Thu, 6 Jun 2002 18:05:17 +0100 (BST)
-             Message-Id: <200206061705.SAA12213@tempest.npl.co.uk>
-             
-             and regen Configure.
+[ 23571] By: merijn                                on 2004/11/30  15:11:01
+        Log: Subject: Re: [PATCH] Re: Smoke [5.9.2] 23566 FAIL(X) openbsd 3.6 (i386/1 cpu)
+             Date: Tue, 30 Nov 2004 09:29:06 -0600
+             From: Steve Peters <steve@fisharerojo.org>
+             Message-ID: <20041130152906.GA555@mccoy.peters.homeunix.org>
      Branch: perl
-          ! Configure Makefile.SH Porting/config.sh Porting/config_H
+          ! hints/openbsd.sh
 ____________________________________________________________________________
-[ 17040] By: jhi                                   on 2002/06/06  17:46:20
-        Log: Supported platforms tweaks.
+[ 23570] By: nicholas                              on 2004/11/30  14:57:53
+        Log: Integrate perlhist entries for 5.8.6 and its perldelta to blead
      Branch: perl
-          ! pod/perlport.pod
+         +> pod/perl586delta.pod
+          ! MANIFEST
+         !> pod/perlhist.pod
 ____________________________________________________________________________
-[ 17039] By: jhi                                   on 2002/06/06  16:13:15
-        Log: Update the 5.005-threads failure list.
+[ 23568] By: rgs                                   on 2004/11/30  13:02:16
+        Log: Protection against trailing spaces in embed.fnc
      Branch: perl
-          ! pod/perldelta.pod
+          ! autodoc.pl embed.pl
 ____________________________________________________________________________
-[ 17038] By: jhi                                   on 2002/06/06  16:10:24
-        Log: Make pstruct and psed appear also on platforms with
-             $Config{d_link} but filesystems without link() (like FAT).
-             Should deal with [ID 20020602.003] and
-             "RC1 for MSWin32-x86-multi-thread build bug report".
-             Diagnosis by Sarathy.
+[ 23567] By: rgs                                   on 2004/11/30  12:57:30
+        Log: Remove trailing whitespace that found their way in the docs
+             (spotted by Stas Bekman)
      Branch: perl
-          ! utils/c2ph.PL x2p/s2p.PL
+          ! embed.fnc pod/perlapi.pod proto.h
 ____________________________________________________________________________
-[ 17037] By: jhi                                   on 2002/06/06  15:20:14
-        Log: Subject: [PATCH] Thread.pm
-             From: Elizabeth Mattijsen <liz@dijkmat.nl>
-             Date: Thu, 06 Jun 2002 10:47:36 +0200
-             Message-Id: <4.2.0.58.20020606104435.01858590@mickey.dijkmat.nl>
+[ 23566] By: rgs                                   on 2004/11/29  12:30:31
+        Log: Upgrade to Test::Simple 0.53
      Branch: perl
-          ! lib/Thread.pm
+          + lib/Test/Simple/t/circular_data.t
+          + lib/Test/Simple/t/overload_threads.t
+          + lib/Test/Simple/t/plan_bad.t
+          + lib/Test/Simple/t/plan_shouldnt_import.t
+          + lib/Test/Simple/t/require_ok.t lib/Test/Simple/t/sort_bug.t
+          ! MANIFEST lib/Test/Builder.pm lib/Test/More.pm
+          ! lib/Test/Simple.pm lib/Test/Simple/Changes
+          ! lib/Test/Simple/README lib/Test/Simple/TODO
+          ! lib/Test/Simple/t/00signature.t lib/Test/Simple/t/More.t
+          ! lib/Test/Simple/t/diag.t lib/Test/Simple/t/fail_one.t
+          ! lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/overload.t
+          ! lib/Test/Simple/t/todo.t t/lib/TieOut.pm
 ____________________________________________________________________________
-[ 17036] By: jhi                                   on 2002/06/06  15:07:32
-        Log: Rafael noticed a bug in the explanation of #17035.
+[ 23564] By: nicholas                              on 2004/11/28  16:13:56
+        Log: Skip generating all the code to deal with "" strings in config.sh
+             if there aren't any. '' only code is much simpler.
      Branch: perl
-          ! pod/perldiag.pod
+          ! configpm
 ____________________________________________________________________________
-[ 17035] By: jhi                                   on 2002/06/06  13:18:20
-        Log: Give more detailed explanation of open(FH, ">:foobar") failure.
+[ 23563] By: nicholas                              on 2004/11/28  15:00:15
+        Log: Given that there is a pre-built cache, no need for @v_fast
      Branch: perl
-          ! pod/perldiag.pod
+          ! configpm
 ____________________________________________________________________________
-[ 17034] By: jhi                                   on 2002/06/06  12:59:19
-        Log: Subject: [DOCPATCH] perlthtut.pod
-             From: Elizabeth Mattijsen <liz@dijkmat.nl>
-             Date: Thu, 06 Jun 2002 10:40:02 +0200
-             Message-Id: <4.2.0.58.20020606103854.0191b320@mickey.dijkmat.nl>
+[ 23562] By: nicholas                              on 2004/11/28  13:56:30
+        Log: The byteorder code doesn't need to be in Config.pm if byteorder
+             isn't actually a frequently looked up value.
      Branch: perl
-          ! pod/perlthrtut.pod
+          ! configpm
 ____________________________________________________________________________
-[ 17033] By: jhi                                   on 2002/06/06  12:56:57
-        Log: NetWare update from Ananth Kesari.
+[ 23561] By: nicholas                              on 2004/11/28  13:20:39
+        Log: Need to stub the public functions to keep some existing code
+             working.
+             No need to keep $Config_SH around in memory when we can easily
+             re-create it.
      Branch: perl
-          ! NetWare/Makefile NetWare/NWUtil.c NetWare/bat/Buildtype.bat
-          ! NetWare/bat/SetCodeWar.bat NetWare/bat/SetNWBld.bat
-          ! NetWare/bat/Setnlmsdk.bat NetWare/bat/ToggleD2.bat
-          ! NetWare/t/NWScripts.pl x2p/a2p.h
+          ! configpm
 ____________________________________________________________________________
-[ 17032] By: jhi                                   on 2002/06/06  12:47:34
-        Log: Integrate perlio:
-             
-             [ 17030]
-             doio.c tweaks
-             - see SV passed to dup type open "looks_like__number"
-             - apply layers to pipe opens.
+[ 23558] By: nicholas                              on 2004/11/27  23:06:41
+        Log: Generate the precached %Config entries based on some empirical
+             data, rather than just guesswork.
      Branch: perl
-         !> doio.c
+          ! Makefile.SH configpm
 ____________________________________________________________________________
-[ 17031] By: ams                                   on 2002/06/06  11:49:13
-        Log: Subject: [PATCH] perlguts.pod
-             From: Nicholas Clark <nick@ccl4.org>
-             Date: Thu, 6 Jun 2002 11:29:19 +0100
-             Message-Id: <20020606112919.P22873@plum.flirble.org>
+[ 23557] By: nicholas                              on 2004/11/27  21:26:42
+        Log: Subject: [PATCH] Re: getting Config.pm on a diet
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Message-ID: <41A8F225.7080902@mac.com>
+             Date: Sat, 27 Nov 2004 15:31:17 -0600
      Branch: perl
-          ! pod/perlguts.pod
-____________________________________________________________________________
-[ 17030] By: nick                                  on 2002/06/06  07:26:11
-        Log: doio.c tweaks
-             - see SV passed to dup type open "looks_like__number"
-             - apply layers to pipe opens.
-     Branch: perlio
-          ! doio.c
-____________________________________________________________________________
-[ 17029] By: nick                                  on 2002/06/06  06:32:35
-        Log: Integrate mainline
-     Branch: perlio
-         !> AUTHORS Changes README.beos doio.c ext/DB_File/t/db-btree.t
-         !> ext/DB_File/t/db-recno.t lib/Pod/Html.pm
-         !> lib/Tie/File/t/16_handle.t patchlevel.h perl.c
-         !> pod/perldelta.pod pod/perlfunc.pod pod/perlport.pod pp.c
-         !> t/op/arith.t t/op/tie.t utils/perldoc.PL
+          ! vms/descrip_mms.template
 ____________________________________________________________________________
-[ 17028] By: jhi                                   on 2002/06/06  02:40:12
-        Log: With -Ud_stdstdio perl -v and perl -h didn't flush their
-             output buffers because they exited with PerlProc_exit()
-             instead of my_exit() (from Andy Dougherty)
+[ 23555] By: nicholas                              on 2004/11/27  17:28:47
+        Log: Hateful cAsE iNsEnSiTiVe file systems
      Branch: perl
-          ! perl.c
+          ! configpm
 ____________________________________________________________________________
-[ 17027] By: jhi                                   on 2002/06/06  01:38:50
-        Log: BeOS status update; all platforms status update.
+[ 23554] By: nicholas                              on 2004/11/27  16:56:35
+        Log: Put Config.pm on a diet. 3K rather than 32K
+             configpm now generates 2 files, a small Config.pm containing the
+             commonly used functions and values, which AUTOLOADs a
+             Config_heavy.pl containing anything else needed.
+             The "common" values in the small Config.pm may need some
+             tweaking, based on real world data.
      Branch: perl
-          ! README.beos pod/perlport.pod
+          ! Makefile.SH configpm vms/descrip_mms.template win32/Makefile
+          ! win32/makefile.mk
 ____________________________________________________________________________
-[ 17026] By: jhi                                   on 2002/06/06  01:25:13
-        Log: Subject: [PATCH lib/Pod/Html.pm] anchors fix
-             From: Stas Bekman <stas@stason.org>
-             Date: Wed, 05 Jun 2002 15:26:02 +0800
-             Message-ID: <3CFDBD0A.8090505@stason.org>      
+[ 23550] By: nicholas                              on 2004/11/27  14:43:37
+        Log: Clarify the return values of pos, particularly 0 and undef, as
+             suggested by Stas Bekman
      Branch: perl
-          ! lib/Pod/Html.pm
+          ! pod/perlfunc.pod
 ____________________________________________________________________________
-[ 17025] By: jhi                                   on 2002/06/05  23:48:28
-        Log: Subject: [PATCH perl@17014] t/op/arith.t -- don't test infinity if it doesn't exist
-             From: "Craig A. Berry" <craigberry@mac.com>
-             Date: Wed, 05 Jun 2002 17:31:18 -0500
-             Message-Id: <5.1.1.5.0.20020605171901.021cb8b8@exchi01>
+[ 23549] By: nicholas                              on 2004/11/27  14:24:21
+        Log: Document the interaction of PERL_USE_SAVE_PUTENV and
+             PL_use_safe_putenv, based on text by Stas Bekman
      Branch: perl
-          ! t/op/arith.t
+          ! INSTALL
 ____________________________________________________________________________
-[ 17024] By: jhi                                   on 2002/06/05  23:47:14
-        Log: MacOS X 10.1.5 still failing the DB tests.
+[ 23548] By: rgs                                   on 2004/11/26  17:20:46
+        Log: Subject: [perl #32639] [PATCH] Bug in Term::Complete Module with $_ Usage
+             From: "Steve Peters via RT" <perlbug-followup@perl.org>
+             Date: 26 Nov 2004 17:14:33 -0000
+             Message-ID: <rt-3.0.11-32639-101066.11.6172971744206@perl.org>
      Branch: perl
-          ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-recno.t
-          ! pod/perldelta.pod
+          ! lib/Term/Complete.pm
 ____________________________________________________________________________
-[ 17023] By: jhi                                   on 2002/06/05  21:57:09
-        Log: Address the second half of
-             
-             Subject: [ID 20020604.006] Pipe opens do not support I/O layers
-             From: jv@squirrel.nl (Johan Vromans)
-             Date: Tue,  4 Jun 2002 23:01:44 +0200 (CEST)
-             Message-Id: <20020604210144.3A87A8B6B3@phoenix.squirrel.nl>
-             
-             so that multiarg piped opens only accept optional whitespace
-             after the "|-".  If and when perlio discipline awareness added
-             to |-, the now added code branch will grow.
-             
-             No test case because hard to think of anything even remotely
-             portable.
+[ 23547] By: rgs                                   on 2004/11/26  15:16:59
+        Log: Freak out if h2ph has to translate a macro that   contains assembly code.
+
+             Subject: [PATCH] h2ph vs __asm__
+             From: Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com>
+             Date: Thu, 25 Nov 2004 17:24:43 +0100
+             Message-ID: <20041125172443.757a4833@dhcp123.mandrakesoft.com>
      Branch: perl
-          ! doio.c
+          ! utils/h2ph.PL
 ____________________________________________________________________________
-[ 17022] By: jhi                                   on 2002/06/05  20:48:18
-        Log: Subject: Re: local tied hash slices & stray keys (was Re: Cwd breakage)
-             From: Doug MacEachern <dougm@covalent.net>
-             Date: Mon, 3 Jun 2002 08:27:56 -0700 (PDT)
-             Message-ID: <Pine.LNX.4.33.0206030822330.2695-100000@mako.covalent.net>
-             
-             (plus a test expanded from Schwern's [ID 20020602.006])
+[ 23546] By: rgs                                   on 2004/11/26  15:07:47
+        Log: Doc nit for B::Lint
+             Subject: [PATCH] B::Lint
+             From: Andy Lester <andy@petdance.com>
+             Date: Fri, 26 Nov 2004 00:30:48 -0600
+             Message-ID: <20041126063048.GA10161@petdance.com>
      Branch: perl
-          ! pp.c t/op/tie.t
+          ! ext/B/B/Lint.pm
 ____________________________________________________________________________
-[ 17021] By: jhi                                   on 2002/06/05  19:56:33
-        Log: Subject: doc bug in perldoc
-             From: Tim Jenness <t.jenness@jach.hawaii.edu>
-             Date: Wed, 5 Jun 2002 09:47:31 -1000 (HST)
-             Message-ID: <Pine.LNX.4.44.0206050941191.29367-100000@lapaki>
+[ 23545] By: nicholas                              on 2004/11/26  12:33:34
+        Log: The change to the internal representation introduced a bug whereby
+             the key returned by FIRSTKEY had an erroneous leading newline.
+             EXISTS was also buggy.
      Branch: perl
-          ! utils/perldoc.PL
+          ! configpm lib/Config.t
 ____________________________________________________________________________
-[ 17020] By: jhi                                   on 2002/06/05  19:55:00
-        Log: AUTHORS updates; perldelta blame^Wfame additions.
+[ 23544] By: nicholas                              on 2004/11/26  11:29:21
+        Log: Make configpm and the generated Config.pm strict and warnings
+             clean.
      Branch: perl
-          ! AUTHORS pod/perldelta.pod
+          ! configpm
 ____________________________________________________________________________
-[ 17019] By: jhi                                   on 2002/06/05  19:08:00
-        Log: Mention Carp enhancements.
+[ 23543] By: steveh                                on 2004/11/26  10:56:12
+        Log: Fix Win32 breakage caused by changes 23535/23542.
      Branch: perl
-          ! pod/perldelta.pod
+          ! lib/Config.t
 ____________________________________________________________________________
-[ 17018] By: sky                                   on 2002/06/05  18:49:10
-        Log: Update text slightly and update links to threads.pm instead of Thread.pm
+[ 23542] By: nicholas                              on 2004/11/25  23:41:05
+        Log: Generate the virtual entries at Config.pm build time, as they
+             don't change. This lets us get rid of the entire "fetch_virtual"
+             baggage, and makes the config_re lookup work for the virtual
+             entries.
      Branch: perl
-          ! pod/perlfunc.pod
+          ! configpm lib/Config.t
 ____________________________________________________________________________
-[ 17017] By: rgs                                   on 2002/06/05  18:32:11
-        Log: Remove a comma and a few whitespaces.
+[ 23541] By: nicholas                              on 2004/11/25  22:50:15
+        Log: Cheat. (Add a leading newline, and so remove all the special
+             casing for "if we're at the start of $Config_SH")
      Branch: perl
-          ! pod/perlfunc.pod
+          ! configpm lib/Config.t
 ____________________________________________________________________________
-[ 17016] By: rgs                                   on 2002/06/05  18:28:50
-        Log: $^O is 'beos' on BeOS
+[ 23538] By: nicholas                              on 2004/11/25  21:37:23
+        Log: Add an exists test for the things we loop over
      Branch: perl
-          ! lib/Tie/File/t/16_handle.t
+          ! lib/Config.t
 ____________________________________________________________________________
-[ 17015] By: nick                                  on 2002/06/05  15:11:00
-        Log: Integrate mainline (for Configure)
-     Branch: perlio
-         !> Configure Porting/Glossary Porting/config.sh Porting/config_H
-         !> ext/Encode/lib/Encode/Alias.pm ext/PerlIO/t/encoding.t
-         !> hints/linux.sh myconfig.SH pod/perldelta.pod
+[ 23537] By: nicholas                              on 2004/11/25  21:33:23
+        Log: The first entry in the virtual config.sh is special cased. So
+             test it.
+     Branch: perl
+          ! lib/Config.t
 ____________________________________________________________________________
-[ 17014] By: jhi                                   on 2002/06/05  13:53:51
-        Log: Update Changes.
+[ 23536] By: nicholas                              on 2004/11/25  21:00:56
+        Log: Make $Config{libs_nolargefiles} and
+             $Config{libswanted_nolargefiles} work. (For the first time)
      Branch: perl
-          ! Changes patchlevel.h
+          ! configpm lib/Config.t
 ____________________________________________________________________________
-[ 17013] By: jhi                                   on 2002/06/05  13:41:02
-        Log: Mention the flakiness of AIX' make.
+[ 23535] By: nicholas                              on 2004/11/25  20:10:43
+        Log: Test the currently working virtual %Config entries
      Branch: perl
-          ! pod/perldelta.pod
+          ! lib/Config.t
 ____________________________________________________________________________
-[ 17012] By: jhi                                   on 2002/06/05  13:40:45
-        Log: metaconfig unit change for #17011.
-     Branch: metaconfig
-          ! U/installdirs/inc_version_list.U
+[ 23534] By: rgs                                   on 2004/11/24  16:09:42
+        Log: Subject: RC1 pod fix #anchor
+             From: Stas Bekman <stas@stason.org>
+             Date: Wed, 24 Nov 2004 10:57:21 -0500
+             Message-ID: <41A4AF61.9080408@stason.org>
+     Branch: perl
+          ! pod/perlrun.pod
 ____________________________________________________________________________
-[ 17011] By: jhi                                   on 2002/06/05  13:23:59
-        Log: Subject: [ID 20020604.009] [jason@openinformatics.com (Jason E. Stewart)] RC1 buglet in Configure
-             From: jason@openinformatics.com (Jason E. Stewart)
-             Date: 04 Jun 2002 16:42:32 -0600
-             Message-Id: <87d6v6wtrb.fsf@openinformatics.com>
-             
-             Unexpanded $prefix.
+[ 23533] By: rgs                                   on 2004/11/24  16:07:38
+        Log: Subject: [patch pod/perlipc] use POSIX; w/o () is a bad idea
+             From: Stas Bekman <stas@stason.org>
+             Date: Wed, 24 Nov 2004 11:25:14 -0500
+             Message-ID: <41A4B5EA.3020804@stason.org>
      Branch: perl
-          ! Configure
+          ! pod/perlipc.pod
 ____________________________________________________________________________
-[ 17010] By: jhi                                   on 2002/06/05  13:16:49
-        Log: glibc version is more a library issue than a compiler issue.
+[ 23532] By: rgs                                   on 2004/11/24  14:47:31
+        Log: Subject: [perl #3242] [PATCH]No error on assignment to $>
+             From: "Steve Peters via RT" <perlbug-followup@perl.org>
+             Date: 21 Nov 2004 04:38:09 -0000
+             Message-ID: <rt-3.0.11-3242-100676.6.32723019025057@perl.org>
      Branch: perl
-          ! myconfig.SH
+          ! pod/perlvar.pod
 ____________________________________________________________________________
-[ 17009] By: jhi                                   on 2002/06/05  13:07:01
-        Log: Subject: [Encode PATCH] spurious warning
-             From: Nicholas Clark <nick@unfortu.net>
-             Date: Sun, 2 Jun 2002 20:26:22 +0100
-             Message-ID: <20020602192619.GA320@Bagpuss.unfortu.net>
+[ 23531] By: nicholas                              on 2004/11/24  11:50:28
+        Log: Wrap some long lines
      Branch: perl
-          ! ext/Encode/lib/Encode/Alias.pm ext/PerlIO/t/encoding.t
+          ! lib/Config.t
 ____________________________________________________________________________
-[ 17008] By: jhi                                   on 2002/06/05  13:03:19
-        Log: Show gnulibc_version in myconfig. 
+[ 23528] By: rgs                                   on 2004/11/23  13:35:34
+        Log: Fix for bug: [perl #32562] __PACKAGE__ symbol has wrong value
+             after eval or require
      Branch: perl
-          ! myconfig.SH
+          ! t/comp/package.t toke.c
 ____________________________________________________________________________
-[ 17007] By: jhi                                   on 2002/06/05  12:59:31
-        Log: Regen Glossary for #16991.
+[ 23527] By: rgs                                   on 2004/11/23  10:20:02
+        Log: Subject: Re: [perl #32486] error in documentation for POSIX::pipe
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Fri, 19 Nov 2004 14:28:56 -0500
+             Message-ID: <20041119192856.GA4769@windhund.schwern.org>
      Branch: perl
-          ! Porting/Glossary Porting/config.sh Porting/config_H
+          ! ext/POSIX/POSIX.pod
 ____________________________________________________________________________
-[ 17006] By: jhi                                   on 2002/06/05  12:44:45
-        Log: More for #16991.
+[ 23526] By: rgs                                   on 2004/11/23  09:26:03
+        Log: Subject: [perl #3422] [PATCH] CHECK routine called after syntax error
+             From: "Steve Peters via RT" <perlbug-followup@perl.org>
+             Date: 23 Nov 2004 00:04:24 -0000
+             Message-ID: <rt-3.0.11-3422-100830.4.45764701781506@perl.org>
      Branch: perl
-          ! hints/linux.sh
+          ! ext/B/B/Deparse.pm
 ____________________________________________________________________________
-[ 17005] By: nick                                  on 2002/06/05  07:23:22
-        Log: Integrate mainline
-     Branch: perlio
-         +> ext/Thread/README.threads
-          - README.threads
-         !> (integrate 81 files)
+[ 23525] By: rgs                                   on 2004/11/23  09:09:57
+        Log: Subject: [PATCH] warnings.t portability tweaks
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Sat, 20 Nov 2004 10:29:47 -0600
+             Message-ID: <419F70FB.7000100@mac.com>
+     Branch: perl
+          ! t/lib/warnings/9uninit t/lib/warnings/perlio
 ____________________________________________________________________________
-[ 17004] By: jhi                                   on 2002/06/05  03:35:24
-        Log: FAQ sync.
+[ 23523] By: nicholas                              on 2004/11/20  22:17:18
+        Log: Assimilate Test-Simple 0.50
      Branch: perl
-          ! pod/perlfaq6.pod
+          + lib/Test/Simple/TODO lib/Test/Simple/t/00signature.t
+          + lib/Test/Simple/t/00test_harness_check.t
+          + lib/Test/Simple/t/eq_set.t lib/Test/Simple/t/extra_one.t
+          + lib/Test/Simple/t/fail_one.t
+          + lib/Test/Simple/t/harness_active.t lib/Test/Simple/t/no_diag.t
+          + lib/Test/Simple/t/overload.t lib/Test/Simple/t/reset.t
+          + lib/Test/Simple/t/thread_taint.t t/lib/NoExporter.pm
+          ! MANIFEST lib/Test/Builder.pm lib/Test/More.pm
+          ! lib/Test/Simple.pm lib/Test/Simple/Changes
+          ! lib/Test/Simple/README lib/Test/Simple/t/More.t
+          ! lib/Test/Simple/t/diag.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/has_plan2.t
+          ! lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/missing.t
+          ! lib/Test/Simple/t/output.t lib/Test/Simple/t/plan_is_noplan.t
+          ! lib/Test/Simple/t/plan_no_plan.t lib/Test/Simple/t/threads.t
+          ! lib/Test/Simple/t/todo.t lib/Test/Simple/t/use_ok.t
+          ! lib/Test/Tutorial.pod t/lib/Test/Simple/Catch.pm
+          ! t/lib/TieOut.pm
 ____________________________________________________________________________
-[ 17003] By: jhi                                   on 2002/06/05  01:56:00
-        Log: Subject: [ID 20020602.004] threads::shared::queue new nit
-             From: Elizabeth Mattijsen <liz@dijkmat.nl>
-             Date: Sun, 02 Jun 2002 21:36:05 +0200
-             Message-Id: <4.2.0.58.20020602213520.027cf9d0@mickey.dijkmat.nl>
+[ 23520] By: nicholas                              on 2004/11/20  14:21:28
+        Log: genuine possible buffer problems spotted by flawfinder
      Branch: perl
-          ! ext/threads/shared/queue.pm
+          ! regcomp.c util.c
 ____________________________________________________________________________
-[ 17002] By: jhi                                   on 2002/06/05  01:47:02
-        Log: Subject: [ID 20020603.010] One more failed test on BeOS 5
-             From: "Daniel Berger" <djberg96@attbi.com>
-             Date: Mon, 03 Jun 2002 19:18:38 GMT
-             Message-Id: <20020604001258.MELY2751.rwcrmhc52.attbi.com@tiberius.mn.ipsvc.net>
+[ 23519] By: rgs                                   on 2004/11/19  14:48:35
+        Log: Make "err" a weak keyword;
+             that is, it will be overriden by any sub named "err", except when
+             really an operator is expected at this point. ([perl #32347])
      Branch: perl
-          ! README.beos
+          ! t/op/dor.t toke.c
 ____________________________________________________________________________
-[ 17001] By: jhi                                   on 2002/06/05  01:44:40
-        Log: Subject: One more sorry for Oracle
-             From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
-             Date: Tue, 04 Jun 2002 10:02:17 +0200
-             Message-Id: <20020604100132.159C.H.M.BRAND@hccnet.nl>
-             
-             (modified)
+[ 23518] By: rgs                                   on 2004/11/19  09:22:33
+        Log: Subject: [perl #32486] error in documentation for POSIX::pipe
+             From: chris@ex-parrot.com (via RT) <perlbug-followup@perl.org>
+             Date: 18 Nov 2004 18:09:54 -0000
+             Message-ID: <rt-3.0.11-32486-100537.1.04456486825399@perl.org>
      Branch: perl
-          ! README.hpux
+          ! ext/POSIX/POSIX.pod
 ____________________________________________________________________________
-[ 17000] By: jhi                                   on 2002/06/05  01:42:58
-        Log: metaconfig unit change for #16999.
-     Branch: metaconfig
-          ! U/threads/usethreads.U
+[ 23517] By: nicholas                              on 2004/11/18  23:32:20
+        Log: Bump version number
+     Branch: perl
+          ! lib/ExtUtils/Constant.pm
 ____________________________________________________________________________
-[ 16999] By: jhi                                   on 2002/06/05  01:42:44
-        Log: Disable the combination of ithreads but not perlio.
+[ 23516] By: rgs                                   on 2004/11/18  22:06:21
+        Log: Remaining nit in the deparsing of reversed foreach loops
      Branch: perl
-          ! Configure INSTALL
+          ! ext/B/B/Deparse.pm ext/B/t/deparse.t
 ____________________________________________________________________________
-[ 16998] By: jhi                                   on 2002/06/05  00:58:43
-        Log: perlthrtut links.
+[ 23514] By: rgs                                   on 2004/11/18  18:01:52
+        Log: Fix deparsing of reversed foreach loops,
+             plus a bug in the previous commit
      Branch: perl
-          ! ext/threads/shared/shared.pm ext/threads/threads.pm
-          ! pod/perldelta.pod
+          ! ext/B/B/Deparse.pm ext/B/t/deparse.t
 ____________________________________________________________________________
-[ 16997] By: jhi                                   on 2002/06/05  00:55:08
-        Log: Unmatchings.
+[ 23513] By: rgs                                   on 2004/11/18  17:25:19
+        Log: Fix deparsing of reversed sort and descending sorts,
+             due to the recent optimisations on this part of the optree.
      Branch: perl
-          ! README.netware README.win32
+          ! ext/B/B/Deparse.pm ext/B/t/deparse.t
 ____________________________________________________________________________
-[ 16996] By: jhi                                   on 2002/06/05  00:50:08
-        Log: Subject: Re: 2nd draft of announcement
-             From: "John P. Linderman" <jpl@research.att.com>
-             Date: Mon, 03 Jun 2002 08:57:49 -0400
-             Message-Id: <200206031257.IAA12388@raptor.research.att.com>
-             
-             Let's not forget the mystery IRIX failure.
+[ 23510] By: rgs                                   on 2004/11/17  10:41:56
+        Log: Subject: [perl #28929] File::Find follow_fast => 1 loses dangling symlink
+             From: "Steve Peters via RT" <perlbug-followup@perl.org>
+             Date: 12 Nov 2004 02:47:36 -0000
+             Message-ID: <rt-3.0.11-28929-100158.11.3214775505644@perl.org>
      Branch: perl
-          ! pod/perldelta.pod
+          ! lib/File/Find.pm lib/File/Find/t/find.t
 ____________________________________________________________________________
-[ 16995] By: jhi                                   on 2002/06/05  00:45:34
-        Log: Move the obsolete README.threads out of sight to ext/Threads;
-             save one part of the IRIX knowledge in INSTALL (though IRIX
-             6.2 is quite old...)
+[ 23509] By: rgs                                   on 2004/11/17  10:22:52
+        Log: PerlFAQ sync.
      Branch: perl
-          + ext/Thread/README.threads
-          - README.threads
-          ! INSTALL MANIFEST
+          ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq6.pod
+          ! pod/perlfaq7.pod
 ____________________________________________________________________________
-[ 16994] By: jhi                                   on 2002/06/05  00:27:47
-        Log: Upgrade to Math::BigRat 0.07.
+[ 23508] By: rgs                                   on 2004/11/17  10:14:58
+        Log: Fix a couple of typos.
      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
+          ! hv.c utf8.c
 ____________________________________________________________________________
-[ 16993] By: jhi                                   on 2002/06/05  00:27:08
-        Log: metaconfig unit change #16991.
-     Branch: metaconfig
-          ! U/compline/d_gnulibc.U U/compline/d_stdstdio.U
+[ 23507] By: rgs                                   on 2004/11/17  10:11:20
+        Log: Subject: SuSE's perl safe_putenf diff
+             From: Michael Schroeder <Michael.Schroeder@informatik.uni-erlangen.de>
+             Date: Thu, 11 Nov 2004 15:54:43 +0100
+             Message-ID: <20041111145443.GA1854@immd4.informatik.uni-erlangen.de>
+
+             slightly reworked to make the PL_use_safe_putenv variable fit in
+             the current framework. This patch turns on the use of safe putenv
+             for any application that embeds a perl interpreter.
+     Branch: perl
+          ! embedvar.h mg.c miniperlmain.c perl.c perlapi.h perlvars.h
+          ! util.c
 ____________________________________________________________________________
-[ 16992] By: jhi                                   on 2002/06/05  00:26:45
-        Log: Forgot from #16991.
+[ 23506] By: rgs                                   on 2004/11/17  08:57:17
+        Log: Subject: [PATCH] perl5db.pl POD cleanup
+             From: Autrijus Tang <autrijus@autrijus.org>
+             Date: Fri, 12 Nov 2004 12:41:33 +0800
+             Message-ID: <20041112044133.GA92924@aut.dyndns.org>
      Branch: perl
-          ! config_h.SH
+          ! lib/perl5db.pl
 ____________________________________________________________________________
-[ 16991] By: jhi                                   on 2002/06/05  00:16:28
-        Log: Subject: Re: hints/linux.sh & stdio
+[ 23505] By: rgs                                   on 2004/11/17  08:31:39
+        Log: Subject: [PATCH 5.8.x] Allow more tries for t/op/time.t test 2.
              From: Andy Dougherty <doughera@lafayette.edu>
-             Date: Mon, 3 Jun 2002 13:57:17 -0400 (EDT)
-             Message-ID: <Pine.SOL.4.10.10206031349430.4034-100000@maxwell.phys.lafayette.edu>
+             Date: Tue, 16 Nov 2004 12:11:00 -0500 (EST)
+             Message-ID: <Pine.SOL.4.58.0411161149170.5639@maxwell.phys.lafayette.edu>
      Branch: perl
-          ! Configure
+          ! t/op/time.t
 ____________________________________________________________________________
-[ 16990] By: jhi                                   on 2002/06/05  00:08:57
-        Log: Integrate maintperl change #16988;
-             
-             make IO::Pipe work on windows
+[ 23501] By: steveh                                on 2004/11/16  10:55:20
+        Log: Make all scripts run by regen.pl write output with UNIX style EOL's.
+
+             (autodoc.pl was already done by change 23371.)
      Branch: perl
-         !> ext/IO/lib/IO/Pipe.pm
+          ! bytecode.pl embed.pl keywords.pl opcode.pl regcomp.pl
+          ! warnings.pl
 ____________________________________________________________________________
-[ 16989] By: jhi                                   on 2002/06/05  00:07:15
-        Log: Integrate macperl changes #16974 and #16975;
-             
-             nativize() isn't happy with absolute Mac paths
-             
-             Test::Harness test fixes, attempt #3 :-)
+[ 23500] By: merijn                                on 2004/11/16  10:49:35
+        Log: Subject: [PATCH] s/hierachy/hierarchy/
+             Date: Mon, 15 Nov 2004 15:59:14 -0700
+             From: "Larry Shatzer Jr." <larrysh@cpan.org>
+             Message-ID: <20041115225913.GA22373@zippy.zyx.net>
      Branch: perl
-         !> ext/DynaLoader/DynaLoader_pm.PL lib/ExtUtils/MM_MacOS.pm
-         !> lib/Test/Harness/t/callback.t
-         !> lib/Test/Harness/t/strap-analyze.t
-         !> lib/Test/Harness/t/test-harness.t lib/lib_pm.PL
-____________________________________________________________________________
-[ 16988] By: gsar                                  on 2002/06/04  23:14:56
-        Log: make IO::Pipe work on windows
-     Branch: maint-5.6/perl
-          ! ext/IO/lib/IO/Pipe.pm
+          ! ext/B/B.pm ext/Time/HiRes/Makefile.PL perlio.h
 ____________________________________________________________________________
-[ 16987] By: rgs                                   on 2002/06/04  21:37:23
-        Log: s/modperl/mod_perl/g
+[ 23499] By: steveh                                on 2004/11/16  09:42:50
+        Log: Fix Win32 breakage caused by changes to op.c in change 23433.
+
+             Also limit the scope of the locks in a couple of places, as suggested
+             by Hugo in http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2004-11/msg00286.html.
      Branch: perl
-          ! README.aix pod/perldelta.pod
+          ! embed.fnc embed.h global.sym op.c op.h proto.h regcomp.c
 ____________________________________________________________________________
-[ 16986] By: rgs                                   on 2002/06/04  21:32:19
-        Log: Subject: [DOC PATCH] perldelta.pod
-             From: Philip Newton <Philip.Newton@gmx.net>
-             Date: Tue, 04 Jun 2002 06:52:55 +0200
-             Message-ID: <g9hofuk5egps80m15k59loidv60506n4nb@4ax.com>
-             
-             (with one nit, s/modperl/mod_perl/)
+[ 23498] By: merijn                                on 2004/11/14  07:02:20
+        Log: Subject: [PATCH] Add the minitest target to vms buildsystem
+             From: Abe Timmerman <abe@ztreet.demon.nl>
+             Date: Sun, 14 Nov 2004 00:48:17 +0100
+             Message-Id: <200411140048.17035.abe@ztreet.demon.nl>
      Branch: perl
-          ! pod/perldelta.pod
+          ! vms/descrip_mms.template vms/test.com
 ____________________________________________________________________________
-[ 16985] By: rgs                                   on 2002/06/04  20:30:00
-        Log: perlfunc/lock() nits by Philip Newton and Johan Vromans.
+[ 23497] By: rgs                                   on 2004/11/12  21:11:48
+        Log: Subject: [perl #32400] Unnecessary warning from constant.pm
+             From: Anno Siegel (via RT) <perlbug-followup@perl.org>
+             Date: 10 Nov 2004 18:30:38 -0000
+             Message-ID: <rt-3.0.11-32400-100099.4.31094423840584@perl.org>
+     Branch: perl
+          ! lib/constant.pm lib/constant.t
+____________________________________________________________________________
+[ 23496] By: merijn                                on 2004/11/12  20:47:19
+        Log: Subject: [perl #32419] Spelling fixes for perl@23492
+             Date: 12 Nov 2004 16:14:49 -0000
+             From: Richard Soderberg (via RT) <perlbug-followup@perl.org>
+             Message-ID: <rt-3.0.11-32419-100173.13.0717895191322@perl.org>
+     Branch: perl
+          ! pod/perl573delta.pod pod/perl58delta.pod pod/perl590delta.pod
+          ! pod/perl591delta.pod pod/perl592delta.pod pod/perlapi.pod
+          ! pod/perlapio.pod pod/perldata.pod pod/perldebtut.pod
+          ! pod/perlipc.pod pod/perlport.pod pod/perlre.pod
+          ! pod/perlretut.pod pod/perlrun.pod pod/perlsub.pod
+          ! pod/perlthrtut.pod pod/perltodo.pod pod/perltooc.pod
+____________________________________________________________________________
+[ 23495] By: merijn                                on 2004/11/12  20:26:17
+        Log: Subject: [PATCH] Small documentation fix to ExtUtils::Constant
+             Date: Fri, 12 Nov 2004 11:15:47 -0600
+             From: steve@fisharerojo.org
+             Message-ID: <20041112171547.GA8011@kirk.dsl-verizon.net>
      Branch: perl
-          ! pod/perlfunc.pod
+          ! lib/ExtUtils/Constant.pm
 ____________________________________________________________________________
-[ 16984] By: ams                                   on 2002/06/04  01:05:49
-        Log: Subject: [PATCH] Re: Some bugs in RC1
-             From: Michael G Schwern <schwern@pobox.com>
-             Date: Mon, 03 Jun 2002 19:59:21 -0400
-             Message-Id: <20020603235921.GN31617@ool-18b93024.dyn.optonline.net>
+[ 23494] By: davem                                 on 2004/11/12  18:59:06
+        Log: Add some descriptive text from Larry to op.c on how optrees are built
      Branch: perl
-          ! lib/perl5db.pl
+          ! op.c
 ____________________________________________________________________________
-[ 16983] By: pudge                                 on 2002/06/04  00:22:12
-        Log: Update Errno slightly to latest version
-     Branch: macperl
-          ! macos/lib/Errno.pm
+[ 23492] By: rgs                                   on 2004/11/10  09:32:39
+        Log: Replace a skip by a todo.
+             Subject: Re: [PATCH] Re: [perl #32272] Not OK: perl v5.8.5 +MAINT23414 on cygwin-thread-multi-64int 1.5.12s(0.11642) (UNINSTALLED)
+             From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
+             Date: Wed, 10 Nov 2004 01:30:14 -0800
+             Message-ID: <20041110093014.GA1676@efn.org>
+     Branch: perl
+          ! t/io/tell.t
 ____________________________________________________________________________
-[ 16982] By: rgs                                   on 2002/06/03  19:15:26
-        Log: Protect against localizing an %ENV slice.
+[ 23491] By: rgs                                   on 2004/11/10  07:40:31
+        Log: Subject: [PATCH] Re: [perl #32272] Not OK: perl v5.8.5 +MAINT23414 on cygwin-thread-multi-64int 1.5.12s(0.11642) (UNINSTALLED)
+             From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
+             Date: Tue, 9 Nov 2004 17:40:13 -0800
+             Message-ID: <20041110014012.GA2796@efn.org>
      Branch: perl
-          ! lib/Cwd.pm
+          ! t/io/tell.t
 ____________________________________________________________________________
-[ 16981] By: rgs                                   on 2002/06/03  18:59:19
-        Log: Document that lock() is a "weak keyword".
+[ 23490] By: rgs                                   on 2004/11/09  18:17:07
+        Log: Adjust test count for non-windows machines
      Branch: perl
-          ! pod/perlfunc.pod
+          ! ext/IO/t/io_file.t
 ____________________________________________________________________________
-[ 16980] By: ams                                   on 2002/06/03  18:38:26
-        Log: Subject: [PATCH Switch.pm] Minor typo
-             From: Philip Newton <Philip.Newton@gmx.net>
-             Date: Mon, 03 Jun 2002 21:35:55 +0200
-             Message-Id: <q7hnfu8rttv0bro03si2e42avpqoe50op9@4ax.com>
+[ 23489] By: merijn                                on 2004/11/09  17:53:53
+        Log: Subject: [PATCH] fix IO::File to support binmode
+             From: "Jos I. Boumans" <kane@dwim.org>
+             Date: Tue, 9 Nov 2004 16:59:27 +0100
+             Message-Id: <559E356E-3268-11D9-A2E6-000A95EF62E2@dwim.org>
      Branch: perl
-          ! lib/Switch.pm
+          + ext/IO/t/io_file.t
+          ! MANIFEST ext/IO/lib/IO/File.pm
 ____________________________________________________________________________
-[ 16979] By: ams                                   on 2002/06/03  17:06:03
-        Log: Remove all occurrences of occurence, except for one (in the
-             Changelog) that is preserved for historical reasons.
+[ 23487] By: nicholas                              on 2004/11/08  20:27:42
+        Log: No more late changes, dammit
      Branch: perl
-          ! ext/File/Glob/bsd_glob.c hints/ultrix_4.sh lib/Pod/Checker.pm
-          ! lib/Pod/Find.pm pod/perltoc.pod t/pod/poderrs.t
-          ! t/pod/poderrs.xr util.c wince/comp.pl x2p/find2perl.PL
+          ! ext/B/t/optree_concise.t
 ____________________________________________________________________________
-[ 16978] By: pudge                                 on 2002/06/02  17:22:43
-        Log: Update Changes
-     Branch: macperl
-          ! macos/Changes
-____________________________________________________________________________
-[ 16977] By: pudge                                 on 2002/06/02  17:21:45
-        Log: Update Help menu for 5.8
-     Branch: macperl
-          ! macos/macperl/MacPerl.podhelp
-____________________________________________________________________________
-[ 16976] By: pudge                                 on 2002/06/02  17:21:28
-        Log: Bump versions
-     Branch: macperl
-          ! macos/MPVersion.r macos/config.h macos/config.sh
-____________________________________________________________________________
-[ 16975] By: pudge                                 on 2002/06/02  17:19:29
-        Log: Test::Harness test fixes, attempt #3 :-)
-     Branch: macperl
-          ! lib/Test/Harness/t/callback.t
-          ! lib/Test/Harness/t/strap-analyze.t
-          ! lib/Test/Harness/t/test-harness.t
+[ 23485] By: rgs                                   on 2004/11/08  08:38:03
+        Log: Subject: Re: optree tests and VMS progress (no really)
+             From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
+             Date: Sun, 7 Nov 2004 23:24:15 -0800
+             Message-ID: <20041108072415.GA3928@efn.org>
+     Branch: perl
+          ! ext/B/t/OptreeCheck.pm
 ____________________________________________________________________________
-[ 16974] By: pudge                                 on 2002/06/02  17:18:48
-        Log: nativize() isn't happy with absolute Mac paths
-     Branch: macperl
-          ! ext/DynaLoader/DynaLoader_pm.PL lib/ExtUtils/MM_MacOS.pm
-          ! lib/lib_pm.PL
+[ 23482] By: davem                                 on 2004/11/06  11:59:16
+        Log: document regcomp.c/regexec.c's dual life under ext/re/
+     Branch: perl
+          ! regcomp.c regexec.c
 ____________________________________________________________________________
-[ 16973] By: jhi                                   on 2002/06/01  21:19:50
-        Log: Integrate #16971 from maint-5.6;
-             
-             IO::Poll wasn't working on windows since poll.c wasn't using the
-             same abstractions as perl; for test case, see:
-             http://bugs.activestate.com/show_bug.cgi?id=19624
+[ 23481] By: nicholas                              on 2004/11/06  08:48:50
+        Log: Subject: Re: optree tests and VMS progress (no really)
+             From: Jim Cromie <jim.cromie@gmail.com>
+             Message-ID: <cfe85dfa041105235723398fe2@mail.gmail.com>
+             Date: Sat, 6 Nov 2004 00:57:13 -0700
      Branch: perl
-         !> XSUB.h ext/IO/poll.c
+          ! ext/B/t/OptreeCheck.pm ext/B/t/optree_check.t
+          ! ext/B/t/optree_concise.t
 ____________________________________________________________________________
-[ 16972] By: jhi                                   on 2002/06/01  21:14:39
-        Log: A few links.
+[ 23475] By: merijn                                on 2004/11/05  14:16:27
+        Log: Subject: Re: Buidling stable.tar.gz on Unix as non-root [PATCH]
+             Date: Fri, 5 Nov 2004 10:36:57 -0500 (EST)
+             From: Andy Dougherty <doughera@lafayette.edu>
+             Message-ID: <Pine.SOL.4.58.0411051035020.15217@maxwell.phys.lafayette.edu>
      Branch: perl
-          ! pod/perldelta.pod
+          ! INSTALL
 ____________________________________________________________________________
-[ 16971] By: gsar                                  on 2002/06/01  20:39:08
-        Log: IO::Poll wasn't working on windows since poll.c wasn't using the
-             same abstractions as perl; for test case, see:
-             http://bugs.activestate.com/show_bug.cgi?id=19624
-     Branch: maint-5.6/perl
-          ! XSUB.h ext/IO/poll.c
+[ 23474] By: merijn                                on 2004/11/05  13:07:16
+        Log: Skip failing thread/wait tests on HP-UX 10.20
+             These will never ever be fixed, since 10.20 is obsolete
+             perl583delta describes this. The quote is included in wait.t
+     Branch: perl
+          ! ext/threads/shared/t/wait.t
 ____________________________________________________________________________
-[ 16970] By: jhi                                   on 2002/06/01  20:27:03
-        Log: Various perldelta tweaks.
+[ 23473] By: rgs                                   on 2004/11/05  08:47:44
+        Log: Subject: [perl #32327] Benchmark calls coderef with spurious arguments
+             From: Anno Siegel (via RT) <perlbug-followup@perl.org>
+             Date: 4 Nov 2004 20:12:36 -0000
+             Message-ID: <rt-3.0.11-32327-99325.8.9408996026507@perl.org>
      Branch: perl
-          ! pod/perldelta.pod
+          ! lib/Benchmark.pm lib/Benchmark.t
 ____________________________________________________________________________
-[ 16969] By: jhi                                   on 2002/06/01  19:52:15
-        Log: Update Changes.
+[ 23471] By: rgs                                   on 2004/11/04  09:26:56
+        Log: Subject: [PATCH blead] [perl #3038] Re: $qr = qr/^a$/m; $x =~ $qr; fails
+             From: Rick Delaney <rick@bort.ca>
+             Date: Sun, 31 Oct 2004 22:40:40 -0500
+             Message-ID: <20041101034040.GC1232@biff.bort.ca>
      Branch: perl
-          ! Changes patchlevel.h
+          + t/op/regexp_qr.t
+          ! MANIFEST pp.c pp_hot.c regexec.c t/op/regexp.t
 ____________________________________________________________________________
-[ 16968] By: pudge                                 on 2002/06/01  18:55:49
-        Log: Integrate perl for 5.8.0 RC1
-     Branch: macperl
-         !> (integrate 77 files)
+[ 23470] By: rgs                                   on 2004/11/04  08:25:34
+        Log: Subject: Re: [PATCH perl-current] Re: [perl #31793] Data::Dumper: Useqq interacts badly with overloading
+             From: Rick Delaney <rick@bort.ca>
+             Date: Wed, 3 Nov 2004 19:46:16 -0500
+             Message-ID: <20041104004616.GA11214@biff.bort.ca>
+     Branch: perl
+          ! lib/overload.pm lib/overload.t
 ____________________________________________________________________________
-[ 16967] By: jhi                                   on 2002/06/01  17:46:42
-        Log: Two obsolete files.
+[ 23469] By: rgs                                   on 2004/11/03  11:54:28
+        Log: Mostly revert change #23347 (keep the test suite, fixed),
+             having decided that it wasn't a correct fix for bug #31793.
      Branch: perl
-          ! Porting/makerel
+          ! lib/overload.pm lib/overload.t
 ____________________________________________________________________________
-[ 16966] By: jhi                                   on 2002/06/01  17:42:45
-        Log: This is Perl 5.8.0 RC 1.
+[ 23468] By: rgs                                   on 2004/11/03  07:39:04
+        Log: Subject: Re: [perl #30633] Perl's "do" operator with a variety of absolute paths under Cygwin
+             From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
+             Date: Tue, 2 Nov 2004 17:24:29 -0800
+             Message-ID: <20041103012429.GA7196@efn.org>
      Branch: perl
-          ! patchlevel.h
+          ! util.h
 ____________________________________________________________________________
-[ 16965] By: jhi                                   on 2002/06/01  17:39:39
-        Log: Update Changes.
+[ 23467] By: rgs                                   on 2004/11/03  06:38:38
+        Log: Subject: [PATCH configure.com] Re: [PATCH]  Detecting strlcat() and strlcpy() in Configure
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Tue, 02 Nov 2004 20:02:04 -0600
+             Message-ID: <41883C1C.3080108@mac.com>
      Branch: perl
-          ! Changes patchlevel.h
+          ! configure.com
 ____________________________________________________________________________
-[ 16964] By: jhi                                   on 2002/06/01  17:25:31
-        Log: Subject: [Encode] 1.75 Released
-             From: Dan Kogai <dankogai@dan.co.jp>
-             Date: Sun, 2 Jun 2002 03:19:19 +0900
-             Message-Id: <16B7B98D-758C-11D6-AE74-0003939A104C@dan.co.jp>
+[ 23466] By: rgs                                   on 2004/11/02  12:33:57
+        Log: FAQ sync
      Branch: perl
-          ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/TW/TW.pm
-          ! ext/Encode/bin/enc2xs ext/Encode/bin/piconv
-          ! ext/Encode/lib/Encode/Alias.pm
-          ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t
-          ! ext/Encode/ucm/ctrl.ucm ext/Encode/ucm/null.ucm
+          ! 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
 ____________________________________________________________________________
-[ 16963] By: jhi                                   on 2002/06/01  16:15:24
-        Log: Paranoia regen_headers; no changes but at least
-             the timestamps are now fine.
+[ 23465] By: rgs                                   on 2004/11/02  08:18:15
+        Log: Reformulate an error
+             (so the error message given by "perl -M" is a bit more
+             meaningful, as Jarkko pointed out)
      Branch: perl
-          ! embed.h embedvar.h ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
-          ! ext/ByteLoader/byterun.h global.sym keywords.h lib/warnings.pm
-          ! opcode.h opnames.h perlapi.c perlapi.h pod/perlapi.pod
-          ! pod/perlintern.pod pp.sym pp_proto.h proto.h regnodes.h
-          ! warnings.h
+          ! perl.c pod/perldiag.pod
 ____________________________________________________________________________
-[ 16962] By: jhi                                   on 2002/06/01  16:13:17
-        Log: Subject: Oracle / 5.8.0 / HP-UX / gcc / 64bit: Sorry
-             From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
-             Date: Sat, 01 Jun 2002 11:35:22 +0200
-             Message-Id: <20020601103313.BF75.H.M.BRAND@hccnet.nl>
+[ 23457] By: merijn                                on 2004/11/01  13:26:43
+        Log: New Glossary and samples for blead
+             Glossary now is in line with recent changes to config_h.SH
      Branch: perl
-          ! README.hpux
+          ! Porting/Glossary Porting/config.sh Porting/config_H
 ____________________________________________________________________________
-[ 16961] By: jhi                                   on 2002/06/01  15:57:04
-        Log: Garbage character in perldelta; Cygwin tip from Vadim; regen toc.
+[ 23455] By: merijn                                on 2004/11/01  12:51:52
+        Log: Since strlcat/strlcpy are not argument/return value compatible
+             with strncat/strncpy, replace the misleading defines with comment
      Branch: perl
-          ! pod/perldelta.pod pod/perltoc.pod
+          ! handy.h
 ____________________________________________________________________________
-[ 16960] By: jhi                                   on 2002/06/01  15:30:10
-        Log: Regen Configure + perlmodlib + perltoc, FAQ sync.
+[ 23450] By: merijn                                on 2004/10/31  16:33:17
+        Log: The next step in strlcat ()/ strcpy () detection and usage
+             preparation. Change to handy.h eeded for config_h.SH
      Branch: perl
-          ! Configure Porting/config.sh Porting/config_H pod/perlfaq4.pod
-          ! pod/perlfaq5.pod pod/perlmodlib.pod pod/perltoc.pod
+          ! config_h.SH handy.h
 ____________________________________________________________________________
-[ 16959] By: jhi                                   on 2002/06/01  15:03:57
-        Log: Even more VMSifying (this time more like de-MacOSifying).
+[ 23448] By: nicholas                              on 2004/10/31  14:37:46
+        Log: Make TEST and harness skip tests for extensions that were not
+             configured. Currently this skipping is silent - maybe they should
+             report what they are skipping.
      Branch: perl
-          ! lib/Test/Harness/t/test-harness.t
+          ! t/TEST t/harness
 ____________________________________________________________________________
-[ 16958] By: jhi                                   on 2002/06/01  14:58:39
-        Log: VMSifying from Craig Berry.
+[ 23446] By: nicholas                              on 2004/10/31  13:02:01
+        Log: Subject: [patches] optree_* tests unexpectedly succeeding. + maint-only patch
+             From: Jim Cromie <jim.cromie@gmail.com>
+             Message-ID: <cfe85dfa04102515365f11ef10@mail.gmail.com>
+             Date: Mon, 25 Oct 2004 16:36:40 -0600
      Branch: perl
-          ! lib/Test/Harness/t/callback.t
-          ! lib/Test/Harness/t/strap-analyze.t
-          ! lib/Test/Harness/t/test-harness.t
+          ! ext/B/t/optree_check.t ext/B/t/optree_varinit.t
 ____________________________________________________________________________
-[ 16957] By: jhi                                   on 2002/06/01  14:52:34
-        Log: Mention the CJK docs.
+[ 23445] By: nicholas                              on 2004/10/31  12:24:09
+        Log: Set the IV values for PL_sv_yes and PL_sv_no at initialisation time.
      Branch: perl
-          ! pod/perldelta.pod
+          ! perl.c sv.c
 ____________________________________________________________________________
-[ 16956] By: jhi                                   on 2002/06/01  14:36:15
-        Log: Subject: [PATCH] another Storable test
-             From: Nicholas Clark <nick@unfortu.net>
-             Date: Sat, 1 Jun 2002 14:07:01 +0100
-             Message-ID: <20020601130700.GB301@Bagpuss.unfortu.net>
+[ 23444] By: nicholas                              on 2004/10/31  11:20:27
+        Log: Skip tests if Devel::Peek not built
      Branch: perl
-          ! ext/Storable/t/interwork56.t
+          ! ext/threads/shared/t/sv_refs.t ext/threads/t/end.t
+          ! ext/threads/t/join.t lib/base/t/fields-base.t
 ____________________________________________________________________________
-[ 16955] By: nick                                  on 2002/06/01  09:02:48
-        Log: Integrate mainline
-     Branch: perlio
-          - t/lib/sample-tests/skip_all t/lib/sample-tests/skip_no_msg
-         !> (integrate 62 files)
+[ 23443] By: nicholas                              on 2004/10/31  11:19:47
+        Log: Assimilate PathTools 3.01 (File::Spec and Cwd)
+     Branch: perl
+          ! ext/Cwd/t/cwd.t lib/Cwd.pm lib/File/Spec.pm
+          ! lib/File/Spec/VMS.pm
 ____________________________________________________________________________
-[ 16954] By: jhi                                   on 2002/06/01  04:05:35
-        Log: Make the changes MacOS-specific.
+[ 23442] By: nicholas                              on 2004/10/31  11:07:57
+        Log: Oops. Forgot to add the new test in I18N::LangTags 0.35
      Branch: perl
-          ! lib/Test/Harness/t/callback.t
-          ! lib/Test/Harness/t/strap-analyze.t
-          ! lib/Test/Harness/t/test-harness.t
+          + lib/I18N/LangTags/t/20_locales.t
 ____________________________________________________________________________
-[ 16953] By: ams                                   on 2002/06/01  03:20:52
-        Log: Remove $Id$ lines.
+[ 23441] By: nicholas                              on 2004/10/31  10:41:17
+        Log: Correct change 23437 - as Config isn't imported, need to use a fully
+             qualified package
      Branch: perl
-          ! ext/Storable/Makefile.PL ext/Storable/Storable.pm
-          ! ext/Storable/Storable.xs ext/Storable/t/blessed.t
-          ! ext/Storable/t/canonical.t ext/Storable/t/compat06.t
-          ! ext/Storable/t/dclone.t ext/Storable/t/downgrade.t
-          ! ext/Storable/t/forgive.t ext/Storable/t/freeze.t
-          ! ext/Storable/t/integer.t ext/Storable/t/interwork56.t
-          ! ext/Storable/t/lock.t ext/Storable/t/malice.t
-          ! ext/Storable/t/overload.t ext/Storable/t/recurse.t
-          ! ext/Storable/t/restrict.t ext/Storable/t/retrieve.t
-          ! ext/Storable/t/st-dump.pl 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
-          ! ext/Storable/t/utf8hash.t
+          ! ext/B/t/f_map.t ext/B/t/f_sort.t ext/B/t/optree_check.t
+          ! ext/B/t/optree_concise.t ext/B/t/optree_samples.t
+          ! ext/B/t/optree_sort.t ext/B/t/optree_specials.t
+          ! ext/B/t/optree_varinit.t
 ____________________________________________________________________________
-[ 16952] By: jhi                                   on 2002/06/01  03:09:47
-        Log: Perl Labs dead, Smokers live.
+[ 23440] By: nicholas                              on 2004/10/31  10:40:11
+        Log: Assimilate I18N::LangTags 0.35
      Branch: perl
-          ! pod/perlhack.pod
+          ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
+          ! lib/I18N/LangTags/List.pm lib/I18N/LangTags/README
 ____________________________________________________________________________
-[ 16951] By: ams                                   on 2002/06/01  03:08:02
-        Log: Nitpick at ChangeLog until it is consistently formatted.
+[ 23439] By: nicholas                              on 2004/10/31  08:17:57
+        Log: Subject: [PATCH] Temporary fix for usemallocwrap problems on IRIX (was Re: usemallocwrap problems on IRIX (was Re: Problem and question))
+             Date: Sun, 31 Oct 2004 04:01:42 -0500
+             From: Ed Allen Smith <easmith@beatrice.rutgers.edu>
+             Message-Id: <mid+200410310901.i9V91g1Y519894@dogberry.rutgers.edu>
      Branch: perl
-          ! ext/Storable/ChangeLog
+          ! hints/irix_6.sh
 ____________________________________________________________________________
-[ 16950] By: jhi                                   on 2002/06/01  02:46:48
-        Log: strictify lib.pm.
+[ 23438] By: davem                                 on 2004/10/30  23:25:37
+        Log: Using foreach on threads::shared array crashes perl
+             The FETCH code for shared aggregate elements could leak a shared RV
+             address into a private SV. RVs are now handled specially, in the
+             same way that they already were for scalar shared magic.
      Branch: perl
-          ! lib/lib_pm.PL
+          ! ext/threads/shared/shared.xs
 ____________________________________________________________________________
-[ 16949] By: jhi                                   on 2002/06/01  02:33:27
-        Log: s/invcer/incver/
+[ 23437] By: nicholas                              on 2004/10/30  22:49:18
+        Log: Skip tests that require Data::Dumper if it is not built
      Branch: perl
-          ! lib/lib_pm.PL
+          ! ext/B/t/f_map.t ext/B/t/f_sort.t ext/B/t/optree_check.t
+          ! ext/B/t/optree_concise.t ext/B/t/optree_samples.t
+          ! ext/B/t/optree_sort.t ext/B/t/optree_specials.t
+          ! ext/B/t/optree_varinit.t lib/ExtUtils/t/Liblist.t
+          ! lib/ExtUtils/t/prereq_print.t
 ____________________________________________________________________________
-[ 16948] By: jhi                                   on 2002/06/01  02:03:27
-        Log: Subject: Re: perl@16925
-             From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
-             Date: Fri, 31 May 2002 19:56:39 -0700
-             Message-ID: <nfD+8gzkgGHH092yn@efn.org>
-             
-             Self-tie clarifications.
+[ 23436] By: merijn                                on 2004/10/30  16:11:15
+        Log: Promote #23435 (strlcat ()/strlcpy ()) to non-standard OS's
      Branch: perl
-          ! pod/perldelta.pod
+          ! NetWare/config_H.wc Porting/config_H plan9/config_h.sample
+          ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
+          ! win32/config_H.vc64 wince/config_H.ce
 ____________________________________________________________________________
-[ 16947] By: jhi                                   on 2002/06/01  01:17:45
-        Log: Be exact of what happens.
+[ 23435] By: merijn                                on 2004/10/30  15:54:48
+        Log: Added probes for strlcat () and strlcpy () to Configure
+             Re-ordered config_h.SH
      Branch: perl
-          ! README.cygwin
+          ! Configure Makefile.SH config_h.SH
 ____________________________________________________________________________
-[ 16946] By: jhi                                   on 2002/06/01  01:16:59
-        Log: Subject: [Patch] Inplace editing on Cygwin and others?
-             From: "Gerrit P. Haase" <gp@familiehaase.de>
-             Date: Sat, 1 Jun 2002 04:14:43 +0200
-             Message-ID: <199100765833.20020601041443@familiehaase.de>
+[ 23433] By: davem                                 on 2004/10/29  21:04:17
+        Log: Threading crash with closures
+             various OpREFCNT_inc() operations weren't doing locking
      Branch: perl
-          ! README.cygwin doio.c perl.c
+          ! pad.c regcomp.c sv.c
 ____________________________________________________________________________
-[ 16945] By: jhi                                   on 2002/05/31  23:03:23
-        Log: MacOS test glitch.
+[ 23432] By: steveh                                on 2004/10/29  14:12:02
+        Log: Document sv_magic() changes brought about by sv_magicext()
+
+             Change 14335 made sv_magic() a wrapper to a new sv_magicext(),
+             but didn't update the documentation for sv_magic() to reflect
+             the changed handling of the name/namlen arguments.
+
+             Also correct a couple of typos, and mention sv_magicext() in
+             perlguts.
      Branch: perl
-          ! ext/Digest/MD5/t/files.t
+          ! pod/perlapi.pod pod/perlguts.pod sv.c
 ____________________________________________________________________________
-[ 16944] By: jhi                                   on 2002/05/31  22:13:31
-        Log: Update Changes.
+[ 23431] By: merijn                                on 2004/10/29  13:56:03
+        Log: Subject: [PATCH] 36 additional tests for B
+             From: Steve Peters <steve@fisharerojo.org>
+             Date: Fri, 29 Oct 2004 00:53:22 -0500
+             Message-Id: <200410290053.22947.steve@fisharerojo.org>
      Branch: perl
-          ! Changes patchlevel.h
+          ! ext/B/t/b.t
 ____________________________________________________________________________
-[ 16943] By: jhi                                   on 2002/05/31  22:08:03
-        Log: Subject: lib/Math/BigInt/t/bigintc.t + VMS + perl@16925
+[ 23426] By: davem                                 on 2004/10/27  22:50:57
+        Log: include flags and refcount in the list of leaked scalars
+     Branch: perl
+          ! perl.c
+____________________________________________________________________________
+[ 23425] By: ams                                   on 2004/10/27  11:27:27
+        Log: Subject: [PATCH] lib/Carp.t improvements
              From: "Craig A. Berry" <craigberry@mac.com>
-             Date: Fri, 31 May 2002 17:20:11 -0500
-             Message-Id: <a05111b01b91da6015790@[172.16.52.1]>
-             
-             Avoid redef warning.
+             Date: Tue, 26 Oct 2004 23:32:25 -0500
+             Message-Id: <417F24D9.1000904@mac.com>
      Branch: perl
-          ! lib/Math/BigInt/Calc.pm
+          ! lib/Carp.t
 ____________________________________________________________________________
-[ 16942] By: jhi                                   on 2002/05/31  21:42:12
-        Log: Integrate macperl patches #16926 and #16938;
-             
-             Big MacPerl Testing Patch No. 2
-             
-             Big MacPerl Testing Patch No. 3
-     Branch: perl
-         !> ext/DynaLoader/DynaLoader_pm.PL lib/Devel/SelfStubber.pm
-         !> lib/Devel/SelfStubber.t lib/English.t lib/ExtUtils/MM_MacOS.pm
-         !> lib/ExtUtils/t/00setup_dummy.t lib/ExtUtils/t/Command.t
-         !> lib/File/DosGlob.t lib/File/Path.t lib/File/Spec/t/Spec.t
-         !> lib/File/Temp.pm lib/FindBin.t lib/Test/Harness/Straps.pm
-         !> lib/Test/Harness/t/callback.t
-         !> lib/Test/Harness/t/strap-analyze.t
-         !> lib/Test/Harness/t/test-harness.t lib/Tie/File/t/09_gen_rs.t
-         !> lib/diagnostics.t lib/lib.t lib/lib_pm.PL t/comp/use.t
-         !> t/lib/MakeMaker/Test/Utils.pm utils/dprofpp.PL utils/splain.PL
-____________________________________________________________________________
-[ 16941] By: pudge                                 on 2002/05/31  20:49:56
-        Log: Configuration / test updates
-     Branch: macperl
-          ! macos/MacPerlTests.cmd macos/MacPerlTests.plx
-          ! macos/Makefile.mk
-____________________________________________________________________________
-[ 16940] By: pudge                                 on 2002/05/31  20:49:19
-        Log: Fix various Makefile.PL for string/array conflicts
-     Branch: macperl
-          ! macos/ext/Mac/Controls/Makefile.PL
-          ! macos/ext/Mac/Dialogs/Makefile.PL
-          ! macos/ext/Mac/Events/Makefile.PL
-          ! macos/ext/Mac/Files/Makefile.PL
-          ! macos/ext/Mac/Fonts/Makefile.PL
-          ! macos/ext/Mac/Lists/Makefile.PL
-          ! macos/ext/Mac/Menus/Makefile.PL
-          ! macos/ext/Mac/MoreFiles/Makefile.PL
-          ! macos/ext/Mac/Movies/Makefile.PL
-          ! macos/ext/Mac/Navigation/Makefile.PL
-          ! macos/ext/Mac/Notification/Makefile.PL
-          ! macos/ext/Mac/OSA/Makefile.PL
-          ! macos/ext/Mac/QDOffscreen/Makefile.PL
-          ! macos/ext/Mac/QuickTimeVR/Makefile.PL
-          ! macos/ext/Mac/SAT/Makefile.PL macos/ext/Mac/Sound/Makefile.PL
-          ! macos/ext/Mac/StandardFile/Makefile.PL
-          ! macos/ext/Mac/TextEdit/Makefile.PL
-          ! macos/ext/Mac/Windows/Makefile.PL
-          ! macos/ext/MacPerl/Makefile.PL
-____________________________________________________________________________
-[ 16939] By: pudge                                 on 2002/05/31  20:48:09
-        Log: Integrate perl
-     Branch: macperl
-          - t/lib/sample-tests/skip_all t/lib/sample-tests/skip_no_msg
-         !> MANIFEST hints/hpux.sh lib/Math/BigInt/t/mbi_rand.t
-         !> pod/perldelta.pod pod/perlhist.pod pod/perlport.pod
-         !> pod/perlvar.pod
-____________________________________________________________________________
-[ 16938] By: pudge                                 on 2002/05/31  20:46:07
-        Log: Big MacPerl Testing Patch No. 3
-     Branch: macperl
-          ! lib/ExtUtils/MM_MacOS.pm lib/File/DosGlob.t
-          ! lib/File/Spec/t/Spec.t lib/Test/Harness/Straps.pm
-          ! lib/Test/Harness/t/callback.t
-          ! lib/Test/Harness/t/strap-analyze.t
-          ! lib/Test/Harness/t/test-harness.t lib/lib_pm.PL t/comp/use.t
-          ! utils/dprofpp.PL utils/splain.PL
-____________________________________________________________________________
-[ 16937] By: jhi                                   on 2002/05/31  20:14:45
-        Log: Update the LWP status.
+[ 23424] By: rgs                                   on 2004/10/25  15:31:21
+        Log: Fix [perl #32130] Errno.pm must not pass references to "prototype"
      Branch: perl
-          ! pod/perldelta.pod
+          ! ext/Errno/Errno_pm.PL ext/Errno/t/Errno.t
 ____________________________________________________________________________
-[ 16936] By: nick                                  on 2002/05/31  20:07:40
-        Log: Integrate mainline
-     Branch: perlio
-         +> NetWare/bat/SetCodeWar.bat lib/ExtUtils/t/MM_NW5.t
-         +> lib/File/Spec/NW5.pm
-          - NetWare/bat/BldNWExt-Exist.bat NetWare/bat/BldNWExt.bat
-          - NetWare/bat/CWbuild.bat NetWare/bat/MPKBuild.bat
-          - NetWare/bat/SetNWDef.bat NetWare/bat/Setcw.bat
-          - NetWare/bat/Setmpksdk.bat NetWare/bat/ToggleXDC.bat
-         !> Changes MANIFEST NetWare/Makefile NetWare/Nwmain.c
-         !> NetWare/nw5.c README.netware ext/DynaLoader/DynaLoader_pm.PL
-         !> hints/hpux.sh lib/English.t lib/ExtUtils/MM_NW5.pm makedef.pl
-         !> patchlevel.h pod/perldelta.pod pod/perlport.pod
-         !> pod/perlvar.pod toke.c
-____________________________________________________________________________
-[ 16935] By: jhi                                   on 2002/05/31  19:27:50
-        Log: Freudian slip :-)
+[ 23423] By: rgs                                   on 2004/10/25  15:09:27
+        Log: Small updates to the web addresses for Perl, noticed by Robert Spier
      Branch: perl
-          ! pod/perlhist.pod
+          ! pod/perl.pod pod/perlfaq2.pod
 ____________________________________________________________________________
-[ 16934] By: jhi                                   on 2002/05/31  18:58:21
-        Log: perlhist update.
+[ 23422] By: rgs                                   on 2004/10/25  14:56:37
+        Log: Subject: [perl #30227] [PATCH]splain vs. -w
+             From: "Steve Peters via RT" <perlbug-followup@perl.org>
+             Date: 23 Oct 2004 13:55:41 -0000
+             Message-ID: <rt-3.0.11-30227-98375.1.28465791111211@perl.org>
      Branch: perl
-          ! pod/perlhist.pod
+          ! lib/diagnostics.pm
 ____________________________________________________________________________
-[ 16933] By: jhi                                   on 2002/05/31  18:52:26
-        Log: Subject: RE: [doughera@lafayette.edu: [PATCH] Math/BigInt/t/mbi_rand.t pr
-             From: Andy Dougherty <doughera@lafayette.edu>
-             Date: Fri, 31 May 2002 15:52:34 -0400 (EDT)
-             Message-ID: Pine.SOL.4.10.10205311550480.19295-100000@maxwell.phys.lafayette.edu>
+[ 23421] By: rgs                                   on 2004/10/25  07:29:50
+        Log: Upgrade to Encode 2.08.
      Branch: perl
-          ! lib/Math/BigInt/t/mbi_rand.t
+          ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
+          ! ext/Encode/META.yml ext/Encode/Unicode/Unicode.pm
+          ! ext/Encode/Unicode/Unicode.xs
+          ! ext/Encode/lib/Encode/Encoding.pm
 ____________________________________________________________________________
-[ 16932] By: jhi                                   on 2002/05/31  18:46:54
-        Log: From: Michael G Schwern <schwern@pobox.com>
-             Date: Fri, 31 May 2002 15:18:02 -0400
-             Message-id: <20020531191802.GB23567@ool-18b93024.dyn.optonline.net>
-             To: perl5-porters@perl.org
+[ 23420] By: mhx                                   on 2004/10/24  07:53:45
+        Log: Subject: Re: [perl #31937] perlop: add basic =~ examples
+             From: Steve Peters <steve@fisharerojo.org>
+             Date: Sat, 23 Oct 2004 08:01:51 -0500
+             Message-Id: <200410230801.51649.steve@fisharerojo.org>
      Branch: perl
-          - t/lib/sample-tests/skip_all t/lib/sample-tests/skip_no_msg
-          ! MANIFEST
+          ! pod/perlop.pod
 ____________________________________________________________________________
-[ 16931] By: jhi                                   on 2002/05/31  17:52:24
-        Log: More datapoints on gcc/alpha.
+[ 23419] By: mhx                                   on 2004/10/23  23:39:18
+        Log: Subject: [PATCH] Re: Devel::Peek: hash quality 125%?
+             From: Tels <perl_dummy@bloodgate.com>
+             Date: Sat, 23 Oct 2004 16:56:31 +0200
+             Message-Id: <200410231656.40995@bloodgate.com>
      Branch: perl
-          ! pod/perldelta.pod
+          ! ext/Devel/Peek/Changes ext/Devel/Peek/Peek.pm
 ____________________________________________________________________________
-[ 16930] By: jhi                                   on 2002/05/31  17:07:14
-        Log: Document that old gccs on Alpha are no good.
+[ 23418] By: davem                                 on 2004/10/23  21:50:19
+        Log: Chained goto &sub drops data too early.
+
+             Change 22373 to stop a memory leak in goto &foo intead caused
+             the elements of @_ to be freed too early. This revised fix
+             just transfers the reifiedness of the old @_ to the new @_
      Branch: perl
-          ! pod/perldelta.pod
+          ! pp_ctl.c t/op/goto.t
 ____________________________________________________________________________
-[ 16929] By: pudge                                 on 2002/05/31  16:27:30
-        Log: Integrate perl
-     Branch: macperl
-         +> NetWare/bat/SetCodeWar.bat ext/Storable/t/interwork56.t
-         +> ext/Storable/t/make_56_interwork.pl lib/ExtUtils/t/MM_NW5.t
-         +> lib/ExtUtils/t/writemakefile_args.t lib/File/Spec/NW5.pm
-         +> t/lib/sample-tests/skip_nomsg t/lib/sample-tests/skipall
-         +> t/lib/sample-tests/skipall_nomsg
-          - NetWare/bat/BldNWExt-Exist.bat NetWare/bat/BldNWExt.bat
-          - NetWare/bat/CWbuild.bat NetWare/bat/MPKBuild.bat
-          - NetWare/bat/SetNWDef.bat NetWare/bat/Setcw.bat
-          - NetWare/bat/Setmpksdk.bat NetWare/bat/Setwatcom.bat
-          - NetWare/bat/ToggleXDC.bat
-         !> (integrate 86 files)
-____________________________________________________________________________
-[ 16928] By: jhi                                   on 2002/05/31  16:20:02
-        Log: Subject: [PATCH perl@16923] archname glitch on HP-UX/IA64
-             From: Colin Watson <colinw@zeus.com>
-             Date: Fri, 31 May 2002 17:34:06 +0100
-             Message-ID: <20020531163406.GA10401@zeus.com>
+[ 23417] By: rgs                                   on 2004/10/23  19:58:07
+        Log: Upgrade to Encode 2.07
      Branch: perl
-          ! hints/hpux.sh
+          ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
+          ! ext/Encode/Encode.xs ext/Encode/META.yml
+          ! ext/Encode/Unicode/Unicode.pm ext/Encode/encoding.pm
+          ! ext/Encode/lib/Encode/Encoding.pm ext/Encode/t/Encode.t
+          ! ext/Encode/t/fallback.t ext/Encode/ucm/macArabic.ucm
+          ! ext/Encode/ucm/macCentEuro.ucm ext/Encode/ucm/macChinsimp.ucm
+          ! ext/Encode/ucm/macChintrad.ucm ext/Encode/ucm/macDingbats.ucm
+          ! ext/Encode/ucm/macGreek.ucm ext/Encode/ucm/macKorean.ucm
+          ! ext/Encode/ucm/macROMnn.ucm ext/Encode/ucm/macSymbol.ucm
+          ! ext/Encode/ucm/macThai.ucm
+____________________________________________________________________________
+[ 23416] By: nicholas                              on 2004/10/23  17:15:46
+        Log: Subject: [PATCH] ext/IO/IO.xs: fix blocking on sparc linux
+             Message-ID: <20041022033033.GA12362@londo.c47.org>
+             From: Brendan O'Dea <bod@debian.org>
+             Date: Fri, 22 Oct 2004 13:30:33 +1000
+     Branch: perl
+          ! ext/IO/IO.xs
 ____________________________________________________________________________
-[ 16927] By: jhi                                   on 2002/05/31  16:17:29
-        Log: Subject: [PATCH] Adjust executable suffix checks for VMS
-             From: Paul_GreenVOS@vos.stratus.com
-             Date: Fri, 31 May 02 12:23 edt
-             Message-Id: <200205311622.MAA21673@mailhub2.stratus.com>
-     Branch: perl
-          ! pod/perlport.pod pod/perlvar.pod
-____________________________________________________________________________
-[ 16926] By: pudge                                 on 2002/05/31  16:07:35
-        Log: Big MacPerl Testing Patch No. 2
-             There might be more soon, but this is almost all of it for now
-     Branch: macperl
-          ! ext/DynaLoader/DynaLoader_pm.PL lib/Devel/SelfStubber.pm
-          ! lib/Devel/SelfStubber.t lib/English.t
-          ! lib/ExtUtils/t/00setup_dummy.t lib/ExtUtils/t/Command.t
-          ! lib/File/Path.t lib/File/Temp.pm lib/FindBin.t
-          ! lib/Tie/File/t/09_gen_rs.t lib/diagnostics.t lib/lib.t
-          ! lib/lib_pm.PL t/lib/MakeMaker/Test/Utils.pm
-____________________________________________________________________________
-[ 16925] By: jhi                                   on 2002/05/31  14:52:22
-        Log: Update Changes.
+[ 23410] By: rgs                                   on 2004/10/21  15:51:32
+        Log: Subject: docpatch for perltie.pod
+             From: David Cantrell <david@cantrell.org.uk>
+             Date: Thu, 21 Oct 2004 12:21:52 +0100
+             Message-ID: <20041021112151.GA22862@bytemark.barnyard.co.uk>
      Branch: perl
-          ! Changes patchlevel.h
+          ! pod/perltie.pod
 ____________________________________________________________________________
-[ 16924] By: jhi                                   on 2002/05/31  14:34:23
-        Log: Missing MANIFESTations.
+[ 23396] By: ams                                   on 2004/10/21  01:36:49
+        Log: Subject: [PATCH] Math::BigInt v1.73 final
+             From: Tels <perl_dummy@bloodgate.com>
+             Date: Wed, 20 Oct 2004 21:06:40 +0200
+             Message-Id: <200410202106.41840@bloodgate.com>
+
+             Subject: [PATCH] Math::BigRat v0.13 (pre-release)
+             From: Tels <tels@bloodgate.com>
+             Date: Wed, 20 Oct 2004 22:03:55 +0200
+             Message-Id: <200410202203.56063@bloodgate.com>
      Branch: perl
-          ! MANIFEST
+          ! lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/Math/BigRat.pm
+          ! lib/Math/BigRat/t/big_ap.t lib/Math/BigRat/t/bigrat.t
+          ! lib/Math/BigRat/t/bigratpm.inc lib/Math/BigRat/t/bigratpm.t
+          ! lib/Math/BigRat/t/bigratup.t
 ____________________________________________________________________________
-[ 16923] By: jhi                                   on 2002/05/31  13:21:13
-        Log: DJGPP tweaks from Laszlo.
+[ 23395] By: nicholas                              on 2004/10/20  22:39:36
+        Log: Need to skip optree walking tests if perlio not built
      Branch: perl
-          ! lib/English.t
+          ! ext/B/t/f_map.t ext/B/t/f_sort.t
 ____________________________________________________________________________
-[ 16922] By: jhi                                   on 2002/05/31  13:12:51
-        Log: NetWare update from Ananth Kesari.
+[ 23394] By: rgs                                   on 2004/10/20  07:42:34
+        Log: Remove opmini.c when cleaning up.
      Branch: perl
-          + NetWare/bat/SetCodeWar.bat lib/ExtUtils/t/MM_NW5.t
-          + lib/File/Spec/NW5.pm
-          - NetWare/bat/BldNWExt-Exist.bat NetWare/bat/BldNWExt.bat
-          - NetWare/bat/CWbuild.bat NetWare/bat/MPKBuild.bat
-          - NetWare/bat/SetNWDef.bat NetWare/bat/Setcw.bat
-          - NetWare/bat/Setmpksdk.bat NetWare/bat/ToggleXDC.bat
-          ! MANIFEST NetWare/Makefile NetWare/Nwmain.c NetWare/nw5.c
-          ! README.netware ext/DynaLoader/DynaLoader_pm.PL
-          ! lib/ExtUtils/MM_NW5.pm makedef.pl toke.c
+          ! Makefile.SH
 ____________________________________________________________________________
-[ 16921] By: jhi                                   on 2002/05/31  12:39:48
-        Log: Integrate perlio:
-             
-             [ 16920]
-             Use File::Spec for blib expectance tests - skating round
-             existing MacOS and VMS hacks.
-     Branch: perl
-         !> lib/blib.t
-____________________________________________________________________________
-[ 16920] By: nick                                  on 2002/05/31  08:48:40
-        Log: Use File::Spec for blib expectance tests - skating round
-             existing MacOS and VMS hacks.
-     Branch: perlio
-          ! lib/blib.t
-____________________________________________________________________________
-[ 16919] By: nick                                  on 2002/05/31  08:39:37
-        Log: Integrate mainline
-     Branch: perlio
-         +> ext/Storable/t/interwork56.t
-         +> ext/Storable/t/make_56_interwork.pl
-         +> lib/ExtUtils/t/writemakefile_args.t
-         +> t/lib/sample-tests/skip_nomsg t/lib/sample-tests/skipall
-         +> t/lib/sample-tests/skipall_nomsg
-          - NetWare/bat/Setwatcom.bat
-         !> (integrate 62 files)
-____________________________________________________________________________
-[ 16918] By: jhi                                   on 2002/05/31  03:12:15
-        Log: Regen toc.
+[ 23393] By: rgs                                   on 2004/10/20  07:36:45
+        Log: Ensure that PVA.pl returns a true value.
      Branch: perl
-          ! pod/perltoc.pod
+          ! lib/unicore/mktables
 ____________________________________________________________________________
-[ 16917] By: jhi                                   on 2002/05/31  02:13:06
-        Log: Subject: [PATCH] t/test.pl, which_perl, VMS
-             From: "Craig A. Berry" <craigberry@mac.com>
-             Date: Thu, 30 May 2002 22:14:15 -0500
-             Message-Id: <a0511170ab91c997b6866@[172.16.52.1]>
+[ 23392] By: ams                                   on 2004/10/20  06:19:03
+        Log: Subject: [PATCH perl.c pod/perl.pod pod/perlfaq2.pod]
+             Rephrase "Perl Home Page" References
+             From: chromatic <chromatic@wgz.org>
+             Date: Tue, 19 Oct 2004 22:52:19 -0700
+             Message-Id: <1098251539.20976.53.camel@localhost>
      Branch: perl
-          ! t/test.pl
+          ! AUTHORS perl.c pod/perl.pod pod/perlfaq2.pod
 ____________________________________________________________________________
-[ 16916] By: jhi                                   on 2002/05/31  02:05:11
-        Log: Missing from #16914.
+[ 23384] By: rgs                                   on 2004/10/19  13:17:01
+        Log: Upgrade to Encode 2.05
      Branch: perl
-          ! MANIFEST
+          ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/META.yml
+          ! ext/Encode/encoding.pm
 ____________________________________________________________________________
-[ 16915] By: jhi                                   on 2002/05/31  02:01:07
-        Log: BeOS status update.
+[ 23383] By: rgs                                   on 2004/10/19  11:38:37
+        Log: More Data::Dumper docs nits, fix the previous one,
+             suggested by Yves Orton.
      Branch: perl
-          ! AUTHORS README.beos pod/perldelta.pod
+          ! ext/Data/Dumper/Dumper.pm
 ____________________________________________________________________________
-[ 16914] By: jhi                                   on 2002/05/31  01:54:38
-        Log: Upgrade to Test::Harness 2.24.
+[ 23382] By: rgs                                   on 2004/10/19  11:21:55
+        Log: Subject: [PATCH] perlfaq2.pod (add a book)
+             From: <richard.foley@ubs.com>
+             Date: Tue, 19 Oct 2004 07:29:31 +0200
+             Message-ID: <B374141B0A424D4F9CF143CC51B3ADD903FB9E3A@NZURC900PEX1.ubsgs.ubsgroup.net>
      Branch: perl
-          + t/lib/sample-tests/skip_nomsg t/lib/sample-tests/skipall
-          + t/lib/sample-tests/skipall_nomsg
-          ! lib/Test/Harness.pm lib/Test/Harness/Changes
-          ! lib/Test/Harness/Straps.pm lib/Test/Harness/t/callback.t
-          ! lib/Test/Harness/t/strap-analyze.t
-          ! lib/Test/Harness/t/test-harness.t t/lib/sample-tests/die
+          ! pod/perlfaq2.pod
 ____________________________________________________________________________
-[ 16913] By: jhi                                   on 2002/05/31  01:24:32
-        Log: metaconfig unit change for #16912.
-     Branch: metaconfig/U/perl
-          ! perlpath.U
+[ 23381] By: mhx                                   on 2004/10/19  03:51:59
+        Log: Re-apply the encoding.pm part of:
+
+             Subject: [PATCH] encoding and open pragmas
+             From: Jarkko Hietaniemi <jhi@iki.fi>
+             Date: Mon, 16 Aug 2004 22:27:00 +0300
+             Message-ID: <41210A84.6060506@iki.fi>
+     Branch: perl
+          ! ext/Encode/encoding.pm
 ____________________________________________________________________________
-[ 16912] By: jhi                                   on 2002/05/31  01:24:16
-        Log: Subject: Improved $^X patch
-             From: Paul_GreenVOS@vos.stratus.com
-             Date: Thu, 30 May 02 17:32 edt
-             Message-Id: <200205302132.RAA18437@mailhub1.stratus.com>
+[ 23380] By: mhx                                   on 2004/10/18  21:00:26
+        Log: Upgrade to Encode 2.04.
      Branch: perl
-          ! Configure Porting/Glossary Porting/config.sh Porting/config_H
-          ! pod/perlport.pod pod/perlvar.pod
+          ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
+          ! ext/Encode/JP/JP.pm ext/Encode/META.yml ext/Encode/Makefile.PL
+          ! ext/Encode/bin/piconv ext/Encode/bin/ucmsort
+          ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Alias.pm
+          ! ext/Encode/lib/Encode/Supported.pod
+          ! ext/Encode/ucm/big5-hkscs.ucm
 ____________________________________________________________________________
-[ 16911] By: jhi                                   on 2002/05/31  01:12:21
-        Log: Subject: [PATCH configure.com] _ext -> _exe
-             From: "Craig A. Berry" <craigberry@mac.com>
-             Date: Thu, 30 May 2002 18:32:43 -0500
-             Message-Id: <a05111705b91c5d0f3f25@[172.16.52.1]>
+[ 23379] By: mhx                                   on 2004/10/18  15:44:05
+        Log: Fix a typo.
      Branch: perl
-          ! configure.com
+          ! utils/c2ph.PL
 ____________________________________________________________________________
-[ 16910] By: jhi                                   on 2002/05/31  01:10:08
-        Log: Because of #16909 MANIFEST changes.
+[ 23378] By: rgs                                   on 2004/10/18  11:25:20
+        Log: Add a missing warning categorisation in perldiag.
      Branch: perl
-          ! t/TEST t/harness
+          ! pod/perldiag.pod
 ____________________________________________________________________________
-[ 16909] By: jhi                                   on 2002/05/31  01:09:36
-        Log: Subject: [PATCH] Storable compatibility with 64 bit 5.6.x
-             From: Nicholas Clark <nick@unfortu.net>
-             Date: Fri, 31 May 2002 00:02:22 +0100
-             Message-ID: <20020530230221.GC296@Bagpuss.unfortu.net>
+[ 23377] By: ams                                   on 2004/10/16  23:52:18
+        Log: Subject: [PATCH] test_harness tweak for VMS
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Sat, 16 Oct 2004 12:15:02 -0500
+             Message-Id: <41715716.5000108@mac.com>
      Branch: perl
-          + ext/Storable/t/interwork56.t
-          + ext/Storable/t/make_56_interwork.pl
-          ! MANIFEST ext/Storable/ChangeLog ext/Storable/MANIFEST
-          ! ext/Storable/Makefile.PL ext/Storable/Storable.pm
-          ! ext/Storable/Storable.xs ext/Storable/t/malice.t
+          ! vms/descrip_mms.template vms/test.com
 ____________________________________________________________________________
-[ 16908] By: jhi                                   on 2002/05/30  20:49:34
-        Log: Integrate perlio:
-             
-             [ 16895]
-             Play safe and avoid writes to stdio's buffer (for glibc2.3)
+[ 23376] By: nicholas                              on 2004/10/16  18:16:12
+        Log: Merge code from vdie and vcroak into S_vdie_croak_common
      Branch: perl
-         !> perlio.c
+          ! util.c
 ____________________________________________________________________________
-[ 16907] By: jhi                                   on 2002/05/30  20:42:42
-        Log: Upgrade to Math::BigRat 0.06.
+[ 23375] By: nicholas                              on 2004/10/16  14:39:48
+        Log: Merge the common code from Perl_vdie and Perl_vwarner into a
+             S_vdie_common
      Branch: perl
-          ! lib/Math/BigRat.pm lib/Math/BigRat/t/bigrat.t
+          ! util.c
 ____________________________________________________________________________
-[ 16906] By: jhi                                   on 2002/05/30  20:39:30
-        Log: Upgrade to Math::BigInt 1.57.
+[ 23374] By: nicholas                              on 2004/10/16  12:57:39
+        Log: The second half of Perl_vwarner is actually a straight cut&paste job
+             from Perl_vwarn, so convert it into a (tail) call to Perl_vwarn.
+             cut&paste is bad, m'kay.
      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/bigintpm.inc
-          ! lib/Math/BigInt/t/calling.t lib/Math/BigInt/t/mbi_rand.t
-          ! lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/upgrade.inc
+          ! util.c
 ____________________________________________________________________________
-[ 16905] By: jhi                                   on 2002/05/30  20:26:32
-        Log: Subject: [PATCH perl@16893] lib/blib.t tweak for VMS
-             From: "Craig A. Berry" <craigberry@mac.com>
-             Date: Thu, 30 May 2002 16:22:40 -0500
-             Message-Id: <a05111703b91c44a6865f@[172.16.52.1]>
+[ 23373] By: nicholas                              on 2004/10/15  17:11:08
+        Log: Implement sv_svset _nosteal variants by passing a flag into
+             sv_set_flags rather than messing with the SvTEMP() flag on either
+             side of the call.
      Branch: perl
-          ! lib/blib.t
+          ! sv.c sv.h
 ____________________________________________________________________________
-[ 16904] By: jhi                                   on 2002/05/30  20:24:10
-        Log: Upgrade to ExtUtils::MakeMaker 6.01.
+[ 23372] By: rgs                                   on 2004/10/15  14:09:54
+        Log: Implement a new -dt command-line flag, to enable threads under the
+             debugger (bug #31666).
+
+             Subject: RE: [PATCH] debugger handles threads [perl #31666]
+             From: <richard.foley@ubs.com>
+             Date: Wed, 13 Oct 2004 13:01:18 +0200
+             Message-ID: <B374141B0A424D4F9CF143CC51B3ADD903FB9E12@NZURC900PEX1.ubsgs.ubsgroup.net>
+
+             Subject: Re: [PATCH] debugger handles threads [perl #31666]
+             From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
+             Date: Wed, 13 Oct 2004 02:49:58 -0700
+             Message-ID: <20041013094957.GA17184@efn.org>
      Branch: perl
-          + lib/ExtUtils/t/writemakefile_args.t
-          ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Command.pm
-          ! lib/ExtUtils/Liblist/Kid.pm lib/ExtUtils/MM_BeOS.pm
-          ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_MacOS.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/Mkbootstrap.pm
-          ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/testlib.pm
+          ! lib/perl5db.pl perl.c pod/perlrun.pod
 ____________________________________________________________________________
-[ 16903] By: dougm                                 on 2002/05/30  20:05:47
-        Log: prevent attempts to load extension libraries more than once on darwin.
-             avoiding fatal errors in the form of: "multiple definitions of symbol _XS_foo"
+[ 23371] By: steveh                                on 2004/10/15  12:54:29
+        Log: Make autodoc.pl write its output with UNIX style EOL's.
+
+             This saves the Win32 committer(s?) having to dos2unix the files
+             before committing.  Maybe Perforce's "LineEnd: share" suffices
+             anyway, but there's no harm in playing safe.
      Branch: perl
-          ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
+          ! autodoc.pl
 ____________________________________________________________________________
-[ 16902] By: jhi                                   on 2002/05/30  20:01:10
-        Log: Obsolete file.
+[ 23370] By: nicholas                              on 2004/10/15  11:01:18
+        Log: Include opmini.c in the dependency generation.
      Branch: perl
-          - NetWare/bat/Setwatcom.bat
-          ! MANIFEST
+          ! Makefile.SH
 ____________________________________________________________________________
-[ 16901] By: jhi                                   on 2002/05/30  19:49:57
-        Log: Update Andy.
+[ 23369] By: rgs                                   on 2004/10/15  10:20:16
+        Log: Doc nit to Data::Dumper, suggested by Peter Kay.
      Branch: perl
-          ! hints/linux.sh
+          ! ext/Data/Dumper/Dumper.pm
 ____________________________________________________________________________
-[ 16900] By: jhi                                   on 2002/05/30  19:40:14
-        Log: INT2PTR/PTR2IV defined twice.
+[ 23368] By: steveh                                on 2004/10/15  10:12:31
+        Log: Document sv_vcatpvf, sv_vsetpvf, sv_vcatpvf_mg and sv_vsetpvf_mg.
+
+             These are already in the API supported by Devel::PPPort, and are
+             often more useful than sv_vcatpvfn and sv_vsetpvfn which were
+             already documented.
      Branch: perl
-          ! ext/Devel/PPPort/PPPort.pm
+          ! embed.fnc pod/perlapi.pod sv.c
 ____________________________________________________________________________
-[ 16899] By: jhi                                   on 2002/05/30  19:26:11
-        Log: Subject: Re: [PATCH: perl@16826] small updates to DCL portions of perl kit
-             From: PPrymmer@factset.com
-             Date: Thu, 30 May 2002 13:57:31 -0400
-             Message-ID: <OF5D13E5C1.A33F30A2-ON85256BC9.0061EF06@55.25.11>
-             
-             Multinet matters with s/might the/mind the/
+[ 23367] By: mhx                                   on 2004/10/14  18:00:04
+        Log: Subject: [PATCH] Re: [NOT OK] 23353 OpenVMS 7.2 VAX
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Thu, 14 Oct 2004 10:09:41 -0500
+             Message-ID: <416E96B5.5020100@mac.com>
      Branch: perl
-          ! README.vms
+          ! ext/Devel/PPPort/parts/inc/ppphtest
+          ! ext/Devel/PPPort/t/ppphtest.t
 ____________________________________________________________________________
-[ 16898] By: nick                                  on 2002/05/30  15:55:46
-        Log: Integrate mainline
-     Branch: perlio
-         !> Changes lib/charnames.pm lib/charnames.t patchlevel.h
-         !> pod/perldelta.pod pod/perlfunc.pod pod/perlvar.pod
+[ 23366] By: rgs                                   on 2004/10/14  15:50:49
+        Log: Subject: AW: [perl #31864] IO::Poll - undef fd not checked in mask()
+             From: "Dintelmann, Peter" <Peter.Dintelmann@Dresdner-Bank.com>
+             Date: Mon, 11 Oct 2004 09:54:15 +0200
+             Message-ID: <8FD9B6A658383E468B55D364D1A9951601857331@ffz00zm6.ffz00e.mail.dresdner.net>
+     Branch: perl
+          ! ext/IO/lib/IO/Poll.pm
 ____________________________________________________________________________
-[ 16897] By: jhi                                   on 2002/05/30  15:46:52
-        Log: Document the glibc 2.2.5 long long bug.
+[ 23365] By: rgs                                   on 2004/10/14  14:58:21
+        Log: Fix [perl #31971] local $^D gives noise
      Branch: perl
-          ! pod/perldelta.pod
+          ! embed.fnc embed.h mg.c perl.c proto.h
 ____________________________________________________________________________
-[ 16896] By: jhi                                   on 2002/05/30  15:43:56
-        Log: Subject: [PATCH pod/perlfunc.pod]  Not having an unimport is no longer fatal.
-             From: Abigail <abigail@foad.org>
-             Date: Thu, 30 May 2002 09:33:51 -0700
-             Message-ID: <20020530093351.A18225@ucan.foad.org>
+[ 23364] By: rgs                                   on 2004/10/14  14:25:29
+        Log: A few fixes in the list of -D debugging flags
      Branch: perl
-          ! pod/perlfunc.pod
+          ! perl.c pod/perlrun.pod
 ____________________________________________________________________________
-[ 16895] By: nick                                  on 2002/05/30  14:40:11
-        Log: Play safe and avoid writes to stdio's buffer (for glibc2.3)
-     Branch: perlio
-          ! perlio.c
+[ 23363] By: rgs                                   on 2004/10/14  14:01:50
+        Log: Subject: [PATCH@23361] RE: [PATCH-for-23358] enable statically linked exte nsions for Win32
+             From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
+             Date: Wed, 13 Oct 2004 09:45:31 +0400
+             Message-ID: <7DD1BE2C50259746ABB8683672D2089E08133C@itotest-1.spb.lucent.com>
+     Branch: perl
+          ! win32/buildext.pl win32/makefile.mk
 ____________________________________________________________________________
-[ 16894] By: nick                                  on 2002/05/30  14:39:19
-        Log: Integrate mainline
-     Branch: perlio
-         !> (integrate 50 files)
+[ 23362] By: rgs                                   on 2004/10/12  16:49:53
+        Log: Minor tweaks for the test.utf16 target, by Jarkko
+     Branch: perl
+          ! t/TEST
 ____________________________________________________________________________
-[ 16893] By: jhi                                   on 2002/05/30  14:24:29
-        Log: Update Changes.
+[ 23361] By: rgs                                   on 2004/10/12  16:07:54
+        Log: Subject: [perl #31843] warnings::warn($obj,...) fails when $obj overloads ""
+             From: kaminsky@math.huji.ac.il (via RT) <perlbug-followup@perl.org>
+             Date: 5 Oct 2004 09:52:07 -0000
+             Message-ID: <rt-3.0.11-31843-97358.2.89612012687236@perl.org>
+             (with tweaks)
      Branch: perl
-          ! Changes patchlevel.h
+          ! lib/warnings.pm warnings.pl
 ____________________________________________________________________________
-[ 16892] By: jhi                                   on 2002/05/30  14:17:43
-        Log: Subject: RE: [PATCH pod/perlvar.pod] $^X
-             From: "Green, Paul" <Paul.Green@stratus.com>
-             Date: Thu, 30 May 2002 11:11:35 -0400
-             Message-ID: <A2A34F15EE916148BC4C4748223E67A4027C25E4@EXNA4.stratus.com>  
+[ 23360] By: rgs                                   on 2004/10/12  13:02:44
+        Log: Subject: [PATCH-for-23358] enable statically linked extensions for Win32
+             From: Vadim Konovalov <konovalo@mail.wplus.net>
+             Date: Mon, 11 Oct 2004 22:57:00 +0400
+             Message-ID: <80173417046.20041011225700@vkonovalov.ru>
      Branch: perl
-          ! pod/perlvar.pod
+          ! makedef.pl win32/Makefile win32/buildext.pl win32/dl_win32.xs
+          ! win32/makefile.mk win32/perllib.c win32/sync_ext.pl
 ____________________________________________________________________________
-[ 16891] By: jhi                                   on 2002/05/30  14:07:30
-        Log: charnames patch from Thomas Wegner.
+[ 23359] By: rgs                                   on 2004/10/12  12:54:27
+        Log: Subject: Patch: BigInt v1.73 (pre-release)
+             From: Tels <perl_dummy@bloodgate.com>
+             Date: Sun, 10 Oct 2004 22:36:03 +0200
+             Message-Id: <200410102236.03637@bloodgate.com>
      Branch: perl
-          ! lib/charnames.pm lib/charnames.t
+          ! 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/sub_mbf.t
+          ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/upgrade.inc
+          ! lib/Math/BigInt/t/upgrade.t lib/Math/BigInt/t/with_sub.t
 ____________________________________________________________________________
-[ 16890] By: jhi                                   on 2002/05/30  14:03:24
-        Log: Subject: [Patch perl@16861] charnames::vianame tweak
-             From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
-             Date: Thu, 30 May 2002 23:56:51 +0900
-             Message-Id: <20020530235541.D722.BQW10602@nifty.com>
+[ 23358] By: rgs                                   on 2004/10/11  07:28:34
+        Log: Subject: [PATCH] add the 'test_harness' target to vms "makefile"
+             From: Abe Timmerman <abe@ztreet.demon.nl>
+             Date: Sat, 9 Oct 2004 18:13:38 +0200
+             Message-Id: <200410091813.38673.abe@ztreet.demon.nl>
      Branch: perl
-          ! lib/charnames.pm
+          ! t/harness vms/descrip_mms.template vms/test.com
 ____________________________________________________________________________
-[ 16889] By: jhi                                   on 2002/05/30  14:02:02
-        Log: Chart the self-tying minefield.
+[ 23357] By: davem                                 on 2004/10/10  19:18:00
+        Log: Turn regcomp into a list op
      Branch: perl
-          ! pod/perldelta.pod
+          ! embed.fnc ext/B/B/Deparse.pm lib/overload.t op.c perly.act
+          ! perly.h perly.tab perly.y pp_ctl.c proto.h toke.c
 ____________________________________________________________________________
-[ 16888] By: jhi                                   on 2002/05/30  13:58:53
-        Log: Ignasi Roca convinced me, so #16855 is back in.
+[ 23356] By: nicholas                              on 2004/10/10  15:21:24
+        Log: Hack to make -Dusethreads -Uuseithreads -Uuse5005threads pass all tests
      Branch: perl
-          ! utfebcdic.h
+          ! ext/B/t/OptreeCheck.pm
 ____________________________________________________________________________
-[ 16887] By: jhi                                   on 2002/05/30  13:51:29
-        Log: Subject: [PATCH] Re: Linux glibc 2.2.90 issue; likely from readonly stdio mmap
-             From: Andy Dougherty <doughera@lafayette.edu>
-             Date: Thu, 30 May 2002 10:50:18 -0400 (EDT)
-             Message-ID: <Pine.SOL.4.10.10205301008040.22885-100000@maxwell.phys.lafayette.edu>
+[ 23355] By: nicholas                              on 2004/10/10  15:03:25
+        Log: Restore runtime loading of Encode and Encode-related modules, so that
+             open.pm will work when the Encode extension isn't build.
      Branch: perl
-          ! hints/linux.sh
+          ! lib/open.pm
 ____________________________________________________________________________
-[ 16886] By: gbarr                                 on 2002/05/30  13:49:11
-        Log: Sync with libnet-1.12
+[ 23354] By: merijn                                on 2004/10/09  12:27:39
+        Log: Make AIX 5 + gcc work in 64bitall
      Branch: perl
-          ! lib/Net/ChangeLog.libnet lib/Net/FTP.pm lib/Net/SMTP.pm
+          ! hints/aix.sh
 ____________________________________________________________________________
-[ 16885] By: jhi                                   on 2002/05/30  13:43:28
-        Log: Subject: Re: perl@16861
-             From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
-             Date: Wed, 29 May 2002 15:27:18 -0700
-             Message-ID: <GXV98gzkgW7Y092yn@efn.org>
-             
-             Yitzchak won't give up on self-ties.
+[ 23353] By: merijn                                on 2004/10/08  09:52:59
+        Log: A new machine type, some reformatting, some reorganization
+             and a bit of additional info on Sleepycat's db.
      Branch: perl
-          ! pp_sys.c t/op/tie.t
+          ! README.hpux
 ____________________________________________________________________________
-[ 16884] By: ams                                   on 2002/05/30  13:32:52
-        Log: Ronald Kimball pointed out that there was a run-on sentence in the
-             last patch by Stas Bekman, and I fixed it, and while I was at it, I
-             fixed the wording of the last phrase as well, and then I re-wrapped
-             the paragraph.
+[ 23352] By: rgs                                   on 2004/10/08  08:56:49
+        Log: Briefly document the test.utf16 make target.
      Branch: perl
-          ! pod/perlvar.pod
+          ! pod/perlhack.pod
 ____________________________________________________________________________
-[ 16883] By: jhi                                   on 2002/05/30  13:30:52
-        Log: Integrate macperl change #16875.
+[ 23351] By: rgs                                   on 2004/10/08  08:52:39
+        Log: Make the perl interpreter more tolerant of UTF-16-encoded script
+             (patch by Jarkko Hietaniemi)
      Branch: perl
-         !> ext/Cwd/t/cwd.t ext/Digest/MD5/t/files.t lib/blib.t
-         !> t/lib/warnings/op
+          ! Makefile.SH t/TEST toke.c utf8.c
 ____________________________________________________________________________
-[ 16882] By: jhi                                   on 2002/05/30  13:29:13
-        Log: Integrate macperl patch #16868.
+[ 23350] By: rgs                                   on 2004/10/04  16:05:20
+        Log: Subject: [perl #31697] [PATCH] B::Showlex::newlex enhancement and pod
+             From: Jim Cromie (via RT) <perlbug-followup@perl.org>
+             Date: 23 Sep 2004 21:45:42 -0000
+             Message-ID: <rt-3.0.11-31697-96840.0.810265136907162@perl.org>
+             (with doc nits)
      Branch: perl
-         !> (integrate 36 files)
+          ! ext/B/B/Concise.pm ext/B/B/Showlex.pm ext/B/t/showlex.t
 ____________________________________________________________________________
-[ 16881] By: jhi                                   on 2002/05/30  12:50:14
-        Log: Subject: Re: [ PATCH ] module test fest
-             From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
-             Date: Thu, 30 May 2002 13:52:18 +0200
-             Message-Id: <20020530135047.0B46.H.M.BRAND@hccnet.nl>
-             
-             HP-UX Oracle wisdom (with some tweaks)
+[ 23349] By: rgs                                   on 2004/10/04  15:46:28
+        Log: Increment $overload::VERSION after change #23347
      Branch: perl
-          ! README.hpux
+          ! ext/B/B/Concise.pm lib/overload.pm
 ____________________________________________________________________________
-[ 16880] By: jhi                                   on 2002/05/30  12:48:09
-        Log: metaconfig unit change for #16879.
-     Branch: metaconfig
-          ! U/modified/Options.U
+[ 23348] By: rgs                                   on 2004/10/04  14:00:11
+        Log: Subject: [PATCH-for-23341] dynaloader improvements and cleanup
+             From: Vadim Konovalov <vadim@vkonovalov.ru>
+             Date: Sun, 3 Oct 2004 22:10:06 +0400
+             Message-ID: <138-1837306906.20041003221006@vkonovalov.ru>
+     Branch: perl
+          ! ext/DynaLoader/DynaLoader_pm.PL
 ____________________________________________________________________________
-[ 16879] By: jhi                                   on 2002/05/30  12:47:34
-        Log: Configure -A should not mangle spaces, from H.Merijn B.
+[ 23347] By: rgs                                   on 2004/10/04  10:57:15
+        Log: Subject: [PATCH perl-current] Re: [perl #31793] Data::Dumper: Useqq interacts badly with overloading
+             From: Rick Delaney <rick@bort.ca>
+             Date: Sat, 2 Oct 2004 01:04:49 -0400
+             Message-ID: <20041002050448.GB5059@biff.bort.ca>
      Branch: perl
-          ! Configure
+          ! lib/overload.pm lib/overload.t
 ____________________________________________________________________________
-[ 16878] By: jhi                                   on 2002/05/30  12:40:42
-        Log: OS/2: found the _fd_flags() prototype.
+[ 23346] By: rgs                                   on 2004/10/04  10:18:49
+        Log: Subject: [PATCH] vms/t/filespec.t tweak
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Fri, 01 Oct 2004 13:18:03 -0500
+             Message-ID: <415D9F5B.5040306@mac.com>
      Branch: perl
-          ! os2/os2ish.h
+          ! vms/ext/filespec.t
 ____________________________________________________________________________
-[ 16877] By: jhi                                   on 2002/05/30  12:33:05
-        Log: Fix up the signal handler reinstallation lore.
+[ 23345] By: rgs                                   on 2004/10/04  08:53:04
+        Log: More caveats on the non-portability of stat(), suggested by
+             Stas Bekman.
      Branch: perl
-          ! pod/perlipc.pod
+          ! pod/perlfunc.pod
 ____________________________________________________________________________
-[ 16876] By: jhi                                   on 2002/05/30  12:29:09
-        Log: Subject: [PATCH pod/perlipc.pod] Handling the SIGHUP Signal in Daemons
-             From: Stas Bekman <stas@stason.org>
-             Date: Thu, 30 May 2002 15:29:02 +0800
-             Message-ID: <3CF5D4BE.4000500@stason.org>
+[ 23344] By: nicholas                              on 2004/10/02  21:49:15
+        Log: Perl_sv_recode_to_utf8 shouldn't be returning SvPVX(sv) without
+             any check on whether it's valid.
      Branch: perl
-          ! pod/perlipc.pod
+          ! sv.c
 ____________________________________________________________________________
-[ 16875] By: pudge                                 on 2002/05/30  11:48:05
-        Log: Fixes for fixes
-     Branch: macperl
-          ! ext/Cwd/t/cwd.t ext/Digest/MD5/t/files.t lib/blib.t
-          ! t/lib/warnings/op
+[ 23343] By: merijn                                on 2004/10/02  11:08:32
+        Log: Subject: [PATCH] make t/uni/class.t pass on VMS
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Fri, 01 Oct 2004 12:57:55 -0500
+             Message-ID: <415D9AA3.1000908@mac.com>
+     Branch: perl
+          ! t/uni/class.t
 ____________________________________________________________________________
-[ 16874] By: ams                                   on 2002/05/30  07:41:30
-        Log: Fix typo in #16866.
+[ 23342] By: davem                                 on 2004/09/30  20:51:31
+        Log: open $1, "file" doesn't raise an exception
      Branch: perl
-          ! lib/File/stat.t
+          ! pp.c t/io/open.t
 ____________________________________________________________________________
-[ 16873] By: ams                                   on 2002/05/30  07:39:24
-        Log: Subject: [PATCH lib/File/Spec/Unix.pm] catpath()'s pod part
-             From: Stas Bekman <stas@stason.org>
-             Date: Thu, 30 May 2002 16:14:55 +0800
-             Message-Id: <3CF5DF7F.1060700@stason.org>
+[ 23341] By: rgs                                   on 2004/09/30  15:41:40
+        Log: Subject: [patch] Sys::Syslog POD - $Sys::Syslog::host
+             From: "Jay Hannah" <jhannah@omnihotels.com>
+             Date: Wed, 15 Sep 2004 14:51:42 -0500
+             Message-ID: <002001c49b5d$6d0d79c0$4722000a@omarests2>
      Branch: perl
-          ! lib/File/Spec/Unix.pm
+          ! ext/Sys/Syslog/Syslog.pm
 ____________________________________________________________________________
-[ 16872] By: ams                                   on 2002/05/30  07:38:34
-        Log: Subject: [PATCH pod/perlvar.pod] $^X
-             From: Stas Bekman <stas@stason.org>
-             Date: Thu, 30 May 2002 15:59:48 +0800
-             Message-Id: <3CF5DBF4.7080500@stason.org>
+[ 23340] By: rgs                                   on 2004/09/30  15:12:29
+        Log: A fix for [perl #31692] : as PerlIO::scalar accesses directly the
+             PV of the scalar it reads from, avoid to read it when it's an
+             undefined PV.
      Branch: perl
-          ! pod/perlvar.pod
+          ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/t/scalar.t
 ____________________________________________________________________________
-[ 16871] By: nick                                  on 2002/05/30  06:45:56
-        Log: Integrate all but lib/File/stat.t which seems broken.
-     Branch: perlio
-         !> Changes Porting/patching.pod cygwin/perlld.in
-         !> epoc/createpkg.pl ext/Devel/PPPort/PPPort.pm
-         !> ext/Encode/bin/enc2xs ext/Encode/bin/piconv
-         !> lib/ExtUtils/MM_NW5.pm os2/os2ish.h patchlevel.h perl.h
-         !> pp_pack.c sv.c t/base/num.t t/harness t/op/tie.t
-         !> t/run/fresh_perl.t utfebcdic.h
-____________________________________________________________________________
-[ 16870] By: pudge                                 on 2002/05/30  06:06:34
-        Log: Integrate perl
-     Branch: macperl
-         +> NetWare/bat/SetNWDef.bat NetWare/bat/Setcw.bat NetWare/sv_nw.c
-         +> ext/Encode/ucm/ctrl.ucm ext/Encode/ucm/null.ucm
-         !> (integrate 137 files)
-____________________________________________________________________________
-[ 16869] By: pudge                                 on 2002/05/30  05:41:50
-        Log: Makefile / config / test updates for MacPerl
-     Branch: macperl
-          + macos/MacPerlMakeTests.plx
-          ! macos/MacPerlTests.cmd macos/MacPerlTests.plx
-          ! macos/Makefile.mk macos/bundled_ext/Digest/MD5/Makefile.mk
-          ! macos/config.h macos/config.sh macos/macperl/Makefile.mk
-____________________________________________________________________________
-[ 16868] By: pudge                                 on 2002/05/30  05:39:51
-        Log: Big MacPerl Testing Patch No. 1
-             If you like this, stay tuned, there's more to come!
-     Branch: macperl
-          ! ext/B/B/Concise.pm ext/B/t/deparse.t ext/B/t/terse.t
-          ! ext/Cwd/t/cwd.t ext/Digest/MD5/t/files.t
-          ! ext/DynaLoader/DynaLoader_pm.PL ext/IO/lib/IO/t/io_dup.t
-          ! ext/POSIX/t/sigaction.t ext/PerlIO/t/encoding.t
-          ! ext/PerlIO/t/fallback.t ext/Socket/Socket.t
-          ! ext/Storable/t/utf8hash.t lib/AutoSplit.t
-          ! lib/Net/Ping/t/110_icmp_inst.t lib/Net/hostent.t
-          ! lib/Pod/t/Usage.t lib/Pod/t/pod2html-lib.pl
-          ! lib/Test/Harness/Straps.pm lib/Test/Harness/t/callback.t
-          ! lib/Test/Harness/t/strap-analyze.t
-          ! lib/Test/Harness/t/test-harness.t lib/Test/Simple/t/exit.t
-          ! lib/Unicode/Collate.pm lib/Unicode/UCD.t lib/blib.pm
-          ! lib/blib.t lib/open.t lib/strict.t lib/subs.t lib/warnings.t
-          ! perl.c t/lib/filter-util.pl t/lib/warnings/doio
-          ! t/lib/warnings/mg t/lib/warnings/op t/x2p/s2p.t
-____________________________________________________________________________
-[ 16867] By: jhi                                   on 2002/05/29  23:25:09
-        Log: Attachments are okay.
+[ 23339] By: davem                                 on 2004/09/28  18:05:52
+        Log: the improved -DT output of #23325 could print an uninit stack value
      Branch: perl
-          ! Porting/patching.pod
+          ! toke.c
 ____________________________________________________________________________
-[ 16866] By: jhi                                   on 2002/05/29  19:46:49
-        Log: OS/2: ENOINO.
+[ 23338] By: nicholas                              on 2004/09/28  16:55:08
+        Log: Spelling correction spotted by Greg McCarroll
      Branch: perl
-          ! lib/File/stat.t
+          ! README.epoc
 ____________________________________________________________________________
-[ 16865] By: jhi                                   on 2002/05/29  19:41:53
-        Log: OS/2: provide prototype.
+[ 23337] By: rgs                                   on 2004/09/28  15:28:58
+        Log: Subject: Patch for perl.c fixing an obscure environment bug
+             From: Merijn Broeren <merijnb@iloquent.com>
+             Date: Thu, 23 Sep 2004 17:18:17 +0200
+             Message-ID: <20040923151817.GA15782@brugman.iloquent.nl>
      Branch: perl
-          ! os2/os2ish.h
+          ! perl.c
 ____________________________________________________________________________
-[ 16864] By: jhi                                   on 2002/05/29  19:29:17
-        Log: OS/2: fp stringification fudge.
-             (After this the whole suite passes 98.30%)
+[ 23336] By: rgs                                   on 2004/09/28  08:08:24
+        Log: Perl -DT segfaults when parsing a 'use' statement
      Branch: perl
-          ! t/base/num.t
+          ! toke.c
 ____________________________________________________________________________
-[ 16863] By: jhi                                   on 2002/05/29  17:35:04
-        Log: harness wasn't running x2p/s2p.t.
+[ 23334] By: rgs                                   on 2004/09/23  07:33:15
+        Log: Typo fix.
+             Subject: [PATCH] Re: Smoke [5.9.2] 23330 FAIL(X) hp-ux 11.11/64 (PA-2.0/64/2 cpu)
+             From: Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com>
+             Date: Wed, 22 Sep 2004 11:20:53 +0200
+             Message-ID: <20040922112053.686562b6@valis.local>
      Branch: perl
-          ! t/harness
+          ! lib/open.pm
 ____________________________________________________________________________
-[ 16862] By: nick                                  on 2002/05/29  14:12:41
-        Log: Integrate mainline
-     Branch: perlio
-         +> ext/Encode/ucm/ctrl.ucm ext/Encode/ucm/null.ucm
-         !> (integrate 100 files)
+[ 23333] By: rgs                                   on 2004/09/23  07:30:16
+        Log: Remove a couple of C<> to avoid confusing double quotes in text
+             rendering. [perl #31678]
+     Branch: perl
+          ! pod/perlop.pod
 ____________________________________________________________________________
-[ 16861] By: jhi                                   on 2002/05/29  13:41:01
-        Log: Subject: [PATCH] pack 'w' should be using NV, not double
-             From: Nicholas Clark <nick@ccl4.org>
-             Date: Wed, 29 May 2002 15:38:41 +0100
-             Message-ID: <20020529153840.L53388@plum.flirble.org>
+[ 23332] By: rgs                                   on 2004/09/22  09:08:04
+        Log: Document that $ENV{PATH} may not contain relative directories under -T
      Branch: perl
-          ! pp_pack.c
+          ! pod/perldiag.pod pod/perlsec.pod
 ____________________________________________________________________________
-[ 16860] By: jhi                                   on 2002/05/29  13:31:35
-        Log: Update Changes.
+[ 23331] By: davem                                 on 2004/09/20  22:11:29
+        Log: Subject:  Re: [perl #31586] utime does not reach expectations [PATCH]
+             From:  LAUN Wolfgang <wolfgang.laun@alcatel.at>
+             Date:  Fri, 17 Sep 2004 14:01:11 +0200
+             Message-Id:  <DF27CDCBD2581D4B88431901094E4B4D02B0C88B@attmsx1.aut.alcatel.at>
+
+             Clarify the effect of utime when the file isn't owned by the user
      Branch: perl
-          ! Changes patchlevel.h
+          ! pod/perlfunc.pod
 ____________________________________________________________________________
-[ 16859] By: jhi                                   on 2002/05/29  13:25:31
-        Log: Spelling bee.
+[ 23330] By: rgs                                   on 2004/09/20  17:20:38
+        Log: Upgrade to MIME::Base64 3.05.
      Branch: perl
-          ! t/op/tie.t
+          ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Changes
+          ! ext/MIME/Base64/t/warn.t
 ____________________________________________________________________________
-[ 16858] By: jhi                                   on 2002/05/29  13:21:58
-        Log: Recover some of the #16845.
+[ 23329] By: rgs                                   on 2004/09/20  17:13:20
+        Log: Upgrade to Time::HiRes 1.65.
      Branch: perl
-          ! sv.c t/op/tie.t t/run/fresh_perl.t
+          ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
+          ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
+          ! ext/Time/HiRes/ppport.h ext/Time/HiRes/t/HiRes.t
 ____________________________________________________________________________
-[ 16857] By: jhi                                   on 2002/05/29  12:47:02
-        Log: Retract #16855 until settled.
+[ 23327] By: rgs                                   on 2004/09/20  08:23:58
+        Log: Subject: [perl #27576] [PATCH] Pod::Usage -exitvalue => "NOEXIT" requires -output be set (Doc bug)
+             From: "Steve Peters via RT" <perlbug-followup@perl.org>
+             Date: 26 Aug 2004 19:06:52 -0000
+             Message-ID: <rt-3.0.11-27576-94411.2.28321880730803@perl.org>
      Branch: perl
-          ! utfebcdic.h
+          ! lib/Pod/Usage.pm
 ____________________________________________________________________________
-[ 16856] By: jhi                                   on 2002/05/29  12:31:35
-        Log: OS/2: more missing definitions.
+[ 23326] By: rgs                                   on 2004/09/20  08:10:47
+        Log: Subject: [PATCH] encoding and open pragmas
+             From: Jarkko Hietaniemi <jhi@iki.fi>
+             Date: Mon, 16 Aug 2004 22:27:00 +0300
+             Message-ID: <41210A84.6060506@iki.fi>
+
+             Subject: Re: [PATCH] encoding and open pragmas
+             From: Jarkko Hietaniemi <jhi@iki.fi>
+             Date: Tue, 17 Aug 2004 11:22:58 +0300 (EEST)
+             Message-Id: <200408170822.i7H8MwUU016793@vipunen.hut.fi>
      Branch: perl
-          ! os2/os2ish.h
+          ! ext/Encode/encoding.pm lib/open.pm lib/open.t t/io/layers.t
 ____________________________________________________________________________
-[ 16855] By: jhi                                   on 2002/05/29  12:28:17
-        Log: Subject: UTF-EBCDIC for POSIX-BC (Malformed UTF-8 character)
-             From: "Roca Carrio, Ignasi (PO EP)" <Ignasi.Roca@fujitsu-siemens.com>
-             Date: Wed, 29 May 2002 13:16:16 +0200
-             Message-ID: <318B95F90D8BD41194A5009027FD5FFBCE6CED@madrid14.mad.fsc.net>
+[ 23325] By: davem                                 on 2004/09/19  21:47:18
+        Log: improve lexer debugging output (-DT)
+             Decode yylex() return values, and show lexer state each time
+             yylex() is called
      Branch: perl
-          ! utfebcdic.h
+          ! embed.fnc embed.h proto.h toke.c
 ____________________________________________________________________________
-[ 16854] By: jhi                                   on 2002/05/29  12:16:08
-        Log: PPPort: fix up SvPVbyte if in 5.6.1 (borrowed from Digest::MD5)
+[ 23323] By: rgs                                   on 2004/09/15  16:12:42
+        Log: The XSUB.h patch from:
+
+             Subject: CPAN Upload: J/JP/JPEACOCK/version-0.42.tar.gz
+             From: John Peacock <jpeacock@rowman.com>
+             Date: Wed, 18 Aug 2004 08:26:35 -0400
+             Message-ID: <41234AFB.1020009@rowman.com>
+
+             Now it will use version object logic for version comparison
+             when loading XS modules.
      Branch: perl
-          ! ext/Devel/PPPort/PPPort.pm
+          ! XSUB.h
 ____________________________________________________________________________
-[ 16853] By: jhi                                   on 2002/05/29  11:58:43
-        Log: Subject: Re: [PATCHES] Re: libwin32 on Cygwin?
-             From: "Gerrit P. Haase" <gp@familiehaase.de>
-             Date: Wed, 29 May 2002 08:06:43 +0200
-             Message-ID: <1881715214417.20020529080643@familiehaase.de>
+[ 23322] By: rgs                                   on 2004/09/15  15:48:23
+        Log: Upgrade to Time::HiRes 1.63.
+             Note that it includes a ppport.h file. See if the one
+             previously built in Devel::PPPort can be used instead.
+     Branch: perl
+          + ext/Time/HiRes/ppport.h
+          ! MANIFEST ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
+          ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
+          ! ext/Time/HiRes/t/HiRes.t
+____________________________________________________________________________
+[ 23321] By: davem                                 on 2004/09/14  21:57:10
+        Log: Subject:  Re: [perl #31459] Bug in read()
+             From:  Chris Heath <chris@heathens.co.nz>
+             Date:  06 Sep 2004 00:03:12 -0400
+             Message-Id:  <1094443392.12379.35.camel@linux.heathens.co.nz>
+
+             a read(F) into a UTF8-encoded buffer with an offset off the
+             end of the buffer, miss-calculated buffer lengths
      Branch: perl
-          ! perl.h
+          ! pp_sys.c
 ____________________________________________________________________________
-[ 16852] By: jhi                                   on 2002/05/29  11:53:12
-        Log: OS/2: more missing headers from John Poltorak.
+[ 23320] By: davem                                 on 2004/09/12  22:09:51
+        Log: Memory leak in nested shared data structures in 5.8.4
+             A pop of an item from a shared array ref causes a leak due to
+             AVf_REAL not having been set after an sv_upgrade(sv, SVt_PVAV).
+             Make sv_upgrade() set always this flag.
      Branch: perl
-          ! os2/os2ish.h
+          ! sv.c
 ____________________________________________________________________________
-[ 16851] By: jhi                                   on 2002/05/29  11:48:35
-        Log: Subject: Re: forewarning: usedevel and versiononly
-             From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
-             Date: Wed, 29 May 2002 09:41:23 +0200
-             Message-Id: <20020529081515.D570.H.M.BRAND@hccnet.nl>
-             
-             More 5.7.3 -> 5.8.0.
+[ 23319] By: nicholas                              on 2004/09/10  16:40:17
+        Log: Integrate:
+             [ 23318]
+             Update the skips for the no perlio case
      Branch: perl
-          ! cygwin/perlld.in epoc/createpkg.pl ext/Encode/bin/enc2xs
-          ! ext/Encode/bin/piconv lib/ExtUtils/MM_NW5.pm
+         !> ext/B/t/optree_check.t ext/B/t/optree_concise.t
+         !> ext/B/t/showlex.t
 ____________________________________________________________________________
-[ 16850] By: ams                                   on 2002/05/29  06:48:19
-        Log: Lots of spring cleaning. (No functional changes.)
+[ 23300] By: nicholas                              on 2004/09/09  15:54:18
+        Log: A single version of B that supports 5.8 and 5.10
      Branch: perl
-          ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
-          ! ext/Storable/README ext/Storable/Storable.pm
-          ! ext/Storable/Storable.xs ext/Storable/t/blessed.t
-          ! ext/Storable/t/canonical.t ext/Storable/t/compat06.t
-          ! ext/Storable/t/dclone.t ext/Storable/t/downgrade.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/restrict.t
-          ! ext/Storable/t/retrieve.t ext/Storable/t/st-dump.pl
-          ! 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 ext/Storable/t/utf8hash.t
-____________________________________________________________________________
-[ 16849] By: jhi                                   on 2002/05/29  01:16:23
-        Log: pod cleanups.
-     Branch: perl
-          ! README.aix README.cygwin README.jp README.ko README.macos
-          ! README.tw pod/perl561delta.pod pod/perldelta.pod
-          ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfunc.pod
-          ! pod/perlhack.pod pod/perlipc.pod pod/perlsub.pod
-          ! pod/perlthrtut.pod pod/perlunicode.pod pod/perluniintro.pod
-____________________________________________________________________________
-[ 16848] By: jhi                                   on 2002/05/29  00:44:59
-        Log: Regen perltoc.
+          ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
+          ! ext/B/ramblings/runtime.porting ext/B/t/lint.t
+____________________________________________________________________________
+[ 23283] By: mhx                                   on 2004/09/08  20:33:55
+        Log: Subject: [PATCH-5.8.5] lib/bigint.pm tiny typo fix
+             From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
+             Date: Mon, 6 Sep 2004 11:09:51 +0400
+             Message-ID: <7DD1BE2C50259746ABB8683672D2089E081132@itotest-1.spb.lucent.com>
      Branch: perl
-          ! pod/perltoc.pod
+          ! lib/bigint.pm
 ____________________________________________________________________________
-[ 16847] By: jhi                                   on 2002/05/28  22:15:44
-        Log: Subject: [PATCH] cross-compilation support for WinCE for non-core extensions
-             From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
-             Date: Wed, 29 May 2002 02:48:15 +0400
-             Message-ID: <000701c20699$c3684a30$c25cc3d9@vad>
+[ 23282] By: mhx                                   on 2004/09/08  20:19:18
+        Log: Upgrade to Devel::PPPort 3.03.
      Branch: perl
-          ! wince/Makefile.ce
+          ! ext/Devel/PPPort/Changes ext/Devel/PPPort/META.yml
+          ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort.xs
+          ! ext/Devel/PPPort/PPPort_pm.PL
+          ! ext/Devel/PPPort/parts/inc/MY_CXT ext/Devel/PPPort/t/MY_CXT.t
 ____________________________________________________________________________
-[ 16846] By: jhi                                   on 2002/05/28  22:10:51
-        Log: Subject: [PATCH: perl@16826] small updates to DCL portions of perl kit
-             From: PPrymmer@factset.com
-             Date: Tue, 28 May 2002 18:34:55 -0400
-             Message-ID: <OF23EAAE54.E5DCAD53-ON85256BC7.007B1EA5@55.25.11>
+[ 23281] By: davem                                 on 2004/09/08  19:42:15
+        Log: Subject:  [perl #21553] Re: Solaris Perl (fwd)
+             From:  Andy Dougherty <doughera@lafayette.edu>
+             Date:  Wed, 8 Sep 2004 11:32:26 -0400 (EDT)
+             Message-Id:  <Pine.SOL.4.58.0409081129180.17582@maxwell.phys.lafayette.edu>
+             Clarify whether it's safe to replace the perl bundled with Solaris
      Branch: perl
-          ! configure.com vms/genopt.com
+          ! README.solaris
 ____________________________________________________________________________
-[ 16845] By: jhi                                   on 2002/05/28  22:05:55
-        Log: Retract #16820, #16819, #16810, #16669, #16531, #16530, #16501
-             to restore some level of sanity in the tied scalars can of worms.
+[ 23280] By: mhx                                   on 2004/09/08  19:18:06
+        Log: Upgrade to Devel::PPPort 3.02.
+     Branch: perl
+          ! ext/Devel/PPPort/Changes ext/Devel/PPPort/META.yml
+          ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort_pm.PL
+          ! ext/Devel/PPPort/devel/scanprov ext/Devel/PPPort/mktests.PL
+          ! ext/Devel/PPPort/parts/base/5004050
+          ! ext/Devel/PPPort/parts/base/5005000
+          ! ext/Devel/PPPort/parts/base/5006000
+          ! ext/Devel/PPPort/parts/base/5008001
+          ! ext/Devel/PPPort/parts/base/5009002
+          ! ext/Devel/PPPort/parts/inc/MY_CXT
+          ! ext/Devel/PPPort/parts/inc/misc ext/Devel/PPPort/t/MY_CXT.t
+          ! ext/Devel/PPPort/t/SvPV.t ext/Devel/PPPort/t/call.t
+          ! ext/Devel/PPPort/t/cop.t ext/Devel/PPPort/t/grok.t
+          ! ext/Devel/PPPort/t/limits.t ext/Devel/PPPort/t/mPUSH.t
+          ! ext/Devel/PPPort/t/magic.t ext/Devel/PPPort/t/misc.t
+          ! ext/Devel/PPPort/t/newCONSTSUB.t ext/Devel/PPPort/t/newRV.t
+          ! ext/Devel/PPPort/t/ppphtest.t ext/Devel/PPPort/t/sv_xpvf.t
+          ! ext/Devel/PPPort/t/threads.t ext/Devel/PPPort/t/uv.t
+____________________________________________________________________________
+[ 23279] By: mhx                                   on 2004/09/08  18:46:56
+        Log: Add MY_CXT_CLONE to the core. (Taken from Time::HiRes.) See also:
+             http://groups.google.com/groups?selm=r5l1vv00ca033k7a06d40fgei1ion91rnp%404ax.com
      Branch: perl
-          ! mg.c pp_sys.c sv.c t/op/tie.t t/run/fresh_perl.t
+          ! perl.h
 ____________________________________________________________________________
-[ 16844] By: gsar                                  on 2002/05/28  22:05:38
-        Log: extension of change#16332: isolate signal diddling to the main
-             interpreter (fixes signal-related races, e.g. when multiple
-             threads run system())
-     Branch: maint-5.6/perl
-          ! util.c
+[ 23278] By: nicholas                              on 2004/09/08  16:53:34
+        Log: backport B to work on 5.8.x, so that a single version of the source
+             can be maintained, and ultimately dual-lifed on CPAN
+             (the version conditional changes are actually surprisingly small)
+     Branch: perl
+          ! ext/B/B.xs ext/B/B/C.pm ext/B/B/Concise.pm ext/B/B/Debug.pm
+          ! ext/B/t/f_map.t ext/B/t/f_sort.t ext/B/t/optree_samples.t
+          ! ext/B/t/stash.t
 ____________________________________________________________________________
-[ 16843] By: jhi                                   on 2002/05/28  20:35:59
-        Log: Bump the version numbers to five-eight-oh.
+[ 23277] By: mhx                                   on 2004/09/08  16:49:59
+        Log: Subject: SvO?OK_off()'s return value
+             From: Marcus Holland-Moritz <mhx-perl@gmx.net>
+             Date: Sun, 1 Aug 2004 12:46:48 +0200
+             Message-Id: <20040801124648.7f9b3cee@r2d2>
+
+             Move (void) casts into SvOOK_off macro.
      Branch: perl
-          ! Configure NetWare/Makefile NetWare/config_H.wc
-          ! Porting/config.sh Porting/config_H README.tru64 epoc/config.sh
-          ! patchlevel.h t/op/ver.t uconfig.h uconfig.sh utils/h2xs.PL
-          ! vos/config.alpha.h vos/config.ga.h win32/Makefile
-          ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
-          ! win32/config_H.vc64 win32/makefile.mk wince/Makefile.ce
-          ! wince/config_H.ce
+          ! gv.c mg.c perl.c pp.c pp_ctl.c pp_hot.c scope.c sv.c sv.h
 ____________________________________________________________________________
-[ 16842] By: ams                                   on 2002/05/28  19:34:27
-        Log: Subject: Minor INSTALL patch
-             From: Andy Dougherty <doughera@lafayette.edu>
-             Date: Tue, 28 May 2002 16:08:30 -0400 (EDT)
-             Message-Id: <Pine.SOL.4.10.10205281607001.17663-100000@maxwell.phys.lafayette.edu>
+[ 23276] By: merijn                                on 2004/09/07  12:57:58
+        Log: Subject: [PATCH] perlintro.pod
+             From: Paul Johnson <paul@pjcj.net>
+             Date: Tue, 7 Sep 2004 15:13:51 +0200
+             Message-ID: <20040907131351.GD2513@pjcj.net>
      Branch: perl
-          ! INSTALL
+          ! pod/perlintro.pod
 ____________________________________________________________________________
-[ 16841] By: ams                                   on 2002/05/28  19:01:22
-        Log: Add integer.t to MANIFEST.
+[ 23275] By: steveh                                on 2004/09/06  10:16:12
+        Log: Implement new environment variable to allow the use of non-IFS
+             compatible LSP's on Windows to allow Perl to work in conjunction
+             with a firewall such as McAfee Guardian.
+
+             Bug report and possible solutions by Ken Fox <kfox@ford.com>;
+             further assistance by Artiom Morozov <artiom@phreaker.net>.
      Branch: perl
-          ! ext/Storable/MANIFEST
+          ! pod/perlrun.pod win32/win32sck.c
 ____________________________________________________________________________
-[ 16840] By: jhi                                   on 2002/05/28  17:49:08
-        Log: Subject: [Encode] 1.74 released -- final for 5.8.0-RC1
-             From: Dan Kogai <dankogai@dan.co.jp>
-             Date: Wed, 29 May 2002 03:43:57 +0900
-             Message-Id: <DE163EDE-726A-11D6-B9CB-0003939A104C@dan.co.jp>
-     Branch: perl
-          + ext/Encode/ucm/ctrl.ucm ext/Encode/ucm/null.ucm
-          ! MANIFEST ext/Encode/AUTHORS ext/Encode/Byte/Makefile.PL
-          ! ext/Encode/CN/Makefile.PL ext/Encode/Changes
-          ! ext/Encode/EBCDIC/Makefile.PL ext/Encode/Encode.pm
-          ! ext/Encode/Encode.xs ext/Encode/Encode/Makefile_PL.e2x
-          ! ext/Encode/JP/Makefile.PL ext/Encode/KR/Makefile.PL
-          ! ext/Encode/MANIFEST ext/Encode/Makefile.PL
-          ! ext/Encode/Symbol/Makefile.PL ext/Encode/TW/Makefile.PL
-          ! ext/Encode/bin/enc2xs ext/Encode/lib/Encode/Supported.pod
-          ! ext/Encode/t/mime-header.t
+[ 23274] By: merijn                                on 2004/09/06  08:49:24
+        Log: Subject: [PATCH] -Dunlink_all_versions for VMS
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Sat, 04 Sep 2004 11:58:56 -0500
+             Message-ID: <4139F450.7040708@mac.com>
+     Branch: perl
+          ! configure.com
 ____________________________________________________________________________
-[ 16839] By: jhi                                   on 2002/05/28  17:18:28
-        Log: OS/2: bug found by John Poltorak.
+[ 23271] By: davem                                 on 2004/09/05  21:36:57
+        Log: only mortalize deleted array elements for AvREAL
+             (update to change #23158)
      Branch: perl
-          ! lib/ExtUtils/MM_OS2.pm
+          ! av.c
 ____________________________________________________________________________
-[ 16838] By: gsar                                  on 2002/05/28  14:14:29
-        Log: makefiles should not clobber lib/Thread directory (some Thread
-             files seem to live there rather than in ext, for some reason)
+[ 23267] By: davem                                 on 2004/09/05  20:16:55
+        Log: I somehow managed to omit the base.pm change from #23266
      Branch: perl
-          ! win32/Makefile win32/makefile.mk
+          ! lib/base.pm
 ____________________________________________________________________________
-[ 16837] By: jhi                                   on 2002/05/28  14:06:42
-        Log: Subject: [PATCH] Bug fix for charnames::vianame
-             From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
-             Date: Tue, 28 May 2002 23:53:39 +0900
-             Message-Id: <20020528234907.310A.BQW10602@nifty.com>
+[ 23266] By: davem                                 on 2004/09/05  20:04:35
+        Log: Fields package bug
+             An intermediate class with no fields messes up private fields
+             in the base class.
      Branch: perl
-          ! lib/charnames.pm lib/charnames.t
+          ! lib/base.pm lib/base/t/fields-base.t
 ____________________________________________________________________________
-[ 16836] By: jhi                                   on 2002/05/28  13:43:39
-        Log: Test output tweak.
+[ 23258] By: rgs                                   on 2004/09/02  15:37:55
+        Log: Upgrade to Encode 2.02
      Branch: perl
-          ! lib/ExtUtils/t/Embed.t
+          ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
+          ! ext/Encode/META.yml ext/Encode/bin/enc2xs
+          ! ext/Encode/bin/ucmsort ext/Encode/lib/Encode/Alias.pm
+          ! ext/Encode/lib/Encode/Unicode/UTF7.pm
+          ! ext/Encode/t/big5-hkscs.enc ext/Encode/t/big5-hkscs.utf
+          ! ext/Encode/ucm/big5-hkscs.ucm
 ____________________________________________________________________________
-[ 16835] By: jhi                                   on 2002/05/28  13:32:46
-        Log: More charnames tweaks.
+[ 23257] By: rgs                                   on 2004/09/02  15:01:39
+        Log: Upgrade to version 0.42.
+             From:
+             Subject: CPAN Upload: J/JP/JPEACOCK/version-0.42.tar.gz
+             From: John Peacock <jpeacock@rowman.com>
+             Date: Wed, 18 Aug 2004 08:26:35 -0400
+             Message-ID: <41234AFB.1020009@rowman.com>
      Branch: perl
-          ! lib/charnames.pm lib/charnames.t
+          ! lib/version.pm lib/version.t util.c
 ____________________________________________________________________________
-[ 16834] By: jhi                                   on 2002/05/28  13:24:16
-        Log: Subject: [PATCH] Doc fix for charnames::vianame
-             From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
-             Date: Tue, 28 May 2002 22:46:41 +0900
-             Message-Id: <20020528223607.9EBF.BQW10602@nifty.com>
+[ 23256] By: davem                                 on 2004/09/01  23:41:25
+        Log: Subject:  [PATCH] fields.pm lost compile-time benefit
+             From:  Rick Delaney <rick@bort.ca>
+             Date:  Fri, 13 Aug 2004 19:54:12 -0400
+             Message-Id:  <20040813235412.GB12980@biff.bort.ca>
+
+             restore the compile-time field checking for
+             my Dog $spot; $spot->{'walkies'};
+             that was lost when pseudo-hashes were removed
      Branch: perl
-          ! lib/charnames.pm
+          ! lib/base/t/fields-base.t lib/base/t/fields.t op.c
+          ! pod/perldiag.pod
 ____________________________________________________________________________
-[ 16833] By: jhi                                   on 2002/05/28  13:23:03
-        Log: Subject: [PATCH 5.7.3 TEST] Embed.t fails on Win32
-             From: "Yves Orton" <demerphq@hotmail.com>
-             Date: Tue, 28 May 2002 15:43:12 +0200
-             Message-ID: <F170zgYLowspDKicUbv0000b23d@hotmail.com>
+[ 23255] By: davem                                 on 2004/09/01  23:37:07
+        Log: whoops, fix 'formline undef' test broken by change #23251
      Branch: perl
-          ! lib/ExtUtils/t/Embed.t
+          ! t/lib/warnings/9uninit
 ____________________________________________________________________________
-[ 16832] By: jhi                                   on 2002/05/28  13:14:21
-        Log: metaconfig unit change for #16831.
-     Branch: metaconfig/U/perl
-          ! gccvers.U
+[ 23253] By: davem                                 on 2004/09/01  22:45:07
+        Log: Subject:  PATCH: Taintedness and ternary conditional
+             From:  Andy Lester <andy@petdance.com>
+             Date:  Thu, 26 Aug 2004 23:44:47 -0500
+             Message-Id:  <20040827044447.GA5268@petdance.com>
+
+             add tests and documentation to the effect that ($tainted ? $a : $b)
+             doesn't necessarily return a tainted value. Also tidy the markup in
+             perldoc.pod
+     Branch: perl
+          ! pod/perlsec.pod t/op/taint.t
 ____________________________________________________________________________
-[ 16831] By: jhi                                   on 2002/05/28  13:14:02
-        Log: gcc 3 defensiveness from H. Merijn B and Rafael.
+[ 23252] By: davem                                 on 2004/09/01  22:20:05
+        Log: delete spurious blank lines added by change 23251
      Branch: perl
-          ! Configure
+          ! pp_ctl.c
 ____________________________________________________________________________
-[ 16830] By: jhi                                   on 2002/05/28  12:55:29
-        Log: Retract the Straps part of #16829 for now since
-             the subtest 44 of t/strap.t started failing.
+[ 23251] By: davem                                 on 2004/09/01  22:17:47
+        Log: Random made scripts crashing perl
+             fix 'formline undef' coredump
      Branch: perl
-          ! lib/Test/Harness/Straps.pm
+          ! pp_ctl.c t/lib/warnings/9uninit
 ____________________________________________________________________________
-[ 16829] By: jhi                                   on 2002/05/28  12:26:34
-        Log: Subject: [PATCH bleadperl] Test::Harness and skiping tests functionality
-             From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
-             Date: Tue, 28 May 2002 08:17:53 +0200
-             Message-ID: <40949173.20020528081753@tesla.rcub.bg.ac.yu>
-     Branch: perl
-          ! ext/POSIX/t/waitpid.t lib/Test/Harness.pm
-          ! lib/Test/Harness/Straps.pm t/op/64bitint.t t/test.pl
-____________________________________________________________________________
-[ 16828] By: nick                                  on 2002/05/28  08:00:28
-        Log: Integrate mainline
-     Branch: perlio
-         !> Changes Makefile.micro README.netware README.tru64
-         !> ext/Devel/Peek/Peek.pm ext/Errno/Errno_pm.PL
-         !> ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Handle.pm
-         !> ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Socket/UNIX.pm
-         !> ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
-         !> ext/IPC/SysV/SysV.pm ext/List/Util/lib/List/Util.pm
-         !> ext/Time/HiRes/HiRes.pm lib/Tie/RefHash.pm lib/attributes.pm
-         !> mg.c patchlevel.h pod/perltodo.pod sv.c t/lib/warnings/pp_hot
-         !> uconfig.h util.c
-____________________________________________________________________________
-[ 16827] By: jhi                                   on 2002/05/28  00:46:23
-        Log: Tru64: sockatmark trouble.
+[ 23250] By: davem                                 on 2004/09/01  20:46:13
+        Log: From: david nicol <whatever@davidnicol.com>
+             Subject: [perl #31228] no no-op
+             Message-Id: 1093659222.1436.70.camel@plaza.davidnicol.com>
+             Date: 27 Aug 2004 21:13:42 -0500
+
+             Document that 0 and 1 can (sort of) be used as no-ops.
      Branch: perl
-          ! README.tru64
+          ! pod/perlop.pod
 ____________________________________________________________________________
-[ 16826] By: jhi                                   on 2002/05/27  23:48:31
-        Log: Update Changes.
+[ 23249] By: davem                                 on 2004/09/01  18:54:25
+        Log: Subject:  [ PATCH ] 2 added private flags for B::Concise
+             From:  Jim Cromie <jcromie@divsol.com>
+             Date:  Tue, 31 Aug 2004 23:19:54 -0600
+             Message-Id:  <41355BFA.8010900@divsol.com>
+
+             The OPpENTERSUB_NOMOD and OPpCONST_SHORTCIRCUIT flags weren't
+             displayed by B::Concise.
      Branch: perl
-          ! Changes patchlevel.h
+          ! ext/B/B/Concise.pm
 ____________________________________________________________________________
-[ 16825] By: pudge                                 on 2002/05/27  22:55:07
-        Log: Integrate perl
-     Branch: macperl
-         +> ext/Storable/t/integer.t
-          ! macos/MPVersion.r macos/config.sh
-         !> (integrate 60 files)
+[ 23248] By: rgs                                   on 2004/09/01  15:35:20
+        Log: Upgrade to Cwd 2.21.
+     Branch: perl
+          ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/Cwd.pm
 ____________________________________________________________________________
-[ 16824] By: jhi                                   on 2002/05/27  20:58:48
-        Log: Todo update.
+[ 23247] By: rgs                                   on 2004/09/01  15:11:45
+        Log: Update to File::Spec 0.90
      Branch: perl
-          ! pod/perltodo.pod
+          ! lib/File/Spec.pm lib/File/Spec/VMS.pm
 ____________________________________________________________________________
-[ 16823] By: jhi                                   on 2002/05/27  20:55:45
-        Log: Don't assume sh and true.
+[ 23246] By: mhx                                   on 2004/08/30  18:36:18
+        Log: Skip Time::HiRes tests if configured without that module.
      Branch: perl
-          ! Makefile.micro uconfig.h
+          ! ext/Time/HiRes/t/HiRes.t
 ____________________________________________________________________________
-[ 16822] By: jhi                                   on 2002/05/27  20:42:47
-        Log: Subject: Re: [PATCH] Version tango
-             From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
-             Date: Mon, 27 May 2002 13:20:56 -0700
-             Message-ID: <oUp88gzkgy+T092yn@efn.org>
-     Branch: perl
-          ! ext/Devel/Peek/Peek.pm ext/Errno/Errno_pm.PL
-          ! ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Handle.pm
-          ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Socket/UNIX.pm
-          ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
-          ! ext/IPC/SysV/SysV.pm ext/List/Util/lib/List/Util.pm
-          ! ext/Time/HiRes/HiRes.pm lib/Tie/RefHash.pm lib/attributes.pm
-____________________________________________________________________________
-[ 16821] By: rgs                                   on 2002/05/27  20:25:30
-        Log: Fix a warning bug in Perl_report_evil_fh (didn't report
-             stashes correctly.) Partial info is better than wrong info.
+[ 23245] By: mhx                                   on 2004/08/30  18:34:58
+        Log: Fix skipping of a Dumpvalue test when configured without Devel::Peek.
      Branch: perl
-          ! t/lib/warnings/pp_hot util.c
+          ! lib/Dumpvalue.t
 ____________________________________________________________________________
-[ 16820] By: jhi                                   on 2002/05/27  20:09:27
-        Log: A shot in the dark.
+[ 23244] By: mhx                                   on 2004/08/30  18:33:27
+        Log: Skip a Data::Dumper test if configured without B module.
      Branch: perl
-          ! mg.c
+          ! ext/Data/Dumper/t/dumper.t
 ____________________________________________________________________________
-[ 16819] By: jhi                                   on 2002/05/27  19:10:14
-        Log: Comment nit from Yitzchak.
+[ 23243] By: mhx                                   on 2004/08/29  13:22:48
+        Log: Fix typo in B::Assembler.
      Branch: perl
-          ! sv.c
+          ! ext/B/B/Assembler.pm
 ____________________________________________________________________________
-[ 16818] By: nick                                  on 2002/05/27  18:47:58
-        Log: Integrate mainline
-     Branch: perlio
-         +> NetWare/bat/SetNWDef.bat NetWare/bat/Setcw.bat NetWare/sv_nw.c
-         !> Changes MANIFEST NetWare/bat/Setwatcom.bat README.cygwin
-         !> README.netware ext/B/B/Deparse.pm ext/B/B/Lint.pm
-         !> ext/B/t/lint.t ext/Storable/ChangeLog ext/Storable/Storable.pm
-         !> ext/Storable/Storable.xs ext/Storable/t/downgrade.t
-         !> hints/darwin.sh hints/hpux.sh lib/ExtUtils/MM_NW5.pm
-         !> patchlevel.h pod/perldelta.pod pod/perlfaq5.pod
-         !> pod/perlfaq6.pod pod/perlfunc.pod pod/perlipc.pod
-         !> pod/perlsub.pod
-____________________________________________________________________________
-[ 16817] By: jhi                                   on 2002/05/27  18:15:32
-        Log: POD cleanup and rewrapping.
-     Branch: perl
-          ! README.netware
-____________________________________________________________________________
-[ 16816] By: jhi                                   on 2002/05/27  16:55:53
-        Log: Update Changes.
+[ 23242] By: mhx                                   on 2004/08/29  13:21:50
+        Log: Skip ext/B/t/assembler.t when configured without B.
      Branch: perl
-          ! Changes patchlevel.h
+          ! ext/B/t/assembler.t
 ____________________________________________________________________________
-[ 16815] By: jhi                                   on 2002/05/27  16:49:06
-        Log: More NetWare.
+[ 23241] By: merijn                                on 2004/08/28  08:05:19
+        Log: Subject: [PATCH] File::Spec::VMS update
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Fri, 27 Aug 2004 18:51:09 -0500
+             Message-ID: <412FC8ED.1020300@mac.com>
      Branch: perl
-          ! README.netware
+          ! lib/File/Spec/VMS.pm lib/File/Spec/t/Spec.t
 ____________________________________________________________________________
-[ 16814] By: jhi                                   on 2002/05/27  16:36:08
-        Log: Subject: [ PATCH ] Re: Smoke 16789 /pro/3gl/CPAN/perl-current
-             From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
-             Date: Mon, 27 May 2002 19:26:27 +0200
-             Message-Id: <20020527190443.2164.H.M.BRAND@hccnet.nl>
+[ 23240] By: merijn                                on 2004/08/28  07:41:47
+        Log: Pumpkinship updates
      Branch: perl
-          ! hints/hpux.sh
+          ! pod/perlhack.pod
 ____________________________________________________________________________
-[ 16813] By: jhi                                   on 2002/05/27  16:35:47
-        Log: We are not that certain about the localising of
-             tied aggregates.
+[ 23239] By: mhx                                   on 2004/08/26  21:57:39
+        Log: Fix nasty line break in Storable test file.
      Branch: perl
-          ! pod/perldelta.pod
+          ! ext/Storable/t/just_plain_nasty.t
 ____________________________________________________________________________
-[ 16812] By: jhi                                   on 2002/05/27  16:22:45
-        Log: Missed from #16811.
+[ 23238] By: rgs                                   on 2004/08/26  13:02:14
+        Log: Upgrade to MIME::Base64 3.03
      Branch: perl
-          + NetWare/sv_nw.c
-          ! MANIFEST
+          ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Changes
+          ! ext/MIME/Base64/QuotedPrint.pm
 ____________________________________________________________________________
-[ 16811] By: jhi                                   on 2002/05/27  16:22:06
-        Log: NetWare diff from Ananth Kesari.
+[ 23237] By: rgs                                   on 2004/08/25  08:32:41
+        Log: Upgrade to MIME::Base64 3.02.
      Branch: perl
-          + NetWare/bat/SetNWDef.bat NetWare/bat/Setcw.bat
-          ! NetWare/bat/Setwatcom.bat lib/ExtUtils/MM_NW5.pm
+          ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
+          ! ext/MIME/Base64/Changes ext/MIME/Base64/QuotedPrint.pm
+          ! ext/MIME/Base64/t/quoted-print.t
 ____________________________________________________________________________
-[ 16810] By: jhi                                   on 2002/05/27  16:02:10
-        Log: Integrate perlio:
-             
-             [ 16809]
-             Add IO::Scalar fail case to the tests.
-             
-             [ 16808]
-             Fix for the IO::Scalar bug (I think).
-             At tie time break the loop but in a different place:
-             A. Increment REFCNT of the RV involved in the self-tie
-             B. Decrement REFCNT of the thing RV points to (e.g. the GV)
-             At mg_free time
-             Break the connection between the RV and its referent
-             so that we do not try and free it (again).
-             
-             [ 16805]
-             **** UNSAFE **** partial fix for IO::Scalar and local ties.
-             Only op/local.t fails but it is nasty... try valgrind on other machine.
+[ 23236] By: rgs                                   on 2004/08/24  17:24:40
+        Log: Grammatical nit by Hugo.
      Branch: perl
-         !> mg.c sv.c t/op/tie.t
-____________________________________________________________________________
-[ 16809] By: nick                                  on 2002/05/27  11:02:21
-        Log: Add IO::Scalar fail case to the tests.
-     Branch: perlio
-          ! t/op/tie.t
-____________________________________________________________________________
-[ 16808] By: nick                                  on 2002/05/27  09:54:46
-        Log: Fix for the IO::Scalar bug (I think).
-             At tie time break the loop but in a different place:
-             A. Increment REFCNT of the RV involved in the self-tie
-             B. Decrement REFCNT of the thing RV points to (e.g. the GV)
-             At mg_free time
-             Break the connection between the RV and its referent
-             so that we do not try and free it (again).
-     Branch: perlio
-          ! mg.c sv.c
+          ! pod/perlnewmod.pod
 ____________________________________________________________________________
-[ 16807] By: jhi                                   on 2002/05/27  02:39:04
-        Log: select() portability nit.
+[ 23235] By: rgs                                   on 2004/08/23  12:32:33
+        Log: Subject: [perl #31295] PATCH: Test comp/use.t fails on Tru64
+             From: Nikola Milutinovic (via RT) <perlbug-followup@perl.org>
+             Date: 23 Aug 2004 10:37:31 -0000
+             Message-ID: <rt-3.0.11-31295-94232.1.74127465250315@perl.org>
      Branch: perl
-          ! pod/perlfunc.pod
+          ! t/comp/use.t
 ____________________________________________________________________________
-[ 16806] By: rgs                                   on 2002/05/26  21:01:35
-        Log: Fix a remaining B::Lint bug.
+[ 23234] By: mhx                                   on 2004/08/23  05:33:39
+        Log: Upgrade to Devel::PPPort 3.01.
      Branch: perl
-          ! ext/B/B/Lint.pm ext/B/t/lint.t
-____________________________________________________________________________
-[ 16805] By: nick                                  on 2002/05/26  20:51:31
-        Log: **** UNSAFE **** partial fix for IO::Scalar and local ties.
-             Only op/local.t fails but it is nasty... try valgrind on other machine.
-     Branch: perlio
-          ! sv.c
+          ! ext/Devel/PPPort/Changes ext/Devel/PPPort/META.yml
+          ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort_pm.PL
+          ! ext/Devel/PPPort/module2.c ext/Devel/PPPort/parts/inc/ppphtest
+          ! ext/Devel/PPPort/parts/inc/version
+          ! ext/Devel/PPPort/t/ppphtest.t
 ____________________________________________________________________________
-[ 16804] By: jhi                                   on 2002/05/26  17:23:26
-        Log: Some day I might actually learn to test changes first
-             before committing them in.
+[ 23233] By: mhx                                   on 2004/08/22  22:18:56
+        Log: Fix some backwards-compatibility problems with Storable.
      Branch: perl
-          ! hints/darwin.sh
+          ! ext/Storable/Storable.xs ext/Storable/t/weak.t
 ____________________________________________________________________________
-[ 16803] By: jhi                                   on 2002/05/26  17:16:32
-        Log: Until otherwise proven.
+[ 23232] By: rgs                                   on 2004/08/22  19:14:57
+        Log: Upgrade to Time::HiRes 1.61
      Branch: perl
-          ! hints/darwin.sh
+          ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
+          ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
+          ! ext/Time/HiRes/hints/solaris.pl ext/Time/HiRes/t/HiRes.t
 ____________________________________________________________________________
-[ 16802] By: jhi                                   on 2002/05/26  17:15:12
-        Log: Darwin hint tweaks.
+[ 23231] By: mhx                                   on 2004/08/22  15:36:36
+        Log: Fix Storable's MANIFEST.
      Branch: perl
-          ! hints/darwin.sh
+          ! ext/Storable/MANIFEST
 ____________________________________________________________________________
-[ 16801] By: jhi                                   on 2002/05/26  15:56:15
-        Log: FAQ sync.
+[ 23230] By: davem                                 on 2004/08/20  21:20:48
+        Log: a regex in STDOUT destructor coredumped because regex pad already
+             freed
      Branch: perl
-          ! pod/perlfaq5.pod pod/perlfaq6.pod
+          ! perl.c t/op/ref.t
 ____________________________________________________________________________
-[ 16800] By: jhi                                   on 2002/05/26  15:27:05
-        Log: Subject: [DOC-PATCH] README.cygwin updated
-             From: "Gerrit P. Haase" <gp@familiehaase.de>
-             Date: Sun, 26 May 2002 14:56:14 +0200
-             Message-ID: <1151480833395.20020526145614@familiehaase.de>
+[ 23229] By: mhx                                   on 2004/08/20  13:18:08
+        Log: Upgrade to Devel::PPPort 3.00_03.
      Branch: perl
-          ! README.cygwin
+          ! ext/Devel/PPPort/Changes ext/Devel/PPPort/META.yml
+          ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort_pm.PL
+          ! ext/Devel/PPPort/parts/inc/ppphtest
+          ! ext/Devel/PPPort/t/ppphtest.t
 ____________________________________________________________________________
-[ 16799] By: jhi                                   on 2002/05/26  15:25:35
-        Log: I thinkk thinggy has only one g.
+[ 23228] By: mhx                                   on 2004/08/19  23:14:00
+        Log: Tweak 'h2xs -h' output.
      Branch: perl
-          ! pod/perldelta.pod
+          ! utils/h2xs.PL
 ____________________________________________________________________________
-[ 16798] By: jhi                                   on 2002/05/26  15:23:32
-        Log: Subject: [PATCH] docs for broken local(%tied) behaviour
-             From: Dave Mitchell <davem@fdgroup.com>
-             Date: Sun, 26 May 2002 14:15:42 +0100
-             Message-ID: <20020526141542.B18527@fdgroup.com>
+[ 23227] By: mhx                                   on 2004/08/19  17:05:48
+        Log: Delete superfluous "with".
      Branch: perl
-          ! pod/perldelta.pod pod/perlsub.pod
+          ! README.win32
 ____________________________________________________________________________
-[ 16797] By: jhi                                   on 2002/05/26  15:19:34
-        Log: Subject: [PATCH] B::Deparse: handle blessed code refs in coderef2text
-             From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
-             Date: Sat, 25 May 2002 21:52:16 -0700
-             Message-ID: <15600.27136.853114.694744@soda.csua.berkeley.edu>
+[ 23226] By: mhx                                   on 2004/08/19  11:22:15
+        Log: Upgrade to Devel::PPPort 3.00_02.
      Branch: perl
-          ! ext/B/B/Deparse.pm
+          ! ext/Devel/PPPort/Changes ext/Devel/PPPort/META.yml
+          ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm
+          ! ext/Devel/PPPort/PPPort_pm.PL
 ____________________________________________________________________________
-[ 16796] By: jhi                                   on 2002/05/26  15:18:27
-        Log: Slight reformatting; tiny tweaks.
+[ 23225] By: rgs                                   on 2004/08/19  07:58:59
+        Log: Mark a test that relies on tainting behavior as TODO on Windows.
      Branch: perl
-          ! pod/perlipc.pod
+          ! t/comp/opsubs.t
 ____________________________________________________________________________
-[ 16795] By: jhi                                   on 2002/05/26  15:11:00
-        Log: Integrate perlio:
-             
-             [ 16794]
-             Update perlipc.pod for new signals
+[ 23224] By: steveh                                on 2004/08/18  13:44:13
+        Log: Add notes for building with MS VC++ Toolkit 2003
      Branch: perl
-         !> pod/perlipc.pod
+          ! README.win32
 ____________________________________________________________________________
-[ 16794] By: nick                                  on 2002/05/26  08:07:12
-        Log: Update perlipc.pod for new signals
-     Branch: perlio
-          ! pod/perlipc.pod
+[ 23223] By: mhx                                   on 2004/08/17  21:33:41
+        Log: Upgrade to Devel::PPPort 3.00_01.
+     Branch: perl
+          + ext/Devel/PPPort/parts/inc/sv_xpvf ext/Devel/PPPort/t/cop.t
+          + ext/Devel/PPPort/t/sv_xpvf.t
+          ! MANIFEST ext/Devel/PPPort/Changes ext/Devel/PPPort/MANIFEST
+          ! ext/Devel/PPPort/META.yml ext/Devel/PPPort/PPPort.pm
+          ! ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/PPPort_pm.PL
+          ! ext/Devel/PPPort/TODO ext/Devel/PPPort/parts/apicheck.pl
+          ! ext/Devel/PPPort/parts/inc/misc
+          ! ext/Devel/PPPort/parts/inc/ppphbin
+          ! ext/Devel/PPPort/parts/inc/ppphtest
+          ! ext/Devel/PPPort/parts/inc/uv
+          ! ext/Devel/PPPort/parts/ppptools.pl
+          ! ext/Devel/PPPort/parts/todo/5004000
+          ! ext/Devel/PPPort/parts/todo/5004050
+          ! ext/Devel/PPPort/parts/todo/5006000
+          ! ext/Devel/PPPort/t/ppphtest.t ext/Devel/PPPort/t/uv.t
+____________________________________________________________________________
+[ 23222] By: mhx                                   on 2004/08/17  10:14:46
+        Log: Upgrade to Devel::PPPort 3.00.
+     Branch: perl
+          + (add 103 files)
+          - ext/Devel/PPPort/t/test.t
+          ! MANIFEST ext/Devel/PPPort/Changes ext/Devel/PPPort/MANIFEST
+          ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm
+          ! ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/README
+          ! ext/Devel/PPPort/TODO ext/Devel/PPPort/module2.c
+          ! ext/Devel/PPPort/module3.c ext/Devel/PPPort/ppport_h.PL
+          ! ext/Devel/PPPort/soak
 ____________________________________________________________________________
-[ 16793] By: nick                                  on 2002/05/26  07:10:14
-        Log: Integrate mainline
-     Branch: perlio
-         !> AUTHORS Changes Configure patchlevel.h
+[ 23221] By: rgs                                   on 2004/08/17  08:25:39
+        Log: Subject: [PATCH] Document Carp's global variables + provide tests
+             From: "Jos I. Boumans" <kane@dwim.org>
+             Date: Mon, 16 Aug 2004 15:53:40 +0200
+             Message-Id: <ADC6DEC6-EF8B-11D8-8425-000A95EF62E2@dwim.org>
+             (tests a bit reworked)
+     Branch: perl
+          ! lib/Carp.pm lib/Carp.t
 ____________________________________________________________________________
-[ 16792] By: jhi                                   on 2002/05/25  21:39:58
-        Log: Mention that we do Win64.
+[ 23220] By: rgs                                   on 2004/08/17  07:29:11
+        Log: Subject: Updates to modules-related pod
+             From: Kirrily Skud Robert <skud@infotrope.net>
+             Date: Mon, 16 Aug 2004 16:00:14 -0400
+             Message-ID: <20040816200014.GC27764@infotrope.net>
      Branch: perl
-          ! pod/perldelta.pod
+          ! pod/perlnewmod.pod
 ____________________________________________________________________________
-[ 16791] By: jhi                                   on 2002/05/25  21:39:03
-        Log: Document the $Config{byteorder} changes.
+[ 23219] By: rgs                                   on 2004/08/16  17:59:22
+        Log: Subject: [PATCH] running mktables on VMS
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Tue, 10 Aug 2004 22:28:04 -0500
+             Message-ID: <41199244.9020706@mac.com>
      Branch: perl
-          ! pod/perldelta.pod
+          ! vms/descrip_mms.template
 ____________________________________________________________________________
-[ 16790] By: jhi                                   on 2002/05/25  21:27:52
-        Log: Subject: [PATCH] Re: Storable 2.0.0 fails on vendor perl on Mac OS X 10.1
-             From: Nicholas Clark <nick@unfortu.net>
-             Date: Sat, 25 May 2002 22:37:19 +0100
-             Message-ID: <20020525213719.GG299@Bagpuss.unfortu.net> 
-             
-             Subject: [PATCH] Storable (smaller)
-             From: Nicholas Clark <nick@unfortu.net>
-             Date: Sat, 25 May 2002 23:13:13 +0100
-             Message-ID: <20020525221312.GA3910@Bagpuss.unfortu.net>
+[ 23218] By: rgs                                   on 2004/08/16  07:23:56
+        Log: Subject: [PATCH] make cygwin ld2 executable
+             From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
+             Date: Sun, 15 Aug 2004 17:14:59 -0700
+             Message-ID: <20040816001252.GA2148@efn.org>
      Branch: perl
-          ! ext/Storable/ChangeLog ext/Storable/Storable.pm
-          ! ext/Storable/Storable.xs ext/Storable/t/downgrade.t
+          ! cygwin/Makefile.SHs
 ____________________________________________________________________________
-[ 16789] By: jhi                                   on 2002/05/25  19:00:43
-        Log: Update Changes.
+[ 23217] By: davem                                 on 2004/08/14  22:32:16
+        Log: make pp_goto() cope potential stack reallocation in EXTEND
+             The code for goto &foo had local pointers to the stack that
+             pointed to the wrong place after a realloc.
      Branch: perl
-          ! Changes patchlevel.h
+          ! pp_ctl.c t/op/goto.t
 ____________________________________________________________________________
-[ 16788] By: jhi                                   on 2002/05/25  18:55:30
-        Log: AUTHORS updates.
+[ 23216] By: rgs                                   on 2004/08/13  13:18:37
+        Log: Subject: [PATCH] pre Math::BigInt v1.72
+             From: Tels <perl_dummy@bloodgate.com>
+             Date: Fri, 13 Aug 2004 14:02:50 +0200
+             Message-Id: <200408131402.52270@bloodgate.com>
      Branch: perl
-          ! AUTHORS
+          ! 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/sub_mbf.t lib/Math/BigInt/t/with_sub.t
 ____________________________________________________________________________
-[ 16787] By: jhi                                   on 2002/05/25  18:51:49
-        Log: metaconfig unit changes for #16786.
-     Branch: metaconfig
-          ! U/modified/Getfile.U U/modified/pager.U
+[ 23215] By: rgs                                   on 2004/08/13  12:09:35
+        Log: Subject: Test for functions with operator names
+             From: Andy Lester <andy@petdance.com>
+             Date: Thu, 12 Aug 2004 11:31:03 -0500
+             Message-ID: <20040812163103.GA26687@petdance.com>
+     Branch: perl
+          + t/comp/opsubs.t
+          ! MANIFEST
 ____________________________________________________________________________
-[ 16786] By: jhi                                   on 2002/05/25  18:51:29
-        Log: Pager query tweaks from Andy Dougherty (for OS/2).
+[ 23214] By: rgs                                   on 2004/08/13  07:13:38
+        Log: Subject: api doc fix for SvSetMagicSV_nosteal
+             From: Stas Bekman <stas@stason.org>
+             Date: Thu, 12 Aug 2004 18:10:36 -0700
+             Message-ID: <411C150C.5020602@stason.org>
      Branch: perl
-          ! Configure
+          ! pod/perlapi.pod sv.h
 ____________________________________________________________________________
-[ 16785] By: jhi                                   on 2002/05/25  18:19:56
-        Log: Integrate perlio:
-             
-             [ 16784]
-             Fix VMS ungetc fix for platforms like NetBSD.
+[ 23213] By: rgs                                   on 2004/08/10  13:17:40
+        Log: Subject: Re: 2 patches: goto.t, B.pm/xs
+             From: Jim Cromie <jcromie@divsol.com>
+             Date: Tue, 10 Aug 2004 07:29:08 -0600
+             Message-ID: <4118CDA4.3060700@divsol.com>
      Branch: perl
-         !> perlio.c
+          ! t/op/goto.t
 ____________________________________________________________________________
-[ 16784] By: nick                                  on 2002/05/25  17:34:48
-        Log: Fix VMS ungetc fix for platforms like NetBSD.
-     Branch: perlio
-          ! perlio.c
+[ 23212] By: rgs                                   on 2004/08/10  07:21:19
+        Log: Subject: 2 patches: goto.t, B.pm/xs
+             From: Jim Cromie <jcromie@divsol.com>
+             Date: Sun, 08 Aug 2004 18:42:47 -0600
+             Message-ID: <4116C887.9080400@divsol.com>
+     Branch: perl
+          ! ext/B/B.pm ext/B/B.xs
 ____________________________________________________________________________
-[ 16783] By: nick                                  on 2002/05/25  16:33:14
-        Log: Integrate mainline for Lupe's perlio.c fix before
-             starting on NetBSD issue
-     Branch: perlio
-         !> README.beos ext/Storable/t/integer.t lib/ExtUtils/t/basic.t
-         !> perlio.c pod/perlapio.pod pod/perldelta.pod
+[ 23211] By: rgs                                   on 2004/08/10  07:00:01
+        Log: Subject: Re: POSIX::sigprocmask implemented incorrectly
+             From: Alan Burlison <Alan.Burlison@sun.com>
+             Date: Mon, 09 Aug 2004 19:00:12 +0100
+             Message-ID: <4117BBAC.7080603@sun.com>
+     Branch: perl
+          ! ext/POSIX/POSIX.xs
 ____________________________________________________________________________
-[ 16782] By: jhi                                   on 2002/05/25  16:26:53
-        Log: Subject: [PATCH perl@16764/MM 5.96_01] basic.t library problem on VMS
-             From: "Craig A. Berry" <craigberry@mac.com>
-             Date: Sat, 25 May 2002 12:19:36 -0500
-             Message-Id: <a0511170cb914b40fc32d@[172.16.52.1]>
+[ 23210] By: davem                                 on 2004/08/09  19:58:35
+        Log: Fix a typo and remove some debugging crud from change #23209
      Branch: perl
-          ! lib/ExtUtils/t/basic.t
+          ! ext/XS/APItest/t/call.t
 ____________________________________________________________________________
-[ 16781] By: jhi                                   on 2002/05/25  16:13:08
-        Log: BeOS: update the test status.
+[ 23209] By: davem                                 on 2004/08/09  19:48:57
+        Log: eval_sv() failing a taint test could corrupt the stack
      Branch: perl
-          ! README.beos pod/perldelta.pod
+          ! ext/XS/APItest/t/call.t perl.c
 ____________________________________________________________________________
-[ 16780] By: jhi                                   on 2002/05/25  15:30:32
-        Log: Subject: Re: [PATCH] Re: [PATCH] Re: [Another bug] Re: about Storable perl module (again)
-             From: Nicholas Clark <nick@unfortu.net>
-             Date: Sat, 25 May 2002 17:19:21 +0100
-             Message-ID: <20020525161921.GD299@Bagpuss.unfortu.net>
+[ 23208] By: davem                                 on 2004/08/09  18:28:33
+        Log: made eq_array in t/test.pl handle undef values better
      Branch: perl
-          ! ext/Storable/t/integer.t
+          ! t/test.pl
 ____________________________________________________________________________
-[ 16779] By: jhi                                   on 2002/05/25  14:58:48
-        Log: Update the number of tests.
+[ 23207] By: davem                                 on 2004/08/09  17:21:27
+        Log: fix minor nit in file description, to keep Jarkko happy
      Branch: perl
-          ! pod/perldelta.pod
+          ! utf8.c
 ____________________________________________________________________________
-[ 16778] By: jhi                                   on 2002/05/25  13:11:52
-        Log: Subject: [Patch] Re: ./perl harness on Cygwin today failures
-             From: lupe@lupe-christoph.de (Lupe Christoph)    
-             Date: Sat, 25 May 2002 15:45:34 +0200
-             Message-ID: <20020525134534.GT6638@lupe-christoph.de>
+[ 23206] By: rgs                                   on 2004/08/09  15:33:54
+        Log: Subject: Patch for t/op/sleep.t
+             From: Andy Lester <andy@petdance.com>
+             Date: Mon, 9 Aug 2004 00:11:51 -0500
+             Message-ID: <20040809051151.GA13872@petdance.com>
      Branch: perl
-          ! perlio.c pod/perlapio.pod
+          ! t/op/sleep.t
 ____________________________________________________________________________
-[ 16777] By: jhi                                   on 2002/05/25  12:51:53
-        Log: Subject: [PATCH] Re: [PATCH] Re: [Another bug] Re: about Storable perl module (again)
-             From: Nicholas Clark <nick@unfortu.net>
-             Date: Sat, 25 May 2002 12:17:44 +0100
-             Message-ID: <20020525111743.GC299@Bagpuss.unfortu.net>
+[ 23205] By: rgs                                   on 2004/08/09  12:10:25
+        Log: Add a note in perltodo about a potential extension of readpipe()
      Branch: perl
-          ! ext/Storable/t/integer.t
+          ! pod/perltodo.pod
 ____________________________________________________________________________
-[ 16776] By: nick                                  on 2002/05/25  11:23:28
-        Log: Integrate mainline
-     Branch: perlio
-         +> ext/Storable/t/integer.t
-         !> (integrate 41 files)
+[ 23204] By: rgs                                   on 2004/08/09  09:13:27
+        Log: Subject: Re: POSIX::sigprocmask implemented incorrectly
+             From: Alan Burlison <Alan.Burlison@sun.com>
+             Date: Mon, 09 Aug 2004 10:30:25 +0100
+             Message-ID: <41174431.6050803@sun.com>
+     Branch: perl
+          ! ext/POSIX/POSIX.xs
 ____________________________________________________________________________
-[ 16775] By: jhi                                   on 2002/05/25  01:48:37
-        Log: perldelta tweaks.
+[ 23203] By: davem                                 on 2004/08/07  15:10:40
+        Log: Add tests for XS call_*() API
      Branch: perl
-          ! pod/perldelta.pod
+          + ext/XS/APItest/t/call.t
+          ! MANIFEST ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
+          ! ext/XS/APItest/MANIFEST pod/perlcall.pod
 ____________________________________________________________________________
-[ 16774] By: jhi                                   on 2002/05/24  22:28:29
-        Log: UNICOS: update test status.
+[ 23202] By: mhx                                   on 2004/08/07  15:10:39
+        Log: Subject: [PATCH] DB_File 1.810
+             From: "Paul Marquess" <Paul.Marquess@btinternet.com>
+             Date: Sat, 7 Aug 2004 15:22:09 +0100
+             Message-Id: <20040807142059.CTQC10838.mta10-svc.ntlworld.com@MARQUESSPT21>
      Branch: perl
-          ! ext/Socket/socketpair.t pod/perldelta.pod
+          ! ext/DB_File/Changes ext/DB_File/DB_File.pm
+          ! ext/DB_File/DB_File.xs ext/DB_File/t/db-hash.t
 ____________________________________________________________________________
-[ 16773] By: jhi                                   on 2002/05/24  22:25:41
-        Log: UNICOS: since $] is really 5.00700299999997,
-             testing for equivalence with 5.007003 isn't correct.
-             (From Nicholas Clark.)
+[ 23200] By: steveh                                on 2004/08/06  12:55:31
+        Log: Fix [perl #24269] socket() call uses non-IFS providers
+             causing subsequent print/read to hang or misbehave
+
+             Patch supplied by Artiom Morozov <artiom@phreaker.net>
+             in the bug report at http://rt.perl.org/rt3/index.html?q=24269
      Branch: perl
-          ! ext/Storable/t/downgrade.t
+          ! README.win32 win32/Makefile win32/makefile.mk win32/win32.c
+          ! win32/win32.h win32/win32sck.c
 ____________________________________________________________________________
-[ 16772] By: jhi                                   on 2002/05/24  21:44:35
-        Log: Knock off one test failure thanks to #16771.
+[ 23199] By: steveh                                on 2004/08/06  11:57:59
+        Log: Another small clean-up following changes #23190 and #23198
      Branch: perl
-          ! pod/perldelta.pod
+          ! gv.c
 ____________________________________________________________________________
-[ 16771] By: jhi                                   on 2002/05/24  21:39:53
-        Log: In some (rare) platforms (such as UNICOS) using the native
-             atof is still better.
+[ 23198] By: davem                                 on 2004/08/06  10:06:46
+        Log: remove leaks associated with version object change #23190
      Branch: perl
-          ! numeric.c perl.h
+          ! gv.c util.c
 ____________________________________________________________________________
-[ 16770] By: jhi                                   on 2002/05/24  21:14:34
-        Log: Subject: [PATCH vms/vms.c] logical name translation iteration limits
+[ 23197] By: rgs                                   on 2004/08/06  06:53:08
+        Log: Subject: [PATCH sv.c]  signedness nit in #23190
              From: "Craig A. Berry" <craigberry@mac.com>
-             Date: Fri, 24 May 2002 16:24:44 -0500
-             Message-Id: <a0511170ab9145b5af8f9@[172.16.52.1]>      
+             Date: Thu, 05 Aug 2004 13:10:55 -0500
+             Message-ID: <4112782F.7040302@mac.com>
      Branch: perl
-          ! pod/perldelta.pod vms/vms.c
+          ! sv.c
 ____________________________________________________________________________
-[ 16769] By: jhi                                   on 2002/05/24  19:25:55
-        Log: Subject: [PATCH pod/perllol.pod] small typo
-             From: "Geoffrey F. Green" <geoff-public@stuebegreen.com>
-             Date: Fri, 24 May 2002 16:05:07 -0400
-             Message-ID: <B9141533.8467%geoff-public@stuebegreen.com>
+[ 23196] By: mhx                                   on 2004/08/04  18:29:23
+        Log: Document sv_catpvn_nomg, sv_setsv_nomg and sv_catsv_nomg.
      Branch: perl
-          ! pod/perllol.pod
+          ! pod/perlapi.pod sv.h
 ____________________________________________________________________________
-[ 16768] By: jhi                                   on 2002/05/24  17:47:14
-        Log: Subject: Re: op/pat.t failure at test 822, Solaris 8, gcc -O -Duse64bitint
-             From: Andy Dougherty <doughera@lafayette.edu>
-             Date: Fri, 24 May 2002 14:46:49 -0400 (EDT)
-             Message-ID: <Pine.SOL.4.10.10205241445520.6195-100000@maxwell.phys.lafayette.edu>
+[ 23195] By: nick                                  on 2004/08/04  18:16:47
+        Log: Comment describing purpose.
      Branch: perl
-          ! hints/solaris_2.sh
+          ! globals.c
 ____________________________________________________________________________
-[ 16767] By: jhi                                   on 2002/05/24  16:55:48
-        Log: Subject: [patch] small change
-             From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
-             Date: Fri, 24 May 2002 19:18:24 +0400
-             Message-ID: <845FCFF2D4C0FC468B485E8777C7A00C07D69E@cio-test001.spb.lucent.com>
+[ 23194] By: rgs                                   on 2004/08/04  07:18:49
+        Log: Subject: Re: POSIX::sigprocmask implemented incorrectly
+             From: Alan Burlison <Alan.Burlison@sun.com>
+             Date: Mon, 19 Jul 2004 12:07:02 +0100
+             Message-ID: <40FBAB56.1030208@sun.com>
+
+             (last chunk only)
      Branch: perl
-          ! perl.h win32/makefile.mk
+          ! ext/POSIX/POSIX.xs
 ____________________________________________________________________________
-[ 16766] By: jhi                                   on 2002/05/24  14:30:25
-        Log: Subject: [PATCH] README.aix
-             From: John Peacock <jpeacock@rowman.com>    
-             Date: Fri, 24 May 2002 10:49:39 -0400
-             Message-ID: <3CEE5303.1070201@rowman.com>
+[ 23193] By: rgs                                   on 2004/08/04  07:00:21
+        Log: Remove compilation warnings about uninitialized variables.
      Branch: perl
-          ! README.aix
+          ! sv.c
 ____________________________________________________________________________
-[ 16765] By: jhi                                   on 2002/05/24  14:23:06
-        Log: Upgrade to Locale-Codes 2.04.
+[ 23192] By: rgs                                   on 2004/08/04  06:55:46
+        Log: Remove the "Newline in left-justified string" warning.
      Branch: perl
-          ! lib/Locale/Codes/ChangeLog lib/Locale/Codes/t/country.t
-          ! lib/Locale/Country.pm
+          ! pod/perldiag.pod sv.c t/lib/warnings/sv
 ____________________________________________________________________________
-[ 16764] By: jhi                                   on 2002/05/24  12:27:51
-        Log: Update Changes.
+[ 23191] By: rgs                                   on 2004/08/04  06:30:58
+        Log: Subject: [PATCH] extension to diagnostics.pm
+             From: Fergal Daly <fergal@esatclear.ie>
+             Date: Wed, 4 Aug 2004 00:33:09 +0100
+             Message-ID: <20040803233309.GA239@dyn.fergaldaly.com>
      Branch: perl
-          ! Changes patchlevel.h
+          ! lib/diagnostics.pm
 ____________________________________________________________________________
-[ 16763] By: jhi                                   on 2002/05/24  12:02:42
-        Log: Subject: [PATCH Makefile.SH]  'make distclean' should remove *old files too.
-             From: Abigail <abigail@foad.org>
-             Date: Fri, 24 May 2002 02:43:37 -0700
-             Message-ID: <20020524024337.A28749@ucan.foad.org>
+[ 23190] By: rgs                                   on 2004/08/04  06:19:27
+        Log: Subject: [PATCH] Final version object core patch?
+             From: John Peacock <jpeacock@rowman.com>
+             Date: Tue, 03 Aug 2004 22:23:57 -0400
+             Message-ID: <411048BD.3080700@rowman.com>
      Branch: perl
-          ! Makefile.SH
+          ! gv.c perl.c pp_ctl.c sv.c t/comp/require.t t/op/ver.t util.c
 ____________________________________________________________________________
-[ 16762] By: jhi                                   on 2002/05/24  12:01:18
-        Log: Subject: [PATCH ext/POSIX/t/posix.t, pod/perldelta.pod] Typos
-             From: Abigail <abigail@foad.org>
-             Date: Fri, 24 May 2002 02:26:48 -0700
-             Message-ID: <20020524022648.A31684@ucan.foad.org>
+[ 23189] By: merijn                                on 2004/08/03  23:51:13
+        Log: gcc on AIX 4 doesn't like -G on the commandline too
      Branch: perl
-          ! ext/POSIX/t/posix.t
+          ! hints/aix_4.sh
 ____________________________________________________________________________
-[ 16761] By: jhi                                   on 2002/05/23  23:25:48
-        Log: Doc tweaks.
+[ 23188] By: merijn                                on 2004/08/03  23:48:13
+        Log: gcc on AIX doesn't like -G on the commandline
      Branch: perl
-          ! pod/perlunicode.pod pod/perluniintro.pod
+          ! hints/aix.sh
 ____________________________________________________________________________
-[ 16760] By: jhi                                   on 2002/05/23  22:44:48
-        Log: More portability defines, now mostly type-related
-             (based on Storable.xs)
+[ 23187] By: davem                                 on 2004/08/03  19:20:18
+        Log: more typo fixes for change 3176 (comments at top of .c files)
      Branch: perl
-          ! ext/Devel/PPPort/PPPort.pm
+          ! mg.c miniperlmain.c perl.c run.c scope.c
 ____________________________________________________________________________
-[ 16759] By: jhi                                   on 2002/05/23  22:11:11
-        Log: Subject: [PATCH] Re: [Another bug] Re: about Storable perl module (again)
-             From: Nicholas Clark <nick@unfortu.net>
-             Date: Thu, 23 May 2002 23:43:16 +0100
-             Message-ID: <20020523224316.GB989@Bagpuss.unfortu.net>     
+[ 23186] By: rgs                                   on 2004/08/03  10:22:54
+        Log: Subject: [perl #30914] ExtUtils::Embed should use libperl name from Config
+             From: Marek Rouchal (via RT) <perlbug-followup@perl.org>
+             Date: 2 Aug 2004 07:00:33 -0000
+             Message-ID: <rt-3.0.11-30914-93038.14.5123598132685@perl.org>
      Branch: perl
-          + ext/Storable/t/integer.t
-          ! MANIFEST ext/Storable/ChangeLog ext/Storable/Storable.pm
-          ! ext/Storable/Storable.xs
+          ! lib/ExtUtils/Embed.pm
 ____________________________________________________________________________
-[ 16758] By: jhi                                   on 2002/05/23  21:25:40
-        Log: Subject: [PATCH] configure.com: C switch tweak for VAX
-             From: "Craig A. Berry" <craigberry@mac.com>
-             Date: Thu, 23 May 2002 16:47:34 -0500
-             Message-Id: <a05111704b9131291e9f0@[172.16.52.1]>
+[ 23185] By: rgs                                   on 2004/08/03  09:39:35
+        Log: Subject: [PATCH] additional -V:foo tests
+             From: Jim Cromie <jcromie@divsol.com>
+             Date: Mon, 02 Aug 2004 09:15:23 -0600
+             Message-ID: <410E5A8B.9030307@divsol.com>
      Branch: perl
-          ! configure.com
+          ! configpm lib/Config.t pod/perlrun.pod
 ____________________________________________________________________________
-[ 16757] By: jhi                                   on 2002/05/23  20:24:57
-        Log: One more ppportability thing (from Sarathy).
+[ 23184] By: rgs                                   on 2004/08/02  16:40:36
+        Log: Enhance the caveat in the description of tell()
+
+             Subject: Re: [perl #30788] Error in documentation
+             From: Nick Ing-Simmons <nick@ing-simmons.net>
+             Date: Wed, 28 Jul 2004 15:12:54 +0100
+             Message-Id: <20040728141254.3861.5@llama.ing-simmons.net>
      Branch: perl
-          ! ext/Devel/PPPort/PPPort.pm
+          ! pod/perlfunc.pod
 ____________________________________________________________________________
-[ 16756] By: jhi                                   on 2002/05/23  20:20:41
-        Log: Subject: [PATCH] Test::Harness 2.22 -> 2.23
-             From: Michael G Schwern <schwern@pobox.com>
-             Date: Wed, 22 May 2002 19:21:43 -0400
-             Message-id: <20020522232143.GS7147@ool-18b93024.dyn.optonline.net>
+[ 23183] By: rgs                                   on 2004/08/02  09:16:13
+        Log: Remove empty rpath from .so files
      Branch: perl
-          ! lib/Test/Harness.pm lib/Test/Harness/Changes
-          ! lib/Test/Harness/t/strap-analyze.t
-          ! lib/Test/Harness/t/test-harness.t t/lib/sample-tests/die
-          ! t/lib/sample-tests/die_head_end
-          ! t/lib/sample-tests/die_last_minute
+          ! lib/ExtUtils/MM_Unix.pm
 ____________________________________________________________________________
-[ 16755] By: jhi                                   on 2002/05/23  20:17:54
-        Log: Subject: [PATCH] ExtUtils::MakeMaker 5.95_01 -> 5.96_01
-             From: Michael G Schwern <schwern@pobox.com>
-             Date: Wed, 22 May 2002 19:14:35 -0400
-             Message-id: <20020522231434.GR7147@ool-18b93024.dyn.optonline.net>
+[ 23182] By: rgs                                   on 2004/08/02  09:11:12
+        Log: Subject: [PATCH] mention refaddr() in overload::StrVal docs
+             From: Fergal Daly <fergal@esatclear.ie>
+             Date: Fri, 30 Jul 2004 16:09:19 +0100
+             Message-ID: <20040730150919.GB19022@dyn.fergaldaly.com>
      Branch: perl
-          ! lib/ExtUtils/Changes lib/ExtUtils/Command.pm
-          ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/t/basic.t
-          ! lib/ExtUtils/t/testlib.t lib/ExtUtils/testlib.pm
+          ! lib/overload.pm
 ____________________________________________________________________________
-[ 16754] By: jhi                                   on 2002/05/23  19:02:23
-        Log: Subject: [PATCH] dump.c recognizes CvLOCKED
-             From: Tim Jenness <t.jenness@jach.hawaii.edu>
-             Date: Thu, 23 May 2002 10:00:00 -1000 (HST)
-             Message-ID: <Pine.LNX.4.44.0205230959040.3222-100000@lapaki>
+[ 23181] By: steveh                                on 2004/08/02  08:05:05
+        Log: Fix breakage caused by Change 23179
      Branch: perl
-          ! dump.c
+          ! t/run/fresh_perl.t
 ____________________________________________________________________________
-[ 16753] By: jhi                                   on 2002/05/23  17:41:21
-        Log: Typo squad.
+[ 23180] By: davem                                 on 2004/08/01  16:49:20
+        Log: Add comment to top of reentr.c and fix typos in other files
      Branch: perl
-          ! ext/POSIX/POSIX.pod pod/perldelta.pod
+          ! deb.c dump.c miniperlmain.c pad.c perly.y reentr.c reentr.h
+          ! reentr.pl regcomp.c regexec.c scope.c utf8.c
 ____________________________________________________________________________
-[ 16752] By: jhi                                   on 2002/05/23  16:04:15
-        Log: Subject: Re: [ID 20020523.001] POSIX::sleep not POSIX compliant
-             From: Abigail <abigail@foad.org>
-             Date: Thu, 23 May 2002 07:53:33 -0700
-             Message-ID: <20020523075333.A14658@ucan.foad.org>
+[ 23179] By: mhx                                   on 2004/08/01  16:10:19
+        Log: Skip test when building without Encode.
      Branch: perl
-          ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod pod/perldelta.pod
+          ! t/run/fresh_perl.t
 ____________________________________________________________________________
-[ 16751] By: jhi                                   on 2002/05/23  10:21:09
-        Log: PPPort dTHX.
+[ 23178] By: mhx                                   on 2004/08/01  10:19:46
+        Log: Remove redundant SvOOK_off (called implicitly by SvOK_off)
+             and merge identical cases.
      Branch: perl
-          ! ext/Devel/PPPort/PPPort.pm
-____________________________________________________________________________
-[ 16750] By: nick                                  on 2002/05/23  08:00:24
-        Log: Integrate mainline (all ok on MinGW-1.1 Win2k)
-     Branch: perlio
-         !> README.aix ext/Encode/t/mime-header.t ext/PerlIO/t/fallback.t
-         !> hints/hpux.sh hints/unicos.sh lib/utf8.t lib/vmsish.t
-         !> pod/perldelta.pod
+          ! scope.c
 ____________________________________________________________________________
-[ 16749] By: jhi                                   on 2002/05/22  22:36:35
-        Log: We do not want utf8.t to be compiled under -Mutf8,
-             wonky as it sounds.
+[ 23177] By: davem                                 on 2004/07/31  16:27:09
+        Log: shut up a warning in mg.c
      Branch: perl
-          ! lib/utf8.t
+          ! mg.c
 ____________________________________________________________________________
-[ 16748] By: jhi                                   on 2002/05/22  22:34:20
-        Log: We do not want to see the utf8 hints bit.
+[ 23176] By: davem                                 on 2004/07/31  16:21:50
+        Log: Add comment to the top of most .c files explaining their purpose
      Branch: perl
-          ! lib/vmsish.t
+          ! deb.c doio.c doop.c dump.c gv.c hv.c locale.c malloc.c mg.c
+          ! miniperlmain.c numeric.c op.c pad.c perl.c perlio.c perly.act
+          ! perly.h perly.tab perly.y pp.c pp_ctl.c pp_hot.c pp_pack.c
+          ! pp_sort.c pp_sys.c regcomp.c regexec.c run.c scope.c taint.c
+          ! universal.c utf8.c util.c
 ____________________________________________________________________________
-[ 16747] By: jhi                                   on 2002/05/22  22:30:57
-        Log: More -Mutf8 cleanup.
+[ 23175] By: mhx                                   on 2004/07/31  15:19:13
+        Log: Fix copy & paste bugs in mX?PUSH macro tests.
      Branch: perl
-          ! ext/PerlIO/t/fallback.t
+          ! ext/XS/APItest/APItest.xs
 ____________________________________________________________________________
-[ 16746] By: jhi                                   on 2002/05/22  22:29:08
-        Log: -Mutf8 cleanup.
+[ 23174] By: merijn                                on 2004/07/31  08:32:31
+        Log: First steps towards an explicit perl.exp-less AIX build
+             Previous method can still be used by undeffing usenativedlopen
+             If that is ever tested at all on AIX
      Branch: perl
-          ! ext/Encode/t/mime-header.t
+          ! hints/aix.sh hints/aix_4.sh
 ____________________________________________________________________________
-[ 16745] By: jhi                                   on 2002/05/22  21:57:48
-        Log: Integrate perlio:
-             
-             [ 16740]
-             #ifdef VMS code was not ported right from sv.c - s/fp/stdio/
-             
-             [ 16739]
-             Fix for ungetc() issues flagged by ext/Encode/t/perlio.t on VMS.
-             ungetc() and buffer snooping may not mix. So use buffer snoop
-             hooks to avoid ungetc() where available.
-             unread() falls back to using :pending layer, and fill has
-             VMS specific code (which should not get used) or ungetc()
-             which should work.
-             
-             [ 16737]
-             Flag the VMS-problem-causing part of :encoding
-             for enhancement. (Problem still needs fixing in perlio.c)
+[ 23173] By: mhx                                   on 2004/07/31  08:29:54
+        Log: Fix and update Perl_grok_* docs.
      Branch: perl
-         !> ext/PerlIO/encoding/encoding.xs perlio.c
+          ! numeric.c pod/perlapi.pod
 ____________________________________________________________________________
-[ 16744] By: jhi                                   on 2002/05/22  21:52:58
-        Log: Subject: Re: Additional README.aix changes
-             From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
-             Date: Wed, 22 May 2002 08:37:37 +0200
-             Message-Id: <20020522075227.348B.H.M.BRAND@hccnet.nl>
+[ 23172] By: steveh                                on 2004/07/30  14:31:08
+        Log: A few minor updates to README.win32 (aka perlwin32)
      Branch: perl
-          ! README.aix
+          ! README.win32
 ____________________________________________________________________________
-[ 16743] By: jhi                                   on 2002/05/22  21:52:09
-        Log: HP-UX 11.00 io_xs hangup workaround.
+[ 23171] By: rgs                                   on 2004/07/30  14:24:08
+        Log: Upgrade to Math::BigInt v1.71.
      Branch: perl
-          ! hints/hpux.sh
+          ! 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/sub_mbf.t lib/Math/BigInt/t/with_sub.t
 ____________________________________________________________________________
-[ 16742] By: jhi                                   on 2002/05/22  21:49:59
-        Log: Updated UNICOS status from Mark Lutz.
+[ 23170] By: steveh                                on 2004/07/30  13:27:41
+        Log: Bug report #30132 was resolved before it was finished!
+             Here's the last piece in the puzzle.
      Branch: perl
-          ! pod/perldelta.pod
+          ! ext/IO/lib/IO/File.pm
 ____________________________________________________________________________
-[ 16741] By: jhi                                   on 2002/05/22  21:47:41
-        Log: UNICOS: Mark Lutz had a better idea.
+[ 23168] By: rgs                                   on 2004/07/28  12:13:36
+        Log: Upgrade to File::Spec 0.88.
      Branch: perl
-          ! hints/unicos.sh
+          ! lib/File/Spec.pm lib/File/Spec/Win32.pm lib/File/Spec/t/Spec.t
 ____________________________________________________________________________
-[ 16740] By: nick                                  on 2002/05/22  21:13:10
-        Log: #ifdef VMS code was not ported right from sv.c - s/fp/stdio/
-     Branch: perlio
-          ! perlio.c
-____________________________________________________________________________
-[ 16739] By: nick                                  on 2002/05/22  20:59:22
-        Log: Fix for ungetc() issues flagged by ext/Encode/t/perlio.t on VMS.
-             ungetc() and buffer snooping may not mix. So use buffer snoop
-             hooks to avoid ungetc() where available.
-             unread() falls back to using :pending layer, and fill has
-             VMS specific code (which should not get used) or ungetc()
-             which should work.
-     Branch: perlio
-          ! perlio.c
+[ 23167] By: rgs                                   on 2004/07/28  09:20:12
+        Log: Subject: Re: [perl #30783] Test::Builder does not handle overloaded "name" values
+             From: Autrijus Tang <autrijus@gmail.com>
+             Date: Thu, 22 Jul 2004 20:17:58 -0700
+             Message-ID: <1912f0e204072220171790193a@mail.gmail.com>
+     Branch: perl
+          ! lib/Test/Builder.pm
 ____________________________________________________________________________
-[ 16738] By: nick                                  on 2002/05/22  20:34:55
-        Log: Integrate mainline
-     Branch: perlio
-         !> (integrate 40 files)
+[ 23166] By: rgs                                   on 2004/07/28  06:31:06
+        Log: Subject: Re: more 5.9 sort tests (second draft)
+             From: david nicol <whatever@davidnicol.com>
+             Date: 21 Jul 2004 17:10:05 -0500
+             Message-Id: <1090447805.995.24.camel@plaza.davidnicol.com>
+     Branch: perl
+          ! t/op/sort.t
 ____________________________________________________________________________
-[ 16737] By: nick                                  on 2002/05/22  19:04:13
-        Log: Flag the VMS-problem-causing part of :encoding
-             for enhancement. (Problem still needs fixing in perlio.c)
-     Branch: perlio
-          ! ext/PerlIO/encoding/encoding.xs
+[ 23165] By: rgs                                   on 2004/07/28  06:25:15
+        Log: Subject: Re: AW: [perl #7558] [PATCH] README.solaris
+             From: Andy Dougherty <doughera@lafayette.edu>
+             Date: Tue, 27 Jul 2004 14:12:06 -0400 (EDT)
+             Message-ID: <Pine.SOL.4.58.0407271335550.22839@maxwell.phys.lafayette.edu>
+     Branch: perl
+          ! README.solaris
 ____________________________________________________________________________
-[ 16736] By: jhi                                   on 2002/05/22  16:20:38
-        Log: UNICOS: using uname -m is wrong since what matters
-             is what CPUs (FPUs) we have.
+[ 23164] By: davem                                 on 2004/07/26  22:08:32
+        Log: Subject:  [perl #7558] [PATCH] README.solaris
+             From:  Andy Dougherty <doughera@lafayette.edu>
+             Date:  Mon, 26 Jul 2004 15:32:35 -0400 (EDT)
+             Message-Id:  <Pine.SOL.4.58.0407261530350.19559@maxwell.phys.lafayette.edu>
+
+             Add more info on /dev/random under solaris
      Branch: perl
-          ! hints/unicos.sh
+          ! README.solaris
 ____________________________________________________________________________
-[ 16735] By: jhi                                   on 2002/05/22  13:07:41
-        Log: Update Changes.
+[ 23163] By: mhx                                   on 2004/07/26  17:14:37
+        Log: The byte-order modifiers won't go into 5.8.
      Branch: perl
-          ! Changes patchlevel.h
+          ! pod/perlfunc.pod pod/perlport.pod
 ____________________________________________________________________________
-[ 16734] By: jhi                                   on 2002/05/22  12:39:25
-        Log: Subject: [PATCH ext/threads/shared/t/cond.t] Re: where threads cond.t hangs
-             From: Dave Mitchell <davem@fdgroup.com>
-             Date: Wed, 22 May 2002 12:53:21 +0100
-             Message-ID: <20020522125320.E12794@fdgroup.com>
+[ 23162] By: steveh                                on 2004/07/26  10:41:56
+        Log: Windows-related updates to Porting/repository.pod
      Branch: perl
-          ! ext/threads/shared/t/cond.t
+          ! Porting/repository.pod
 ____________________________________________________________________________
-[ 16733] By: jhi                                   on 2002/05/22  12:32:41
-        Log: Subject: Documentation Patch to pod/perlunicode.pod pod/perluniintro.pod   
-             From: John Borwick <john_borwick@ncsu.edu>
-             Date: Wed, 22 May 2002 04:10:37 -0400
-             Message-ID: <15595.21117.875874.721450@nada.johnborwick.com>
+[ 23161] By: davem                                 on 2004/07/25  19:05:28
+        Log: make -Dl log runops loop entry and exit, and jump level popping
      Branch: perl
-          ! pod/perlunicode.pod pod/perluniintro.pod
+          ! dump.c scope.h
 ____________________________________________________________________________
-[ 16732] By: ams                                   on 2002/05/22  05:47:35
-        Log: Integrate #16731 from //depot/macperl.
+[ 23160] By: davem                                 on 2004/07/24  10:00:27
+        Log: document that -i messes soft as well hard hard links.
      Branch: perl
-         !> t/io/crlf.t
+          ! pod/perlrun.pod
 ____________________________________________________________________________
-[ 16731] By: pudge                                 on 2002/05/22  04:18:58
-        Log: Be more specific in what we're looking for
-     Branch: macperl
-          ! t/io/crlf.t
+[ 23159] By: davem                                 on 2004/07/23  21:15:32
+        Log: make a note in perlrun that -i doesn't preserve UNIX hard links.
+     Branch: perl
+          ! pod/perlrun.pod
 ____________________________________________________________________________
-[ 16730] By: pudge                                 on 2002/05/22  03:36:42
-        Log: Integrate perl; bump patchlevel; add lib/Unicode/README back
-     Branch: macperl
-          + lib/Unicode/README
-         +> ext/B/hints/darwin.pl lib/CPAN/t/mirroredby.t
-         +> t/lib/sample-tests/shbang_misparse t/op/caller.t
-          - t/lib/st-dump.pl
-          ! macos/MPVersion.r macos/config.sh
-         !> (integrate 135 files)
-____________________________________________________________________________
-[ 16729] By: jhi                                   on 2002/05/22  00:24:29
-        Log: FAQ sync.
+[ 23158] By: davem                                 on 2004/07/23  11:06:02
+        Log: memory leak in array delete
+             av_delete() wasn't mortalizing the returned value
      Branch: perl
-          ! pod/perlfaq4.pod
+          ! av.c t/op/delete.t
 ____________________________________________________________________________
-[ 16728] By: jhi                                   on 2002/05/21  23:02:03
-        Log: Getopt::Std clarification from John Borwick.
+[ 23157] By: davem                                 on 2004/07/23  10:35:16
+        Log: remove binary compat from #23156 (remove PL_retstack)
      Branch: perl
-          ! lib/Getopt/Std.pm
+          ! cop.h embed.fnc embed.h embedvar.h perlapi.h proto.h scope.c
+          ! thrdvar.h
 ____________________________________________________________________________
-[ 16727] By: jhi                                   on 2002/05/21  22:59:58
-        Log: Subject: Re: [Patch] for problem with shellwords.pl
-             From: "Curtis Poe" <cp@onsitetech.com>
-             Date: Tue, 21 May 2002 11:17:40 -0700
-             Message-ID: <015c01c200f3$cb691670$1a01a8c0@ot.onsitetech.com>
-             
-             Subject: [Patch] for security problem with Text::ParseWords
-             From: "Curtis Poe" <cp@onsitetech.com>     
-             Date: Tue, 21 May 2002 15:10:18 -0700
-             Message-ID: <022f01c20114$4b3c4550$1a01a8c0@ot.onsitetech.com>
+[ 23156] By: davem                                 on 2004/07/23  09:52:59
+        Log: remove the return stack PL_retstack, and store return ops in the CX
+             structure directly instead
      Branch: perl
-          ! lib/Text/ParseWords.pm lib/shellwords.pl
+          ! cc_runtime.h cop.h deb.c mg.c perl.c pp_ctl.c pp_hot.c
+          ! pp_sys.c scope.c sv.c thrdvar.h
 ____________________________________________________________________________
-[ 16726] By: jhi                                   on 2002/05/21  22:57:09
-        Log: Subject: [PATCH] SDBM_File.xs warning (was Re: danger! op\fork.t#2 causes core-dump)
-             From: Nicholas Clark <nick@unfortu.net>
-             Date: Tue, 21 May 2002 23:01:48 +0100
-             Message-ID: <20020521220148.GH290@Bagpuss.unfortu.net>
+[ 23155] By: nicholas                              on 2004/07/22  18:50:31
+        Log: Build the perldelta copying command for the main Unix makefile with
+             buildtoc, so that it doesn't get forgotten on version increments.
      Branch: perl
-          ! ext/SDBM_File/SDBM_File.xs
+          ! Makefile.SH pod/buildtoc
 ____________________________________________________________________________
-[ 16725] By: jhi                                   on 2002/05/21  22:16:05
-        Log: Subject: [PATCH] Additional README.aix changes
-             From: John Peacock <jpeacock@rowman.com>
-             Date: Tue, 21 May 2002 12:01:10 -0400
-             Message-ID: <3CEA6F46.70902@rowman.com>
+[ 23154] By: nicholas                              on 2004/07/22  18:19:58
+        Log: Grab perl585delta.pod from maint and
+
+             Integrate:
+             [ 23069]
+             This is RC2. Maybe this one will last longer.
+
+             [ 23141]
+             Break a leg
+
+             [perlhist.pod]
      Branch: perl
-          ! README.aix
+         +> pod/perl585delta.pod
+          ! MANIFEST pod.lst pod/perl.pod pod/perltoc.pod
+          ! vms/descrip_mms.template win32/pod.mak
+         !> pod/perlhist.pod
 ____________________________________________________________________________
-[ 16724] By: jhi                                   on 2002/05/21  17:51:00
-        Log: Subject: Win32 crash in fork.t (perl@16694)
-             From: "Kevin Chase" <kevincha99@hotmail.com>
-             Date: Mon, 20 May 2002 17:02:16 -0700
-             Message-ID: <F53z5b6KZmcK8r6beUz000008f7@hotmail.com>
-             
-             
-             It looks that the Poison() found its first target.
-             The suggested patch is fine.
+[ 23152] By: rgs                                   on 2004/07/22  16:16:41
+        Log: Upgrade to Cwd 2.20
      Branch: perl
-          ! cop.h
+          + ext/Cwd/t/win32.t
+          ! MANIFEST ext/Cwd/Changes ext/Cwd/Cwd.xs ext/Cwd/t/cwd.t
+          ! lib/Cwd.pm
 ____________________________________________________________________________
-[ 16723] By: jhi                                   on 2002/05/21  14:54:24
-        Log: microperl: if DIEing on no-functionality, the has-functionality
-             would be unreachable code.
+[ 23151] By: rgs                                   on 2004/07/22  15:50:34
+        Log: Sort perldiag.
      Branch: perl
-          ! pp.c pp_sys.c
+          ! pod/perldiag.pod
 ____________________________________________________________________________
-[ 16722] By: jhi                                   on 2002/05/21  14:25:44
-        Log: microperl: do not regenerate the perly.
+[ 23150] By: rgs                                   on 2004/07/22  13:15:12
+        Log: Subject: Re: "Too late for -T" could be more descriptive
+             From: Jim Cromie <jcromie@divsol.com>
+             Date: Wed, 21 Jul 2004 11:21:50 -0600
+             Message-ID: <40FEA62E.2010809@divsol.com>
+             (with tweaks)
      Branch: perl
-          ! Makefile.micro
+          ! perl.c perl.h pod/perldebug.pod pod/perldiag.pod
+          ! pod/perlrun.pod
 ____________________________________________________________________________
-[ 16721] By: jhi                                   on 2002/05/21  13:30:26
-        Log: Subject: Re: Argument "1.23_45" isn't numeric in subroutine entry
-             From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
-             Date: Mon, 20 May 2002 22:55:46 -0700
-             Message-ID: <iFe68gzkgCIJ092yn@efn.org>
+[ 23149] By: rgs                                   on 2004/07/22  12:09:40
+        Log: Email change for Steffen Mueller.
      Branch: perl
-          ! utils/h2xs.PL
+          ! AUTHORS
 ____________________________________________________________________________
-[ 16720] By: jhi                                   on 2002/05/21  13:22:51
-        Log: Regen uconfig.h.
+[ 23148] By: rgs                                   on 2004/07/22  11:32:16
+        Log: Grammar fix by Paul Johnson.
      Branch: perl
-          ! uconfig.h
+          ! pod/perldiag.pod
 ____________________________________________________________________________
-[ 16719] By: ams                                   on 2002/05/21  05:02:01
-        Log: Why quote some keys?
+[ 23147] By: nicholas                              on 2004/07/22  10:51:48
+        Log: Config::config_re and config_sh would report the byteorder as 'ffff'
      Branch: perl
-          ! ext/Storable/Makefile.PL
+          ! configpm lib/Config.t
 ____________________________________________________________________________
-[ 16718] By: ams                                   on 2002/05/21  04:08:39
-        Log: Suppress warning about $canonical. (Nicholas Clark)
+[ 23146] By: rgs                                   on 2004/07/21  12:01:32
+        Log: Subject: [PATCH] Mention common dynaloader errors in perldiag.pod
+             From: "Jos I. Boumans" <kane@dwim.org>
+             Date: Wed, 21 Jul 2004 13:47:35 +0200
+             Message-Id: <C226C05A-DB0B-11D8-A551-000A95EF62E2@dwim.org>
+             (with tweaks)
      Branch: perl
-          ! ext/Storable/Storable.pm
+          ! pod/perldiag.pod
 ____________________________________________________________________________
-[ 16717] By: jhi                                   on 2002/05/21  03:18:59
-        Log: Subject: [PATCH] VMS iThreads follow-up
-             From: "Craig A. Berry" <craigberry@mac.com>
-             Date: Mon, 20 May 2002 21:34:17 -0500
-             Message-Id: <a05111700b90f5f1c3b01@[172.16.52.1]>
+[ 23145] By: rgs                                   on 2004/07/21  08:47:14
+        Log: Subject: [PATCH perl-current] Re: [perl #30688] Empty slice arg with ($;$) prototype
+             From: Rick Delaney <rick@bort.ca>
+             Date: Tue, 20 Jul 2004 16:53:54 -0400
+             Message-ID: <20040720205353.GA970@biff.bort.ca>
      Branch: perl
-          ! configure.com
+          ! pp.c t/op/list.t
 ____________________________________________________________________________
-[ 16716] By: ams                                   on 2002/05/21  02:47:18
-        Log: 1. Declare correct version for Test::More dependency. (Autrijus Tang)
-             2. Install in core library directory. (Tatsuhiko Miyagawa)
+[ 23142] By: rgs                                   on 2004/07/19  15:49:12
+        Log: Subject: [perl #30609] [PATCH] BigInt v1.71 - first try
+             From: Tels <perl_dummy@bloodgate.com>
+             Date: Sat, 17 Jul 2004 16:22:57 +0200
+             Message-Id: <200407171622.58443@bloodgate.com>
      Branch: perl
-          ! ext/Storable/Makefile.PL
+          ! 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/sub_mbf.t
+          ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/with_sub.t
 ____________________________________________________________________________
-[ 16715] By: jhi                                   on 2002/05/20  22:13:45
-        Log: Subject: [Encode] 1.72 released
-             From: Dan Kogai <dankogai@dan.co.jp>
-             Date: Tue, 21 May 2002 01:06:19 +0900
-             Message-Id: <85BA0AD1-6C0B-11D6-90A1-0003939A104C@dan.co.jp>     
+[ 23135] By: nicholas                              on 2004/07/19  08:33:13
+        Log: Turn 2 strcpy()s into memcpy() because we know the length.
      Branch: perl
-          ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
-          ! ext/Encode/Encode.xs ext/Encode/Makefile.PL
-          ! ext/Encode/Unicode/Unicode.xs
-          ! ext/Encode/lib/Encode/MIME/Header.pm ext/Encode/t/perlio.t
+          ! toke.c
 ____________________________________________________________________________
-[ 16714] By: jhi                                   on 2002/05/20  14:53:31
-        Log: Update Changes.
+[ 23130] By: nicholas                              on 2004/07/16  13:41:22
+        Log: Clarify that it's only Mac OS *Classic* that uses 1904 - OS X uses
+             1970
      Branch: perl
-          ! Changes patchlevel.h
+          ! pod/perlfunc.pod
 ____________________________________________________________________________
-[ 16713] By: jhi                                   on 2002/05/20  14:46:15
-        Log: A bit of self-promotion from David Wheeler <david@wheeler.net> :-)
+[ 23129] By: nicholas                              on 2004/07/16  13:21:33
+        Log: Typo fix from Julian Gilbey, forwarded upstream from Debian by
+             Brendan O'Dea
      Branch: perl
-          ! pod/perlfaq4.pod
+          ! pod/perluniintro.pod
 ____________________________________________________________________________
-[ 16712] By: jhi                                   on 2002/05/20  14:25:03
-        Log: metaconfig unit changes for #16711.
-     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
-____________________________________________________________________________
-[ 16711] By: jhi                                   on 2002/05/20  14:24:38
-        Log: Document better what the foo_r_proto are supposed to be.
+[ 23128] By: nick                                  on 2004/07/16  12:16:05
+        Log: Use VirtualAlloc() more flexibly when using it to mimic UNIX's sbrk().
+             From: Steve Hay <steve.hay@uk.radan.com>
+             CC: perl-win32-porters@listserv.ActiveState.com
+             Message-ID: <40F6B295.8010804@uk.radan.com>
+
+             Assumes perl's malloc can now handle non-contiguous memory (believed
+             to be true).
+             Does not address threading issues.
+
+             "The attached patch (against blead) makes sbrk() initially try to
+             extend the existing block of memory exactly as it currently does, but
+             to not  fail immediately if it can't -- it now frees up that part of
+             whatever it  had previously reserved+committed which hadn't actually
+             been used yet,  resets all its static variables and basically starts
+             anew."
      Branch: perl
-          ! Configure Porting/Glossary Porting/config.sh Porting/config_H
-          ! config_h.SH reentr.pl
+          ! win32/win32.c
 ____________________________________________________________________________
-[ 16710] By: jhi                                   on 2002/05/20  14:11:33
-        Log: Subject: Re: pod patches.
-             From: Jim Cromie <jcromie@divsol.com>
-             Date: Mon, 20 May 2002 09:00:10 -0600
-             Message-ID: <3CE90F7A.3070309@divsol.com>
-             
-             (with Philip Newton's tweaks)
+[ 23127] By: nicholas                              on 2004/07/16  11:14:45
+        Log: glob('*.c') to find documentation is dangerous when run in unclean
+             trees, so isntead use MANIFEST to only scan the legitimate source
+             files.
      Branch: perl
-          ! pod/perlsub.pod
+          ! autodoc.pl
 ____________________________________________________________________________
-[ 16709] By: jhi                                   on 2002/05/20  12:50:34
-        Log: Subject: Re: pod patch - perldelta.pod
-             From: Jim Cromie <jcromie@divsol.com>
-             Date: Mon, 20 May 2002 07:16:54 -0600
-             Message-ID: <3CE8F746.50603@divsol.com>
+[ 23126] By: nicholas                              on 2004/07/16  11:04:37
+        Log: Encourage compilers to tail call optimise in sv_savepv, sv_savepvn
+             and sv_savesharedpv. Need to create non-void returning versions of
+             Copy and Zero, as the existing macros deliberately cast to (void)
      Branch: perl
-          ! pod/perldelta.pod
+          ! handy.h malloc.c perl.c pod/perlapi.pod sv.c util.c
 ____________________________________________________________________________
-[ 16708] By: jhi                                   on 2002/05/20  12:49:20
-        Log: Subject: [patch] one more little step for WinCE
-             From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
-             Date: Mon, 20 May 2002 11:47:19 +0400
-             Message-ID: <845FCFF2D4C0FC468B485E8777C7A00C0282D3@cio-test001.spb.lucent.com>
+[ 23125] By: nicholas                              on 2004/07/16  10:59:08
+        Log: Rebuild perlapi.pod
      Branch: perl
-          ! wince/Makefile.ce
+          ! pod/perlapi.pod
 ____________________________________________________________________________
-[ 16707] By: jhi                                   on 2002/05/20  12:42:35
-        Log: Preemptive doc patch.
+[ 23124] By: merijn                                on 2004/07/16  10:30:53
+        Log: Be sure HP-UX' ANSI C compiler's PATH is found *before*
+             the path to the bundled braindead C compiler. This might
+             influence ccache's behaviour in finding the correct path
      Branch: perl
-          ! pod/perldelta.pod
+          ! Configure
 ____________________________________________________________________________
-[ 16706] By: rgs                                   on 2002/05/20  12:21:14
-        Log: The "constant sub redefined" warning can't be disabled.
+[ 23122] By: nicholas                              on 2004/07/16  10:14:24
+        Log: oslevel can fail on AIX, but the output generated would confuse
+             Configure
      Branch: perl
-          ! pod/perldiag.pod
-____________________________________________________________________________
-[ 16705] By: nick                                  on 2002/05/20  10:18:26
-        Log: Integrate mainline
-     Branch: perlio
-         +> ext/B/hints/darwin.pl lib/CPAN/t/mirroredby.t
-         !> MANIFEST configure.com ext/Encode/Encode/Makefile_PL.e2x
-         !> ext/Socket/socketpair.t pod/perldelta.pod pod/perlfunc.pod
-         !> pod/perlthrtut.pod vms/vms.c vms/vmsish.h
+          ! Configure
 ____________________________________________________________________________
-[ 16704] By: jhi                                   on 2002/05/20  02:49:22
-        Log: Missed hunk from #16701.
+[ 23121] By: nicholas                              on 2004/07/16  08:53:28
+        Log: Some calls to PerlMemShared_alloc() aren't checking the return value.
+             Bug spotted by Nigel Sandever
      Branch: perl
-          ! vms/vms.c
+          ! ext/threads/threads.xs util.c
 ____________________________________________________________________________
-[ 16703] By: jhi                                   on 2002/05/20  02:37:29
-        Log: Subject: Re: [PATCH mirroredby.t] Tests for CPAN::Mirrored::By
-             From: andreas.koenig@anima.de (Andreas J. Koenig)
-             Date: Mon, 20 May 2002 05:36:14 +0200
-             Message-ID: <m34rh37aoh.fsf@anima.de>
+[ 23120] By: nicholas                              on 2004/07/15  19:09:15
+        Log: threads.xs doesn't check the return value of the thread creation
+             call. D'oh! This gives SEGVs if the OS fails to create another thread.
+             Cause of problem located by Nigel Sandever
      Branch: perl
-          + lib/CPAN/t/mirroredby.t
-          ! MANIFEST
+          ! ext/threads/threads.pm ext/threads/threads.xs
 ____________________________________________________________________________
-[ 16702] By: jhi                                   on 2002/05/20  02:25:40
-        Log: Subject: tiny doc tweaks
-             From: andreas.koenig@anima.de (Andreas J. Koenig)
-             Date: Mon, 20 May 2002 05:07:13 +0200
-             Message-ID: <m38z6f7c0u.fsf@anima.de>
+[ 23118] By: nicholas                              on 2004/07/15  16:28:03
+        Log: Assimilate Cwd 2.19
      Branch: perl
-          ! pod/perldelta.pod pod/perlfunc.pod
+          ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/Cwd.pm
 ____________________________________________________________________________
-[ 16701] By: jhi                                   on 2002/05/20  02:23:03
-        Log: Subject: [PATCH @16694] ithreads for VMS
-             From: "Craig A. Berry" <craigberry@mac.com>
-             Date: Sun, 19 May 2002 22:06:43 -0500
-             Message-Id: <a05111704b90e14567261@[172.16.52.1]>
+[ 23117] By: merijn                                on 2004/07/15  14:16:07
+        Log: Trailing semi-colon are not allowed on #ifdef's in ANSI
      Branch: perl
-          ! configure.com vms/vms.c vms/vmsish.h
+          ! ext/Storable/Storable.xs
 ____________________________________________________________________________
-[ 16700] By: jhi                                   on 2002/05/19  23:52:45
-        Log: Subject: [PATCH] Make Makefile_PL.e2x happy on MSWin32
-             From: Autrijus Tang <autrijus@autrijus.org>
-             Date: Mon, 20 May 2002 04:10:31 +0800
-             Message-ID: <20020519201031.GA1603@not.autrijus.org>
+[ 23116] By: nicholas                              on 2004/07/15  12:50:31
+        Log: Abigail notes that a re-entrant regexp engine is a todo
      Branch: perl
-          ! ext/Encode/Encode/Makefile_PL.e2x
+          ! pod/perltodo.pod
 ____________________________________________________________________________
-[ 16699] By: jhi                                   on 2002/05/19  22:26:07
-        Log: Mac OS X 10.1.4 started to consume 150MB+ virtual memory
-             while trying to -O3 optimize B.c.  (A bit weird since
-             10.1.4 used to work fine, and nothing has changed in
-             ext/B/..., but the overoptimization was repeatable.)
+[ 23115] By: nicholas                              on 2004/07/15  12:47:50
+        Log: for (reverse @foo) now iterates in reverse in place.
      Branch: perl
-          + ext/B/hints/darwin.pl
-          ! MANIFEST
+          ! op.c pod/perltodo.pod pp_ctl.c
 ____________________________________________________________________________
-[ 16698] By: jhi                                   on 2002/05/19  21:11:55
-        Log: UNICOS/mk seems to still have this problem.
+[ 23114] By: nicholas                              on 2004/07/15  10:05:23
+        Log: Optimise for (reverse ...)
      Branch: perl
-          ! ext/Socket/socketpair.t
+          ! op.c
 ____________________________________________________________________________
-[ 16697] By: jhi                                   on 2002/05/19  18:53:54
-        Log: perldelta tweaks.
+[ 23113] By: nicholas                              on 2004/07/15  09:44:16
+        Log: Now optimising for $a (reverse ...)
      Branch: perl
-          ! pod/perldelta.pod
-____________________________________________________________________________
-[ 16696] By: nick                                  on 2002/05/19  18:26:39
-        Log: Integrate mailine
-     Branch: perlio
-         !> (integrate 35 files)
+          ! op.c
 ____________________________________________________________________________
-[ 16695] By: jhi                                   on 2002/05/19  18:02:54
-        Log: Document the reentrant_retry(), but from user's viewpoint.
+[ 23112] By: nicholas                              on 2004/07/15  09:16:43
+        Log: The optrees for C<for $_ (...)> and C<for (...)> differ, so even more
+             tests.
      Branch: perl
-          ! pod/perlthrtut.pod
+          ! t/cmd/for.t
 ____________________________________________________________________________
-[ 16694] By: jhi                                   on 2002/05/19  14:49:49
-        Log: Update Changes.
+[ 23111] By: nicholas                              on 2004/07/15  09:02:36
+        Log: This seems to be needed to get COW working on Win32
      Branch: perl
-          ! Changes patchlevel.h
+          ! win32/win32.c
 ____________________________________________________________________________
-[ 16693] By: jhi                                   on 2002/05/19  14:28:37
-        Log: Subject: [PATCH] Benchmark.pm: empty loop too slow
-             From: Slaven Rezic <slaven.rezic@berlin.de>
-             Date: Sun, 19 May 2002 16:03:12 +0200 (CEST)
-             Message-Id: <200205191403.g4JE3ClB025990@vran.herceg.de>
+[ 23109] By: nicholas                              on 2004/07/14  23:35:24
+        Log: "That's the way to do it"
+             In taking out a bug spotted by my regression tests in t/cmd/for.t
+             I actually managed to disable the entire optimisation. Which means
+             that I didn't find the other bug. This optimisation is live, and
+             passes all tests.
      Branch: perl
-          ! lib/Benchmark.pm
+          ! op.c pp_hot.c
 ____________________________________________________________________________
-[ 16692] By: jhi                                   on 2002/05/19  03:05:41
-        Log: Document once more the difference between :utf8
-             and :encoding(...).
+[ 23108] By: nicholas                              on 2004/07/14  20:55:30
+        Log: Optimise foreach my $i (reverse ...)
+             foreach without a lexical iterator not yet optimised
      Branch: perl
-          ! lib/open.pm pod/perluniintro.pod
+          ! ext/B/B/Concise.pm op.c op.h pp_ctl.c pp_hot.c
 ____________________________________________________________________________
-[ 16691] By: jhi                                   on 2002/05/19  02:24:30
-        Log: Third Degree: make the options more portable between
-             Tru64 versions.
+[ 23107] By: nicholas                              on 2004/07/14  17:44:08
+        Log: Subject:  [PATCH] split doc clarification
+             From:  Yitzchak Scott-Thoennes <sthoenna@efn.org>
+             Date:  Wed, 14 Jul 2004 10:19:36 -0700
+             Message-Id:  <20040714171936.GA1092@efn.org>
      Branch: perl
-          ! Makefile.SH
+          ! pod/perlfunc.pod
 ____________________________________________________________________________
-[ 16690] By: jhi                                   on 2002/05/19  01:41:54
-        Log: IRIX SMP turned up a few hundred "Use of uninitialized
-             value in numeric eq" warnings: initialise the $counter2.
+[ 23106] By: nicholas                              on 2004/07/14  15:36:57
+        Log: Numeric comparison operators mustn't compare addresses of references
+             that are overloaded.
      Branch: perl
-          ! ext/threads/shared/t/cond.t
+          ! lib/overload.t pp.c pp_hot.c
 ____________________________________________________________________________
-[ 16689] By: jhi                                   on 2002/05/19  00:29:36
-        Log: Subject: Re: [PATCH threads] revised warnings + more tests + docs
-             From: Dave Mitchell <davem@fdgroup.com>
-             Date: Sun, 19 May 2002 00:50:43 +0100
-             Message-ID: <20020519005043.F7275@fdgroup.com>
+[ 23105] By: nicholas                              on 2004/07/14  10:40:54
+        Log: Lots of tests for for reverse ...
      Branch: perl
-          ! ext/threads/shared/t/cond.t
+          ! t/cmd/for.t
 ____________________________________________________________________________
-[ 16688] By: jhi                                   on 2002/05/19  00:28:51
-        Log: Sarathy pointed out that instead of zeroing heap
-             it is more prudent to poison it.
+[ 23104] By: nicholas                              on 2004/07/13  21:10:21
+        Log: Some thoughts on foreach reverse
      Branch: perl
-          ! handy.h pod/perlapi.pod pod/perlclib.pod pod/perlhack.pod
-          ! scope.c sv.c util.c
+          ! pod/perltodo.pod
 ____________________________________________________________________________
-[ 16687] By: jhi                                   on 2002/05/18  22:03:29
-        Log: The thread warnings aren't quite yet working as planned.
+[ 23103] By: nicholas                              on 2004/07/13  19:10:20
+        Log: s/sort/split/; - my mistake spotted by Dave.
      Branch: perl
-          ! ext/threads/shared/t/cond.t
+          ! pod/perltodo.pod
 ____________________________________________________________________________
-[ 16686] By: jhi                                   on 2002/05/18  20:48:03
-        Log: Forgotten from #16685.
+[ 23102] By: nicholas                              on 2004/07/13  18:59:46
+        Log: Optimise list context reverse sort to reverse as part of the sort op
      Branch: perl
-          ! ext/threads/shared/t/cond.t
+          ! op.c pp_sort.c
 ____________________________________________________________________________
-[ 16685] By: jhi                                   on 2002/05/18  20:46:13
-        Log: Subject: [PATCH threads] revised warnings + more tests + docs
-             From: Dave Mitchell <davem@fdgroup.com>
-             Date: Sat, 18 May 2002 22:24:51 +0100
-             Message-ID: <20020518222451.E7275@fdgroup.com>
+[ 23101] By: nicholas                              on 2004/07/13  18:58:41
+        Log: Work around evil compiler bug on OS X. (Sucks all memory)
      Branch: perl
-          ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
-          ! ext/threads/t/thread.t ext/threads/threads.pm lib/warnings.pm
-          ! pod/perldiag.pod pod/perllexwarn.pod warnings.h warnings.pl
+          ! util.c
 ____________________________________________________________________________
-[ 16684] By: jhi                                   on 2002/05/18  20:10:53
-        Log: Storable status tweak.
+[ 23100] By: nicholas                              on 2004/07/13  15:05:09
+        Log: check that reverse (sort (@a), @b) etc work.
+             Join some lines that don't need wrapping
      Branch: perl
-          ! pod/perldelta.pod
+          ! t/op/sort.t
 ____________________________________________________________________________
-[ 16683] By: rgs                                   on 2002/05/18  19:39:42
-        Log: perlfunc and perldelta updates about caller().
+[ 23099] By: nicholas                              on 2004/07/13  14:46:06
+        Log: Check that non-optimimisable sort comparisons work when reversed
+             (Not optimised yet, but might be coming soon)
      Branch: perl
-          ! pod/perldelta.pod pod/perlfunc.pod
+          ! t/op/sort.t
 ____________________________________________________________________________
-[ 16682] By: jhi                                   on 2002/05/18  19:33:51
-        Log: Subject: [PATCH] RE: perl@16678
-             From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
-             Date: Sat, 18 May 2002 21:15:43 +0100
-             Message-ID: <AIEAJICLCBDNAAOLLOKLCEAPELAA.Paul.Marquess@ntlworld.com>
-             
-             Making the symbols generated by warnings.pl future-proof.
+[ 23098] By: nicholas                              on 2004/07/13  14:34:03
+        Log: Test reverse sort as the return from a function in list and scalar
+             contexts.
      Branch: perl
-          ! lib/warnings.pm warnings.h warnings.pl
+          ! t/op/sort.t
 ____________________________________________________________________________
-[ 16681] By: jhi                                   on 2002/05/18  18:44:32
-        Log: Subject: [PATCH] ExtUtils::MakeMaker 5.94_02 -> 5.95_01
-             From: Michael G Schwern <schwern@pobox.com>
-             Date: Sat, 18 May 2002 14:53:50 -0400
-             Message-ID: <20020518185350.GB2878@ool-18b93024.dyn.optonline.net>
+[ 23097] By: nicholas                              on 2004/07/13  14:23:28
+        Log: Also test reverse sort in scalar context
      Branch: perl
-          ! lib/ExtUtils/Changes lib/ExtUtils/MakeMaker.pm
-          ! lib/ExtUtils/t/testlib.t lib/ExtUtils/testlib.pm
+          ! t/op/sort.t
 ____________________________________________________________________________
-[ 16680] By: jhi                                   on 2002/05/18  18:43:35
-        Log: Prettyprinting.
+[ 23096] By: nicholas                              on 2004/07/13  14:06:36
+        Log: A proper, working, stable optimisation for sort {$b cmp $a}
      Branch: perl
-          ! t/op/recurse.t
+          ! ext/B/B/Concise.pm ext/B/t/f_sort.t op.c pp_sort.c
 ____________________________________________________________________________
-[ 16679] By: jhi                                   on 2002/05/18  18:42:08
-        Log: Companion to #16601: cxinc would create uninitialized
-             PERL_CONTEXTs.  The bug was tickled by the test
-             lib/Math/BigInt/t/upgrade.t, the new test of recurse.t
-             added to check that I got the context stack extension right.
-             Also rewrite recurse.t to use test.pl.
+[ 23095] By: rgs                                   on 2004/07/13  13:29:54
+        Log: Tweak to change #23089, as suggested by Tim Bunce
      Branch: perl
-          ! scope.c t/op/recurse.t
+          ! lib/perl5db.pl
 ____________________________________________________________________________
-[ 16678] By: jhi                                   on 2002/05/18  16:38:29
-        Log: Update Changes.
+[ 23094] By: nicholas                              on 2004/07/13  11:28:49
+        Log: Generalised "how many in list context" would be useful
      Branch: perl
-          ! Changes patchlevel.h
+          ! pod/perltodo.pod
 ____________________________________________________________________________
-[ 16677] By: jhi                                   on 2002/05/18  15:50:25
-        Log: URL and other tiny tweaks.
+[ 23093] By: nicholas                              on 2004/07/13  11:19:31
+        Log: The current optimisation for sort {$b cmp $a} is bogus now that we
+             guarantee a stable sort. Disable it, pending a correct optimisation.
      Branch: perl
-          ! pod/perluniintro.pod
+          ! ext/B/t/f_sort.t op.c op.h t/op/sort.t
 ____________________________________________________________________________
-[ 16676] By: jhi                                   on 2002/05/18  15:40:35
-        Log: Subject: [Patch] doc patch on Unicode
-             From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
-             Date: Sun, 19 May 2002 01:01:58 +0900
-             Message-Id: <20020519005515.18F0.BQW10602@nifty.com>
+[ 23092] By: rgs                                   on 2004/07/13  09:30:11
+        Log: Subject: Re: [perl #30568] splice generates undef? [PATCH]
+             From: LAUN Wolfgang <wolfgang.laun@alcatel.at>
+             Date: Mon, 12 Jul 2004 08:26:01 +0200
+             Message-ID: <DF27CDCBD2581D4B88431901094E4B4D02B0C7D2@attmsx1.aut.alcatel.at>
      Branch: perl
-          ! pod/perlmodlib.pod pod/perlunicode.pod pod/perluniintro.pod
+          ! pp.c t/op/splice.t
 ____________________________________________________________________________
-[ 16675] By: ams                                   on 2002/05/18  15:06:35
-        Log: s/2.0/2.00/ to be CPAN friendly.
+[ 23091] By: nicholas                              on 2004/07/13  09:14:22
+        Log: Check each line of config_re output.
      Branch: perl
-          ! ext/Storable/Storable.pm
+          ! lib/Config.t
 ____________________________________________________________________________
-[ 16674] By: ams                                   on 2002/05/18  14:47:07
-        Log: Subject: Re: Change 16621: 1. Not hardcoding \x0A and \x0D seems to help
-             EBCDIC, amazing.
-             From: Philip Newton <Philip.Newton@gmx.net>
-             Date: Sat, 18 May 2002 09:54:13 +0200
-             Message-Id: <432ceucrfducg2iitau6uggeb02lu209a2@4ax.com>
+[ 23090] By: nicholas                              on 2004/07/13  09:13:39
+        Log: no_plan support in test.pl
      Branch: perl
-          ! lib/Pod/t/eol.t
+          ! t/test.pl
 ____________________________________________________________________________
-[ 16673] By: ams                                   on 2002/05/18  14:41:00
-        Log: Subject: Storable test for 64 bit 5.6.1
-             From: Nicholas Clark <nick@unfortu.net>
-             Date: Sat, 18 May 2002 15:48:55 +0100
-             Message-Id: <20020518144854.GD304@Bagpuss.unfortu.net>
-             (Private mail.)
+[ 23089] By: rgs                                   on 2004/07/13  08:53:46
+        Log: Subject: Re: debugger 'R'estart and open database connections
+             From: Andrew Pimlott <andrew@pimlott.net>
+             Date: Mon, 12 Jul 2004 21:06:01 -0400
+             Message-ID: <20040713010601.GF8232@pimlott.net>
      Branch: perl
-          ! ext/Storable/t/malice.t
-____________________________________________________________________________
-[ 16672] By: nick                                  on 2002/05/18  09:47:51
-        Log: Integrate mainline
-     Branch: perlio
-         +> t/lib/sample-tests/shbang_misparse t/op/caller.t
-          - t/lib/st-dump.pl
-         !> (integrate 67 files)
+          ! lib/perl5db.pl
 ____________________________________________________________________________
-[ 16671] By: jhi                                   on 2002/05/18  04:31:00
-        Log: No more true.
+[ 23088] By: rgs                                   on 2004/07/13  08:27:11
+        Log: Subject: [PATCH] was Re: UNIVERSAL::VERSION causing "Use of uninitialized value..." warning
+             From: John Peacock <jpeacock@rowman.com>
+             Date: Mon, 12 Jul 2004 23:16:51 -0400
+             Message-ID: <40F35423.5080304@rowman.com>
      Branch: perl
-          ! lib/vars.pm
+          ! lib/version.pm lib/version.t util.c
 ____________________________________________________________________________
-[ 16670] By: jhi                                   on 2002/05/18  04:14:25
-        Log: Make use vars grok UTF-8.
+[ 23085] By: nicholas                              on 2004/07/12  17:27:28
+        Log: Bodge to make Tk work - like the UTF8 flag, the READONLY flag has too
+             many meanings. const const vs mutable in this case.
      Branch: perl
-          ! lib/vars.pm t/run/fresh_perl.t
+          ! sv.c
 ____________________________________________________________________________
-[ 16669] By: jhi                                   on 2002/05/18  03:53:27
-        Log: Subject: [PATCH] Re: t/op/tie.t #19 TODO ENOTWORKING  
-             From: Michael G Schwern <schwern@pobox.com>
-             Date: Fri, 17 May 2002 23:54:29 -0400  
-             Message-ID: <20020518035429.GA704@ool-18b93024.dyn.optonline.net>
+[ 23084] By: nick                                  on 2004/07/12  14:26:12
+        Log: NI-S: IMHO utf8_upgrade is just changing representation not the value
+             so it has no business calling SvSETMAGIC.
      Branch: perl
-          ! t/op/tie.t t/run/fresh_perl.t
+          ! sv.c
 ____________________________________________________________________________
-[ 16668] By: jhi                                   on 2002/05/18  03:44:57
-        Log: Subject: [PATCH] Test::Harness 2.21 -> 2.22
-             From: Michael G Schwern <schwern@pobox.com>
-             Date: Fri, 17 May 2002 20:37:26 -0400  
-             Message-ID: <20020518003726.GB358@ool-18b93024.dyn.optonline.net>
+[ 23083] By: nick                                  on 2004/07/12  12:17:56
+        Log: Perl_is_utf8_string(pTHX_ U8 *s, STRLEN len)
+             Can now handle the case
+             is_utf8_string(NULL,0)
+             again.
+             Why do we have code dup for Perl_is_utf8_string_loc() ?
      Branch: perl
-          + t/lib/sample-tests/shbang_misparse
-          ! 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
+          ! utf8.c
 ____________________________________________________________________________
-[ 16667] By: jhi                                   on 2002/05/18  03:41:34
-        Log: Subject: [PATCH] Re: [PATCH] Storable stand alone tests
-             From: Nicholas Clark <nick@unfortu.net>
-             Date: Sat, 18 May 2002 00:18:39 +0100  
-             Message-ID: <20020517231838.GI290@Bagpuss.unfortu.net>
-             
-             Use Storable's st-dump.pl.
+[ 23082] By: nicholas                              on 2004/07/11  20:09:00
+        Log: A decent benchmark would be useful. But it is vague.
      Branch: perl
-          - t/lib/st-dump.pl
-          ! MANIFEST ext/Storable/t/blessed.t ext/Storable/t/compat06.t
-          ! ext/Storable/t/dclone.t ext/Storable/t/freeze.t
-          ! ext/Storable/t/lock.t ext/Storable/t/overload.t
-          ! ext/Storable/t/recurse.t ext/Storable/t/restrict.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
+          ! pod/perltodo.pod
 ____________________________________________________________________________
-[ 16666] By: jhi                                   on 2002/05/17  21:46:04
-        Log: Forgotten from #16656.
+[ 23081] By: nicholas                              on 2004/07/11  18:36:49
+        Log: Finding a way to put "I'm MAINT" in perl -v is a TODO
      Branch: perl
-          ! ext/B/B.xs
+          ! pod/perltodo.pod
 ____________________________________________________________________________
-[ 16665] By: jhi                                   on 2002/05/17  21:40:55
-        Log: Subject: [PATCH] Storable ChangeLog ready for release 
-             From: Nicholas Clark <nick@unfortu.net>
-             Date: Fri, 17 May 2002 23:17:34 +0100  
-             Message-ID: <20020517221733.GH290@Bagpuss.unfortu.net>
+[ 23079] By: nicholas                              on 2004/07/10  21:58:34
+        Log: Store weak references.
      Branch: perl
-          ! ext/Storable/ChangeLog
+          + ext/Storable/t/testlib.pl ext/Storable/t/weak.t
+          ! MANIFEST ext/Storable/ChangeLog ext/Storable/MANIFEST
+          ! ext/Storable/README ext/Storable/Storable.pm
+          ! ext/Storable/Storable.xs ext/Storable/t/malice.t
 ____________________________________________________________________________
-[ 16664] By: jhi                                   on 2002/05/17  21:39:37
-        Log: Subject: [PATCH] Storable stand alone tests
-             From: Nicholas Clark <nick@unfortu.net>
-             Date: Fri, 17 May 2002 22:43:35 +0100  
-             Message-ID: <20020517214334.GG290@Bagpuss.unfortu.net>
-     Branch: perl
-          ! ext/Storable/t/blessed.t ext/Storable/t/canonical.t
-          ! ext/Storable/t/compat06.t ext/Storable/t/croak.t
-          ! ext/Storable/t/dclone.t ext/Storable/t/downgrade.t
-          ! ext/Storable/t/forgive.t ext/Storable/t/freeze.t
-          ! ext/Storable/t/lock.t ext/Storable/t/malice.t
-          ! ext/Storable/t/overload.t ext/Storable/t/recurse.t
-          ! ext/Storable/t/restrict.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 ext/Storable/t/utf8hash.t
-____________________________________________________________________________
-[ 16663] By: jhi                                   on 2002/05/17  21:35:45
-        Log: Subject: [PATCH] ExtUtils::MakeMaker 5.92_01 -> 5.94_02
-             From: Michael G Schwern <schwern@pobox.com>
-             Date: Fri, 17 May 2002 17:17:54 -0400  
-             Message-ID: <20020517211754.GK13131@ool-18b93024.dyn.optonline.net>
+[ 23078] By: nicholas                              on 2004/07/10  21:11:56
+        Log: Dual lifing and dists is a TODO
      Branch: perl
-          ! lib/ExtUtils/Changes lib/ExtUtils/Command.pm
-          ! lib/ExtUtils/Command/MM.pm lib/ExtUtils/Install.pm
-          ! lib/ExtUtils/Installed.pm lib/ExtUtils/Liblist.pm
-          ! lib/ExtUtils/Liblist/Kid.pm lib/ExtUtils/MM_BeOS.pm
-          ! lib/ExtUtils/MM_MacOS.pm lib/ExtUtils/MM_NW5.pm
-          ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
-          ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Manifest.pm
-          ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/Packlist.pm
-          ! lib/ExtUtils/t/00setup_dummy.t lib/ExtUtils/t/Command.t
-          ! lib/ExtUtils/t/INST.t lib/ExtUtils/t/Installed.t
-          ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_Unix.t
-          ! lib/ExtUtils/t/Manifest.t lib/ExtUtils/t/Mkbootstrap.t
-          ! lib/ExtUtils/t/Packlist.t lib/ExtUtils/t/VERSION_FROM.t
-          ! lib/ExtUtils/t/basic.t lib/ExtUtils/t/hints.t
+          ! pod/perltodo.pod
 ____________________________________________________________________________
-[ 16662] By: rgs                                   on 2002/05/17  20:07:21
-        Log: More regression tests for caller() and fix one bug of #16658.
+[ 23077] By: nicholas                              on 2004/07/10  18:51:35
+        Log: Resurrect the TODO items about Unicode filenames and Unicode %ENV
+             Rant a bit more about POD -> HTML
      Branch: perl
-          ! pp_ctl.c t/op/caller.t
+          ! pod/perltodo.pod
 ____________________________________________________________________________
-[ 16661] By: jhi                                   on 2002/05/17  19:13:18
-        Log: Integrate perlio:
-             
-             [ 16657]
-             Fix the crlf.t buffer leak
-             - actually a generic PerlIOBuf_xxx derived leak-on-pop, but :crlf
-             flagged it because it is more often popped without stream
-             being closed.
-             - Define non-noop PerlIOBuf_popped(), use it and export it.
+[ 23076] By: nicholas                              on 2004/07/10  16:00:44
+        Log: Perl_mode_from_discipline must update len. (else SEGV)
+             Diagnosis and patch from clkao
      Branch: perl
-         !> makedef.pl perlio.c perliol.h
+          ! doio.c
 ____________________________________________________________________________
-[ 16660] By: rgs                                   on 2002/05/17  19:09:03
-        Log: Add a note about Cwd::fastcwd() returning tainted data.
-             Sort modules alphabetically.
+[ 23075] By: rgs                                   on 2004/07/10  13:03:56
+        Log: Subject: Bug with NEXT when called from an eval block
+             From: Dave Rolsky <autarch@urth.org>
+             Date: Fri, 9 Jul 2004 17:06:07 -0500 (CDT)
+             Message-ID: <Pine.LNX.4.58.0407091703010.4578@urth.org>
      Branch: perl
-          ! pod/perldelta.pod
+          ! lib/NEXT.pm lib/NEXT/t/next.t
 ____________________________________________________________________________
-[ 16659] By: rgs                                   on 2002/05/17  19:05:11
-        Log: Remove O from the untested modules list.
+[ 23074] By: nicholas                              on 2004/07/09  21:03:11
+        Log: Subject: Re: Segfault using HTML::Entities
+             From: Jarkko Hietaniemi <jhi@iki.fi>
+             Message-ID: <40EDBE1A.6080205@iki.fi>
+             Date: Fri, 09 Jul 2004 00:35:22 +0300
      Branch: perl
-          ! t/lib/1_compile.t
+          ! pp_ctl.c regexec.c t/run/fresh_perl.t
 ____________________________________________________________________________
-[ 16658] By: rgs                                   on 2002/05/17  19:03:06
-        Log: Fix bug 20020517.003 : segfault with caller().
-             Add regression tests for caller.
+[ 23073] By: nicholas                              on 2004/07/09  14:49:16
+        Log: A more honest TODO
      Branch: perl
-          + t/op/caller.t
-          ! MANIFEST pp_ctl.c
+          ! pod/perltodo.pod
 ____________________________________________________________________________
-[ 16657] By: nick                                  on 2002/05/17  17:18:18
-        Log: Fix the crlf.t buffer leak
-             - actually a generic PerlIOBuf_xxx derived leak-on-pop, but :crlf
-             flagged it because it is more often popped without stream
-             being closed.
-             - Define non-noop PerlIOBuf_popped(), use it and export it.
-     Branch: perlio
-          ! makedef.pl perlio.c perliol.h
-____________________________________________________________________________
-[ 16656] By: jhi                                   on 2002/05/17  16:52:15
-        Log: PERL_HASH() casting games so that our hashed data is "unsigned
-             char" but old code using just a "char" doesn't need changes.
-             (The change is using a temporary pointer instead of a direct
-             cast to unsigned char* which would blindly cast anything,
-             not just char pointers.)  (The problem arose in MacOS Classic,
-             as seen by Pudge, the cure by Nicholas Clark.)
-     Branch: perl
-          ! hv.c hv.h op.c sv.c vms/vms.c
-____________________________________________________________________________
-[ 16655] By: nick                                  on 2002/05/17  14:59:20
-        Log: Integrate mainline
-     Branch: perlio
-         !> (integrate 28 files)
-____________________________________________________________________________
-[ 16654] By: jhi                                   on 2002/05/17  12:24:07
-        Log: Update Changes.
+[ 23072] By: nicholas                              on 2004/07/09  11:34:17
+        Log: dor and // fulfil a TODO
+             Correct a deviation from the Nicholas Clark style guide.
      Branch: perl
-          ! Changes patchlevel.h
+          ! pod/perltodo.pod
 ____________________________________________________________________________
-[ 16653] By: jhi                                   on 2002/05/17  12:18:54
-        Log: FAQ sync.
+[ 23071] By: rgs                                   on 2004/07/09  08:08:05
+        Log: Subject: [PATCH] prime_env_iter and zero-length values on VMS
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Thu, 08 Jul 2004 23:19:05 -0500
+             Message-ID: <40EE1CB9.8030407@mac.com>
      Branch: perl
-          ! pod/perlfaq4.pod pod/perlfaq8.pod
+          ! vms/vms.c
 ____________________________________________________________________________
-[ 16652] By: jhi                                   on 2002/05/17  12:14:20
-        Log: Forgot from #16628.
+[ 23065] By: nicholas                              on 2004/07/08  13:09:44
+        Log: Randal notes:
+
+             "perldoc perldelta" still says 5.8.3 to 5.8.4, even though there
+             *is* a "perldoc perl583delta" properly.
+
+             This is because perl584delta still thinks it's the perldelta
      Branch: perl
-          ! ext/Encode/Makefile.PL
+          ! pod/perl584delta.pod
 ____________________________________________________________________________
-[ 16651] By: pudge                                 on 2002/05/17  11:40:13
-        Log: One Last Time
-     Branch: macperl
-          + lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
-          + lib/Unicode/Collate/README lib/Unicode/Collate/keys.txt
-          + lib/Unicode/Collate/t/test.t lib/Unicode/UCD.pm
-          + lib/Unicode/UCD.t
-____________________________________________________________________________
-[ 16650] By: pudge                                 on 2002/05/17  11:39:14
-        Log: Stupid case insensitivity
-     Branch: macperl
-          - lib/unicode/Collate.pm lib/unicode/Collate/Changes
-          - lib/unicode/Collate/README lib/unicode/Collate/keys.txt
-          - lib/unicode/Collate/t/test.t lib/unicode/UCD.pm
-          - lib/unicode/UCD.t
-____________________________________________________________________________
-[ 16649] By: pudge                                 on 2002/05/17  11:30:17
-        Log: Move Unicode -> unicode, remove README
-     Branch: macperl
-          - lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
-          - lib/Unicode/Collate/README lib/Unicode/Collate/keys.txt
-          - lib/Unicode/Collate/t/test.t lib/Unicode/README
-          - lib/Unicode/UCD.pm lib/Unicode/UCD.t
-____________________________________________________________________________
-[ 16648] By: pudge                                 on 2002/05/17  11:29:57
-        Log: Move Unicode -> unicode, remove README (oops, forgot one)
-     Branch: macperl
-         +> lib/unicode/Collate/README
-____________________________________________________________________________
-[ 16647] By: pudge                                 on 2002/05/17  11:11:50
-        Log: Move Unicode -> unicode, remove README
-     Branch: macperl
-         +> lib/unicode/Collate.pm lib/unicode/Collate/Changes
-         +> lib/unicode/Collate/keys.txt lib/unicode/Collate/t/test.t
-         +> lib/unicode/UCD.pm lib/unicode/UCD.t
-____________________________________________________________________________
-[ 16646] By: pudge                                 on 2002/05/17  10:54:03
-        Log: Integrate perl
-     Branch: macperl
-         +> Porting/thirdclean ext/B/t/o.t ext/PerlIO/t/fail.t
-         +> ext/Storable/t/st-dump.pl lib/Thread/Queue.pm
-         +> lib/Thread/Semaphore.pm
-          - ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
-          - wince/FindExt.pm wince/include/cectype.h wince/include/errno.h
-          - wince/include/sys/types.h wince/include/sys/utime.h
-          - wince/include/time.h
-          ! macos/MPVersion.r macos/config.sh
-         !> (integrate 173 files)
-____________________________________________________________________________
-[ 16645] By: nick                                  on 2002/05/17  06:56:40
-        Log: Integrate mainline
-     Branch: perlio
-         +> ext/Storable/t/st-dump.pl
-          - wince/FindExt.pm
-         !> (integrate 40 files)
-____________________________________________________________________________
-[ 16644] By: jhi                                   on 2002/05/17  03:10:15
-        Log: STDERR noise.
+[ 23063] By: rgs                                   on 2004/07/07  17:48:29
+        Log: Make Perl_sv_utf8_upgrade_flags tolerate PL_sv_undef
+             as an argument.
      Branch: perl
-          ! lib/Switch.pm
+          ! sv.c
 ____________________________________________________________________________
-[ 16643] By: jhi                                   on 2002/05/17  03:08:01
-        Log: Upgrade to Switch 2.07.
+[ 23062] By: nicholas                              on 2004/07/07  15:14:39
+        Log: First stab at explaining that CLONE may get more parameters in future.
+             More eloquent rewording desired. Patches welcome.
      Branch: perl
-          ! lib/Switch.pm lib/Switch/Changes lib/Switch/README
-          ! lib/Switch/t/given.t lib/Switch/t/nested.t
-          ! lib/Switch/t/switch.t
+          ! pod/perlmod.pod
 ____________________________________________________________________________
-[ 16642] By: jhi                                   on 2002/05/17  02:59:35
-        Log: Missed hunk in #16641.
+[ 23061] By: nicholas                              on 2004/07/07  13:30:27
+        Log: hv_store was not passing hash onwards (spotted by Dave)
      Branch: perl
-          ! lib/Filter/Simple/Changes
+          ! hv.c
 ____________________________________________________________________________
-[ 16641] By: jhi                                   on 2002/05/17  02:56:14
-        Log: Upgrade to Filter::Simple 0.78.
-             (Keep #14432, let Damian know of it.)
+[ 23060] By: mhx                                   on 2004/07/06  21:43:05
+        Log: Failing matches don't reset numbered variables.
+             Change #22997 could cause Text::ParseWords to loop forever if the
+             regex didn't not match. Explicitly return if the match fails.
      Branch: perl
-          ! lib/Filter/Simple.pm lib/Filter/Simple/README
-          ! lib/Filter/Simple/t/data.t lib/Filter/Simple/t/export.t
-          ! lib/Filter/Simple/t/filter.t lib/Filter/Simple/t/filter_only.t
-          ! lib/Filter/Simple/t/import.t
+          ! lib/Text/ParseWords.pm lib/Text/ParseWords.t
 ____________________________________________________________________________
-[ 16640] By: jhi                                   on 2002/05/17  01:36:12
-        Log: More Third Degree.
+[ 23059] By: nicholas                              on 2004/07/06  21:39:27
+        Log: Integrate:
+             [ 23057]
+             This is RC1
      Branch: perl
-          ! t/TEST
+         !> pod/perlhist.pod
 ____________________________________________________________________________
-[ 16639] By: jhi                                   on 2002/05/17  01:07:09
-        Log: Third Degree tweaks.
+[ 23058] By: nicholas                              on 2004/07/06  20:45:53
+        Log: Stop ENV_IS_CASELESS hv.c picking up the wrong hash value from a
+             shared string scalar.
      Branch: perl
-          ! pod/perlhack.pod t/TEST
+          ! hv.c
 ____________________________________________________________________________
-[ 16638] By: jhi                                   on 2002/05/16  22:54:36
-        Log: Purify: dl_last_error was leaking.
+[ 23052] By: nicholas                              on 2004/07/06  09:26:24
+        Log: A tool to check the AUTHORS file
      Branch: perl
-          ! ext/DynaLoader/dlutils.c
+          + Porting/checkAUTHORS.pl
+          ! MANIFEST
 ____________________________________________________________________________
-[ 16637] By: jhi                                   on 2002/05/16  22:42:44
-        Log: Subject: [PATCH utils/perldoc.PL] perltoc ref.
-             From: Chris Ball <chris@cpan.org>
-             Date: 16 May 2002 20:51:34 +0100
-             Message-ID: <86lmajvpkp.fsf@void.printf.net>
+[ 23051] By: nicholas                              on 2004/07/06  09:25:16
+        Log: Add some missing authors and remove 1 duplicate
      Branch: perl
-          ! utils/perldoc.PL
+          ! AUTHORS
 ____________________________________________________________________________
-[ 16636] By: jhi                                   on 2002/05/16  22:38:35
-        Log: Subject: [PATCH @16611] lib/ExtUtils/t/Constant.t on VMS
-             From: "Craig A. Berry" <craigberry@mac.com>
-             Date: Thu, 16 May 2002 14:13:15 -0500
-             Message-Id: <5.1.0.14.2.20020516140747.03562438@exchi01>
+[ 23048] By: nicholas                              on 2004/07/05  17:26:09
+        Log: There was no need to bump $Text::ParseWords::VERSION to 3.24
      Branch: perl
-          ! lib/ExtUtils/t/Constant.t
+          ! lib/Text/ParseWords.pm
 ____________________________________________________________________________
-[ 16635] By: rgs                                   on 2002/05/16  21:09:57
-        Log: Make Cwd::fastcwd() return a tainted value.
-             Add regression tests for taint-safety of the *cwd()
-             functions.
+[ 23047] By: rgs                                   on 2004/07/05  17:05:55
+        Log: Update tests and $VERSION for change 23046
      Branch: perl
-          ! ext/Cwd/Cwd.xs ext/Cwd/t/taint.t lib/Cwd.pm
+          ! ext/B/B/Deparse.pm ext/B/t/deparse.t
 ____________________________________________________________________________
-[ 16634] By: jhi                                   on 2002/05/16  15:56:42
-        Log: Subject: Re: AIX warning in hints regarding gcc
-             From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
-             Date: Thu, 16 May 2002 18:55:41 +0200
-             Message-Id: <20020516185212.667C.H.M.BRAND@hccnet.nl>
+[ 23046] By: rgs                                   on 2004/07/05  16:53:54
+        Log: Subject: Re: [perl #30504] B::Deparse scoping problem with for loop
+             From: Stephen McCamant <smcc@MIT.EDU>
+             Date: Mon, 28 Jun 2004 18:26:24 -0700
+             Message-ID: <16608.50496.787002.560481@apocalypse.OCF.Berkeley.EDU>
      Branch: perl
-          ! hints/aix.sh
+          ! ext/B/B/Deparse.pm
 ____________________________________________________________________________
-[ 16633] By: jhi                                   on 2002/05/16  14:18:27
-        Log: Update the test statuses.
+[ 23042] By: nicholas                              on 2004/07/05  14:54:15
+        Log: Bump $B::Deparse::VERSION
      Branch: perl
-          ! pod/perldelta.pod
+          ! ext/B/B/Deparse.pm
 ____________________________________________________________________________
-[ 16632] By: jhi                                   on 2002/05/16  14:17:29
-        Log: The UDP sockpair failure seems to have magically
-             disappeared from both UNICOSes.
-             (One gets "UNEXPECTEDLY SUCCEEDED".)
+[ 23040] By: nicholas                              on 2004/07/05  10:24:17
+        Log: t/op/tie.t test 23 is failing when run with utf8 everywhere.
+             Problem appears to be due to theft of temporaries
      Branch: perl
-          ! ext/Socket/socketpair.t
+          ! mg.c
 ____________________________________________________________________________
-[ 16631] By: jhi                                   on 2002/05/16  13:57:08
-        Log: Brokenness of restricted hashes with Storable on EBCDIC
-             seems to be an artifact of the downgrade.t.
+[ 23029] By: nicholas                              on 2004/07/04  16:39:07
+        Log: Subject: [PATCH Cwd 2.18] _vms_abs_path on non-directories
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Message-ID: <40E704AA.4090801@mac.com>
+             Date: Sat, 03 Jul 2004 14:10:34 -0500
      Branch: perl
-          ! ext/Storable/Storable.pm
+          ! ext/Cwd/t/cwd.t lib/Cwd.pm
 ____________________________________________________________________________
-[ 16630] By: jhi                                   on 2002/05/16  13:51:19
-        Log: Document the odd slowdown of ext/Encode/t/Unicode.t under
-             memory debuggers.
+[ 23028] By: nicholas                              on 2004/07/04  15:14:33
+        Log: /usr/bin/locale steadfastly delivers 8 bit output independent of
+             LC_ALL. So when perl's expecting utf8, things don't quite work right.
+             This has become visible since fix 22842
      Branch: perl
-          ! pod/perlhack.pod
+          ! lib/locale.t
 ____________________________________________________________________________
-[ 16629] By: jhi                                   on 2002/05/16  13:44:03
-        Log: Subject: Re: [ PATCH ] AIX 4.3 / gcc / threads
-             From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
-             Date: Thu, 16 May 2002 16:42:34 +0200
-             Message-Id: <20020516164139.666A.H.M.BRAND@hccnet.nl>
-             
-             gcc 3 version parsing proofing.
+[ 23027] By: mhx                                   on 2004/07/02  14:44:37
+        Log: More microperl tweaks.
      Branch: perl
-          ! hints/dec_osf.sh hints/hpux.sh hints/svr5.sh hints/vos.sh
+          ! Makefile.micro README.micro uconfig.h uconfig.sh
 ____________________________________________________________________________
-[ 16628] By: jhi                                   on 2002/05/16  13:22:57
-        Log: Subject: [PATCH] good day for WinCE port of perl.
-             From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
-             Date: Thu, 16 May 2002 03:33:23 +0400
-             Message-ID: <001301c1fc68$e808e560$a95cc3d9@vad>
-     Branch: perl
-          - wince/FindExt.pm
-          ! MANIFEST 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/Symbol/Makefile.PL
-          ! ext/Encode/TW/Makefile.PL ext/Encode/Unicode/Makefile.PL
-          ! utf8.c win32/buildext.pl wince/Makefile.ce wince/config.ce
-          ! wince/config_H.ce wince/config_h.PL
-____________________________________________________________________________
-[ 16627] By: jhi                                   on 2002/05/16  13:17:42
-        Log: Subject: [PATCH] do not use "udp" on some platforms for Sys::Syslog
-             From: slaven.rezic@berlin.de
-             Date: Mon, 13 May 2002 16:02:24 +0200
-             Message-Id: <20020513140224.JSLM27460.mailoutvl21@herceg.de>
+[ 23026] By: rgs                                   on 2004/07/02  13:05:23
+        Log: Maintainer change for Safe
      Branch: perl
-          ! ext/Sys/Syslog/Syslog.pm
+          ! Porting/Maintainers.pl
 ____________________________________________________________________________
-[ 16626] By: jhi                                   on 2002/05/16  13:16:34
-        Log: Subject: Re: [PATCH] allow use threads qw(yield)
-             From: Dave Mitchell <davem@fdgroup.com>
-             Date: Wed, 15 May 2002 23:26:27 +0100
-             Message-ID: <20020515232626.E28924@fdgroup.com>
+[ 23025] By: rgs                                   on 2004/07/02  10:06:29
+        Log: Bump version number of Safe for CPAN release
      Branch: perl
-          ! ext/threads/threads.xs
+          ! ext/Opcode/Safe.pm
 ____________________________________________________________________________
-[ 16625] By: jhi                                   on 2002/05/16  13:10:46
-        Log: Subject: [ PATCH ] AIX 4.3 / gcc / threads
-             From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
-             Date: Thu, 16 May 2002 14:22:21 +0200
-             Message-Id: <20020516141856.6661.H.M.BRAND@hccnet.nl>
+[ 23024] By: rgs                                   on 2004/07/02  07:50:42
+        Log: Upgrade to I18N::LangTags 0.33
      Branch: perl
-          ! hints/aix.sh
-____________________________________________________________________________
-[ 16624] By: jhi                                   on 2002/05/16  13:05:05
-        Log: metaconfig unit change for #16623.
-     Branch: metaconfig
-          ! U/ebcdic/trnl.U
+          ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
+          ! lib/I18N/LangTags/t/80_all_env.t
 ____________________________________________________________________________
-[ 16623] By: jhi                                   on 2002/05/16  13:04:40
-        Log: OS/2 tr (well, GNU textutils 2.0 tr) probing tweak
-             from John Poltorak <jp@eyup.org>.
+[ 23023] By: davem                                 on 2004/07/02  01:49:11
+        Log: utf8 POPSTACK crash on split execution
+             split() does a SWITCHSTACK to directly split to an array, but
+             if it subsequently dies (eg the regex triggers a 'use utf8' which
+             is then denied by Safe), then the switch doesn't get undone. Add
+             a new save type to allow for this.
      Branch: perl
-          ! Configure
+          ! pp.c scope.c scope.h
 ____________________________________________________________________________
-[ 16622] By: jhi                                   on 2002/05/16  12:58:05
-        Log: DJGPP doesn't have \r\n delimited files (it has \r).
+[ 23022] By: mhx                                   on 2004/07/01  21:08:44
+        Log: The microperl config didn't know about usemallocwrap yet.
      Branch: perl
-          ! lib/Tie/File/t/21_win32.t
+          ! uconfig.h uconfig.sh
 ____________________________________________________________________________
-[ 16621] By: jhi                                   on 2002/05/16  12:52:47
-        Log: 1. Not hardcoding \x0A and \x0D seems to help EBCDIC, amazing.
-             2. Doing a s///g instead of tr/// works better for CR-delimited
-             files, like in DJGPP (since <FH> doesn't correctly pull in
-             CR-delimited lines).
+[ 23021] By: mhx                                   on 2004/07/01  14:30:05
+        Log: Check for definedness of sv before calling sv_derived_from()
+             to prevent "Use of uninitialized value..." warning.
      Branch: perl
-          ! lib/Pod/Html.pm lib/Pod/t/eol.t
+          ! universal.c
 ____________________________________________________________________________
-[ 16620] By: jhi                                   on 2002/05/16  12:50:29
-        Log: Don't test $! with like() since one may have
-             a non-English locale, or simply AIX :-)
+[ 23019] By: nicholas                              on 2004/07/01  10:14:03
+        Log: Bump version numbers
      Branch: perl
-          ! ext/PerlIO/t/fail.t
+          ! ext/File/Glob/Glob.pm ext/XS/APItest/APItest.pm
+          ! ext/threads/threads.pm lib/Carp.pm lib/File/Copy.pm
+          ! lib/Text/ParseWords.pm lib/Text/Wrap.pm lib/autouse.pm
+          ! lib/charnames.pm lib/diagnostics.pm lib/utf8.pm
 ____________________________________________________________________________
-[ 16619] By: jhi                                   on 2002/05/16  12:16:25
-        Log: DJGPP updates from Laszlo Molnar.
+[ 23018] By: nicholas                              on 2004/06/30  21:37:12
+        Log: Assert that we aren't leaking memory.
      Branch: perl
-          ! README.dos djgpp/djgppsed.sh lib/File/stat.t t/op/alarm.t
+          ! sv.c
 ____________________________________________________________________________
-[ 16618] By: jhi                                   on 2002/05/16  02:57:21
-        Log: Integrate perlio:
-             
-             [ 16613]
-             Make open fail when layer string does not parse.
+[ 23016] By: gbarr                                 on 2004/06/30  13:47:36
+        Log: Sync to libnet-1.19
      Branch: perl
-         +> ext/PerlIO/t/fail.t
-         !> MANIFEST perlio.c
+          ! lib/Net/Changes.libnet lib/Net/Cmd.pm lib/Net/FTP.pm
+          ! lib/Net/POP3.pm lib/Net/SMTP.pm lib/Net/t/datasend.t
 ____________________________________________________________________________
-[ 16617] By: jhi                                   on 2002/05/15  21:07:39
-        Log: Subject: [PATCH] avoid 64 bit SEGV for debugging Storable
-             From: Nicholas Clark <nick@unfortu.net>
-             Date: Wed, 15 May 2002 23:06:20 +0100
-             Message-ID: <20020515220619.GF365@Bagpuss.unfortu.net>
+[ 23014] By: rgs                                   on 2004/06/30  12:12:24
+        Log: Subject: [PATCH pod/perlop.pod] Documenting undefined behaviour of $i = $i ++.
+             From: Abigail <abigail@abigail.nl>
+             Date: Wed, 30 Jun 2004 12:00:21 +0200
+             Message-ID: <20040630100021.GA23752@abigail.nl>
      Branch: perl
-          ! ext/Storable/Storable.xs
+          ! pod/perlop.pod
 ____________________________________________________________________________
-[ 16616] By: jhi                                   on 2002/05/15  21:01:10
-        Log: Two down, ten to go.
+[ 23011] By: nicholas                              on 2004/06/29  15:26:34
+        Log: Note that sv_2mortal isn't just "increase reference count by 1, and
+             mark that it needs a deferred recount"
      Branch: perl
-          ! pod/perldelta.pod
+          ! sv.c
 ____________________________________________________________________________
-[ 16615] By: jhi                                   on 2002/05/15  20:31:02
-        Log: Fix some of the EBCDIC vs Storable failures, from Nick Clark.
+[ 23010] By: rgs                                   on 2004/06/29  12:12:58
+        Log: More caveats in B::Deparse's documentation
+             (suggested by Yves Orton)
      Branch: perl
-          ! ext/Storable/t/downgrade.t ext/Storable/t/make_downgrade.pl
+          ! ext/B/B/Deparse.pm
 ____________________________________________________________________________
-[ 16614] By: jhi                                   on 2002/05/15  20:03:28
-        Log: Schizoid MANIFESTs.
+[ 23007] By: merijn                                on 2004/06/29  10:57:46
+        Log: HP-UX 10.20 still *needs* -Ae for HP C-ANSI-C to be ANSI
+             11.00 and on are ANSI by default for /opt/ansic/bin
+             Error was introduced by #22975 in re-enabling 10.01
      Branch: perl
-          + ext/Storable/t/st-dump.pl
-          ! MANIFEST ext/Storable/MANIFEST t/lib/st-dump.pl
-____________________________________________________________________________
-[ 16613] By: nick                                  on 2002/05/15  19:26:00
-        Log: Make open fail when layer string does not parse.
-     Branch: perlio
-          + ext/PerlIO/t/fail.t
-          ! MANIFEST perlio.c
-____________________________________________________________________________
-[ 16612] By: nick                                  on 2002/05/15  18:11:15
-        Log: Integrate mainline
-     Branch: perlio
-         !> Changes ext/Storable/Storable.pm patchlevel.h
-         !> pod/perldelta.pod sv.c t/run/fresh_perl.t
+          ! hints/hpux.sh
 ____________________________________________________________________________
-[ 16611] By: jhi                                   on 2002/05/15  14:06:45
-        Log: Update Changes.
+[ 23006] By: davem                                 on 2004/06/28  22:50:01
+        Log: use encoding and "eq" cause memory leak
+             Perl_sv_eq() was creating a temp and not always freeing it
      Branch: perl
-          ! Changes patchlevel.h
+          ! sv.c
 ____________________________________________________________________________
-[ 16610] By: jhi                                   on 2002/05/15  13:47:40
-        Log: Make fresh_perl skip the embedded UTF-8 tests on EBCDIC.
+[ 23002] By: nicholas                              on 2004/06/27  20:57:50
+        Log: Assimilate Locale-Codes-2.07
      Branch: perl
-          ! pod/perldelta.pod t/run/fresh_perl.t
-____________________________________________________________________________
-[ 16609] By: jhi                                   on 2002/05/15  13:46:55
-        Log: Document some of the known EBCDIC problems with Storable.
-             (There is more, but need to do more tests.)
+          ! lib/Locale/Codes/ChangeLog lib/Locale/Codes/README
+          ! lib/Locale/Codes/t/all.t lib/Locale/Codes/t/constants.t
+          ! lib/Locale/Codes/t/country.t lib/Locale/Codes/t/currency.t
+          ! lib/Locale/Codes/t/uk.t lib/Locale/Constants.pm
+          ! lib/Locale/Constants.pod lib/Locale/Country.pm
+          ! lib/Locale/Country.pod lib/Locale/Currency.pm
+          ! lib/Locale/Currency.pod lib/Locale/Language.pm
+          ! lib/Locale/Language.pod lib/Locale/Script.pm
+          ! lib/Locale/Script.pod
+____________________________________________________________________________
+[ 23001] By: nicholas                              on 2004/06/27  18:27:43
+        Log: Stop 80_all_env.t failing when LC_ALL is set
+     Branch: perl
+          ! lib/I18N/LangTags/t/80_all_env.t
+____________________________________________________________________________
+[ 22998] By: nicholas                              on 2004/06/25  22:19:51
+        Log: Correct detection of absent modules. Based on
+
+             Subject: [PATCH] Config{extensions} uses filesystem names as extensions
+             From: Andy Dougherty <doughera@lafayette.edu>
+             Message-ID: <Pine.SOL.4.58.0406241505530.14039@maxwell.phys.lafayette.edu>
+             Date: Thu, 24 Jun 2004 15:09:47 -0400 (EDT)
+
+             with improvements from Marcus Holland-Moritz
      Branch: perl
-          ! ext/Storable/Storable.pm
+          ! ext/Devel/PPPort/t/test.t ext/PerlIO/t/scalar.t
+          ! ext/PerlIO/t/via.t ext/threads/shared/t/disabled.t lib/DB.t
+          ! lib/Dumpvalue.t lib/PerlIO/via/t/QuotedPrint.t
+          ! lib/Tie/RefHash.t lib/autouse.t lib/dumpvar.t lib/h2xs.t
+          ! lib/overload.t t/io/crlf.t
 ____________________________________________________________________________
-[ 16608] By: jhi                                   on 2002/05/15  12:44:06
-        Log: Purify finding: jperl.t causes a few Array Bounds Reads
-             (one byte too far in a malloced buffer) at various spots
-             in regcomp.c, all the buffers malloced by SvGROW() in
-             sv_recode_to_utf8().
+[ 22997] By: mhx                                   on 2004/06/25  20:27:05
+        Log: Cleanup the main regex in Text::ParseWords and make the
+             parse_line() routine faster. Add a Unicode test case.
      Branch: perl
-          ! sv.c
-____________________________________________________________________________
-[ 16607] By: nick                                  on 2002/05/15  06:57:26
-        Log: Integrate mainline
-     Branch: perlio
-         +> Porting/thirdclean
-         !> (integrate 36 files)
+          ! lib/Text/ParseWords.pm lib/Text/ParseWords.t
 ____________________________________________________________________________
-[ 16606] By: jhi                                   on 2002/05/15  04:24:45
-        Log: Subject: [PATCH] Re: use of lc module names and warnings
-             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
-             Date: Sun, 12 May 2002 23:09:46 +0200
-             Message-ID: <20020512230946.E699@rafael>
+[ 22996] By: merijn                                on 2004/06/25  15:27:21
+        Log: Subject: [perl #30450] perl 5.8.4: enhancement to hints/solaris_2.sh
+             From: Nicholas Gianniotis (via RT) <perlbug-followup@perl.org>
+             Date: 25 Jun 2004 09:39:51 -0000
+             Message-ID: <rt-3.0.9-30450-91340.10.3279898804255@perl.org>
+             and
+             From: Andy Dougherty <doughera@lafayette.edu>
+             Date: Fri, 25 Jun 2004 11:30:11 -0400 (EDT)
+             Message-ID: <Pine.SOL.4.58.0406251113420.15961@maxwell.phys.lafayette.edu>
      Branch: perl
-          ! toke.c
+          ! hints/solaris_2.sh
 ____________________________________________________________________________
-[ 16605] By: jhi                                   on 2002/05/15  03:58:24
-        Log: More rule tweakage.
+[ 22995] By: rgs                                   on 2004/06/25  15:07:51
+        Log: Subject: [PATCH] regcomp.c, t/op/regmesg.t -- False range with \p and \P
+             From: Jeff 'japhy' Pinyan <japhy@perlmonk.org>
+             Date: Thu, 24 Jun 2004 16:42:54 -0400 (EDT)
+             Message-ID: <Pine.LNX.4.44.0406241636340.8774-200000@perlmonk.org>
      Branch: perl
-          ! Porting/thirdclean
+          ! regcomp.c t/op/regmesg.t
 ____________________________________________________________________________
-[ 16604] By: jhi                                   on 2002/05/15  00:40:46
-        Log: Subject: [PATCH] Fix Devel::DProf debugging aid
-             From: Sam Tregar <sam@tregar.com>
-             Date: Tue, 14 May 2002 21:27:05 -0400 (EDT)
-             Message-ID: <Pine.LNX.4.44.0205142123270.24343-100000@localhost.localdomain>
+[ 22994] By: rgs                                   on 2004/06/25  08:36:33
+        Log: More @INC test fixes
      Branch: perl
-          ! ext/Devel/DProf/DProf.xs
+          ! t/op/threads.t t/run/switch_A.t t/uni/chomp.t t/uni/tr_7jis.t
+          ! t/uni/tr_eucjp.t t/uni/tr_sjis.t t/uni/tr_utf8.t
 ____________________________________________________________________________
-[ 16603] By: jhi                                   on 2002/05/15  00:36:22
-        Log: $VERSIONize.
+[ 22993] By: rgs                                   on 2004/06/25  08:28:34
+        Log: Fix the Cwd tests for the core.
      Branch: perl
-          ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_MacOS.pm
+          ! ext/Cwd/t/cwd.t ext/Cwd/t/taint.t
 ____________________________________________________________________________
-[ 16602] By: jhi                                   on 2002/05/15  00:34:46
-        Log: Third Degree: name the op/foo.t as op_foo.
+[ 22992] By: mhx                                   on 2004/06/24  19:51:06
+        Log: Fix for: [perl #30442] Text::ParseWords does not handle backslashed newline inside quoted text
+             Use the suggested regex fix, plus some tests.
      Branch: perl
-          ! t/TEST
+          ! lib/Text/ParseWords.pm lib/Text/ParseWords.t
 ____________________________________________________________________________
-[ 16601] By: jhi                                   on 2002/05/15  00:24:28
-        Log: Read of uninitialized heap found by Third Degree
-             (e.g. in t/op/subst.t)
+[ 22991] By: rgs                                   on 2004/06/24  16:47:24
+        Log: Upgrade to Cwd 2.18
+             (with local changes to cwd.t, to adapt it to the core)
      Branch: perl
-          ! scope.c
+          ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/Cwd.pm
 ____________________________________________________________________________
-[ 16600] By: jhi                                   on 2002/05/14  23:57:10
-        Log: Add more rules.
+[ 22990] By: mhx                                   on 2004/06/24  16:22:05
+        Log: Fix for: [perl #2738] perl segfautls on input
+             The parser was incorrectly accepting <> as a subroutine prototype and
+             newATTRSUB didn't validate the proto argument before accessing op_sv.
      Branch: perl
-          ! Porting/thirdclean
+          ! op.c pod/perldiag.pod t/comp/parser.t toke.c
 ____________________________________________________________________________
-[ 16599] By: jhi                                   on 2002/05/14  22:15:41
-        Log: Subject: [PATCH] allow use threads qw(yield)
-             From: Dave Mitchell <davem@fdgroup.com>
-             Date: Tue, 14 May 2002 22:49:47 +0100
-             Message-ID: <20020514224947.F25049@fdgroup.com>
+[ 22988] By: rgs                                   on 2004/06/24  12:58:35
+        Log: Upgrade to Cwd 2.17_03
      Branch: perl
-          ! ext/threads/threads.pm ext/threads/threads.xs
+          ! ext/Cwd/Changes ext/Cwd/Cwd.xs lib/Cwd.pm
 ____________________________________________________________________________
-[ 16598] By: jhi                                   on 2002/05/14  20:35:21
-        Log: Micropatch from Olaf Flebbe.
+[ 22977] By: nicholas                              on 2004/06/23  08:38:47
+        Log: Test that [] // 0 is []
      Branch: perl
-          ! epoc/epoc.c
+          ! t/op/dor.t
 ____________________________________________________________________________
-[ 16597] By: rgs                                   on 2002/05/14  20:18:33
-        Log: Subject: perlhack.pod typos [PATCH]
-             From: "John P. Linderman" <jpl@research.att.com>
-             Date: Tue, 14 May 2002 12:31:21 -0400 (EDT)
-             Message-ID: <200205141631.MAA79121@raptor.research.att.com>
+[ 22976] By: rgs                                   on 2004/06/23  08:28:15
+        Log: Add a regression test for bug #23765 (by Jarkko)
      Branch: perl
-          ! pod/perlhack.pod
+          ! t/op/substr.t
 ____________________________________________________________________________
-[ 16596] By: rgs                                   on 2002/05/14  20:14:14
-        Log: Subject: typo in Socket.pm
-             From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
-             Date: Tue, 14 May 2002 12:02:47 +0200
-             Message-ID: <20020514120206.B758.H.M.BRAND@hccnet.nl>
+[ 22975] By: merijn                                on 2004/06/23  06:56:15
+        Log: Backward compatibility issues for HP-UX 10.01 and older
+             Yes, it is still actively used in production environment
+             One more patch expected for toke.c optimization level
      Branch: perl
-          ! ext/IO/lib/IO/Socket.pm
+          ! hints/hpux.sh
 ____________________________________________________________________________
-[ 16595] By: jhi                                   on 2002/05/14  17:27:26
-        Log: The #16592 needs this.
+[ 22972] By: mhx                                   on 2004/06/22  21:23:59
+        Log: Proposed patch + test case.
+
+             Subject: [perl #30409] charnames.pm clobbers default variable
+             From: Marcel "Grünauer" (via RT) <perlbug-followup@perl.org>
+             Date: 22 Jun 2004 16:43:50 -0000
+             Message-ID: <rt-3.0.9-30409-91174.12.8617678524438@perl.org>
      Branch: perl
-          ! embedvar.h perlapi.h
+          ! lib/charnames.pm lib/charnames.t
 ____________________________________________________________________________
-[ 16594] By: sky                                   on 2002/05/14  17:08:01
-        Log: Subject: Re: lib/sort.t failure [PATCH]
-             From: "John P. Linderman" <jpl@research.att.com>
-             Date: mÃ¥n maj 13, 2002  05:05:45  Europe/Stockholm
-             Message-Id: <200205131505.LAA46150@raptor.research.att.com>
+[ 22971] By: mhx                                   on 2004/06/22  21:00:10
+        Log: Adjust array index in FileCache.pm.
+
+             Subject: [perl #30291] Use of uninitialized value (array index reference) in FileCache.pm module at line 140
+             From: bbucklan@jpl-devvax.jpl.nasa.gov (via RT) <perlbug-followup@perl.org>
+             Date: 15 Jun 2004 16:55:22 -0000
+             Message-ID: <rt-3.0.9-30291-90552.18.5392299690759@perl.org>
      Branch: perl
-          ! pod/perlfunc.pod
+          ! lib/FileCache.pm
 ____________________________________________________________________________
-[ 16593] By: jhi                                   on 2002/05/14  16:09:59
-        Log: Add a script for cleaning out the "known noise"
-             from Third Degree reports: either noise caused
-             by libc itself, or Perl_yyparse leaks.
+[ 22970] By: mhx                                   on 2004/06/22  20:26:11
+        Log: Subject: [PATCH] DB_File 1.809  was RE: [perl #30237] DB_File methods and substr don't mix
+             From: "Paul Marquess" <Paul.Marquess@btinternet.com>
+             Date: Tue, 22 Jun 2004 21:29:12 +0100
+             Message-Id: <20040622202910.WBSU21846.mta08-svc.ntlworld.com@MARQUESSPT21>
      Branch: perl
-          + Porting/thirdclean
-          ! MANIFEST
+          ! ext/DB_File/Changes ext/DB_File/DB_File.pm
+          ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
+          ! ext/DB_File/t/db-hash.t ext/DB_File/t/db-recno.t
+          ! ext/DB_File/typemap
 ____________________________________________________________________________
-[ 16592] By: sky                                   on 2002/05/14  15:21:39
-        Log: Turn the sort RealCmp for stable quicksorts into a
-             threadsafe per interpreter values.
+[ 22969] By: nicholas                              on 2004/06/22  13:25:11
+        Log: Abolish the "Tied variable freed while still in use" error - I have
+             a way to cleanly avoid the coredump.
      Branch: perl
-          ! embedvar.h intrpvar.h perlapi.h pp_sort.c
+          ! mg.c pod/perldiag.pod t/op/tie.t
 ____________________________________________________________________________
-[ 16591] By: jhi                                   on 2002/05/14  13:48:46
-        Log: reentr.h affects more C files than just reentr.c
+[ 22968] By: nicholas                              on 2004/06/22  12:28:58
+        Log: Subject: [PATCH] Storable signedness nit
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Message-ID: <40D3AAC7.6030407@mac.com>
+             Date: Fri, 18 Jun 2004 21:53:59 -0500
      Branch: perl
-          ! locale.c pp.c pp_sys.c
+          ! ext/Storable/Storable.xs
 ____________________________________________________________________________
-[ 16590] By: jhi                                   on 2002/05/14  13:21:54
-        Log: Document reentr.pl a bit better.  Still rather
-             convoluted code, but it ain't broken, so...
+[ 22967] By: nicholas                              on 2004/06/22  09:57:23
+        Log: Skip tests if List::Util not built
      Branch: perl
-          ! reentr.h reentr.pl
+          ! lib/DB.t lib/Dumpvalue.t lib/autouse.t lib/dumpvar.t
+          ! lib/overload.t
 ____________________________________________________________________________
-[ 16589] By: jhi                                   on 2002/05/14  03:27:01
-        Log: z/OS update: not all Storable was clear yet.
+[ 22966] By: nicholas                              on 2004/06/22  09:56:59
+        Log: Skip test if Data::Dumper not built
      Branch: perl
-          ! pod/perldelta.pod
+          ! lib/Tie/RefHash.t
 ____________________________________________________________________________
-[ 16588] By: jhi                                   on 2002/05/14  03:14:10
-        Log: Avoid potentially empty struct.
+[ 22965] By: nicholas                              on 2004/06/22  09:56:34
+        Log: Skip test if Devel::PPPort is not built.
+             Probably should fix h2xs to work without it.
      Branch: perl
-          ! reentr.h reentr.pl
+          ! lib/h2xs.t
 ____________________________________________________________________________
-[ 16587] By: jhi                                   on 2002/05/14  01:55:47
-        Log: Todo tweaks.
+[ 22964] By: rgs                                   on 2004/06/22  07:34:40
+        Log: Upgrade to I18N::LangTags 0.32
      Branch: perl
-          ! pod/perltodo.pod
+          ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
+          ! lib/I18N/LangTags/Detect.pm lib/I18N/LangTags/t/80_all_env.t
 ____________________________________________________________________________
-[ 16586] By: jhi                                   on 2002/05/13  23:09:36
-        Log: Subject: [PATCH] various minor fixes in threads.            
-             From: Dave Mitchell <davem@fdgroup.com>
-             Date: Mon, 13 May 2002 23:48:22 +0100      
-             Message-ID: <20020513234822.G21318@fdgroup.com>
+[ 22963] By: davem                                 on 2004/06/20  12:00:56
+        Log: make mktables always update modifed time to play better with make
      Branch: perl
-          ! dump.c ext/threads/shared/shared.xs
+          ! Makefile.SH lib/unicore/mktables
 ____________________________________________________________________________
-[ 16585] By: jhi                                   on 2002/05/13  23:06:31
-        Log: Subject: Re: unsigned char hashes (Re: perl@16539)
-             From: PPrymmer@factset.com
-             Date: Mon, 13 May 2002 17:37:28 -0400
-             Message-ID: <OFA6169DE6.9ED4C891-ON85256BB8.00767EB7@55.25.11>
+[ 22962] By: davem                                 on 2004/06/20  11:50:19
+        Log: fix typo in gp_free
      Branch: perl
-          ! vms/vms.c
+          ! gv.c
 ____________________________________________________________________________
-[ 16584] By: jhi                                   on 2002/05/13  23:05:04
-        Log: Subject: Re: FreeBSD mostly OK. [nwc10@colon.colondot.net: Report /export/home/nwc10/Even-Smoke/Smoke]
-             From: Nicholas Clark <nick@unfortu.net>    
-             Date: Mon, 13 May 2002 21:45:47 +0100
-             Message-ID: <20020513204546.GC310@Bagpuss.unfortu.net>
+[ 22961] By: davem                                 on 2004/06/19  12:36:58
+        Log: 'make test' without preceeding 'make' fails.
+             Change #22872 added a target to run mktables, but this was
+             skipped if 'make test' was run first, causing the build of
+             Unicode::Normalize to fail.
      Branch: perl
-          ! lib/ExtUtils/t/Constant.t
+          ! Makefile.SH
 ____________________________________________________________________________
-[ 16583] By: jhi                                   on 2002/05/13  23:04:00
-        Log: Subject: [PATCH] Re: FreeBSD mostly OK. [nwc10@colon.colondot.net: Report /export/home/nwc10/Even-Smoke/Smoke]
-             From: Nicholas Clark <nick@unfortu.net>    
-             Date: Mon, 13 May 2002 21:47:38 +0100
-             Message-ID: <20020513204738.GD310@Bagpuss.unfortu.net>
+[ 22960] By: nicholas                              on 2004/06/18  20:18:02
+        Log: When expecting an error, it's best to check the text you got, rather
+             than blindly assuming that it's correct.
      Branch: perl
-          ! lib/Benchmark.t
+          ! t/op/write.t
 ____________________________________________________________________________
-[ 16582] By: jhi                                   on 2002/05/13  23:01:05
-        Log: Subject: WinCE several touches
-             From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
-             Date: Tue, 14 May 2002 00:43:11 +0400      
-             Message-ID: <007b01c1fabe$cc8cbbf0$785cc3d9@vad>
+[ 22959] By: nicholas                              on 2004/06/18  18:57:30
+        Log: Case insensitive file systems are bad, m'kay
      Branch: perl
-          ! lib/ExtUtils/MM_Unix.pm utf8.c wince/Makefile.ce
-          ! wince/config_h.PL
+          ! ext/IO/t/IO.t
 ____________________________________________________________________________
-[ 16581] By: jhi                                   on 2002/05/13  22:57:51
-        Log: Subject: Re: perl@16573
-             From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
-             Date: Mon, 13 May 2002 18:30:35 +0200
-             Message-Id: <20020513182617.5525.H.M.BRAND@hccnet.nl>
-             
-             (gcc 3.0 vs 64-bit hpux hints)
+[ 22958] By: nicholas                              on 2004/06/18  13:45:51
+        Log: This needs POSIX, so skip if no POSIX
      Branch: perl
-          ! hints/hpux.sh
+          ! lib/Pod/t/basic.t
 ____________________________________________________________________________
-[ 16580] By: sky                                   on 2002/05/13  19:38:09
-        Log: Make the point a bit clearer after suggestion from Merijin
+[ 22957] By: nicholas                              on 2004/06/18  13:44:27
+        Log: Also needs skipping if PerlIO::via not built
      Branch: perl
-          ! pod/perltodo.pod
+          ! lib/PerlIO/via/t/QuotedPrint.t
 ____________________________________________________________________________
-[ 16579] By: rgs                                   on 2002/05/13  18:51:54
-        Log: perltodo update.
+[ 22956] By: nicholas                              on 2004/06/18  13:24:13
+        Log: Skip tests when PerlIO::scalar and PerlIO::via aren't built
      Branch: perl
-          ! pod/perltodo.pod
+          ! ext/PerlIO/t/scalar.t ext/PerlIO/t/via.t
 ____________________________________________________________________________
-[ 16578] By: rgs                                   on 2002/05/13  18:49:39
-        Log: Subject: README.aix update
-             From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
-             Date: Mon, 13 May 2002 19:02:47 +0200
-             Message-ID: <20020513190200.552D.H.M.BRAND@hccnet.nl>
+[ 22955] By: nicholas                              on 2004/06/18  13:19:16
+        Log: Not ideal, but skip all of IO's tests if Socket is not built.
      Branch: perl
-          ! README.aix
+          ! ext/IO/t/IO.t
 ____________________________________________________________________________
-[ 16577] By: dougm                                 on 2002/05/13  18:45:01
-        Log: export PerlIOBuf_get_base for win32 extension linkage
+[ 22954] By: nicholas                              on 2004/06/18  13:11:31
+        Log: Skip test if perl configured without threads::shared
      Branch: perl
-          ! makedef.pl
+          ! ext/threads/shared/t/disabled.t
 ____________________________________________________________________________
-[ 16576] By: nick                                  on 2002/05/13  18:20:22
-        Log: Integrate mainline
-     Branch: perlio
-         !> Changes README.vos 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 patchlevel.h
-         !> pod/perldelta.pod vms/vms.c xsutils.c
-____________________________________________________________________________
-[ 16575] By: ams                                   on 2002/05/13  15:42:50
-        Log: Subject: [PATCH] Update README.vos and pod/perlport.pod
-             From: Paul_GreenVOS@vos.stratus.com
-             Date: Mon, 13 May 02 12:32 edt
-             Message-Id: <200205131631.MAA02607@mailhub2.stratus.com>
+[ 22953] By: nicholas                              on 2004/06/18  13:09:24
+        Log: Skip test if Devel::PPPort not built
      Branch: perl
-          ! README.vos pod/perldelta.pod
+          ! ext/Devel/PPPort/t/test.t
 ____________________________________________________________________________
-[ 16574] By: ams                                   on 2002/05/13  15:41:14
-        Log: Subject: [PATCH: perl@16539++] fix a small comment nit in vms/vms.c
-             From: PPrymmer@factset.com
-             Date: Mon, 13 May 2002 11:38:15 -0400
-             Message-Id: <OF3D3F427C.8365917A-ON85256BB8.0055A1BF@55.25.11>
+[ 22952] By: nicholas                              on 2004/06/18  13:07:40
+        Log: Skip re tests if re not built.
      Branch: perl
-          ! vms/vms.c
+          ! ext/re/t/re.t
 ____________________________________________________________________________
-[ 16573] By: jhi                                   on 2002/05/13  14:02:50
-        Log: Update Changes.
+[ 22951] By: nicholas                              on 2004/06/18  11:38:24
+        Log: If we don't build B, we should skip all its tests.
      Branch: perl
-          ! Changes patchlevel.h
+          ! ext/B/t/asmdata.t ext/B/t/b.t ext/B/t/bblock.t
+          ! ext/B/t/bytecode.t ext/B/t/concise.t ext/B/t/debug.t
+          ! ext/B/t/deparse.t ext/B/t/f_map.t ext/B/t/f_sort.t
+          ! ext/B/t/lint.t ext/B/t/o.t ext/B/t/optree_check.t
+          ! ext/B/t/optree_concise.t ext/B/t/optree_samples.t
+          ! ext/B/t/optree_sort.t ext/B/t/optree_specials.t
+          ! ext/B/t/optree_varinit.t ext/B/t/showlex.t ext/B/t/stash.t
+          ! ext/B/t/terse.t ext/B/t/xref.t
 ____________________________________________________________________________
-[ 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>
+[ 22950] By: nicholas                              on 2004/06/18  11:27:51
+        Log: D'oh. Don't turn on warnings on the #! line without actually testing
+             the full code in case it warns.
      Branch: perl
-          ! t/TEST
+          ! lib/Unicode/UCD.t
 ____________________________________________________________________________
-[ 16569] By: jhi                                   on 2002/05/12  23:49:00
-        Log: Be clean.
+[ 22949] By: nicholas                              on 2004/06/18  09:43:12
+        Log: Unicode::UCD uses Storable, so we can't test if Storable isn't built.
      Branch: perl
-          ! Makefile.SH ext/B/t/o.t
+          ! lib/Unicode/UCD.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
+[ 22948] By: nicholas                              on 2004/06/18  09:23:20
+        Log: Can't test the B modules if we didn't build 'em
      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
+          ! t/lib/1_compile.t
 ____________________________________________________________________________
-[ 16567] By: jhi                                   on 2002/05/12  23:28:43
-        Log: Elaborate on the exit/wait plan a bit.
+[ 22947] By: nicholas                              on 2004/06/18  08:59:01
+        Log: Need to skip test 7 if perl built without the PerlIO::scalar extension
      Branch: perl
-          ! pod/perltodo.pod
+          ! t/io/crlf.t
 ____________________________________________________________________________
-[ 16566] By: jhi                                   on 2002/05/12  22:26:17
-        Log: Slight doc tweaks.
+[ 22946] By: rgs                                   on 2004/06/18  07:44:34
+        Log: Upgrade to I18N::LangTags 0.31.
      Branch: perl
-          ! pod/perlthrtut.pod
+          ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
+          ! lib/I18N/LangTags/Detect.pm lib/I18N/LangTags/t/10_http.t
+          ! lib/I18N/LangTags/t/80_all_env.t
 ____________________________________________________________________________
-[ 16565] By: jhi                                   on 2002/05/12  19:56:56
-        Log: OS/390: update the test results.
+[ 22945] By: nicholas                              on 2004/06/17  19:27:05
+        Log: As 2/3rds (or 3/4s) of the SV head structure is rewritten, it doesn't
+             seem that memzero() of everything is the most efficient idea.
      Branch: perl
-          ! pod/perldelta.pod
+          ! sv.c
 ____________________________________________________________________________
-[ 16564] By: jhi                                   on 2002/05/12  19:48:40
-        Log: Add threadsafety caveats.
+[ 22944] By: nicholas                              on 2004/06/17  14:57:14
+        Log: Change 22516 forgot to add make_overload.pl to generate test data
+             (submitted from the pub via wireless, bluetooth and then GPRS out
+             to the Internet)
      Branch: perl
-          ! ext/threads/threads.pm pod/perldelta.pod pod/perlthrtut.pod
+          + ext/Storable/t/make_overload.pl
+          ! MANIFEST
 ____________________________________________________________________________
-[ 16563] By: jhi                                   on 2002/05/12  19:34:31
-        Log: Update the Mac OS X situation.
+[ 22943] By: nicholas                              on 2004/06/17  12:03:48
+        Log: Storable should cope if the string to thaw happens to be utf8 encoded
+             And anything with bytes >=256 is corrupt
      Branch: perl
-          ! pod/perldelta.pod
+          ! ext/Storable/ChangeLog ext/Storable/README
+          ! ext/Storable/Storable.pm ext/Storable/Storable.xs
+          ! ext/Storable/t/utf8.t
+____________________________________________________________________________
+[ 22942] By: rgs                                   on 2004/06/17  09:57:14
+        Log: Upgrade to Locale::Maketext 1.09
+     Branch: perl
+          + lib/Locale/Maketext/t/01_about_verbose.t
+          + lib/Locale/Maketext/t/10_make.t lib/Locale/Maketext/t/20_get.t
+          + lib/Locale/Maketext/t/40_super.t
+          + lib/Locale/Maketext/t/50_super.t
+          + lib/Locale/Maketext/t/60_super.t
+          + lib/Locale/Maketext/t/90_utf8.t
+          - lib/Locale/Maketext/t/00about.t lib/Locale/Maketext/t/01make.t
+          - lib/Locale/Maketext/t/02get.t lib/Locale/Maketext/t/03http.t
+          - lib/Locale/Maketext/t/04super.t
+          - lib/Locale/Maketext/t/05super.t
+          - lib/Locale/Maketext/t/06super.t lib/Locale/Maketext/t/90utf8.t
+          ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext/ChangeLog
+          ! lib/Locale/Maketext/README
+____________________________________________________________________________
+[ 22941] By: rgs                                   on 2004/06/17  09:43:48
+        Log: Upgrade to I18N::LangTags 0.30.
+     Branch: perl
+          + lib/I18N/LangTags/Detect.pm
+          + lib/I18N/LangTags/t/01_about_verbose.t
+          + lib/I18N/LangTags/t/05_main.t lib/I18N/LangTags/t/07_listy.t
+          + lib/I18N/LangTags/t/10_http.t lib/I18N/LangTags/t/50_super.t
+          + lib/I18N/LangTags/t/55_supers_strict.t
+          + lib/I18N/LangTags/t/80_all_env.t
+          - lib/I18N/LangTags/t/01test.t lib/I18N/LangTags/t/02decency.t
+          ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
+          ! lib/I18N/LangTags/List.pm
 ____________________________________________________________________________
-[ 16562] By: sky                                   on 2002/05/12  19:10:27
-        Log: Update todo, removing things done and adding new things.
+[ 22940] By: rgs                                   on 2004/06/17  08:54:41
+        Log: More forgiving version comparison in perlivp.
      Branch: perl
-          ! pod/perltodo.pod
+          ! utils/perlivp.PL
 ____________________________________________________________________________
-[ 16561] By: jhi                                   on 2002/05/12  19:02:24
-        Log: Reword the "threads still running" cleanup message.
+[ 22939] By: nicholas                              on 2004/06/16  09:05:57
+        Log: Improve the substitution to cc_r for threading so that compilers
+             specified with a full path or as a parameter to ccache are changed
      Branch: perl
-          ! ext/threads/threads.pm ext/threads/threads.xs pod/perldiag.pod
-          ! pod/perltoc.pod
+          ! hints/aix.sh
 ____________________________________________________________________________
-[ 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.)
+[ 22938] By: rgs                                   on 2004/06/15  14:35:00
+        Log: Subject: [PATCH] File::Basename docs
+             From: Boris Zentner <bzm@2bz.de>
+             Date: Sat, 12 Jun 2004 16:29:42 +0200
+             Message-Id: <200406121629.42595.bzm@2bz.de>
      Branch: perl
-          ! t/op/pat.t
+          ! lib/File/Basename.pm
 ____________________________________________________________________________
-[ 16559] By: sky                                   on 2002/05/12  17:59:41
-        Log: Add emulation layer for Thread/Semaphore and Thread/Queue
+[ 22937] By: nicholas                              on 2004/06/15  09:21:22
+        Log: It seems that our assert() macro wasn't good enough.
+             Changed to one that that is an expression, rather than a statement.
+             Fix new macros definitions in sv.h to be clean enough C to keep the
+             AIX compiler happy.
      Branch: perl
-          + lib/Thread/Queue.pm lib/Thread/Semaphore.pm
-          - ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
-          ! MANIFEST
+          ! perl.h sv.h
 ____________________________________________________________________________
-[ 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.
+[ 22936] By: rgs                                   on 2004/06/15  08:22:32
+        Log: Subject: [PATCH] perlop.pod: add an example to the .. and ... operators
+             From: Shlomi Fish <shlomif@vipe.technion.ac.il>
+             Date: Tue, 15 Jun 2004 10:15:15 +0300 (IDT)
+             Message-ID: <Pine.LNX.4.56.0406151013140.14618@vipe.technion.ac.il>
      Branch: perl
-          ! sv.c
+          ! pod/perlop.pod
 ____________________________________________________________________________
-[ 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.
+[ 22935] By: nicholas                              on 2004/06/15  07:17:17
+        Log: Assert SvTYPE is at least PGMV whenever accessing SvSTASH
      Branch: perl
-          ! t/op/pat.t
+          ! ext/Storable/Storable.xs sv.h
 ____________________________________________________________________________
-[ 16556] By: jhi                                   on 2002/05/12  15:29:36
-        Log: EBCDIC: make t/op/pat #242 and 243 finally succeed.
+[ 22934] By: nicholas                              on 2004/06/14  15:26:38
+        Log: Assert that SV type has magic member when reading/writing.
+             Will catch buggy code.
      Branch: perl
-          ! pod/perlebcdic.pod regcomp.c
+          ! sv.c sv.h
 ____________________________________________________________________________
-[ 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>.
+[ 22933] By: rgs                                   on 2004/06/13  17:54:47
+        Log: More h2ph voodoo.
      Branch: perl
-          ! ext/threads/t/basic.t ext/threads/t/list.t
-          ! ext/threads/t/thread.t
+          ! utils/h2ph.PL
 ____________________________________________________________________________
-[ 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>
+[ 22932] By: rgs                                   on 2004/06/13  15:35:00
+        Log: Subject: [PATCH] t/TEST
+             From: Abe Timmerman <abe@ztreet.demon.nl>
+             Date: Sun, 13 Jun 2004 11:41:49 +0200
+             Message-Id: <200406131141.50361.abe@ztreet.demon.nl>
      Branch: perl
-          ! ext/B/t/o.t
+          ! t/TEST
 ____________________________________________________________________________
-[ 16553] By: jhi                                   on 2002/05/12  04:27:16
-        Log: There's no rest for the wicked misspellers.
+[ 22931] By: rgs                                   on 2004/06/11  16:54:00
+        Log: Reapply change #20983, rolled back by change #22920,
+             as noticed by Craig Berry.
      Branch: perl
-          ! pod/perlthrtut.pod
+          ! pod/pod2usage.PL pod/podselect.PL
 ____________________________________________________________________________
-[ 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)
+[ 22930] By: rgs                                   on 2004/06/11  14:22:55
+        Log: More h2ph tweaks: recognition of C types
      Branch: perl
-          ! ext/threads/threads.pm pod/perlthrtut.pod
+          ! utils/h2ph.PL
 ____________________________________________________________________________
-[ 16551] By: jhi                                   on 2002/05/11  22:26:38
-        Log: Because of #16550 these tests would now spew
-             "Malformed UTF-8" in EBCDIC.
+[ 22929] By: rgs                                   on 2004/06/11  13:46:53
+        Log: More h2ph tweaking for gcc __inline functions
      Branch: perl
-          ! t/op/pat.t
+          ! utils/h2ph.PL
 ____________________________________________________________________________
-[ 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.
+[ 22928] By: mhx                                   on 2004/06/11  09:37:42
+        Log: t/comp/utf.t failed when configuring with -Dnoextensions=Encode
      Branch: perl
-          ! lib/utf8.t toke.c
+          ! t/comp/utf.t
 ____________________________________________________________________________
-[ 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>
+[ 22927] By: rgs                                   on 2004/06/11  08:28:19
+        Log: Remove a warning against unsafe signals in perlipc.pod,
+             now that we have "safe signals".
      Branch: perl
-          ! wince/wince.c
+          ! pod/perlipc.pod
 ____________________________________________________________________________
-[ 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
+[ 22926] By: rgs                                   on 2004/06/10  19:03:51
+        Log: Subject: Re: [perl #30197] perlbug AutoReply: Data::Dumper does not indent the deparsed code properly
+             From: Mathieu Arnold <m@absolight.fr>
+             Date: Thu, 10 Jun 2004 16:43:58 +0200
+             Message-ID: <34D483170C7F84E0DFBE442B@andromede.in.reaumur.net>
+             (with a test adjustment)
+     Branch: perl
+          ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/t/dumper.t
 ____________________________________________________________________________
-[ 16547] By: jhi                                   on 2002/05/11  19:46:23
-        Log: Explicit casts due to #16542.
+[ 22925] By: rgs                                   on 2004/06/10  17:26:15
+        Log: Make h2ph able to understand a limited set of inline functions.
+             The glibc apparently now ships headers that use inline functions
+             instead of plain old macros.
      Branch: perl
-          ! ext/B/B.xs hv.c op.c sv.c
+          ! utils/h2ph.PL
 ____________________________________________________________________________
-[ 16546] By: jhi                                   on 2002/05/11  19:35:54
-        Log: Upgrade to Test::Harness 2.21.
+[ 22924] By: rgs                                   on 2004/06/10  07:55:41
+        Log: Subject: Change 22872 breaks shared miniperl invocation
+             From: Alexey Tourbin <at@altlinux.ru>
+             Date: Fri, 4 Jun 2004 13:24:17 +0400
+             Message-ID: <20040604092417.GA13447@solemn.turbinal.org>
      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
+          ! Makefile.SH
 ____________________________________________________________________________
-[ 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)
+[ 22923] By: rgs                                   on 2004/06/09  19:47:47
+        Log: Subject: Re: [perl #30045] Transliteration replacement not terminated message obscure
+             From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
+             Date: Mon, 7 Jun 2004 00:28:55 -0700
+             Message-ID: <20040607072854.GB1028@efn.org>
      Branch: perl
-          ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/README
+          ! pod/perldiag.pod
 ____________________________________________________________________________
-[ 16544] By: jhi                                   on 2002/05/11  18:45:30
-        Log: metaconfig unit change for #16543.
-     Branch: metaconfig
-          ! U/threads/usethreads.U
+[ 22922] By: rgs                                   on 2004/06/09  18:40:45
+        Log: Remove the "malloc wrappage" tests, due to their unportability
+             (as suggested by Jarkko.)
+     Branch: perl
+          ! t/op/array.t t/op/repeat.t
 ____________________________________________________________________________
-[ 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>
+[ 22921] By: rgs                                   on 2004/06/09  15:57:58
+        Log: Subject: [PATCH] Re: [perl #24081] invalid regexp in perl -V
+             From: Robin Barker <Robin.Barker@npl.co.uk>
+             Date: Wed, 9 Jun 2004 12:02:01 +0100
+             Message-ID: <533D273D4014D411AB1D00062938C4D9040468F1@hotel.npl.co.uk>
+             with further adjustements for bleadperl
      Branch: perl
-          ! Configure README.threads pod/perlothrtut.pod
-          ! pod/perlthrtut.pod
+          ! configpm lib/Config.t
 ____________________________________________________________________________
-[ 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.
+[ 22920] By: rgs                                   on 2004/06/09  13:13:29
+        Log: Upgrade to Pod::Parser 1.28
+             (except Pod::Find, which has local patches not yet on CPAN)
      Branch: perl
-          ! hv.h
+          ! lib/Pod/Checker.pm lib/Pod/ParseUtils.pm lib/Pod/Parser.pm
+          ! pod/pod2usage.PL pod/podchecker.PL pod/podselect.PL
+          ! t/pod/find.t
 ____________________________________________________________________________
-[ 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
+[ 22919] By: mhx                                   on 2004/06/09  12:50:12
+        Log: s/64bit/64-bit/g for consistency in the READMEs.
+     Branch: perl
+          ! README.aix README.hpux
 ____________________________________________________________________________
-[ 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>
+[ 22918] By: rgs                                   on 2004/06/09  12:43:59
+        Log: Subject: [patch] Windows/Win32 thread handle leak with threads join
+             From: "Kevin Chase" <kevincha99@hotmail.com>
+             Date: Sun, 06 Jun 2004 09:44:44 -0700
+             Message-ID: <BAY2-F172Ih5h5xf4rJ0001a3a6@hotmail.com>
      Branch: perl
-          ! ext/DB_File/t/db-btree.t
+          ! ext/threads/threads.xs
 ____________________________________________________________________________
-[ 16539] By: jhi                                   on 2002/05/10  15:16:44
-        Log: Update Changes.
+[ 22917] By: merijn                                on 2004/06/09  11:46:23
+        Log: Several updates, major, and minor corrections, model updates,
+             explained the model numbering of HP-UX servers.
      Branch: perl
-          ! Changes patchlevel.h
+          ! README.hpux
 ____________________________________________________________________________
-[ 16538] By: jhi                                   on 2002/05/10  15:08:51
-        Log: Regen toc.
+[ 22916] By: rgs                                   on 2004/06/09  09:53:58
+        Log: Upgrade to Pod::Perldoc 3.13
      Branch: perl
-          ! pod/perltoc.pod
+          + lib/Pod/Perldoc/t/01_about_verbose.t
+          ! MANIFEST lib/Pod/Perldoc.pm lib/Pod/Perldoc/ToMan.pm
 ____________________________________________________________________________
-[ 16537] By: jhi                                   on 2002/05/10  15:06:52
-        Log: Move pod, add $VERSION.
+[ 22915] By: rgs                                   on 2004/06/09  09:08:46
+        Log: Upgrade to Digest 1.08.
      Branch: perl
-          ! ext/threads/shared/queue.pm
+          ! lib/Digest.pm
 ____________________________________________________________________________
-[ 16536] By: jhi                                   on 2002/05/10  14:42:10
-        Log: Unused variables.
+[ 22914] By: rgs                                   on 2004/06/09  08:08:55
+        Log: Upgrade to CGI.pm 3.05
      Branch: perl
-          ! ext/Encode/Encode.xs
+          ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Util.pm lib/CGI/t/html.t
 ____________________________________________________________________________
-[ 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>
+[ 22913] By: davem                                 on 2004/06/08  22:20:40
+        Log: double DESTROY in for loop
+             pp_iter decremented the ref count of the previous iterant before
+             unaliasing it. This could lead to DESTROY being called with the
+             loop variable still aliased to the freed value. If the DESTROY
+             also contained a for loop with the same iterator variable, the
+             freed value would get resurrected then freed for a second time.
      Branch: perl
-          + ext/B/t/o.t
-          ! MANIFEST
+          ! pp_hot.c t/cmd/for.t
 ____________________________________________________________________________
-[ 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
+[ 22912] By: rgs                                   on 2004/06/08  18:51:03
+        Log: Upgrade to Pod::LaTeX 0.57
+     Branch: perl
+          + lib/Pod/t/user.t
+          ! MANIFEST lib/Pod/LaTeX.pm pod/pod2latex.PL
 ____________________________________________________________________________
-[ 16531] By: jhi                                   on 2002/05/10  03:26:11
-        Log: Move the noisy tie core dump test to fresh_perl from op/tie.
+[ 22911] By: rgs                                   on 2004/06/08  18:42:29
+        Log: Upgrade to Unicode::Normalize 0.30.
      Branch: perl
-          ! t/op/tie.t t/run/fresh_perl.t
+          ! ext/Unicode/Normalize/Changes
+          ! ext/Unicode/Normalize/Normalize.pm
+          ! ext/Unicode/Normalize/Normalize.xs
+          ! ext/Unicode/Normalize/t/illegal.t
+          ! ext/Unicode/Normalize/t/short.t
+          ! ext/Unicode/Normalize/t/split.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>
+[ 22910] By: rgs                                   on 2004/06/08  18:40:38
+        Log: Remove a spurious \n in a perltie example,
+             noticed by Geoffrey Young.
      Branch: perl
-          ! t/op/tie.t
+          ! pod/perltie.pod
 ____________________________________________________________________________
-[ 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>
+[ 22909] By: rgs                                   on 2004/06/08  18:34:23
+        Log: Upgrade to Unicode::Collate 0.40
      Branch: perl
-          ! ext/threads/shared/t/cond.t
+          ! lib/Unicode/Collate.pm lib/Unicode/Collate/t/hangul.t
 ____________________________________________________________________________
-[ 16528] By: nick                                  on 2002/05/09  16:40:39
-        Log: Integrate maint branch io (pipe) fixes. (changes#16329,16330,16331)
+[ 22908] By: rgs                                   on 2004/06/08  18:23:54
+        Log: Upgrade to Time::Local 1.10.
      Branch: perl
-         !> doio.c pp_sys.c util.c
+          ! lib/Time/Local.pm lib/Time/Local.t
 ____________________________________________________________________________
-[ 16527] By: jhi                                   on 2002/05/09  14:09:00
-        Log: FAQ sync.
+[ 22907] By: rgs                                   on 2004/06/08  18:02:59
+        Log: Upgrade to Test::Harness 2.42
      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.
+          ! lib/Test/Harness.pm lib/Test/Harness/Changes
+          ! lib/Test/Harness/bin/prove lib/Test/Harness/t/prove-switches.t
+____________________________________________________________________________
+[ 22906] By: nicholas                              on 2004/06/08  14:59:20
+        Log: Patch 22835 Failed to upgrade all the new files in Encode 2.01
+             As spotted by Jerry D. Hedden
      Branch: perl
-          ! reentr.pl
+          ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/META.yml
 ____________________________________________________________________________
-[ 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
+[ 22905] By: rgs                                   on 2004/06/08  13:53:40
+        Log: Subject: Re: newSVpvn(NULL, 0); doesn't work as advertised
+             From: Marcus Holland-Moritz <mhx-perl@gmx.net>
+             Date: Fri, 4 Jun 2004 16:29:44 +0200
+             Message-Id: <20040604162944.4011f1c6@r2d2>
+     Branch: perl
+          ! pod/perlapi.pod sv.c
 ____________________________________________________________________________
-[ 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>.
+[ 22904] By: rgs                                   on 2004/06/08  13:44:27
+        Log: Subject: Re: [PATCH] Re: Lack of error for large string on Solaris
+             From: Jarkko Hietaniemi <jhi@iki.fi>
+             Date: Mon, 07 Jun 2004 20:09:42 +0300
+             Message-ID: <40C4A156.5030205@iki.fi>
      Branch: perl
-          ! Configure
+          ! av.c pod/perldiag.pod pp.c pp_hot.c t/op/array.t t/op/repeat.t
 ____________________________________________________________________________
-[ 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
+[ 22903] By: rgs                                   on 2004/06/08  10:19:27
+        Log: Subject: [perl #30073] Misleading docs of Text::Wrap
+             From: perl-5.8.0@ton.iguana.be (via RT) <perlbug-followup@perl.org>
+             Date: 6 Jun 2004 21:50:19 -0000
+             Message-ID: <rt-3.0.9-30073-89834.19.0927626986204@perl.org>
      Branch: perl
-         !> ext/IO/IO.xs
+          ! lib/Text/Wrap.pm
 ____________________________________________________________________________
-[ 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: 
+[ 22902] By: rgs                                   on 2004/06/06  07:49:27
+        Log: Subject: Re: [PATCH] [perl #29841] utf8::decode doesn't work under -T
+             From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
+             Date: Sun, 06 Jun 2004 00:37:21 +0900
+             Message-Id: <20040606003344.57B2.BQW10602@nifty.com>
      Branch: perl
-          ! ext/Storable/Storable.pm
+          ! lib/utf8.pm pod/perlapi.pod sv.c t/op/utftaint.t
 ____________________________________________________________________________
-[ 16520] By: rgs                                   on 2002/05/09  11:43:12
-        Log: cmp() compares chars, not bytes.
+[ 22901] By: rgs                                   on 2004/06/03  15:19:52
+        Log: Subject: [PATCH] Have win32/makefile.mk default to gcc, and update docs
+             From: Steve Hay <steve.hay@uk.radan.com>
+             Date: Thu, 03 Jun 2004 15:46:17 +0100
+             Message-ID: <40BF39B9.3060207@uk.radan.com>
      Branch: perl
-          ! pod/perllocale.pod
+          ! README.win32 win32/makefile.mk
 ____________________________________________________________________________
-[ 16519] By: rgs                                   on 2002/05/09  10:19:04
-        Log: A footnote about PERL_DESTRUCT_LEVEL and mod_perl.
+[ 22900] By: rgs                                   on 2004/06/03  13:20:37
+        Log: perlpodspec uses 'nonbreaking' and 'non-breaking'.
+             Normalize on the hyphenated spelling.
      Branch: perl
-          ! pod/perlhack.pod
+          ! pod/perlpodspec.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>
+[ 22899] By: rgs                                   on 2004/06/03  13:03:20
+        Log: Workaround a dmake oddity.
+             Subject: Re: Smoke [5.9.2] 22881 FAIL(M) MSWin32 WinXP/.Net SP1 (x86/1 cpu)
+             From: Steve Hay <steve.hay@uk.radan.com>
+             Date: Thu, 03 Jun 2004 12:16:13 +0100
+             Message-ID: <40BF087D.8030005@uk.radan.com>
      Branch: perl
-          ! ext/Storable/Storable.pm ext/Storable/Storable.xs
+          ! win32/makefile.mk
 ____________________________________________________________________________
-[ 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>
+[ 22898] By: rgs                                   on 2004/06/03  09:02:31
+        Log: Carp was mostly unusable with Safe because it may require
+             Carp::Heavy at run-time (while require() is forbidden.)
+             Have Safe load Carp::Heavy.
      Branch: perl
-          ! ext/Storable/README
+          ! ext/Opcode/Safe.pm lib/Carp.pm
 ____________________________________________________________________________
-[ 16516] By: nick                                  on 2002/05/09  08:13:39
-        Log: Integrate mainline
-     Branch: perlio
-         !> pod/perlxstut.pod
+[ 22897] By: mhx                                   on 2004/06/02  18:03:40
+        Log: Make change #22889 work for threaded builds, Part 2.
+     Branch: perl
+          ! XSUB.h
 ____________________________________________________________________________
-[ 16515] By: nick                                  on 2002/05/09  07:29:53
-        Log: Integrate mainline
-     Branch: perlio
-         !> (integrate 27 files)
+[ 22896] By: mhx                                   on 2004/06/02  17:18:44
+        Log: Make change #22889 work for threaded builds.
+     Branch: perl
+          ! pad.c pp.c
 ____________________________________________________________________________
-[ 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.)
+[ 22895] By: mhx                                   on 2004/06/02  16:48:41
+        Log: Fix apidoc entries for PUSHMARK and newXSproto.
      Branch: perl
-          ! pod/perlxstut.pod
+          ! XSUB.h pod/perlapi.pod pp.h
 ____________________________________________________________________________
-[ 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.)
+[ 22894] By: mhx                                   on 2004/06/02  16:42:24
+        Log: Document embed.fnc 'U' and 's' flags.
      Branch: perl
-          ! pod/perlapio.pod
+          ! embed.fnc
 ____________________________________________________________________________
-[ 16512] By: pudge                                 on 2002/05/09  03:44:21
-        Log: Integrate from macperl
-     Branch: maint-5.6/macperl
-         !> macos/macperl/MPConsole.cp
+[ 22893] By: rgs                                   on 2004/06/02  08:21:30
+        Log: Subject: [PATCH] on VMS, always exit with failure in my_failure_exit
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Tue, 01 Jun 2004 23:16:58 -0500
+             Message-ID: <40BD54BA.9040708@mac.com>
+     Branch: perl
+          ! perl.c
 ____________________________________________________________________________
-[ 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
+[ 22892] By: rgs                                   on 2004/06/02  08:19:30
+        Log: Subject: Re: [PATCH] [perl #29612] ndbm failure in make test
+             From: Alexey Tourbin <at@altlinux.ru>
+             Date: Sat, 22 May 2004 02:22:22 +0400
+             Message-ID: <20040521222222.GJ2030@solemn.turbinal.org>
+     Branch: perl
+          ! ext/NDBM_File/hints/linux.pl
 ____________________________________________________________________________
-[ 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
+[ 22891] By: rgs                                   on 2004/06/02  06:47:58
+        Log: Detypo.
+     Branch: perl
+          ! pod/perlintern.pod pp_ctl.c
 ____________________________________________________________________________
-[ 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
+[ 22890] By: rgs                                   on 2004/06/02  06:43:30
+        Log: Subject: [PATCH] Re: [perl #29765] PERL-5.8.4 INSTALL
+             From: Andrew Dougherty <doughera@lafayette.edu>
+             Date: Tue, 1 Jun 2004 16:25:48 -0400 (EDT)
+             Message-ID: <Pine.SOL.4.58.0406011619090.4066@maxwell.phys.lafayette.edu>
+     Branch: perl
+          ! INSTALL README
 ____________________________________________________________________________
-[ 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
+[ 22889] By: rgs                                   on 2004/06/02  06:07:53
+        Log: Make the dUNDERBAR/UNDERBAR macros work as advertised.
+             While we're at it, use the same trick to make reverse()
+             work correctly with lexical $_.
+     Branch: perl
+          ! XSUB.h embed.fnc embed.h global.sym pad.c pp.c proto.h
+          ! t/op/mydef.t
 ____________________________________________________________________________
-[ 16507] By: jhi                                   on 2002/05/08  23:48:12
-        Log: Rework #16506 some more.
+[ 22888] By: rgs                                   on 2004/06/01  15:26:59
+        Log: Subject: [PATCH] Remove redundant %SIG assignments from FileCache
+             From: Alan Burlison <Alan.Burlison@Sun.COM>
+             Date: Fri, 28 May 2004 12:27:06 +0100
+             Message-ID: <40B7220A.4040305@sun.com>
      Branch: perl
-          ! ext/Time/HiRes/HiRes.xs win32/win32.c
+          ! lib/FileCache.pm
 ____________________________________________________________________________
-[ 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.
+[ 22887] By: merijn                                on 2004/06/01  14:30:48
+        Log: Subject: Re: Smoke [5.9.2] 22881 FAIL(M) MSWin32 WinXP/.Net SP1 (x86/1 cpu)
+             From: Steve Hay <steve.hay@uk.radan.com>
+             Date: Tue, 01 Jun 2004 15:30:37 +0100
+             Message-ID: <40BC930D.90701@uk.radan.com>
      Branch: perl
-          ! ext/Time/HiRes/HiRes.xs win32/win32.c
+          ! win32/Makefile win32/makefile.mk
 ____________________________________________________________________________
-[ 16505] By: jhi                                   on 2002/05/08  22:52:17
-        Log: metaconfig unit change for #16504.
-     Branch: metaconfig
-          ! U/modified/Cppsym.U
+[ 22886] By: rgs                                   on 2004/06/01  12:24:30
+        Log: Subject: [Fwd: [PATCH] Pod::Find should ignore SCM files and dirs]
+             From: Alan Burlison <Alan.Burlison@sun.com>
+             Date: Fri, 28 May 2004 23:28:44 +0100
+             Message-ID: <40B7BD1C.40309@sun.com>
+     Branch: perl
+          ! lib/Pod/Find.pm
 ____________________________________________________________________________
-[ 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>   
+[ 22885] By: rgs                                   on 2004/06/01  12:17:18
+        Log: Subject: Re: [PATCH] UPDATE - Grammatical fixes and explanations in perlfunc.pod (sysopen)
+             From: Paul Fenwick <pjf@perltraining.com.au>
+             Date: Tue, 1 Jun 2004 11:31:34 +1000
+             Message-ID: <20040601013134.GA11005@perltraining.com.au>
      Branch: perl
-          ! Configure
+          ! pod/perlfunc.pod
 ____________________________________________________________________________
-[ 16503] By: gsar                                  on 2002/05/08  22:49:33
-        Log: make the gettimeofday() implementation in Time::HiRes available
-             from perl
+[ 22884] By: merijn                                on 2004/06/01  10:51:33
+        Log: Subject: [PATCH] configure.com and PERL_API_REVISION
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Mon, 31 May 2004 21:04:07 -0500
+             Message-ID: <40BBE417.2090001@mac.com>
      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
+          ! configure.com
 ____________________________________________________________________________
-[ 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>
+[ 22883] By: rgs                                   on 2004/06/01  09:25:32
+        Log: Subject: [PATCH] Shell.pm: pod rewrite and new mini-feature $Shell::raw
+             From: LAUN Wolfgang <wolfgang.laun@alcatel.at>
+             Date: Tue, 1 Jun 2004 07:52:58 +0200
+             Message-ID: <DF27CDCBD2581D4B88431901094E4B4D02B0C744@attmsx1.aut.alcatel.at>
      Branch: perl
-          ! ext/DB_File/t/db-recno.t
+          ! lib/Shell.pm
 ____________________________________________________________________________
-[ 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>
+[ 22882] By: rgs                                   on 2004/06/01  08:44:01
+        Log: Subject: [PATCH] perlhack.pod - working with the Perl source
+             From: Dave Rolsky <autarch@urth.org>
+             Date: Mon, 31 May 2004 12:52:43 -0500 (CDT)
+             Message-ID: <Pine.LNX.4.58.0405311250520.7714@urth.org>
      Branch: perl
-          ! pp_sys.c sv.c t/op/tie.t
+          ! pod/perlhack.pod
 ____________________________________________________________________________
-[ 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>
+[ 22881] By: nicholas                              on 2004/05/31  19:06:21
+        Log: replace the run time code in lib/utf8_pva.pl with data generated
+             at build by mktables, stored in lib/unicore/PVA.pl
      Branch: perl
-          ! ext/threads/shared/queue.pm ext/threads/shared/semaphore.pm
-          ! ext/threads/shared/shared.pm
+          - lib/utf8_pva.pl
+          ! MANIFEST Makefile.SH lib/unicore/mktables lib/utf8_heavy.pl
+          ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
 ____________________________________________________________________________
-[ 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>
+[ 22880] By: nicholas                              on 2004/05/31  17:26:56
+        Log: Don't need to require utf8_pva.pl at top of file
      Branch: perl
-          ! pod/perlthrtut.pod
+          ! lib/utf8_heavy.pl
 ____________________________________________________________________________
-[ 16498] By: jhi                                   on 2002/05/08  22:19:45
-        Log: Deprecate 5.005threads.
+[ 22879] By: nicholas                              on 2004/05/31  14:24:56
+        Log: Run mktables as part of the build process.
+             Don't ship any of the files that it generates in lib/unicore
      Branch: perl
-          ! pod/perldelta.pod
+          - (delete 419 files)
+          ! MANIFEST Makefile.SH lib/unicore/mktables
+          ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
 ____________________________________________________________________________
-[ 16497] By: jhi                                   on 2002/05/08  22:11:21
-        Log: Integrate perlio:
-             
-             [ 16496]
-             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.
-             
-             [ 16495]
-             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: 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.
+[ 22878] By: rgs                                   on 2004/05/31  14:20:53
+        Log: Subject: [perl #29937] Entries missing from .packlist
+             From: jdhedden@1979.usna.com (via RT) <perlbug-followup@perl.org>
+             Date: 28 May 2004 19:23:48 -0000
+             Message-ID: <rt-3.0.9-29937-88315.2.18472609678159@perl.org>
      Branch: perl
-          ! Changes patchlevel.h
+          ! installman installperl
 ____________________________________________________________________________
-[ 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
+[ 22877] By: rgs                                   on 2004/05/31  12:50:57
+        Log: Subject: [PATCH] Re: [perl #29969] h2ph not correctly processing glibc sys/sysmacros.ph
+             From: <wolfgang.laun@chello.at>
+             Date: Sun, 30 May 2004 17:27:07 +0200
+             Message-Id: <20040530152707.ZLWL22856.viefep16-int.chello.at@localhost>
      Branch: perl
-          ! Porting/p4genpatch
+          ! utils/h2ph.PL
 ____________________________________________________________________________
-[ 16491] By: jhi                                   on 2002/05/08  13:59:16
-        Log: Integrate perlio:
-             
-             [ 16487]
-             Avoid pointless re-encode of data in :encoding's read buffer
-             on a close
+[ 22876] By: rgs                                   on 2004/05/31  09:52:05
+        Log: Subject: [PATCH] Fix anomalies in Carp functions
+             From: Steve Hay <steve.hay@uk.radan.com>
+             Date: Tue, 25 May 2004 16:05:02 +0100
+             Message-ID: <40B3609E.5060502@uk.radan.com>
      Branch: perl
-         !> ext/PerlIO/encoding/encoding.xs
+          ! lib/Carp.t lib/Carp/Heavy.pm lib/autouse.t
 ____________________________________________________________________________
-[ 16490] By: jhi                                   on 2002/05/08  13:55:05
-        Log: The base.pm changes need this, too?
+[ 22875] By: rgs                                   on 2004/05/31  09:25:37
+        Log: Subject: [PATCH] Fix generation of perlapi.pod
+             From: Steve Hay <steve.hay@uk.radan.com>
+             Date: Fri, 28 May 2004 11:46:41 +0100
+             Message-ID: <40B71891.6090806@uk.radan.com>
      Branch: perl
-          ! lib/diagnostics.t
+          ! autodoc.pl pod/perlapi.pod
 ____________________________________________________________________________
-[ 16489] By: gsar                                  on 2002/05/08  13:33:41
-        Log: fix p4genpatch breakage (missing slash in patch headers)
+[ 22874] By: davem                                 on 2004/05/30  22:31:03
+        Log: Subject:  Re: my $x->{foo} doesn't work
+             From:  Shinya Hayakawa <hayakawa@livedoor.jp>
+             Date:  Tue, 25 May 2004 00:06:06 +0900
+             Message-Id:  <200405250006.06387.hayakawa@livedoor.jp>
+
+             Allow autovivification of (my $x)->{foo}
      Branch: perl
-          ! Porting/p4genpatch
+          ! pp_hot.c t/op/my.t
 ____________________________________________________________________________
-[ 16488] By: jhi                                   on 2002/05/08  13:24:15
-        Log: Integrate #14679 from macperl;
-             
-             Skip layer symbols for sfio
+[ 22873] By: nicholas                              on 2004/05/30  21:58:36
+        Log: Convert to using File::Spec, so that we can build Unicode files
+             on all platforms
      Branch: perl
-         !> makedef.pl
+          ! lib/unicore/mktables
 ____________________________________________________________________________
-[ 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
+[ 22872] By: nicholas                              on 2004/05/30  20:34:07
+        Log: First step to generating Unicode files for the regexp engine at build
+             time - targets in the Makefile
+     Branch: perl
+          ! Makefile.SH
 ____________________________________________________________________________
-[ 16486] By: jhi                                   on 2002/05/08  13:09:24
-        Log: Integrate #16481 from macperl;
-             
-             p4genpatch Mac OS fixes (paths, utime)
+[ 22870] By: davem                                 on 2004/05/30  14:30:45
+        Log: Problem with autouse (causing Perl to crash)
+             @_ sometimes wasn't getting created right
      Branch: perl
-         !> Porting/p4genpatch
+          ! pad.c pp_ctl.c t/op/goto.t
 ____________________________________________________________________________
-[ 16485] By: jhi                                   on 2002/05/08  13:06:30
-        Log: Storable doc tweaks.
+[ 22868] By: nicholas                              on 2004/05/30  13:57:05
+        Log: Upgrade to Encode 2.01.
      Branch: perl
-          ! ext/Storable/Storable.pm
+          ! ext/Encode/lib/Encode/CN/HZ.pm
+          ! ext/Encode/lib/Encode/Unicode/UTF7.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>
+[ 22866] By: nicholas                              on 2004/05/30  13:11:41
+        Log: Skip in minitest
      Branch: perl
-          ! lib/base.pm lib/fields.t
+          ! t/comp/utf.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>
+[ 22853] By: rgs                                   on 2004/05/28  06:29:28
+        Log: Subject: [PATCH doc] Re: undef loses it magicness when assigned to a variable?
+             From: Stas Bekman <stas@stason.org>
+             Date: Thu, 27 May 2004 11:25:08 -0700
+             Message-ID: <40B63284.5040203@stason.org>
      Branch: perl
-          ! t/run/fresh_perl.t
+          ! pod/perlapi.pod pod/perlguts.pod sv.h
 ____________________________________________________________________________
-[ 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.
+[ 22852] By: merijn                                on 2004/05/28  05:31:25
+        Log: Subject: TEST needs to ignore SCM files
+             From: Alan Burlison <Alan.Burlison@sun.com>
+             Date: Thu, 27 May 2004 23:32:28 +0100
+             Message-ID: <40B66C7C.8030303@sun.com>
      Branch: perl
-          ! lib/locale.t
+          ! t/TEST
 ____________________________________________________________________________
-[ 16481] By: pudge                                 on 2002/05/08  12:31:12
-        Log: p4genpatch Mac OS fixes (paths, utime)
-     Branch: macperl
-          ! Porting/p4genpatch
+[ 22850] By: rgs                                   on 2004/05/26  16:17:24
+        Log: Subject: [PATCH] 'perl -v' fails if local_patches contains code snippets
+             From: Alan Burlison <Alan.Burlison@sun.com>
+             Date: Wed, 26 May 2004 16:24:03 +0100
+             Message-ID: <40B4B693.9090905@sun.com>
+             (using \0 as a separator for q//)
+     Branch: perl
+          ! perl.c
 ____________________________________________________________________________
-[ 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>
+[ 22848] By: rgs                                   on 2004/05/26  08:15:29
+        Log: Subject: [PATCH] correctly handle C<< >> and C<<< >>> in diagnostics
+             From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
+             Date: Tue, 25 May 2004 02:29:37 -0700
+             Message-ID: <20040525092937.GA2332@efn.org>
      Branch: perl
-          ! ext/File/Glob/bsd_glob.c
+          ! lib/diagnostics.pm
 ____________________________________________________________________________
-[ 16479] By: pudge                                 on 2002/05/08  12:30:41
-        Log: Skip layer symbols for sfio
-     Branch: macperl
-          ! makedef.pl
+[ 22843] By: rgs                                   on 2004/05/24  16:12:41
+        Log: Tests for change #22842, by SADAHIRO Tomoyuki
+             (adapted to the core)
+     Branch: perl
+          + t/op/utftaint.t
+          ! MANIFEST
 ____________________________________________________________________________
-[ 16478] By: jhi                                   on 2002/05/08  12:25:04
-        Log: Bump up the Storable $VERSION to 2.0.
+[ 22842] By: rgs                                   on 2004/05/24  15:55:23
+        Log: Subject: Re: utf-8 and taint don't work together
+             From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
+             Date: Sat, 22 May 2004 21:38:33 +0900
+             Message-Id: <20040522212704.C068.BQW10602@nifty.com>
+
+             Date: Sun, 23 May 2004 09:56:15 +0900
+             Message-Id: <20040523095609.E404.BQW10602@nifty.com>
      Branch: perl
-          ! ext/Storable/Storable.pm
+          ! ext/Encode/lib/Encode/CN/HZ.pm
+          ! ext/Encode/lib/Encode/Unicode/UTF7.pm sv.c
 ____________________________________________________________________________
-[ 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
+[ 22841] By: rgs                                   on 2004/05/24  11:43:32
+        Log: Subject: [PATCH] win32_chsize is not exported on Win32
+             From: Steve Hay <steve.hay@uk.radan.com>
+             Date: Mon, 24 May 2004 12:52:48 +0100
+             Message-ID: <40B1E210.4050202@uk.radan.com>
      Branch: perl
           ! makedef.pl
 ____________________________________________________________________________
-[ 16462] By: gsar                                  on 2002/05/08  00:46:34
-        Log: aTHX may be empty
+[ 22840] By: rgs                                   on 2004/05/24  11:23:31
+        Log: Subject: [PATCH] Re: [perl #29765] PERL-5.8.4 INSTALL
+             From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
+             Date: Fri, 21 May 2004 11:35:34 -0700
+             Message-ID: <20040521183533.GA5108@efn.org>
+             (plus whitespace removal)
      Branch: perl
-          ! win32/win32.c
+          ! INSTALL
 ____________________________________________________________________________
-[ 16461] By: gsar                                  on 2002/05/08  00:32:47
-        Log: 5005threads builds again on windows
+[ 22839] By: davem                                 on 2004/05/22  11:15:34
+        Log: Optimization busted: '@a = "b", sort @a' drops "b"
+             Fix the sort-in-place optimization of change #22349.
      Branch: perl
-          ! win32/win32.c win32/win32.h
+          ! op.c t/op/sort.t
 ____________________________________________________________________________
-[ 16460] By: gsar                                  on 2002/05/07  23:42:42
-        Log: fixes for various warnings identified by Visual C++
+[ 22838] By: gbarr                                 on 2004/05/22  07:41:21
+        Log: Update to Scalar-List-Utils-1.14
      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
+          + ext/List/Util/Changes
+          - ext/List/Util/ChangeLog
+          ! MANIFEST ext/List/Util/README ext/List/Util/Util.xs
+          ! ext/List/Util/lib/List/Util.pm
+          ! ext/List/Util/lib/Scalar/Util.pm
 ____________________________________________________________________________
-[ 16459] By: gsar                                  on 2002/05/07  23:42:11
-        Log: keep paths consistently slashed on windows
+[ 22837] By: rgs                                   on 2004/05/21  15:40:49
+        Log: Subject: Proposed doc patch for getsockopt
+             From: perl5-porters@ton.iguana.be (Ton Hospel)
+             Date: Sun, 16 May 2004 13:35:20 +0000 (UTC)
+             Message-Id: <c87qmo$u9b$1@post.home.lunix>
      Branch: perl
-          ! t/harness
+          ! pod/perlfunc.pod
 ____________________________________________________________________________
-[ 16458] By: gsar                                  on 2002/05/07  22:33:20
-        Log: integrate makefile.mk changes into Makefile
+[ 22836] By: rgs                                   on 2004/05/21  08:45:28
+        Log: Subject: [PATCH] h2xs doesn't recognize indented enums
+             From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
+             Date: Fri, 21 May 2004 10:51:58 +0200
+             Message-id: <20040521085158.GA10660@ethan>
+             (modified regexp)
      Branch: perl
-          ! win32/Makefile
+          ! utils/h2xs.PL
 ____________________________________________________________________________
-[ 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>
+[ 22835] By: rgs                                   on 2004/05/20  13:30:25
+        Log: Upgrade to Encode 2.00.
      Branch: perl
-          ! ext/Storable/MANIFEST ext/Storable/Makefile.PL
-          ! ext/Storable/README ext/Storable/Storable.pm
-          ! ext/Storable/t/malice.t
+          ! (edit 147 files)
 ____________________________________________________________________________
-[ 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>
+[ 22833] By: rgs                                   on 2004/05/20  11:48:29
+        Log: Test portability nit.
+             Subject: [PATCH] Re: Smoke [5.9.2] 22821 FAIL(F) MSWin32 WinXP/.Net SP1 (x86/1 cpu)
+             From: Steve Hay <steve.hay@uk.radan.com>
+             Date: Tue, 18 May 2004 11:31:04 +0100
+             Message-ID: <40A9E5E8.7030800@uk.radan.com>
      Branch: perl
-          ! pp_hot.c scope.c
+          ! ext/B/t/optree_specials.t
 ____________________________________________________________________________
-[ 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>
+[ 22831] By: davem                                 on 2004/05/19  21:02:04
+        Log: improve hashing algorithm for ptr tables in perl_clone:
+             the bottom few bits of a pointer are usually zero
      Branch: perl
-          ! pp_hot.c
+          ! sv.c
 ____________________________________________________________________________
-[ 16454] By: sky                                   on 2002/05/07  21:18:44
-        Log: Documentation of async
+[ 22830] By: davem                                 on 2004/05/19  20:17:55
+        Log: Thread creation time is hypersensitive
+
+             Due to a logic error, the dup ptr table sometimes wans't being
+             grown, leading to extremely slow cloning.
      Branch: perl
-          ! ext/threads/threads.pm
+          ! sv.c
 ____________________________________________________________________________
-[ 16453] By: sky                                   on 2002/05/07  21:16:28
-        Log: Documentation added.
+[ 22829] By: rgs                                   on 2004/05/18  13:05:48
+        Log: perlrun.pod minor fixes :
+             - the parameter to -x is optional
+             - pod nit
      Branch: perl
-          ! ext/threads/shared/semaphore.pm
+          ! pod/perlrun.pod
 ____________________________________________________________________________
-[ 16452] By: sky                                   on 2002/05/07  21:15:34
-        Log: Add support for async.
+[ 22828] By: rgs                                   on 2004/05/18  12:54:47
+        Log: Subject: [perl #29623] Patch for h2xs.t in Perl 5.8.4
+             From: mats@sm5sxl.net (via RT) <perlbug-followup@perl.org>
+             Date: 16 May 2004 13:33:32 -0000
+             Message-ID: <rt-3.0.9-29623-87522.10.1965589695082@perl.org>
      Branch: perl
-          ! ext/threads/threads.pm
+          ! lib/h2xs.t
 ____________________________________________________________________________
-[ 16451] By: sky                                   on 2002/05/07  21:01:47
-        Log: Add documentation.
+[ 22827] By: rgs                                   on 2004/05/18  12:16:42
+        Log: Subject: [PATCH] Re: Smoke [5.9.2] 22818 FAIL(F) MSWin32 WinXP/.Net SP1 (x86/1 cpu)
+             From: Steve Hay <steve.hay@uk.radan.com>
+             Date: Fri, 14 May 2004 17:33:17 +0100
+             Message-ID: <40A4F4CD.2000003@uk.radan.com>
      Branch: perl
-          ! ext/threads/shared/queue.pm
+          ! t/comp/utf.t
 ____________________________________________________________________________
-[ 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
+[ 22826] By: rgs                                   on 2004/05/18  08:15:27
+        Log: Error message too wide.
      Branch: perl
-          ! ext/threads/shared/t/queue.t
+          ! perl.c
 ____________________________________________________________________________
-[ 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>
+[ 22825] By: rgs                                   on 2004/05/17  15:12:03
+        Log: Remove a TODO test that is no longer to do.
      Branch: perl
-          ! makedepend.SH
+          ! ext/B/t/f_sort.t
 ____________________________________________________________________________
-[ 16448] By: jhi                                   on 2002/05/07  19:16:00
-        Log: Upgrade to Encode 1.71.
+[ 22824] By: rgs                                   on 2004/05/17  15:08:40
+        Log: Fix new B::Concise test output
+             Subject: Re: Smoke [5.9.2] 22820 FAIL(F) openbsd 3.5 (i386/1 cpu)
+             From: Jim Cromie <jcromie@divsol.com>
+             Date: Mon, 17 May 2004 09:19:00 -0600
+             Message-ID: <40A8D7E4.1020007@divsol.com>
      Branch: perl
-          ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
-          ! ext/Encode/bin/enc2xs ext/Encode/t/Unicode.t
+          ! ext/B/t/f_sort.t t/TEST
 ____________________________________________________________________________
-[ 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
+[ 22823] By: rgs                                   on 2004/05/17  08:54:15
+        Log: Subject: [PATCH] Re: [perl #29581] glob() misses a lot of matches
+             From: LAUN Wolfgang <wolfgang.laun@alcatel.at>
+             Date: Mon, 17 May 2004 07:38:19 +0200
+             Message-ID: <DF27CDCBD2581D4B88431901094E4B4D02B0C71E@attmsx1.aut.alcatel.at>
+     Branch: perl
+          ! ext/File/Glob/Glob.xs
 ____________________________________________________________________________
-[ 16446] By: jhi                                   on 2002/05/07  14:34:01
-        Log: AUTHORS updates.
+[ 22822] By: rgs                                   on 2004/05/17  08:49:53
+        Log: David Manura is the new maintainer of Text::Balanced.
      Branch: perl
-          ! AUTHORS
+          ! Porting/Maintainers.pl
 ____________________________________________________________________________
-[ 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>
+[ 22821] By: davem                                 on 2004/05/16  15:31:42
+        Log: make Text::Balanced skip "case /..../" correctly for Switch.pm
      Branch: perl
-          ! ext/Encode/Encode.xs
+          ! lib/Text/Balanced.pm lib/Text/Balanced/t/extcbk.t
 ____________________________________________________________________________
-[ 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)
+[ 22820] By: rgs                                   on 2004/05/14  16:30:07
+        Log: Subject: Re: more B::Concise stuff (PATCH - updated)
+             From: Jim Cromie <jcromie@divsol.com>
+             Date: Mon, 10 May 2004 05:28:11 -0600
+             Message-ID: <409F674B.2000506@divsol.com>
      Branch: perl
-          ! lib/File/Spec/Unix.pm
+          + ext/B/t/f_map ext/B/t/f_map.t ext/B/t/f_sort ext/B/t/f_sort.t
+          + ext/B/t/optree_specials.t
+          ! MANIFEST ext/B/B/Concise.pm ext/B/B/Showlex.pm
+          ! ext/B/B/Terse.pm ext/B/t/OptreeCheck.pm ext/B/t/concise.t
+          ! ext/B/t/optree_check.t ext/B/t/optree_concise.t
+          ! ext/B/t/optree_samples.t ext/B/t/optree_sort.t
+          ! ext/B/t/optree_varinit.t ext/B/t/showlex.t
 ____________________________________________________________________________
-[ 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>
+[ 22819] By: rgs                                   on 2004/05/14  09:38:43
+        Log: Add new dUNDERBAR and UNDERBAR macros, to help XS writers to
+             access the $_ variable, even when there is a lexical one in scope.
      Branch: perl
-          ! lib/User/pwent.t
+          ! XSUB.h pod/perlapi.pod
 ____________________________________________________________________________
-[ 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.
+[ 22818] By: nicholas                              on 2004/05/13  12:15:17
+        Log: Subject: BOM-marked and (BOMless) UTF-16 scripts not working
+             From: Jarkko Hietaniemi <jhi@iki.fi>
+             Message-ID: <40A26D75.8080406@iki.fi>
+             Date: Wed, 12 May 2004 21:31:17 +0300
      Branch: perl
-          ! ext/Storable/Storable.xs
+          + t/comp/utf.t
+          ! MANIFEST pod/perldiag.pod pod/perlunicode.pod toke.c
 ____________________________________________________________________________
-[ 16441] By: jhi                                   on 2002/05/07  12:48:30
-        Log: Upgrade to CPAN 1.61.
+[ 22817] By: rgs                                   on 2004/05/12  16:29:07
+        Log: Subject: [perl #29527] Perl 5.8.4 build problems on LynxOS
+             From: Olli Savia (via RT) <perlbug-followup@perl.org>
+             Date: 12 May 2004 13:02:41 -0000
+             Message-ID: <rt-3.0.9-29527-87290.17.3367022021997@perl.org>
      Branch: perl
-          ! lib/CPAN.pm lib/CPAN/FirstTime.pm
+          ! sv.c
 ____________________________________________________________________________
-[ 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)
+[ 22816] By: rgs                                   on 2004/05/12  16:16:50
+        Log: Make XSLoader update @DynaLoader::dl_shared_objects.
+     Branch: perl
+          ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
 ____________________________________________________________________________
-[ 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)
+[ 22815] By: merijn                                on 2004/05/12  10:43:42
+        Log: Subject: [PATCH] Configure shouldn't unconditionally add in -pipe
+             From: Andy Dougherty <doughera@lafayette.edu>
+             Date: Tue, 11 May 2004 13:14:42 -0400 (EDT)
+             Message-ID: <Pine.SOL.4.58.0405111313210.14279@maxwell.phys.lafayette.edu>
      Branch: perl
-          ! pod/perldelta.pod
+          ! Configure hints/darwin.sh hints/rhapsody.sh
 ____________________________________________________________________________
-[ 16438] By: jhi                                   on 2002/05/07  00:14:12
-        Log: README.ko update from Jungshik Shin.
+[ 22812] By: mhx                                   on 2004/05/11  17:42:13
+        Log: Add the byte-order modifiers '<' and '>' to the pack tutorial.
+             This completes the series: #22734, #22745, #22754, #22780
      Branch: perl
-          ! README.ko
+          ! pod/perlpacktut.pod
 ____________________________________________________________________________
-[ 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>
+[ 22811] By: mhx                                   on 2004/05/11  17:21:35
+        Log: 'v' unpacks unsigned shorts.
      Branch: perl
-          ! ext/Storable/Storable.pm ext/Storable/Storable.xs
-          ! ext/Storable/t/malice.t
+          ! pod/perlpacktut.pod
 ____________________________________________________________________________
-[ 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>
+[ 22810] By: rgs                                   on 2004/05/11  16:35:49
+        Log: Subject: various -V: searches [PATCH]
+             From: Jim Cromie <jcromie@divsol.com>
+             Date: Tue, 11 May 2004 00:15:46 -0600
+             Message-ID: <40A06F92.1070607@divsol.com>
      Branch: perl
-          - wince/config.h
-          ! MANIFEST configpm wince/Makefile.ce wince/README.compile
+          ! configpm lib/Config.t pod/perlrun.pod
 ____________________________________________________________________________
-[ 16435] By: jhi                                   on 2002/05/06  15:30:29
-        Log: Detypo.
+[ 22809] By: rgs                                   on 2004/05/11  11:00:31
+        Log: More pod names in the debugger for the runman command
      Branch: perl
-          ! pod/perldelta.pod
+          ! lib/perl5db.pl
 ____________________________________________________________________________
-[ 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>
+[ 22808] By: rgs                                   on 2004/05/11  10:52:27
+        Log: Subject: [PATCH] debugger (step backwards)
+             From: Richard.Foley@t-online.de (Richard Foley)
+             Date: Tue, 11 May 2004 11:04:11 +0200
+             Message-Id: <200405111104.11484.richard.foley@rfi.net>
      Branch: perl
-          ! pod/perldelta.pod t/op/local.t
+          ! lib/perl5db.pl
 ____________________________________________________________________________
-[ 16433] By: jhi                                   on 2002/05/06  13:38:56
-        Log: Update Changes.
+[ 22807] By: rgs                                   on 2004/05/11  09:16:56
+        Log: Subject: void context !~ generates "Useless use of not at line..." warning
+             From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
+             Date: Sun, 9 May 2004 00:59:19 -0700
+             Message-ID: <20040509075919.GA3752@efn.org>
      Branch: perl
-          ! Changes patchlevel.h
+          ! op.c
 ____________________________________________________________________________
-[ 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.
+[ 22806] By: ams                                   on 2004/05/10  22:12:31
+        Log: Subject: Re: a little extra cmdline help. [PATCH]
+             From: Jim Cromie <jcromie@divsol.com>
+             Date: Mon, 10 May 2004 15:25:07 -0600
+             Message-Id: <409FF333.4020104@divsol.com>
      Branch: perl
-          ! pod/perldelta.pod t/op/tie.t
+          ! perl.c
 ____________________________________________________________________________
-[ 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>
+[ 22804] By: ams                                   on 2004/05/10  11:10:34
+        Log: Remove stray '.
      Branch: perl
-          ! pp_hot.c t/op/local.t
+          ! lib/File/Copy.pm
 ____________________________________________________________________________
-[ 16430] By: jhi                                   on 2002/05/06  12:39:31
-        Log: Regen uconfig.h.
+[ 22803] By: ams                                   on 2004/05/10  10:14:40
+        Log: Subject: [PATCH] File::Copy Pod
+             From: slaven@rezic.de
+             Date: Mon, 10 May 2004 09:57:37 +0000
+             Message-Id: <1084183057.10822@devpc01.iconmobile.de>
      Branch: perl
-          ! uconfig.h
+          ! lib/File/Copy.pm
 ____________________________________________________________________________
-[ 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.
+[ 22802] By: davem                                 on 2004/05/07  19:12:29
+        Log: symbolic references like ${"foo$index"}*3 would incorrectly warn
+             that $index was the uninitialized value, when in fact it was $foo1
      Branch: perl
-          ! pod/perldelta.pod
+          ! sv.c t/lib/warnings/9uninit
 ____________________________________________________________________________
-[ 16428] By: jhi                                   on 2002/05/06  12:12:59
-        Log: Ultimate discouragement for the old tools, from Andreas.
+[ 22801] By: davem                                 on 2004/05/07  18:21:22
+        Log: Subject:  Re: stdio still supported?
+             From:  Jim Cromie <jcromie@divsol.com>
+             Date:  Thu, 06 May 2004 16:37:56 -0600
+             Message-Id:  <409ABE44.8060307@divsol.com>
+
+             Update B::Concise tests to skip stuff requiring the
+             "open to a scalar" feature of Perlio is it isn't available.
+             Also note this caveat in perlfunc.pod
      Branch: perl
-          - Porting/p4d2p Porting/p4desc
-          ! MANIFEST Porting/repository.pod
+          ! ext/B/B/Concise.pm ext/B/t/concise.t ext/B/t/optree_check.t
+          ! ext/B/t/optree_concise.t ext/B/t/optree_samples.t
+          ! ext/B/t/optree_sort.t ext/B/t/optree_varinit.t
+          ! pod/perlfunc.pod
 ____________________________________________________________________________
-[ 16427] By: jhi                                   on 2002/05/06  12:01:36
-        Log: Upgrade to Digest::MD5 2.20.
+[ 22800] By: mhx                                   on 2004/05/07  16:58:57
+        Log: Windows issues with select() are already documented in perlport.
      Branch: perl
-          ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
-          ! ext/Digest/MD5/t/files.t ext/Digest/MD5/t/md5-aaa.t
+          ! pod/perlfunc.pod
 ____________________________________________________________________________
-[ 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>
+[ 22799] By: ams                                   on 2004/05/07  13:38:16
+        Log: Subject: [perl #29397] Change in pod2man arguments
+             From: Thorsten Glaser (via RT) <perlbug-followup@perl.org>
+             Date: 6 May 2004 22:08:10 -0000
+             Message-Id: <rt-3.0.9-29397-86929.5.37563386041974@perl.org>
      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
+          ! pod/pod2man.PL
 ____________________________________________________________________________
-[ 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>
+[ 22798] By: mhx                                   on 2004/05/07  11:42:37
+        Log: Scalar::Util::refaddr falsely returns false
+             Add mg_get() to refaddr() when SV is magical.
+             Fix the non-xs version of looks_like_number().
      Branch: perl
-          ! pod/perliol.pod
+          ! ext/List/Util/Util.xs ext/List/Util/lib/List/Util.pm
+          ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/refaddr.t
 ____________________________________________________________________________
-[ 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>
+[ 22797] By: mhx                                   on 2004/05/07  10:57:23
+        Log: Document that select() on Windows doesn't work on non-socket filehandles.
      Branch: perl
-          ! lib/Term/Complete.pm
+          ! pod/perlfunc.pod
 ____________________________________________________________________________
-[ 16423] By: gsar                                  on 2002/05/06  05:25:59
-        Log: p4genpatch: avoid stderr noise during adds
+[ 22796] By: mhx                                   on 2004/05/06  17:19:17
+        Log: Double warning for int(undef) and abs(undef)
+             Remove the duplicate warnings and update tests.
      Branch: perl
-          ! Porting/p4genpatch
+          ! pp.c t/lib/warnings/9uninit
 ____________________________________________________________________________
-[ 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>
+[ 22793] By: rgs                                   on 2004/05/06  14:43:08
+        Log: Add a small script to check whether a perl source tree
+             (with or without generated files) is friendly with
+             case-insensitive filesystems.
+             Adapted from :
+             Subject: Re: STerm.pl vs Sterm.pl
+             From: James Mastros <james@mastros.biz>
+             Date: Thu, 06 May 2004 14:45:53 +0200
+             Message-ID: <20040506124556.2402.qmail@onion.perl.org>
      Branch: perl
-          ! vos/build.cm vos/compile_perl.cm vos/perl.bind
+          + Porting/checkcase.pl
+          ! MANIFEST
 ____________________________________________________________________________
-[ 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>
+[ 22789] By: rgs                                   on 2004/05/06  12:33:14
+        Log: Subject: Problem with system() on Win9x and command.com (perl 5.8.x-5.9.x)
+             From: bilbo@ua.fm
+             Date: Wed, 28 Apr 2004 00:19:55 +0300
+             Message-ID: <611491036.20040428001955@ua.fm>
      Branch: perl
-          ! pp_sys.c t/op/exec.t
+          ! win32/win32.c
 ____________________________________________________________________________
-[ 16420] By: jhi                                   on 2002/05/05  22:35:58
-        Log: Further comment tweak, to agree with perlxs.pod.
+[ 22788] By: merijn                                on 2004/05/06  11:35:21
+        Log: add -pipe to gcc's default flags
+             it has shown a compile time speed increase of about 40% on
+             Linux and HP-UX, and also works on cygwin-1.5.9. On failing
+             OS/gcc combo's remove it in the hints
      Branch: perl
-          ! perl.h
+          ! Configure
 ____________________________________________________________________________
-[ 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
+[ 22783] By: mhx                                   on 2004/05/05  19:02:28
+        Log: Add tests for mX?PUSH[inup] macros.
+
+             Subject: Re: [PATCH] Document limitations in PUSHi et al macros and add new mPUSHi et al macros
+             From: Steve Hay <steve.hay@uk.radan.com>
+             Date: Wed, 05 May 2004 15:34:45 +0100
+             Message-ID: <4098FB85.1060602@uk.radan.com>
+     Branch: perl
+          + ext/XS/APItest/t/push.t
+          ! MANIFEST ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
+          ! ext/XS/APItest/MANIFEST
+____________________________________________________________________________
+[ 22782] By: rgs                                   on 2004/05/05  16:14:25
+        Log: Subject: Problem with h2xs
+             From: David Cannings <lists@edeca.net>
+             Date: Mon, 3 May 2004 13:44:33 +0100
+             Message-Id: <200405031344.33723.lists@edeca.net>
+             (Second patch only)
      Branch: perl
-          + vos/compile_full_perl.cm vos/configure_full_perl.sh
-          + vos/make_full_perl.sh
-          ! MANIFEST README.vos vos/Changes
+          ! utils/h2xs.PL
 ____________________________________________________________________________
-[ 16418] By: jhi                                   on 2002/05/05  22:09:27
-        Log: Retract MM_NW5.pm part of #16371, at the request
-             of Michael Schwern.
+[ 22781] By: davem                                 on 2004/05/04  19:20:36
+        Log: Bizarre copy of ARRAY
+             make sure a pad op's flags are updated after optimising away
+             the assignment in my @a = () (see change 22520).
      Branch: perl
-          ! lib/ExtUtils/MM_NW5.pm
+          ! op.c t/op/my.t
 ____________________________________________________________________________
-[ 16417] By: jhi                                   on 2002/05/05  17:57:04
-        Log: Comment tweaks.
+[ 22780] By: mhx                                   on 2004/05/04  14:46:05
+        Log: Add byte-order group modifiers to (un)pack templates.
+             Follow-up on: #22734, #22745, #22753, #22754.
+
+             Subject: Group modifiers in (un)pack templates
+             From: Marcus Holland-Moritz <mhx-perl@gmx.net>
+             Date: Mon, 3 May 2004 20:14:41 +0200
+             Message-Id: <20040503201441.1b058e0d@r2d2>
      Branch: perl
-          ! perl.h
+          ! perl.h pod/perldiag.pod pod/perlfunc.pod pp_pack.c t/op/pack.t
 ____________________________________________________________________________
-[ 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 :)
+[ 22779] By: mhx                                   on 2004/05/04  14:30:39
+        Log: Fix mX?PUSH[inup] macros. (Follow-up to #22756 and #22757)
+
+             Subject: Re: [PATCH] Document limitations in PUSHi et al macros and add new mPUSHi et al macros
+             From: Marcus Holland-Moritz <mhx-perl@gmx.net>
+             Date: Mon, 3 May 2004 20:03:28 +0200
+             Message-Id: <20040503200328.24efcda5@r2d2>
      Branch: perl
-          ! Porting/p4genpatch
+          ! pp.h
 ____________________________________________________________________________
-[ 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).
+[ 22778] By: davem                                 on 2004/05/03  21:07:44
+        Log: add test for change #22746 ([perl #29102] Crash on assign to lex fh)
      Branch: perl
-          ! ext/Storable/Storable.xs
+          ! t/io/open.t
 ____________________________________________________________________________
-[ 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
+[ 22777] By: davem                                 on 2004/05/03  20:48:53
+        Log: add test for change #22776 ("open m" crashes Perl)
      Branch: perl
-          ! Porting/p4genpatch
+          ! t/io/open.t
 ____________________________________________________________________________
-[ 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
+[ 22776] By: davem                                 on 2004/05/03  20:26:22
+        Log: perl -e "open m" crashes Perl
      Branch: perl
-          ! Porting/p4genpatch
+          ! toke.c
 ____________________________________________________________________________
-[ 16412] By: gsar                                  on 2002/05/05  07:34:33
-        Log: p4genpatch now works on windows
+[ 22775] By: davem                                 on 2004/05/03  18:52:39
+        Log: scalar delete of empty slice returned garbage
      Branch: perl
-          ! Porting/p4genpatch
+          ! pp.c t/op/delete.t
 ____________________________________________________________________________
-[ 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")
+[ 22774] By: davem                                 on 2004/05/03  17:44:44
+        Log: split could leave an array without &PL_sv_undef
+             in the unused elements
      Branch: perl
-          ! Porting/p4genpatch
+          ! pp.c t/op/split.t
 ____________________________________________________________________________
-[ 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>      
+[ 22773] By: nicholas                              on 2004/05/03  13:59:08
+        Log: Subject: Re: "fuzzy" in mktables
+             From: Jarkko Hietaniemi <jhi@iki.fi>
+             Message-ID: <4093A82B.6040609@iki.fi>
+             Date: Sat, 01 May 2004 16:37:47 +0300
      Branch: perl
-          ! t/op/pwent.t
+          ! lib/unicore/mktables
 ____________________________________________________________________________
-[ 16409] By: jhi                                   on 2002/05/05  01:53:24
-        Log: Upgrade to Net::Ping 2.17.
+[ 22772] By: davem                                 on 2004/05/03  13:33:21
+        Log: remove spurious intentation in utf8_pva.pl
      Branch: perl
-          ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/README
+          ! lib/utf8_pva.pl
 ____________________________________________________________________________
-[ 16408] By: jhi                                   on 2002/05/05  01:38:39
-        Log: Upgrade to Getopt::Long 2.31.
+[ 22771] By: davem                                 on 2004/05/03  13:28:24
+        Log: ensure that utf8 Perl code magically called from a regex localizes $.
      Branch: perl
-          ! lib/Getopt/Long.pm
+          ! lib/utf8_pva.pl
 ____________________________________________________________________________
-[ 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>
+[ 22770] By: nicholas                              on 2004/05/03  11:19:10
+        Log: Integrate:
+             [ 22694]
+             For maint, I don't think that we can have sperl go sulky if invoked
+             from a #! line. So keep .../sperl functional, and have the /dev/fd/...
+             only set ID exectuable reside under a different name (suidperl)
+
+             [ 22700]
+             The set uid perl is now called setuidperl. Not suidperl.
+             Which I discover is hardlinked from sperl by ./installperl
+             elsewhere. Helpfully confusing installperl script.
+
+             [ 22718]
+             Revert 22700 (as part of changes suggested by Brendan O'Dea)
+
+             [ 22719]
+             Revert 22694
+
+             [ 22720]
+             Simpler suggstion to resolve the #!/usr/bin/suidperl vs. the set uid
+             binary must have fd script conundrum, as suggested by Brendan O'Dea
+             Plus restore the more helpful error message from 22694 and the gist
+             of the perl584delta changes from 22700
      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
+         !> INSTALL installperl perl.c pod/perldiag.pod pod/perlsec.pod
 ____________________________________________________________________________
-[ 16406] By: jhi                                   on 2002/05/05  00:23:16
-        Log: The loclibpth is always set by Configure.
+[ 22769] By: nicholas                              on 2004/05/03  10:37:45
+        Log: Subject: [perl #29073] Reference to incorrect method in documentation of
+             From: "bob@starlabs.net (via RT)" <perlbug-followup@perl.org>
+             Message-ID: <rt-3.0.8-29073-85903.18.1381766820328@perl.org>
+             Date: 22 Apr 2004 10:49:22 -0000
      Branch: perl
-          ! hints/dec_osf.sh
+          ! lib/Text/ParseWords.pm
 ____________________________________________________________________________
-[ 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>
+[ 22768] By: nicholas                              on 2004/05/02  22:40:18
+        Log: It seems daft to me that we have a synopis example that will fail if
+             gcc happened to be invoked via the name cc, and completely ignores
+             the far more reliable 'gccversion' variable
+             So here's one using 'usethreads' that ought to work everywhere.
      Branch: perl
-          ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
-          ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
+          ! configpm
 ____________________________________________________________________________
-[ 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>
+[ 22765] By: nicholas                              on 2004/05/02  18:18:25
+        Log: Make t/uni/class.t pass on case insensitive file systems
      Branch: perl
-          ! sv.c
+          ! t/uni/class.t
 ____________________________________________________________________________
-[ 16403] By: jhi                                   on 2002/05/04  19:02:56
-        Log: Solaris: show what 'that' is.
+[ 22764] By: nicholas                              on 2004/05/02  17:57:12
+        Log: Save some repeated strlen()s in Perl_swash_init
      Branch: perl
-          ! hints/solaris_2.sh
+          ! utf8.c
 ____________________________________________________________________________
-[ 16402] By: rgs                                   on 2002/05/04  18:25:25
-        Log: Syntax fix.
+[ 22763] By: nicholas                              on 2004/05/01  14:07:45
+        Log: And that same fool forgot to add the not-really-needed "fuzzy" versions
+             of some binary property files
      Branch: perl
-          ! t/op/arith.t
+          + lib/unicore/lib/gc_sc/Dash2.pl
+          + lib/unicore/lib/gc_sc/Hyphen2.pl
+          + lib/unicore/lib/gc_sc/Radical2.pl
 ____________________________________________________________________________
-[ 16401] By: jhi                                   on 2002/05/04  18:25:01
-        Log: (retracted by #16415) Storable: try to free what we allocated.
+[ 22762] By: nicholas                              on 2004/05/01  14:06:05
+        Log: Some fool removed lib/unicore/ArabicShaping.txt   in change 22760
      Branch: perl
-          ! ext/Storable/Storable.xs
+          ! MANIFEST
 ____________________________________________________________________________
-[ 16400] By: jhi                                   on 2002/05/04  17:15:10
-        Log: UNICOS: division is really sloppy.
+[ 22761] By: nicholas                              on 2004/05/01  14:02:59
+        Log: Avoid mktables generating Sterm.pl and Sterm.pl in the same directory
+             by making the %BaseName check global
      Branch: perl
-          ! t/op/arith.t
+          + lib/unicore/lib/gc_sc/Sterm2.pl
+          - lib/unicore/lib/gc_sc/Sterm.pl
+          ! MANIFEST lib/unicore/Canonical.pl
+          ! lib/unicore/lib/gc_sc/Dash.pl lib/unicore/lib/gc_sc/Hyphen.pl
+          ! lib/unicore/lib/gc_sc/Radical.pl lib/unicore/mktables
 ____________________________________________________________________________
-[ 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>
+[ 22760] By: nicholas                              on 2004/05/01  13:17:09
+        Log: Remove the no-longer autogenerated Unicode files
      Branch: perl
-          ! t/io/fs.t
+          - (delete 322 files)
+          ! MANIFEST
 ____________________________________________________________________________
-[ 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>
+[ 22759] By: nicholas                              on 2004/05/01  11:16:35
+        Log: mktables requires post 5.005
      Branch: perl
-          ! lib/Unicode/Collate.pm lib/Unicode/Collate/t/test.t
+          ! lib/unicore/mktables
 ____________________________________________________________________________
-[ 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>
+[ 22758] By: davem                                 on 2004/04/30  11:48:55
+        Log: disable problematical 'uninitialized value' warning tests
      Branch: perl
-          ! lib/overload.pm
+          ! t/lib/warnings/9uninit
 ____________________________________________________________________________
-[ 16396] By: jhi                                   on 2002/05/04  16:32:45
-        Log: Add the EBCDIC test data to downgrade.t.
+[ 22757] By: rgs                                   on 2004/04/30  11:32:03
+        Log: Follow-up to previous patch: the mX?PUSH[inup] macros
+             should handle 'set' magic, just like the X?PUSH[inup]
+             counterparts.
      Branch: perl
-          ! ext/Storable/t/downgrade.t
+          ! pod/perlapi.pod pp.h
 ____________________________________________________________________________
-[ 16395] By: jhi                                   on 2002/05/04  16:25:37
-        Log: EBCDIC tweak.
+[ 22756] By: rgs                                   on 2004/04/30  10:15:00
+        Log: Subject: [PATCH] Document limitations in PUSHi et al macros and add new mPUSHi et al macros
+             From: Steve Hay <steve.hay@uk.radan.com>
+             Date: Fri, 30 Apr 2004 10:07:21 +0100
+             Message-ID: <40921749.3050600@uk.radan.com>
      Branch: perl
-          ! ext/Storable/t/utf8hash.t
+          ! pod/perlapi.pod pod/perlguts.pod pp.h
 ____________________________________________________________________________
-[ 16394] By: jhi                                   on 2002/05/04  16:09:15
-        Log: Allow p4genpatch to use diff programs other than 'diff'.
+[ 22755] By: nicholas                              on 2004/04/29  18:30:18
+        Log: Fix 29149 - another UTF8 cache bug hit by substr.
+             Regression test from:
+
+             Subject: Re: [perl #29149] substr/UTF8 related problem with perl 5.8.3 on linux
+             From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
+             Message-Id: <20040429103926.5BA6.BQW10602@nifty.com>
+             Date: Thu, 29 Apr 2004 10:53:17 +0900
      Branch: perl
-          ! Porting/p4genpatch
+          ! sv.c t/op/substr.t
 ____________________________________________________________________________
-[ 16393] By: jhi                                   on 2002/05/04  16:03:56
-        Log: Add p4genpatch from Andreas; obsoletes both
-             p4d2p and p4desc.
+[ 22754] By: mhx                                   on 2004/04/29  18:29:28
+        Log: More unpack cleanups.
      Branch: perl
-          + Porting/p4genpatch
-          ! MANIFEST Porting/makerel
+          ! pp_pack.c
 ____________________________________________________________________________
-[ 16392] By: jhi                                   on 2002/05/04  15:58:53
-        Log: Upgrade to Encode 1.69.
+[ 22753] By: mhx                                   on 2004/04/29  17:50:40
+        Log: CXUX_BROKEN_CONSTANT_CONVERT isn't used anymore.
+             Remove all associated code.
      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
+          ! hints/cxux.sh pp_pack.c
 ____________________________________________________________________________
-[ 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>
+[ 22752] By: mhx                                   on 2004/04/29  17:38:32
+        Log: The openbsd 64-bit test should use $uquadtype rather
+             than hardcoding unsigned long long.
      Branch: perl
-          ! INSTALL
+          ! hints/openbsd.sh
 ____________________________________________________________________________
-[ 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>
+[ 22751] By: ams                                   on 2004/04/29  08:24:31
+        Log: Update to Test.pm 1.25 (from SBURKE).
      Branch: perl
-          ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
+          + lib/Test/t/05_about_verbose.t lib/Test/t/multiline.t
+          ! MANIFEST lib/Test.pm
 ____________________________________________________________________________
-[ 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>
+[ 22750] By: mhx                                   on 2004/04/28  20:53:29
+        Log: When configuring for 64-bit support, check that the
+             C library functions for casting floating point values
+             to 64-bit integer values are not broken.
      Branch: perl
-          ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
+          ! hints/openbsd.sh
 ____________________________________________________________________________
-[ 16388] By: jhi                                   on 2002/05/04  15:28:56
-        Log: Doc tweak from Elizabeth Mattijsen.
+[ 22749] By: rgs                                   on 2004/04/28  18:28:07
+        Log: Fix for [perl #28963]: find2perl was sometimes generating
+             invalid code.
      Branch: perl
-          ! pod/perlunicode.pod
+          ! x2p/find2perl.PL
 ____________________________________________________________________________
-[ 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>
+[ 22748] By: rgs                                   on 2004/04/28  13:01:13
+        Log: Subject: [PATCH] Add diagnostics section to base.pm
+             From: "Jos I. Boumans" <kane@dwim.org>
+             Date: Wed, 28 Apr 2004 13:04:47 +0200
+             Message-Id: <DC9B4A9C-9903-11D8-BA95-000A956B0E06@dwim.org>
      Branch: perl
-          ! lib/charnames.pm
+          ! lib/base.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>
+[ 22747] By: merijn                                on 2004/04/28  12:42:50
+        Log: Subject: [perl #29033] typo in description of sleep in documentation of POSIX module
+             Date: 21 Apr 2004 11:07:22 -0000
+             From: "bob@starlabs.net (via RT)" <perlbug-followup@perl.org>
+             Message-ID: <rt-3.0.8-29033-85811.17.0452776199501@perl.org>
      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)
+          ! ext/POSIX/POSIX.pod
 ____________________________________________________________________________
-[ 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.
+[ 22746] By: davem                                 on 2004/04/27  22:21:35
+        Log: fix a coredump caused by rv2gv not fully converting a PV to an RV
      Branch: perl
-          ! ext/Storable/t/canonical.t
+          ! pp.c
 ____________________________________________________________________________
-[ 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>
+[ 22745] By: mhx                                   on 2004/04/27  20:38:00
+        Log: Cleanup variables in S_(un)pack_rec().
+             This also works around a gcc optimizer bug on dec_osf/alpha.
      Branch: perl
-          ! scope.c
+          ! pp_pack.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>
+[ 22744] By: rgs                                   on 2004/04/27  08:43:38
+        Log: Subject: [PATCH utf8_heavy.pl, mktables, et. al.] candidate for TR18 compliance
+             From: Jeff 'japhy' Pinyan <japhy@perlmonk.org>
+             Date: Thu, 22 Apr 2004 14:31:30 -0400 (EDT)
+             Message-ID: <Pine.LNX.4.44.0404221429040.10466-101000@perlmonk.org>
+
+             Date: Mon, 26 Apr 2004 12:37:21 -0400 (EDT)
+             Message-ID: <Pine.LNX.4.44.0404261222320.7154-400000@perlmonk.org>
+     Branch: perl
+          + (add 406 files)
+          ! MANIFEST lib/unicore/Canonical.pl
+          ! lib/unicore/CombiningClass.pl lib/unicore/Decomposition.pl
+          ! lib/unicore/Exact.pl lib/unicore/Name.pl
+          ! 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 pod/perlunicode.pod
+          ! t/op/pat.t t/uni/class.t
+____________________________________________________________________________
+[ 22743] By: merijn                                on 2004/04/26  22:20:30
+        Log: usemallocwrap works on AIX, but not with vac-5
+             Date: Mon, 26 Apr 2004 15:35:23 +0200
+             From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
+             Subject: Re: Perl 5.8.4 "panic: memory wrap" in miniperl on AIX 5.1
+             Message-Id: <20040426152951.A6C4.H.M.BRAND@hccnet.nl>
      Branch: perl
-          ! doio.c
+          ! hints/aix.sh hints/aix_4.sh
 ____________________________________________________________________________
-[ 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>
+[ 22742] By: davem                                 on 2004/04/24  12:53:07
+        Log: fix 64-bit casting error in change 22741 (uninit var warnings)
      Branch: perl
-          ! t/TestInit.pm
+          ! sv.c
 ____________________________________________________________________________
-[ 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>
+[ 22741] By: davem                                 on 2004/04/23  20:43:02
+        Log: Include variable names in "Use of uninitialized value" warnings
+     Branch: perl
+          + t/lib/warnings/9uninit
+          ! MANIFEST doio.c embed.fnc embed.h ext/DB_File/DB_File.pm
+          ! ext/DB_File/t/db-recno.t lib/Math/BigInt.pm
+          ! lib/Math/BigInt/t/mbimbf.inc lib/Tie/RefHash.t lib/charnames.t
+          ! mg.c perl.h pod/perldiag.pod pod/perlintern.pod pp.c pp_hot.c
+          ! proto.h sv.c t/lib/warnings/1global t/lib/warnings/2use
+          ! t/lib/warnings/3both t/lib/warnings/4lint
+          ! t/lib/warnings/7fatal t/lib/warnings/doio t/lib/warnings/mg
+          ! t/lib/warnings/pp t/lib/warnings/pp_ctl t/lib/warnings/pp_hot
+          ! t/lib/warnings/pp_pack t/lib/warnings/sv t/lib/warnings/util
+          ! t/run/fresh_perl.t t/run/runenv.t
+____________________________________________________________________________
+[ 22739] By: rgs                                   on 2004/04/23  13:32:31
+        Log: Subject: [PATCH] unfork the debugger (patch for 5.9.x)
+             From: Richard.Foley@t-online.de (Richard Foley)
+             Date: Fri, 23 Apr 2004 06:33:34 +0200
+             Message-Id: <200404230633.34402.richard.foley@rfi.net>
      Branch: perl
-          ! ext/Encode/Encode/Makefile_PL.e2x
+          ! lib/perl5db.pl
 ____________________________________________________________________________
-[ 16379] By: jhi                                   on 2002/05/03  15:43:47
-        Log: Forgotten test arrangement.
+[ 22737] By: nicholas                              on 2004/04/23  10:31:20
+        Log: Ooops. Forgot to update pod.lst, and all that ensues with that
      Branch: perl
-          ! ext/Digest/MD5/t/files.t
+          ! MANIFEST pod.lst pod/perl.pod pod/perltoc.pod
+          ! vms/descrip_mms.template win32/pod.mak
 ____________________________________________________________________________
-[ 16378] By: jhi                                   on 2002/05/03  14:54:19
-        Log: Comedy of typing errors.
+[ 22736] By: nicholas                              on 2004/04/23  10:11:26
+        Log: Integrate:
+             [ 22165]
+             Create perl584delta.pod
+             (Not that I'm really proposing to start work on 5.8.4 today)
+
+             [ 22650]
+             Updates from Stas Bekman, Brendan O'Dea and Hugo
+
+             [ 22655]
+             Tweaks from Hugo and Liz
+
+             [ 22677]
+             Improvements from Jarkko
+
+             [ 22684]
+             Integrate:
+             [ 22665]
+             AIX-4 with xlc does not like malloc wrap
+
+             [ 22666]
+             Test drives are fun. Implement ccversion for Itanium HP-UX 11.23
+
+             [ 22698]
+             Clarify AIX and win32's malloc wrapping
+
+             [ 22700]
+             The set uid perl is now called setuidperl. Not suidperl.
+             Which I discover is hardlinked from sperl by ./installperl
+             elsewhere. Helpfully confusing installperl script.
+
+             [ 22703]
+             More perldelta updates
+
+             [ 22710]
+             Subject:  spelling
+             From:  Jarkko Hietaniemi <jhi@cc.hut.fi>
+             Date:  Fri, 16 Apr 2004 21:18:18 +0300 (EEST)
+             Message-Id:  <200404161818.i3GIIILh391648@kosh.hut.fi>
+
+             [ 22718]
+             Revert 22700 (as part of changes suggested by Brendan O'Dea)
+
+             [ 22720]
+             Simpler suggstion to resolve the #!/usr/bin/suidperl vs. the set uid
+             binary must have fd script conundrum, as suggested by Brendan O'Dea
+             Plus restore the more helpful error message from 22694 and the gist
+             of the perl584delta changes from 22700
+
+             [ 22731]
+             Oink, oink, flap, flap!
      Branch: perl
-          ! hints/solaris_2.sh
+         +> pod/perl584delta.pod
+          ! MANIFEST
+         !> pod/perlhist.pod
 ____________________________________________________________________________
-[ 16377] By: jhi                                   on 2002/05/03  14:45:26
-        Log: Let's try the "no Net:: if no Socket" again.
+[ 22735] By: merijn                                on 2004/04/23  10:11:23
+        Log: Subject: [PATCH] Where to find nmake for windows
+             From: Abe Timmerman <abe@ztreet.demon.nl>
+             Date: Thu, 22 Apr 2004 23:57:40 +0200
+             Message-Id: <200404222357.40508.abe@ztreet.demon.nl>
+             Changed download URL references for nmake
      Branch: perl
-          ! t/lib/1_compile.t
+          ! README.win32 pod/perlmodinstall.pod
 ____________________________________________________________________________
-[ 16376] By: jhi                                   on 2002/05/03  14:11:42
-        Log: Update Changes.
+[ 22734] By: mhx                                   on 2004/04/23  04:07:25
+        Log: Subject: [PATCH for testing/review] byte-order modifiers for (un)pack templates
+             From: Marcus Holland-Moritz <mhx-perl@gmx.net>
+             Date: Wed, 21 Apr 2004 21:09:20 +0200
+             Message-Id: <20040421210920.3c467772@r2d2>
      Branch: perl
-          ! Changes patchlevel.h
+          ! embed.fnc embed.h perl.h pod/perldiag.pod pod/perlfunc.pod
+          ! pod/perlport.pod pp_pack.c proto.h t/op/pack.t util.c
 ____________________________________________________________________________
-[ 16375] By: jhi                                   on 2002/05/03  14:09:38
-        Log: Oops.
+[ 22733] By: rgs                                   on 2004/04/22  12:08:35
+        Log: Missing copyright in the README.
      Branch: perl
-          ! lib/ExtUtils/MM_BeOS.pm
+          ! README
 ____________________________________________________________________________
-[ 16374] By: jhi                                   on 2002/05/03  13:58:08
-        Log: EBCDIC tweak.
+[ 22727] By: nicholas                              on 2004/04/21  15:22:29
+        Log: Subject: [perl #28456] Typo in perlipc man page, and suggestions for same
+             From: Axel Boldt (via RT) <perlbug-followup@perl.org>
+             Message-ID: <rt-3.0.8-28456-84424.10.5222745276547@perl.org>
+             Date: 11 Apr 2004 13:08:17 -0000
      Branch: perl
-          ! ext/Digest/MD5/t/utf8.t
+          ! pod/perlipc.pod
 ____________________________________________________________________________
-[ 16373] By: jhi                                   on 2002/05/03  13:51:11
-        Log: Update the EBCDIC MD5 checksums, and automate the process.
+[ 22725] By: nicholas                              on 2004/04/21  14:21:57
+        Log: Punt the "reporting bugs" section to the top.
+             Reorder the description of what to do, to start with the most common
+             case.
+             Clarify "how to report bugs effectively" (and why it benefits you)
      Branch: perl
-          ! ext/Digest/MD5/t/files.t
+          ! INSTALL
 ____________________________________________________________________________
-[ 16372] By: jhi                                   on 2002/05/03  13:01:23
-        Log: The EBCDIC remapping of the low 256 bites again.
+[ 22724] By: nicholas                              on 2004/04/21  12:51:43
+        Log: This should be L<>
      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
+          ! INSTALL
 ____________________________________________________________________________
-[ 16371] By: jhi                                   on 2002/05/03  12:49:58
-        Log: NetWare updates from C Aditya.
+[ 22723] By: nicholas                              on 2004/04/21  09:42:35
+        Log: INSTALL didn't mention the 5.8.2 hash changes. Fixed
      Branch: perl
-          ! lib/ExtUtils/MM_NW5.pm makedef.pl
+          ! INSTALL
 ____________________________________________________________________________
-[ 16370] By: jhi                                   on 2002/05/03  12:36:54
-        Log: DJGPP updates from Laszlo Molnar.
+[ 22722] By: nicholas                              on 2004/04/21  09:25:34
+        Log: We should be telling people about ..exp, else they use the unexpanded
+             forms and shaft anyone who installs a private perl within ~
      Branch: perl
-          ! djgpp/config.over ext/Cwd/t/cwd.t hints/dos_djgpp.sh
+          ! INSTALL
 ____________________________________________________________________________
-[ 16369] By: jhi                                   on 2002/05/03  12:34:01
-        Log: Upgrade to Encode 1.68.
+[ 22721] By: rgs                                   on 2004/04/21  08:36:38
+        Log: Subject: [patch] log the interpreter id in warnings
+             From: Stas Bekman <stas@stason.org>
+             Date: Mon, 19 Apr 2004 18:10:01 -0700
+             Message-ID: <40847869.1000906@stason.org>
      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
+          ! gv.c handy.h hv.c perl.c sv.c
 ____________________________________________________________________________
-[ 16368] By: jhi                                   on 2002/05/03  12:31:52
-        Log: Integrate perlio:
-             
-             [ 16367]
-             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 
-             
-             [ 16366]
-             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.
-             
-             [ 16352]
-             setbuf / setvbuf are not PerlIO_ concepts
-             
-             [ 16351]
-             perl_clone is a threads thing
-             
-             [ 16350]
-             *** EXPERIMENTAL ***
-             Have perlsdio.h use the iperlsys.h aliases and see
-             if that helps non-PERLIO IMP_SYS on Win32.
-             (Miniperl okay on linux).
-             
-             [ 16349]
-             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
-             
-             [ 16347]
-             More layer syms
-             
-             [ 16346]
-             Use PerlSIO_fdupopen() if not using PerlIO
-             
-             [ 16345]
-             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::
+[ 22717] By: rgs                                   on 2004/04/20  12:27:18
+        Log: Subject: [PATCH] Sync Term::Cap with CPAN version
+             From: Jonathan Stowe <jns@gellyfish.com>
+             Date: Tue, 20 Apr 2004 12:37:28 +0100
+             Message-Id: <1082461047.2736.96.camel@localhost>
      Branch: perl
-          ! t/lib/1_compile.t
+          ! lib/Term/Cap.pm
 ____________________________________________________________________________
-[ 16364] By: jhi                                   on 2002/05/03  02:22:56
-        Log: Integrate macperl #16360 and #16363;
-             
-             Make op/alarm.t pass
-             
-             README.macos update
+[ 22716] By: rgs                                   on 2004/04/19  12:26:35
+        Log: Fix for [perl #28919] : sometimes the function ck_ftst was trying
+             to read an op that was just freed, which was obviously illegal.
      Branch: perl
-         !> README.macos t/op/alarm.t
+          ! op.c
 ____________________________________________________________________________
-[ 16363] By: pudge                                 on 2002/05/03  01:57:04
-        Log: README.macos update
-     Branch: macperl
-          ! README.macos
+[ 22715] By: rgs                                   on 2004/04/19  09:34:01
+        Log: Upgrade to FileCache 1.04.
+     Branch: perl
+          ! lib/FileCache.pm
 ____________________________________________________________________________
-[ 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
+[ 22714] By: rgs                                   on 2004/04/19  08:57:17
+        Log: New file left out of the last commit.
+     Branch: perl
+          + t/uni/class.t
 ____________________________________________________________________________
-[ 16361] By: pudge                                 on 2002/05/03  01:56:24
-        Log: Safe signals for Mac OS
-     Branch: macperl
-          ! macos/macish.c macos/macish.h
+[ 22713] By: rgs                                   on 2004/04/19  08:56:28
+        Log: Subject: Re: [PATCH] lib/utf8_heavy.pl -- cascading classes and '&' support
+             From: "Jeff 'japhy' Pinyan" <japhy@perlmonk.org>
+             Date: Wed, 14 Apr 2004 17:01:38 -0400 (EDT)
+             Message-ID: <Pine.LNX.4.44.0404141659480.11423-301000@perlmonk.org>
+     Branch: perl
+          ! MANIFEST pod/perlunicode.pod
 ____________________________________________________________________________
-[ 16360] By: pudge                                 on 2002/05/03  01:55:27
-        Log: Make op/alarm.t pass
-     Branch: macperl
-          ! t/op/alarm.t
+[ 22712] By: rgs                                   on 2004/04/19  08:30:20
+        Log: Subject: Re: [perl #28532] optional match of an anchor gets ignored
+             From: hv@crypt.org
+             Date: Wed, 14 Apr 2004 19:30:46 +0100
+             Message-Id: <200404141830.i3EIUko03728@zen.crypt.org>
+     Branch: perl
+          ! regcomp.c regexec.c t/op/pat.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
+[ 22708] By: nicholas                              on 2004/04/17  13:25:41
+        Log: Integrate:
+             [ 22661]
+             This is RC1
+
+             [ 22705]
+             This is RC2
+     Branch: perl
+         !> pod/perlhist.pod
 ____________________________________________________________________________
-[ 16358] By: jhi                                   on 2002/05/02  22:35:31
-        Log: Forgot the most important part of #16357.
+[ 22706] By: rgs                                   on 2004/04/16  15:53:37
+        Log: On Linux-PPC, using gcc, downgrade to the -O1 optimisation
+             level (with -O2 miniperl behaves really badly.)
      Branch: perl
-          ! lib/Unicode/Collate.pm
+          ! hints/linux.sh
 ____________________________________________________________________________
-[ 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>
+[ 22697] By: merijn                                on 2004/04/15  11:56:32
+        Log: d_getservbyname_r undef up to at least OpenBSD 3.5
+             Thanks to Campo Weijerman and Gerard Gerritsen off-list
      Branch: perl
-          ! lib/Unicode/Collate/Changes lib/Unicode/Collate/README
-          ! lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
+          ! hints/openbsd.sh
 ____________________________________________________________________________
-[ 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>
+[ 22696] By: merijn                                on 2004/04/14  16:04:40
+        Log: #24121: Configure under turkish locale fails
+             toupper (i) != I  in turkish, but U+0130
+             \N{LATIN CAPITAL LETTER I WITH DOT ABOVE}
+             Patch supplied by Rafael
      Branch: perl
-          ! Makefile.SH ext/util/make_ext
+          ! Configure
 ____________________________________________________________________________
-[ 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)
+[ 22693] By: rgs                                   on 2004/04/14  08:28:15
+        Log: Subject: [PATCH] lib/utf8_heavy.pl -- cascading classes and '&' support
+             From: Jeff 'japhy' Pinyan <japhy@perlmonk.org>
+             Date: Mon, 12 Apr 2004 20:24:48 -0400 (EDT)
+             Message-ID: <Pine.LNX.4.44.0404122011160.3038-200000@perlmonk.org>
      Branch: perl
-         !> lib/utf8_heavy.pl
+          ! 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)
+[ 22692] By: rgs                                   on 2004/04/14  07:26:04
+        Log: Subject: [PATCH]'s to bring bleadperl up to version-0.39
+             From: John Peacock <jpeacock@rowman.com>
+             Date: Tue, 13 Apr 2004 20:51:31 -0400
+             Message-ID: <407C8B13.9020104@rowman.com>
      Branch: perl
-          ! lib/utf8_heavy.pl pod/perlunicode.pod
+          ! lib/version.pm lib/version.t t/comp/use.t universal.c util.c
 ____________________________________________________________________________
-[ 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
+[ 22691] By: rgs                                   on 2004/04/14  07:08:52
+        Log: Subject: re: [PATCH] for bug 28525: Buffer overflow issue in the Win32 distribution of 5.8.3
+             From: Jan Dubois <jand@ActiveState.com>
+             Date: Tue, 13 Apr 2004 19:49:32 -0700
+             Message-ID: <vm7p70h7au8unrnq4jp85oich7n71ar5ab@4ax.com
+     Branch: perl
+          ! win32/win32.c
 ____________________________________________________________________________
-[ 16352] By: nick                                  on 2002/05/02  17:48:31
-        Log: setbuf / setvbuf are not PerlIO_ concepts
-     Branch: perlio
-          ! XSUB.h
+[ 22689] By: mhx                                   on 2004/04/12  06:53:24
+        Log: Borland C doesn't like PERL_MALLOC_WRAP.
+             Until I know why, the fix is to disable it.
+     Branch: perl
+          ! win32/config_H.bc
 ____________________________________________________________________________
-[ 16351] By: nick                                  on 2002/05/02  17:12:21
-        Log: perl_clone is a threads thing
-     Branch: perlio
-          ! makedef.pl
+[ 22688] By: davem                                 on 2004/04/11  14:27:26
+        Log: Stop PL_comppad pointing to a freed pad during global destruction
+     Branch: perl
+          ! sv.c
 ____________________________________________________________________________
-[ 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
+[ 22687] By: davem                                 on 2004/04/11  13:13:35
+        Log: Make global cleanup fractionally faster by giving S_visit()
+             flags/mask to compare SVs against.
+     Branch: perl
+          ! embed.fnc embed.h proto.h sv.c
 ____________________________________________________________________________
-[ 16346] By: nick                                  on 2002/05/02  15:19:20
-        Log: Use PerlSIO_fdupopen() if not using PerlIO
-     Branch: perlio
-          ! perlio.c
+[ 22686] By: gbarr                                 on 2004/04/10  08:08:42
+        Log: Sync with libnet 1.18
+     Branch: perl
+          + lib/Net/Changes.libnet lib/Net/t/datasend.t
+          - lib/Net/ChangeLog.libnet
+          ! MANIFEST lib/Net/Cmd.pm lib/Net/FTP.pm lib/Net/NNTP.pm
+          ! lib/Net/POP3.pm lib/Net/README.libnet lib/Net/SMTP.pm
+          ! lib/Net/Time.pm lib/Net/t/hostname.t
 ____________________________________________________________________________
-[ 16345] By: nick                                  on 2002/05/02  15:18:12
-        Log: Do not build if not using layers
-     Branch: perlio
-          ! win32/win32io.c
+[ 22685] By: mhx                                   on 2004/04/10  06:37:30
+        Log: Remove two unused variables that gcc used to warn about.
+     Branch: perl
+          ! util.c
 ____________________________________________________________________________
-[ 16344] By: jhi                                   on 2002/05/02  14:02:51
-        Log: Upgrade to Encode 1.67.
+[ 22682] By: rgs                                   on 2004/04/09  11:44:34
+        Log: Subject: Re: #28386: UNIVERSAL::VERSION segfaults if $VERSION not defined (w/ patch to fix universal.c)
+             From: David Dyck <david.dyck@fluke.com>
+             Date: Thu, 8 Apr 2004 19:02:26 -0700 (PDT)
+             Message-ID: <Pine.LNX.4.51.0404081843290.29618@dd.tc.fluke.com>
      Branch: perl
-          ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
-          ! ext/Encode/lib/Encode/Guess.pm
+          ! universal.c
 ____________________________________________________________________________
-[ 16343] By: jhi                                   on 2002/05/02  13:14:39
-        Log: Integrate perlio:
-             
-             [ 16341]
-             Remove show-stoppers to non-PERLIO Win32 builds
-             (still not a very good show).
+[ 22681] By: rgs                                   on 2004/04/09  07:04:48
+        Log: find2perl should not default to -print when -eval is specified.
+             Noticed by David Dyck.
      Branch: perl
-         !> makedef.pl win32/makefile.mk
+          ! x2p/find2perl.PL
 ____________________________________________________________________________
-[ 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>
+[ 22680] By: rgs                                   on 2004/04/09  06:58:51
+        Log: Upgrade to Time::HiRes 1.59.
      Branch: perl
-          ! malloc.c
+          ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
+          ! ext/Time/HiRes/HiRes.xs
 ____________________________________________________________________________
-[ 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
+[ 22675] By: rgs                                   on 2004/04/08  13:00:59
+        Log: Upgrade to Digest 1.06.
+     Branch: perl
+          ! lib/Digest.pm
 ____________________________________________________________________________
-[ 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>
+[ 22674] By: rgs                                   on 2004/04/08  12:57:48
+        Log: Upgrade to Digest 1.06.
      Branch: perl
-          ! ext/Storable/t/malice.t
+          ! lib/Digest.pm
 ____________________________________________________________________________
-[ 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)
+[ 22673] By: rgs                                   on 2004/04/08  09:59:22
+        Log: Upgrade to Time::HiRes 1.57.
      Branch: perl
-         !> mg.c
+          ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
+          ! ext/Time/HiRes/HiRes.xs
 ____________________________________________________________________________
-[ 16338] By: jhi                                   on 2002/05/02  12:37:22
-        Log: Integrate perlio:
-             
-             [ 16335]
-             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.
+[ 22672] By: nicholas                              on 2004/04/07  20:48:04
+        Log: Make gmtime and localtime cross reference each other.
+             Suggested by Dan Jacobson
      Branch: perl
-         !> perl.c perlio.c
+          ! pod/perlfunc.pod
 ____________________________________________________________________________
-[ 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.)
+[ 22671] By: merijn                                on 2004/04/07  17:54:10
+        Log: Integrated Time-Local-1.09 from Dave Rolsky
+             Corrected a wrap error from the CPAN version to match #22670
+             Tested on AIX to make sure the skip is still needed
      Branch: perl
-          ! ext/Storable/Storable.pm
+          ! lib/Time/Local.pm lib/Time/Local.t
 ____________________________________________________________________________
-[ 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
+[ 22670] By: merijn                                on 2004/04/07  12:03:11
+        Log: Disable the edge case tests for timegm and timelocal on
+             AIX-4.3 since the OS is obsoleted, and fixes are not to
+             be expected
+     Branch: perl
+          ! lib/Time/Local.t
 ____________________________________________________________________________
-[ 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
+[ 22669] By: rgs                                   on 2004/04/07  08:26:48
+        Log: Fix command-line quoting under Windows for the new optree tests
+             Subject: Re: Smoke [5.9.2] 22666 FAIL(F) MSWin32 WinXP/.Net SP1 (x86/1 cpu)
+             From: Steve Hay <steve.hay@uk.radan.com>
+             Date: Wed, 07 Apr 2004 09:46:01 +0100
+             Message-ID: <4073BFC9.10707@uk.radan.com>
+     Branch: perl
+          ! ext/B/t/optree_samples.t
 ____________________________________________________________________________
-[ 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
+[ 22668] By: rgs                                   on 2004/04/07  08:00:07
+        Log: Subject: [PATCH] Bleadperl to version 0.37
+             From: John Peacock <jpeacock@rowman.com>
+             Date: Tue, 06 Apr 2004 21:56:19 -0400
+             Message-ID: <40735FC3.5010305@rowman.com>
+     Branch: perl
+          ! embed.fnc embed.h global.sym lib/version.pm lib/version.t
+          ! pod/perlapi.pod proto.h t/comp/use.t t/op/universal.t
+          ! universal.c util.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
+[ 22667] By: rgs                                   on 2004/04/07  07:37:59
+        Log: The optree builder was looping when constructing the ops
+             for a map/grep block containing a while(1).
+             (Bug reported by Pixel.)
+     Branch: perl
+          ! op.c t/op/grep.t
 ____________________________________________________________________________
-[ 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
+[ 22666] By: merijn                                on 2004/04/06  14:44:29
+        Log: Test drives are fun. Implement ccversion for Itanium HP-UX 11.23
+     Branch: perl
+          ! hints/hpux.sh
 ____________________________________________________________________________
-[ 16327] By: jhi                                   on 2002/05/02  03:47:07
-        Log: Cleanup threads dirs.
+[ 22665] By: merijn                                on 2004/04/06  13:34:14
+        Log: AIX-4 with xlc does not like malloc wrap
      Branch: perl
-          ! Makefile.SH
+          ! hints/aix_4.sh
 ____________________________________________________________________________
-[ 16326] By: jhi                                   on 2002/05/02  03:41:39
-        Log: Add the new Digest::MD5 test.
+[ 22664] By: rgs                                   on 2004/04/06  07:29:30
+        Log: Subject: Re: tests for change #22539
+             From: Jim Cromie <jcromie@divsol.com>
+             Date: Tue, 30 Mar 2004 14:39:31 -0700
+             Message-ID: <4069E913.5040906@divsol.com>
+             (with some spelling tweaks)
      Branch: perl
-          + ext/Digest/MD5/t/utf8.t
-          ! MANIFEST
+          + ext/B/t/OptreeCheck.pm ext/B/t/optree_check.t
+          + ext/B/t/optree_concise.t ext/B/t/optree_samples.t
+          + ext/B/t/optree_sort.t ext/B/t/optree_varinit.t
+          ! MANIFEST ext/B/B/Concise.pm ext/B/t/concise.t t/test.pl
 ____________________________________________________________________________
-[ 16325] By: jhi                                   on 2002/05/02  03:33:14
-        Log: New try at the Class::DBI core dump at global cleanup.
+[ 22663] By: mhx                                   on 2004/04/06  03:40:10
+        Log: Make the ! suffix handle n/N/v/V as signed integers
+             within pack templates.
      Branch: perl
-          ! gv.h util.c
+          ! pod/perlfunc.pod pp_pack.c t/op/pack.t
 ____________________________________________________________________________
-[ 16324] By: jhi                                   on 2002/05/02  02:47:38
-        Log: Upgrade to Digest::MD5 2.19.
+[ 22662] By: mhx                                   on 2004/04/05  20:03:03
+        Log: C<undef> doesn't look like a number. See also:
+
+             Subject: Re: [perl #27606] undef "looks like" a number
+             From: Marcus Holland-Moritz <mhx-perl@gmx.net>
+             Date: Mon, 15 Mar 2004 22:16:26 +0100
+             Message-Id: <20040315221626.48061c67@r2d2>
      Branch: perl
-          ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
-          ! ext/Digest/MD5/t/files.t
+          ! ext/List/Util/lib/List/Util.pm
+          ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/lln.t
+          ! pp_ctl.c sv.c
+____________________________________________________________________________
+[ 22656] By: nicholas                              on 2004/04/05  15:55:18
+        Log: Subject: Re: perldelta584
+             From: Craig Berry <craigberry@mac.com>
+             Message-ID: <12587569.1081180932766.JavaMail.craigberry@mac.com>
+             Date: Mon, 05 Apr 2004 11:02:12 -0500
+
+             (makes malloc wrap the default on VMS)
+     Branch: perl
+          ! configure.com
 ____________________________________________________________________________
-[ 16323] By: jhi                                   on 2002/05/02  02:47:22
-        Log: Ooops.  Not everybody does threads.
+[ 22654] By: rgs                                   on 2004/04/05  15:24:49
+        Log: Subject: ref ($proto) || $proto patch
+             From: Ovid <publiustemp-p5p@yahoo.com>
+             Date: Sat, 03 Apr 2004 18:59:22 -0800
+             Message-ID: <406F7A0A.50702@yahoo.com>
+             (with minor reformatting)
      Branch: perl
-          ! ext/threads/shared/t/semaphore.t
+          ! pod/perlobj.pod pod/perltoot.pod
 ____________________________________________________________________________
-[ 16322] By: jhi                                   on 2002/05/01  23:40:47
-        Log: Fix files.t for blead.
+[ 22652] By: rgs                                   on 2004/04/05  12:51:10
+        Log: Subject: sv_pvutf8n_force and sv_pvbyten_force
+             From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
+             Date: Wed, 24 Mar 2004 00:16:52 +0900
+             Message-Id: <20040324001126.098F.BQW10602@nifty.com>
      Branch: perl
-          + ext/Digest/MD5/README
-          ! MANIFEST ext/Digest/MD5/t/files.t
+          ! sv.c
 ____________________________________________________________________________
-[ 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.
+[ 22651] By: rgs                                   on 2004/04/05  11:50:10
+        Log: wantarray docs should mention effect of eval { wantarray }
+             as reported by Tim Bunce. Add a note to this effect in perlfunc,
+             and regression tests for it.
      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
+          ! pod/perlfunc.pod t/op/wantarray.t
 ____________________________________________________________________________
-[ 16320] By: jhi                                   on 2002/05/01  21:40:04
-        Log: metaconfig unit change for #16319.
-     Branch: metaconfig/U/perl
-          ! d_u32align.U
+[ 22649] By: nicholas                              on 2004/04/05  08:57:18
+        Log: More AUTHORS who deserve credit for patches
+     Branch: perl
+          ! AUTHORS
 ____________________________________________________________________________
-[ 16319] By: jhi                                   on 2002/05/01  21:39:51
-        Log: Somebody might be compiling a newer Digest::MD5.
+[ 22646] By: nicholas                              on 2004/04/04  16:32:54
+        Log: Hand merge patch from maint back to blead.
      Branch: perl
-          ! Configure config_h.SH
+          ! ext/threads/threads.pm
 ____________________________________________________________________________
-[ 16318] By: jhi                                   on 2002/05/01  21:17:55
-        Log: Until Arthur fills in semaphore.t.
+[ 22642] By: nicholas                              on 2004/04/04  13:07:50
+        Log: Bump version numbers for modules that have changed since 5.8.3
      Branch: perl
-          ! ext/threads/shared/Makefile.PL
-          ! ext/threads/shared/t/semaphore.t
+          ! ext/B/B/Assembler.pm ext/B/B/Deparse.pm
+          ! ext/DynaLoader/DynaLoader_pm.PL ext/IO/lib/IO/Handle.pm
+          ! ext/IO/lib/IO/Pipe.pm ext/ODBM_File/ODBM_File.pm
+          ! ext/threads/threads.pm lib/ExtUtils/Liblist/Kid.pm
+          ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Win95.pm
+          ! lib/IPC/Open3.pm lib/Unicode/UCD.pm lib/base.pm lib/utf8.pm
 ____________________________________________________________________________
-[ 16317] By: sky                                   on 2002/05/01  19:36:33
-        Log: Fix emulation case when loading both Thread and threads::shared
-             would get awkward.
+[ 22641] By: rgs                                   on 2004/04/02  15:40:15
+        Log: Fix bug #27940 : \cX escapes weren't working correctly in regular
+             expression ranges.
      Branch: perl
-          ! lib/Thread.pm
+          ! t/op/pat.t toke.c
 ____________________________________________________________________________
-[ 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>
+[ 22637] By: davem                                 on 2004/04/02  10:02:06
+        Log: Subject:  [PATCH] fix utils install problems on VMS
+             From:  "Craig A. Berry" <craigberry@mac.com>
+             Date:  Thu, 01 Apr 2004 20:19:53 -0600
+             Message-Id:  <406CCDC9.7000500@mac.com>
+
+             We were not running utils/instmodsh.PL or utils/xsubpp.PL during
+             the build, so installperl would not find the generated programs at
+             install time.
+             Also fixed several problems with the command definitions for the
+             utilities
      Branch: perl
-          ! ext/Storable/Storable.pm
+          ! configure.com vms/descrip_mms.template
 ____________________________________________________________________________
-[ 16315] By: sky                                   on 2002/05/01  19:15:46
-        Log: Now passes old test case.
+[ 22636] By: davem                                 on 2004/04/01  22:00:40
+        Log: Subject:  [PATCH] archname salad on VMS
+             From:  "Craig A. Berry" <craigberry@mac.com>
+             Date:  Thu, 01 Apr 2004 14:16:32 -0600
+             Message-Id:  <406C78A0.2070009@mac.com>
+
+             sort out architecture-specific directory names for OpenVMS
+             Itanium port
      Branch: perl
-          ! ext/threads/shared/semaphore.pm
+          ! configure.com vms/descrip_mms.template
 ____________________________________________________________________________
-[ 16314] By: sky                                   on 2002/05/01  19:15:26
-        Log: Cleanup memory a bit better in some cases.
+[ 22635] By: davem                                 on 2004/04/01  20:27:14
+        Log: Fix change #22376. Only mark a const as short-circuited
+             if it's actually a const!
      Branch: perl
-          ! ext/threads/threads.xs
+          ! op.c
 ____________________________________________________________________________
-[ 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
+[ 22630] By: nicholas                              on 2004/04/01  15:15:10
+        Log: debug the instructions on upgrading Unicode
+     Branch: perl
+          ! lib/unicore/README.perl
+____________________________________________________________________________
+[ 22625] By: mhx                                   on 2004/04/01  06:01:25
+        Log: Fix and tests for [perl #28123] Perl optimizes // away incorrectly
+     Branch: perl
+          ! op.c t/op/dor.t
+____________________________________________________________________________
+[ 22624] By: davem                                 on 2004/03/31  20:33:52
+        Log: + (\$) prototype = bad free
+             av_delete() didn't reify. I also updated its description
+     Branch: perl
+          ! av.c t/op/args.t
+____________________________________________________________________________
+[ 22621] By: nicholas                              on 2004/03/31  15:05:40
+        Log: Upgrade to Unicode 4.0.1
+     Branch: perl
+          + lib/unicore/lib/Katakan2.pl lib/unicore/lib/Sterm.pl
+          + lib/unicore/lib/Variatio.pl
+          ! MANIFEST lib/Unicode/UCD.t lib/unicore/ArabLink.pl
+          ! lib/unicore/ArabLnkGrp.pl lib/unicore/ArabicShaping.txt
+          ! lib/unicore/Bidirectional.pl lib/unicore/Blocks.pl
+          ! lib/unicore/Blocks.txt lib/unicore/Canonical.pl
+          ! lib/unicore/CaseFolding.txt lib/unicore/Category.pl
+          ! lib/unicore/HangulSyllableType.txt lib/unicore/Index.txt
+          ! lib/unicore/Jamo.txt lib/unicore/Lbrk.pl
+          ! lib/unicore/LineBreak.txt lib/unicore/PropList.txt
+          ! lib/unicore/PropValueAliases.txt lib/unicore/Properties
+          ! lib/unicore/PropertyAliases.txt lib/unicore/ReadMe.txt
+          ! lib/unicore/Scripts.pl lib/unicore/Scripts.txt
+          ! lib/unicore/SpecialCasing.txt lib/unicore/To/Digit.pl
+          ! lib/unicore/UnicodeData.txt lib/unicore/lib/Arabic.pl
+          ! lib/unicore/lib/Armenian.pl lib/unicore/lib/Bengali.pl
+          ! lib/unicore/lib/BidiBN.pl lib/unicore/lib/BidiCS.pl
+          ! lib/unicore/lib/BidiEN.pl lib/unicore/lib/BidiES.pl
+          ! lib/unicore/lib/BidiET.pl lib/unicore/lib/BidiL.pl
+          ! lib/unicore/lib/BidiON.pl lib/unicore/lib/Bopomofo.pl
+          ! lib/unicore/lib/Braille.pl lib/unicore/lib/Buhid.pl
+          ! lib/unicore/lib/C.pl lib/unicore/lib/Canadian.pl
+          ! lib/unicore/lib/Cf.pl lib/unicore/lib/Cherokee.pl
+          ! lib/unicore/lib/Cntrl.pl lib/unicore/lib/Common.pl
+          ! lib/unicore/lib/Cypriot.pl lib/unicore/lib/Cyrillic.pl
+          ! lib/unicore/lib/Deseret.pl lib/unicore/lib/Devanaga.pl
+          ! lib/unicore/lib/Ethiopic.pl lib/unicore/lib/Georgian.pl
+          ! lib/unicore/lib/Gothic.pl lib/unicore/lib/Greek.pl
+          ! lib/unicore/lib/Gujarati.pl lib/unicore/lib/Gurmukhi.pl
+          ! lib/unicore/lib/Han.pl lib/unicore/lib/Hangul.pl
+          ! lib/unicore/lib/Hanunoo.pl lib/unicore/lib/Hebrew.pl
+          ! lib/unicore/lib/Hiragana.pl lib/unicore/lib/InCyril2.pl
+          ! lib/unicore/lib/Inherite.pl lib/unicore/lib/Kannada.pl
+          ! lib/unicore/lib/Katakana.pl lib/unicore/lib/Khmer.pl
+          ! lib/unicore/lib/Lao.pl lib/unicore/lib/Latin.pl
+          ! lib/unicore/lib/Limbu.pl lib/unicore/lib/LinearB.pl
+          ! lib/unicore/lib/Malayala.pl lib/unicore/lib/Math.pl
+          ! lib/unicore/lib/Mongolia.pl lib/unicore/lib/Myanmar.pl
+          ! lib/unicore/lib/Ogham.pl lib/unicore/lib/OldItali.pl
+          ! lib/unicore/lib/Oriya.pl lib/unicore/lib/Osmanya.pl
+          ! lib/unicore/lib/OtherDef.pl lib/unicore/lib/OtherGra.pl
+          ! lib/unicore/lib/OtherMat.pl lib/unicore/lib/Runic.pl
+          ! lib/unicore/lib/Shavian.pl lib/unicore/lib/Sinhala.pl
+          ! lib/unicore/lib/SoftDott.pl lib/unicore/lib/Syriac.pl
+          ! lib/unicore/lib/Tagalog.pl lib/unicore/lib/Tagbanwa.pl
+          ! lib/unicore/lib/TaiLe.pl lib/unicore/lib/Tamil.pl
+          ! lib/unicore/lib/Telugu.pl lib/unicore/lib/Terminal.pl
+          ! lib/unicore/lib/Thaana.pl lib/unicore/lib/Thai.pl
+          ! lib/unicore/lib/Tibetan.pl lib/unicore/lib/Ugaritic.pl
+          ! lib/unicore/lib/Yi.pl lib/unicore/lib/Z.pl
+          ! lib/unicore/lib/Zs.pl lib/unicore/version t/op/pat.t
+____________________________________________________________________________
+[ 22619] By: merijn                                on 2004/03/31  13:02:32
+        Log: Regenerated Configure after backported #22571
+             Some indent leftovers from earlier patches
+             We don't like double negatives, not even in comment
+     Branch: perl
+          ! Configure
 ____________________________________________________________________________
-[ 16311] By: sky                                   on 2002/05/01  17:54:19
-        Log: Add semaphore.pm
+[ 22617] By: merijn                                on 2004/03/31  11:33:09
+        Log: Subject: Re: [PATCH] MIME::Base64 PERL_NO_GET_CONTEXT
+             From: Gisle Aas <gisle@ActiveState.com>
+             Date: 30 Mar 2004 04:29:18 -0800
+             Message-ID: <lrk712bjs1.fsf@caliper.activestate.com>
      Branch: perl
-          + ext/threads/shared/semaphore.pm
+          ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
+          ! ext/MIME/Base64/Changes ext/MIME/Base64/QuotedPrint.pm
 ____________________________________________________________________________
-[ 16310] By: sky                                   on 2002/05/01  17:13:57
-        Log: Fix makefile to put queue.pm correctly, update test script.
+[ 22615] By: nicholas                              on 2004/03/31  08:24:29
+        Log: Unknowingly for years we've had a test that has assumed the order
+             of results from readdir. Fixed.
      Branch: perl
-          ! ext/threads/shared/Makefile.PL ext/threads/shared/t/queue.t
+          ! lib/File/Find/t/find.t
 ____________________________________________________________________________
-[ 16309] By: jhi                                   on 2002/05/01  15:29:44
-        Log: Subject: [Patch]  ext/PerlIO/t/fallback.t gets haircut
+[ 22614] By: nicholas                              on 2004/03/30  21:50:15
+        Log: Subject: Zaurus SL-[78]60 native compile patch
+             Message-Id: <46DCC0BF-8199-11D8-8D5B-000A95DBB50A@dan.co.jp>
              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>
+             Date: Tue, 30 Mar 2004 00:53:52 +0900
      Branch: perl
-          ! ext/PerlIO/t/fallback.t
+          ! ext/Errno/Errno_pm.PL
 ____________________________________________________________________________
-[ 16308] By: jhi                                   on 2002/05/01  15:27:52
-        Log: Encode tweak from Dan Kogai.
+[ 22610] By: davem                                 on 2004/03/29  21:20:35
+        Log: various win32 build fixes
+
+             Subject: Re: [PATCH] Re: MinGW/GCC vs MSVC++ on Win32
+             From: Steve Hay <steve.hay@uk.radan.com>
+             Date: Tue, 23 Mar 2004 10:42:12 +0000
+             Message-ID: <40601484.7040905@uk.radan.com>
+
+             Subject: [PATCH] distclean on Win32 should delete perl.base
+             From: Steve Hay <steve.hay@uk.radan.com>
+             Date: Tue, 23 Mar 2004 11:35:56 +0000
+             Message-ID: <4060211C.8020704@uk.radan.com>
+
+             Subject: Re: [PATCH] Create debug symbols files on Windows even for release
+             From: Steve Hay <steve.hay@uk.radan.com>
+             Date: Fri, 26 Mar 2004 10:46:07 +0000
+             Message-ID: <406409EF.9020404@uk.radan.com>
      Branch: perl
-          ! ext/Encode/Encode.xs
+          ! win32/Makefile win32/makefile.mk
 ____________________________________________________________________________
-[ 16307] By: sky                                   on 2002/05/01  13:40:58
-        Log: Flush directly to avoid erros when running from test harness
+[ 22609] By: davem                                 on 2004/03/29  20:46:36
+        Log: Subject: [perl #27986] IPC::Open3 fails in mod_perl (tie bug)
+             From: "Benjamin J. Tilly" (via RT) <perlbug-followup@perl.org>
+             Date: 26 Mar 2004 21:02:19 -0000
+             Message-ID: <rt-3.0.8-27986-82842.3.55447645581215@perl.org>
+
+             The forked child should make sure STDIN and STDOUT aren't tied
+             before messing with them
      Branch: perl
-          ! ext/threads/shared/t/cond.t ext/threads/shared/t/queue.t
+          ! lib/IPC/Open3.pm
 ____________________________________________________________________________
-[ 16306] By: jhi                                   on 2002/05/01  13:37:34
-        Log: Update Changes.
+[ 22608] By: davem                                 on 2004/03/29  20:10:05
+        Log: backout change 22606 (make gv_fullname() include a literal '^')
+             it breaks select.
      Branch: perl
-          ! Changes patchlevel.h
+          ! gv.c t/op/gv.t
 ____________________________________________________________________________
-[ 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>
+[ 22607] By: davem                                 on 2004/03/28  15:10:48
+        Log: update -Dx to cope with lexical version of OP_AELEMFAST
      Branch: perl
-          ! lib/User/pwent.t
+          ! dump.c
 ____________________________________________________________________________
-[ 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>
+[ 22606] By: davem                                 on 2004/03/28  15:08:23
+        Log: make gv_fullname() etc include a literal '^' for *^FOO style names
      Branch: perl
-          ! vms/descrip_mms.template
+          ! gv.c t/op/gv.t
 ____________________________________________________________________________
-[ 16303] By: sky                                   on 2002/05/01  13:00:57
-        Log: First attempt at updating perlthrtut for ithreaded threads.pm
+[ 22605] By: davem                                 on 2004/03/28  13:11:30
+        Log: pv_display() had code to display \n etc as escapes but it didn't
+             actually work.
      Branch: perl
-          ! pod/perlthrtut.pod
+          ! dump.c
 ____________________________________________________________________________
-[ 16302] By: jhi                                   on 2002/05/01  12:54:24
-        Log: Provide the \N{U+HHHH} syntax before we forget.
+[ 22604] By: davem                                 on 2004/03/28  10:55:30
+        Log: fix typo in change 22597
      Branch: perl
-          ! lib/charnames.pm lib/charnames.t toke.c
+          ! op.h
 ____________________________________________________________________________
-[ 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>
+[ 22601] By: davem                                 on 2004/03/27  10:22:52
+        Log: Subject:  [PATCH] -Dusemallocwrap for VMS)
+             From:  "Craig A. Berry" <craigberry@mac.com>
+             Date:  Fri, 26 Mar 2004 22:46:50 -0600
+             Message-Id:  <4065073A.30007@mac.com>
+
+             Mimic in configure.com what Configure does to enable or disable
+             the new feature -Dusemallocwrap
      Branch: perl
-          ! pod/perl.pod
+          ! configure.com
 ____________________________________________________________________________
-[ 16300] By: jhi                                   on 2002/05/01  12:01:11
-        Log: Upgrade to Encode 1.66.
+[ 22600] By: davem                                 on 2004/03/27  02:04:03
+        Log: Subject:  [PATCH] don't clean-up perly.* on VMS
+             From:  "Craig A. Berry" <craigberry@mac.com>
+             Date:  Fri, 26 Mar 2004 16:54:44 -0600
+             Message-Id:  <4064B4B4.2030203@mac.com>
+
+             refrain from getting rid of perly.c and perly.h now that there are
+             no longer VMS-specific overrides for these files
      Branch: perl
-          ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
-          ! ext/Encode/bin/ucm2table ext/Encode/t/fallback.t
+          ! vms/descrip_mms.template
 ____________________________________________________________________________
-[ 16299] By: jhi                                   on 2002/05/01  11:53:21
-        Log: Integrate perlio:
-             
-             [ 16297]
-             Remove "spurious" (and unnecessary) variables from layer_syms
-             Win32 (Win2k), MinGW-1.1 - passes all tests! ;-)
-             
-             [ 16296]
-             perl embed.pl to update global.sym
+[ 22599] By: davem                                 on 2004/03/27  01:54:09
+        Log: string corruption with lvalue sub
+             Depending on the context, the same substr OP may want to return
+             a PVLV or an LV on subsequent invcations. If TARG is the wrong
+             type, use a mortal instead.
      Branch: perl
-         !> global.sym makedef.pl
+          ! pp.c t/op/substr.t
 ____________________________________________________________________________
-[ 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>
+[ 22597] By: davem                                 on 2004/03/26  18:56:50
+        Log: Clarify op.h comments for which ops the OPpDEREF* private flags
+             are actually used; update Concise.pm to match
      Branch: perl
-          ! vms/perlvms.pod
+          ! ext/B/B/Concise.pm op.h
 ____________________________________________________________________________
-[ 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
+[ 22596] By: davem                                 on 2004/03/26  18:53:09
+        Log: fix for change #22594; if using test.pl, must tell perl where to
+             find it!
+     Branch: perl
+          ! t/comp/hints.t
 ____________________________________________________________________________
-[ 16296] By: nick                                  on 2002/05/01  06:21:28
-        Log: perl embed.pl to update global.sym
-     Branch: perlio
-          ! global.sym
+[ 22595] By: davem                                 on 2004/03/26  17:28:48
+        Log: document the return value of an empty sub
+     Branch: perl
+          ! pod/perlsub.pod
 ____________________________________________________________________________
-[ 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)
+[ 22594] By: davem                                 on 2004/03/26  13:05:50
+        Log: - hints hash was being double freed on scope exit
+     Branch: perl
+          ! op.c scope.c scope.h t/comp/hints.t
 ____________________________________________________________________________
-[ 16294] By: jhi                                   on 2002/05/01  02:39:54
-        Log: metaconfig unit change for #16293.
-     Branch: metaconfig/U/perl
-          ! bincompat5005.U
+[ 22593] By: ams                                   on 2004/03/26  08:59:15
+        Log: Subject: Re: [perl #27906] stat documentation correction
+             From: Andy Lester <andy@petdance.com>
+             Date: Wed, 24 Mar 2004 21:48:30 -0600
+             Message-Id: <20040325034830.GA5865@petdance.com>
+             (Applied with a correction from Spider Boardman.)
+     Branch: perl
+          ! pod/perlfunc.pod t/op/stat.t
 ____________________________________________________________________________
-[ 16293] By: jhi                                   on 2002/05/01  02:39:32
-        Log: Try #2 of getting rid of bincompat5005.
+[ 22592] By: davem                                 on 2004/03/26  01:24:24
+        Log: fix some comments in perly.y
      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
+          ! perly.y
 ____________________________________________________________________________
-[ 16290] By: jhi                                   on 2002/05/01  01:17:53
-        Log: Remove sv_setpviv{_,mg}; regen perlapi.
+[ 22591] By: davem                                 on 2004/03/26  01:16:55
+        Log: Blessed reference to anonymous glob
+             Stop *$$x=$x giving "Attempt to free unreferenced scalar" warning
      Branch: perl
-          ! embed.fnc embed.h pod/perlapi.pod proto.h sv.c
+          ! sv.c t/op/ref.t
 ____________________________________________________________________________
-[ 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>
+[ 22586] By: davem                                 on 2004/03/24  22:16:30
+        Log: Subject: [perl #27748] 'find2perl' bug: -exec causes chdir error
+             From: "jdhedden@1979.usna.com (via RT)" <perlbug-followup@perl.org>
+             Date: 18 Mar 2004 20:25:50 -0000
+             Message-ID: <rt-3.0.8-27748-82270.2.99482909739062@perl.org>
+
+             Cwd code was planted in the output executable after the exit, so
+             was never run.
      Branch: perl
-          ! sv.c
+          ! x2p/find2perl.PL
 ____________________________________________________________________________
-[ 16288] By: jhi                                   on 2002/05/01  01:06:31
-        Log: Update to Getopt::Long 2.30.
+[ 22585] By: nicholas                              on 2004/03/24  21:42:25
+        Log: Remaining smoked platforms where malloc wrap is known to work.
+             Data for Irix and NetBSD would be useful - they probably will work too.
+             Will Unicos work? Place bets now...
      Branch: perl
-          ! lib/Getopt/Long.pm
+          ! hints/aix.sh hints/bsdos.sh hints/dec_osf.sh hints/freebsd.sh
+          ! hints/hpux.sh hints/linux.sh hints/openbsd.sh
+          ! hints/solaris_2.sh
 ____________________________________________________________________________
-[ 16287] By: jhi                                   on 2002/04/30  19:51:08
-        Log: Integrate perlio:
-             
-             [ 16285]
-             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.
+[ 22584] By: davem                                 on 2004/03/24  21:14:08
+        Log: Subject: [perl #27790] split docs: say the string is EXPR
+             From: Dan Jacobson (via RT) <perlbug-followup@perl.org>
+             Date: 20 Mar 2004 05:21:07 -0000
+             Message-ID: <rt-3.0.8-27790-82358.14.5476352902536@perl.org>
+
+             Minor documentation nit in split
      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
+          ! pod/perlfunc.pod
 ____________________________________________________________________________
-[ 16281] By: jhi                                   on 2002/04/30  13:50:54
-        Log: Missing PerlIO symbols found by Richard Hatch in AIX.
+[ 22582] By: nicholas                              on 2004/03/24  19:15:29
+        Log: mintest will pass if I skip the correct number of tests. D'oh!
      Branch: perl
-          ! makedef.pl
+          ! t/op/magic.t
 ____________________________________________________________________________
-[ 16280] By: jhi                                   on 2002/04/30  13:04:45
-        Log: NetWare: disable DEBUG/ASSERT for now.
+[ 22579] By: nicholas                              on 2004/03/24  14:59:16
+        Log: Subject: Re: [PATCH] Fix PERL_MALLOC_WRAP change for Win32
+             From: Steve Hay <steve.hay@uk.radan.com>
+             Message-ID: <40618D1C.7000601@uk.radan.com>
+             Date: Wed, 24 Mar 2004 13:29:00 +0000
      Branch: perl
-          ! ext/Storable/Storable.xs
+          ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
+          ! win32/config_H.vc64
 ____________________________________________________________________________
-[ 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>
+[ 22578] By: rgs                                   on 2004/03/24  13:54:31
+        Log: Good catch from Dave Mitchell; plus a null pointer protection.
      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
+          ! scope.c
 ____________________________________________________________________________
-[ 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>
+[ 22577] By: nicholas                              on 2004/03/24  11:51:46
+        Log: Unlike perl, 0 in void context isn't special cased in C :-)
+             (So it warns). Tweak the no-action malloc wrap checkers to avoid
+             warnings.
      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
+          ! handy.h
 ____________________________________________________________________________
-[ 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.
+[ 22576] By: nicholas                              on 2004/03/24  10:29:16
+        Log: Export PL_memory_wrap based on PERL_MALLOC_WRAP rather than
+             NO_MALLOC_WRAP following Configure changes. Identical patch to
+             mine supplied by Steve Hay while I was working on this.
+             IP shootout at dawn :-)
      Branch: perl
-          ! util.c
+          ! makedef.pl
 ____________________________________________________________________________
-[ 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]>
+[ 22572] By: nicholas                              on 2004/03/24  09:14:21
+        Log: Tidy up function prototypes in the light of suidpatch
      Branch: perl
-          ! t/pod/testp2pt.pl
+          ! embed.fnc embed.h perl.c proto.h
 ____________________________________________________________________________
-[ 16275] By: jhi                                   on 2002/04/29  23:28:05
-        Log: Regen toc.
+[ 22571] By: nicholas                              on 2004/03/23  22:35:09
+        Log: Make usemallocwrap a Configure-time question. Default is yes for
+             usedevel, no otherwise, but I'm expecting hints files on known
+             good platforms to override this. (and known bad)
+             Demonstration hints file for darwin.
      Branch: perl
-          ! pod/perltoc.pod
+          ! Configure config_h.SH hints/darwin.sh perl.h
 ____________________________________________________________________________
-[ 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>
+[ 22569] By: nicholas                              on 2004/03/23  17:47:44
+        Log: hv_delete_common was freeing the key, then passing the freed pointer
+             to S_hv_notallowed. D'oh!
      Branch: perl
-          ! vms/perlvms.pod
+          ! hv.c
 ____________________________________________________________________________
-[ 16273] By: jhi                                   on 2002/04/29  21:43:18
-        Log: OpenBSD: dynamic loading fix plus a MIPS tweak
-             from Todd Miller.
+[ 22566] By: nicholas                              on 2004/03/23  16:23:58
+        Log: Unify 5.008 and 5.009's B::Concise 0.58
      Branch: perl
-          ! hints/openbsd.sh
+          ! ext/B/B/Concise.pm
 ____________________________________________________________________________
-[ 16272] By: jhi                                   on 2002/04/29  20:14:39
-        Log: Integrate perlio:
-             
-             [ 16270]
-             Adding Encode::* to .pm creates stash at compile time
-             which means we need a stronger check on Encode at boot time.
+[ 22565] By: nicholas                              on 2004/03/23  16:05:28
+        Log: Unify 5.008 and 5.009's B::Concise 0.56
      Branch: perl
-         !> ext/PerlIO/encoding/encoding.pm
-         !> ext/PerlIO/encoding/encoding.xs
+          ! ext/B/B/Concise.pm
 ____________________________________________________________________________
-[ 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.
+[ 22564] By: rgs                                   on 2004/03/23  13:43:49
+        Log: Fix bug [perl #27839] returning @+ out of scope loses its value :
+
+             Subject: Re: Wondering about returned regex special arrays on going out of scope
+             From: hv@crypt.org
+             Date: Fri, 05 Mar 2004 17:42:25 +0000
+             Message-Id: <200403051742.i25HgPd11240@zen.crypt.org>
+
+             plus a test case.
      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
+          ! pp_hot.c t/op/magic.t
 ____________________________________________________________________________
-[ 16269] By: jhi                                   on 2002/04/29  16:28:44
-        Log: Detypo by Ronald Kimball.
+[ 22563] By: nicholas                              on 2004/03/23  13:38:11
+        Log: Subject: [PATCH] 5.9.1 suidperl
+             From: psz@maths.usyd.edu.au (Paul Szabo)
+             Message-Id: <200403182117.i2ILHug513080@milan.maths.usyd.edu.au>
+             Date: Fri, 19 Mar 2004 08:17:56 +1100 (EST)
+
+             (which variables renamed as requested, plus tweaks to work on platforms
+             with no ST_NOEXEC)
      Branch: perl
-          ! pod/perlport.pod
+          ! embedvar.h intrpvar.h perl.c perl.h perlapi.h
 ____________________________________________________________________________
-[ 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
+[ 22560] By: rgs                                   on 2004/03/22  21:29:51
+        Log: Update the -v copyright notice.
+     Branch: perl
+          ! perl.c
 ____________________________________________________________________________
-[ 16267] By: jhi                                   on 2002/04/29  13:46:56
-        Log: Update Changes.
+[ 22559] By: nicholas                              on 2004/03/22  21:05:09
+        Log: Don't assume that the chmod will always work.
+             (It won't for files on *BSD where chflags has set uchg, which is
+             what the OS X perforce client does)
      Branch: perl
-          ! Changes patchlevel.h
+          ! t/op/filetest.t
 ____________________________________________________________________________
-[ 16266] By: jhi                                   on 2002/04/29  13:25:03
-        Log: MM_NW5 update from C Aditya.
+[ 22557] By: rgs                                   on 2004/03/22  20:46:52
+        Log: Clarifications on constants subroutines, based on:
+
+             Subject: [perl #27768] [patch] wrong examples in perlsub/"Constant Functions"
+             From: "padre@elte.hu (via RT)" <perlbug-followup@perl.org>
+             Date: 19 Mar 2004 14:56:09 -0000
+             Message-ID: <rt-3.0.8-27768-82310.5.12766475665209@perl.org>
      Branch: perl
-          ! lib/ExtUtils/MM_NW5.pm
+          ! pod/perlsub.pod
 ____________________________________________________________________________
-[ 16265] By: jhi                                   on 2002/04/29  12:59:01
-        Log: FAQ sync.
+[ 22556] By: rgs                                   on 2004/03/22  20:30:41
+        Log: Subject: [PATCH] Re: ../lib/ExtUtils/t/Embed.t failure on Win32/GCC
+             From: Steve Hay <steve.hay@uk.radan.com>
+             Date: Mon, 22 Mar 2004 14:44:46 +0000
+             Message-ID: <405EFBDE.4090209@uk.radan.com>
      Branch: perl
-          ! pod/perlfaq2.pod pod/perlfaq3.pod
+          ! README.win32
 ____________________________________________________________________________
-[ 16264] By: jhi                                   on 2002/04/29  12:52:01
-        Log: NetBSD hints rewrite from Johnny Lam.
+[ 22553] By: rgs                                   on 2004/03/22  19:25:59
+        Log: Subject: Re: [PATCH] warn on !=~
+             From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
+             Date: Mon, 22 Mar 2004 10:32:05 -0800
+             Message-ID: <20040322183106.GA1284@efn.org>
+
+             More warnings for this case.
      Branch: perl
-          ! hints/netbsd.sh
+          ! t/lib/warnings/toke toke.c
 ____________________________________________________________________________
-[ 16263] By: jhi                                   on 2002/04/29  12:18:31
-        Log: Upgrade to Encode 1.64.
+[ 22549] By: rgs                                   on 2004/03/21  17:22:42
+        Log: Finally, this "Negative repeat count" warning wasn't such a great
+             idea. Disable it. But add tests for this :
+
+             Subject: Re: [perl #27811] (@x) x -1 is a panic
+             From: Andy Lester <andy@petdance.com>
+             Date: Sun, 21 Mar 2004 09:27:04 -0600
+             Message-ID: <20040321152704.GA9041@petdance.com>
      Branch: perl
-          ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
-          ! ext/Encode/t/CJKT.t ext/Encode/ucm/euc-jp.ucm
+          ! pp.c t/lib/warnings/pp t/op/repeat.t
 ____________________________________________________________________________
-[ 16262] By: jhi                                   on 2002/04/29  12:12:37
-        Log: Subject: [Unicode::Normalize] mkheader tweak
+[ 22548] By: rgs                                   on 2004/03/21  16:40:27
+        Log: Subject: [PATCH sv.h] Nobody has used SvPVbyte_force?
              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
-             Date: Mon, 29 Apr 2002 12:58:01 +0900
-             Message-Id: <20020429125617.AA35.BQW10602@nifty.com>
+             Date: Sun, 21 Mar 2004 21:49:53 +0900
+             Message-Id: <20040321213628.2461.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)
+          ! sv.h
 ____________________________________________________________________________
-[ 16260] By: jhi                                   on 2002/04/29  01:11:10
-        Log: Upgrade to Unicode::Normalize 0.76,
-             from SADAHIRO Tomoyuki.
+[ 22547] By: rgs                                   on 2004/03/21  13:36:27
+        Log: I must be tired today.
      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
+          ! lib/utf8.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>
+[ 22546] By: rgs                                   on 2004/03/21  13:26:33
+        Log: Silence a gcc warning.
      Branch: perl
-          ! pod/perlport.pod
+          ! sv.c
 ____________________________________________________________________________
-[ 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).
+[ 22545] By: rgs                                   on 2004/03/21  13:18:01
+        Log: Subject: Re: [perl #27803] perl crashes when utf8::upgrade($offsetOK_scalar)
+             From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
+             Date: Sun, 21 Mar 2004 15:19:22 +0900
+             Message-Id: <20040321151828.DAC6.BQW10602@nifty.com>
      Branch: perl
-          ! ext/threads/t/basic.t ext/threads/t/list.t
-          ! ext/threads/t/thread.t
+          ! lib/utf8.t sv.c
 ____________________________________________________________________________
-[ 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)
+[ 22544] By: rgs                                   on 2004/03/21  13:12:53
+        Log: Subject: [PATCH] fix memory bug in vms.c:mp_do_tounixspec
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Sat, 20 Mar 2004 21:51:45 -0600
+             Message-ID: <405D1151.3040308@mac.com>
      Branch: perl
-         !> (integrate 30 files)
+          ! vms/vms.c
 ____________________________________________________________________________
-[ 16256] By: jhi                                   on 2002/04/28  19:43:02
-        Log: As requested by pudge.
+[ 22543] By: rgs                                   on 2004/03/21  13:06:20
+        Log: Add a new warning "Negative repeat count"
+             for the cases $x x -1.
      Branch: perl
-          - macos/MacPerlTests.cmd macos/xsubpp.patch
-          ! MANIFEST
+          ! pod/perlop.pod pp.c t/lib/warnings/pp
 ____________________________________________________________________________
-[ 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>
+[ 22542] By: rgs                                   on 2004/03/20  11:49:21
+        Log: Subject: [PATCH] warn on !=~
+             From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
+             Date: Thu, 18 Mar 2004 22:24:09 -0800
+             Message-ID: <20040319062035.GA3768@efn.org>
+
+             with an improvement suggested by Ton Hospel.
      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
+          ! pod/perldiag.pod t/lib/warnings/toke toke.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.
+[ 22541] By: rgs                                   on 2004/03/20  10:19:59
+        Log: Subject: makefile.95 tweak
+             From: Greg Matheson <lang@ms.chinmin.edu.tw>
+             Date: Fri, 19 Mar 2004 18:15:25 +0800
+             Message-ID: <20040319181525.A6347@ms.chinmin.edu.tw>
      Branch: perl
-          ! ext/threads/shared/t/cond.t
+          ! win32/makefile.mk
 ____________________________________________________________________________
-[ 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)
+[ 22540] By: rgs                                   on 2004/03/20  10:15:36
+        Log: \x80\xFF is not valid UTF-8.
      Branch: perl
-          ! ext/threads/shared/t/cond.t ext/threads/t/basic.t
-          ! ext/threads/t/list.t ext/threads/t/thread.t
+          ! pod/perluniintro.pod
 ____________________________________________________________________________
-[ 16248] By: jhi                                   on 2002/04/28  16:04:23
-        Log: Be tidy.
+[ 22539] By: rgs                                   on 2004/03/19  23:09:13
+        Log: Subject: [perl #24821] enhancement patch for B::Concise
+             From: jim cromie <jcromie@divsol.com>
+             Date: Wed, 17 Mar 2004 14:12:43 -0700
+             Message-ID: <4058BF4B.1000004@divsol.com>
+             (Only the Concise.pm part, with documentation nits)
      Branch: perl
-          ! ext/PerlIO/t/fallback.t
+          ! ext/B/B/Concise.pm
 ____________________________________________________________________________
-[ 16247] By: jhi                                   on 2002/04/28  15:26:39
-        Log: Integrate perlio:
-             
-             [ 16246]
-             Have :encoding() default to perlqq style fallbacks.
-             Add test for that.
-             
-             [ 16245]
-             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)
-             
-             [ 16244]
-             Builds under -Uuseperlio
-             Uses PUSHSTACK/POPSTACK in :encoding and :Via
-     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
+[ 22538] By: nicholas                              on 2004/03/19  12:15:23
+        Log: Subject:  [PATCH] open.pm: allow upper-cased EUC
+             From:  Autrijus Tang <autrijus@autrijus.org>
+             Date:  Fri, 19 Mar 2004 18:27:10 +0800
+             Message-Id:  <20040319102710.GA91216@aut.dyndns.org>
+     Branch: perl
+          ! lib/open.pm
 ____________________________________________________________________________
-[ 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
+[ 22537] By: nicholas                              on 2004/03/19  11:59:01
+        Log: Subject: [PATCH] Move Win32.pm/Win32.xs from libwin32 module to core Perl
+             From: Jan Dubois <jand@activestate.com>
+             Message-ID: <lg2k509o51b8openotuetdts6go7pn4udo@4ax.com>
+             Date: Thu, 18 Mar 2004 13:13:49 -0800
+
+             Subject: Re: [PATCH] Move Win32.pm/Win32.xs from libwin32 module to core Perl
+             From: Steve Hay <steve.hay@uk.radan.com>
+             Message-ID: <405ACC6D.1040804@uk.radan.com>
+             Date: Fri, 19 Mar 2004 10:33:17 +0000
+     Branch: perl
+          + win32/ext/Win32/Makefile.PL win32/ext/Win32/Win32.pm
+          + win32/ext/Win32/Win32.xs
+          - lib/Win32.pod
+          ! MANIFEST win32/Makefile win32/makefile.mk
+____________________________________________________________________________
+[ 22536] By: nicholas                              on 2004/03/19  11:43:35
+        Log: Change Storable.xs to conditionally include ppport.h for pre 5.8.0
+             This allows the ppport.h to be deleted from ext/Storable, which will
+             reduce the potential for confusion.
+             Bump Storable's version to 2.12; update the ChangeLog
+     Branch: perl
+          - ext/Storable/ppport.h
+          ! MANIFEST ext/Storable/ChangeLog ext/Storable/MANIFEST
+          ! ext/Storable/README ext/Storable/Storable.pm
+          ! ext/Storable/Storable.xs
 ____________________________________________________________________________
-[ 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
+[ 22535] By: nicholas                              on 2004/03/19  11:03:18
+        Log: Move Beau Cox's ppport.h fixes into PPPort.pm
+     Branch: perl
+          ! ext/Devel/PPPort/PPPort.pm
 ____________________________________________________________________________
-[ 16243] By: nick                                  on 2002/04/28  07:19:01
-        Log: Integrate mainline
-     Branch: perlio
-         +> ext/threads/t/list.t
-         !> (integrate 40 files)
+[ 22534] By: rgs                                   on 2004/03/19  10:13:14
+        Log: Nit in perluniintro about the U0 and C0 templates,
+             noticed by Steve Hay.
+     Branch: perl
+          ! pod/perluniintro.pod
 ____________________________________________________________________________
-[ 16242] By: jhi                                   on 2002/04/28  02:49:28
-        Log: Future-proof NetBSD for kernel pthreads, from Johnny Lam.
+[ 22533] By: ams                                   on 2004/03/19  02:57:40
+        Log: Subject: [PATCH] Storable PERL_NO_GET_CONTEXT
+             From: beau@beaucox.com
+             Date: Thu, 18 Mar 2004 12:45:45 -1000
+             Message-Id: <20040318_224545_009145.beau@beaucox.com>
      Branch: perl
-          ! hints/netbsd.sh
+          + ext/Storable/ppport.h
+          ! MANIFEST ext/Storable/MANIFEST ext/Storable/Storable.xs
 ____________________________________________________________________________
-[ 16241] By: jhi                                   on 2002/04/28  02:22:00
-        Log: Plan better.
+[ 22532] By: rgs                                   on 2004/03/18  20:33:02
+        Log: Subject: [PATCH] range operator warnings / 64-bit fix
+             From: Marcus Holland-Moritz <mhx-perl@gmx.net>
+             Date: Wed, 10 Mar 2004 21:45:48 +0100
+             Message-Id: <20040310214548.4f5e3ab1@r2d2>
      Branch: perl
-          ! t/io/fs.t
+          ! pp_ctl.c pp_hot.c t/op/range.t
 ____________________________________________________________________________
-[ 16240] By: jhi                                   on 2002/04/28  02:20:18
-        Log: No trunc worries.
+[ 22531] By: davem                                 on 2004/03/18  19:02:32
+        Log: add code comment for change 22525
      Branch: perl
-          ! pod/perldelta.pod
+          ! pp.c
 ____________________________________________________________________________
-[ 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>
+[ 22530] By: rgs                                   on 2004/03/18  18:21:32
+        Log: Add a perl592delta.pod man page.
      Branch: perl
-          ! pod/perlfunc.pod t/io/fs.t
+          + pod/perl592delta.pod
+          ! MANIFEST Makefile.SH pod.lst pod/perl.pod pod/perltoc.pod
+          ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
+          ! win32/pod.mak
 ____________________________________________________________________________
-[ 16238] By: jhi                                   on 2002/04/28  01:55:10
-        Log: More valgrind findings: e.g. t/op/utfhash.t.
+[ 22528] By: nicholas                              on 2004/03/18  16:58:06
+        Log: Corrections and explanations in comments
      Branch: perl
-          ! hv.c
+          ! ext/Storable/Storable.xs
 ____________________________________________________________________________
-[ 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.
+[ 22527] By: nicholas                              on 2004/03/18  16:50:25
+        Log: Subject:  pumpkin fodder
+             From:  Jarkko Hietaniemi <jhi@cc.hut.fi>
+             Date:  Fri, 12 Mar 2004 15:16:57 +0200 (EET)
+             Message-Id:  <200403121316.i2CDGv1Y254951@kosh.hut.fi>
      Branch: perl
-          ! op.c
+          ! lib/unicore/README.perl
 ____________________________________________________________________________
-[ 16236] By: sky                                   on 2002/04/28  00:15:45
-        Log: Added test cases and fixed some obvious things.
+[ 22526] By: rgs                                   on 2004/03/18  14:33:14
+        Log: Detypo.
      Branch: perl
-          + ext/threads/t/list.t
-          ! MANIFEST ext/threads/threads.xs
+          ! makedef.pl
 ____________________________________________________________________________
-[ 16235] By: sky                                   on 2002/04/27  23:50:11
-        Log: Removed last traces of autodetach.
-             Added list() methid.
-             Changed documentation.
+[ 22525] By: davem                                 on 2004/03/18  14:13:16
+        Log: make ~$x give warning is $x isn't initialised.
+             Also add test for uninitialised warning in & op.
      Branch: perl
-          ! ext/threads/threads.pm ext/threads/threads.xs
+          ! pp.c t/lib/warnings/sv
 ____________________________________________________________________________
-[ 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>       
+[ 22524] By: rgs                                   on 2004/03/18  13:20:07
+        Log: Try to fix the AIX and Windows builds regarding the
+             definedness of the PL_memory_wrap symbol.
      Branch: perl
-          ! lib/FileCache.pm
+          ! makedef.pl
 ____________________________________________________________________________
-[ 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.
+[ 22523] By: rgs                                   on 2004/03/18  08:27:34
+        Log: Bump bleadperl's version number to 5.9.2.
      Branch: perl
-          ! ext/GDBM_File/Makefile.PL hints/netbsd.sh
-          ! lib/ExtUtils/MM_Unix.pm
+          ! NetWare/Makefile NetWare/config_H.wc Porting/config.sh
+          ! Porting/config_H epoc/config.sh epoc/createpkg.pl patchlevel.h
+          ! plan9/config.plan9 win32/Makefile win32/config_H.bc
+          ! win32/config_H.gc win32/config_H.vc win32/config_H.vc64
+          ! win32/makefile.mk wince/Makefile.ce
 ____________________________________________________________________________
-[ 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.
+[ 22521] By: rgs                                   on 2004/03/17  19:13:03
+        Log: Subject: [PATCH] format/casting/warning RE: perl 5.9.1
+             From: Robin Barker <Robin.Barker@npl.co.uk>
+             Date: Wed, 17 Mar 2004 18:37:10 -0000
+             Message-ID: <533D273D4014D411AB1D00062938C4D90404682E@hotel.npl.co.uk>
      Branch: perl
-          ! lib/ExtUtils/MM_Unix.pm
+          ! dump.c ext/Socket/Socket.xs pad.c util.c
 ____________________________________________________________________________
-[ 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]>
+[ 22520] By: rgs                                   on 2004/03/17  18:20:54
+        Log: Optimize away the assignment in the constructs C<my $s = undef>,
+             C<my @a = ()>, C<my %h = ()>.
      Branch: perl
-          ! vms/descrip_mms.template
+          ! op.c
 ____________________________________________________________________________
-[ 16227] By: rgs                                   on 2002/04/27  19:25:05
-        Log: Some more known open() modes.
+[ 22517] By: nicholas                              on 2004/03/17  17:58:44
+        Log: Subject: malloc wrappage
+             From: Jarkko Hietaniemi <jhi@iki.fi>
+             Message-Id: <37BF70DE-5C0E-11D8-B5A1-00039362CB92@iki.fi>
+             Date: Tue, 10 Feb 2004 23:15:14 +0200
+
+             plus change croak to Perl_croak_nocontext to make ithread safe
+             plus make it conditional on PERL_MALLOC_WRAP (default for blead is on)
      Branch: perl
-          ! pod/perldiag.pod
+          ! av.c handy.h perl.h pod/perldiag.pod pp.c
 ____________________________________________________________________________
-[ 16226] By: jhi                                   on 2002/04/27  19:02:23
-        Log: Upgrade to Encode 1.63.
+[ 22516] By: nicholas                              on 2004/03/17  16:10:57
+        Log: Add auto-require of modules to restore overloading (and tests)
      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
+          + ext/Storable/t/HAS_OVERLOAD.pm
+          ! MANIFEST ext/Storable/ChangeLog ext/Storable/MANIFEST
+          ! ext/Storable/Storable.xs ext/Storable/t/overload.t
 ____________________________________________________________________________
-[ 16225] By: jhi                                   on 2002/04/27  18:13:02
-        Log: Update Changes.
+[ 22515] By: nicholas                              on 2004/03/17  15:48:03
+        Log: Add regression tests for the auto-require of STORABLE_thaw
      Branch: perl
-          ! Changes patchlevel.h
+          + ext/Storable/t/HAS_HOOK.pm
+          ! MANIFEST ext/Storable/ChangeLog ext/Storable/MANIFEST
+          ! ext/Storable/t/blessed.t
 ____________________________________________________________________________
-[ 16224] By: jhi                                   on 2002/04/27  17:53:20
-        Log: Integrate perlio:
-             
-             [ 16221]
-             Correct which var is nulled, stack movement protection.
+[ 22514] By: nicholas                              on 2004/03/16  22:36:49
+        Log: Move the PERLVAR(Ireentrant_buffer, REENTR*) outside the ITHREADS
+             block. This allows the re-entrant API to be used with ithreads,
+             which in turn permits -Dusethreads -Uuseithreads -Uuse5005threads
+             (Which may seem inane, but makes perl threaded at the C level
+             without enabling ithreads)
      Branch: perl
-         !> ext/PerlIO/encoding/encoding.xs
+          ! intrpvar.h
 ____________________________________________________________________________
-[ 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>
+[ 22513] By: rgs                                   on 2004/03/16  21:55:10
+        Log: Add a lchown() call to the POSIX module. [perl #27547]
      Branch: perl
-          ! t/TEST
+          ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
 ____________________________________________________________________________
-[ 16222] By: sky                                   on 2002/04/27  17:00:29
-        Log: Ahem, look another way.
+[ 22512] By: rgs                                   on 2004/03/16  21:29:41
+        Log: Subject: [PATCH] Re: Perl and Parrot disagree about sched_yield on Solaris
+             From: Andrew Dougherty <doughera@lafayette.edu>
+             Date: Tue, 16 Mar 2004 16:38:58 -0500 (EST)
+             Message-ID: <Pine.SOL.4.58.0403161635590.27628@maxwell.phys.lafayette.edu>
      Branch: perl
-          ! ext/threads/shared/t/queue.t
+          ! hints/solaris_2.sh
 ____________________________________________________________________________
-[ 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
+[ 22511] By: rgs                                   on 2004/03/16  21:27:02
+        Log: Restore the "DEVEL" locally-applied-patches version tag in blead.
+     Branch: perl
+          ! patchlevel.h
 ____________________________________________________________________________
-[ 16220] By: jhi                                   on 2002/04/27  16:27:18
-        Log: Integrate perlio:
-             
-             [ 16216]
-             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.
+[ 22510] By: rgs                                   on 2004/03/16  18:29:39
+        Log: Update Changes. (again)
      Branch: perl
-         !> pp_sys.c
+          ! Changes
 ____________________________________________________________________________
-[ 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)
+[ 22509] By: rgs                                   on 2004/03/16  18:19:52
+        Log: Update copyright notices
      Branch: perl
-          ! Makefile.SH
+          ! cop.h cv.h doio.c doop.c dump.c embed.h embed.pl embedvar.h
+          ! form.h global.sym gv.c handy.h hv.c mg.c op.c op.h opcode.h
+          ! opcode.pl opnames.h pad.c patchlevel.h perl.c perl.h perlapi.h
+          ! perlio.c pp.c pp_ctl.c pp_hot.c pp_pack.c pp_sort.c pp_sys.c
+          ! proto.h regexec.c scope.c scope.h sv.c sv.h thread.h
+          ! universal.c utf8.c util.c
 ____________________________________________________________________________
-[ 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
+[ 22508] By: rgs                                   on 2004/03/16  16:31:03
+        Log: Regenerate META.yml
+     Branch: perl
+          ! META.yml
 ____________________________________________________________________________
-[ 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.
+[ 22507] By: rgs                                   on 2004/03/16  15:36:32
+        Log: Update Changes.
      Branch: perl
-          ! hints/netbsd.sh
+          ! Changes
 ____________________________________________________________________________
-[ 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
+[ 22506] By: rgs                                   on 2004/03/16  15:32:42
+        Log: This is 5.9.1.
+     Branch: perl
+          ! patchlevel.h
 ____________________________________________________________________________
-[ 16215] By: jhi                                   on 2002/04/27  15:52:24
-        Log: Integrate perlio:
-             
-             [ 16211]
-             Re-instate $PerlIO::encoding::check at boot.
-             (Retaining Dan's XS side require though I don't see need.)
-             
-             [ 16207]
-             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.
-             
-             [ 16027]
-             Fix perlio for Encode/t/perlio.t's SKIPPED TODO tests,
-             and change test not to skip them.
-             
-             [ 16023]
-             Some tweaks for encodings which need lines.
-             Also disabled trial of using fallbacks.
-             
-             [ 16022]
-             Various tweaks to Encode
+[ 22505] By: rgs                                   on 2004/03/16  15:28:55
+        Log: We'll ship 5.9.1 today.
      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
+          ! pod/perlhist.pod
 ____________________________________________________________________________
-[ 16214] By: jhi                                   on 2002/04/27  15:48:34
-        Log: Upgrade to Encode 1.62.
+[ 22504] By: rgs                                   on 2004/03/16  15:25:22
+        Log: More perldelta updates.
      Branch: perl
-          ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
+          ! pod/perl591delta.pod
 ____________________________________________________________________________
-[ 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>
+[ 22503] By: rgs                                   on 2004/03/16  13:23:34
+        Log: Since the signature.t test of CPAN relies on a non-core module,
+             it's not relevant to the perl core distribution.
      Branch: perl
-          ! INSTALL pod/perldelta.pod
+          - lib/CPAN/t/signature.t
+          ! MANIFEST
 ____________________________________________________________________________
-[ 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.
+[ 22502] By: rgs                                   on 2004/03/15  21:54:56
+        Log: Fix the order of arguments in the usage message of
+             POSIX::chown(). It's different from the POSIX order but
+             it's the same than CORE::chown(). Damn.
      Branch: perl
-          ! ext/threads/shared/t/queue.t
+          ! ext/POSIX/POSIX.pm
 ____________________________________________________________________________
-[ 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
+[ 22501] By: rgs                                   on 2004/03/15  17:09:26
+        Log: Subject: Re: Smoke [5.9.1] 22491 FAIL(M) MSWin32 WinXP/.Net SP1 (x86/1 cpu)
+             From: Steve Hay <steve.hay@uk.radan.com>
+             Date: Mon, 15 Mar 2004 10:28:02 +0000
+             Message-ID: <40558532.30002@uk.radan.com>
+
+             Plus, restore patch #22489
+     Branch: perl
+          ! win32/Makefile win32/makefile.mk
 ____________________________________________________________________________
-[ 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.
+[ 22500] By: davem                                 on 2004/03/14  20:13:47
+        Log: scope exit could expose freed local() value
      Branch: perl
-          ! ext/threads/shared/shared.xs
+          ! scope.c t/op/localref.t
 ____________________________________________________________________________
-[ 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
+[ 22499] By: davem                                 on 2004/03/14  17:01:34
+        Log: strict 'subs' didn't warn on bareword array index
+     Branch: perl
+          ! op.c t/lib/strict/subs
 ____________________________________________________________________________
-[ 16206] By: jhi                                   on 2002/04/27  00:52:30
-        Log: NetBSD and OpenBSD cannot do comments at #! line
-             (or long #! lines?)
+[ 22498] By: rgs                                   on 2004/03/14  12:52:17
+        Log: Four Storable patches towards Storable 2.11 :
+
+             Subject: Re: [perl #27616] Storable can't freeze restricted hashes in canonical order
+             From: Nicholas Clark <nick@ccl4.org>
+             Date: Sat, 13 Mar 2004 15:13:28 +0000
+             Message-ID: <20040313151327.GS701@plum.flirble.org>
+
+             Date: Sat, 13 Mar 2004 20:23:45 +0000
+             Message-ID: <20040313202345.GX701@plum.flirble.org>
+
+             Date: Sat, 13 Mar 2004 22:20:07 +0000
+             Message-ID: <20040313222007.GZ701@plum.flirble.org>
+
+             Date: Sat, 13 Mar 2004 23:03:46 +0000
+             Message-ID: <20040313230345.GB701@plum.flirble.org>
      Branch: perl
-          ! t/japh/abigail.t
+          ! ext/Storable/ChangeLog ext/Storable/Storable.pm
+          ! ext/Storable/Storable.xs ext/Storable/t/blessed.t
+          ! ext/Storable/t/restrict.t
 ____________________________________________________________________________
-[ 16205] By: jhi                                   on 2002/04/26  23:56:32
-        Log: Add taint rethink to the todo list.
+[ 22497] By: rgs                                   on 2004/03/13  21:27:57
+        Log: Subject: [perl #27567] [patch] a typo and a mistake in perltoot.pod
+             From: "padre@elte.hu (via RT)" <perlbug-followup@perl.org>
+             Date: 10 Mar 2004 17:05:09 -0000
+             Message-ID: <rt-3.0.8-27567-81174.13.282806825515@perl.org>
      Branch: perl
-          ! pod/perltodo.pod
+          ! pod/perltoot.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
+[ 22496] By: rgs                                   on 2004/03/13  21:16:59
+        Log: More small perldelta updates.
      Branch: perl
-         !> lib/Time/Local.pm pp_ctl.c
+          ! pod/perl591delta.pod
 ____________________________________________________________________________
-[ 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>
+[ 22495] By: rgs                                   on 2004/03/13  20:05:20
+        Log: Revert change #22489, that seems to cause build failures on Windows.
      Branch: perl
-          ! t/lib/warnings/pp_hot
+          ! win32/Makefile win32/makefile.mk
 ____________________________________________________________________________
-[ 16202] By: pudge                                 on 2002/04/26  21:11:06
-        Log: Working on MacPerl tests
-     Branch: macperl
-          ! macos/MacPerlTests.cmd
+[ 22494] By: rgs                                   on 2004/03/13  19:55:43
+        Log: Subject: Re: [PATCH] Stop splitpod truncating sprintf manpage
+             From: Steve Hay <steve.hay@uk.radan.com>
+             Date: Fri, 12 Mar 2004 08:38:41 +0000
+             Message-ID: <40517711.9030204@uk.radan.com>
+     Branch: perl
+          ! pod/splitpod
 ____________________________________________________________________________
-[ 16201] By: pudge                                 on 2002/04/26  21:10:49
-        Log: MacPerl require() portability patches
-     Branch: macperl
-          ! pp_ctl.c
+[ 22493] By: rgs                                   on 2004/03/12  23:39:16
+        Log: perl591delta nits. Regenerate the tables of contents.
+     Branch: perl
+          ! pod/perl591delta.pod pod/perlmodlib.pod pod/perltoc.pod
 ____________________________________________________________________________
-[ 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
+[ 22492] By: rgs                                   on 2004/03/12  21:35:49
+        Log: Update perl591delta. Include a small to-do list in it.
+     Branch: perl
+          ! pod/perl591delta.pod
 ____________________________________________________________________________
-[ 16199] By: pudge                                 on 2002/04/26  21:08:52
-        Log: Time::Local compatibility patches, from Graham
-     Branch: macperl
-          ! lib/Time/Local.pm
+[ 22491] By: rgs                                   on 2004/03/12  20:08:31
+        Log: Subject: [PATCH] Math::BigInt v1.70, bignum 0.15, Math::BigRat 0.12
+             From: Tels <perl_dummy@bloodgate.com>
+             Date: Fri, 12 Mar 2004 18:02:30 +0100
+             Message-Id: <200403121802.31679@bloodgate.com>
+     Branch: perl
+          + lib/Math/BigInt/t/_e_math.t
+          ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt/t/bare_mbf.t
+          ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
+          ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/with_sub.t
+          ! lib/bigint.pm lib/bignum.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>
+[ 22490] By: rgs                                   on 2004/03/12  18:31:12
+        Log: Fix a bug in the cloning of regexps
+
+             Subject: Re: [perl #27530] Regex qr// interpolation fails when chr(0) is used in a thread
+             From: hv@crypt.org
+             Date: Thu, 11 Mar 2004 16:21:50 +0000
+             Message-Id: <200403111621.i2BGLoi20225@zen.crypt.org>
+             (plus another similar fix)
      Branch: perl
-          ! ext/Time/HiRes/HiRes.pm
+          ! sv.c
 ____________________________________________________________________________
-[ 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).
+[ 22489] By: rgs                                   on 2004/03/12  18:26:34
+        Log: Subject: [PATCH] Fix minitest target in Win32 makefiles
+             From: Steve Hay <steve.hay@uk.radan.com>
+             Date: Fri, 12 Mar 2004 15:52:23 +0000
+             Message-ID: <4051DCB7.107@uk.radan.com>
      Branch: perl
-          ! hints/netbsd.sh
+          ! win32/Makefile win32/makefile.mk
 ____________________________________________________________________________
-[ 16196] By: jhi                                   on 2002/04/26  18:27:39
-        Log: EBCDIC MD5.xs checksum update from Merijn Broeren.
+[ 22488] By: rgs                                   on 2004/03/11  22:57:29
+        Log: Document the new behaviour of the substr lvalue :
+             Subject: Re: [perl #24346] pulling in stuff from outside the substr lvalue window
+             From: Dave Mitchell <davem@fdisolutions.com>
+             Date: Mon, 1 Mar 2004 23:59:21 +0000
+             Message-ID: <20040301235921.GC6469@fdisolutions.com>
      Branch: perl
-          ! ext/Digest/MD5/t/files.t
+          ! pod/perlfunc.pod
 ____________________________________________________________________________
-[ 16195] By: jhi                                   on 2002/04/26  17:56:51
-        Log: (retracted by #16229)
-             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>
+[ 22485] By: davem                                 on 2004/03/11  14:52:58
+        Log: make op/write.t work better under stdio by running the subtests
+             in the child process rather than the parent.
      Branch: perl
-          ! lib/ExtUtils/MM_Unix.pm
+          ! t/op/write.t
 ____________________________________________________________________________
-[ 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.
+[ 22484] By: merijn                                on 2004/03/11  10:08:17
+        Log: Subject: Re: [PATCH] Re: Proposal to remove support for MachTen
+             From: Dominic Dunlop <shouldbedomo@mac.com>
+             Date: Thu, 11 Mar 2004 10:34:01 +0100
+             Message-Id: <3B07B7FC-733F-11D8-AC24-000A27839BD6@mac.com>
      Branch: perl
-          ! pod/perldelta.pod
+          ! README.machten hints/machten.sh
 ____________________________________________________________________________
-[ 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>
+[ 22483] By: nicholas                              on 2004/03/10  20:38:49
+        Log: croaking for readonly SVs in Perl_sv_utf8_upgrade_flags was a mistake
+             back this out until we have a tangible policy
      Branch: perl
-          ! t/japh/abigail.t
+          ! sv.c
 ____________________________________________________________________________
-[ 16190] By: jhi                                   on 2002/04/26  14:33:03
-        Log: NetWare update from C Aditya.
+[ 22482] By: rgs                                   on 2004/03/10  16:16:00
+        Log: Upgrade to Cwd 2.17.
      Branch: perl
-          ! NetWare/Makefile lib/ExtUtils/MM_NW5.pm
-          ! lib/ExtUtils/MM_Unix.pm
+          ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/Cwd.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]>
+[ 22481] By: rgs                                   on 2004/03/10  10:55:12
+        Log: Subject: Re: [PATCH] More "distclean" tidy ups on Win32
+             From: Steve Hay <steve.hay@uk.radan.com>
+             Date: Wed, 10 Mar 2004 10:58:15 +0000
+             Message-ID: <404EF4C7.9090107@uk.radan.com>
      Branch: perl
-          ! vms/test.com
+          ! win32/Makefile win32/makefile.mk
 ____________________________________________________________________________
-[ 16188] By: jhi                                   on 2002/04/26  13:34:35
-        Log: Update Changes.
+[ 22480] By: rgs                                   on 2004/03/10  09:25:36
+        Log: Change 22476 left out a similar fix for ExtUtils::MM_Win32
+             (noticed by Steve Hay.)
+             Also, update MANIFEST.SKIP to be in line with the renaming
+             "blibdirs" to "blibdirs.exists".
      Branch: perl
-          ! Changes patchlevel.h
+          ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/MM_Win32.pm
 ____________________________________________________________________________
-[ 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>
+[ 22479] By: rgs                                   on 2004/03/10  09:07:03
+        Log: A patch by Richard Foley to reduce the amount of
+             forkage between the 5.8 and 5.9 debuggers.
      Branch: perl
-          ! ext/Encode/Encode.pm
+          ! lib/perl5db.pl
 ____________________________________________________________________________
-[ 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.
+[ 22478] By: chip                                  on 2004/03/09  23:51:41
+        Log: In line-buffered mode, flush on the *last* newline,
+             not on every newline.
      Branch: perl
-          ! ext/POSIX/POSIX.xs
+          ! perlio.c
 ____________________________________________________________________________
-[ 16185] By: jhi                                   on 2002/04/26  12:23:02
-        Log: The #16182 radiates U32ness.
+[ 22477] By: rgs                                   on 2004/03/09  22:27:22
+        Log: Subject: [PATCH] More "distclean" tidy ups on Win32
+             From: Steve Hay <steve.hay@uk.radan.com>
+             Date: Fri, 05 Mar 2004 09:56:36 +0000
+             Message-ID: <40484ED4.1050001@uk.radan.com>
+             (only the win32 makefiles part)
      Branch: perl
-          ! embed.fnc embed.h proto.h regcomp.c toke.c
+          ! win32/Makefile win32/makefile.mk
 ____________________________________________________________________________
-[ 16184] By: jhi                                   on 2002/04/26  12:00:04
-        Log: Subject: t/TEST ported to VMS
+[ 22476] By: rgs                                   on 2004/03/09  21:45:49
+        Log: Subject: [PATCH] bleadperl/MM/VMS (was Re: perl@22413)
              From: "Craig A. Berry" <craigberry@mac.com>
-             Date: Fri, 26 Apr 2002 00:13:31 -0500
-             Message-Id: <a05111705b8ee84f53e79@[172.16.52.1]>
+             Date: Mon, 08 Mar 2004 08:18:43 -0600
+             Message-ID: <404C80C3.6090009@mac.com>
+
+             Avoid to build everything twice on VMS.
+             This is done by renaming the blibdirs target to blibdirs.exists.
+             No, I don't understand why.
      Branch: perl
-          ! t/TEST
+          ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_NW5.pm
+          ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
+          ! lib/ExtUtils/t/INST_PREFIX.t
 ____________________________________________________________________________
-[ 16183] By: jhi                                   on 2002/04/26  11:57:58
-        Log: Stop being coy.
+[ 22474] By: rgs                                   on 2004/03/09  20:29:02
+        Log: Improve the "Prototype mismatch" error message when
+             the redefined subroutine didn't have any prototype.
      Branch: perl
-          ! pod/perldelta.pod
+          ! op.c t/comp/redef.t
 ____________________________________________________________________________
-[ 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>
+[ 22473] By: mhx                                   on 2004/03/09  19:09:20
+        Log: Revert change #22472, but keep the new tests.
      Branch: perl
-          ! op.h
+          ! pp_ctl.c t/op/range.t
 ____________________________________________________________________________
-[ 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!)
+[ 22472] By: mhx                                   on 2004/03/09  18:41:15
+        Log: Subject: Re: undef and the range operator
+             From: Marcus Holland-Moritz <mhx-perl@gmx.net>
+             Date: Mon, 8 Mar 2004 21:49:55 +0100
+             Message-Id: <20040308214955.3d8be3a6@r2d2>
      Branch: perl
-          ! README.win32 sv.c
+          ! pp_ctl.c t/op/range.t
 ____________________________________________________________________________
-[ 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
+[ 22471] By: nicholas                              on 2004/03/09  16:11:37
+        Log: Make a temporary copy of the input buffer in pp_send, so that send
+             and syswrite don't gratuitously upgrade their input to UTF8
      Branch: perl
-          ! op.c
+          ! pp_sys.c t/op/sysio.t
 ____________________________________________________________________________
-[ 16179] By: jhi                                   on 2002/04/26  03:21:50
-        Log: Add an idea/question from Damian. 
+[ 22470] By: rgs                                   on 2004/03/09  15:27:38
+        Log: Upgrade to Cwd 2.16
      Branch: perl
-          ! pod/perltodo.pod
+          ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/Cwd.pm
 ____________________________________________________________________________
-[ 16178] By: gsar                                  on 2002/04/26  02:46:52
-        Log: build missing utilities on windows; clean stray files
+[ 22469] By: rgs                                   on 2004/03/09  14:56:10
+        Log: Upgrade to CGI.pm 3.04.
      Branch: perl
-          ! win32/Makefile win32/makefile.mk
+          ! lib/CGI.pm lib/CGI/Cookie.pm
 ____________________________________________________________________________
-[ 16177] By: jhi                                   on 2002/04/26  02:33:19
-        Log: Upgrade to Encode 1.61, from Dan Kogai.
+[ 22468] By: rgs                                   on 2004/03/08  15:35:59
+        Log: perl591delta.pod update.
      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
+          ! pod/perl591delta.pod
 ____________________________________________________________________________
-[ 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>
+[ 22467] By: rgs                                   on 2004/03/08  10:43:23
+        Log: Another makefile portability fix for Win32 by Steve Hay.
      Branch: perl
-          ! pod/perluniintro.pod
+          ! win32/Makefile win32/makefile.mk
 ____________________________________________________________________________
-[ 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)
+[ 22466] By: rgs                                   on 2004/03/08  08:06:33
+        Log: Subject: [PATCH] win32_fstat has a potential buffer overrun problem
+             From: Jan Dubois <jand@ActiveState.com>
+             Date: Sun, 07 Mar 2004 17:04:35 -0800
+             Message-ID: <8lgn409p4k2kpde8d428d7a4r7fsgjc8b4@4ax.com>
      Branch: perl
-          ! ext/Digest/MD5/t/files.t
+          ! win32/win32.c
 ____________________________________________________________________________
-[ 16174] By: gsar                                  on 2002/04/26  00:45:36
-        Log: MANIFEST is needlessly held open for entire duration of "make test"
+[ 22465] By: nicholas                              on 2004/03/07  23:31:49
+        Log: Fix Dave's original shared hash key corruption bug
      Branch: perl
-          ! t/TEST t/harness
+          ! sv.c
 ____________________________________________________________________________
-[ 16173] By: gsar                                  on 2002/04/26  00:41:39
-        Log: various signed/unsigned mismatch nits
+[ 22463] By: nicholas                              on 2004/03/07  21:34:01
+        Log: Add a readonly check to Perl_sv_utf8_upgrade_flags, a regresion test
+             in utf8.t, and fix 3 bugs it exposed in utfhash.t
      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
+          ! lib/utf8.t sv.c t/op/utfhash.t
 ____________________________________________________________________________
-[ 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>       
+[ 22462] By: rgs                                   on 2004/03/07  20:34:05
+        Log: Subject: undef and the range operator
+             From: Marcus Holland-Moritz <mhx-perl@gmx.net>
+             Date: Sun, 7 Mar 2004 21:11:20 +0100
+             Message-Id: <20040307211120.10e46933@r2d2>
      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
+          ! pp_ctl.c t/op/range.t
 ____________________________________________________________________________
-[ 16171] By: jhi                                   on 2002/04/25  22:16:49
-        Log: Extra guidance for JAPH debuggers.
+[ 22459] By: rgs                                   on 2004/03/07  18:41:36
+        Log: Subject: Re: [PATCH Cwd 2.15] test tweak for VMS
+             From: "Ken Williams" <ken@mathforum.org>
+             Date: Sun, 7 Mar 2004 09:37:19 -0600
+             Message-Id: <51C75B2A-704D-11D8-BBD2-003065F6D85A@mathforum.org>
      Branch: perl
-          ! t/japh/abigail.t
+          ! ext/Cwd/t/cwd.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>
+[ 22456] By: rgs                                   on 2004/03/07  14:08:43
+        Log: Subject: [PATCH t/op/closure.t] line-end tweak for VMS
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Sat, 06 Mar 2004 22:50:25 -0600
+             Message-ID: <404AAA11.8050001@mac.com>
      Branch: perl
-          ! vos/vos.c
+          ! t/op/closure.t
 ____________________________________________________________________________
-[ 16169] By: ams                                   on 2002/04/25  20:33:35
-        Log: Subject: [PATCH] don't build B/C twice on VMS
+[ 22452] By: rgs                                   on 2004/03/06  21:24:45
+        Log: Subject: [PATCH Cwd 2.15] test tweak for VMS
              From: "Craig A. Berry" <craigberry@mac.com>
-             Date: Thu, 25 Apr 2002 16:00:57 -0500
-             Message-Id: <a05111702b8ee1bab9144@[172.16.52.1]>
+             Date: Sat, 06 Mar 2004 13:51:55 -0600
+             Message-ID: <404A2BDB.8030401@mac.com>
      Branch: perl
-          ! configure.com
+          ! ext/Cwd/t/cwd.t
 ____________________________________________________________________________
-[ 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>
+[ 22451] By: rgs                                   on 2004/03/06  21:09:10
+        Log: Allow syslog() to use numeric constants in addition to strings for
+             facility names and priorities.
+
+             Subject: Patch for Sys::Syslog
+             From: Jim Schneider <jschneid@netilla.com>
+             Date: Fri, 5 Mar 2004 14:03:10 -0500
+             Message-Id: <200403051403.10674.jschneid@netilla.com>
      Branch: perl
-          ! ext/POSIX/POSIX.xs
+          ! ext/Sys/Syslog/Syslog.pm
 ____________________________________________________________________________
-[ 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>
+[ 22446] By: nicholas                              on 2004/03/06  16:13:48
+        Log: Make threads tests pass make minitest (by skipping)
      Branch: perl
-          ! t/harness
+          ! t/op/getpid.t t/op/threads.t
 ____________________________________________________________________________
-[ 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.
+[ 22445] By: davem                                 on 2004/03/06  15:25:32
+        Log: fix coredump in /(?{sub{}})/
      Branch: perl
-          ! util.c
+          ! pad.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
+[ 22444] By: rgs                                   on 2004/03/05  21:19:06
+        Log: A small perluniintro clarification by Jarkko.
      Branch: perl
-          ! ext/Cwd/t/cwd.t
+          ! pod/perluniintro.pod
 ____________________________________________________________________________
-[ 16164] By: jhi                                   on 2002/04/25  17:45:03
-        Log: Brace yourself from Craig Berry to keep older compilers happy.
+[ 22443] By: rgs                                   on 2004/03/05  14:13:50
+        Log: Subject: [PATCH] Re: Strange segfault
+             From: mhx-perl@gmx.net (Marcus Holland-Moritz)
+             Date: Fri, 5 Mar 2004 15:13:53 +0100
+             Message-ID: <20040305151353.5f3e913c@r2d2>
      Branch: perl
-          ! vms/vms.c
+          ! pp_ctl.c t/op/range.t
 ____________________________________________________________________________
-[ 16163] By: jhi                                   on 2002/04/25  17:43:50
-        Log: More %{} overload tests.
+[ 22442] By: rgs                                   on 2004/03/05  09:31:22
+        Log: Subject: [PATCH] Fix PERLEXE_ICO/PERLEXE_RES targets in makefile.mk on Win32
+             From: steve.hay@uk.radan.com (Steve Hay)
+             Date: Fri, 05 Mar 2004 09:42:32 +0000
+             Message-ID: <40484B88.7070608@uk.radan.com>
      Branch: perl
-          ! lib/overload.t
+          ! win32/makefile.mk
 ____________________________________________________________________________
-[ 16162] By: gsar                                  on 2002/04/25  17:41:48
-        Log: some extension builds need to find pl2bat.bat on windows
+[ 22441] By: rgs                                   on 2004/03/05  08:53:08
+        Log: Change 22436 broke the Windows build.
+             Fix by Steve Hay.
      Branch: perl
-          ! win32/buildext.pl
+          ! ext/POSIX/POSIX.xs
 ____________________________________________________________________________
-[ 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]>
+[ 22440] By: davem                                 on 2004/03/05  00:09:23
+        Log: silence some compiler warnings
      Branch: perl
-          ! lib/ExtUtils/MM_VMS.pm
+          ! pp_ctl.c sv.c
 ____________________________________________________________________________
-[ 16160] By: gsar                                  on 2002/04/25  17:04:10
-        Log: windows build fails if there is no perlglob.exe in the PATH
+[ 22439] By: davem                                 on 2004/03/04  23:56:42
+        Log: ensure utf8::encode() normalises its arg
      Branch: perl
-          ! win32/buildext.pl
+          ! sv.c
 ____________________________________________________________________________
-[ 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.
+[ 22438] By: davem                                 on 2004/03/04  23:32:38
+        Log: Memory leak in continue loop
+             make sure redo always frees temps
      Branch: perl
-          ! pod/perldelta.pod
+          ! pp_ctl.c t/op/loopctl.t
 ____________________________________________________________________________
-[ 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>
+[ 22437] By: davem                                 on 2004/03/04  22:03:17
+        Log: Add perldiag entry for change #22435 (deprecate my $x if 0)
      Branch: perl
-          ! pp_ctl.c
+          ! pod/perldiag.pod
 ____________________________________________________________________________
-[ 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>
+[ 22436] By: rgs                                   on 2004/03/04  21:52:18
+        Log: Subject: [PATCH] Re: [perl #25270] 5.8.3 - POSIX::ctermid() on Solaris
+             From: Andrew Dougherty <doughera@lafayette.edu>
+             Date: Thu, 4 Mar 2004 14:41:07 -0500 (EST)
+             Message-ID: <Pine.SOL.4.58.0403041438350.5863@maxwell.phys.lafayette.edu>
      Branch: perl
-          ! pp_ctl.c
+          ! ext/POSIX/POSIX.xs
 ____________________________________________________________________________
-[ 16156] By: jhi                                   on 2002/04/25  14:29:16
-        Log: -Wformat cleanups from Robin Barker.
+[ 22435] By: davem                                 on 2004/03/04  21:39:47
+        Log: add deprecation warning for my $x if 0
      Branch: perl
-          ! dump.c embed.fnc proto.h sv.c
+          ! op.c t/lib/warnings/op
 ____________________________________________________________________________
-[ 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>
+[ 22434] By: davem                                 on 2004/03/04  21:38:57
+        Log: remove an 'if $a if 0' from AutoSplit.t
      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
+          ! lib/AutoSplit.t
 ____________________________________________________________________________
-[ 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>
+[ 22433] By: davem                                 on 2004/03/04  20:33:44
+        Log: retract 22328 and 22332: deprecation warning for my $x if foo
      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
+          ! embed.h op.c opcode.h opcode.pl pod/perldiag.pod pp.sym
+          ! pp_proto.h t/lib/warnings/op
 ____________________________________________________________________________
-[ 16153] By: jhi                                   on 2002/04/25  14:12:35
-        Log: Elaborate a bit on Storable.
+[ 22432] By: rgs                                   on 2004/03/04  12:18:11
+        Log: Maintainers.pl update by MJD.
      Branch: perl
-          ! pod/perldelta.pod
+          ! Porting/Maintainers.pl
 ____________________________________________________________________________
-[ 16152] By: jhi                                   on 2002/04/25  12:59:50
-        Log: Cleaner Encode tests under -Mutf8.
+[ 22431] By: rgs                                   on 2004/03/04  10:35:59
+        Log: Fix [perl #27357] Scalar Win32::GetOSVersion() broken in 5.8.3
+             (by Steve Hay)
      Branch: perl
-          ! ext/Encode/t/at-cn.t ext/Encode/t/at-tw.t ext/Encode/t/jperl.t
+          + t/win32/getosversion.t
+          ! MANIFEST win32/win32.c
 ____________________________________________________________________________
-[ 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>
+[ 22430] By: rgs                                   on 2004/03/04  08:03:54
+        Log: Clarify the difference between utf8::downgrade/upgrade
+             and utf8::encode/decode (patch by Jarkko).
      Branch: perl
-          ! installperl
+          ! lib/utf8.pm pod/perluniintro.pod
 ____________________________________________________________________________
-[ 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>
+[ 22429] By: rgs                                   on 2004/03/03  23:01:56
+        Log: A couple of notes in perl591delta
+             (about Benchmark and the debugger.)
      Branch: perl
-          ! ext/PerlIO/encoding/encoding.xs
+          ! pod/perl591delta.pod
 ____________________________________________________________________________
-[ 16149] By: jhi                                   on 2002/04/24  22:57:53
-        Log: Stray =back.
+[ 22428] By: rgs                                   on 2004/03/03  22:15:42
+        Log: Subject: [PATCH] simplify sv.h
+             From: Arthur Bergman <sky@nanisky.com>
+             Date: Sun, 29 Feb 2004 22:04:53 +0000
+             Message-Id: <4D3C272C-6B03-11D8-B799-000A95A2734C@nanisky.com>
      Branch: perl
-          ! README.win32
+          ! sv.h
 ____________________________________________________________________________
-[ 16148] By: rgs                                   on 2002/04/24  21:12:40
-        Log: Add an untested warning variant.
+[ 22427] By: rgs                                   on 2004/03/03  21:55:03
+        Log: Speed up the unicode case mappings (for /i, lc, uc, etc).
+             Subject: [PATCH] [perl #24826]
+             From: Jarkko Hietaniemi <jhi@iki.fi>
+             Date: Wed, 3 Mar 2004 09:37:21 +0200
+             Message-Id: <9B5CBF96-6CE5-11D8-83B0-00039362CB92@iki.fi>
      Branch: perl
-          ! t/lib/warnings/op
+          ! lib/unicore/To/Fold.pl lib/unicore/To/Lower.pl
+          ! lib/unicore/To/Title.pl lib/unicore/To/Upper.pl
+          ! lib/unicore/mktables t/uni/case.pl utf8.c
 ____________________________________________________________________________
-[ 16147] By: jhi                                   on 2002/04/24  20:37:15
-        Log: Update Changes.
+[ 22426] By: rgs                                   on 2004/03/03  21:04:48
+        Log: Subject: [PATCH] debugger (5.8.x and 5.9.x)
+             From: Richard.Foley@t-online.de (Richard Foley)
+             Date: Wed, 3 Mar 2004 16:10:25 +0100
+             Message-Id: <200403031610.25080.richard.foley@rfi.net>
      Branch: perl
-          ! Changes patchlevel.h
+          ! lib/perl5db.pl
 ____________________________________________________________________________
-[ 16146] By: jhi                                   on 2002/04/24  20:21:43
-        Log: Wrong plan.
+[ 22425] By: davem                                 on 2004/03/03  00:02:51
+        Log: stop t/op/write.t failures under stdio by always closing files
+             before reading them back; also replace `cat file` with a function
+             to read in the file
      Branch: perl
-          ! ext/Encode/t/mime-header.t
+          ! t/op/write.t
 ____________________________________________________________________________
-[ 16145] By: jhi                                   on 2002/04/24  20:20:53
-        Log: Upgrade to Encode 1.60, from Dan Kogai.
+[ 22424] By: nicholas                              on 2004/03/02  22:22:49
+        Log: Change the skip logic on the unicode tests so that they don't rely on
+             miniperl's "dynamic loading unavailable" message
      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
+          ! t/uni/chomp.t t/uni/tr_7jis.t t/uni/tr_eucjp.t t/uni/tr_sjis.t
+          ! t/uni/tr_utf8.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
+[ 22423] By: nicholas                              on 2004/03/02  22:02:36
+        Log: Work on eliminating systematic failures on make minitest:
+             make minitest passes a -minitest flag to t/TEST
+             t/TEST sees this and sets $ENV{PERL_CORE_MINITEST}
+             Tests can choose to skip based on this.
+             (Other tactic is to make loading of Errno by %! happen at run time.)
      Branch: perl
-          ! ext/Encode/t/CJKT.t
+          ! Makefile.SH t/TEST t/io/binmode.t t/io/crlf.t t/io/layers.t
+          ! t/io/open.t t/io/print.t t/io/read.t t/op/magic.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).
+[ 22422] By: davem                                 on 2004/03/02  21:33:22
+        Log: Remove machine-dependent rounding dependency from write overflow
+             tests
      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
+          ! t/op/write.t
 ____________________________________________________________________________
-[ 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
+[ 22421] By: rgs                                   on 2004/03/02  21:25:12
+        Log: Subject: [PATCH] nmake distclean cleans too much from lib/Digest on Win32
+             From: Steve Hay <steve.hay@uk.radan.com>
+             Date: Fri, 27 Feb 2004 17:42:26 +0000
+             Message-ID: <403F8182.5090607@uk.radan.com>
+     Branch: perl
+          ! win32/Makefile win32/makefile.mk
 ____________________________________________________________________________
-[ 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.
+[ 22419] By: davem                                 on 2004/03/01  22:17:52
+        Log:
+             add tests for change 22414 (lvalue substr jollity)
+             courtesy of Graham Barr.
      Branch: perl
-          ! vms/vms.c
+          ! t/op/substr.t
 ____________________________________________________________________________
-[ 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.
+[ 22418] By: davem                                 on 2004/03/01  22:00:11
+        Log: integrate Time::HiRes 1.56 from CPAN
+             (which is itself mostly derived from the bleedperl version)
      Branch: perl
-          ! pod/perluniintro.pod
+          ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
+          ! ext/Time/HiRes/Makefile.PL
 ____________________________________________________________________________
-[ 16126] By: jhi                                   on 2002/04/24  12:54:17
-        Log: Forgotten from #16125.
+[ 22417] By: mhx                                   on 2004/02/29  21:46:19
+        Log: Make panics a bit more verbose to ease debugging.
      Branch: perl
-          ! t/lib/MakeMaker/Test/Utils.pm
+          ! thread.h
 ____________________________________________________________________________
-[ 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
+[ 22415] By: davem                                 on 2004/02/29  18:06:45
+        Log: make test breaks permissions on /dev/tty
+             perl -i could fchmod(stdin) by mistake
+     Branch: perl
+          ! doio.c
 ____________________________________________________________________________
-[ 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>
+[ 22414] By: davem                                 on 2004/02/29  16:21:34
+        Log: Subject: Re: [perl #24346] pulling in stuff from outside the substr lvalue
+             From: Graham Barr <gbarr@pobox.com>
+             Date: Wed, 29 Oct 2003 09:56:53 +0000
+             Message-Id: <3993BF6C-09F6-11D8-B6DD-0003938857CC@pobox.com>
+
+             make a variable aliased to an lvalue substr value work as expected
      Branch: perl
-          ! pp_hot.c t/op/subst.t
+          ! mg.c
 ____________________________________________________________________________
-[ 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)
+[ 22411] By: nicholas                              on 2004/02/29  13:08:28
+        Log: Bump Socket's version to a real floating point value
+     Branch: perl
+          ! ext/Socket/Socket.pm
 ____________________________________________________________________________
-[ 16122] By: jhi                                   on 2002/04/23  23:52:11
-        Log: Try to be clearer about perlio.
+[ 22410] By: ams                                   on 2004/02/29  04:29:24
+        Log: Back out _01 version suffix.
      Branch: perl
-          ! INSTALL
+          ! ext/Storable/Storable.pm
 ____________________________________________________________________________
-[ 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>
+[ 22409] By: davem                                 on 2004/02/28  23:29:10
+        Log: Bump version numbers of moules affected by change #22258
+             (removing /tmp and other insecurities)
      Branch: perl
-          ! INSTALL patchlevel.h
+          ! ext/DB_File/DB_File.pm ext/Devel/PPPort/PPPort.pm
+          ! ext/Socket/Socket.pm ext/Storable/Storable.pm
+          ! ext/Time/HiRes/HiRes.pm lib/CGI/Cookie.pm
+          ! lib/ExtUtils/MakeMaker.pm lib/Memoize.pm lib/Shell.pm
+          ! lib/perl5db.pl
 ____________________________________________________________________________
-[ 16120] By: jhi                                   on 2002/04/23  23:41:52
-        Log: Go on record about the binary backward incompatibility.
+[ 22408] By: davem                                 on 2004/02/28  22:37:08
+        Log: make the bison-based parser threadsafe and capable of deep
+             recursion by eradicating Perl_yylex_r()
      Branch: perl
-          ! pod/perldelta.pod
+          ! embed.fnc embed.h embedvar.h intrpvar.h mg.c perl.h perlapi.h
+          ! perly.c proto.h toke.c
 ____________________________________________________________________________
-[ 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>
+[ 22407] By: nicholas                              on 2004/02/28  16:10:20
+        Log: Use File::Temp for tempfiles if it is available.
+             (Based on a patch from Solar Designer <solar@openwall.com> in
+             Message-ID: <20040125222218.GA13499@openwall.com>, the bulk of which
+             was applied as change 22258)
      Branch: perl
-          ! t/win32/system.t
+          ! utils/perlbug.PL
 ____________________________________________________________________________
-[ 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>
+[ 22406] By: mhx                                   on 2004/02/28  15:04:41
+        Log: Fix segfaults when running under -Dx.
      Branch: perl
-          ! lib/locale.t
+          ! dump.c
 ____________________________________________________________________________
-[ 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>
+[ 22403] By: nicholas                              on 2004/02/27  17:56:30
+        Log: Assimilate Cwd 2.15 from CPAN
      Branch: perl
-          ! Makefile.SH cflags.SH
+          ! ext/Cwd/Changes lib/Cwd.pm
 ____________________________________________________________________________
-[ 16116] By: jhi                                   on 2002/04/23  23:05:14
-        Log: metaconfig unit change for #16115.
-     Branch: metaconfig
-          ! U/compline/byteorder.U
+[ 22401] By: nicholas                              on 2004/02/27  16:27:19
+        Log: Create a new local $_ without triggering tie by using local *_ = \my $a
+             (an idea from Ton Hospel, Message-Id: <c1igq3$n84$1@post.home.lunix>)
      Branch: perl
-          ! config_h.SH
+          ! lib/File/Find.pm lib/File/Find/t/find.t
 ____________________________________________________________________________
-[ 16115] By: jhi                                   on 2002/04/23  23:04:24
-        Log: Regen Configure to mirror #16111 (with one added tweak).
+[ 22400] By: merijn                                on 2004/02/27  15:25:27
+        Log: When threads are active we need -lpthread, but previous `fix' of
+             now linked libraries invalidated the regex for sed (AIX 5 has no
+             seperate libc.a and libc_r.a the latter links to the first)
      Branch: perl
-          ! Configure
+          ! hints/aix.sh
 ____________________________________________________________________________
-[ 16114] By: jhi                                   on 2002/04/23  22:54:46
-        Log: Retract #16109.
+[ 22397] By: nicholas                              on 2004/02/27  13:13:43
+        Log: Correct thinko in comment.
      Branch: perl
-          ! lib/ExtUtils/MM_Unix.pm
+          ! op.c
 ____________________________________________________________________________
-[ 16113] By: jhi                                   on 2002/04/23  22:38:04
-        Log: FAQ sync.
+[ 22393] By: nicholas                              on 2004/02/27  10:41:39
+        Log: In hsplit, if a normal hash has placeholders then clear them before
+             splitting. We can do this safely because Storable ensures hsplit is
+             not called while it builds restricted hashes (actually any hashes)
+             This change may not make things faster, but now we have the choice.
      Branch: perl
-          ! pod/perlfaq3.pod pod/perlfaq8.pod
+          ! ext/Storable/t/restrict.t hv.c
 ____________________________________________________________________________
-[ 16112] By: jhi                                   on 2002/04/23  22:34:08
-        Log: use encoding no more defaults to Latin 1.
+[ 22391] By: nicholas                              on 2004/02/27  10:27:38
+        Log: My re-implementation of hv_clear_placeholders was buggy - not sure why
+             the tests still passed. Fixed.
      Branch: perl
-          ! pod/perluniintro.pod
+          ! hv.c
 ____________________________________________________________________________
-[ 16111] By: gsar                                  on 2002/04/23  22:27:07
-        Log: Configure test for byteorder loses bits
+[ 22383] By: nicholas                              on 2004/02/26  14:59:40
+        Log: Moving all the e-mail addresses over by 1 column makes them start on
+             an 8 column tabstop, which makes editing this file easier.
+             So then I replaced spaces with tabs and made it smaller too.
      Branch: perl
-          ! Configure
+          ! AUTHORS
 ____________________________________________________________________________
-[ 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
+[ 22382] By: nicholas                              on 2004/02/26  14:49:13
+        Log: Add Mark Fowler
      Branch: perl
-          ! ext/Storable/t/malice.t
+          ! AUTHORS
 ____________________________________________________________________________
-[ 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>
+[ 22381] By: nicholas                              on 2004/02/26  13:11:07
+        Log: Integrate:
+             [ 22339]
+             Mention 5.005_04 RC2
+
+             [ 22360]
+             Update for 5.005_04 release
      Branch: perl
-          ! lib/ExtUtils/MM_Unix.pm
+         !> pod/perlhist.pod
 ____________________________________________________________________________
-[ 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>
+[ 22380] By: rgs                                   on 2004/02/26  13:03:43
+        Log: Subject: [PATCH] Improved perlapi documentation for croak
+             From: Mark Fowler <mark@twoshortplanks.com>
+             Date: Wed, 25 Feb 2004 22:47:21 +0000 (GMT)
+             Message-ID: <Pine.LNX.4.55.0402252242510.32152@gan.twoshortplanks.com>
+
+             (and regenerate perlapi.pod.)
      Branch: perl
-          ! lib/File/Find.pm
+          ! pod/perlapi.pod util.c
 ____________________________________________________________________________
-[ 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>
+[ 22379] By: merijn                                on 2004/02/26  08:44:53
+        Log: From: Art Haas <ahaas@airmail.net>
+             Subject: Replacing '-rdynamic' in Configure script
+             Date: Fri, 20 Feb 2004 13:53:56 -0600
+             Message-ID: <20040220195400.31177.qmail@onion.perl.org>
      Branch: perl
-          ! README.qnx hints/qnx.sh
+          ! Configure
 ____________________________________________________________________________
-[ 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)
+[ 22377] By: davem                                 on 2004/02/25  21:07:44
+        Log: remove my work address
      Branch: perl
-          ! pod/perlhist.pod
+          ! AUTHORS
 ____________________________________________________________________________
-[ 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>
+[ 22376] By: davem                                 on 2004/02/25  17:10:56
+        Log: stop "const in void context" warning for a const in an
+             optimised-away boolean expresssion, eg 5 || print;
      Branch: perl
-          ! t/japh/abigail.t
+          ! op.c op.h t/lib/warnings/op
 ____________________________________________________________________________
-[ 16104] By: jhi                                   on 2002/04/23  13:35:03
-        Log: NetWare tweak from C Aditya.
+[ 22375] By: merijn                                on 2004/02/25  11:13:12
+        Log: Skip the Net/Ping/450_service failures on HP-UX for the time being
      Branch: perl
-          ! NetWare/Nwmain.c NetWare/nw5.c
+          ! lib/Net/Ping/t/450_service.t
 ____________________________________________________________________________
-[ 16103] By: gsar                                  on 2002/04/23  06:33:25
-        Log: fix a typo
+[ 22374] By: merijn                                on 2004/02/25  09:32:12
+        Log: AIX hints stage 3: remove AIX 3 and AIX 4 after split off
+             One open issue left: promoting to cc_r for threaded builds
+             need a review to permit users using -Dcc=xlc_r for non
+             threaded builds
      Branch: perl
-          ! regexec.c
+          ! hints/aix.sh
 ____________________________________________________________________________
-[ 16102] By: jhi                                   on 2002/04/23  04:41:43
-        Log: Uncurliff.
+[ 22373] By: davem                                 on 2004/02/24  23:25:52
+        Log: fix memory leak in @_ = ...; goto &sub
      Branch: perl
-          ! README.ko
+          ! pp_ctl.c
 ____________________________________________________________________________
-[ 16101] By: jhi                                   on 2002/04/23  04:36:27
-        Log: Pointer to UV casting.
+[ 22372] By: rgs                                   on 2004/02/24  22:44:34
+        Log: Enhance test cleanliness by a very small factor.
      Branch: perl
-          ! regexec.c
+          ! t/comp/parser.t
 ____________________________________________________________________________
-[ 16100] By: jhi                                   on 2002/04/23  02:36:09
-        Log: metaconfig unit change for #16099.
-     Branch: metaconfig
-          ! U/compline/byteorder.U
+[ 22371] By: rgs                                   on 2004/02/24  22:34:06
+        Log: Fix a segfault during optree construction. (bug #27024)
+     Branch: perl
+          ! op.c t/comp/parser.t
 ____________________________________________________________________________
-[ 16099] By: jhi                                   on 2002/04/23  02:35:52
-        Log: Use UV (not long) for BYTEORDER.
+[ 22370] By: rgs                                   on 2004/02/24  20:39:26
+        Log: Update Changes and AUTHORS.
      Branch: perl
-          ! Configure Porting/Glossary Porting/config.sh Porting/config_H
-          ! config_h.SH
+          ! AUTHORS Changes
 ____________________________________________________________________________
-[ 16098] By: jhi                                   on 2002/04/23  02:18:10
-        Log: # cpp commands must start in the first column.
+[ 22369] By: rgs                                   on 2004/02/24  19:53:51
+        Log: Subject: [PATCH] optimization for map in scalar context
+             From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
+             Date: Tue, 24 Feb 2004 12:02:57 +0100
+             Message-id: <20040224110257.GA5510@ethan>
      Branch: perl
-          ! scope.c
+          ! pp_ctl.c
 ____________________________________________________________________________
-[ 16097] By: jhi                                   on 2002/04/23  01:52:36
-        Log: Reborn as text.
+[ 22368] By: rgs                                   on 2004/02/24  19:30:12
+        Log: Subject: Bugfix for perlrequick and perlretut
+             From: Mark Kvale <kvale@phy.ucsf.edu>
+             Date: Tue, 24 Feb 2004 11:32:34 -0800
+             Message-Id: <200402241132.34656.kvale@phy.ucsf.edu>
      Branch: perl
-          + NetWare/interface.cpp
+          ! pod/perlrequick.pod pod/perlretut.pod
 ____________________________________________________________________________
-[ 16096] By: jhi                                   on 2002/04/23  01:52:00
-        Log: Dead as binary.
+[ 22367] By: rgs                                   on 2004/02/23  22:08:33
+        Log: Instead of localising *_, use a dummy foreach loop to get
+             a local value of $_
      Branch: perl
-          - NetWare/interface.cpp
+          ! lib/File/Find.pm
 ____________________________________________________________________________
-[ 16095] By: jhi                                   on 2002/04/23  01:49:37
-        Log: Undo #16091, a time-warped escapee.
+[ 22366] By: rgs                                   on 2004/02/23  21:40:02
+        Log: Subject: Re: [perl #24338] Attribute::Handlers will trash UNIVERSAL
+             From: alan <alan@pair.com>
+             Date: Tue, 17 Feb 2004 14:23:08 -0500 (EST)
+             Message-ID: <Pine.BSF.4.58.0402171418090.80983@smx.pair.com>
      Branch: perl
-          ! lib/ExtUtils/t/MM_Cygwin.t
+          ! lib/Attribute/Handlers.pm
 ____________________________________________________________________________
-[ 16094] By: jhi                                   on 2002/04/23  01:43:42
-        Log: *size tweaks from Sarathy.
+[ 22365] By: rgs                                   on 2004/02/23  21:30:42
+        Log: Update perl591delta.
      Branch: perl
-          ! ext/Storable/t/malice.t
+          ! pod/perl591delta.pod
 ____________________________________________________________________________
-[ 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>
+[ 22364] By: rgs                                   on 2004/02/23  20:56:38
+        Log: Fix bug #26910: hints were not propagated into (?{...})
+             blocks, except the utf8 pragma.
      Branch: perl
-          ! pod/perlguts.pod
+          ! pp_ctl.c t/lib/strict/refs t/lib/strict/subs t/lib/strict/vars
 ____________________________________________________________________________
-[ 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>
+[ 22363] By: rgs                                   on 2004/02/23  19:15:53
+        Log: Subject: Re: [perl #26905] "use bytes" doesn't apply byte semantics to concatenation
+             From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
+             Date: Sun, 22 Feb 2004 16:09:33 +0900
+             Message-Id: <20040222160505.98E5.BQW10602@nifty.com>
+
+             Subject: [PATCH] Encode::CN::HZ (was Re: [perl #26905] "use bytes" doesn't apply byte semantics to concatenation)
+             From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
+             Date: Sun, 22 Feb 2004 18:41:43 +0900
+             Message-Id: <20040222182357.6B39.BQW10602@nifty.com>
+
+             Plus, add a "_01" to the theoretical version number of Encode::CN::HZ.
      Branch: perl
-          + hints/t001.c
-          ! MANIFEST hints/README.hints hints/vos.sh
+          ! ext/Encode/lib/Encode/CN/HZ.pm pp_hot.c t/op/concat.t
 ____________________________________________________________________________
-[ 16091] By: jhi                                   on 2002/04/23  00:42:12
-        Log: (retracted by #16095)
+[ 22362] By: rgs                                   on 2004/02/23  18:31:31
+        Log: Subject: [PATCH] Benchmark for child processes
+             From: Chia-liang Kao <clkao@clkao.org>
+             Date: Mon, 23 Feb 2004 22:53:51 +0800
+             Message-ID: <20040223145351.GH94376@portege.clkao.org>
      Branch: perl
-          ! lib/ExtUtils/t/MM_Cygwin.t
+          ! lib/Benchmark.pm
 ____________________________________________________________________________
-[ 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>
+[ 22359] By: merijn                                on 2004/02/23  11:55:08
+        Log: Subject: Re: Perl 5.8.1 on IRIX 5.3
+             Date: Thu, 22 Jan 2004 18:35:26 +0100 (CET)
+             From: Georg Schwarz <geos@epost.de>
+             Message-Id: <E1Ajijm-0006ya-LE@mikro.physik.TU-Berlin.DE>
      Branch: perl
-          ! ext/Storable/t/malice.t
+          ! hints/irix_5.sh
 ____________________________________________________________________________
-[ 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.
+[ 22358] By: rgs                                   on 2004/02/22  21:49:47
+        Log: Subject: initial patch for cygwin IPC via cygserver
+             From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
+             Date: Thu, 19 Feb 2004 09:01:13 -0800
+             Message-ID: <20040219170113.GA2792@efn.org>
      Branch: perl
-          ! pod/perldelta.pod
+          ! ext/IPC/SysV/hints/cygwin.pl hints/cygwin.sh
 ____________________________________________________________________________
-[ 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>
+[ 22357] By: davem                                 on 2004/02/22  15:43:53
+        Log: Extend OP_AELEMFAST optimisation to lexical arrays
      Branch: perl
-          ! README.vos pod/perlport.pod
+          ! ext/B/B/Concise.pm ext/B/B/Deparse.pm op.c op.h pp_hot.c
 ____________________________________________________________________________
-[ 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>
+[ 22356] By: rgs                                   on 2004/02/21  16:51:52
+        Log: We're not binary compatible with 5.8.
+             Change PERL_API_VERSION to 5.9.1.
      Branch: perl
-          ! hints/vos.sh
+          ! patchlevel.h
 ____________________________________________________________________________
-[ 16085] By: jhi                                   on 2002/04/22  19:48:20
-        Log: Upgrade to Encode 1.57, from Dan Kogai.
+[ 22355] By: rgs                                   on 2004/02/21  16:30:02
+        Log: Document change #22353 in perldelta.
      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
+          ! pod/perl591delta.pod
 ____________________________________________________________________________
-[ 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>
+[ 22354] By: rgs                                   on 2004/02/21  16:23:54
+        Log: Increment the version number of B, due to the incompatible
+             API change introduced by #22353 (no more op_seq method.)
      Branch: perl
-          ! pod/perl5005delta.pod pod/perlhack.pod pod/perlhist.pod
+          ! ext/B/B.pm
 ____________________________________________________________________________
-[ 16083] By: jhi                                   on 2002/04/22  16:41:03
-        Log: Update Changes.
+[ 22353] By: rgs                                   on 2004/02/21  16:18:32
+        Log: Subject: Re: op_seq (was: Freeing code)
+             From: Paul Johnson <paul@pjcj.net>
+             Date: Sat, 21 Feb 2004 02:31:47 +0100
+             Message-ID: <20040221013147.GB6953@pjcj.net>
+
+             Rework the OP structure to use less space.
+             Remove op_seq (and simulate it in dump.c),
+             replace it by op_opt and op_static,
+             shrink op_type, remove PL_op_seqmax.
      Branch: perl
-          ! Changes patchlevel.h
+          ! bytecode.pl dump.c embed.h embedvar.h ext/B/B.xs
+          ! ext/B/B/Asmdata.pm ext/B/B/C.pm ext/B/B/Concise.pm
+          ! ext/B/B/Debug.pm ext/ByteLoader/byterun.c
+          ! ext/ByteLoader/byterun.h intrpvar.h op.c op.h perlapi.h
+          ! pod/perlintern.pod sv.c
 ____________________________________________________________________________
-[ 16082] By: jhi                                   on 2002/04/22  16:22:50
-        Log: In MANIFEST but not added.
+[ 22352] By: rgs                                   on 2004/02/20  17:29:32
+        Log: When you write C<my $_ ; for (...) {...}>, the lexical $_
+             is not actually introduced by the for statement.
      Branch: perl
-          + NetWare/interface.cpp
+          ! op.c
 ____________________________________________________________________________
-[ 16081] By: jhi                                   on 2002/04/22  16:15:26
-        Log: Duh.
+[ 22351] By: davem                                 on 2004/02/20  15:38:10
+        Log: remove a split test's dependence on -Dx output
+             (needed after change #22343)
      Branch: perl
-          ! lib/ExtUtils/MM_Unix.pm
+          ! t/op/split.t
 ____________________________________________________________________________
-[ 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>
+[ 22350] By: davem                                 on 2004/02/20  15:34:27
+        Log: add Deparse/Concise support for inplace sort (change 22349)
      Branch: perl
-          ! t/japh/abigail.t
+          ! ext/B/B/Concise.pm ext/B/B/Deparse.pm
 ____________________________________________________________________________
-[ 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>
+[ 22349] By: davem                                 on 2004/02/20  14:54:35
+        Log: optimise the sorting inplace of plain arrays: @a = sort @a
      Branch: perl
-          ! ext/IO/lib/IO/Socket.pm pod/perlfunc.pod
+          ! op.c op.h pp_sort.c t/op/sort.t
 ____________________________________________________________________________
-[ 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>
+[ 22348] By: davem                                 on 2004/02/20  14:18:13
+        Log: Document the SVf_PADSTALE flag
      Branch: perl
-          ! cflags.SH
+          ! pad.c
 ____________________________________________________________________________
-[ 16077] By: jhi                                   on 2002/04/22  15:18:18
-        Log: Add new files from #16076; re-sort.
+[ 22347] By: rgs                                   on 2004/02/20  10:46:51
+        Log: Delete lib/IPC/SysV.t (duplicate of ext/IPC/SysV/t/ipcsysv.t)
      Branch: perl
+          - lib/IPC/SysV.t
           ! 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>
+[ 22346] By: rgs                                   on 2004/02/20  10:23:51
+        Log: Subject: [PATCH] genmk95.pl touchup for distclean on Win98
+             From: Greg Matheson <lang@ms.chinmin.edu.tw>
+             Date: Fri, 20 Feb 2004 15:34:59 +0800
+             Message-ID: <20040220153459.A30249@ms.chinmin.edu.tw>
      Branch: perl
-          ! README.aix
+          ! win32/genmk95.pl
 ____________________________________________________________________________
-[ 16073] By: jhi                                   on 2002/04/22  12:59:17
-        Log: Signedness nit.
+[ 22345] By: rgs                                   on 2004/02/20  08:21:47
+        Log: Upgrade to Term::ANSIColor 1.08.
      Branch: perl
-          ! ext/PerlIO/encoding/encoding.xs
+          ! lib/Term/ANSIColor.pm lib/Term/ANSIColor/ChangeLog
+          ! lib/Term/ANSIColor/README lib/Term/ANSIColor/test.pl
 ____________________________________________________________________________
-[ 16072] By: jhi                                   on 2002/04/22  12:58:04
-        Log: No semicolons after blocks.
+[ 22344] By: rgs                                   on 2004/02/19  21:17:10
+        Log: Upgrade to prereleases of Math::BigInt 1.70 and
+             Math::BigRat 0.12, by Tels.
      Branch: perl
-          ! ext/Encode/Encode.xs
+          ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
+          ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/CalcEmu.pm
+          ! lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/bare_mbi.t
+          ! lib/Math/BigInt/t/bare_mif.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/bigints.t lib/Math/BigInt/t/biglog.t
+          ! lib/Math/BigInt/t/calling.t lib/Math/BigInt/t/config.t
+          ! lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/mbimbf.t
+          ! lib/Math/BigInt/t/req_mbfw.t lib/Math/BigInt/t/sub_mbf.t
+          ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/sub_mif.t
+          ! lib/Math/BigInt/t/upgrade.inc lib/Math/BigInt/t/upgrade.t
+          ! lib/Math/BigInt/t/use_mbfw.t lib/Math/BigInt/t/with_sub.t
+          ! lib/Math/BigRat.pm lib/Math/BigRat/t/bigfltpm.inc
+          ! lib/Math/BigRat/t/bigfltrt.t lib/Math/BigRat/t/bigrat.t
+          ! lib/bigint.pm t/lib/Math/BigInt/BareCalc.pm
+          ! t/lib/Math/BigInt/Scalar.pm t/lib/Math/BigRat/Test.pm
 ____________________________________________________________________________
-[ 16071] By: jhi                                   on 2002/04/22  12:48:19
-        Log: Upgrade to PerlIO::encoding 0.04, from Dan Kogai.
+[ 22343] By: davem                                 on 2004/02/19  13:43:18
+        Log: -Dx could coredump on threaded builds because consts are now
+             stored in the pad
      Branch: perl
-          ! ext/PerlIO/encoding/encoding.pm
-          ! ext/PerlIO/encoding/encoding.xs
+          ! dump.c
 ____________________________________________________________________________
-[ 16070] By: jhi                                   on 2002/04/22  12:44:09
-        Log: Upgrade to Encode 1.56, from Dan Kogai.
+[ 22342] By: rgs                                   on 2004/02/18  21:38:13
+        Log: Add a tool to report dual-lived core modules that don't
+             have the same version than the corresponding module on CPAN.
      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
+          + Porting/corecpan.pl
+          ! MANIFEST
 ____________________________________________________________________________
-[ 16069] By: jhi                                   on 2002/04/22  12:38:30
-        Log: Comment tweak from Philip.
+[ 22341] By: rgs                                   on 2004/02/18  14:04:11
+        Log: Document the removal of PERL_XS_APIVERSION and PERL_PM_APIVERSION.
      Branch: perl
-          ! opcode.pl
+          ! pod/perl591delta.pod
 ____________________________________________________________________________
-[ 16068] By: gsar                                  on 2002/04/22  09:53:36
-        Log: a Test::Harness tweak to make the test lines show up prettier
+[ 22338] By: rgs                                   on 2004/02/18  13:32:17
+        Log: Add base.pm and fields.pm to the maintainer list.
+             Remove a duplicate file from this list.
      Branch: perl
-          ! lib/Test/Harness.pm
+          ! Porting/Maintainers.pl
 ____________________________________________________________________________
-[ 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
+[ 22337] By: davem                                 on 2004/02/18  13:22:13
+        Log: fix write test: -small_number may be displayed as 00.00 or -0.00
+     Branch: perl
+          ! t/op/write.t
 ____________________________________________________________________________
-[ 16066] By: nick                                  on 2002/04/22  09:01:43
-        Log: Integrate //depot/perlio into mainline
+[ 22334] By: merijn                                on 2004/02/18  12:18:52
+        Log: Removed pm_apiversion and xs_apiversion as requested by
+             the pumpkin. Chainsaw was still in perfect working order.
      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
+          ! Configure Cross/config.sh-arm-linux NetWare/config.wc
+          ! NetWare/config_H.wc Porting/Glossary Porting/config.sh
+          ! Porting/config_H config_h.SH configure.com epoc/config.sh
+          ! plan9/config.plan9 plan9/config_h.sample
+          ! plan9/config_sh.sample uconfig.h uconfig.sh 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 wince/config.ce wince/config_H.ce
 ____________________________________________________________________________
-[ 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)
+[ 22332] By: davem                                 on 2004/02/18  11:14:43
+        Log: Add tests for the C<my $x if foo> deprecation, and change the
+             warning text
+     Branch: perl
+          ! op.c pod/perldiag.pod t/lib/warnings/op
 ____________________________________________________________________________
-[ 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
+[ 22330] By: mhx                                   on 2004/02/18  08:53:03
+        Log: 1. Add section to perlxs.pod describing that the refcount of AVs/HVs
+             returned from XSUBs through RETVAL isn't decremented as it is for
+             SVs. This causes those XSUBs to leak memory and cannot be fixed
+             without breaking existing CPAN modules that work around this bug.
+
+             2. Fix a memory leak of that kind in POSIX::localconv.
+     Branch: perl
+          ! ext/POSIX/POSIX.xs pod/perlxs.pod
 ____________________________________________________________________________
-[ 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)
+[ 22329] By: rgs                                   on 2004/02/18  08:25:58
+        Log: Encode has local changes. Up-version it.
      Branch: perl
-          ! win32/win32.c
+          ! ext/Encode/Encode.pm
 ____________________________________________________________________________
-[ 16060] By: gsar                                  on 2002/04/22  02:40:57
-        Log: all the thread tests now pass on windows (32-bit and 64-bit)
+[ 22328] By: davem                                 on 2004/02/17  23:30:50
+        Log: add deprecation warning for C<my $x if foo> and C<foo && (my $x)>
      Branch: perl
-          ! README.win32
+          ! op.c opcode.h opcode.pl pod/perldiag.pod pp.sym pp_proto.h
 ____________________________________________________________________________
-[ 16059] By: gsar                                  on 2002/04/22  02:35:45
-        Log: enable maximal optimizations on win64
+[ 22327] By: rgs                                   on 2004/02/17  23:22:45
+        Log: It's better to localize *_ than $_, to avoid magic leakage
      Branch: perl
-          ! win32/Makefile win32/makefile.mk
+          ! lib/File/Find.pm
 ____________________________________________________________________________
-[ 16058] By: jhi                                   on 2002/04/22  01:38:31
-        Log: Tweaks copied from Philip Newton's Encode patches.
+[ 22326] By: rgs                                   on 2004/02/17  23:18:25
+        Log: One of the new tests of MIME::Base64 relies on a non-core module.
      Branch: perl
-          ! AUTHORS
+          - ext/MIME/Base64/t/bad-sv.t
+          ! MANIFEST
 ____________________________________________________________________________
-[ 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.
+[ 22325] By: rgs                                   on 2004/02/17  23:10:22
+        Log: Upgrade to MIME::Base64 3.00.
+             Fix t/warn.t so it works in the core.
+             Reintegrate change #22309 in it. Bump $VERSION to 3.00_01.
      Branch: perl
-          ! ext/threads/threads.xs
+          + ext/MIME/Base64/t/bad-sv.t ext/MIME/Base64/t/warn.t
+          ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
+          ! ext/MIME/Base64/Changes ext/MIME/Base64/QuotedPrint.pm
+          ! ext/MIME/Base64/t/base64.t
 ____________________________________________________________________________
-[ 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.
+[ 22323] By: rgs                                   on 2004/02/17  22:20:25
+        Log: Be more clear. Use simple words.
      Branch: perl
-          ! ext/threads/threads.xs
+          ! pod/perl591delta.pod
 ____________________________________________________________________________
-[ 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
+[ 22322] By: davem                                 on 2004/02/17  21:52:08
+        Log: remove C<my $x if foo> construct from core modules
      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
+          ! ext/B/B/Deparse.pm ext/IO/lib/IO/Handle.pm
+          ! ext/IO/lib/IO/Pipe.pm lib/ExtUtils/Liblist/Kid.pm
+          ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Win95.pm
+          ! lib/Net/NNTP.pm lib/Net/POP3.pm lib/Net/SMTP.pm
+          ! lib/Pod/Parser.pm lib/Test/Harness.pm utils/h2xs.PL
 ____________________________________________________________________________
-[ 16054] By: jhi                                   on 2002/04/21  22:24:52
-        Log: Make writing user-defined character properties nicer.
+[ 22321] By: rgs                                   on 2004/02/17  21:22:17
+        Log: Dave Mitchell suggested this perldelta entry for the SVp_* reordering.
      Branch: perl
-          ! lib/utf8_heavy.pl pod/perlunicode.pod t/op/pat.t
+          ! pod/perl591delta.pod
 ____________________________________________________________________________
-[ 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
+[ 22320] By: rgs                                   on 2004/02/17  21:07:11
+        Log: Bump $B::VERSION (because of change #22315).
      Branch: perl
-          ! ext/Storable/t/malice.t
+          ! ext/B/B.pm
 ____________________________________________________________________________
-[ 16052] By: jhi                                   on 2002/04/21  21:24:07
-        Log: One more way to do character class subtraction.
+[ 22319] By: rgs                                   on 2004/02/17  21:03:09
+        Log: Regenerate table of contents and other related files.
      Branch: perl
-          ! pod/perlunicode.pod
+          ! MANIFEST pod/perl.pod pod/perltoc.pod
 ____________________________________________________________________________
-[ 16051] By: jhi                                   on 2002/04/21  21:04:19
-        Log: Mopup of #16048.
+[ 22318] By: rgs                                   on 2004/02/17  20:06:04
+        Log: Bump up perl's version number to 5.9.1.
+             Add perl591delta in perl.pod.
+             Update the sample config files in Porting/.
      Branch: perl
-          ! pp_sys.c
+          ! NetWare/Makefile NetWare/config_H.wc Porting/config.sh
+          ! Porting/config_H epoc/config.sh epoc/createpkg.pl patchlevel.h
+          ! plan9/config.plan9 pod/perl.pod win32/Makefile
+          ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
+          ! win32/config_H.vc64 win32/makefile.mk wince/Makefile.ce
 ____________________________________________________________________________
-[ 16050] By: gsar                                  on 2002/04/21  20:55:38
-        Log: some test failures have been fixed
+[ 22317] By: davem                                 on 2004/02/17  19:28:58
+        Log: 22316 had stupid precedence thinkos
      Branch: perl
-          ! README.win32
+          ! pp.c pp_hot.c
 ____________________________________________________________________________
-[ 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
+[ 22316] By: davem                                 on 2004/02/17  18:23:27
+        Log: Slight update to #22315 ($lval=*FOO); optimise the hot tests,
+             and fix some incorrect indentation
      Branch: perl
-          ! ext/Encode/t/JP.t
+          ! pp.c pp_hot.c sv.c
 ____________________________________________________________________________
-[ 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)
+[ 22315] By: davem                                 on 2004/02/17  18:01:52
+        Log: Subject:  Re: [PATCH] GLOB to LVALUE assignment fix
+             From:  Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
+             Date:  Tue, 17 Feb 2004 17:32:16 +0100
+             Message-Id:  <20040217163216.GA6805@ethan>
+
+             Make PVLV a superset of PVGV, so that $lvalue = *FOO works
      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
+          ! dump.c ext/B/B.pm ext/B/B.xs pp.c pp_hot.c sv.c sv.h t/op/gv.t
 ____________________________________________________________________________
-[ 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>
+[ 22314] By: merijn                                on 2004/02/17  11:22:24
+        Log: 1. Creating backward compatibility for Configure after patches
+             #22227 and #22302 to still support 5.8.x and below
+
+             2. Small change for building on GNU hurd
+             Date: Sun, 15 Feb 2004 23:27:17 +1100
+             From: "Brendan O'Dea" <bod@debian.org>
+             Message-ID: <20040215122717.GA26812@londo.c47.org>
      Branch: perl
-          + ext/Storable/t/malice.t
-          ! MANIFEST ext/Storable/Storable.pm
+          ! Configure Makefile.SH hints/gnu.sh
 ____________________________________________________________________________
-[ 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>
+[ 22313] By: mhx                                   on 2004/02/16  20:27:40
+        Log: Fix for Win32 build failure caused by the byacc to bison switch.
      Branch: perl
-          ! ext/Encode/t/perlio.t
+          ! perl.h
 ____________________________________________________________________________
-[ 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)
+[ 22312] By: rgs                                   on 2004/02/16  13:16:43
+        Log: Revert change 22308 (the patch was against maint, not blead)
      Branch: perl
-          ! pod/perltrap.pod
+          ! lib/ExtUtils/instmodsh
 ____________________________________________________________________________
-[ 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)
+[ 22310] By: merijn                                on 2004/02/16  11:30:29
+        Log: Fix typo in doc for Encode
+             From: "Brendan O'Dea" <bod@debian.org>
+             Date: Sun, 15 Feb 2004 23:27:17 +1100
+             Message-ID: <20040215122717.GA26812@londo.c47.org>
      Branch: perl
-          ! ext/threads/t/thread.t
+          ! ext/Encode/Encode.pm
 ____________________________________________________________________________
-[ 16043] By: jhi                                   on 2002/04/21  15:56:30
-        Log: As if people would be reading the documentation :-)
+[ 22309] By: merijn                                on 2004/02/16  11:27:34
+        Log: Missing semi-colon
+             From: "Brendan O'Dea" <bod@debian.org>
+             Date: Sun, 15 Feb 2004 23:27:17 +1100
+             Message-ID: <20040215122717.GA26812@londo.c47.org>
      Branch: perl
-          ! opcode.pl
+          ! ext/MIME/Base64/Base64.xs
 ____________________________________________________________________________
-[ 16042] By: jhi                                   on 2002/04/21  15:15:05
-        Log: Typo tweaks.
+[ 22308] By: merijn                                on 2004/02/16  11:24:59
+        Log: Add some basic POD to lib/ExtUtils/instmodsh so that
+             it has a manpage.
+             From: "Brendan O'Dea" <bod@debian.org>
+             Date: Sun, 15 Feb 2004 23:27:17 +1100
+             Message-ID: <20040215122717.GA26812@londo.c47.org>
      Branch: perl
-          ! pod/perlrun.pod
+          ! lib/ExtUtils/instmodsh
 ____________________________________________________________________________
-[ 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.
+[ 22307] By: rgs                                   on 2004/02/15  11:02:49
+        Log: Subject: [patch perlguts.pod] save_item doesn't handle magic
+             From: Stas Bekman <stas@stason.org>
+             Date: Fri, 13 Feb 2004 20:18:59 -0800
+             Message-ID: <402DA1B3.2010608@stason.org>
      Branch: perl
-          ! ext/threads/threads.xs
+          ! pod/perlguts.pod
 ____________________________________________________________________________
-[ 16040] By: rgs                                   on 2002/04/21  12:25:15
-        Log: Make doc clearer, as suggested by Brent Dax
+[ 22306] By: davem                                 on 2004/02/15  00:24:26
+        Log: Segmentation fault with
+             sub x { shift; @a = @b; eval +{ use } }
      Branch: perl
-          ! opcode.pl
+          ! op.c perly.act perly.h perly.tab perly.y t/comp/parser.t
 ____________________________________________________________________________
-[ 16039] By: rgs                                   on 2002/04/21  12:20:47
-        Log: Revert change #15974.
+[ 22305] By: davem                                 on 2004/02/14  23:52:09
+        Log: Enable v (verbose) switch on -Dp to display the top 8 elements
+             on the parser stack at each reduce.  Also,
+
+             Subject: Re: switch from byacc to bison
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Sat, 14 Feb 2004 13:26:45 -0600
+             Message-ID: <craigberry-8058A3.13264414022004@onion.develooper.com>
+
+             change #if DEBUGGING to #ifdef ... in perly.c
      Branch: perl
-          ! ext/B/B/Deparse.pm
+          ! perly.c pod/perlrun.pod
 ____________________________________________________________________________
-[ 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.
+[ 22304] By: davem                                 on 2004/02/14  13:33:26
+        Log: Subject:  Re: switch from byacc to bison
+             From:  Abe Timmerman <abeltje@cpan.org>
+             Date:  Sat, 14 Feb 2004 11:56:24 +0100
+             Message-Id:  <200402141156.58185.abeltje@cpan.org>
+
+             Fix typos in pumpkin.pod
      Branch: perl
-          ! hv.c
+          ! Porting/pumpkin.pod
 ____________________________________________________________________________
-[ 16035] By: jhi                                   on 2002/04/21  02:52:35
-        Log: htovs et al might be macros.
+[ 22303] By: davem                                 on 2004/02/14  12:28:37
+        Log: remove binary compatibility stuff from the yacc -> bison switch
+             of change #22302
      Branch: perl
-          ! perl.h
+          ! embedvar.h intrpvar.h
 ____________________________________________________________________________
-[ 16034] By: gsar                                  on 2002/04/21  02:11:06
-        Log: missed checkin of this file in change#16033
+[ 22302] By: davem                                 on 2004/02/14  02:06:53
+        Log: Switch from byacc to bison and simplify the perly.* regeneration
+             process
      Branch: perl
-          ! makedef.pl
+          + perly.act perly.tab regen_perly.pl
+          - perly.fixer perly_c.diff perlyline.pl vms/perly_c.vms
+          - vms/perly_h.vms vms/vms_yfix.pl
+          ! MANIFEST Makefile.SH Porting/pumpkin.pod embedvar.h intrpvar.h
+          ! op.c perl.h perlapi.h perly.c perly.h perly.y sv.c toke.c
+          ! vms/descrip_mms.template
 ____________________________________________________________________________
-[ 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>
+[ 22301] By: rgs                                   on 2004/02/13  21:11:25
+        Log: Fix an fcntl example in perlopentut, spotted by MJD.
      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.
+[ 22300] By: davem                                 on 2004/02/12  23:18:20
+        Log: The new -Dq option didn't actually work!
      Branch: perl
-          ! ext/threads/threads.xs
+          ! perl.h
 ____________________________________________________________________________
-[ 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]>
+[ 22299] By: merijn                                on 2004/02/12  14:32:15
+        Log: Subject: [comment patch] (ed: mg.c:mg_set() => mg.c:Perl_magic_set())
+             From: Stas Bekman <stas@stason.org>
+             Date: Wed, 11 Feb 2004 16:53:54 -0800
+             Message-ID: <402ACEA2.4020907@stason.org>
      Branch: perl
-          ! vms/vms.c
+          ! perl.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>
+[ 22298] By: rgs                                   on 2004/02/10  08:49:12
+        Log: Subject: Re: [PATCH] Add "Camel" logo icon to perl.exe on Windows
+             From: Greg Matheson <lang@ms.chinmin.edu.tw>
+             Date: Tue, 10 Feb 2004 12:36:33 +0800
+             Message-ID: <20040210043633.GA33671687@momotaro>
      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
+          ! win32/makefile.mk
 ____________________________________________________________________________
-[ 16026] By: jhi                                   on 2002/04/20  21:40:20
-        Log: Upgrade to Encode 1.51, from Dan Kogai.
+[ 22297] By: rgs                                   on 2004/02/10  08:05:16
+        Log: Add 5.005_04-RC1 and Leon in perlhist.
      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
+          ! pod/perlhist.pod
 ____________________________________________________________________________
-[ 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
+[ 22295] By: rgs                                   on 2004/02/09  22:48:54
+        Log: Add a note in Unicode::UCD about the _getcode() function
+             being copy-n-pasted in charnames.pm. (spotted by Merijn)
      Branch: perl
-          - win32/Makefile.win64 win32/config.win64 win32/config_H.win64
-          ! MANIFEST Porting/makerel
+          ! lib/Unicode/UCD.pm
 ____________________________________________________________________________
-[ 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)
+[ 22294] By: rgs                                   on 2004/02/09  21:48:15
+        Log: Implement stacked filetest operators (-f -w -x $file).
      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
+          ! doio.c dump.c ext/B/B/Concise.pm op.c op.h
+          ! pod/perl591delta.pod pod/perlfunc.pod pp_sys.c t/op/filetest.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>
+[ 22292] By: rgs                                   on 2004/02/09  21:17:40
+        Log: Subject: Re: [perl #26073] sprintf miscounts padding when format is utf8
+             From: hv@crypt.org
+             Date: Mon, 09 Feb 2004 03:21:21 +0000
+             Message-Id: <200402090321.i193LL907950@zen.crypt.org>
      Branch: perl
-          ! pod/perlunicode.pod
+          ! sv.c t/op/sprintf2.t
 ____________________________________________________________________________
-[ 16020] By: jhi                                   on 2002/04/20  14:28:12
-        Log: Test tweak from mjd.
+[ 22291] By: rgs                                   on 2004/02/09  21:09:14
+        Log: Subject: reduce overhead of charnames.pm, make op/pat.t work under miniperl
+             From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
+             Date: Mon, 9 Feb 2004 00:51:45 -0800
+             Message-ID: <20040209085145.GA3204@efn.org>
+             (plus an etymological notice)
      Branch: perl
-          ! lib/Memoize/t/errors.t
+          ! lib/charnames.pm
 ____________________________________________________________________________
-[ 16019] By: jhi                                   on 2002/04/20  14:26:17
-        Log: Integrate perlio:
-             
-             [ 16018]
-             Fill in the PERLIO sections.
-             
-             [ 16017]
-             Add :bytes to POD part.
-             Remove 'alias' to Encode now it exists as a module.
-             
-             [ 16014]
-             Tweak to Encode.xs to avoid buffer overrun.
-             
-             [ 16007]
-             Silence warning generating warning message for U+FFFF does not map etc.
-             
-             [ 15912]
-             XS versions of encode/decode for Encode::Unicode
+[ 22290] By: rgs                                   on 2004/02/08  21:34:27
+        Log: Add the new private flag OPpGREP_LEX in B::Concise.
      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
+          ! ext/B/B/Concise.pm
 ____________________________________________________________________________
-[ 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
+[ 22289] By: rgs                                   on 2004/02/08  21:21:28
+        Log: map and grep weren't working correctly with lexical $_ in
+             scalar context, because pp_mapwhile and pp_grepwhile were using
+             their target as a temporary slot to store the return value.
+     Branch: perl
+          ! pp_ctl.c pp_hot.c t/op/mydef.t
 ____________________________________________________________________________
-[ 16016] By: sky                                   on 2002/04/20  13:12:31
-        Log: Really let the update of the link list do something.
+[ 22287] By: rgs                                   on 2004/02/08  12:01:35
+        Log: Subject: Re: [PATCH] Add "Camel" logo icon to perl.exe on Windows
+             From: Greg Matheson <lang@ms.chinmin.edu.tw>
+             Date: Mon, 2 Feb 2004 16:52:44 +0800
+             Message-ID: <20040202165244.A17415@ms.chinmin.edu.tw>
      Branch: perl
-          ! ext/threads/threads.xs
+          ! win32/makefile.mk
 ____________________________________________________________________________
-[ 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]>
+[ 22286] By: rgs                                   on 2004/02/08  11:48:09
+        Log: Subject: [PATCH] Correct some prototypes in perlapi.pod
+             From: Steve Hay <steve.hay@uk.radan.com>
+             Date: Fri, 06 Feb 2004 12:44:05 +0000
+             Message-ID: <40238C15.2090200@uk.radan.com>
      Branch: perl
-          ! t/japh/abigail.t
+          ! pod/perlapi.pod sv.h
 ____________________________________________________________________________
-[ 16012] By: jhi                                   on 2002/04/20  01:46:03
-        Log: User-defined character properties were unintentionally
-             removed, noticed by Dan Kogai.
+[ 22285] By: rgs                                   on 2004/02/08  11:44:22
+        Log: Subject: [PATCH] Fix absolute path handling in installhtml
+             From: Steve Hay <steve.hay@uk.radan.com>
+             Date: Fri, 06 Feb 2004 16:14:14 +0000
+             Message-ID: <4023BD56.6090903@uk.radan.com>
      Branch: perl
-          ! lib/utf8_heavy.pl pod/perlre.pod pod/perlretut.pod
-          ! pod/perlunicode.pod t/op/pat.t
+          ! installhtml
 ____________________________________________________________________________
-[ 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>
+[ 22284] By: rgs                                   on 2004/02/08  11:42:08
+        Log: Subject: [PATCH perlunicode.pod] chomp() cares about Unicode
+             From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
+             Date: Sat, 07 Feb 2004 00:08:36 +0900
+             Message-Id: <20040206235116.0E36.BQW10602@nifty.com>
      Branch: perl
-          ! README.cn README.tw
+          ! pod/perlunicode.pod
 ____________________________________________________________________________
-[ 16010] By: rgs                                   on 2002/04/19  20:52:19
-        Log: Add a BUGS sections to O.pm
+[ 22282] By: nicholas                              on 2004/02/07  22:32:44
+        Log: Comment to record why we can't clear placeholders in hsplit
      Branch: perl
-          ! ext/B/O.pm
+          ! hv.c
 ____________________________________________________________________________
-[ 16009] By: rgs                                   on 2002/04/19  20:07:02
-        Log: Disable warning noise
+[ 22281] By: nicholas                              on 2004/02/07  21:46:59
+        Log: deleting keys in restricted hashes was leaking the entry. Yow!
      Branch: perl
-          ! t/io/open.t
+          ! hv.c lib/Hash/Util.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.
+[ 22280] By: nicholas                              on 2004/02/07  21:20:16
+        Log: Now hv_delete is able to ingore placeholders.
+             (This is an XS visible change in the hash API. But not of documented
+             behaviour)
      Branch: perl
-          ! Changes patchlevel.h
+          ! hv.c
 ____________________________________________________________________________
-[ 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)
+[ 22279] By: nicholas                              on 2004/02/07  20:56:50
+        Log: All whitespace is equal, but some whitespace is more equal than others
+             (lib/DBM_Filter/Changes line had spaces. Spaces bad. Tabs better)
      Branch: perl
-          ! doio.c pod/perldiag.pod t/lib/warnings/doio
+          ! MANIFEST
 ____________________________________________________________________________
-[ 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>
+[ 22278] By: nicholas                              on 2004/02/07  19:50:10
+        Log: hv_clear_placeholders now manipulates the linked lists directly, rather
+             than using the iterator interface and calling hv_delete
+             This will allow hv_delete to be simplified to remove most of the
+             special casing related to placeholders.
      Branch: perl
-          ! README.hpux
+          ! hv.c
 ____________________________________________________________________________
-[ 16002] By: jhi                                   on 2002/04/19  12:58:23
-        Log: Upgrade to PerlIO::encoding 0.02, from Dan Kogai.
+[ 22273] By: merijn                                on 2004/02/06  11:47:14
+        Log: Added hints_4.sh for specific AIX 4 support
+             this is the next stage in the general cleanup process
+             for the AIX hints. More to come
      Branch: perl
-          ! ext/PerlIO/encoding/encoding.pm
-          ! ext/PerlIO/encoding/encoding.xs
+          + hints/aix_4.sh
+          ! MANIFEST
 ____________________________________________________________________________
-[ 16001] By: jhi                                   on 2002/04/19  12:58:00
-        Log: Upgrade to Encode 1.50, from Dan Kogai.
+[ 22272] By: rgs                                   on 2004/02/06  07:32:15
+        Log: Fix a non-standard NAME pod section
+             (by Smylers and Casey West)
      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>
+          ! lib/Carp/Heavy.pm
+____________________________________________________________________________
+[ 22268] By: rgs                                   on 2004/02/04  19:50:05
+        Log: The "my $_" wasn't nice with foreach loops.
      Branch: perl
-          ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
+          ! op.c t/op/mydef.t
 ____________________________________________________________________________
-[ 15999] By: jhi                                   on 2002/04/19  12:08:54
-        Log: Snip away an obsolete section noticed by Benjamin Goldberg.
+[ 22267] By: merijn                                on 2004/02/04  10:24:33
+        Log: AIX 3 support removed from default hints after its separation
      Branch: perl
-          ! pod/perltooc.pod
+          ! hints/aix.sh
 ____________________________________________________________________________
-[ 15998] By: jhi                                   on 2002/04/19  00:43:45
-        Log: The previous change on this was *ahem* slightly off-topic.
+[ 22266] By: merijn                                on 2004/02/04  10:16:20
+        Log: AIX 3 hints split off from default hints in preparation
+             of a hint file cleanup. aix_4.sh will follow soon
      Branch: perl
-          ! ext/PerlIO/encoding/encoding.pm
+          + hints/aix_3.sh
+          ! MANIFEST
 ____________________________________________________________________________
-[ 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
+[ 22265] By: rgs                                   on 2004/02/03  21:54:23
+        Log: More docs and tests for "my $_".
+     Branch: perl
+          ! pod/perlfunc.pod pod/perlsub.pod t/op/mydef.t
 ____________________________________________________________________________
-[ 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>
+[ 22264] By: rgs                                   on 2004/02/03  20:33:02
+        Log: Subject: [PATCH] was Re: [Fwd: CPAN Upload: J/JP/JPEACOCK/version-0.36.tar.gz]
+             From: John Peacock <jpeacock@rowman.com>
+             Date: Sun, 01 Feb 2004 21:10:07 -0500
+             Message-ID: <401DB17F.5060808@rowman.com>
      Branch: perl
-          ! pod/perldebtut.pod
+          ! embed.fnc embed.h lib/version.pm lib/version.t pod/perlapi.pod
+          ! proto.h t/comp/use.t t/op/universal.t universal.c util.c
 ____________________________________________________________________________
-[ 15995] By: jhi                                   on 2002/04/18  14:14:10
-        Log: z/OS situation update.
+[ 22263] By: rgs                                   on 2004/02/03  19:41:11
+        Log: Implement "my $_".
      Branch: perl
-          ! pod/perldelta.pod
+          + t/op/mydef.t
+          ! MANIFEST gv.c op.c op.h opcode.h opcode.pl
+          ! pod/perl591delta.pod pod/perlapi.pod pod/perlvar.pod pp.c
+          ! pp_ctl.c pp_hot.c regexec.c toke.c
 ____________________________________________________________________________
-[ 15994] By: jhi                                   on 2002/04/18  13:43:37
-        Log: Doc tweaks.
+[ 22262] By: rgs                                   on 2004/02/03  16:38:25
+        Log: Regenerate perlapi.pod.
      Branch: perl
-          ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Supported.pod
+          ! pod/perlapi.pod
 ____________________________________________________________________________
-[ 15993] By: jhi                                   on 2002/04/18  13:05:46
-        Log: The tests need perlio.
+[ 22261] By: merijn                                on 2004/02/03  12:57:37
+        Log: If someone chooses xlc as default C compiler, threaded builds
+             will fail, unless converted to cc_r
      Branch: perl
-          ! ext/Encode/t/JP.t ext/Encode/t/encoding.t
+          ! hints/aix.sh
 ____________________________________________________________________________
-[ 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>    
+[ 22260] By: rgs                                   on 2004/02/01  20:47:35
+        Log: Subject: patch for IRIX/gcc link issues
+             From: Martin Pool <mbp@samba.org>
+             Date: Wed, 28 Jan 2004 10:56:25 +1100
+             Message-ID: <20040127235624.GA32612@hp.com>
      Branch: perl
-          ! pod/perlfaq8.pod
+          ! hints/irix_6.sh
 ____________________________________________________________________________
-[ 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().
+[ 22259] By: davem                                 on 2004/02/01  17:42:44
+        Log: update fix to Shell.pm in change #22254: make /dev/null portable
      Branch: perl
-          + ext/threads/t/thread.t
-          ! MANIFEST ext/threads/threads.pm ext/threads/threads.xs
+          ! lib/Shell.pm
 ____________________________________________________________________________
-[ 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
+[ 22258] By: davem                                 on 2004/02/01  17:40:02
+        Log: Subject: Re: [perl #15063] /tmp issues
+             From: Solar Designer <solar@openwall.com>
+             Date: Mon, 26 Jan 2004 01:22:18 +0300
+             Message-ID: <20040125222218.GA13499@openwall.com>
+
+             Remove insecure usage of /tmp from code and documentation
+     Branch: perl
+          ! ext/DB_File/DB_File.pm ext/DB_File/t/db-recno.t
+          ! ext/Devel/PPPort/PPPort.pm ext/IO/t/io_unix.t
+          ! ext/ODBM_File/ODBM_File.xs ext/POSIX/POSIX.pod
+          ! ext/Socket/Socket.pm ext/Storable/Storable.pm
+          ! ext/Time/HiRes/Makefile.PL lib/CGI/Cookie.pm
+          ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/instmodsh
+          ! lib/Memoize/t/tie.t lib/Memoize/t/tie_gdbm.t
+          ! lib/Memoize/t/tie_ndbm.t lib/Memoize/t/tie_sdbm.t
+          ! lib/Memoize/t/tie_storable.t lib/Shell.pm lib/dotsh.pl
+          ! lib/perl5db.pl mpeix/nm mpeix/relink perly.fixer
+          ! pod/perl571delta.pod pod/perl58delta.pod pod/perldbmfilter.pod
+          ! pod/perldebug.pod pod/perlfaq5.pod pod/perlfaq8.pod
+          ! pod/perlfunc.pod pod/perlipc.pod pod/perllexwarn.pod
+          ! pod/perlobj.pod pod/perlop.pod pod/perlopentut.pod
+          ! utils/c2ph.PL
 ____________________________________________________________________________
-[ 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.
+[ 22257] By: davem                                 on 2004/02/01  15:46:24
+        Log: threads documentation: fork on UNIX might not copy all threads.
      Branch: perl
-          ! perl.c
+          ! pod/perlthrtut.pod
 ____________________________________________________________________________
-[ 15988] By: dougm                                 on 2002/04/18  01:56:16
-        Log: plug memory leak in perl_destruct() by cleaning out PL_debug_pad
+[ 22256] By: davem                                 on 2004/02/01  15:34:59
+        Log: add test for Change 22194:
+             [perl #25147] "stmt if BAREWORD" bypasses strict 'subs' checks
      Branch: perl
-          ! perl.c
+          ! t/lib/strict/subs
 ____________________________________________________________________________
-[ 15987] By: jhi                                   on 2002/04/17  21:51:18
-        Log: Move /dev/full testing post-5.8.0.
+[ 22254] By: davem                                 on 2004/02/01  13:11:00
+        Log: Subject:  Patch for Shell.pm
+             From:  Manuel Valente <mvalente@idealx.com>
+             Date:  Tue, 27 Jan 2004 19:18:26 +0100
+             Message-Id:  <4016AB72.1080503@idealx.com>
+
+             New option for Shell.pm to discard stderr instead of capturing it
      Branch: perl
-          - t/io/full.t
-          ! MANIFEST
+          ! lib/Shell.pm
 ____________________________________________________________________________
-[ 15986] By: jhi                                   on 2002/04/17  21:38:43
-        Log: Neither UNICOS nor UNICOS/mk sport shared libraries.
-             ("Crays have only REAL memory.")
+[ 22253] By: davem                                 on 2004/02/01  11:26:47
+        Log: Make Time/HiRes/t/HiRes.t die more gracefully if its watchdog
+             timeout triggers
      Branch: perl
-          ! hints/unicos.sh hints/unicosmk.sh
+          ! ext/Time/HiRes/t/HiRes.t
 ____________________________________________________________________________
-[ 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>
+[ 22252] By: chip                                  on 2004/01/31  17:29:05
+        Log: Don't show code closing STD{IN,OUT} before reopening, because
+             doing so is unnecessary and occasionally harmful.
      Branch: perl
-          ! win32/win32.c
+          ! pod/perlfork.pod pod/perlfunc.pod
 ____________________________________________________________________________
-[ 15984] By: jhi                                   on 2002/04/17  21:12:34
-        Log: With -Uuseperlio the error might be EBADF.
+[ 22248] By: rgs                                   on 2004/01/30  08:29:55
+        Log: Another undocumented use of $_ : with reverse().
      Branch: perl
-          ! t/io/full.t
+          ! pod/perlfunc.pod
 ____________________________________________________________________________
-[ 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>
+[ 22247] By: merijn                                on 2004/01/30  08:18:28
+        Log: Drop optimization for -O3 *and higher*
      Branch: perl
-          ! lib/ExtUtils/t/Embed.t
+          ! ext/Storable/hints/linux.pl
 ____________________________________________________________________________
-[ 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>
+[ 22246] By: rgs                                   on 2004/01/29  23:20:01
+        Log: Regenerate perlapi.pod.
      Branch: perl
-          ! win32/win32.c
+          ! pod/perlapi.pod
 ____________________________________________________________________________
-[ 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>
+[ 22245] By: rgs                                   on 2004/01/29  21:08:28
+        Log: Subject: Re: [perl #25269] panic: pp_match start/end pointers in m/^(?=.*(a)).*(bc)/
+             From: hv@crypt.org
+             Date: Thu, 29 Jan 2004 15:12:12 +0000
+             Message-Id: <200401291512.i0TFCCr23736@zen.crypt.org>
      Branch: perl
-          ! t/io/full.t
+          ! pp_hot.c t/op/pat.t
 ____________________________________________________________________________
-[ 15980] By: jhi                                   on 2002/04/17  20:57:36
-        Log: README.cjk update.
+[ 22244] By: rgs                                   on 2004/01/28  22:00:09
+        Log: I'm the new maintainer of Switch.
+             Sync with the CPAN version of Switch 2.10.
      Branch: perl
-          ! README.cn README.jp README.ko README.tw
+          ! Porting/Maintainers.pl lib/Switch.pm lib/Switch/README
 ____________________________________________________________________________
-[ 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>
+[ 22243] By: merijn                                on 2004/01/28  20:30:40
+        Log: Message-ID: <40113F7B.6050701@davidfavor.com>
+             Date: Fri, 23 Jan 2004 09:36:27 -0600
+             From: David Favor <david@davidfavor.com>
+             Part I: In hints/aix.sh change -qmaxmem=16384 to -qmaxmem=-1
+             so no compilation stack limits are imposed.
      Branch: perl
-          ! toke.c
+          ! hints/aix.sh
 ____________________________________________________________________________
-[ 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>
+[ 22242] By: rgs                                   on 2004/01/27  22:44:30
+        Log: Update perl591delta.pod with what we've done so far.
      Branch: perl
-          ! README.hpux
+          ! pod/perl591delta.pod
 ____________________________________________________________________________
-[ 15977] By: rgs                                   on 2002/04/17  19:54:49
-        Log: Adjust test for groups that appear multiple times on Cygwin
+[ 22239] By: rgs                                   on 2004/01/27  21:54:31
+        Log: Regenerate Changes.
+             Only include changes from the perl branch.
      Branch: perl
-          ! t/op/groups.t
+          ! Changes
 ____________________________________________________________________________
-[ 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)
+[ 22238] By: nicholas                              on 2004/01/27  21:51:27
+        Log: Storable's hints file shouldn't blanket set optimize to -O2 on Linux
+             Only *drop* optimize to -O2 if it's -O3 on gcc on Linux
+     Branch: perl
+          ! ext/Storable/hints/linux.pl
 ____________________________________________________________________________
-[ 15975] By: jhi                                   on 2002/04/17  14:40:03
-        Log: Update Changes.
+[ 22235] By: rgs                                   on 2004/01/27  21:19:03
+        Log: More punctuation, good.
      Branch: perl
-          ! Changes patchlevel.h
+          ! pod/perlfunc.pod
 ____________________________________________________________________________
-[ 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>
+[ 22228] By: rgs                                   on 2004/01/27  10:31:09
+        Log: Subject: [PATCH] 5.8.3 -- fix signal comments in L<perlfunc/system>
+             From: Brendan O'Dea <bod@debian.org>
+             Date: Sun, 25 Jan 2004 11:23:48 +1100
+             Message-ID: <20040125002348.GA31407@londo.c47.org>
      Branch: perl
-          ! ext/B/B/Deparse.pm
+          ! pod/perlfunc.pod
 ____________________________________________________________________________
-[ 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
+[ 22227] By: davem                                 on 2004/01/26  23:53:06
+        Log: Subject:  [PATCH] myconfig.SH
+             From:  "Daniel S. Lewart" <lewart@uiuc.edu>
+             Date:  Sun, 25 Jan 2004 22:11:25 -0600
+             Message-Id:  <20040125221125.A5390@staff1.cso.uiuc.edu>
+
+             make perl -V show the major release as 5 rather than 5.0
+     Branch: perl
+          ! myconfig.SH
 ____________________________________________________________________________
-[ 15971] By: jhi                                   on 2002/04/17  14:19:07
-        Log: More signedness nits.
+[ 22224] By: merijn                                on 2004/01/26  22:10:13
+        Log: Document change 22192
+             We still need tests!
      Branch: perl
-          ! ext/Encode/Encode.xs
+          ! lib/Exporter.pm
 ____________________________________________________________________________
-[ 15970] By: jhi                                   on 2002/04/17  13:02:33
-        Log: fast_abs_path() is tainted.
+[ 22223] By: rgs                                   on 2004/01/26  21:58:14
+        Log: Subject: [PATCH] fix vmsish.t #25
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Sat, 24 Jan 2004 18:45:35 -0600
+             Message-ID: <401311AF.1060706@mac.com>
      Branch: perl
-          ! ext/Cwd/t/cwd.t
+          ! lib/vmsish.t
 ____________________________________________________________________________
-[ 15969] By: jhi                                   on 2002/04/17  12:56:17
-        Log: Signedness nit.
+[ 22221] By: nicholas                              on 2004/01/26  21:18:31
+        Log: Merge dynamic perldelta from maint (22081)
+             So now perldelta.pod is copied at build time from perl591delta.pod
+             perl590delta.pod is as released to CPAN by Hugo
+             Regen lots of makefiles, pods and the MANIFEST
      Branch: perl
-          ! ext/Encode/bin/enc2xs
+          + pod/perl591delta.pod
+         +> pod/perl590delta.pod
+          - pod/perldelta.pod
+          ! MANIFEST Makefile.SH pod.lst pod/perl.pod pod/perltoc.pod
+          ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
+          ! win32/pod.mak
 ____________________________________________________________________________
-[ 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>     
+[ 22218] By: rgs                                   on 2004/01/25  23:35:45
+        Log: Remove the caveat about detached threads crashing on Windows
+             (fixed by #22201). Bump up the version of threads.pm.
      Branch: perl
-          ! README.hpux
+          ! ext/threads/threads.pm
 ____________________________________________________________________________
-[ 15967] By: jhi                                   on 2002/04/17  12:43:07
-        Log: Add just a little bit more explanation to PerlIO::encoding.
+[ 22217] By: nicholas                              on 2004/01/25  22:17:47
+        Log: Need to skip Storable's threads test on 5.8.2 with ithreads and
+             -DDEBUGGING, because it tickles a bug. (The same bug that got DBI)
      Branch: perl
-          ! ext/PerlIO/encoding/encoding.pm
+          ! ext/Storable/t/threads.t
 ____________________________________________________________________________
-[ 15966] By: jhi                                   on 2002/04/17  12:32:17
-        Log: PerlIO::encoding 0.01 from Dan Kogai.
+[ 22216] By: davem                                 on 2004/01/25  12:06:04
+        Log: update MANIFEST for 2 new Storable test files introduced by 22205
      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.
+[ 22215] By: davem                                 on 2004/01/25  12:00:04
+        Log: add test for change 22209 (Remove small memory leak in newATTRSUB)
      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
+          ! t/op/closure.t
 ____________________________________________________________________________
-[ 15964] By: jhi                                   on 2002/04/17  12:17:42
-        Log: Test tweaks from mjd and Benjamin Goldberg.
+[ 22209] By: davem                                 on 2004/01/25  02:04:23
+        Log: Remove small memory leak in newATTRSUB that manifested as a
+             leaking scalar after the interpeter was cloned
      Branch: perl
-          ! t/io/full.t
+          ! op.c
 ____________________________________________________________________________
-[ 15963] By: jhi                                   on 2002/04/16  22:31:24
-        Log: Document taint-safeness.   Life in the fast_abs_path()
-             lane is unsafe.
+[ 22208] By: davem                                 on 2004/01/24  16:13:17
+        Log: Subject:  [perl #24942] fields::inherit doesn't bless derived
+             package's \%FIELDS, results in phash deprecation errors.
+             From:  "nothingmuch@woobling.org (via RT)" <perlbug-followup@perl.org>
+             Date:  18 Jan 2004 15:15:46 -0000
+             Message-Id:  <rt-3.0.8-24942-70144.16.7177902690315@perl.org>
      Branch: perl
-          ! lib/Cwd.pm
+          ! lib/base.pm lib/base/t/fields-base.t
 ____________________________________________________________________________
-[ 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>
+[ 22207] By: davem                                 on 2004/01/24  15:36:28
+        Log: Subject:  Re: Doc patches for File::Find
+             From:  Mark Jason Dominus <mjd@plover.com>
+             Date:  Thu, 22 Jan 2004 09:30:58 -0500
+             Message-Id:  <20040122143058.29226.qmail@plover.com>
+
+             Better document the fact that neither find() nor finddepth() do a
+             breath-first search.
      Branch: perl
-          + t/io/full.t
-          ! MANIFEST perlio.c
+          ! lib/File/Find.pm
 ____________________________________________________________________________
-[ 15961] By: jhi                                   on 2002/04/16  22:10:54
-        Log: Manifestations of mjd, from mjd.
+[ 22206] By: ams                                   on 2004/01/24  11:06:51
+        Log: Subject: [PATCH] Storable-2.08/t/code.t
+             From: Slaven Rezic <slaven@rezic.de>
+             Date: Sat, 8 Nov 2003 16:26:19 +0100 (CET)
+             Message-Id: <200311081526.hA8FQJgb011684@vran.herceg.de>
      Branch: perl
-          ! MANIFEST
+          ! ext/Storable/t/code.t
 ____________________________________________________________________________
-[ 15960] By: jhi                                   on 2002/04/16  22:10:11
-        Log: metaconfig unit change for #15959.
-     Branch: metaconfig/U/perl
-          ! Extensions.U
+[ 22205] By: ams                                   on 2004/01/24  11:03:36
+        Log: Subject: [patch] make Storable thread-safe
+             From: Stas Bekman <stas@stason.org>
+             Date: Mon, 19 Jan 2004 00:20:02 -0800
+             Message-Id: <400B9332.4070106@stason.org>
+
+             Subject: Re: Subroutine reference bug in Storable
+             From: Slaven Rezic <slaven@rezic.de>
+             Date: 14 Nov 2003 23:22:55 +0100
+             Message-Id: <874qx6zj28.fsf@vran.herceg.de>
+
+             Subject: Re: [perl #25145] [PATCH] Storable segfaults with B::Deparse +
+             overload + cyclic structures
+             From: Sam Vilain <sam@vilain.net>
+             Date: Tue, 20 Jan 2004 22:30:15 +1300
+             Message-Id: <200401202230.15865.sam@vilain.net>
+     Branch: perl
+          + ext/Storable/t/just_plain_nasty.t ext/Storable/t/threads.t
+          ! ext/Storable/ChangeLog ext/Storable/MANIFEST
+          ! ext/Storable/Storable.pm ext/Storable/Storable.xs
+          ! ext/Storable/t/code.t
 ____________________________________________________________________________
-[ 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>
+[ 22204] By: ams                                   on 2004/01/24  08:59:11
+        Log: Upgrade to Locale::Maketext 1.08.
      Branch: perl
-          ! Configure
+          + lib/Locale/Maketext/t/06super.t
+          ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext/ChangeLog
+          ! lib/Locale/Maketext/TPJ13.pod
 ____________________________________________________________________________
-[ 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>
+[ 22203] By: davem                                 on 2004/01/23  23:06:49
+        Log: make some t/op/write.t failures more verbose
      Branch: perl
-          ! embed.fnc global.sym hv.c universal.c
+          ! t/op/write.t
 ____________________________________________________________________________
-[ 15957] By: jhi                                   on 2002/04/16  21:58:44
-        Log: Documents for Merijn and lots of XXXs for NI-S :-)
+[ 22201] By: davem                                 on 2004/01/23  22:26:47
+        Log: Subject:  Re: threads::shared::queue;
+             From:  Jan Dubois <jand@ActiveState.com>
+             Date:  Thu, 22 Jan 2004 19:18:46 -0800
+             Message-Id:  <fi41105602ds7a9o4fko2oae7aokbg6als@4ax.com>
+
+             Avoid threads+win32 crash by freeing Perl interpreter slightly later
      Branch: perl
-          ! pod/perlfunc.pod pod/perlrun.pod
+          ! ext/threads/threads.xs
 ____________________________________________________________________________
-[ 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.
+[ 22200] By: nicholas                              on 2004/01/23  18:28:43
+        Log: test that use encoding; doesn't cause references to be stringified
      Branch: perl
-          + ext/threads/shared/queue.pm ext/threads/shared/t/queue.t
-          ! MANIFEST
+          ! t/uni/chomp.t
 ____________________________________________________________________________
-[ 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
+[ 22199] By: nicholas                              on 2004/01/23  18:03:41
+        Log: Document chomp's travels in the wonderful world of use encoding;
+     Branch: perl
+          ! pod/perlfunc.pod
 ____________________________________________________________________________
-[ 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)
+[ 22198] By: nicholas                              on 2004/01/23  17:41:01
+        Log: Check the return values of chomp
+             (more tricky than it may seem, as the return value is unicode)
+     Branch: perl
+          ! t/uni/chomp.t
 ____________________________________________________________________________
-[ 15953] By: rgs                                   on 2002/04/16  19:53:28
-        Log: B::walkoptree bugfix (see also #15850)
+[ 22197] By: nicholas                              on 2004/01/23  13:57:46
+        Log: Test return values of all chomps
      Branch: perl
-          ! ext/B/B.xs ext/B/t/terse.t
+          ! t/op/chop.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>
+[ 22196] By: nicholas                              on 2004/01/23  13:24:41
+        Log: Subject: Re: [perl #24888] chomp ignores utf8
+             From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
+             Message-Id: <20040116040355.A849.BQW10602@nifty.com>
+             Date: Fri, 16 Jan 2004 04:13:00 +0900
      Branch: perl
-          ! pod/perltodo.pod
+          + t/uni/chomp.t
+          ! MANIFEST doop.c t/op/chop.t
 ____________________________________________________________________________
-[ 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>    
+[ 22195] By: davem                                 on 2004/01/22  20:48:03
+        Log: Subject: Re: [PATCH] Add "Camel" logo icon to perl.exe on Windows
+             From: Steve Hay <steve.hay@uk.radan.com>
+             Date: Thu, 22 Jan 2004 17:08:29 +0000
+             Message-ID: <4010038D.4070104@uk.radan.com>
      Branch: perl
-          ! ext/B/B/Deparse.pm
+          + win32/makeico.pl win32/perlexe.rc
+          ! MANIFEST README.win32 win32/Makefile win32/makefile.mk
 ____________________________________________________________________________
-[ 15950] By: jhi                                   on 2002/04/16  13:36:30
-        Log: Stas' tainting worries, obscured by me.
+[ 22194] By: davem                                 on 2004/01/22  00:24:51
+        Log: C<use strict; print if foo> didn't give the
+             "Bareword not allowed" error unless warnings were enabled
      Branch: perl
-          ! ext/Cwd/t/cwd.t lib/Cwd.pm
+          ! op.c
 ____________________________________________________________________________
-[ 15949] By: jhi                                   on 2002/04/16  13:16:31
-        Log: Pod tweak to avoid =item<japanese> problems.
+[ 22193] By: nicholas                              on 2004/01/21  21:58:10
+        Log: Convert the older parts of op/bop.t over to test.pl
      Branch: perl
-          ! README.jp
+          ! t/op/bop.t
 ____________________________________________________________________________
-[ 15948] By: jhi                                   on 2002/04/16  12:39:18
-        Log: Some UTF-8 todos.
+[ 22192] By: merijn                                on 2004/01/21  21:10:10
+        Log: ':flock' not recognized unless it's first
+             Exporter::Heavy now will treat :, /, and ! special in
+             all arguments, not only if the _first_ arg starts with it
+             Date: Wed, 21 Jan 2004 08:32:47 -0500
+             Message-ID: <20040121133248.3359.qmail@plover.com>
      Branch: perl
-          ! pod/perltodo.pod
+          ! lib/Exporter/Heavy.pm
 ____________________________________________________________________________
-[ 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.
+[ 22191] By: davem                                 on 2004/01/21  20:45:48
+        Log: Subject:  PATCH for perl-5.8.4
+             From:  "Edward S. Peschko" <esp5@pge.com>
+             Date:  Mon, 19 Jan 2004 17:21:18 -0800
+             Message-Id:  <20040120012118.GA29151@mdssdev05.comp.pge.com>
+
+             Add @DynaLoader::dl_shared_objects feature
      Branch: perl
-          ! lib/utf8.pm lib/vars.pm pod/perluniintro.pod
+          ! ext/DynaLoader/DynaLoader_pm.PL
 ____________________________________________________________________________
-[ 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>
+[ 22190] By: davem                                 on 2004/01/21  20:14:51
+        Log: remove the platform dependencies of the write.t tests introduced
+             by change #22161, by hard-coding the expected outputs rather
+             than using sprintf('%f').
      Branch: perl
-          ! ext/IO/lib/IO/Pipe.pm
+          ! t/op/write.t
 ____________________________________________________________________________
-[ 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>
+[ 22189] By: davem                                 on 2004/01/20  22:41:14
+        Log: Fix typo in patch #22188
      Branch: perl
-          ! lib/Attribute/Handlers.pm
+          ! pod/perlfunc.pod
 ____________________________________________________________________________
-[ 15944] By: jhi                                   on 2002/04/16  04:31:49
-        Log: Add CJK READMEs from Autrijus Tang, Dan Kogai, and
-             Jungshik Shin.  Regen toc.
+[ 22188] By: davem                                 on 2004/01/20  22:36:10
+        Log: warn that C<$x : unique> operates on the typeglob, so affects @x
+             and %x too.
      Branch: perl
-          + README.cn README.jp README.ko README.tw
-          ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
+          ! pod/perlfunc.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.
+[ 22187] By: davem                                 on 2004/01/20  22:27:50
+        Log: "sub foo :unique" segfaults
+
+             Turn these two into compile-time errors until such time as
+             someone thinks of a useful meaning for them:
+             my $x : unique
+             sub foo : unique
      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
+          ! ext/threads/t/problems.t pod/perldiag.pod toke.c xsutils.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]>
+[ 22186] By: rgs                                   on 2004/01/20  21:16:01
+        Log: Add a new test file for situations where threads may interfere.
+             Subject: Re: "restricted hashes" hit again !
+             From: Stas Bekman <stas@stason.org>
+             Date: Tue, 23 Dec 2003 15:32:26 -0800
+             Message-ID: <3FE8D08A.4090806@stason.org>
      Branch: perl
-          ! lib/FileCache.t
+          + t/op/threads.t
+          ! MANIFEST
 ____________________________________________________________________________
-[ 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]>
+[ 22185] By: davem                                 on 2004/01/20  21:01:08
+        Log: Document CVf_UNIQUE flag better
      Branch: perl
-          ! configure.com t/x2p/s2p.t x2p/s2p.PL
+          ! cv.h
 ____________________________________________________________________________
-[ 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.)
+[ 22183] By: rgs                                   on 2004/01/20  20:26:18
+        Log: Fix precedence errors and add some cleanup in the new
+             DBM_Filter tests
      Branch: perl
-          ! mpeix/mpeix.c
+          ! lib/DBM_Filter/t/01error.t lib/DBM_Filter/t/02core.t
 ____________________________________________________________________________
-[ 15939] By: jhi                                   on 2002/04/15  22:17:16
-        Log: AUTHORS updates.
+[ 22182] By: davem                                 on 2004/01/20  00:16:42
+        Log: second attempt to fix [perl #24914] freeing a CV reference that was
+             currently being executed caused coredumps. The dounwind called by
+             die unwinds all the contexts on the context stack before unwinding
+             the save stack.  To stop premature freeing of the CV, hold
+             references to it on both stacks.
      Branch: perl
-          ! AUTHORS
+          ! cop.h pp_ctl.c pp_hot.c pp_sort.c t/op/closure.t
 ____________________________________________________________________________
-[ 15938] By: sky                                   on 2002/04/15  22:13:17
-        Log: Add support for my $foo : shared; 
-             Add testcase for this.
-             Update manifest.
+[ 22181] By: davem                                 on 2004/01/19  23:41:37
+        Log: change #22071 (taint bug in $^0) introduced a potential double
+             free(), because PL_osname may get freed but not nulled if a taint
+             test fails in between. Mea cupla and all that...
      Branch: perl
-          + ext/threads/shared/t/shared_attr.t
-          ! MANIFEST ext/threads/shared/shared.pm
+          ! mg.c
 ____________________________________________________________________________
-[ 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.)
+[ 22180] By: rgs                                   on 2004/01/19  22:32:27
+        Log: Subject: Re: [perl #24926] chop/~ mangles UTF8 [PATCH]
+             From: Gisle Aas <gisle@ActiveState.com>
+             Date: 17 Jan 2004 01:29:02 -0800
+             Message-ID: <lrn08m7wkh.fsf@caliper.activestate.com>
+             (test rewritten to fit in blead)
      Branch: perl
-          + t/japh/abigail.t
-          ! MANIFEST t/TEST
+          ! pp.c t/op/bop.t
 ____________________________________________________________________________
-[ 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>
+[ 22179] By: merijn                                on 2004/01/19  21:36:48
+        Log: Subject: [PATCH] dl_unload_file for HP-UX
+             Date: Mon, 12 Jan 2004 07:49:44 -0800
+             From: Neil Watkiss <neil.watkiss@sophos.com>
+             Message-ID: <20040112154944.GA15412@ActiveState.com>
      Branch: perl
-          ! pod/perlop.pod pp_hot.c t/op/pat.t
+          ! ext/DynaLoader/dl_hpux.xs
 ____________________________________________________________________________
-[ 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>
+[ 22177] By: merijn                                on 2004/01/19  16:11:22
+        Log: Allow -Uinc_version_list to mean -Dinc_version_list=none
+             See INSTALL for more details
      Branch: perl
-          ! t/test.pl
+          ! Configure
 ____________________________________________________________________________
-[ 15934] By: jhi                                   on 2002/04/15  21:46:27
-        Log: Subject: [PATCH]universal.c:XS_Internals_hv_clear_placeholders is too long
+[ 22175] By: merijn                                on 2004/01/19  16:05:50
+        Log: Describe how to limit the perl's default @INC during Configure
+             to _not_ include older versions
+     Branch: perl
+          ! INSTALL
+____________________________________________________________________________
+[ 22174] By: merijn                                on 2004/01/19  10:41:24
+        Log: Subject: [PATCH bleadperl] rescue PerlIO_getname for VMS
+             Date: Sun, 18 Jan 2004 12:51:23 -0600
              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>
+             Message-ID: <400AD5AB.3080708@mac.com>
      Branch: perl
-          ! universal.c
+          ! perlio.c
 ____________________________________________________________________________
-[ 15933] By: sky                                   on 2002/04/15  21:26:16
-        Log: Test arrays containing references, and references to shared arrays.
+[ 22173] By: merijn                                on 2004/01/19  10:27:53
+        Log: Subject: [PATCH bleadperl] detect nanosleep on VMS
+             Date: Sun, 18 Jan 2004 17:03:30 -0600
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Message-ID: <400B10C2.9060504@mac.com>
      Branch: perl
-          + ext/threads/shared/t/av_refs.t
+          ! configure.com
 ____________________________________________________________________________
-[ 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)
+[ 22172] By: davem                                 on 2004/01/17  23:58:04
+        Log: back out change #24914 "freeing a CV reference that was currently
+             being executed caused coredumps".
+             The new test case sometimes locks up linux's malloc, and with
+             Perl's malloc the test code still coredumps :-(
+     Branch: perl
+          ! perl.c scope.c scope.h sv.c t/op/closure.t
 ____________________________________________________________________________
-[ 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>
+[ 22171] By: rgs                                   on 2004/01/17  22:00:48
+        Log: Subject: Refactor VOS patches for bleadperl and perl-5.8.x
+             From: "Green, Paul" <Paul.Green@stratus.com>
+             Date: Thu, 15 Jan 2004 16:00:15 -0500
+             Message-ID: <A2A34F15EE916148BC4C4748223E67A4069FBB15@exna4.stratus.com>
      Branch: perl
-          ! pod/perlhist.pod
+          ! README.vos hv.c pp_pack.c vos/Changes
 ____________________________________________________________________________
-[ 15930] By: jhi                                   on 2002/04/15  14:40:56
-        Log: Update Changes.
+[ 22170] By: rgs                                   on 2004/01/17  21:25:08
+        Log: Subject: Re: open/or inconsistency
+             From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
+             Date: Sat, 17 Jan 2004 19:59:55 +0900
+             Message-Id: <20040117195729.623A.BQW10602@nifty.com>
+             (plus a test.)
+             Don't produce the warning for constructs like
+             open my $fh, $file or die;
+     Branch: perl
+          ! op.c t/lib/warnings/op
+____________________________________________________________________________
+[ 22169] By: davem                                 on 2004/01/17  18:02:31
+        Log: Subject:  Perl core dumps when running out of memory [PATCH]
+             From:  Gisle Aas <gisle@ActiveState.com>
+             Date:  17 Jan 2004 06:18:13 -0800
+             Message-Id:  <lrsmiebqvu.fsf@caliper.activestate.com>
+
+             Display 'out of memeory' errors using low-level I/O to avoid
+             recursive failure and so coredumps.
      Branch: perl
-          ! Changes patchlevel.h
+          ! util.c
+____________________________________________________________________________
+[ 22168] By: davem                                 on 2004/01/17  17:38:21
+        Log: From: "Paul Marquess" <Paul.Marquess@btinternet.com>
+             Subject: [PATCH ] Enhanced DBM Filters
+             Date: Sat, 17 Jan 2004 16:44:53 -0000
+             Message-ID: <AIEAJICLCBDNAAOLLOKLAEPPPHAA.Paul.Marquess@btinternet.com>
+
+             add DBM_Filter
+     Branch: perl
+          + lib/DBM_Filter.pm lib/DBM_Filter/Changes
+          + lib/DBM_Filter/compress.pm lib/DBM_Filter/encode.pm
+          + lib/DBM_Filter/int32.pm lib/DBM_Filter/null.pm
+          + lib/DBM_Filter/t/01error.t lib/DBM_Filter/t/02core.t
+          + lib/DBM_Filter/t/compress.t lib/DBM_Filter/t/encode.t
+          + lib/DBM_Filter/t/int32.t lib/DBM_Filter/t/null.t
+          + lib/DBM_Filter/t/utf8.t lib/DBM_Filter/utf8.pm
+          + lib/dbm_filter_util.pl
+          ! MANIFEST
 ____________________________________________________________________________
-[ 15929] By: jhi                                   on 2002/04/15  14:33:52
-        Log: The #15921 made the 'no warnings' unnecessary.
+[ 22167] By: davem                                 on 2004/01/17  16:12:32
+        Log: freeing a CV reference that was currently being
+             executed caused coredumps
      Branch: perl
-          ! t/op/magic.t
+          ! perl.c scope.c scope.h sv.c t/op/closure.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>
+[ 22166] By: nicholas                              on 2004/01/17  15:07:31
+        Log: Integrate final perl583delta
      Branch: perl
-          ! lib/FileCache.t
+         !> pod/perl583delta.pod
 ____________________________________________________________________________
-[ 15927] By: jhi                                   on 2002/04/15  14:19:27
-        Log: FileCache 1.02, from Jerrad Pierce <belg4mit@MIT.EDU>.
+[ 22163] By: davem                                 on 2004/01/16  19:24:14
+        Log: Subject:  Re: [perl #24816] Magic vars seem unsure if they are purely numeric
+             From:  Yitzchak Scott-Thoennes <sthoenna@efn.org>
+             Date:  Thu, 15 Jan 2004 14:10:37 -0800
+             Message-Id:  <20040115221037.GA2392@efn.org>
+
+             Add sv_2iv_flags() to allow magic to be optionally processed.
      Branch: perl
-          ! lib/FileCache.pm lib/FileCache.t
+          ! doop.c embed.fnc embed.h global.sym pod/perlapi.pod pp.c
+          ! proto.h sv.c sv.h t/op/bop.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>
+[ 22162] By: davem                                 on 2004/01/16  16:39:17
+        Log: format bug with undefined _TOP
+             name of format_TOP now derived from the name of the current
+             filehandle rather then the name of the  format associetd with that
+             handle
      Branch: perl
-          ! lib/Hash/Util.t
+          ! pp_sys.c t/op/write.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
+[ 22161] By: davem                                 on 2004/01/16  13:29:26
+        Log: Subject: [PATCH] format/write (version 2)
+             From: LAUN Wolfgang <wolfgang.laun@alcatel.at>
+             Message-ID: <DF27CDCBD2581D4B88431901094E4B4D02B0C4D3@attmsx1>
+
+             Fixes and additions to formats:
+
+             Improvement: NULL chars in picture line
+             Bugfix: C<@*> shown in output if not alone on a line
+             New feature: C<^*> for variable-width, one-line-at-a-time text
+             Improvement: Diagnostic on C<@#> and C<~~>
+             Bugfix: Segmentation fault on big numbers
+             Improvement (maybe): Truncation of numbers produces misleading output
+             Bugfix: "}" terminates format
+             Bugfix: Error when copying non-UTF to UTF (EBCDIC only)
+     Branch: perl
+          ! embed.fnc embed.h form.h pod/perldiag.pod pod/perlform.pod
+          ! pp_ctl.c proto.h t/op/write.t toke.c
+____________________________________________________________________________
+[ 22160] By: davem                                 on 2004/01/15  23:49:02
+        Log: buigid #24905 - the code planted to call glob() retained an
+             extraneous targ index in a pushmark op, leasing to strangeness
+             when the op was freed
+     Branch: perl
+          ! op.c
 ____________________________________________________________________________
-[ 15924] By: jhi                                   on 2002/04/15  12:52:58
-        Log: return undef is of questionable style.
+[ 22159] By: rgs                                   on 2004/01/15  22:19:25
+        Log: Upgrade to Time::HiRes 1.55
      Branch: perl
-          ! lib/Hash/Util.pm
+          ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
+          ! ext/Time/HiRes/HiRes.xs
 ____________________________________________________________________________
-[ 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>     
+[ 22155] By: nicholas                              on 2004/01/15  00:03:04
+        Log: Make chomp heed the utf8 flags on the target string and $/
+             [Fixes #24888]
+             More work still needed to make chomp heed the encoding pragma.
      Branch: perl
-          ! t/op/magic.t
+          ! doop.c t/op/chop.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>
+[ 22154] By: nicholas                              on 2004/01/14  21:14:14
+        Log: Update pod.lst with perl583delta,pod, and rerun pod/buildtoc
+             [Forgot to do this as part of the integration]
      Branch: perl
-          ! t/op/re_tests
+          ! MANIFEST pod.lst pod/perl.pod pod/perltoc.pod
+          ! vms/descrip_mms.template win32/pod.mak
 ____________________________________________________________________________
-[ 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>
+[ 22153] By: nicholas                              on 2004/01/14  19:28:54
+        Log: Integrate:
+             [ 22143]
+             We're planning on making history today. Mind you, not that much -
+             only 1 line.
+
+             perl583delta.pod
      Branch: perl
-          ! perl.c t/lib/warnings/toke
+         +> pod/perl583delta.pod
+          ! MANIFEST
+         !> pod/perlhist.pod
 ____________________________________________________________________________
-[ 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]>
+[ 22150] By: nicholas                              on 2004/01/14  17:48:52
+        Log: Bump version number as file has changed since 5.8.2
      Branch: perl
-          ! configure.com
+          ! lib/File/Find.pm
 ____________________________________________________________________________
-[ 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
+[ 22149] By: nicholas                              on 2004/01/14  17:45:54
+        Log: Subject:  Doc patches for File::Find
+             From:  Andy Lester <andy@petdance.com>
+             Date:  Mon, 12 Jan 2004 00:10:50 -0600
+             Message-Id:  <20040112061050.GB7308@petdance.com>
+     Branch: perl
+          ! lib/File/Find.pm
 ____________________________________________________________________________
-[ 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>
+[ 22136] By: nicholas                              on 2004/01/14  13:01:27
+        Log: Assimilate CGI 3.03
      Branch: perl
-          ! lib/Cwd.pm
+          ! lib/CGI.pm lib/CGI/Fast.pm lib/CGI/Util.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>
+[ 22133] By: nicholas                              on 2004/01/13  22:53:42
+        Log: Add VMS to the list of "don't fork" OSes
+             [In the most simple way possible. Fix this properly post 5.8.3
+             to use $Config{d_fork} or something more robust]
      Branch: perl
-          ! perl.c t/lib/warnings/toke
+          ! ext/threads/shared/t/wait.t
 ____________________________________________________________________________
-[ 15916] By: rgs                                   on 2002/04/14  19:30:41
-        Log: Correct precedence problem in #15915
+[ 22129] By: rgs                                   on 2004/01/13  19:26:24
+        Log: Subject: [PATCH] [ANNOUNCE] Math::BigInt v1.69
+             From: Tels <perl_dummy@bloodgate.com>
+             Date: Tue, 13 Jan 2004 19:28:48 +0100
+             Message-Id: <200401131928.50247@bloodgate.com>
      Branch: perl
-          ! lib/vars.pm
+          ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
+          ! lib/Math/BigInt/CalcEmu.pm lib/Math/BigInt/t/bare_mbi.t
+          ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
+          ! lib/Math/BigInt/t/sub_mbi.t
 ____________________________________________________________________________
-[ 15915] By: jhi                                   on 2002/04/14  15:41:01
-        Log: use vars wasn't use utf8 aware.
+[ 22128] By: rgs                                   on 2004/01/13  09:06:11
+        Log: MANIFEST adjustment.
      Branch: perl
-          ! lib/vars.pm
+          ! MANIFEST
 ____________________________________________________________________________
-[ 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.
+[ 22126] By: ams                                   on 2004/01/13  07:16:33
+        Log: Upgrade to Locale::Maketext 1.07.
      Branch: perl
-          ! lib/Hash/Util.pm lib/Hash/Util.t universal.c
+          + lib/Locale/Maketext/t/04super.t
+          + lib/Locale/Maketext/t/05super.t
+          ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext.pod
+          ! lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/README
 ____________________________________________________________________________
-[ 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>
+[ 22125] By: rgs                                   on 2004/01/12  22:44:53
+        Log: Document usage of $_ and pos() inside /(?{...})/.
+             (see change #2367.)
      Branch: perl
-          ! AUTHORS
+          ! pod/perlre.pod
 ____________________________________________________________________________
-[ 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:
-             
-             [ 15904]
-             Disable test code (assertions) in CRLF layer.
-             
-             [ 15903]
-             Avoid expensive paranoid check that decoder does return legal UTF-8
+[ 22124] By: rgs                                   on 2004/01/12  22:10:51
+        Log: Upgrade to MIME::Base64 2.23.
      Branch: perl
-         !> ext/Encode/Encode.xs perlio.c
+          ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
+          ! ext/MIME/Base64/Changes ext/MIME/Base64/QuotedPrint.pm
 ____________________________________________________________________________
-[ 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>
+[ 22123] By: rgs                                   on 2004/01/12  21:24:28
+        Log: Subject: [PATCH handy.h] RE: MIME-Base64-2.22 [PATCH]
+             From: Robin Barker <Robin.Barker@npl.co.uk>
+             Date: Thu, 8 Jan 2004 16:21:25 -0000
+             Message-ID: <533D273D4014D411AB1D00062938C4D904046787@hotel.npl.co.uk>
      Branch: perl
-          ! lib/FileCache.pm
+          ! handy.h
 ____________________________________________________________________________
-[ 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>
+[ 22122] By: nicholas                              on 2004/01/12  19:52:16
+        Log: Subject: Re: 5.8.3-RC1, ext/threads/shared/t/wait still hanging
+             From: Mike Pomraning <mjp@pilcrow.madison.wi.us>
+             Message-ID: <Pine.LNX.4.58.0401121127210.15844@benevelle.wi.securepipe.com>
+             Date: Mon, 12 Jan 2004 12:41:52 -0600 (CST)
      Branch: perl
-          ! ext/Storable/Storable.xs
+          ! ext/threads/shared/t/wait.t
 ____________________________________________________________________________
-[ 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>
+[ 22121] By: nicholas                              on 2004/01/12  17:27:25
+        Log: use sv_setpvn rather than sv_setpv and save a strlen()
      Branch: perl
-          ! hints/hpux.sh
+          ! doop.c
 ____________________________________________________________________________
-[ 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>
+[ 22120] By: merijn                                on 2004/01/12  13:04:42
+        Log: Subject: [PATCH] Make 'Configure -Dcf_by=...' work
+             From: Gisle Aas <gisle@ActiveState.com>
+             Date: 12 Jan 2004 02:35:27 -0800
+             Message-ID: <lrvfnh315c.fsf@caliper.activestate.com>
      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
+          ! Configure
 ____________________________________________________________________________
-[ 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
+[ 22117] By: rgs                                   on 2004/01/12  10:10:43
+        Log: Subject: Re: [perl #24846] [PATCH] Apparent utf8 bug in join() in 5.8.[012]
+             From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
+             Date: Mon, 12 Jan 2004 11:19:37 +0900
+             Message-Id: <20040112111007.EB69.BQW10602@nifty.com>
+     Branch: perl
+          ! doop.c t/op/join.t
 ____________________________________________________________________________
-[ 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)
+[ 22115] By: nicholas                              on 2004/01/11  23:37:09
+        Log: Subject: Re: 5.8.3-RC1, ext/threads/shared/t/wait still hanging
+             From: Mike Pomraning <mjp@pilcrow.madison.wi.us>
+             Message-ID: <Pine.LNX.4.58.0401111548010.6679@localhost.localdomain>
+             Date: Sun, 11 Jan 2004 16:24:18 -0600 (CST)
+     Branch: perl
+          ! ext/threads/shared/t/wait.t
 ____________________________________________________________________________
-[ 15901] By: jhi                                   on 2002/04/13  23:10:36
-        Log: Fixed URL for the Alpha editor.
+[ 22113] By: nicholas                              on 2004/01/11  23:14:48
+        Log: Regenerate win32/Makefile and win32/makefile.mk after
+
+             Integrate:
+             [ 22081]
+             Move pod/perldelta.pod to pod/perl583delta.pod, and arrange for
+             a copy to be made at build time.
+
+             [ 22111]
+             Subject: Re: [PATCH win32/makefile.mk] (was Re: 5.8.3 RC1)
+             From: Abe Timmerman <abe@ztreet.demon.nl>
+             Message-Id: <200401111813.40829.abe@ztreet.demon.nl>
+             Date: Sun, 11 Jan 2004 18:13:40 +0100
+
+             plus revert 22092 and 22080
      Branch: perl
-          ! pod/perlfaq3.pod
+          ! pod.lst win32/Makefile win32/makefile.mk
+         !> pod/buildtoc
 ____________________________________________________________________________
-[ 15900] By: jhi                                   on 2002/04/13  21:43:19
-        Log: Dedodgify.
+[ 22112] By: rgs                                   on 2004/01/11  22:38:08
+        Log: Upgrade to Cwd 2.14.
      Branch: perl
-          ! ext/Storable/Storable.xs
+          ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/Cwd.pm
 ____________________________________________________________________________
-[ 15899] By: jhi                                   on 2002/04/13  21:23:41
-        Log: AUTHORS updates.
+[ 22110] By: rgs                                   on 2004/01/11  16:34:43
+        Log: Upgrade to Math::BigRat 0.11
+
+             Subject: [PATCH] [ANNOUCNE] Math::BigRat 0.11
+             From: Tels <perl_dummy@bloodgate.com>
+             Date: Wed, 7 Jan 2004 18:30:06 +0100
+             Message-Id: <200401071830.07445@bloodgate.com>
      Branch: perl
-          ! AUTHORS
+          ! lib/Math/BigRat.pm lib/Math/BigRat/t/bigrat.t
+          ! lib/Math/BigRat/t/bigratpm.inc lib/Math/BigRat/t/bigratpm.t
 ____________________________________________________________________________
-[ 15898] By: jhi                                   on 2002/04/13  19:59:49
-        Log: s2p needs Config.pm.
+[ 22109] By: rgs                                   on 2004/01/10  23:39:38
+        Log: Subject: [PATCH] Nicer formatting for function arguments in Carp messages
+             From: Steve Hay <steve.hay@uk.radan.com>
+             Date: Wed, 07 Jan 2004 13:22:30 +0000
+             Message-ID: <3FFC0816.9090406@uk.radan.com>
+
+             (and increment version number in Carp)
      Branch: perl
-          ! Makefile.SH
+          ! lib/Carp.pm lib/Carp/Heavy.pm
 ____________________________________________________________________________
-[ 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>
+[ 22108] By: adi                                   on 2004/01/10  21:33:59
+        Log: documentation nit
      Branch: perl
-          ! lib/Benchmark.t
+          ! pod/perlop.pod
 ____________________________________________________________________________
-[ 15896] By: jhi                                   on 2002/04/13  19:10:08
-        Log: Tweaks by Autrijus Tang.
+[ 22107] By: adi                                   on 2004/01/10  20:19:09
+        Log: nit to Bytecode - the av_extend opcode wasn't saved when
+             the array had AvFILL == 0
      Branch: perl
-          ! ext/Encode/encoding.pm
+          ! ext/B/B/Assembler.pm
 ____________________________________________________________________________
-[ 15895] By: jhi                                   on 2002/04/13  18:27:05
-        Log: FAQ sync.
+[ 22106] By: adi                                   on 2004/01/10  20:16:03
+        Log: still problems with backreferences + reverse cloning
+             after #21936 - the weak reference may live on the pad.
      Branch: perl
-          ! pod/perlfaq5.pod
+          ! sv.c
 ____________________________________________________________________________
-[ 15894] By: jhi                                   on 2002/04/13  16:22:06
-        Log: z/OS tally update.
+[ 22104] By: nicholas                              on 2004/01/09  19:50:43
+        Log: Bah. Makefile.PL still tests the sub-MANIFEST
      Branch: perl
-          ! pod/perldelta.pod
+          ! ext/Storable/MANIFEST
 ____________________________________________________________________________
-[ 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>
+[ 22103] By: davem                                 on 2004/01/09  12:20:38
+        Log: temporarily backout test of thread returning a closure. It crashes
+             win32.
      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
+          ! ext/threads/t/problems.t
 ____________________________________________________________________________
-[ 15892] By: jhi                                   on 2002/04/13  15:24:54
-        Log: Add piconv and enc2xs to the list of utilities.
+[ 22102] By: davem                                 on 2004/01/08  22:32:28
+        Log: Subject: segv in pad.c with threads (was: DBD::Oracle and Perl 5.8.2 threads)
+             Message-ID: <20040107121357.GD82921@dansat.data-plan.com>
+
+             Returning a closure from a thread (via join) could mess up because
+             pointers to PL_sv_undef weren't rejigged to point at the joiner's
+             version of PL_sv_undef. Also, the closure's CvGV got cloned too
+             but never freed, since CvGV isn't refcounted.
      Branch: perl
-          ! utils.lst
+          ! ext/threads/t/problems.t ext/threads/threads.xs sv.c
 ____________________________________________________________________________
-[ 15891] By: jhi                                   on 2002/04/13  14:55:11
-        Log: s.
+[ 22101] By: rgs                                   on 2004/01/08  21:00:56
+        Log: perl582delta.pod was not in the MANIFEST.
      Branch: perl
-          ! pod/perlunicode.pod
+          ! MANIFEST
 ____________________________________________________________________________
-[ 15890] By: rgs                                   on 2002/04/13  14:51:27
-        Log: Phrasing fixes by Nick Clark
+[ 22100] By: nicholas                              on 2004/01/08  17:35:27
+        Log: Integrate:
+             [ 22093]
+             Graham says that the search.cpan.org pod finder hashes on name
+             The 4 files all thinking they are perldelta.pod confuses it.
      Branch: perl
-          ! pod/perlunicode.pod
+         +> pod/perl582delta.pod
+         !> pod/perl581delta.pod pod/perl58delta.pod
 ____________________________________________________________________________
-[ 15889] By: rgs                                   on 2002/04/13  12:33:09
-        Log: More POD fixes and typos
+[ 22096] By: nicholas                              on 2004/01/08  13:15:38
+        Log: Subject: [PATCH pod/perlhist.pod] Mention 5.8.3-RC1
+             From: Abigail <abigail@abigail.nl>
+             Message-ID: <20040107230027.GC393@abigail.nl>
+             Date: Thu, 8 Jan 2004 00:00:27 +0100
      Branch: perl
-          ! pod/perlunicode.pod
+          ! pod/perlhist.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>
+[ 22091] By: nicholas                              on 2004/01/07  19:09:50
+        Log:
+             22088 22089 22090 (datestamp corrections - let's see if this really
+             works)
      Branch: perl
-          ! pod/perlunicode.pod
+         !> (integrate 35 files)
 ____________________________________________________________________________
-[ 15887] By: jhi                                   on 2002/04/12  22:38:23
-        Log: Fix a typo noticed by Paul Johnson.
+[ 22084] By: rgs                                   on 2004/01/07  09:25:16
+        Log: Hardcoded numerical flag masks. Bad.
      Branch: perl
-          ! MANIFEST
+          ! doop.c
 ____________________________________________________________________________
-[ 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>
+[ 22083] By: nicholas                              on 2004/01/06  18:57:29
+        Log: Seems that sv_setsv_cow needs to be visible to core extensions,
+             so that re will build properly on Win32. Thanks to Steve Hay for
+             trying COW and finding the problems.
      Branch: perl
-          ! lib/ExtUtils/t/INST.t
+          ! embed.fnc embed.h
 ____________________________________________________________________________
-[ 15885] By: jhi                                   on 2002/04/12  20:18:41
-        Log: Upgrade to Encode 1.34, from Dan Kogai.
+[ 22082] By: rgs                                   on 2004/01/06  18:11:22
+        Log: Fix bug #24813 : the -0 wasn't recognized on the #! line
      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
+          + t/run/switch0.t
+          ! MANIFEST perl.c
 ____________________________________________________________________________
-[ 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>
+[ 22079] By: nicholas                              on 2004/01/06  12:38:52
+        Log: Jarkko didn't move the cd ..\pod correctly. Given that it's been
+             like this pre 5.8.1, I suspect that no-one has used it recently.
      Branch: perl
-          ! AUTHORS
+          ! win32/makefile.mk
 ____________________________________________________________________________
-[ 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>
+[ 22076] By: rgs                                   on 2004/01/06  08:18:44
+        Log: The TODO tag should be included also when a TODO test succeeds,
+             so it's reported by the test harness
      Branch: perl
-          ! pp_pack.c t/op/pack.t
+          ! t/op/write.t
 ____________________________________________________________________________
-[ 15882] By: jhi                                   on 2002/04/12  19:59:36
-        Log: Re-sort MANIFEST.
+[ 22075] By: rgs                                   on 2004/01/06  07:56:25
+        Log: This TODO test seems to pass now.
      Branch: perl
-          ! MANIFEST
+          ! t/op/write.t
 ____________________________________________________________________________
-[ 15881] By: jhi                                   on 2002/04/12  19:58:43
-        Log: Move also the Win32 system testing to t/win32.
+[ 22074] By: rgs                                   on 2004/01/05  23:29:55
+        Log: Some of the bitwise manipulation PP functions weren't checking
+             whether their arguments were magical before using them.
+             (bug [#24816]).
      Branch: perl
-          + t/win32/system.t
-          - t/op/winsystem.t
-          ! MANIFEST
+          ! pp.c
 ____________________________________________________________________________
-[ 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.
+[ 22071] By: davem                                 on 2004/01/05  22:17:04
+        Log:
+             stop $^O getting tainted on read access, and disallow tainted
+             assignment to it
      Branch: perl
-          ! Changes patchlevel.h
+          ! mg.c t/op/taint.t
 ____________________________________________________________________________
-[ 15876] By: jhi                                   on 2002/04/12  13:36:52
-        Log: Discuss the magic of \w in security terms.
+[ 22068] By: rgs                                   on 2004/01/05  21:48:30
+        Log: Some mandatory syntax warnings emitted by the lexer weren't
+             disableable (bug [perl #24815]).
      Branch: perl
-          ! pod/perlsec.pod pod/perlunicode.pod
+          ! pod/perldiag.pod t/lib/warnings/toke toke.c
 ____________________________________________________________________________
-[ 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.
+[ 22067] By: nicholas                              on 2004/01/05  21:36:07
+        Log: Change the flag logic in buildtoc
      Branch: perl
-          ! pod/perlsec.pod
+          ! pod.lst pod/buildtoc
 ____________________________________________________________________________
-[ 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.
+[ 22064] By: nicholas                              on 2004/01/05  21:16:09
+        Log: Fix bug with MANIFEST generation when we also regenerate perltoc.pod
      Branch: perl
-          ! ext/Encode/t/Unicode.t
+          ! pod/buildtoc
 ____________________________________________________________________________
-[ 15873] By: jhi                                   on 2002/04/12  02:10:33
-        Log: Update to Net::Ping 2.16.
+[ 22058] By: rgs                                   on 2004/01/05  06:17:47
+        Log: Subject: [PATCH] skip num.t #47 on VMS
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Sun, 04 Jan 2004 23:16:26 -0600
+             Message-ID: <3FF8F32A.5000108@mac.com>
      Branch: perl
-          ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/README
+          ! t/base/num.t
 ____________________________________________________________________________
-[ 15872] By: jhi                                   on 2002/04/12  02:06:04
-        Log: Upgrade to CGI.pm 2.81.
+[ 22057] By: rgs                                   on 2004/01/05  06:17:07
+        Log: Subject: [PATCH configure.com] future-proof signal check
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Sun, 04 Jan 2004 22:53:40 -0600
+             Message-ID: <3FF8EDD4.3080308@mac.com>
      Branch: perl
-          ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/t/html.t
+          ! configure.com
 ____________________________________________________________________________
-[ 15871] By: jhi                                   on 2002/04/12  01:48:01
-        Log: Move up restricted hashes a bit.
+[ 22056] By: rgs                                   on 2004/01/04  20:45:31
+        Log: Upgrade to Cwd 2.13
      Branch: perl
-          ! pod/perldelta.pod
+          ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/Cwd.pm
 ____________________________________________________________________________
-[ 15870] By: jhi                                   on 2002/04/12  01:23:58
-        Log: Now using Unicode 3.2.0.
+[ 22055] By: davem                                 on 2004/01/04  19:34:36
+        Log: Subject: Re: [perl #24774] eval + format - \n = pp_ctl.c assertion
+             From: LAUN Wolfgang <wolfgang.laun@alcatel.at>
+             Date: Fri, 2 Jan 2004 11:31:46 +0100
+             Message-ID: <DF27CDCBD2581D4B88431901094E4B4D02B0C4B3@attmsx1>
+
+             eval of of a truncated format should fail
      Branch: perl
-          ! pod/perldelta.pod
+          ! t/op/write.t toke.c
 ____________________________________________________________________________
-[ 15869] By: jhi                                   on 2002/04/11  22:48:24
-        Log: UNICOS too has sockpair issues (unsurprisingly,
-             since UNICOS/mk has them too)
+[ 22052] By: rgs                                   on 2004/01/03  19:53:53
+        Log: Upgrade to PerlIO::via::QuotedPrint 0.06
      Branch: perl
-          ! ext/Socket/socketpair.t
+          ! lib/PerlIO/via/QuotedPrint.pm
 ____________________________________________________________________________
-[ 15868] By: jhi                                   on 2002/04/11  20:41:23
-        Log: FAQ patch from mjd regarding Tie::File.
+[ 22051] By: rgs                                   on 2004/01/03  19:51:02
+        Log: Upgrade to Time::HiRes 1.54
      Branch: perl
-          ! pod/perlfaq5.pod
+          + ext/Time/HiRes/hints/solaris.pl
+          ! MANIFEST ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
+          ! ext/Time/HiRes/HiRes.xs
 ____________________________________________________________________________
-[ 15867] By: jhi                                   on 2002/04/11  19:19:36
-        Log: ZWNJ, ZWJ.  Any further convenience aliasing should
-             consider using the NamesList.
+[ 22050] By: nicholas                              on 2004/01/03  19:24:00
+        Log: No matter how hard you proof read it, something always slips through.
      Branch: perl
-          ! lib/charnames.pm lib/charnames.t
+          ! ext/Storable/ChangeLog
 ____________________________________________________________________________
-[ 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]>
+[ 22049] By: nicholas                              on 2004/01/03  19:22:08
+        Log: Fix minor problems with the CPAN release
+             1: Make Storable.xs to work on 5.8.2 and later (already in the core)
+             2: Ship the linux hints file
+             3: Ship Test::More for the benefit of Perls pre 5.6.2
+             4: Correct Makefile.PL to install in core for 5.8.0 and later
      Branch: perl
-          ! lib/File/CheckTree.pm lib/File/CheckTree.t
+          ! ext/Storable/ChangeLog ext/Storable/MANIFEST
+          ! ext/Storable/Makefile.PL ext/Storable/README
+          ! ext/Storable/Storable.pm
 ____________________________________________________________________________
-[ 15865] By: jhi                                   on 2002/04/11  18:39:36
-        Log: More NT Unicode information from Jan Dubois.
+[ 22047] By: rgs                                   on 2004/01/03  00:07:13
+        Log: Tidy up change #18751, so that the second parameter to unpack()
+             defaults to $_ at compile-time, instead of run-time (like all
+             other primitives that default to $_).
      Branch: perl
-          ! pod/perltodo.pod
+          ! embed.h op.c opcode.h opcode.pl pp.sym pp_pack.c pp_proto.h
 ____________________________________________________________________________
-[ 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".
+[ 22044] By: nicholas                              on 2004/01/02  16:17:24
+        Log: Bump $threads::VERSION as the documentation has changed. Tweak the
+             documentaiton, update Arthur's e-mail address
      Branch: perl
-          ! pod/perlfunc.pod pod/perltodo.pod
+          ! ext/threads/threads.pm
 ____________________________________________________________________________
-[ 15863] By: jhi                                   on 2002/04/11  14:46:45
-        Log: Prettyprinting: shorten the lines to avoid linewrapping.
+[ 22043] By: rgs                                   on 2004/01/02  08:35:22
+        Log: Use the optimization level -O2 by default on Linux/gcc.
+             See :
+             Subject: Benchmarking (was Re: GCC bug breaking Perl_sv_catpvfn()?)
+             From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
+             Date: Thu, 1 Jan 2004 05:32:15 +0100
+             Message-ID: <071601c3d020$4046d2a0$d500a8c0@R2D2>
      Branch: perl
-          ! t/TEST
+          ! hints/linux.sh
 ____________________________________________________________________________
-[ 15862] By: jhi                                   on 2002/04/11  14:42:06
-        Log: Also NEC SUPER-UX has buggy sockpair().
+[ 22041] By: nicholas                              on 2004/01/02  00:38:00
+        Log: Update debugger version number and Changes file
      Branch: perl
-          ! ext/Socket/socketpair.t
+          ! lib/perl5db.pl
 ____________________________________________________________________________
-[ 15861] By: jhi                                   on 2002/04/11  13:35:01
-        Log: dTHX works on its own just fine.
+[ 22037] By: davem                                 on 2004/01/01  23:22:10
+        Log: addition to 22036 (document SUPER better): superclass may be plural
      Branch: perl
-          ! ext/DynaLoader/dl_aix.xs
+          ! pod/perlbot.pod pod/perlobj.pod
 ____________________________________________________________________________
-[ 15860] By: jhi                                   on 2002/04/11  13:34:40
-        Log: Must hold off building s2p until there's a miniperl.
+[ 22036] By: davem                                 on 2004/01/01  22:23:11
+        Log: Document the quirks of SUPER, especially the fact that it it
+             relative to the current package and not to the invoking object.
      Branch: perl
-          ! Makefile.SH
+          ! pod/perlboot.pod pod/perlbot.pod pod/perlobj.pod
+          ! pod/perltoot.pod
 ____________________________________________________________________________
-[ 15859] By: jhi                                   on 2002/04/11  13:02:10
-        Log: AIX: strerror_r() needs dTHX.
+[ 22034] By: davem                                 on 2004/01/01  19:58:08
+        Log: Fix bug #24383, where hashes with the :unique attribute weren't
+             getting made readonly on interpreter clone. Also, remove the
+             :unique attribute from the hashes in warnings.pm, since they may
+             later be modified by warnings::register.  Finally, adds tests for
+             the :unique attribute.
      Branch: perl
-          ! ext/DynaLoader/dl_aix.xs
+          ! ext/threads/t/problems.t lib/warnings.pm sv.c warnings.pl
 ____________________________________________________________________________
-[ 15858] By: jhi                                   on 2002/04/11  12:42:57
-        Log: Extracting the s2p may require the right dynlibpath.
+[ 22033] By: nicholas                              on 2004/01/01  19:22:24
+        Log: Subject: Perl 5.8.3 patches from the BS2000 port - part 2
+             From: Dorner Thomas <tdorner@amadeus.net>
+             Message-ID: <6727B1DACFCDD311A757009027CA8D69044B6740@Ex02.inhouse.start.de>
+             Date: Fri, 19 Dec 2003 07:16:47 +0100
      Branch: perl
-          ! Makefile.SH
+          ! t/io/utf8.t t/op/pat.t
 ____________________________________________________________________________
-[ 15857] By: jhi                                   on 2002/04/11  12:40:59
-        Log: Doc tweaks.
+[ 22032] By: rgs                                   on 2004/01/01  17:29:21
+        Log: Subject: [PATCH 5.8.2 @21574] OS/2 update
+             From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
+             Date: Thu, 18 Dec 2003 14:10:29 -0800
+             Message-ID: <20031218221029.GA7898@math.berkeley.edu>
      Branch: perl
-          ! ext/Time/HiRes/HiRes.pm
+          ! README.os2 hints/os2.sh installperl lib/ExtUtils/MM_Unix.pm
+          ! makedef.pl os2/Changes os2/OS2/REXX/DLL/Changes
+          ! os2/OS2/REXX/DLL/DLL.pm os2/os2.c os2/os2ish.h os2/perl2cmd.pl
 ____________________________________________________________________________
-[ 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>
+[ 22031] By: rgs                                   on 2004/01/01  16:30:13
+        Log: Document that /[\W]/ doesn't work, unicode-wise (see bug #18281)
      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
+          ! pod/perlunicode.pod
 ____________________________________________________________________________
-[ 15855] By: nick                                  on 2002/04/11  06:26:44
-        Log: Integrate mainline
-     Branch: perlio
-         !> (integrate 42 files)
+[ 22030] By: rgs                                   on 2004/01/01  13:55:31
+        Log: Document that detached threads aren't supported on Windows yet.
+     Branch: perl
+          ! ext/threads/threads.pm
 ____________________________________________________________________________
-[ 15854] By: jhi                                   on 2002/04/11  02:38:50
-        Log: Unused variables.
+[ 22029] By: rgs                                   on 2004/01/01  13:30:33
+        Log: Upgrade to Getopt::Long 2.34_01
      Branch: perl
-          ! ext/threads/shared/shared.xs ext/threads/threads.xs
+          ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES
 ____________________________________________________________________________
-[ 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>
+[ 22026] By: nicholas                              on 2003/12/31  15:22:31
+        Log: Tweak 00compile.t to avoid splatting a DIAG over core perl's
+             beautiful clean run of OKs. You are all getting a clean run of OKs,
+             aren't you?
      Branch: perl
-          ! lib/Term/ReadLine.pm
+          ! lib/Test/Harness/t/00compile.t
 ____________________________________________________________________________
-[ 15852] By: jhi                                   on 2002/04/10  22:48:15
-        Log: Upgrade to Encode 1.33, from Dan Kogai.
+[ 22025] By: nicholas                              on 2003/12/31  15:11:51
+        Log: Subject: [PATCH] "piconv -C 512" badly broken
+             From: Autrijus Tang <autrijus@autrijus.org>
+             Message-Id: <1072870210.769.5.camel@localhost>
+             Date: Wed, 31 Dec 2003 19:30:10 +0800
      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
+          ! ext/Encode/bin/piconv
 ____________________________________________________________________________
-[ 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.
+[ 22021] By: rgs                                   on 2003/12/31  08:28:43
+        Log: Upgrade to Test::Harness 2.40.
      Branch: perl
-          ! ext/B/B.pm ext/B/B/Lint.pm ext/B/t/lint.t
+          ! lib/Test/Harness.pm lib/Test/Harness/Changes
+          ! lib/Test/Harness/Iterator.pm lib/Test/Harness/Straps.pm
+          ! lib/Test/Harness/bin/prove lib/Test/Harness/t/00compile.t
+          ! lib/Test/Harness/t/assert.t lib/Test/Harness/t/callback.t
+          ! lib/Test/Harness/t/prove-switches.t
+          ! lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/strap.t
+          ! lib/Test/Harness/t/test-harness.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>
+[ 22020] By: rgs                                   on 2003/12/31  07:59:19
+        Log: C++ comments, bad.
      Branch: perl
-          ! pod/perldelta.pod
+          ! ext/Cwd/Cwd.xs
 ____________________________________________________________________________
-[ 15848] By: jhi                                   on 2002/04/10  14:22:12
-        Log: Integrate perlio:
-             
-             [ 15847]
-             Add a \t to Win32 pm_to_blib $(TOUCH) line.
+[ 22018] By: nicholas                              on 2003/12/30  23:29:59
+        Log: Bump VERSION numbers
      Branch: perl
-         !> lib/ExtUtils/MM_Win32.pm
+          ! ext/POSIX/POSIX.pm lib/Benchmark.pm lib/File/CheckTree.pm
+          ! lib/Getopt/Std.pm lib/PerlIO.pm lib/Tie/Hash.pm
+          ! lib/diagnostics.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
+[ 22016] By: rgs                                   on 2003/12/30  21:10:22
+        Log: A patch for Test::Harness on VMS by Craig Berry
+             (see RT CPAN bug #4745)
+     Branch: perl
+          ! lib/Test/Harness/Straps.pm
 ____________________________________________________________________________
-[ 15846] By: jhi                                   on 2002/04/10  12:57:51
-        Log: Try to fool old AIX when threading, from Merijn.
+[ 22013] By: nicholas                              on 2003/12/30  18:18:28
+        Log: Subject: more uni doc tweakage
+             From: Jarkko Hietaniemi <jhi@iki.fi>
+             Message-ID: <20031230133755.GA23118@vipunen.hut.fi>
+             Date: Tue, 30 Dec 2003 15:37:55 +0200
+
+             Subject: one more pod fix
+             From: Jarkko Hietaniemi <jhi@iki.fi>
+             Message-ID: <20031230135641.GA24516@vipunen.hut.fi>
+             Date: Tue, 30 Dec 2003 15:56:41 +0200
      Branch: perl
-          ! perl.h
+          ! lib/PerlIO.pm pod/perlunicode.pod
 ____________________________________________________________________________
-[ 15845] By: jhi                                   on 2002/04/10  12:44:51
-        Log: Update Changes.
+[ 22009] By: davem                                 on 2003/12/30  17:14:44
+        Log: bug #24757 perlrun.pod's description of find -mtime was ambiguous
      Branch: perl
-          ! Changes patchlevel.h
+          ! pod/perlrun.pod
 ____________________________________________________________________________
-[ 15844] By: jhi                                   on 2002/04/10  12:38:41
-        Log: Welcome to the 5.7.3.
+[ 22007] By: rgs                                   on 2003/12/30  16:04:47
+        Log: Upgrade to Math::BigInt 1.68.
      Branch: perl
-          ! NetWare/Makefile win32/Makefile
+          + lib/Math/BigInt/t/bigroot.t
+          ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
+          ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/CalcEmu.pm
+          ! lib/Math/BigInt/t/alias.inc lib/Math/BigInt/t/bare_mbi.t
+          ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigintpm.inc
+          ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/sub_mbi.t
 ____________________________________________________________________________
-[ 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.
+[ 22005] By: davem                                 on 2003/12/30  15:07:50
+        Log: Subject: Re: [perl #24774] eval + format - \n = pp_ctl.c assertion
+             heuristics for calculating buffer size needed to compile a format
+             didn't allow for \0
      Branch: perl
-          ! Makefile.SH
+          ! pp_ctl.c t/op/write.t
 ____________________________________________________________________________
-[ 15842] By: jhi                                   on 2002/04/10  11:47:23
-        Log: Integrate perlio:
-             
-             [ 15840]
-             We have been 5.7.3 for a while - install there ...
+[ 22003] By: rgs                                   on 2003/12/30  12:54:02
+        Log: Add a regression test for bug #24762
      Branch: perl
-         !> win32/makefile.mk
+          ! t/comp/parser.t
 ____________________________________________________________________________
-[ 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)
+[ 22002] By: rgs                                   on 2003/12/30  12:49:09
+        Log: Updates the notes about byacc in pumpkin.pod.
      Branch: perl
-          ! hints/aix.sh
+          ! Porting/pumpkin.pod
 ____________________________________________________________________________
-[ 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
+[ 22001] By: rgs                                   on 2003/12/30  09:58:08
+        Log: Bump up UNIVERSAL's version to 1.02
+             (due to fix #21418)
+     Branch: perl
+          ! lib/UNIVERSAL.pm
 ____________________________________________________________________________
-[ 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)
+[ 21999] By: nicholas                              on 2003/12/29  23:53:31
+        Log: Add Mike Pomraning
+     Branch: perl
+          ! AUTHORS
 ____________________________________________________________________________
-[ 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]>
+[ 21997] By: rgs                                   on 2003/12/29  20:11:12
+        Log: Update the README and Changes files for Switch 2.10
      Branch: perl
-          ! t/TEST
+          ! lib/Switch/Changes lib/Switch/README
 ____________________________________________________________________________
-[ 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>
+[ 21996] By: rgs                                   on 2003/12/29  20:07:00
+        Log: Upgrade to Switch 2.10, by integrating some changes by Damian
      Branch: perl
-          ! t/op/sub_lval.t
+          ! lib/Switch.pm
 ____________________________________________________________________________
-[ 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
+[ 21993] By: rgs                                   on 2003/12/29  10:49:29
+        Log: Windows hasn't getuid/setuid and friends.
+             Therefore disable the code related to them in POSIX.xs.
+
+             Subject: [PATCH: ext/POSIX/POSIX.xs] Re: Smoke [5.8.2] 21979 FAIL(Xt) MSWin32 5.1 Service Pack 1 (x86/1 cpu)
+             From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
+             Date: Mon, 29 Dec 2003 04:51:19 +0100
+             Message-ID: <03d401c3cdbf$05730ee0$d500a8c0@R2D2>
+     Branch: perl
+          ! ext/POSIX/POSIX.xs
 ____________________________________________________________________________
-[ 15833] By: jhi                                   on 2002/04/09  18:32:27
-        Log: Add tests for s2p/psed, from Wolfgang Laun.
+[ 21992] By: rgs                                   on 2003/12/29  10:31:07
+        Log: Subject: [PATCH] win32_chsize buglet
+             From: "Kevin Chase" <kevincha99@hotmail.com>
+             Date: Sun, 28 Dec 2003 15:48:56 -0800
+             Message-ID: <BAY2-F90usv0ccZRh8Z0005683d@hotmail.com>
      Branch: perl
-          + t/x2p/s2p.t
-          ! MANIFEST t/TEST
+          ! win32/win32.c
 ____________________________________________________________________________
-[ 15832] By: jhi                                   on 2002/04/09  18:14:57
-        Log: FAQ sync.
+[ 21991] By: rgs                                   on 2003/12/29  08:10:51
+        Log: Upgrade to Encode 1.99.
      Branch: perl
-          ! pod/perlfaq2.pod pod/perlfaq3.pod
+          ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/META.yml
+          ! ext/Encode/Unicode/Unicode.xs ext/Encode/encoding.pm
+          ! ext/Encode/t/enc_eucjp.t ext/Encode/t/enc_utf8.t
+          ! ext/Encode/t/mime-header.t ext/Encode/ucm/gsm0338.ucm
+          ! ext/Encode/ucm/macArabic.ucm ext/Encode/ucm/macFarsi.ucm
+          ! ext/Encode/ucm/macHebrew.ucm
 ____________________________________________________________________________
-[ 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.
+[ 21990] By: rgs                                   on 2003/12/28  18:41:35
+        Log: Fix a little syntax error, reported by Marcus Holland-Moritz
      Branch: perl
-          ! reentr.c reentr.h reentr.pl
+          ! win32/win32.c
 ____________________________________________________________________________
-[ 15830] By: jhi                                   on 2002/04/09  16:11:43
-        Log: Avoid bad prototypes.
+[ 21989] By: nicholas                              on 2003/12/28  11:49:20
+        Log: From: "Nigel Sandever" <njsandever@hotmail.com>
+             Subject: [PATCH] 5.8.1 / bcc55 / win32 / Enable PerlIO and/ or USE_LARGE_FILES
+             Message-ID: <Law9-F94BdsnvUFcxT500000ea5@hotmail.com>
+             Date: Thu, 25 Sep 2003 21:49:07 +0000
      Branch: perl
-          ! hints/hpux.sh
+          ! dosish.h win32/win32.c win32/win32sck.c
 ____________________________________________________________________________
-[ 15829] By: jhi                                   on 2002/04/09  14:45:48
-        Log: metaconfig unit change for #15828.
-     Branch: metaconfig
-          ! U/protos/Protochk.U
+[ 21988] By: rgs                                   on 2003/12/27  23:46:40
+        Log: Regenerate the perly.c patch for byacc output painless fixing
+     Branch: perl
+          ! perly_c.diff
 ____________________________________________________________________________
-[ 15828] By: jhi                                   on 2002/04/09  14:45:21
-        Log: As Merijn points out, pthread.h really needs to be known
-             by protochk.
+[ 21986] By: rgs                                   on 2003/12/27  23:11:59
+        Log: Fix bug [perl #24762] : C<*foo{CODE} ? 1 : 0> was a syntax error
      Branch: perl
-          ! Configure
+          ! perly.c perly.y vms/perly_c.vms
 ____________________________________________________________________________
-[ 15827] By: jhi                                   on 2002/04/09  12:45:56
-        Log: Integrate perlio:
-             
-             [ 15826]
-             Patch up Encode for Tk
+[ 21985] By: nicholas                              on 2003/12/27  22:55:35
+        Log: Subject: Cross compilation patches for arm.
+             From: Redvers Davies <red@criticalintegration.com>
+             Message-Id: <1072098653.4789.6.camel@ragefire>
+             Date: Mon, 22 Dec 2003 08:11:34 -0500
      Branch: perl
-         !> ext/Encode/Encode.pm ext/Encode/lib/Encode/Alias.pm
-         !> ext/Encode/lib/Encode/Unicode.pm ext/Encode/t/Aliases.t
+          ! Cross/Makefile Cross/Makefile.SH.patch Cross/README
+          ! Cross/config.sh-arm-linux Cross/installperl.patch
 ____________________________________________________________________________
-[ 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
+[ 21983] By: rgs                                   on 2003/12/27  21:29:04
+        Log: Fix bug [perl #24735] : make sure that the range (..) operator
+             treats an undefined argument as 0 for numerical ranges and as ""
+             for magical string ranges.
+     Branch: perl
+          ! pp_ctl.c t/op/range.t
 ____________________________________________________________________________
-[ 15825] By: jhi                                   on 2002/04/09  11:51:36
-        Log: Portability tweak.
+[ 21981] By: rgs                                   on 2003/12/27  20:14:09
+        Log: Subject: PATCH:  *DB*_File
+             From: "Paul Marquess" <Paul.Marquess@btinternet.com>
+             Date: Sat, 27 Dec 2003 20:02:30 -0000
+             Message-ID: <AIEAJICLCBDNAAOLLOKLIEAOPGAA.Paul.Marquess@btinternet.com>
      Branch: perl
-          ! lib/File/CheckTree.t
+          ! XSUB.h ext/DB_File/Changes ext/DB_File/DB_File.pm
+          ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
+          ! ext/DB_File/t/db-hash.t ext/DB_File/t/db-recno.t
+          ! ext/DB_File/typemap ext/GDBM_File/typemap
+          ! ext/NDBM_File/typemap ext/ODBM_File/typemap
+          ! ext/SDBM_File/typemap
 ____________________________________________________________________________
-[ 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>
+[ 21978] By: nicholas                              on 2003/12/27  18:31:27
+        Log: Straggler from Cwd
      Branch: perl
-          ! pod/perlhist.pod
+          + ext/Cwd/Changes
 ____________________________________________________________________________
-[ 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)
+[ 21977] By: nicholas                              on 2003/12/27  18:29:44
+        Log: Straggler from Unicode::Collate.
+             We need to automate this.
+             For some value of we. (tr/w/m/ I suspect)
+     Branch: perl
+          + lib/Unicode/Collate/t/rearrang.t
 ____________________________________________________________________________
-[ 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>
+[ 21976] By: nicholas                              on 2003/12/27  18:28:37
+        Log: Assimilate Unicode::Collate 0.33
      Branch: perl
-          ! lib/File/CheckTree.pm
+          + lib/Unicode/Collate/t/altern.t lib/Unicode/Collate/t/view.t
+          ! MANIFEST lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
+          ! lib/Unicode/Collate/README lib/Unicode/Collate/keys.txt
+          ! lib/Unicode/Collate/t/contract.t
+          ! lib/Unicode/Collate/t/illegal.t lib/Unicode/Collate/t/test.t
+          ! lib/Unicode/Collate/t/version.t
 ____________________________________________________________________________
-[ 15821] By: jhi                                   on 2002/04/09  01:56:05
-        Log: Small perldelta tweaks.
+[ 21975] By: nicholas                              on 2003/12/27  18:12:33
+        Log: Assimilate PodParser-1.26
      Branch: perl
-          ! pod/perldelta.pod
+          ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
+          ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/PlainText.pm
+          ! lib/Pod/Select.pm lib/Pod/Usage.pm pod/pod2usage.PL
+          ! pod/podselect.PL t/pod/pod2usage.xr t/pod/podselect.xr
 ____________________________________________________________________________
-[ 15820] By: jhi                                   on 2002/04/09  01:37:28
-        Log: File::Checktree update from Paul Grassie.
+[ 21974] By: nicholas                              on 2003/12/27  17:50:34
+        Log: Assimilate File::Spec 0.87
      Branch: perl
-          ! lib/File/CheckTree.pm lib/File/CheckTree.t
+          ! lib/File/Spec.pm lib/File/Spec/t/Spec.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>
+[ 21973] By: nicholas                              on 2003/12/27  17:24:27
+        Log: Assimilate Digest 1.05
      Branch: perl
-          ! t/op/sub_lval.t
+          ! lib/Digest.pm lib/Digest/t/digest.t
 ____________________________________________________________________________
-[ 15818] By: ams                                   on 2002/04/08  22:40:16
-        Log: Humbly pay homage to the redundancy gods.
+[ 21972] By: nicholas                              on 2003/12/27  17:20:23
+        Log: Assimilate Cwd 2.12 from CPAN. Cwd wasn't in Maintainers, so change
+             21646 was only applied to core (must punt this back and thereby unfork)
+             Need to fix test boilerplate properly for PERL_CORE
      Branch: perl
-          ! mg.c
+          ! MANIFEST Porting/Maintainers.pl ext/Cwd/Cwd.xs ext/Cwd/t/cwd.t
+          ! ext/Cwd/t/taint.t lib/Cwd.pm
 ____________________________________________________________________________
-[ 15817] By: jhi                                   on 2002/04/08  22:20:46
-        Log: metaconfig mirror #15816.
-     Branch: metaconfig
-          ! U/modified/Unix.U
+[ 21971] By: nicholas                              on 2003/12/27  16:55:54
+        Log: Subject: [PATCH] Remove Win32 compiler warnings
+             From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
+             Date: Sat, 27 Dec 2003 17:39:20 +0100
+             Message-ID: <018901c3cc97$fa976660$d500a8c0@R2D2>
+     Branch: perl
+          ! ext/XS/APItest/APItest.xs ext/threads/shared/shared.xs sv.c
 ____________________________________________________________________________
-[ 15816] By: ams                                   on 2002/04/08  22:18:32
-        Log: Nuke one overly-broad generalisation, as suggested by Sarathy.
+[ 21970] By: nicholas                              on 2003/12/27  16:39:01
+        Log: Allow overriding of the p4 settings via environment variables
+             Make regexp more robust to parse FreeBSD's patch output
      Branch: perl
-          ! Porting/Glossary
+          ! Porting/apply
 ____________________________________________________________________________
-[ 15815] By: jhi                                   on 2002/04/08  22:05:08
-        Log: Small piconv tweaks (sent to Dan).
+[ 21968] By: rgs                                   on 2003/12/27  14:27:57
+        Log: Subject: [PATCH] perl 5.8.0, FindBin::again
+             From: Slaven Rezic <slaven@rezic.de>
+             Date: 01 May 2003 21:28:10 +0200
+             Message-ID: <873cjy31rp.fsf@vran.herceg.de>
      Branch: perl
-          ! ext/Encode/Encode.pm ext/Encode/bin/piconv
-          ! ext/Encode/lib/Encode/Alias.pm
+          ! lib/FindBin.pm lib/FindBin.t
 ____________________________________________________________________________
-[ 15814] By: jhi                                   on 2002/04/08  19:04:52
-        Log: Update Changes.
+[ 21967] By: nicholas                              on 2003/12/27  13:26:29
+        Log: Subject: [PATCH: sv.c] Turn Quad_t to Uquad_t in unsigned branch
+             From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
+             Date: Sat, 27 Dec 2003 02:48:19 +0100
+             Message-ID: <010001c3cc1b$813763a0$d500a8c0@R2D2>
      Branch: perl
-          ! Changes patchlevel.h
+          ! sv.c
 ____________________________________________________________________________
-[ 15813] By: jhi                                   on 2002/04/08  18:56:58
-        Log: FAQ sync.  (Ignoring the few URL differences for now.)
+[ 21964] By: nicholas                              on 2003/12/26  20:31:38
+        Log: Change minimum perl version where the test is run from 5.9.0 to 5.8.3
+             as I'm going to integrate the core patch
      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
+          ! ext/List/Util/t/weak.t
 ____________________________________________________________________________
-[ 15812] By: jhi                                   on 2002/04/08  18:23:41
-        Log: Upgrade to Encode 1.31, from Dan Kogai.
+[ 21962] By: nicholas                              on 2003/12/26  19:22:16
+        Log: Subject: [PATCH: sv.c] Re: GCC bug breaking Perl_sv_catpvfn()?
+             From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
+             Date: Fri, 26 Dec 2003 02:47:09 +0100
+             Message-ID: <03ca01c3cb52$2d509b40$5700a8c0@R2D2>
      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
+          ! sv.c
 ____________________________________________________________________________
-[ 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>
+[ 21960] By: rgs                                   on 2003/12/26  10:18:24
+        Log: Refactor the code that checks whether a range is numeric
+             or string-magical.
      Branch: perl
-          ! lib/sort.t pp_sort.c
+          ! pp_ctl.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
+[ 21959] By: rgs                                   on 2003/12/26  08:51:06
+        Log: Restore ext/SDBM_File/sdbm/Makefile to its pre-21655 state.
+             This fixes building SDBM_File on AIX.
+     Branch: perl
+          ! ext/SDBM_File/sdbm/Makefile.PL
 ____________________________________________________________________________
-[ 15809] By: jhi                                   on 2002/04/08  16:27:10
-        Log: Mirroring #15806.
+[ 21958] By: rgs                                   on 2003/12/25  21:22:25
+        Log: Fix bug [perl #24641] : when POSIX::set[ug]id() are called,
+             update the perl variables PL_uid and PL_euid (resp. PL_gid
+             and PL_egid) with the new values.
      Branch: perl
-          ! Porting/Glossary Porting/config.sh Porting/config_H
+          ! ext/POSIX/POSIX.xs
 ____________________________________________________________________________
-[ 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
+[ 21957] By: rgs                                   on 2003/12/25  20:14:00
+        Log: Subject: [PATCH 5.8.2 @21574] INSTALL_PREFIX from C
+             From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
+             Date: Thu, 18 Dec 2003 12:30:06 -0800
+             Message-ID: <20031218203006.GA7772@math.berkeley.edu>
      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>
+[ 21956] By: rgs                                   on 2003/12/25  19:40:55
+        Log: Subject: BigInt v1.68 - pre-release
+             From: Tels <perl_dummy@bloodgate.com>
+             Date: Tue, 23 Dec 2003 01:09:23 +0100
+             Message-Id: <200312230106.27661@bloodgate.com>
      Branch: perl
-          ! Configure hints/hpux.sh reentr.pl
+          + lib/Math/BigInt/CalcEmu.pm lib/Math/BigInt/t/alias.inc
+          + lib/Math/BigInt/t/mbf_ali.t lib/Math/BigInt/t/mbi_ali.t
+          + lib/Math/BigInt/t/sub_ali.t
+          ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
+          ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
+          ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.inc
+          ! lib/Math/BigInt/t/upgrade.inc
 ____________________________________________________________________________
-[ 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>
+[ 21955] By: rgs                                   on 2003/12/25  18:59:54
+        Log: Subject: [perl #24506] [PATCH] cannot weaken refs to read only values
+             From: Fergal Daly <fergal@esatclear.ie>
+             Date: Tue, 2 Dec 2003 23:18:18 +0000
+             Message-Id: <200312022318.18353.fergal@esatclear.ie>
+
+             (tweaked so the test is skipped on perls < 5.9.0)
      Branch: perl
-          ! Porting/Glossary
+          ! ext/List/Util/t/weak.t sv.c
 ____________________________________________________________________________
-[ 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>
+[ 21953] By: nicholas                              on 2003/12/23  23:34:48
+        Log: Subject:  [PATCH: perl@21949] document patch for VMS port on new file systems
+             From:  PPrymmer@factset.com
+             Date:  Tue, 23 Dec 2003 17:27:44 -0500
+             Message-Id:  <OF32243F10.A592C9A9-ON85256E05.007B1741-85256E05.007B63CB@factset.com>
      Branch: perl
-          ! lib/ExtUtils/MM_Unix.pm
+          ! README.vms
 ____________________________________________________________________________
-[ 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>
+[ 21952] By: nicholas                              on 2003/12/23  23:19:19
+        Log: Subject: [patch t/test.pl] comment fix
+             From: Stas Bekman <stas@stason.org>
+             Message-ID: <3FE8C65A.4060708@stason.org>
+             Date: Tue, 23 Dec 2003 14:48:58 -0800
      Branch: perl
-          ! pod/perllexwarn.pod
+          ! t/test.pl
 ____________________________________________________________________________
-[ 15803] By: jhi                                   on 2002/04/08  12:35:08
-        Log: Upgrade to Encode 1.30, from Dan Kogai. 
+[ 21951] By: adi                                   on 2003/12/22  23:22:12
+        Log: re-fix [perl #24508] without speed regression.
+             keep an eye on this.
      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
+          ! op.c opcode.h opcode.pl
 ____________________________________________________________________________
-[ 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>
+[ 21950] By: adi                                   on 2003/12/22  23:19:25
+        Log: sanitize some macros - based on Chip Salzenberg suggestions and
+             on the way GNU people use the gcc-ish 'blocks in parens'
      Branch: perl
-          ! ext/MIME/Base64/t/base64.t
+          ! XSUB.h sv.h
 ____________________________________________________________________________
-[ 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>
+[ 21948] By: nicholas                              on 2003/12/22  21:00:30
+        Log: Subject: Re: Smoke [5.8.2] 21930 FAIL(t) MSWin32 5.1 Service Pack 1 (x86/1 cpu)
+             Message-ID: <Pine.LNX.4.58.0312220116520.17374@localhost.localdomain>
+             Date: Mon, 22 Dec 2003 01:52:08 -0600 (CST)
+             From: Mike Pomraning <mjp@pilcrow.madison.wi.us>
      Branch: perl
-          ! pod/perlguts.pod
+          ! ext/threads/shared/shared.xs
 ____________________________________________________________________________
-[ 15798] By: ams                                   on 2002/04/08  03:56:52
-        Log: New descriptions for savepv*(), as suggested by Gisle Aas.
+[ 21946] By: nicholas                              on 2003/12/22  20:34:06
+        Log: Subject:  doc nits
+             From:  Jarkko Hietaniemi <jhi@iki.fi>
+             Date:  Mon, 22 Dec 2003 21:57:34 +0200
+             Message-Id:  <20031222195734.GA29441@vipunen.hut.fi>
      Branch: perl
-          ! util.c
+          ! pod/perltodo.pod pod/perlunicode.pod
 ____________________________________________________________________________
-[ 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.)
+[ 21944] By: merijn                                on 2003/12/22  10:13:43
+        Log: Subject: [PATCH] configure.com archname tweak
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Sun, 21 Dec 2003 23:07:13 -0600
+             Message-ID: <3FE67C01.1000704@mac.com>
      Branch: perl
-          ! mg.c
+          ! configure.com
 ____________________________________________________________________________
-[ 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.
+[ 21942] By: rgs                                   on 2003/12/21  21:29:47
+        Log: Subject: [perl #24651] Taint bug with multiple backticks in ref consturctors
+             From: Mike Guy <mjtg@cam.ac.uk>
+             Date: Fri, 19 Dec 2003 17:17:11 +0000
+             Message-Id: <E1AXOFT-0007DE-7q@draco.cus.cam.ac.uk>
      Branch: perl
-          ! embed.fnc util.c
+          ! pod/perlsec.pod
 ____________________________________________________________________________
-[ 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>
+[ 21940] By: rgs                                   on 2003/12/21  15:33:19
+        Log: Fix a side-effect of bug #24674 in the perl debugger.
+
+             Subject: [perl #24674] 5.x odd taint bug
+             From: Dominique Quatravaux (via RT) <perlbug-followup@perl.org>
+             Date: 16 Dec 2003 15:03:24 -0000
+             Message-ID: <rt-3.0.7_01-24674-68456.11.3124667849085@perl.org>
      Branch: perl
-          ! ext/Devel/DProf/DProf.xs
+          ! lib/perl5db.pl
 ____________________________________________________________________________
-[ 15794] By: jhi                                   on 2002/04/07  23:31:28
-        Log: Retract #15793 since #15775 should fix the problem.
+[ 21938] By: rgs                                   on 2003/12/20  22:56:24
+        Log: Subject: Perl 5.8.3 patches from the BS2000 port
+             From: Dorner Thomas <tdorner@amadeus.net>
+             Date: Wed, 17 Dec 2003 15:41:17 +0100
+             Message-ID: <6727B1DACFCDD311A757009027CA8D69044B673A@Ex02.inhouse.start.de>
      Branch: perl
-          ! hv.c
+          ! hints/posix-bc.sh t/base/num.t t/comp/parser.t
 ____________________________________________________________________________
-[ 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>
+[ 21937] By: adi                                   on 2003/12/20  21:37:03
+        Log: after back-references, restricted hashes.
+             see http://nntp.perl.org/group/perl.perl5.porters/86497
+             this is hopefully only a temporary solution.
      Branch: perl
-          ! hv.c
+          ! perl.c
 ____________________________________________________________________________
-[ 15792] By: ams                                   on 2002/04/07  21:48:49
-        Log: Make other nits nervous.
+[ 21936] By: adi                                   on 2003/12/20  21:32:37
+        Log: fix [perl #24660], [perl #24663].
      Branch: perl
-          ! gv.c perl.c
+          ! mg.c sv.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>
+[ 21935] By: rgs                                   on 2003/12/20  21:21:50
+        Log: Upgrade to Time::Local 1.07_94
      Branch: perl
-          ! ext/MIME/Base64/t/base64.t
+          ! lib/Time/Local.pm lib/Time/Local.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>
+[ 21933] By: nicholas                              on 2003/12/20  20:07:44
+        Log: Subject: [PATCH] OpenVMS I64 support
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Message-ID: <3FE2441F.2070603@mac.com>
+             Date: Thu, 18 Dec 2003 18:19:43 -0600
      Branch: perl
-          ! ext/Devel/Peek/Peek.xs
+          ! configure.com vms/gen_shrfls.pl
 ____________________________________________________________________________
-[ 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
+[ 21932] By: nicholas                              on 2003/12/20  19:57:51
+        Log: remove duplicate PERL_HASH (as spotted by Enache Adrian in
+             <20031220124854.GA1265@ratsnest.hole> )
      Branch: perl
-          ! sv.c t/lib/warnings/op t/lib/warnings/sv
+          ! hv.c
 ____________________________________________________________________________
-[ 15788] By: jhi                                   on 2002/04/07  17:32:49
-        Log: Update from Dan Kogai.
+[ 21931] By: nicholas                              on 2003/12/20  18:58:06
+        Log: Solaris gconvert() doesn't like ndigits == 0. Currently we have no
+             Configure test for troublesome gconvert(), so for now simply avoid
+             the optimisation that calls gconvert() in this case.
      Branch: perl
-          ! ext/Encode/t/Unicode.t
+          ! sv.c
 ____________________________________________________________________________
-[ 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.
+[ 21928] By: rgs                                   on 2003/12/19  08:36:11
+        Log: Upgrade to CGI.pm 3.01
      Branch: perl
-          ! lib/Pod/t/eol.t
+          ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Fast.pm
+          ! lib/CGI/Pretty.pm lib/CGI/Util.pm lib/CGI/t/carp.t
+          ! lib/CGI/t/request.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>
+[ 21927] By: rgs                                   on 2003/12/19  08:10:41
+        Log: Subject: [DOCPATCH] base.pm
+             From: Elizabeth Mattijsen <liz@dijkmat.nl>
+             Date: Thu, 18 Dec 2003 22:30:52 +0100
+             Message-Id: <p05111b12bc07cc596977@[192.168.56.3]>
+
+             Plus, remove leftover mentions of pseudo-hashes
      Branch: perl
-          ! ext/Data/Dumper/Dumper.xs
+          ! lib/base.pm
 ____________________________________________________________________________
-[ 15785] By: jhi                                   on 2002/04/07  16:52:53
-        Log: Tpyo.
+[ 21924] By: nicholas                              on 2003/12/18  20:24:29
+        Log: "Richard" - who he? (Add "Richard Clamp" to the list of pumpkings)
      Branch: perl
-          ! lib/Pod/t/eol.t
+          ! pod/perlhist.pod
 ____________________________________________________________________________
-[ 15784] By: jhi                                   on 2002/04/07  16:41:29
-        Log: EBCDIC branch was forgotten.
+[ 21923] By: rgs                                   on 2003/12/18  14:58:42
+        Log: Perl 1.0.16 has been released.
      Branch: perl
-          ! ext/Devel/Peek/Peek.t
+          ! pod/perlhist.pod
 ____________________________________________________________________________
-[ 15783] By: jhi                                   on 2002/04/07  16:29:09
-        Log: charnames::viacode() was broken, noticed by Jeffrey.
+[ 21922] By: rgs                                   on 2003/12/17  21:36:36
+        Log: Subject: [PATCH: embed.fnc] arguments for perl_clone()
+             From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
+             Date: Wed, 17 Dec 2003 13:26:52 +0100
+             Message-ID: <055701c3c499$11144f90$8cecfe91@R2D2>
      Branch: perl
-          ! lib/charnames.pm lib/charnames.t
+          ! embed.fnc embed.h global.sym
 ____________________________________________________________________________
-[ 15782] By: jhi                                   on 2002/04/07  15:53:35
-        Log: Missing files.
+[ 21921] By: rgs                                   on 2003/12/17  17:34:05
+        Log: Subject: [PATCH] 2-arg cond_wait, cond_timedwait, tests
+             From: Mike Pomraning <mjp@pilcrow.madison.wi.us>
+             Date: Wed, 17 Dec 2003 00:05:58 -0600 (CST)
+             Message-ID: <Pine.LNX.4.58.0312092202040.13494@benevelle.wi.securepipe.com>
      Branch: perl
-          + ext/Encode/t/Unicode.t ext/Encode/t/grow.t
-          ! MANIFEST ext/Encode/MANIFEST
+          + ext/threads/shared/t/wait.t
+          ! MANIFEST ext/threads/shared/shared.pm
+          ! ext/threads/shared/shared.xs
 ____________________________________________________________________________
-[ 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
+[ 21918] By: rgs                                   on 2003/12/16  22:00:39
+        Log: Sync with the latest MakeMaker snapshot.
+             But set the $VERSION to 6.21_01.
+     Branch: perl
+          ! lib/ExtUtils/Changes lib/ExtUtils/MANIFEST.SKIP
+          ! lib/ExtUtils/META.yml lib/ExtUtils/MM_Any.pm
+          ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win95.pm
+          ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/MakeMaker/FAQ.pod
+          ! lib/ExtUtils/instmodsh
 ____________________________________________________________________________
-[ 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>
+[ 21917] By: alanbur                               on 2003/12/15  09:13:49
+        Log: Remove incorrect guards around inclusion of <signal.h>
+             Causes problems with UNIX03/SUSv3
+             Part 2 of change 21916 - oops!
+
+             See:
+             Message-Id: <3FDD06A5.8010004@sun.com>
+             Subject: Re: UNIX03 & C99 issue with 5.8.2
+             From: Alan Burlison <Alan.Burlison@sun.com>
+             Date: Mon, 15 Dec 2003 00:56:05 +0000
      Branch: perl
-          ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
+          ! doop.c mg.c mpeix/mpeixish.h plan9/plan9ish.h unixish.h util.c
 ____________________________________________________________________________
-[ 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>
+[ 21916] By: alanbur                               on 2003/12/15  09:02:58
+        Log: Remove incorrect guards around inclusion of <signal.h>
+             Causes problems with UNIX03/SUSv3
      Branch: perl
-          ! utf8.c
+          ! doio.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>
+[ 21915] By: rgs                                   on 2003/12/15  07:43:50
+        Log: Add the macros dAX and dITEMS to PPPort.
      Branch: perl
-          ! hv.c
+          ! ext/Devel/PPPort/PPPort.pm
 ____________________________________________________________________________
-[ 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>
+[ 21914] By: rgs                                   on 2003/12/14  22:53:43
+        Log: Subject: [patch Porting/pumpkin.pod] trying to ensure that PPPort is up-to-date on each new release
+             From: Stas Bekman <stas@stason.org>
+             Date: Sun, 14 Dec 2003 15:12:40 -0800
+             Message-ID: <3FDCEE68.3080509@stason.org>
      Branch: perl
-          ! lib/ExtUtils/MM_Unix.pm
+          ! Porting/pumpkin.pod
 ____________________________________________________________________________
-[ 15773] By: jhi                                   on 2002/04/06  19:25:47
-        Log: Instruction tweak.
+[ 21912] By: rgs                                   on 2003/12/14  22:48:17
+        Log: Subject: [DOCPATCH] perlfunc delete
+             From: Elizabeth Mattijsen <liz@dijkmat.nl>
+             Date: Sun, 14 Dec 2003 20:25:07 +0100
+             Message-Id: <p05111b07bc0269065a99@[192.168.56.3]>
      Branch: perl
-          ! README.os390
+          ! pod/perlfunc.pod
 ____________________________________________________________________________
-[ 15772] By: jhi                                   on 2002/04/06  19:05:50
-        Log: Update Changes.
+[ 21910] By: nicholas                              on 2003/12/14  20:06:41
+        Log: Forgot to remove a comment
      Branch: perl
-          ! Changes patchlevel.h
+          ! pp.c
 ____________________________________________________________________________
-[ 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>
+[ 21907] By: nicholas                              on 2003/12/14  18:35:15
+        Log: S_save_hek_flags should honour the "free" flag.
+             Ought to mask the flag bits that shouldn't be stored.
      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
+          ! hv.c
 ____________________________________________________________________________
-[ 15770] By: jhi                                   on 2002/04/06  18:54:06
-        Log: Prettyprinting and version paranoia.
+[ 21906] By: nicholas                              on 2003/12/14  17:06:13
+        Log: Some fool missed a letter n.
+             (and then "optimised" code based on its absense. D'oh)
+             Restore the correct behaviour - fetch with uppercase key, then if
+             still not found store with mixed/lowercase key.
      Branch: perl
-          ! ext/DB_File/t/db-recno.t
+          ! hv.c
 ____________________________________________________________________________
-[ 15769] By: jhi                                   on 2002/04/06  18:50:17
-        Log: Be explicit about the two DB_File tests croaking
-             in Mac OS X.
+[ 21905] By: nicholas                              on 2003/12/14  16:34:01
+        Log: Subject: Re: Change 21862
+             From: Enache Adrian <enache@rdslink.ro>
+             Date: Wed, 10 Dec 2003 06:05:58 +0200
+             Message-ID: <20031210040558.GC1584@ratsnest.hole>
+
+             (1st hunk), plus the equivalent for hv_delete_common
      Branch: perl
-          ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-recno.t
+          ! hv.c
 ____________________________________________________________________________
-[ 15768] By: jhi                                   on 2002/04/06  17:53:52
-        Log: Regen toc.
+[ 21904] By: nicholas                              on 2003/12/14  15:32:32
+        Log: Clean up a bug I introduced into caseless ENV hv_delete
+             (should be the proper fix for 21870 and 21872's band aid)
      Branch: perl
-          ! pod/perltoc.pod
+          ! hv.c
 ____________________________________________________________________________
-[ 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>
+[ 21902] By: rgs                                   on 2003/12/13  21:56:45
+        Log: Subject: Re: 5.6.2-RC1 on Cygwin
+             From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
+             Date: Sat, 6 Dec 2003 22:32:59 -0800
+             Message-ID: <20031207063259.GA3004@efn.org>
+             (with tweaks to cleanup code)
      Branch: perl
-          ! hv.h
+          ! t/op/taint.t
 ____________________________________________________________________________
-[ 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.
+[ 21898] By: nicholas                              on 2003/12/13  19:20:41
+        Log: Add Perl_ceil
      Branch: perl
-          ! lib/utf8.pm
+          ! perl.h pp.c
 ____________________________________________________________________________
-[ 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>      
+[ 21897] By: rgs                                   on 2003/12/13  18:41:51
+        Log: Reformat a long line in perlembed.pod (bug #24623).
      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
+          ! pod/perlembed.pod
 ____________________________________________________________________________
-[ 15763] By: jhi                                   on 2002/04/06  16:53:50
-        Log: No need to avoid utf8 warnings after #15762.
+[ 21896] By: nicholas                              on 2003/12/13  18:40:59
+        Log: The binary compatibility notes say that new global functions should
+             go at the end. Not that I'm anything more than "trainee" when it
+             comes to this bincompat stuff.
      Branch: perl
-          ! lib/Unicode/Collate.pm
+          ! embed.fnc proto.h
 ____________________________________________________________________________
-[ 15762] By: jhi                                   on 2002/04/06  16:41:06
-        Log: As noted by Philip Newton: nothing wrong with BOM,
-             but 0xFFFE quite wrong.
+[ 21895] By: rgs                                   on 2003/12/13  18:33:38
+        Log: alarm() is now implemented on Win32.
      Branch: perl
-          ! t/lib/warnings/utf8 utf8.c utf8.h
+          ! pod/perlport.pod
 ____________________________________________________________________________
-[ 15761] By: jhi                                   on 2002/04/06  16:17:57
-        Log: Explain the "gaps" in the UTF-8 encoding.
+[ 21893] By: nicholas                              on 2003/12/13  17:40:32
+        Log: foreach qw() { # not valid syntax for 5.005. So fix it.
      Branch: perl
-          ! pod/perlunicode.pod utf8.h
+          ! pod/buildtoc
 ____________________________________________________________________________
-[ 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>
+[ 21892] By: rgs                                   on 2003/12/13  17:02:12
+        Log: Subject: Patch for: [perl #24650] File::CheckTree should list Larry Wall as author, not unknown
+             From: David Dyck <david.dyck@fluke.com>
+             Date: Sat, 13 Dec 2003 00:01:34 -0800 (PST)
+             Message-ID: <Pine.LNX.4.51.0312122351450.8825@dd.tc.fluke.com>
      Branch: perl
-          ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
+          ! lib/File/CheckTree.pm
 ____________________________________________________________________________
-[ 15759] By: jhi                                   on 2002/04/06  16:08:14
-        Log: Signedness nits.
+[ 21891] By: rgs                                   on 2003/12/13  16:33:46
+        Log: Make the XSRETURN macro evaluate its argument only once.
      Branch: perl
-          ! hv.c
+          ! XSUB.h
 ____________________________________________________________________________
-[ 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.
+[ 21886] By: rgs                                   on 2003/12/13  12:30:08
+        Log: More POD fixes ; regenerate perltoc and perlmodlib.
      Branch: perl
-          ! embed.fnc embed.h hv.c lib/Hash/Util.t pod/perldiag.pod
-          ! proto.h
+          ! ext/DynaLoader/DynaLoader_pm.PL pod/perlmodlib.pod
+          ! pod/perltoc.pod
 ____________________________________________________________________________
-[ 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)
+[ 21885] By: rgs                                   on 2003/12/13  12:21:26
+        Log: Fix some of the pods to produce more standard manpages,
+             as reported by Eric S. Raymond.
      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
+          ! README.ce README.netware lib/Getopt/Std.pm lib/diagnostics.pm
 ____________________________________________________________________________
-[ 15756] By: jhi                                   on 2002/04/06  15:46:35
-        Log: Update the warning message.
+[ 21884] By: rgs                                   on 2003/12/13  00:09:01
+        Log: Subject: RE: [perl #24610] Pod::Html infinite recursion
+             From: Anders Johnson <ajohnson@nvidia.com>
+             Date: Fri, 12 Dec 2003 14:07:40 -0800
+             Message-ID: <33171CC36240D94EAF1FE584B1D14E0A06EC6F51@mail-sc-11.nvidia.com>
+             (with tweaks)
      Branch: perl
-          ! README.tru64
+          ! lib/Pod/Html.pm
 ____________________________________________________________________________
-[ 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>
+[ 21883] By: rgs                                   on 2003/12/12  23:54:25
+        Log: Modify the common guard for the signal.h header, because
+             C99 compilers don't like it.o
+
+             see :
+             Subject: UNIX03 & C99 issue with 5.8.2
+             From: Alan Burlison <Alan.Burlison@sun.com>
+             Date: Fri, 12 Dec 2003 23:04:52 +0000
+             Message-ID: <3FDA4994.6050209@sun.com>
      Branch: perl
-          ! pod/perlunicode.pod
+          ! doio.c doop.c mg.c mpeix/mpeixish.h plan9/plan9ish.h unixish.h
+          ! util.c
 ____________________________________________________________________________
-[ 15754] By: rgs                                   on 2002/04/05  20:47:22
-        Log: Some tests were failing silently instead of saying "not ok"
+[ 21882] By: rgs                                   on 2003/12/12  22:43:11
+        Log: Subject: [PATCH] Math::BigInt v1.67 released
+             From: Tels <perl_dummy@bloodgate.com>
+             Date: Fri, 12 Dec 2003 18:47:43 +0100
+             Message-Id: <200312121847.49039@bloodgate.com>
      Branch: perl
-          ! t/comp/proto.t
+          ! 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/downgrade.t lib/Math/BigInt/t/fallback.t
+          ! lib/Math/BigInt/t/sub_mbi.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
+[ 21881] By: merijn                                on 2003/12/12  16:09:14
+        Log: Subject: [PATCH] d_u32align for win32
+             From: Gisle Aas <gisle@ActiveState.com>
+             Date: 11 Dec 2003 01:33:39 -0800
+             Message-ID: <lrzndzr958.fsf@caliper.activestate.com>
+     Branch: perl
+          ! win32/config.bc win32/config.gc win32/config.vc
 ____________________________________________________________________________
-[ 15752] By: jhi                                   on 2002/04/05  18:37:32
-        Log: Minor Tie::File test patch, from mjd.
+[ 21879] By: rgs                                   on 2003/12/11  23:53:34
+        Log: Subject: [PATCH] environ array fix for VMS
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Thu, 11 Dec 2003 14:35:29 -0600
+             Message-ID: <3FD8D511.2030805@mac.com>
      Branch: perl
-          ! lib/Tie/File/t/24_cache_loop.t
+          ! vms/vms.c
 ____________________________________________________________________________
-[ 15751] By: jhi                                   on 2002/04/05  18:35:35
-        Log: Not *that* different line endings (noticed by Philip Newton)
+[ 21878] By: nicholas                              on 2003/12/11  23:49:20
+        Log: Subject: [PATCH] Perl 5.9.0 AUTHORS
+             From: Mark Leighton Fisher <mark-fisher@mindspring.com>
+             Message-ID: <3FD8E74F.7000202@mindspring.com>
+             Date: Thu, 11 Dec 2003 16:53:19 -0500
      Branch: perl
-          ! pod/perldelta.pod
+          ! AUTHORS
 ____________________________________________________________________________
-[ 15750] By: jhi                                   on 2002/04/05  18:02:26
-        Log: Retract #15745 for now; won't work without more Encode fixes.
+[ 21877] By: rgs                                   on 2003/12/11  23:40:54
+        Log: Add a mention of the error "DESTROY created new reference
+             to dead object" in perldiag.
      Branch: perl
-          ! ext/Encode/lib/Encode/10646_1.pm
+          ! pod/perldiag.pod
 ____________________________________________________________________________
-[ 15749] By: jhi                                   on 2002/04/05  17:00:01
-        Log: metaconfig unit change for #15748.
-     Branch: metaconfig
-          ! U/modified/Oldconfig.U
+[ 21876] By: adi                                   on 2003/12/11  23:04:03
+        Log: #21866 was wrong. another try to plumb that damn leak.
+     Branch: perl
+          ! mg.c sv.c
 ____________________________________________________________________________
-[ 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>
+[ 21875] By: adi                                   on 2003/12/11  20:11:07
+        Log: fix bug #24605.
+             substr() wasn't working when used repeatedly on the same utf-8
+             string.
      Branch: perl
-          ! Configure
+          ! sv.c t/op/substr.t
 ____________________________________________________________________________
-[ 15747] By: jhi                                   on 2002/04/05  13:42:29
-        Log: NetWare update from C Aditya.
+[ 21874] By: rgs                                   on 2003/12/09  21:36:58
+        Log: Suppress a C< $DB::single = 1 > from Switch.pm, as noticed
+             by Jan Dubois.
      Branch: perl
-          ! NetWare/Makefile NetWare/Nwmain.c NetWare/nw5.c dosish.h
+          ! lib/Switch.pm
 ____________________________________________________________________________
-[ 15746] By: jhi                                   on 2002/04/05  13:34:11
-        Log: Win32 pacifying from mjd.
+[ 21873] By: rgs                                   on 2003/12/09  21:33:22
+        Log: Subject: [PATCH perlunicode.pod, encoding.pm] Implicit upgrading docs
+             From: Autrijus Tang <autrijus@autrijus.org>
+             Date: Tue, 9 Dec 2003 20:39:16 +0800
+             Message-ID: <20031209123915.GA1454@not.autrijus.org>
      Branch: perl
-          ! lib/Tie/File/t/26_twrite.t
+          ! ext/Encode/encoding.pm pod/perlunicode.pod
 ____________________________________________________________________________
-[ 15745] By: jhi                                   on 2002/04/05  13:07:21
-        Log: Integrate perlio:
-             
-             [ 15744]
-             Not only did UCS-2 have dodgy name it was buggy.
+[ 21872] By: adi                                   on 2003/12/09  03:26:16
+        Log: temporary fix to avoid t/op/tie.t failures on Win32
      Branch: perl
-         !> ext/Encode/lib/Encode/10646_1.pm
+          ! hv.c
 ____________________________________________________________________________
-[ 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
+[ 21871] By: rgs                                   on 2003/12/08  15:22:26
+        Log: Upgrade to Digest-MD5 2.33.
+     Branch: perl
+          ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
+          ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
+          ! ext/Digest/MD5/t/files.t ext/Digest/MD5/typemap
 ____________________________________________________________________________
-[ 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)
+[ 21870] By: rgs                                   on 2003/12/08  08:22:17
+        Log: Integrate change #21862 from maint-5.8 :
+
+             Win32/MinGW tweaks
+             A. ENV_IS_CASELESS has trys to free(keysave) when
+             keysave isn't in scope yet.
+             B. For default makefile.mk which build with perlhost.h
+             stuff "live" need to link with g++ to find new/delete etc.
      Branch: perl
-          ! ext/Storable/Storable.xs ext/Storable/t/dclone.t
+         !> hv.c win32/makefile.mk
 ____________________________________________________________________________
-[ 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
+[ 21869] By: rgs                                   on 2003/12/08  07:37:27
+        Log: Subject: [PATCH] iterator reset moved to hv.c (was: [PATCH] SCALAR/FIRSTKEY for tied hashes in scalar context)
+             From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
+             Date: Mon, 08 Dec 2003 08:17:46 +0100
+             Message-id: <20031208071746.GA594@ethan>
      Branch: perl
-          ! pod/perlfunc.pod
+          ! hv.c mg.c
 ____________________________________________________________________________
-[ 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>
+[ 21868] By: adi                                   on 2003/12/08  03:38:39
+        Log: yet another leak. bigger fish still swimming around.
+             #!perl
+             eval q{ $_ = "x"; s/x/"in subst"/e } while 1;
+             __END__
      Branch: perl
-          ! lib/sort.t
+          ! pp_ctl.c
 ____________________________________________________________________________
-[ 15740] By: nick                                  on 2002/04/05  09:31:42
-        Log: Integrate mainline
-     Branch: perlio
-         +> (branch 49 files)
-         !> (integrate 82 files)
+[ 21867] By: adi                                   on 2003/12/08  03:34:37
+        Log: yet another 2 leaks. example for the second:
+             #! perl
+             eval q{ open $p{q}, "foo" } while 1
+             __END__
+     Branch: perl
+          ! op.c
 ____________________________________________________________________________
-[ 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>
+[ 21866] By: adi                                   on 2003/12/08  03:30:16
+        Log: plumb a leak with pos().
+
+             #! perl
+             while (1) {
+             my $a = "\x{1ff}"; $a =~ /\x{1ff}/g; pos($a);
+             }
+             __END__
      Branch: perl
-          ! ext/Encode/t/Aliases.t
+          ! sv.c
 ____________________________________________________________________________
-[ 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>
+[ 21865] By: rgs                                   on 2003/12/07  21:28:13
+        Log: Subject: [PATCH] documenting SCALAR gotcha
+             From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
+             Date: Sun, 07 Dec 2003 16:41:16 +0100
+             Message-id: <20031207154116.GA825@ethan>
      Branch: perl
-          ! ext/Encode/lib/Encode/Alias.pm
+          ! pod/perltie.pod
 ____________________________________________________________________________
-[ 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>
+[ 21864] By: rgs                                   on 2003/12/07  20:13:47
+        Log: Subject: [PATCH] setenv tweak for VMS
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Sat, 06 Dec 2003 18:13:32 -0600
+             Message-ID: <3FD270AC.3000106@mac.com>
      Branch: perl
-          ! gv.c t/op/method.t
+          ! vms/vms.c
 ____________________________________________________________________________
-[ 15736] By: jhi                                   on 2002/04/04  22:28:10
-        Log: I was fooled for a while, somebody else might be too.
+[ 21863] By: rgs                                   on 2003/12/06  21:33:22
+        Log: Missing thingies.
      Branch: perl
-          ! t/test.pl
+          ! pp.c pp_hot.c
 ____________________________________________________________________________
-[ 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>
+[ 21861] By: rgs                                   on 2003/12/06  20:58:12
+        Log: Subject: [PATCH] Math::BigInt v1.67 (pre-release)
+             From: Tels <perl_dummy@bloodgate.com>
+             Date: Sat, 6 Dec 2003 20:19:44 +0100
+             Message-Id: <200312062016.50484@bloodgate.com>
      Branch: perl
-          ! ext/threads/threads.pm
+          + lib/Math/BigInt/t/const_mbf.t lib/Math/BigInt/t/fallback.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/bigintc.t
+          ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
+          ! lib/Math/BigInt/t/bigints.t lib/Math/BigInt/t/biglog.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/with_sub.t
 ____________________________________________________________________________
-[ 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>
+[ 21860] By: rgs                                   on 2003/12/06  20:33:09
+        Log: Forgot to update the MANIFEST.
      Branch: perl
-          ! pod/perlfaq9.pod
+          ! MANIFEST
 ____________________________________________________________________________
-[ 15731] By: jhi                                   on 2002/04/04  16:11:47
-        Log: metaconfig unit change for #15730.
-     Branch: metaconfig
-          ! U/threads/usethreads.U
+[ 21859] By: rgs                                   on 2003/12/06  20:19:16
+        Log: Math::BigInt::Scalar is only for tests.
+             Move it under t/lib.
+     Branch: perl
+         +> t/lib/Math/BigInt/Scalar.pm
+          - lib/Math/BigInt/Scalar.pm
 ____________________________________________________________________________
-[ 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.
+[ 21858] By: rgs                                   on 2003/12/06  20:01:24
+        Log: Subject: [PATCH] casting bug in VMS part of Perl_start_glob
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Sat, 06 Dec 2003 12:44:40 -0600
+             Message-ID: <3FD22398.1060506@mac.com>
      Branch: perl
-          ! Configure
+          ! doio.c
 ____________________________________________________________________________
-[ 15729] By: jhi                                   on 2002/04/04  13:57:41
-        Log: Typo nits from Wolfgang Laun.
+[ 21857] By: rgs                                   on 2003/12/06  19:58:51
+        Log: Remove the "Can't provide tied hash usage" error from perldiag.
+             Mention the new tied hash SCALAR method in perldelta.
      Branch: perl
-          ! lib/Test/Harness.pm lib/Test/More.pm lib/Test/Simple.pm
+          ! pod/perldelta.pod pod/perldiag.pod
 ____________________________________________________________________________
-[ 15728] By: rgs                                   on 2002/04/04  07:09:12
-        Log: Detypo in diagnostics.
+[ 21856] By: rgs                                   on 2003/12/06  19:51:49
+        Log: Clarify the description of SCALAR in perltie
      Branch: perl
-          ! lib/locale.t
+          ! pod/perltie.pod
 ____________________________________________________________________________
-[ 15727] By: jhi                                   on 2002/04/04  05:54:20
-        Log: pod2html: try to be EOL agnostic.
-             (Needs testing on CRLF and CR platforms.)
+[ 21855] By: rgs                                   on 2003/12/06  19:50:07
+        Log: Subject: [PATCH] SCALAR/FIRSTKEY for tied hashes in scalar context
+             From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
+             Date: Sat, 06 Dec 2003 11:50:59 +0100
+             Message-id: <20031206105059.GA13989@ethan>
      Branch: perl
-          + lib/Pod/t/eol.t
-          ! MANIFEST lib/Pod/Html.pm pod/perldelta.pod
+          ! embed.fnc embed.h global.sym hv.c lib/Tie/Hash.pm mg.c
+          ! pod/perlapi.pod pod/perlfunc.pod pod/perltie.pod pp.c pp_hot.c
+          ! proto.h t/op/tie.t
 ____________________________________________________________________________
-[ 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>
+[ 21854] By: nicholas                              on 2003/12/06  16:30:35
+        Log: Make sv_force_normal_flags cope with shared hash key scalars
+             (remember the pointer from SvPVX, reset the flags before SvGROW,
+             avoid crazy loops or read-from-free)
      Branch: perl
-          ! lib/Pod/Html.pm
+          ! sv.c
 ____________________________________________________________________________
-[ 15725] By: jhi                                   on 2002/04/03  22:53:41
-        Log: Byebye, beebee.
+[ 21851] By: nicholas                              on 2003/12/05  20:49:10
+        Log: Back out the Makefile.PL part of 21808 as requested by Gisle Aas
      Branch: perl
-          ! t/lib/warnings/perlio
+          ! ext/Digest/MD5/Makefile.PL
 ____________________________________________________________________________
-[ 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>
+[ 21846] By: merijn                                on 2003/12/05  10:41:32
+        Log: Subject: [PATCH] Configure gets d_u32align wrong
+             From: Gisle Aas <gisle@ActiveState.com>
+             Date: 05 Dec 2003 03:47:01 -0800
+             Message-ID: <lr4qwfbi6i.fsf_-_@caliper.activestate.com>
      Branch: perl
-          ! configure.com
+          ! Configure
 ____________________________________________________________________________
-[ 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]>
+[ 21844] By: rgs                                   on 2003/12/05  07:31:18
+        Log: Subject: [REPATCH lib/AutoLoader.t] Test can() with AutoLoader
+             From: chromatic <chromatic@wgz.org>
+             Date: Mon, 01 Dec 2003 09:20:21 -0800
+             Message-Id: <1070299221.1275.19.camel@localhost>
      Branch: perl
-          ! lib/File/Spec/t/rel2abs2rel.t
+          ! lib/AutoLoader.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>
+[ 21843] By: rgs                                   on 2003/12/05  07:13:08
+        Log: Subject: [PATCH] another ext/SDBM_File/sdbm build fix
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Thu, 04 Dec 2003 16:00:03 -0600
+             Message-ID: <3FCFAE63.1080106@mac.com>
      Branch: perl
-          ! pp_pack.c
+          ! ext/SDBM_File/sdbm/Makefile.PL
 ____________________________________________________________________________
-[ 15721] By: jhi                                   on 2002/04/03  22:13:35
-        Log: Upgrade to Tie::File 0.93, from mjd.
+[ 21842] By: rgs                                   on 2003/12/05  07:07:30
+        Log: Subject: [PATCH] $^P, eval and caller
+             From: Paul Johnson <paul@pjcj.net>
+             Date: Fri, 5 Dec 2003 00:57:21 +0100
+             Message-ID: <20031204235721.GJ26355@pjcj.net>
      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
+          ! mg.c
 ____________________________________________________________________________
-[ 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>
+[ 21841] By: rgs                                   on 2003/12/04  12:00:28
+        Log: Fix File::Copy with hard links on Windows.
+
+             Subject: [PATCH] Re: perl @ 21830
+             From: Steve Hay <steve.hay@uk.radan.com>
+             Date: Wed, 03 Dec 2003 10:53:02 +0000
+             Message-ID: <3FCDC08E.7080800@uk.radan.com>
+
+             and
+             Date: Thu, 04 Dec 2003 11:02:22 +0000
+             Message-ID: <3FCF143E.1040905@uk.radan.com>
      Branch: perl
-          ! lib/AnyDBM_File.t
+          ! lib/File/Copy.pm lib/File/Copy.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
+[ 21840] By: rgs                                   on 2003/12/04  11:54:28
+        Log: Subject: Re: a2p.pod not being installed in 5.8.2?
+             From: Alan Burlison <Alan.Burlison@sun.com>
+             Date: Thu, 04 Dec 2003 12:14:30 +0000
+             Message-ID: <3FCF2526.3030905@sun.com>
      Branch: perl
-          ! perl.h
+          ! installperl
 ____________________________________________________________________________
-[ 15718] By: jhi                                   on 2002/04/03  20:27:49
-        Log: EPOC tweaks from Olaf Flebbe.
+[ 21837] By: rgs                                   on 2003/12/03  08:27:33
+        Log: Subject: Re: XS modules having problems with CLONE and ithreads unless PERL_NO_GET_CONTEXT is defined
+             From: Stas Bekman <stas@stason.org>
+             Date: Wed, 03 Dec 2003 01:41:42 -0800
+             Message-ID: <3FCDAFD6.9050106@stason.org>
      Branch: perl
-          ! README.epoc epoc/epoc.c epoc/epocish.h util.c
+          ! sv.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>
+[ 21836] By: rgs                                   on 2003/12/02  23:31:06
+        Log: The prove utility should also be installed on VMS and on Windows.
+             Haven't we regression tests for installations yet ?
      Branch: perl
-          ! lib/AnyDBM_File.t lib/sort.t
+          ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
 ____________________________________________________________________________
-[ 15716] By: rgs                                   on 2002/04/03  19:28:38
-        Log: perlcompile.pod was listing all B:: modules, except B::Concise
-             (resubmitted)
+[ 21835] By: rgs                                   on 2003/12/02  22:18:05
+        Log: FAQ sync.
      Branch: perl
-          ! pod/perlcompile.pod
+          ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
+          ! pod/perlfaq4.pod pod/perlfaq5.pod
 ____________________________________________________________________________
-[ 15715] By: rgs                                   on 2002/04/03  19:16:27
-        Log: perlcompile.pod was listing all B:: modules, except B::Concise
+[ 21834] By: rgs                                   on 2003/12/02  21:45:12
+        Log: Subject: Re: [perl #24574] find2perl provides different results to find
+             From: Slaven Rezic <slaven@rezic.de>
+             Date: 30 Nov 2003 22:16:59 +0100
+             Message-ID: <8765h1pnec.fsf@vran.herceg.de>
+
+             (plus a note about find2perl now defaulting to -print in perldelta)
      Branch: perl
-          ! pod/perlcompile.pod
+          ! pod/perldelta.pod x2p/find2perl.PL
 ____________________________________________________________________________
-[ 15714] By: jhi                                   on 2002/04/03  19:15:33
-        Log: non-perlio robustness.
+[ 21833] By: rgs                                   on 2003/12/02  21:34:57
+        Log: Subject: [PATCH] setting $0 still broken
+             From: Jan Dubois <jand@ActiveState.com>
+             Date: Thu, 27 Nov 2003 21:09:51 -0800
+             Message-ID: <f3mdsv8dcv4asle0kbhiijk0adu1l25sr3@4ax.com>
      Branch: perl
-          ! ext/Socket/socketpair.t lib/utf8.t
+          ! mg.c
 ____________________________________________________________________________
-[ 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
+[ 21832] By: rgs                                   on 2003/12/02  21:05:58
+        Log: Better docs for the special code blocks, based on :
+             Subject: [DOCPATCH] BEGIN, CHECK, INIT, END explained more
+             From: Elizabeth Mattijsen <liz@dijkmat.nl>
+             Date: Sat, 29 Nov 2003 23:15:56 +0100
+             Message-Id: <p05111b01bbeec2e8bf30@[192.168.56.3]>
+     Branch: perl
+          ! pod/perlmod.pod pod/perlsub.pod
 ____________________________________________________________________________
-[ 15712] By: jhi                                   on 2002/04/03  17:55:48
-        Log: Tweak for 8.3 compat.
+[ 21828] By: rgs                                   on 2003/11/30  20:56:00
+        Log: Fix the test boilerplate in lib/if.t, so it can be run
+             from the t/ directory.
      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
+          ! lib/if.t
 ____________________________________________________________________________
-[ 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>
+[ 21827] By: rgs                                   on 2003/11/30  20:34:39
+        Log: Keep installing xsubpp in lib/ExtUtils,
+             so MakeMaker can find it.
      Branch: perl
-          ! t/op/tiearray.t
+          ! installperl
 ____________________________________________________________________________
-[ 15710] By: jhi                                   on 2002/04/03  15:49:10
-        Log: Forgotten.
+[ 21826] By: rgs                                   on 2003/11/30  20:31:59
+        Log: Upgrade to Test::Harness 2.38.
+             Introduce the prove(1) utility.
+             (The prove-switches test is disabled for now.)
+     Branch: perl
+          + lib/Test/Harness/bin/prove lib/Test/Harness/t/inc_taint.t
+          + lib/Test/Harness/t/prove-switches.t t/lib/Dev/Null.pm
+          + t/lib/sample-tests/inc_taint t/lib/sample-tests/taint_warn
+          + utils/prove.PL
+          ! MANIFEST installperl lib/Test/Harness.pm
+          ! lib/Test/Harness/Assert.pm lib/Test/Harness/Changes
+          ! 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/pod.t
+          ! lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/strap.t
+          ! lib/Test/Harness/t/test-harness.t utils.lst utils/Makefile
+____________________________________________________________________________
+[ 21823] By: rgs                                   on 2003/11/30  18:22:54
+        Log: Subject: Re: [perl #24554] Segfault in POSIX module
+             From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
+             Date: Sat, 29 Nov 2003 23:32:38 +0900
+             Message-Id: <20031129233010.8E2F.BQW10602@nifty.com>
+
+             (plus a test for the stringification of references
+             passed to POSIX::isXXX())
      Branch: perl
-          + lib/Tie/File/t/41_heap.t
-          ! MANIFEST
+          ! ext/POSIX/POSIX.xs ext/POSIX/t/is.t ext/POSIX/t/posix.t
 ____________________________________________________________________________
-[ 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>
+[ 21814] By: nicholas                              on 2003/11/29  20:53:23
+        Log: Integrate if.pm 0.0401
+             Needed to edit the test file as t/TEST can't cope with extra output
+             lines as produced by 0.0401's if.t
      Branch: perl
-          ! t/op/re_tests
+          ! lib/if.pm lib/if.t
 ____________________________________________________________________________
-[ 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>
+[ 21813] By: nicholas                              on 2003/11/29  19:54:52
+        Log: Remove whitespace from ends of lines (simply because it irritates me)
      Branch: perl
-          ! regcomp.c
+          ! utils/h2xs.PL
 ____________________________________________________________________________
-[ 15707] By: jhi                                   on 2002/04/03  15:00:53
-        Log: The leavetry crash should now be history.
+[ 21812] By: nicholas                              on 2003/11/29  17:55:32
+        Log: Update Unicode::Normalize to 0.28
      Branch: perl
-          ! t/op/tiearray.t
+          + ext/Unicode/Normalize/t/illegal.t
+          + ext/Unicode/Normalize/t/null.t ext/Unicode/Normalize/t/short.t
+          ! MANIFEST ext/Unicode/Normalize/Changes
+          ! ext/Unicode/Normalize/Normalize.pm
+          ! ext/Unicode/Normalize/Normalize.xs
+          ! ext/Unicode/Normalize/README
 ____________________________________________________________________________
-[ 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>
+[ 21811] By: nicholas                              on 2003/11/29  17:30:18
+        Log: D'oh! This has been moved to lib/Digest/t/digest.t but not deleted.
      Branch: perl
-          ! lib/ExtUtils/MM_Win95.pm
+          - lib/Digest.t
 ____________________________________________________________________________
-[ 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>
+[ 21810] By: nicholas                              on 2003/11/29  17:29:15
+        Log: Update Unicode::Collate to 0.31 (Only the .pm version for now)
      Branch: perl
-          ! pp_ctl.c
+          + lib/Unicode/Collate/t/illegal.t
+          + lib/Unicode/Collate/t/illegalp.t
+          ! MANIFEST lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
+          ! lib/Unicode/Collate/README lib/Unicode/Collate/t/version.t
 ____________________________________________________________________________
-[ 15704] By: jhi                                   on 2002/04/03  14:18:58
-        Log: Prototype tweak for non-threaded builds.
+[ 21809] By: nicholas                              on 2003/11/29  17:09:25
+        Log: D'oh! Forgot to lib/Digest/base.pm
      Branch: perl
-          ! perl.c
+          + lib/Digest/base.pm
+          ! MANIFEST
 ____________________________________________________________________________
-[ 15703] By: jhi                                   on 2002/04/03  14:12:03
-        Log: Detached threads do not help; they still hold resources.
+[ 21808] By: nicholas                              on 2003/11/29  17:04:39
+        Log: Update to Digest::MD5 2.31
      Branch: perl
-          ! ext/threads/threads.pm pod/perldiag.pod
+          + ext/Digest/MD5/t/bits.t
+          ! MANIFEST ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
+          ! ext/Digest/MD5/Makefile.PL ext/Digest/MD5/t/badfile.t
+          ! ext/Digest/MD5/t/files.t
 ____________________________________________________________________________
-[ 15702] By: jhi                                   on 2002/04/03  13:55:17
-        Log: Doc tweak from Wolfgang Laun.
+[ 21807] By: nicholas                              on 2003/11/29  16:45:19
+        Log: Update Digest to 1.03
      Branch: perl
-          ! lib/File/Compare.pm
+          + lib/Digest/t/base.t
+         +> lib/Digest/t/digest.t
+          ! MANIFEST Porting/Maintainers.pl lib/Digest.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>
+[ 21806] By: nicholas                              on 2003/11/29  15:41:19
+        Log: When Gconvert is a macro around sprintf with a .* format we need
+             to cast to int (in case STRLEN isn't the same size as int)
+             gcc issues a warning even when it is the same size
      Branch: perl
-          ! regexec.c
+          ! sv.c
 ____________________________________________________________________________
-[ 15700] By: jhi                                   on 2002/04/03  13:47:22
-        Log: Document the "Cleanup skipped ..." warning.
+[ 21805] By: nicholas                              on 2003/11/29  14:44:56
+        Log: Silence gcc 2.95 warning
+             (Its trace flow isn't good enough to realise that there is no problem)
      Branch: perl
-          ! ext/threads/threads.pm pod/perldiag.pod
+          ! pp_hot.c
 ____________________________________________________________________________
-[ 15699] By: jhi                                   on 2002/04/03  13:35:58
-        Log: Integrate perlio:
-             
-             [ 15698]
-             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).
-             
-             [ 15696]
-             Add -hiertype option to xsubpp for easier mapping C++ with namespaces.
-     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
+[ 21804] By: nicholas                              on 2003/11/29  14:44:22
+        Log: Gconvert actually takes type NV, while nv may be either double
+             or long double (depending on some conditional code)
+             Rafael and I think that this cast should work.
+     Branch: perl
+          ! sv.c
 ____________________________________________________________________________
-[ 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>
+[ 21802] By: rgs                                   on 2003/11/29  11:38:58
+        Log: POSIX::isXXX(undef) segfaulted. (bug #24554.)
      Branch: perl
-          ! lib/perl5db.pl
+          ! ext/POSIX/POSIX.xs ext/POSIX/t/posix.t
 ____________________________________________________________________________
-[ 15694] By: jhi                                   on 2002/04/02  22:26:23
-        Log: Third Degree flags.
+[ 21800] By: rgs                                   on 2003/11/28  22:38:40
+        Log: Fix a regression introduced by change #21694 on sprintf()
+             with long doubles, by disabling the specific optimisation
+             path in this case ; remove a unnecessary cast ; add a new
+             test file for miscellaneous sprintf() test that don't fit
+             in the t/op/sprintf.t framework.
      Branch: perl
-          ! Makefile.SH
+          + t/op/sprintf2.t
+          ! MANIFEST sv.c
 ____________________________________________________________________________
-[ 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)
+[ 21799] By: rgs                                   on 2003/11/28  21:41:29
+        Log: Subject: [patch pod/perlsec.pod] (was Re: why PERL5LIB is ignored when -T is in effect)
+             From: Stas Bekman <stas@stason.org>
+             Date: Fri, 28 Nov 2003 14:42:25 -0800
+             Message-ID: <3FC7CF51.7060804@stason.org>
      Branch: perl
-          ! pod/perlfunc.pod
+          ! pod/perlsec.pod
 ____________________________________________________________________________
-[ 15692] By: jhi                                   on 2002/04/02  21:01:41
-        Log: Upgrade to Tie::File 0.92, from mjd.
+[ 21798] By: rgs                                   on 2003/11/28  20:42:45
+        Log: Implement C<use Exporter 'import'> :
+
+             Subject: Re: [PATCH] Exporter-related PODs
+             From: Fergal Daly <fergal@esatclear.ie>
+             Date: Mon, 10 Nov 2003 00:08:52 +0000
+             Message-Id: <200311100008.52639.fergal@esatclear.ie>
+
+             (tweaked, so the imported import() doesn't spit out warnings)
      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
+          ! lib/Exporter.pm lib/Exporter.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>
+[ 21797] By: rgs                                   on 2003/11/28  20:11:47
+        Log: Subject: Re: [perl #24245] File::Copy::copy damages hard linked files
+             From: Slaven Rezic <slaven@rezic.de>
+             Date: 19 Oct 2003 19:11:31 +0200
+             Message-ID: <87smlprw3g.fsf@vran.herceg.de>
+             (with further tweaks)
      Branch: perl
-          ! AUTHORS perl.c
+          ! lib/File/Copy.pm lib/File/Copy.t
 ____________________________________________________________________________
-[ 15690] By: rgs                                   on 2002/04/02  20:36:04
-        Log: POD fix.
+[ 21795] By: rgs                                   on 2003/11/28  19:16:33
+        Log: Subject: [PATCH] Fix perl 5.8 and 5.9 to build on latest VOS
+             From: "Green, Paul" <Paul.Green@stratus.com>
+             Date: Thu, 27 Nov 2003 21:51:26 -0500
+             Message-ID: <A2A34F15EE916148BC4C4748223E67A4069FB815@exna4.stratus.com>
      Branch: perl
-          ! pod/perldelta.pod
+          ! hints/vos.sh
 ____________________________________________________________________________
-[ 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.)
+[ 21794] By: nicholas                              on 2003/11/28  19:14:58
+        Log: Arguments to skip were the wrong way round, hence why all the *BSDs
+             were failing
      Branch: perl
-          ! lib/Unicode/Collate.pm lib/charnames.t pp.c pp_pack.c
-          ! regexec.c t/lib/warnings/utf8 utf8.c utf8.h
+          ! t/op/readline.t
 ____________________________________________________________________________
-[ 15688] By: jhi                                   on 2002/04/02  18:57:19
-        Log: Talk more about Net::Ping.
+[ 21789] By: rgs                                   on 2003/11/27  22:18:29
+        Log: Marcus Holland-Moritz is now the maintainer of Devel::PPPort.
+             PerlIO and threads are not on CPAN.
      Branch: perl
-          ! pod/perldelta.pod
+          ! Porting/Maintainers.pl
 ____________________________________________________________________________
-[ 15687] By: jhi                                   on 2002/04/02  18:35:27
-        Log: Upgrade to Net::Ping 2.14.
+[ 21788] By: nicholas                              on 2003/11/25  21:27:11
+        Log: Add Torsten Foertsch to AUTHORS (patches plus tests are what we like)
      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
+          ! AUTHORS
 ____________________________________________________________________________
-[ 15686] By: jhi                                   on 2002/04/02  18:09:46
-        Log: XML::Parser 2.31 should be out shortly.
+[ 21787] By: rgs                                   on 2003/11/25  21:12:19
+        Log: Subject: [PATCH] Re: bug or a feature?
+             From: Torsten Foertsch <torsten.foertsch@gmx.net>
+             Date: Sat, 22 Nov 2003 13:15:53 +0100
+             Message-Id: <200311221315.58539.torsten.foertsch@gmx.net>
+
+             and
+             Date: Sat, 22 Nov 2003 14:21:45 +0100
+             Message-Id: <200311221421.48940.torsten.foertsch@gmx.net>
+             (test moved to t/op/readline.t)
      Branch: perl
-          ! pod/perldelta.pod
+          ! pp_hot.c t/op/readline.t
 ____________________________________________________________________________
-[ 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>
+[ 21783] By: merijn                                on 2003/11/24  21:24:46
+        Log: Subject: remove hardcoded version number from cygwin/perlld.in
+             From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
+             Date: Mon, 24 Nov 2003 08:11:36 -0800
+             Message-ID: <20031124161136.GC2656@efn.org>
      Branch: perl
-          ! lib/File/Spec/Cygwin.pm
+          ! cygwin/Makefile.SHs cygwin/perlld.in
 ____________________________________________________________________________
-[ 15684] By: jhi                                   on 2002/04/02  15:39:04
-        Log: EBCDIC test tweak.
+[ 21782] By: nicholas                              on 2003/11/24  20:07:29
+        Log: Should fix the infinite loop on a dynamic %ENV fetch
      Branch: perl
-          ! pod/perldelta.pod t/uni/case.pl
+          ! hv.c
 ____________________________________________________________________________
-[ 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
+[ 21781] By: nicholas                              on 2003/11/24  19:47:57
+        Log: Tweak the order of initialisation of oentry in hv_fetch_common -
+             C source now cleaner, but optimised object file still the same size.
+     Branch: perl
+          ! hv.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>
+[ 21780] By: rgs                                   on 2003/11/23  21:59:06
+        Log: Subject: Re: [perl #24439] 64 bit build failure on Solaris 9
+             From: Andy Dougherty <doughera@lafayette.edu>
+             Date: Thu, 20 Nov 2003 09:38:05 -0500 (EST)
+             Message-ID: <Pine.SOL.4.53.0311200926550.25274@maxwell.phys.lafayette.edu>
+
+             and :
+             Date: Fri, 21 Nov 2003 09:36:24 -0500 (EST)
+             Message-ID: <Pine.SOL.4.53.0311210927460.1876@maxwell.phys.lafayette.edu>
      Branch: perl
-          ! os2/os2ish.h perlio.c
+          ! hints/solaris_2.sh
 ____________________________________________________________________________
-[ 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>
+[ 21779] By: nicholas                              on 2003/11/22  23:37:24
+        Log: D'oh. Mistake in the DYNAMIC_ENV_FETCH conditional code
+             reported by Craig Berry
      Branch: perl
-          ! lib/perl5db.pl
+          ! hv.c
 ____________________________________________________________________________
-[ 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>
+[ 21774] By: nicholas                              on 2003/11/22  21:21:22
+        Log: restore_magic needs to undo COW
+             (while magic was off, sv_setsv is likely to have seen this SV as a
+             good source for COW)
+             Should fix the smoke failures on lib/locale.t
      Branch: perl
-          ! lib/CPAN.pm
+          ! mg.c
 ____________________________________________________________________________
-[ 15679] By: gbarr                                 on 2002/04/02  14:27:37
-        Log: Sync with libnet-1.11
+[ 21773] By: nicholas                              on 2003/11/22  19:12:32
+        Log: Don't COW if the destination has magic.
      Branch: perl
-          ! lib/Net/ChangeLog.libnet lib/Net/FTP/dataconn.pm
-          ! lib/Net/SMTP.pm
+          ! sv.c
 ____________________________________________________________________________
-[ 15678] By: jhi                                   on 2002/04/02  14:01:35
-        Log: NetWare tweaks from C Aditya.
+[ 21772] By: nicholas                              on 2003/11/22  17:05:32
+        Log: Reorder functions in hv.c so that callers of hv_fetch_common are all
+             close to it.
      Branch: perl
-          ! NetWare/t/NWScripts.pl scope.c
+          ! hv.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>
+[ 21771] By: nicholas                              on 2003/11/22  16:43:09
+        Log: "Space Is a Province of Brazil"
+             Farewell, hv_store_common. Store is now part of Fetch.
+             All tests pass. hv.c 15% smaller than when I started all this
      Branch: perl
-          ! ext/Encode/Encode.xs
+          ! embed.fnc embed.h hv.c proto.h
 ____________________________________________________________________________
-[ 15676] By: jhi                                   on 2002/04/02  13:22:51
-        Log: Integrate perlio:
-             
-             [ 15675]
-             Add buffer size growth test.
-             
-             [ 15674]
-             Calculate buffer size needs in float to avoid 32-bit overflow.
+[ 21770] By: nicholas                              on 2003/11/22  13:16:43
+        Log: Farewell hv_exists_common - exists is now a call to fetch
+             (with the exists magic handling moved into fetch)
      Branch: perl
-         +> ext/Encode/t/grow.t
-         !> MANIFEST ext/Encode/Encode.xs ext/Encode/MANIFEST
+          ! embed.fnc embed.h hv.c proto.h
 ____________________________________________________________________________
-[ 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
+[ 21769] By: nicholas                              on 2003/11/22  11:02:23
+        Log: Shift negative klen/flags games from hv_store_common out to hv_store
+     Branch: perl
+          ! embed.fnc embed.h hv.c proto.h
 ____________________________________________________________________________
-[ 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.
+[ 21768] By: nicholas                              on 2003/11/22  10:37:24
+        Log: Shift negative klen/flags games from hv_exists_common out to hv_exists
      Branch: perl
-          ! lib/Tie/File.pm
+          ! embed.fnc embed.h hv.c proto.h
 ____________________________________________________________________________
-[ 15671] By: jhi                                   on 2002/04/02  01:59:40
-        Log: Add a few tests to the timing-sensitive list.
+[ 21767] By: nicholas                              on 2003/11/21  23:15:47
+        Log: Check that the key is present before a delete, and absent afterwards
      Branch: perl
-          ! INSTALL
+          ! ext/XS/APItest/t/hash.t
 ____________________________________________________________________________
-[ 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>
+[ 21766] By: nicholas                              on 2003/11/21  23:12:33
+        Log: Move the negative key -> utf8 flag conversion out to hv_delete
      Branch: perl
-          ! lib/sort.t
+          ! embed.fnc embed.h hv.c proto.h
 ____________________________________________________________________________
-[ 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>
+[ 21765] By: nicholas                              on 2003/11/21  22:41:23
+        Log: Tweaks to S_hv_delete_common:
+             make the magic call hv_fetch_common rather than ent-or-not
+             grab the hash from a shared hash key scalar if possible
+             use masked flags rather than flags for the comparison
      Branch: perl
-          ! lib/Memoize/t/errors.t
+          ! hv.c
 ____________________________________________________________________________
-[ 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)
+[ 21764] By: nicholas                              on 2003/11/21  21:54:58
+        Log: Integrate:
+             [ 21762]
+             Refactor hash API tests (prior to some additions)
+
+             [ 21763]
+             Test all permuations of utf8 flags on hashes and keys
      Branch: perl
-          ! lib/Pod/Html.pm lib/Text/Balanced.pm
+         !> ext/XS/APItest/t/hash.t
 ____________________________________________________________________________
-[ 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>
+[ 21760] By: nicholas                              on 2003/11/20  22:34:00
+        Log: Shift negative klen/flags games from hv_fetch_common out to hv_fetch
      Branch: perl
-          ! lib/Tie/File/t/04_splice.t lib/Tie/File/t/10_splice_rs.t
-          ! t/op/tiearray.t t/test.pl
+          ! embed.fnc hv.c proto.h
 ____________________________________________________________________________
-[ 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>
+[ 21758] By: nicholas                              on 2003/11/20  20:14:17
+        Log: Merge sv_store_flags and sv_store_ent into sv_store_common
      Branch: perl
-          ! iperlsys.h
+          ! embed.fnc embed.h hv.c proto.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>
+[ 21756] By: rgs                                   on 2003/11/20  12:04:46
+        Log: Subject: [PATCH] promote hv_clear_placeholders to perl API
+             From: Alan Burlison <Alan.Burlison@sun.com>
+             Date: Thu, 20 Nov 2003 10:34:30 +0000
+             Message-ID: <3FBC98B6.6090909@sun.com>
      Branch: perl
-          ! lib/ExtUtils/MM_Unix.pm
+          ! embed.fnc embed.h global.sym hv.c pod/perlapi.pod proto.h
+          ! universal.c
 ____________________________________________________________________________
-[ 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>
+[ 21755] By: rgs                                   on 2003/11/19  22:46:20
+        Log: Regenerate perlapi and perltoc.
      Branch: perl
-          ! t/op/pat.t t/op/utfhash.t
+          ! pod/perlapi.pod pod/perltoc.pod
 ____________________________________________________________________________
-[ 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>
+[ 21754] By: rgs                                   on 2003/11/19  22:39:51
+        Log: Subject: [docpatch] PerlIO layers in perlrun.pod and PerlIO.pm
+             From: Iain Truskett <spoon@cpan.org>
+             Date: Thu, 20 Nov 2003 00:41:33 +1100
+             Message-ID: <20031119134132.GG21314@gytha.anu.edu.au>
      Branch: perl
-          ! op.c pod/perldelta.pod pod/perldiag.pod t/lib/warnings/op
+          ! lib/PerlIO.pm pod/perlrun.pod
 ____________________________________________________________________________
-[ 15662] By: jhi                                   on 2002/04/01  17:06:10
-        Log: Update Changes.
+[ 21753] By: nicholas                              on 2003/11/19  22:28:25
+        Log: merge hv_fetch and hv_fetch_ent into hv_fetch_common
+             remove S_hv_fetch_flags
+             hv.c now 13% smaller than when I started. hv_store TODO
      Branch: perl
-          ! Changes patchlevel.h
+          ! embed.fnc embed.h hv.c proto.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>
+[ 21752] By: rgs                                   on 2003/11/19  21:06:01
+        Log: Fix bug [perl #24508] Wrong assignment in nested assignment
+             together with subroutine call
+             Apparently concat still doesn't deal correctly with lexicals
+             in all cases. Disable the whole TARGET_MY optimisation for it.
+             (and remove the corresponding code from the peephole optimiser.)
      Branch: perl
-          ! pod/perldelta.pod
+          ! op.c opcode.h opcode.pl t/op/concat.t
 ____________________________________________________________________________
-[ 15660] By: jhi                                   on 2002/04/01  15:38:56
-        Log: CRAY TS does not have -h rounddiv, from Keith Thompson.
+[ 21751] By: rgs                                   on 2003/11/19  21:03:20
+        Log: Update the runops stuff in perlguts
      Branch: perl
-          ! hints/unicos.sh
+          ! pod/perlguts.pod
 ____________________________________________________________________________
-[ 15659] By: jhi                                   on 2002/04/01  15:14:13
-        Log: Advertise piconv and enc2xs.
+[ 21750] By: nicholas                              on 2003/11/19  20:37:27
+        Log: integrate hv_delete and hv_delete_ent into hv_delete_common
      Branch: perl
-          ! pod/perldelta.pod
+          ! embed.fnc embed.h hv.c proto.h
 ____________________________________________________________________________
-[ 15658] By: jhi                                   on 2002/04/01  15:08:02
-        Log: Add enc2xs.
+[ 21748] By: rgs                                   on 2003/11/19  19:56:20
+        Log: Subject: [PATCH] clear of empty locked hash SEGVs
+             From: Alan Burlison <Alan.Burlison@sun.com>
+             Date: Wed, 19 Nov 2003 14:39:03 +0000
+             Message-ID: <3FBB8087.20206@sun.com>
      Branch: perl
-          + utils/enc2xs.PL
-          ! MANIFEST utils/Makefile
+          ! hv.c lib/Hash/Util.t
 ____________________________________________________________________________
-[ 15657] By: jhi                                   on 2002/04/01  14:28:09
-        Log: Integrate perlio:
-             
-             [ 15653]
-             Be more explicit testing for \015 not \r
+[ 21747] By: nicholas                              on 2003/11/19  19:51:41
+        Log: merge hv_exists and hv_exists_ent into S_hv_exists_common
      Branch: perl
-         !> MANIFEST ext/Socket/socketpair.t pod/perldelta.pod
-         !> pod/perldiag.pod pod/perlretut.pod t/io/crlf.t toke.c utf8.c
+          ! embed.fnc embed.h hv.c proto.h
 ____________________________________________________________________________
-[ 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>
+[ 21746] By: nicholas                              on 2003/11/19  18:46:07
+        Log: Run regen.pl (for hv_assert)
      Branch: perl
-          ! lib/charnames.pm lib/charnames.t
+          ! global.sym
 ____________________________________________________________________________
-[ 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>
+[ 21744] By: nicholas                              on 2003/11/19  17:44:58
+        Log: Integrate:
+             [ 21642]
+             space should be tab for lib/I18N/LangTags/t/02decency.t
      Branch: perl
-          ! INSTALL
+         !> MANIFEST
 ____________________________________________________________________________
-[ 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>
+[ 21743] By: rgs                                   on 2003/11/19  17:21:50
+        Log: Restore errno after having read $^E (like for $!)
+             to preserve errno from unfortunate side-effects.
      Branch: perl
-          ! lib/charnames.pm lib/charnames.t
+          ! mg.c
 ____________________________________________________________________________
-[ 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
+[ 21742] By: nicholas                              on 2003/11/18  21:04:40
+        Log: Whoops. We weren't actually testing hv_store_ent
+             We are now. Plus test hv_store for an initially empty hash.
+     Branch: perl
+          ! ext/XS/APItest/APItest.xs ext/XS/APItest/t/hash.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.
+[ 21741] By: rgs                                   on 2003/11/17  23:06:07
+        Log: Complement of change #21740 for Windows.
+             (I have the feeling that it's already subtly broken on VMS)
      Branch: perl
-          ! t/comp/cpp.t t/run/switchPx.t
+          ! win32/Makefile win32/makefile.mk
 ____________________________________________________________________________
-[ 15651] By: jhi                                   on 2002/04/01  02:55:22
-        Log: Upgrade to Tie::File 0.91, from mjd.
+[ 21740] By: rgs                                   on 2003/11/17  19:02:21
+        Log: Install instmodsh and xsubpp in bin/ along the other utilities.
      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
+          + utils/instmodsh.PL utils/xsubpp.PL
+          ! MANIFEST installperl utils.lst utils/Makefile
 ____________________________________________________________________________
-[ 15650] By: jhi                                   on 2002/04/01  02:49:14
-        Log: DJGPP tweaks from Laszlo.
+[ 21739] By: rgs                                   on 2003/11/17  08:52:52
+        Log: Subject: Re: [perl #24493] install.html not working
+             From: Slaven Rezic <slaven@rezic.de>
+             Date: 16 Nov 2003 20:52:29 +0100
+             Message-ID: <87d6bsw0oy.fsf@vran.herceg.de>
      Branch: perl
-          ! lib/ExtUtils/MM_DOS.pm util.c
+          ! installhtml
 ____________________________________________________________________________
-[ 15649] By: jhi                                   on 2002/04/01  02:47:14
-        Log: Discussion about minimal installations.
+[ 21737] By: nicholas                              on 2003/11/16  21:32:09
+        Log: Ooops. left an XXX comment in, and worse still it's a // comment
      Branch: perl
-          ! INSTALL
+          ! hv.c
 ____________________________________________________________________________
-[ 15648] By: jhi                                   on 2002/04/01  02:42:41
-        Log: Comment tweak from Hugo.
+[ 21735] By: nicholas                              on 2003/11/16  20:20:58
+        Log: utf8 keys now work for tied hashes via hv_fetch, hv_store, hv_delete
+             (pp functions use the _ent variants, and as the implementation is
+             duplicated, these bugs aren't tested, and aren't noticed)
      Branch: perl
-          ! regexec.c
+          ! ext/XS/APItest/APItest.xs ext/XS/APItest/t/hash.t hv.c
 ____________________________________________________________________________
-[ 15647] By: jhi                                   on 2002/04/01  02:30:18
-        Log: Another UTF-8 locale tweak from Hugo.
+[ 21734] By: nicholas                              on 2003/11/16  17:11:22
+        Log: Accessing unicode keys in tie hashes via hv_exists was broken.
+             (pp_exists uses hv_exists_ent, which isn't broken)
+             I expect an equivalent bug in hv_delete
      Branch: perl
-          ! regexec.c
+          + ext/XS/APItest/t/hash.t
+          ! MANIFEST ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
+          ! ext/XS/APItest/MANIFEST hv.c
 ____________________________________________________________________________
-[ 15646] By: jhi                                   on 2002/04/01  02:26:49
-        Log: Document the known MacOS X locale problem.
+[ 21733] By: rgs                                   on 2003/11/16  16:50:04
+        Log: Subject: [PATCH] Re:ext/threads/t/problem.t (was: Problems with mod_perl 1.12 (?) and ActivePerl 5.8.1)
+             From: Elizabeth Mattijsen <liz@dijkmat.nl>
+             Date: Sat, 15 Nov 2003 23:22:16 +0100
+             Message-Id: <p05111b04bbdc49076950@[192.168.56.3]>
      Branch: perl
-          ! pod/perldelta.pod
+          ! ext/threads/t/problems.t
 ____________________________________________________________________________
-[ 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.
+[ 21732] By: rgs                                   on 2003/11/16  16:09:34
+        Log: Subject: [PATCH] configpm, our $summary : unique
+             From: Elizabeth Mattijsen <liz@dijkmat.nl>
+             Date: Sat, 15 Nov 2003 22:18:32 +0100
+             Message-Id: <p05111b03bbdc478d10cb@[192.168.56.3]>
+             (plus comments)
      Branch: perl
-          ! regexec.c
+          ! configpm
 ____________________________________________________________________________
-[ 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>
+[ 21729] By: nicholas                              on 2003/11/15  14:39:00
+        Log: Subject: [PATCH] Re: Storable Error
+             From: Nicholas Clark <nick@ccl4.org>
+             Date: Sat, 9 Aug 2003 00:35:36 +0100
+             Message-ID: <20030809003535.C20130@plum.flirble.org>
      Branch: perl
-          ! lib/ExtUtils/xsubpp
+          ! embed.fnc hv.c perl.c perl.h pod/perlapi.pod pod/perlrun.pod
+          ! proto.h
 ____________________________________________________________________________
-[ 15643] By: jhi                                   on 2002/04/01  02:00:10
-        Log: Document known FreeBSD locale glitch. 
+[ 21728] By: rgs                                   on 2003/11/15  11:43:43
+        Log: Update perlhist with 5.6.2.
      Branch: perl
-          ! pod/perldelta.pod
+          ! pod/perlhist.pod
 ____________________________________________________________________________
-[ 15642] By: jhi                                   on 2002/04/01  00:57:44
-        Log: There is --list in glibc iconv.
+[ 21725] By: rgs                                   on 2003/11/14  22:35:20
+        Log: Add more complete tests for the "variable masks earlier
+             declaration" warning, including a TODO test
      Branch: perl
-          ! ext/Encode/bin/piconv
+          ! t/lib/warnings/pad
 ____________________________________________________________________________
-[ 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.
+[ 21723] By: rgs                                   on 2003/11/14  07:43:17
+        Log: Include "SCCS" in the list of directory names that should
+             be ignored by installperl.
      Branch: perl
-          ! ext/Encode/bin/piconv
+          ! installperl
 ____________________________________________________________________________
-[ 15640] By: jhi                                   on 2002/03/31  23:08:28
-        Log: Get the piconv installed.
+[ 21718] By: nicholas                              on 2003/11/13  20:46:36
+        Log: Subject: Re: Empty subroutine as object method segfaults in 5.8.2 (sometimes)
+             From: Enache Adrian <enache@rdslink.ro>
+             Date: Tue, 11 Nov 2003 15:25:29 +0200
+             Message-ID: <20031111132529.GB1271@ratsnest.hole>
      Branch: perl
-          + utils/piconv.PL
-          ! MANIFEST utils/Makefile
+          ! op.c
 ____________________________________________________________________________
-[ 15639] By: jhi                                   on 2002/03/31  22:35:21
-        Log: Spelling tweaks.
+[ 21714] By: rgs                                   on 2003/11/13  18:55:37
+        Log: Fix bug [perl #24380] : assigning to a hash in list
+             or scalar context yielded a wrong value if the list
+             contained duplicated keys for the hash. This is fixed
+             by counting the number of duplicate keys and trimming
+             the stack by the corresponding number of items.
      Branch: perl
-          ! ext/Encode/bin/piconv
+          ! pp_hot.c t/op/hashassign.t
 ____________________________________________________________________________
-[ 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
+[ 21713] By: merijn                                on 2003/11/13  09:25:15
+        Log: Simplified the reading
+     Branch: perl
+          ! hints/solaris_2.sh
 ____________________________________________________________________________
-[ 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.
+[ 21712] By: merijn                                on 2003/11/13  09:22:21
+        Log: Enable hints to create call-back units that can act when
+             a specific variable is *not* set (like -Uuselargefiles)
      Branch: perl
-          ! lib/charnames.pm lib/charnames.t
+          ! Configure hints/README.hints
 ____________________________________________________________________________
-[ 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>
+[ 21710] By: nicholas                              on 2003/11/12  21:35:35
+        Log: Subject: [PATCH] Last stab at sdbm/Makefile.PL
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Tue, 11 Nov 2003 21:02:30 -0800
+             Message-ID: <20031112050230.GO6874@localhost.comcast.net>
      Branch: perl
-          ! pod/perlfunc.pod
+          ! ext/SDBM_File/sdbm/Makefile.PL
 ____________________________________________________________________________
-[ 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>
+[ 21708] By: rgs                                   on 2003/11/12  09:46:51
+        Log: Subject: [PATCH 5.8.2 @21574] make install not installing fully
+             From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
+             Date: Tue, 4 Nov 2003 20:07:25 -0800
+             Message-ID: <20031105040725.GA2629@math.berkeley.edu>
      Branch: perl
-          ! perl.h
+          ! installperl
 ____________________________________________________________________________
-[ 15634] By: jhi                                   on 2002/03/31  19:28:38
-        Log: Put back the #! line, false alarm.
+[ 21706] By: ams                                   on 2003/11/11  23:46:19
+        Log: Subject: Re: [perl #24460] [DOC PATCH] the begincheck program
+             From: Tom Phoenix <rootbeer@redcat.com>
+             Date: Tue, 11 Nov 2003 15:50:35 -0800 (PST)
+             Message-Id: <Pine.BSO.4.53.0311111547500.9242@blue.stonehenge.com>
      Branch: perl
-          ! lib/ExtUtils/t/Constant.t
+          ! pod/perlmod.pod
 ____________________________________________________________________________
-[ 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>
+[ 21702] By: rgs                                   on 2003/11/11  20:13:56
+        Log: Upgrade to MakeMaker 6.21.
      Branch: perl
-          ! pod/perlvar.pod
+          ! lib/ExtUtils/Changes lib/ExtUtils/Install.pm
+          ! lib/ExtUtils/META.yml lib/ExtUtils/MM_Any.pm
+          ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
 ____________________________________________________________________________
-[ 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>      
+[ 21697] By: rgs                                   on 2003/11/10  20:55:25
+        Log: Subject: [PATCH 5.8.2 @21574] make install: line noise
+             From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
+             Date: Tue, 4 Nov 2003 20:10:16 -0800
+             Message-ID: <20031105041016.GA2639@math.berkeley.edu>
+
+             and part of
+             Subject: [PATCH 5.8.2 @21574] make install: PREFIX and DESTDIR
+             From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
+             Date: Tue, 4 Nov 2003 20:18:37 -0800
+             Message-ID: <20031105041836.GA2649@math.berkeley.edu>
+
+             (I've left out the PREFIX part for now)
      Branch: perl
-          ! ext/Socket/socketpair.t
+          ! Makefile.SH installperl os2/Makefile.SHs
 ____________________________________________________________________________
-[ 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>
+[ 21694] By: rgs                                   on 2003/11/09  17:20:35
+        Log: Subject: [PATCH 5.8.2 @21574] sprintf() painfully slow
+             From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
+             Date: Mon, 3 Nov 2003 20:27:39 -0800
+             Message-ID: <20031104042739.GA1697@math.berkeley.edu>
+
+             Subject: Re: [PATCH 5.8.2 @21574] sprintf() painfully slow
+             From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
+             Date: Mon, 3 Nov 2003 20:57:48 -0800
+             Message-ID: <20031104045748.GA1826@math.berkeley.edu>
      Branch: perl
-          ! win32/buildext.pl
+          ! sv.c
 ____________________________________________________________________________
-[ 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>
+[ 21693] By: rgs                                   on 2003/11/09  11:37:29
+        Log: Subject: [PATCH-5.8.2 for WinCE] must copy changes from win32/makeifle.mk to wince/makefile.ce
+             From: Vadim Konovalov <konovalo@mail.wplus.net>
+             Date: Sun, 9 Nov 2003 13:31:59 +0300
+             Message-ID: <93187393948.20031109133159@mail.wplus.net>
      Branch: perl
-          ! t/lib/1_compile.t
+          ! wince/Makefile.ce
 ____________________________________________________________________________
-[ 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>
+[ 21691] By: rgs                                   on 2003/11/09  11:13:40
+        Log: Update the list of pumpkings in perlhist.pod.
      Branch: perl
-          ! t/op/regmesg.t
+          ! pod/perlhist.pod
 ____________________________________________________________________________
-[ 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>
+[ 21687] By: ams                                   on 2003/11/08  17:09:56
+        Log: Subject: [PATCH 5.6.2-RC1 pod/perlhist.pod]  Updated.
+             From: Abigail <abigail@abigail.nl>
+             Date: Sat, 8 Nov 2003 18:51:30 +0100
+             Message-Id: <20031108175130.GA22273@abigail.nl>
      Branch: perl
-          ! regcomp.c
+          ! pod/perlhist.pod
 ____________________________________________________________________________
-[ 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.)
+[ 21677] By: rgs                                   on 2003/11/07  07:49:17
+        Log: Subject: [PATCH 5.8.2 @21574] OS/2 docu
+             From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
+             Date: Thu, 6 Nov 2003 23:26:18 -0800
+             Message-ID: <20031107072618.GA4370@math.berkeley.edu>
      Branch: perl
-          ! lib/CPAN.pm
+          ! os2/Changes
 ____________________________________________________________________________
-[ 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>
+[ 21676] By: davem                                 on 2003/11/06  22:11:23
+        Log: bugid #24407: numeric key for shared hash got stringified using
+             wrong interpreter, and thus got malloced into the wrong thread
+             memory pool
      Branch: perl
-          ! lib/Dumpvalue.pm
+          ! ext/threads/shared/shared.xs ext/threads/shared/t/hv_simple.t
 ____________________________________________________________________________
-[ 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>
+[ 21675] By: rgs                                   on 2003/11/06  10:27:22
+        Log: Upgrade to MakeMaker 6.20.
      Branch: perl
-          ! utils/dprofpp.PL
+          ! lib/ExtUtils/Changes lib/ExtUtils/Command.pm
+          ! lib/ExtUtils/Liblist/Kid.pm lib/ExtUtils/MANIFEST.SKIP
+          ! lib/ExtUtils/META.yml lib/ExtUtils/MM_Any.pm
+          ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/MakeMaker/Tutorial.pod
+          ! lib/ExtUtils/t/Command.t lib/ExtUtils/t/postamble.t
+____________________________________________________________________________
+[ 21674] By: ams                                   on 2003/11/06  09:32:26
+        Log: Subject: [PATCH blead] Re: [perl #24248] taint propagation regression,
+             tests fail to spot this
+             From: Rick Delaney <rick@bort.ca>
+             Date: Wed, 5 Nov 2003 23:02:41 -0500
+             Message-Id: <20031105230241.D13585@biff.bort.ca>
+     Branch: perl
+          ! pp_ctl.c t/op/taint.t
+____________________________________________________________________________
+[ 21673] By: rgs                                   on 2003/11/05  21:47:07
+        Log: Subject: [PATCH] Be sure to use -fPIC not -fpic on Linux/SPARC
+             From: Andy Dougherty <doughera@lafayette.edu>
+             Date: Wed, 5 Nov 2003 17:19:03 -0500 (EST)
+             Message-ID: <Pine.SOL.4.53.0311051715140.24878@maxwell.phys.lafayette.edu>
+     Branch: perl
+          ! hints/linux.sh
 ____________________________________________________________________________
-[ 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>
+[ 21672] By: rgs                                   on 2003/11/05  20:42:47
+        Log: Subject: [patch t/op/hash.t] extending the hash attack test
+             From: Stas Bekman <stas@stason.org>
+             Date: Tue, 04 Nov 2003 14:33:09 -0800
+             Message-ID: <3FA82925.7020703@stason.org>
      Branch: perl
-          ! pod/perlvar.pod
+          ! t/op/hash.t
 ____________________________________________________________________________
-[ 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>
+[ 21671] By: rgs                                   on 2003/11/05  20:38:09
+        Log: Subject: Re: [perl #24398] Benchmark.pm cmpthese segfault
+             From: Stas Bekman <stas@stason.org>
+             Date: Wed, 05 Nov 2003 00:50:25 -0800
+             Message-ID: <3FA8B9D1.2020806@stason.org>
      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
+          ! lib/Benchmark.pm
 ____________________________________________________________________________
-[ 15622] By: jhi                                   on 2002/03/30  15:13:30
-        Log: EBCDICification.
+[ 21667] By: nicholas                              on 2003/11/05  19:13:56
+        Log: From: Craig Berry <craigberry@mac.com>
+             Subject: Opcode.xs/RC2 compile nit on VMS
+             Date: Wed, 05 Nov 2003 12:16:34 -0600
+             Message-ID: <2097592.1068056194261.JavaMail.craigberry@mac.com>
      Branch: perl
-          ! lib/charnames.t
+          ! ext/Opcode/Opcode.xs
 ____________________________________________________________________________
-[ 15621] By: jhi                                   on 2002/03/30  15:12:45
-        Log: Upgrade to Tie::File 0.90, from mjd.
+[ 21664] By: ams                                   on 2003/11/05  18:34:28
+        Log: Orphaned submission from #21546.
      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
+          ! perl.c
 ____________________________________________________________________________
-[ 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>
+[ 21663] By: ams                                   on 2003/11/05  17:01:29
+        Log: Subject: Re: Smoke [5.9.0] 21474 FAIL(F) darwin 6.8 (darwin/1 cpu)
+             From: Slaven Rezic <slaven@rezic.de>
+             Date: 20 Oct 2003 22:39:28 +0200
+             Message-Id: <87oewbiqyn.fsf@vran.herceg.de>
      Branch: perl
-          ! lib/sort.pm
+          ! lib/filetest.t
 ____________________________________________________________________________
-[ 15619] By: jhi                                   on 2002/03/29  22:15:37
-        Log: Subject: Makefile.PL's in core must be called with PERL_CORE=1
+[ 21662] By: ams                                   on 2003/11/05  16:51:08
+        Log: Subject: Re: 'make minitest' fails for op/cproto and op/pat
              From: Michael G Schwern <schwern@pobox.com>
-             Date: Fri, 29 Mar 2002 18:14:20 -0500
-             Message-ID: <20020329231419.GI16816@blackrider>
+             Date: Wed, 5 Nov 2003 06:26:36 -0800
+             Message-Id: <20031105142635.GA22761@localhost.comcast.net>
      Branch: perl
-          ! NetWare/Makefile os2/Makefile.SHs win32/Makefile.win64
-          ! wince/Makefile.ce
+          ! t/op/cproto.t
 ____________________________________________________________________________
-[ 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>
+[ 21661] By: ams                                   on 2003/11/05  16:50:05
+        Log: Subject: [PATCH] Modernise INSTALL
+             From: Gisle Aas <gisle@ActiveState.com>
+             Date: 05 Nov 2003 05:16:25 -0800
+             Message-Id: <lrd6c7ez12.fsf@caliper.activestate.com>
+
+             Subject: [PATCH pod/perlhist.pod]  Mention 5.8.2-RC2
+             From: Abigail <abigail@abigail.nl>
+             Date: Tue, 4 Nov 2003 10:40:57 +0100
+             Message-Id: <20031104094057.GA22508@abigail.nl>
      Branch: perl
-          ! lib/ExtUtils/t/Constant.t lib/ExtUtils/t/hints.t
+          ! INSTALL pod/perlhist.pod
 ____________________________________________________________________________
-[ 15617] By: jhi                                   on 2002/03/29  22:02:28
-        Log: AUTHORS updates.
+[ 21660] By: ams                                   on 2003/11/05  16:46:12
+        Log: Subject: [PATCH blead]  reentr.pl is not defining _srandom_struct
+             From: Jan Dubois <jand@ActiveState.com>
+             Date: Tue, 04 Nov 2003 16:52:14 -0800
+             Message-Id: <45igqvsus3hr8bno3si087j5qnrqvn79bf@4ax.com>
      Branch: perl
-          ! AUTHORS
+          ! reentr.c reentr.h reentr.pl
 ____________________________________________________________________________
-[ 15616] By: jhi                                   on 2002/03/29  21:00:32
-        Log: Upgrade to Encode 1.01, from Dan Kogai.
+[ 21657] By: rgs                                   on 2003/11/05  08:07:14
+        Log: Subject: Re: [ANNOUNCE] ExtUtils::MakeMaker 6.19
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Tue, 4 Nov 2003 17:59:13 -0800
+             Message-ID: <20031105015913.GL15406@localhost.comcast.net>
+
+             Replaces the temporary kludge (#21655).
      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
+          ! ext/SDBM_File/sdbm/Makefile.PL
 ____________________________________________________________________________
-[ 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]>
+[ 21656] By: rgs                                   on 2003/11/05  07:41:41
+        Log: Subject: Re: [gherteg@csc.com: your CPAN page on EBCDIC]
+             From: PPrymmer@factset.com
+             Date: Tue, 4 Nov 2003 10:00:07 -0500
+             Message-ID: <OF9A22A404.A32A5C26-ON85256DD4.00522E92-85256DD4.005268A4@factset.com>
      Branch: perl
-          ! configure.com
+          ! pod/perlebcdic.pod
 ____________________________________________________________________________
-[ 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.
+[ 21655] By: rgs                                   on 2003/11/04  22:32:28
+        Log: Temporary kludge to allow SDBM_File being built
+             with MakeMaker 6.19.
      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
+          ! ext/SDBM_File/sdbm/Makefile.PL
 ____________________________________________________________________________
-[ 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.
+[ 21652] By: rgs                                   on 2003/11/04  21:43:10
+        Log: Upgrade to ExtUtils::MakeMaker 6.19
      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
+          + lib/ExtUtils/t/parse_version.t
+          + t/lib/MakeMaker/Test/Setup/BFD.pm
+          + t/lib/MakeMaker/Test/Setup/Problem.pm
+          - lib/ExtUtils/t/00setup_dummy.t
+          - lib/ExtUtils/t/zz_cleanup_dummy.t
+          ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Command.pm
+          ! lib/ExtUtils/Command/MM.pm lib/ExtUtils/Install.pm
+          ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/META.yml
+          ! lib/ExtUtils/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/MakeMaker/bytes.pm
+          ! lib/ExtUtils/MakeMaker/vmsish.pm lib/ExtUtils/Manifest.pm
+          ! lib/ExtUtils/README lib/ExtUtils/TODO lib/ExtUtils/instmodsh
+          ! lib/ExtUtils/t/Command.t lib/ExtUtils/t/INST.t
+          ! lib/ExtUtils/t/INST_PREFIX.t lib/ExtUtils/t/Install.t
+          ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_Unix.t
+          ! lib/ExtUtils/t/MM_Win32.t lib/ExtUtils/t/Manifest.t
+          ! lib/ExtUtils/t/basic.t lib/ExtUtils/t/postamble.t
+          ! lib/ExtUtils/t/prefixify.t lib/ExtUtils/t/prereq_print.t
+          ! lib/ExtUtils/t/problems.t lib/ExtUtils/t/writemakefile_args.t
+          ! t/lib/MakeMaker/Test/Setup/Recurs.pm
 ____________________________________________________________________________
-[ 15611] By: jhi                                   on 2002/03/29  17:27:51
-        Log: Ooops.
+[ 21651] By: rgs                                   on 2003/11/04  05:43:56
+        Log: Subject: Re: [PATCH 5.8.2 @21574] OS/2 build
+             From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
+             Date: Mon, 3 Nov 2003 20:20:44 -0800
+             Message-ID: <20031104042044.GA1682@math.berkeley.edu>
      Branch: perl
-          ! t/op/ver.t
+          ! os2/Makefile.SHs
 ____________________________________________________________________________
-[ 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]>
+[ 21650] By: rgs                                   on 2003/11/03  21:55:42
+        Log: Subject: [PATCH] Re: [perl #24384] 21418 (UNIVERSAL.pm patch) breaks autouse.pm
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Sat, 1 Nov 2003 22:57:45 -0800
+             Message-ID: <20031102065745.GN3659@localhost.comcast.net>
+             (goes with change #21418)
      Branch: perl
-          ! configure.com
+          ! lib/autouse.pm lib/autouse.t
 ____________________________________________________________________________
-[ 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>
+[ 21647] By: rgs                                   on 2003/11/03  20:08:18
+        Log: Subject: [PATCH] Re: PERL_VERSION, SUBVERSION, PATCHLEVEL
+             From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
+             Date: Mon, 3 Nov 2003 20:53:33 +0100
+             Message-ID: <023a01c3a244$2a1dd5a0$0c2f1fac@R2D2>
      Branch: perl
-          ! t/op/regmesg.t
+          ! ext/Devel/PPPort/PPPort.pm
 ____________________________________________________________________________
-[ 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>
+[ 21646] By: rgs                                   on 2003/11/03  20:00:07
+        Log: Subject: Cwd.xs: off-by-one buffer overflow in realpath()
+             From: Casey West <casey@geeknest.com>
+             Date: Mon, 3 Nov 2003 10:11:43 -0500
+             Message-ID: <20031103151143.GB430@geeknest.com>
      Branch: perl
-          ! pod/perlre.pod pod/perlretut.pod
+          ! ext/Cwd/Cwd.xs
 ____________________________________________________________________________
-[ 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>
+[ 21645] By: rgs                                   on 2003/11/03  19:18:42
+        Log: Subject: Re: [PATCH 5.8.1] make reentr.[ch] compatible with 5.8.0 again
+             From: Jan Dubois <jand@ActiveState.com>
+             Date: Sun, 02 Nov 2003 21:43:44 -0800
+             Message-ID: <8dqbqvg16ln2r807l1l2c905lh7hte303v@4ax.com>
      Branch: perl
-          ! lib/perl5db.pl
+          ! reentr.h reentr.pl
 ____________________________________________________________________________
-[ 15606] By: jhi                                   on 2002/03/29  15:42:51
-        Log: Update Changes.
+[ 21644] By: rgs                                   on 2003/11/03  15:33:55
+        Log: Document the fact that keys() and values() are optimized
+             for void context (as suggested by Liz.)
      Branch: perl
-          ! Changes patchlevel.h
+          ! pod/perlfunc.pod
 ____________________________________________________________________________
-[ 15605] By: jhi                                   on 2002/03/29  15:36:43
-        Log: Rename for 8.3-friendliness.
+[ 21639] By: nicholas                              on 2003/11/03  07:04:36
+        Log: Stas would prefer not to have MOD_PERL defines in perl.
      Branch: perl
-          + lib/unicore/PropValueAliases.txt
-          - lib/unicore/PropertyValueAliases.txt
-          ! MANIFEST lib/unicore/README.perl
+          ! hv.c hv.h
 ____________________________________________________________________________
-[ 15604] By: jhi                                   on 2002/03/29  15:33:19
-        Log: Retract ExtUtils/t/basic.t until it works.
+[ 21638] By: nicholas                              on 2003/11/03  06:46:48
+        Log: s/new_hash/rehash/g (Stas suggested a better name)
      Branch: perl
-          - lib/ExtUtils/t/basic.t
-          ! MANIFEST
+          ! embedvar.h hv.h intrpvar.h lib/Hash/Util.pm perl.c perlapi.h
+          ! sv.c universal.c util.c
 ____________________________________________________________________________
-[ 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>
+[ 21634] By: nicholas                              on 2003/11/02  22:32:21
+        Log: Provide Internals::new_hash_seed to return PL_new_hash_seed, and
+             make Hash::Util::hash_seed use this.
      Branch: perl
-          ! hints/freebsd.sh
+          ! lib/Hash/Util.pm universal.c
 ____________________________________________________________________________
-[ 15602] By: jhi                                   on 2002/03/29  15:10:43
-        Log: Interesting... where did this come from?
-             (The Configure change in #15600)
+[ 21628] By: rgs                                   on 2003/11/02  21:05:59
+        Log: Fix for [perl #24347] segfault with Safe
+             The empty %INC created for safe compartements was freed
+             too early.
      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
+          ! ext/Opcode/Opcode.xs
 ____________________________________________________________________________
-[ 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>
+[ 21627] By: rgs                                   on 2003/11/02  20:40:47
+        Log: Subject: [PATCH pod/perlguts.pod] update embed.pl description
+             From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
+             Date: Sun, 2 Nov 2003 22:24:28 +0100
+             Message-ID: <007b01c3a187$b34c6110$0c2f1fac@R2D2>
      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
+          ! pod/perlguts.pod
 ____________________________________________________________________________
-[ 15598] By: jhi                                   on 2002/03/29  14:11:58
-        Log: Leftovers from Encode 0.99.
+[ 21625] By: rgs                                   on 2003/11/02  20:24:21
+        Log: Mention perl 5.8.2-RC1 in perlhist, as spotted by Abigail.
      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)
+          ! pod/perlhist.pod
 ____________________________________________________________________________
-[ 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>
+[ 21620] By: nicholas                              on 2003/11/02  18:22:16
+        Log: Subject: [PATCH 5.8.2 @21574] OS/2 build
+             From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
+             Date: Wed, 29 Oct 2003 14:00:18 -0800
+             Message-ID: <20031029220017.GA26384@math.berkeley.edu>
      Branch: perl
-          ! ext/Unicode/Normalize/Normalize.pm
+          ! ext/DynaLoader/DynaLoader_pm.PL makedef.pl os2/Makefile.SHs
+          ! os2/OS2/REXX/REXX.xs os2/os2.c os2/os2_base.t os2/os2ish.h
+          ! os2/perl2cmd.pl perlio.c
 ____________________________________________________________________________
-[ 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>
+[ 21619] By: rgs                                   on 2003/11/02  18:07:30
+        Log: Quoted-printable is evil.
      Branch: perl
-          ! reentr.c reentr.pl
+          ! win32/win32.h
 ____________________________________________________________________________
-[ 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>
+[ 21618] By: nicholas                              on 2003/11/02  18:01:21
+        Log: Stas spotted a missed s//new_/ for the hash seed renaming games
      Branch: perl
-          ! ext/POSIX/t/posix.t t/op/stat.t
+          ! perl.c
 ____________________________________________________________________________
-[ 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>
+[ 21617] By: rgs                                   on 2003/11/02  17:25:50
+        Log: Portability nit for MinGW 3.
+
+             Subject: MinGW-3.1.0-1 _CRTIMP definition preempting win32.h's
+             From: Greg Matheson <lang@ms.chinmin.edu.tw>
+             Date: Thu, 30 Oct 2003 14:11:58 +0800
+             Message-ID: <20031030141158.A11772@ms>
+             (actual patch by Abe Timmerman)
      Branch: perl
-          ! ext/Time/HiRes/HiRes.xs
+          ! win32/win32.h
 ____________________________________________________________________________
-[ 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>
+[ 21616] By: rgs                                   on 2003/11/02  12:37:54
+        Log: Subject: DOCPATCH: does STORE need to return anything and if so what?
+             From: david nicol <whatever@davidnicol.com>
+             Date: 26 Oct 2003 22:34:04 -0600
+             Message-Id: <1067229244.1071.51.camel@plaza.davidnicol.com>
      Branch: perl
-          ! op.c t/op/attrs.t
+          ! pod/perltie.pod
 ____________________________________________________________________________
-[ 15591] By: jhi                                   on 2002/03/29  03:15:18
-        Log: It's perlce.
+[ 21615] By: rgs                                   on 2003/11/01  20:01:54
+        Log: Subject: [PATCH] DB_File 1.807
+             From: "Paul Marquess" <Paul.Marquess@btinternet.com>
+             Date: Sat, 1 Nov 2003 13:50:12 -0000
+             Message-ID: <AIEAJICLCBDNAAOLLOKLOENMPAAA.Paul.Marquess@btinternet.com>
      Branch: perl
-          ! pod/perldelta.pod
+          ! 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-hash.t ext/DB_File/t/db-recno.t
 ____________________________________________________________________________
-[ 15590] By: jhi                                   on 2002/03/29  02:59:03
-        Log: MPE/iX tweaks from Mark Bixby.
+[ 21614] By: rgs                                   on 2003/11/01  19:40:28
+        Log: Subject: Re: [PATCH bleadperl] (was Re: Is this brokenness in $< $( $> & $) ?)
+             From: Rick Delaney <rick@bort.ca>
+             Date: Mon, 27 Oct 2003 16:24:16 -0500
+             Message-ID: <20031027162416.H2233@biff.bort.ca>
      Branch: perl
-          ! ext/Storable/t/lock.t mpeix/relink
+          ! pp_hot.c
 ____________________________________________________________________________
-[ 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 ../..)
+[ 21611] By: nicholas                              on 2003/11/01  16:32:00
+        Log: D'oh! t/op/hash.t wasn't in the MANIFEST. Rafael spotted this
      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)
+          ! MANIFEST
 ____________________________________________________________________________
-[ 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>
+[ 21607] By: nicholas                              on 2003/11/01  15:21:23
+        Log: mod_perl2 will require access to the Plan C hashing function.
      Branch: perl
-          ! lib/charnames.pm lib/charnames.t
+          ! hv.h
 ____________________________________________________________________________
-[ 15587] By: jhi                                   on 2002/03/28  18:17:08
-        Log: binmode :bytes, again.
+[ 21604] By: nicholas                              on 2003/11/01  14:21:38
+        Log: Add Internals::HvREHASH to expose the rehashing flag
+             t/op/hash.t tests that pathological data triggers rehashing
      Branch: perl
-          ! lib/utf8.t
+          + t/op/hash.t
+          ! universal.c
 ____________________________________________________________________________
-[ 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>
+[ 21599] By: davem                                 on 2003/11/01  00:09:22
+        Log: whoops, typo
      Branch: perl
-          ! pod/perldelta.pod pod/perldiag.pod t/lib/warnings/toke toke.c
+          ! ext/threads/shared/shared.xs
 ____________________________________________________________________________
-[ 15585] By: jhi                                   on 2002/03/28  16:20:03
-        Log: Support Unicode 3.1 names, names without the (XX), and BOM.
+[ 21598] By: davem                                 on 2003/11/01  00:03:38
+        Log: seg faults when deleting keys of shared hash refs
+             Ensure that the shared_sv get magic of the element being deleted
+             is called. Also, avoid posible memory leaks by wrapping all shared
+             context sections with ENTER/SAVETMPS
      Branch: perl
-          ! lib/charnames.pm lib/charnames.t pp_pack.c
+          ! ext/threads/shared/shared.xs
 ____________________________________________________________________________
-[ 15584] By: jhi                                   on 2002/03/28  15:52:30
-        Log: If expecting UTF-8, probably not expecting UTF-16.
+[ 21596] By: rgs                                   on 2003/10/31  20:46:44
+        Log: Subject: Re: [perl #24367] [PATCH] configure flag -Dextras="HTML::Parser" doesn't seem to do anything
+             From: Andy Dougherty <doughera@lafayette.edu>
+             Date: Fri, 31 Oct 2003 15:32:35 -0500 (EST)
+             Message-ID: <Pine.SOL.4.53.0310311433440.8552@maxwell.phys.lafayette.edu>
+             (plus POD link fixes)
      Branch: perl
-          ! t/comp/require.t
+          ! INSTALL
 ____________________________________________________________________________
-[ 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>
+[ 21595] By: rgs                                   on 2003/10/31  20:35:23
+        Log: Prevent the installation of makefiles that can be found
+             under lib/.
      Branch: perl
-          ! lib/Time/Local.pm
+          ! installperl
 ____________________________________________________________________________
-[ 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>
+[ 21593] By: rgs                                   on 2003/10/31  20:19:01
+        Log: Test nit ; goes with change 21591
      Branch: perl
-          ! ext/Socket/socketpair.t hints/vos.sh vos/vos.c vos/vosish.h
+          ! t/lib/warnings/regcomp
 ____________________________________________________________________________
-[ 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.
+[ 21592] By: rgs                                   on 2003/10/31  20:03:58
+        Log: Subject: [PATCH] Document PERL_DL_NONLAZY
+             From: Gisle Aas <gisle@ActiveState.com>
+             Date: 31 Oct 2003 03:13:03 -0800
+             Message-ID: <lrn0bhbqyo.fsf@caliper.activestate.com>
      Branch: perl
-          ! lib/utf8_heavy.pl pod/perldiag.pod t/op/pat.t utf8.c
+          ! pod/perlrun.pod
 ____________________________________________________________________________
-[ 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>
+[ 21591] By: rgs                                   on 2003/10/31  19:54:23
+        Log: Subject: [PATCH] Off-by-one error in regcomp.c
+             From: Slaven Rezic <slaven@rezic.de>
+             Date: Fri, 31 Oct 2003 12:16:11 +0000
+             Message-Id: <1067602571.12768@devpc01.iconmobile.de>
      Branch: perl
-          ! sv.c t/op/pat.t
+          ! regcomp.c t/op/regmesg.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>
+[ 21590] By: rgs                                   on 2003/10/31  19:36:32
+        Log: Subject: [patch pod/perlfunc.pod] separate two unrelated notes in require
+             From: Stas Bekman <stas@stason.org>
+             Date: Wed, 29 Oct 2003 16:47:24 -0800
+             Message-ID: <3FA05F9C.2080304@stason.org>
      Branch: perl
-          ! pod/perldelta.pod pod/perldiag.pod t/lib/warnings/toke toke.c
+          ! pod/perlfunc.pod
 ____________________________________________________________________________
-[ 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>
+[ 21589] By: rgs                                   on 2003/10/31  19:31:48
+        Log: Subject: [5.8.x segfault + patch] chicken&egg segfault in -Dm -Mthreads
+             From: Stas Bekman <stas@stason.org>
+             Date: Wed, 29 Oct 2003 15:15:15 -0800
+             Message-ID: <3FA04A03.5010603@stason.org>
+             (enclosed in a #ifdef DEBUGGING)
      Branch: perl
-          ! lib/encoding.t
+          ! sv.c
 ____________________________________________________________________________
-[ 15577] By: jhi                                   on 2002/03/28  13:03:48
-        Log: Unicode 3.2.0-induced doc tweaks.
+[ 21588] By: rgs                                   on 2003/10/31  19:25:38
+        Log: Subject: [PATCH] Devel::PPPort and scan_bin
+             From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
+             Date: Wed, 29 Oct 2003 22:53:43 +0100
+             Message-ID: <037201c39e67$1faa9940$0c2f1fac@R2D2>
      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)
+          ! ext/Devel/PPPort/PPPort.pm
 ____________________________________________________________________________
-[ 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>
+[ 21587] By: rgs                                   on 2003/10/31  19:19:00
+        Log: Subject: [PATCH] change p4d2p to deal with new style diff2 output
+             From: Jan Dubois <jand@ActiveState.com>
+             Date: Thu, 30 Oct 2003 18:43:08 -0800
+             Message-ID: <dpi3qvgf1uke7pj1gcpgmoh622lqcvl6uc@4ax.com>
      Branch: perl
-          ! ext/POSIX/t/posix.t
+          ! Porting/p4d2p
 ____________________________________________________________________________
-[ 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.
+[ 21586] By: nicholas                              on 2003/10/31  18:54:26
+        Log: Comment that this "optimisation" is actually a necessary fixup.
+             When the split occurs (to make the opti{miser,onal}) this isn't
+             (Richard Clamp reminded me that I forgot to do this)
      Branch: perl
-          ! regcomp.c
+          ! op.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>
+[ 21583] By: nicholas                              on 2003/10/30  22:37:26
+        Log: Rewrite to correctly use test.pl
+
+             Date: Thu, 30 Oct 2003 15:51:03 -0800
+             From: Michael G Schwern <schwern@pobox.com>
+             Subject: Re: Fix for the orange lion bug - aka empty sub bug
+             Message-ID: <20031030235103.GC27017@localhost.comcast.net>
      Branch: perl
-          ! pod/perldiag.pod regcomp.c
+          ! t/op/sub.t
 ____________________________________________________________________________
-[ 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.
+[ 21582] By: nicholas                              on 2003/10/30  22:18:53
+        Log: Date: Thu, 30 Oct 2003 22:01:35 +0000
+             Subject: Fix for the orange lion bug - aka empty sub bug
+             From: Arthur Bergman <sky@nanisky.com>
+             Message-Id: <A10EEA90-0B24-11D8-93CD-000A95A2734C@nanisky.com>
      Branch: perl
-          ! ext/Socket/socketpair.t
+          + t/op/sub.t
+          ! MANIFEST op.c
 ____________________________________________________________________________
-[ 15569] By: jhi                                   on 2002/03/28  01:46:21
-        Log: Don't install anything beneath 't' directories.
+[ 21580] By: nicholas                              on 2003/10/30  19:42:28
+        Log: 14 is the chain length for attack. From
+
+             Message-ID: <20031030204117.16008.qmail@plover.com>
+             Subject: Re: 5.8.2-RC1 and mp2
+             Date: Thu, 30 Oct 2003 15:41:17 -0500
+             From: Mark Jason Dominus <mjd@plover.com>
+
+             and
+
+             From: Scott A Crosby <scrosby@cs.rice.edu>
+             Subject: Re: 5.8.2-RC1 and mp2
+             Date: 30 Oct 2003 14:08:06 -0600
+             Message-ID: <oydd6cea3q1.fsf@bert.cs.rice.edu>
      Branch: perl
-          ! installperl
+          ! hv.c
 ____________________________________________________________________________
-[ 15568] By: jhi                                   on 2002/03/28  01:43:52
-        Log: More UTF-8 locale sensitivity.
+[ 21575] By: rgs                                   on 2003/10/29  06:51:19
+        Log: Move a fcntl() example in perlfunc at a more proper place,
+             as suggested by :
+             Subject: [perl #24334] ioctl/fcntl doc confusion
+             From: "perl-5.8.0@ton.iguana.be (via RT)" <perlbug-followup@perl.org>
+             Date: 28 Oct 2003 13:37:49 -0000
+             Message-ID: <rt-24334-66603.12.4990768314782@rt.perl.org>
      Branch: perl
-          ! t/io/utf8.t
+          ! pod/perlfunc.pod
 ____________________________________________________________________________
-[ 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.
+[ 21567] By: rgs                                   on 2003/10/28  08:48:06
+        Log: Upgrade to Time::HiRes 1.52.
      Branch: perl
-          ! lib/Pod/t/pod2html-lib.pl
+          ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
+          ! ext/Time/HiRes/Makefile.PL ext/Time/HiRes/t/HiRes.t
 ____________________________________________________________________________
-[ 15566] By: jhi                                   on 2002/03/28  01:12:17
-        Log: Be compatible also with non-UTF-8 locales.
+[ 21566] By: rgs                                   on 2003/10/28  08:34:26
+        Log: Subject: [PATCH lib/overload.t] TODO tests for bug #24313.
+             From: Abigail <abigail@abigail.nl>
+             Date: Mon, 27 Oct 2003 13:05:37 +0100
+             Message-ID: <20031027120536.GA24608@abigail.nl>
+
+             Subject: [PATCH bleadperl] [perl #24313] (was Re: [PATCH lib/overload.t] TODO tests for bug #24313.)
+             From: Rick Delaney <rick@bort.ca>
+             Date: Mon, 27 Oct 2003 12:17:49 -0500
+             Message-ID: <20031027121749.E2233@biff.bort.ca>
      Branch: perl
-          ! lib/Locale/Codes/t/languages.t lib/Locale/Language.pm
-          ! lib/Locale/Language.pod
+          ! lib/overload.t toke.c
 ____________________________________________________________________________
-[ 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>
+[ 21565] By: rgs                                   on 2003/10/28  07:42:52
+        Log: Subject: [PATCH t/comp/proto.t]  Test (5.9.x)
+             From: Abigail <abigail@abigail.nl>
+             Date: Mon, 27 Oct 2003 14:50:24 +0100
+             Message-ID: <20031027135024.GA12666@abigail.nl>
      Branch: perl
-          ! cv.h op.c t/op/attrs.t toke.c
+          ! t/comp/proto.t
 ____________________________________________________________________________
-[ 15564] By: jhi                                   on 2002/03/27  23:54:59
-        Log: "Last element".
+[ 21564] By: davem                                 on 2003/10/27  22:01:12
+        Log: Fix more shared threads leaks: add SAVETMPS to the second branch
+             of sharedsv_scalar_store().
      Branch: perl
-          ! pod/perlfunc.pod
+          ! ext/threads/shared/shared.xs
 ____________________________________________________________________________
-[ 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>
+[ 21563] By: rgs                                   on 2003/10/27  19:33:29
+        Log: Add a new taint error, "%ENV is aliased to %s".
+             This error is thrown when taint checks are enabled and
+             when *ENV has been aliased, so that %ENV has no env-magic
+             anymore. (see bug [perl #24291].)
      Branch: perl
-          ! pod/perlfunc.pod
+          ! pod/perldiag.pod t/op/taint.t taint.c
 ____________________________________________________________________________
-[ 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>
+[ 21560] By: nicholas                              on 2003/10/27  18:01:02
+        Log: Record the escape^Wrelease of 5.9.0
      Branch: perl
-          ! pod/perlre.pod pod/perlretut.pod
+          ! pod/perlhist.pod
 ____________________________________________________________________________
-[ 15561] By: jhi                                   on 2002/03/27  23:48:15
-        Log: Try to handle UTF-8 locales.
+[ 21554] By: nicholas                              on 2003/10/27  16:09:37
+        Log: Subject: Re: DBD::Sybase and Sybase::CTlib build problems w/ 5.8.1, Solaris, gcc
+             From: Alan Burlison <Alan.Burlison@sun.com>
+             Date: Tue, 21 Oct 2003 15:00:58 +0100
+             Message-ID: <3F953C1A.3060800@sun.com>
      Branch: perl
-          ! lib/locale.t
+          ! hints/solaris_2.sh
 ____________________________________________________________________________
-[ 15560] By: jhi                                   on 2002/03/27  22:57:45
-        Log: More binmode :bytes.
+[ 21550] By: nicholas                              on 2003/10/27  13:45:27
+        Log: Sync with Unicode::Normalize 0.25
      Branch: perl
-          ! t/io/utf8.t
+          + ext/Unicode/Normalize/t/fcdc.t ext/Unicode/Normalize/t/form.t
+          + ext/Unicode/Normalize/t/proto.t
+          + ext/Unicode/Normalize/t/split.t
+          ! MANIFEST ext/Unicode/Normalize/Changes
+          ! ext/Unicode/Normalize/Makefile.PL
+          ! ext/Unicode/Normalize/Normalize.pm
+          ! ext/Unicode/Normalize/Normalize.xs
+          ! ext/Unicode/Normalize/README
 ____________________________________________________________________________
-[ 15559] By: jhi                                   on 2002/03/27  22:48:39
-        Log: binmode(FH, ":bytes") is the right way, methinks.
+[ 21549] By: nicholas                              on 2003/10/27  13:11:48
+        Log: Sync with Unicode::Collate 0.30
      Branch: perl
-          ! ext/PerlIO/t/encoding.t
+          + lib/Unicode/Collate/t/hangtype.t
+          + lib/Unicode/Collate/t/normal.t lib/Unicode/Collate/t/trailwt.t
+          + lib/Unicode/Collate/t/variable.t
+          + lib/Unicode/Collate/t/version.t
+          ! MANIFEST lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
+          ! lib/Unicode/Collate/README lib/Unicode/Collate/t/contract.t
+          ! lib/Unicode/Collate/t/hangul.t lib/Unicode/Collate/t/index.t
+          ! lib/Unicode/Collate/t/test.t
 ____________________________________________________________________________
-[ 15558] By: jhi                                   on 2002/03/27  22:29:30
-        Log: UTF-8 locale: need to open explicitly for bytes.
+[ 21548] By: nicholas                              on 2003/10/27  12:39:39
+        Log: Sync with Pod::Perldoc 3.12
      Branch: perl
-          ! ext/PerlIO/t/encoding.t
+          ! lib/Pod/Perldoc.pm
 ____________________________________________________________________________
-[ 15557] By: jhi                                   on 2002/03/27  21:59:54
-        Log: UTF-8-ify __DATA__.  (TODO: let Neil Bowers know.)
+[ 21546] By: ams                                   on 2003/10/27  09:00:08
+        Log: Will the real off by one please stand up?
      Branch: perl
-          ! lib/Locale/Language.pm lib/Locale/Language.pod
+          ! mg.c
 ____________________________________________________________________________
-[ 15556] By: jhi                                   on 2002/03/27  21:44:37
-        Log: Warn instead of croak.
+[ 21545] By: hv                                    on 2003/10/27  02:52:16
+        Log: fixup separators
      Branch: perl
-          ! pod/perldiag.pod utf8.c
+          ! Changes
 ____________________________________________________________________________
-[ 15555] By: jhi                                   on 2002/03/27  21:18:40
-        Log: UTF-8 locale: there might already be one UTF-8 discipline.
+[ 21544] By: hv                                    on 2003/10/27  02:51:26
+        Log: don't complain of podless .pm files that have a separate .pod file
      Branch: perl
-          ! lib/open.t
+          ! pod/buildtoc
 ____________________________________________________________________________
-[ 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>
+[ 21543] By: hv                                    on 2003/10/27  02:50:04
+        Log: regen pods and toc
      Branch: perl
-          ! t/lib/1_compile.t t/lib/compmod.pl
+          ! pod/perlmodlib.pod pod/perltoc.pod
 ____________________________________________________________________________
-[ 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>
+[ 21542] By: rgs                                   on 2003/10/26  21:36:17
+        Log: When %ENV has been turned into a non-magical hash after a
+             glob assignment, TAINT_ENV() may dump core because it
+             assumes $ENV{PATH} is magical. Fix this ; add a test to
+             verify that the PATH is still checked for taintedness.
      Branch: perl
-          ! pod/perlop.pod
+          ! t/op/taint.t taint.c
 ____________________________________________________________________________
-[ 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.)
+[ 21540] By: rgs                                   on 2003/10/26  14:59:53
+        Log: Fix backward-compatibility issues in if.pm.
      Branch: perl
-          + lib/unicore/PropertyAliases.txt
-          + lib/unicore/PropertyValueAliases.txt
-          ! (edit 129 files)
+          ! lib/if.pm
 ____________________________________________________________________________
-[ 15551] By: jhi                                   on 2002/03/27  15:20:05
+[ 21539] By: hv                                    on 2003/10/26  12:22:54
         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.
+[ 21538] By: ams                                   on 2003/10/26  08:08:02
+        Log: Fix off-by-one in $0 set magic. (From Autrijus.)
+             The whole PL_origalen thing in perl.c looks very hokey.
      Branch: perl
-          ! regexec.c
+          ! mg.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).
+[ 21536] By: nicholas                              on 2003/10/25  22:33:18
+        Log: show the rehash flags in dumps
      Branch: perl
-          ! Makefile.SH regexec.c
+          ! dump.c
 ____________________________________________________________________________
-[ 15548] By: jhi                                   on 2002/03/27  14:11:37
-        Log: Forgotten from #15523.
+[ 21535] By: nicholas                              on 2003/10/25  22:32:40
+        Log: Return 21533 (with modifications) having found the problem
      Branch: perl
-          ! lib/Math/BigInt/Calc.pm
+          ! hv.c hv.h
 ____________________________________________________________________________
-[ 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>
+[ 21534] By: nicholas                              on 2003/10/25  20:46:36
+        Log: Back out 21533 because it broke Encode's build in really weird ways
      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
+          ! hv.c hv.h
 ____________________________________________________________________________
-[ 15542] By: jhi                                   on 2002/03/27  02:40:33
-        Log: I like doubleclicking on URLs in pods to select them.
+[ 21533] By: nicholas                              on 2003/10/25  13:10:21
+        Log: Plan C rough edge smoothing. Criteria for a hash split is now
+             the earlier of "more keys than buckets" (the old test) or
+             linked list too long. Rehash is triggered after a split if the
+             longest linked list is too long.
      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
+          ! hv.c hv.h
 ____________________________________________________________________________
-[ 15541] By: jhi                                   on 2002/03/27  02:04:47
-        Log: Regen modlib.
+[ 21532] By: rgs                                   on 2003/10/25  10:03:18
+        Log: Subject: Re: [perl #948] $, untieable?
+             From: Richard Clamp <richardc@unixbeard.net>
+             Date: Tue, 21 Oct 2003 00:02:49 +0100
+             Message-ID: <20031020230249.GA31123@mirth.demon.co.uk>
+
+             Plus a small fix to t/TEST to recognize the added TODO test
+             as a TODO test.
      Branch: perl
-          ! pod/perlmodlib.pod
+          ! t/TEST t/op/tie.t
 ____________________________________________________________________________
-[ 15540] By: jhi                                   on 2002/03/27  01:43:52
-        Log: Update the CPAN sites list.
+[ 21528] By: nicholas                              on 2003/10/23  19:21:00
+        Log: When it says "add", then, like, you have to p4 add it. D'oh!
+             (missed the new file in "Update I18N::LangTags from 0.28 to 0.29")
      Branch: perl
-          ! pod/perlmodlib.PL pod/perlmodlib.pod
+          + lib/I18N/LangTags/t/02decency.t
 ____________________________________________________________________________
-[ 15539] By: jhi                                   on 2002/03/27  01:15:11
-        Log: Regen modlib, toc.
+[ 21527] By: davem                                 on 2003/10/23  19:13:20
+        Log: Fix two threads::shared leaks
+             #24061 - AV in shared interpreter wasn't set to AvREAL
+             #24255 - mortals were added to the shared interpreter's tmpstack
+             and never freed.
      Branch: perl
-          ! pod/perlmodlib.pod pod/perltoc.pod
+          ! ext/threads/shared/shared.xs
 ____________________________________________________________________________
-[ 15538] By: jhi                                   on 2002/03/27  01:13:12
-        Log: s/rationale/rational/
+[ 21526] By: nicholas                              on 2003/10/23  19:11:24
+        Log: From: Jan Dubois <jand@ActiveState.com>
+             Subject: [PATCH] Update Pod::Perldoc from 3.10 to 3.11
+             Date: Wed, 22 Oct 2003 20:17:07 -0700
+             Message-ID: <mjhepvgtnifdlgrvp20urtuu058e1jrav2@4ax.com>
+
+             From: Jan Dubois <jand@ActiveState.com>
+             Subject: [PATCH] Update I18N::LangTags from 0.28 to 0.29
+             Date: Wed, 22 Oct 2003 20:26:56 -0700
+             Message-ID: <jgiepv0a8fp8ffq3lpc5ujl7j25hoo1rdt@4ax.com>
      Branch: perl
-          ! lib/Math/BigRat.pm lib/bigrat.pm
+          ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
+          ! lib/I18N/LangTags/List.pm lib/I18N/LangTags/README
+          ! lib/Pod/Perldoc.pm lib/Pod/Perldoc/ToMan.pm pod/perldoc.pod
+          ! utils/perldoc.PL
 ____________________________________________________________________________
-[ 15537] By: jhi                                   on 2002/03/27  01:01:33
-        Log: s/done/esac/
+[ 21523] By: ams                                   on 2003/10/23  12:53:03
+        Log: Subject: [PATCH] utime documentation
+             From: Gisle Aas <gisle@ActiveState.com>
+             Date: 23 Oct 2003 05:33:43 -0700
+             Message-Id: <lrekx4jfq0.fsf@caliper.activestate.com>
      Branch: perl
-          ! hints/dec_osf.sh
+          ! pod/perlfunc.pod
 ____________________________________________________________________________
-[ 15536] By: jhi                                   on 2002/03/27  00:54:21
-        Log: Advertise big* and BigRat.
+[ 21522] By: ams                                   on 2003/10/23  08:07:18
+        Log: Subject: [PATCH]  dup2() not going through PerlLIO abstraction layer
+             From: Jan Dubois <jand@ActiveState.com>
+             Date: Wed, 22 Oct 2003 20:33:54 -0700
+             Message-Id: <vniepv0n5mcrbbutm0qgvori6n6vr6arsh@4ax.com>
      Branch: perl
-          ! pod/perldelta.pod
+          ! doio.c
 ____________________________________________________________________________
-[ 15535] By: jhi                                   on 2002/03/26  22:42:41
-        Log: A missing ) in #15527.
+[ 21520] By: nicholas                              on 2003/10/22  19:50:15
+        Log: patch created by Casey West from:
+
+             Subject: CPAN module problems
+             From: Edward Moy <emoy@apple.com>
+             Date: Fri, 10 Oct 2003 17:42:06 -0700
+             Message-Id: <BD2513C0-FB83-11D7-9065-000A956EFDEE@apple.com>
+
+             (change ld value in hints file)
      Branch: perl
-          ! pp_sys.c
+          ! hints/darwin.sh
 ____________________________________________________________________________
-[ 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>
+[ 21516] By: rgs                                   on 2003/10/22  15:06:13
+        Log: Small email update in AUTHORS.
      Branch: perl
-          ! lib/ExtUtils/typemap
+          ! AUTHORS
 ____________________________________________________________________________
-[ 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>
+[ 21515] By: rgs                                   on 2003/10/22  06:39:29
+        Log: Add a test.taintwarn makefile target,
+             to run the whole test suite with the -t switch.
      Branch: perl
-          ! ext/PerlIO/PerlIO.t
+          ! Makefile.SH pod/perlhack.pod t/TEST
 ____________________________________________________________________________
-[ 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>
+[ 21514] By: rgs                                   on 2003/10/21  21:21:56
+        Log: Subject: [PATCH @20458] embedding perl
+             From: Radu Greab <rgreab@fx.ro>
+             Date: Tue, 05 Aug 2003 20:57:15 +0300 (EEST)
+             Message-Id: <20030805.205715.113441323.radu@yx.primIT.ro>
      Branch: perl
-          ! vms/test.com
+          ! hv.c intrpvar.h perl.c pod/perlembed.pod pod/perlintern.pod
+          ! sv.c
 ____________________________________________________________________________
-[ 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>
+[ 21513] By: rgs                                   on 2003/10/21  20:45:12
+        Log: Fix doc bug #23890, as suggested by Himanshu Garg :
+             in perltoot, $him->fullname should be $him->fullname->as_string
+             when passed to printf.
      Branch: perl
-          ! configure.com
+          ! pod/perltoot.pod
 ____________________________________________________________________________
-[ 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>
+[ 21509] By: rgs                                   on 2003/10/21  05:42:50
+        Log: Two OS/2 portability patches from Ilya.
+
+             Subject: [PATCH 5.8.1 @21211] sockets broken on OS/2
+             From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
+             Date: Thu, 25 Sep 2003 12:09:11 -0700
+             Message-ID: <20030925190911.GA27028@math.berkeley.edu>
+
+             Subject: Re: [PATCH 5.8.1 @21379] tmpfile() broken on OS/2
+             From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
+             Date: Thu, 25 Sep 2003 19:50:45 -0700
+             Message-ID: <20030926025045.GA27507@math.berkeley.edu>
      Branch: perl
-          ! t/lib/warnings/perlio
+          ! doio.c os2/os2ish.h perl.h perlio.c pp_sys.c
 ____________________________________________________________________________
-[ 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>
+[ 21506] By: rgs                                   on 2003/10/20  19:28:27
+        Log: Subject: [PATCH] add some missing defines to Devel::PPPort
+             From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
+             Date: Mon, 20 Oct 2003 20:14:19 +0200
+             Message-ID: <03a301c39735$fb7cb220$0c2f1fac@R2D2>
      Branch: perl
-          ! x2p/s2p.PL
+          ! ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.pm
 ____________________________________________________________________________
-[ 15528] By: jhi                                   on 2002/03/26  22:03:22
-        Log: Retract Math::BigInt::Lite, Tels had second thoughts.
+[ 21505] By: rgs                                   on 2003/10/20  19:22:38
+        Log: Subject: Re: [perl #24225] [5.8.1] segfault in binmode STDOUT, ':stdio'; print 1
+             From: Slaven Rezic <slaven@rezic.de>
+             Date: 19 Oct 2003 17:54:59 +0200
+             Message-ID: <871xt9te7g.fsf@vran.herceg.de>
      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
+          ! perlio.c
 ____________________________________________________________________________
-[ 15527] By: jhi                                   on 2002/03/26  22:01:01
-        Log: Avoid and document a weird bug in UNICOS/mk.
+[ 21503] By: rgs                                   on 2003/10/20  06:04:04
+        Log: Skip the chflags tests in filetest.t on Darwin.
      Branch: perl
-          ! pod/perldelta.pod pp_sys.c
+          ! lib/filetest.t
 ____________________________________________________________________________
-[ 15526] By: jhi                                   on 2002/03/26  20:28:45
-        Log: Math::BigInt::Lite 0.09, from Tels.
+[ 21474] By: nicholas                              on 2003/10/17  18:44:28
+        Log: Plan C rough edge smoothing - forgot to turn on the "has key flags"
+             flag on the hash when rehashing. Can turn off the "rehasing" flag
+             if the hash is cleared
      Branch: perl
-          + lib/Math/BigInt/Lite.pm lib/Math/BigInt/t/lite.t
-          ! MANIFEST
+          ! hv.c
 ____________________________________________________________________________
-[ 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.
+[ 21473] By: rgs                                   on 2003/10/17  08:53:48
+        Log: -u is deprecated.
+             Subject: Re: why PERL5LIB is ignored when -T is in effect
+             From: Slaven Rezic <slaven@rezic.de>
+             Date: Fri, 17 Oct 2003 10:02:31 +0000
+             Message-Id: <1066384951.4964@devpc01.iconmobile.de>
      Branch: perl
-          ! lib/Math/BigInt/t/mbi_rand.t
+          ! perl.c
 ____________________________________________________________________________
-[ 15524] By: jhi                                   on 2002/03/26  19:57:27
-        Log: EPOC update from Olaf Flebbe.
+[ 21472] By: rgs                                   on 2003/10/17  07:29:10
+        Log: The compilation of PerlIO::via may hang on AIX when
+             compiling with vac at -O3 optimization level. Disable
+             optimization for this module.
      Branch: perl
-          ! README.epoc doio.c epoc/epoc.c lib/File/Spec/Epoc.pm
-          ! pod/perlport.pod t/io/fs.t
+          + ext/PerlIO/via/hints/aix.pl
+          ! MANIFEST
 ____________________________________________________________________________
-[ 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
+[ 21471] By: nicholas                              on 2003/10/16  21:10:27
+        Log: Plan C for foiling the algorithmic complexity attack
+             (based on Chip's plan A (binary compatibility with 5.8.0 and 5.8.1),
+             Chip's plan B (do something new inside the hv functions)
+             and introspective sort)
+             Provides infrastructure for hashes to change their hash function
+             if necessary, and code in hsplit to detect pathalogical data and
+             instigate a random rehashing.
+             Needs refinement. Let's see how much smoke it creates.
+     Branch: perl
+          ! embedvar.h hv.c hv.h intrpvar.h perl.c perlapi.h sv.c sv.h
+          ! util.c
 ____________________________________________________________________________
-[ 15522] By: jhi                                   on 2002/03/26  16:07:58
-        Log: Integrate perlio:
-             
-             [ 15521]
-             Testcase for crlf spanning buffer boundary
-             
-             [ 15520]
-             Fix [ID 20020326.001] - cr/lf spanning buffer boundary
+[ 21470] By: davem                                 on 2003/10/16  20:03:44
+        Log: Ensure PL_comppad/curpad point to PL_main_cv's padlist when
+             PL_main_root is freed; this may not have been be the case if a
+             thread other than the main one is the last to be destroyed
      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
+          ! ext/threads/t/thread.t pad.h perl.c
 ____________________________________________________________________________
-[ 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.
+[ 21469] By: nicholas                              on 2003/10/16  19:31:19
+        Log: Duplicate 19423 (pathological hashes too easy) into share_hek_flags
+             (as suggested by Jan Dubois)
      Branch: perl
-          ! t/lib/1_compile.t
+          ! hv.c
 ____________________________________________________________________________
-[ 15518] By: jhi                                   on 2002/03/26  14:39:08
-        Log: Document the Configure (really, awk) glitch in
-             UNICOS/mk.
+[ 21468] By: ams                                   on 2003/10/16  19:00:14
+        Log: Subject: Re: assert.h breaks perl.h
+             From: Alexey Tourbin <at@altlinux.ru>
+             Date: Thu, 16 Oct 2003 22:24:35 +0400
+             Message-Id: <20031016182434.GH1724@julia.office.altlinux.ru>
      Branch: perl
-          ! pod/perldelta.pod
+          ! sv.h
 ____________________________________________________________________________
-[ 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>
+[ 21467] By: ams                                   on 2003/10/16  18:57:57
+        Log: Subject: [PATCH] Tie::Hash documentation
+             From: Slaven Rezic <slaven@rezic.de>
+             Date: Thu, 16 Oct 2003 17:57:35 +0000
+             Message-Id: <1066327055.1428@devpc01.iconmobile.de>
      Branch: perl
-          ! win32/win32.c
+          ! lib/Tie/Hash.pm
 ____________________________________________________________________________
-[ 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>
+[ 21466] By: rgs                                   on 2003/10/16  08:52:50
+        Log: Further tweak on change #21464.
      Branch: perl
-          ! t/io/fs.t
+          ! perl.c
 ____________________________________________________________________________
-[ 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>
+[ 21464] By: ams                                   on 2003/10/16  08:42:50
+        Log: Subject: perl -h tweak [PATCH]
+             From: Gisle Aas <gisle@ActiveState.com>
+             Date: 16 Oct 2003 02:49:39 -0700
+             Message-Id: <lrn0c11pho.fsf@caliper.activestate.com>
      Branch: perl
-          ! utils/perlbug.PL
+          ! perl.c
 ____________________________________________________________________________
-[ 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>
+[ 21456] By: rgs                                   on 2003/10/15  19:19:05
+        Log: Perlfaq1 : take notice that 5.8.1 is now released.
      Branch: perl
-          ! win32/makefile.mk
+          ! pod/perlfaq1.pod
 ____________________________________________________________________________
-[ 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. 
+[ 21454] By: rgs                                   on 2003/10/15  19:06:05
+        Log: PerlFAQ sync. (only actual changes)
      Branch: perl
-          ! INSTALL
+          ! pod/perlfaq4.pod
 ____________________________________________________________________________
-[ 15510] By: jhi                                   on 2002/03/26  04:12:15
-        Log: Stas setting things right.
+[ 21453] By: rgs                                   on 2003/10/15  19:02:35
+        Log: Typos.
      Branch: perl
-          ! ext/PerlIO/PerlIO.t
+          ! hints/aix.sh
 ____________________________________________________________________________
-[ 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>
+[ 21452] By: rgs                                   on 2003/10/15  11:12:31
+        Log: Fix bug [perl #24212] : improper error recovery in the
+             tokenizer after an unknown filetest operator.
      Branch: perl
-          ! ext/IO/lib/IO/t/io_unix.t
+          ! t/comp/parser.t toke.c
 ____________________________________________________________________________
-[ 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.)
+[ 21451] By: rgs                                   on 2003/10/15  09:19:02
+        Log: Update MIME::Base64 and Digest::MD5 from the CPAN version.
      Branch: perl
-          ! hints/unicos.sh hints/unicosmk.sh
+          ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
+          ! ext/Digest/MD5/Makefile.PL ext/Digest/MD5/t/align.t
+          ! ext/Digest/MD5/t/files.t ext/Digest/MD5/t/utf8.t
+          ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
+          ! ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
+          ! ext/MIME/Base64/QuotedPrint.pm ext/MIME/Base64/t/unicode.t
 ____________________________________________________________________________
-[ 15507] By: jhi                                   on 2002/03/26  01:19:57
-        Log: Mention the effect of Unicode keys on hashes.
+[ 21450] By: rgs                                   on 2003/10/15  06:47:11
+        Log: Add support for Linux abstract unix domain sockets to Socket.pm.
+             Based on a idea by Alex Hudson. (Basically those are unix domain
+             sockets whose name has a '\0' as first character.)
      Branch: perl
-          ! pod/perlunicode.pod
+          ! ext/Socket/Socket.xs ext/Socket/t/Socket.t
 ____________________________________________________________________________
-[ 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>
+[ 21449] By: ams                                   on 2003/10/15  06:32:44
+        Log: Subject: [PATCH] SIGN => 1 support for MakeMaker
+             From: Autrijus Tang <autrijus@autrijus.org>
+             Date: Tue, 14 Oct 2003 18:32:28 +0800
+             Message-Id: <1066127547.65845.35.camel@localhost>
      Branch: perl
-          ! perl.c perly.c perly.y perly_c.diff vms/perly_c.vms
-          ! vms/vms_yfix.pl
+          ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_Unix.pm
+          ! lib/ExtUtils/MakeMaker.pm
 ____________________________________________________________________________
-[ 15505] By: jhi                                   on 2002/03/25  22:36:18
-        Log: Tru64: Modify LD_LIBRARY_PATH only if loclibpth is set.
+[ 21448] By: ams                                   on 2003/10/15  05:56:12
+        Log: Rewrite #21447.
      Branch: perl
-          ! hints/dec_osf.sh
+          ! pod/perliol.pod
 ____________________________________________________________________________
-[ 15504] By: jhi                                   on 2002/03/25  20:39:05
-        Log: The .ucm of Encode are big when uncompressed.
+[ 21447] By: ams                                   on 2003/10/15  05:36:48
+        Log: Subject: [patch pod/perliol.pod]
+             From: Stas Bekman <stas@stason.org>
+             Date: Tue, 14 Oct 2003 18:05:29 -0700
+             Message-Id: <3F8C9D59.3040403@stason.org>
      Branch: perl
-          ! INSTALL
+          ! pod/perliol.pod
 ____________________________________________________________________________
-[ 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
+[ 21446] By: nicholas                              on 2003/10/14  18:45:39
+        Log: Duplicate 19423 (pathological hashes too easy) into hv_store_ent
+             (the routine used by perl level HV operations)
+     Branch: perl
+          ! hv.c
 ____________________________________________________________________________
-[ 15501] By: jhi                                   on 2002/03/25  19:16:21
-        Log: Noise with -w.
+[ 21445] By: rgs                                   on 2003/10/13  21:03:05
+        Log: Subject: [PATCH ext/Devel/PPPort/PPPort.pm] Changes #20819 and #20996 break compatibility with perl 5.6.0
+             From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
+             Date: Tue, 30 Sep 2003 19:23:34 +0200
+             Message-ID: <021e01c38777$93ea4e10$0c2f1fac@R2D2>
      Branch: perl
-          ! ext/PerlIO/PerlIO.t
+          ! ext/Devel/PPPort/PPPort.pm
 ____________________________________________________________________________
-[ 15500] By: jhi                                   on 2002/03/25  19:02:41
-        Log: If no perlio no perlio warnings, either.
+[ 21442] By: ams                                   on 2003/10/13  08:41:17
+        Log: Subject: [perl #24189] Incorrect comment in perldoc strict
+             From: "Iain 'Spoon' Truskett (via RT)" <perlbug-followup@perl.org>
+             Date: 12 Oct 2003 09:01:25 -0000
+             Message-Id: <rt-24189-65954.9.50514379869631@rt.perl.org>
      Branch: perl
-          ! lib/warnings.t
+          ! lib/strict.pm
 ____________________________________________________________________________
-[ 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.
+[ 21441] By: rgs                                   on 2003/10/13  08:02:21
+        Log: Subject: [PATCH] Internals::hash_seed() returns wrong value
+             From: Jan Dubois <jand@ActiveState.com>
+             Date: Sun, 12 Oct 2003 22:09:39 -0700
+             Message-ID: <07ckovck8mp5e8tthmtbbcrpi2tj6q9eak@4ax.com>
      Branch: perl
-          ! ext/PerlIO/PerlIO.t
+          ! universal.c
 ____________________________________________________________________________
-[ 15498] By: jhi                                   on 2002/03/25  18:23:36
-        Log: Take away the perlio-requiring tests..
+[ 21440] By: rgs                                   on 2003/10/12  19:58:05
+        Log: Subject: [perl #24122] setreuid and friends borked on darwin/osx
+             From: "pxm@nubz.org (via RT)" <perlbug-followup@perl.org>
+             Date: 5 Oct 2003 20:55:56 -0000
+             Message-ID: <rt-24122-65678.14.2411168523081@rt.perl.org>
      Branch: perl
-          ! t/io/open.t
+          ! mg.c
 ____________________________________________________________________________
-[ 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...
+[ 21439] By: rgs                                   on 2003/10/12  16:28:06
+        Log: Subject: [PATCH] Tie::Hash documentation
+             From: Slaven Rezic <slaven@rezic.de>
+             Date: Sun, 12 Oct 2003 18:55:54 +0200 (CEST)
+             Message-Id: <200310121655.h9CGtsrY003613@vran.herceg.de>
      Branch: perl
-          ! t/io/open.t
+          ! lib/Tie/Hash.pm
 ____________________________________________________________________________
-[ 15496] By: jhi                                   on 2002/03/25  17:57:32
-        Log: More neo-io tests from Stas Bekman.
+[ 21438] By: rgs                                   on 2003/10/12  15:48:13
+        Log: Subject: Re: [perl #24122] setreuid and friends borked on darwin/osx
+             From: Slaven Rezic <slaven@rezic.de>
+             Date: 07 Oct 2003 00:04:34 +0200
+             Message-ID: <87ekxq6n0t.fsf@vran.herceg.de>
      Branch: perl
-          ! t/io/open.t
+          ! hints/darwin.sh
 ____________________________________________________________________________
-[ 15495] By: jhi                                   on 2002/03/25  17:52:33
-        Log: Document the QNX6 sprintf glitch.
+[ 21437] By: rgs                                   on 2003/10/12  15:25:17
+        Log: Minor nit in perlrun, spotted by Art Haas.
      Branch: perl
-          ! pod/perldelta.pod
+          ! pod/perlrun.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.
+[ 21436] By: ams                                   on 2003/10/10  19:05:55
+        Log: Subject: [PATCH] threads::async + some cleanup
+             From: Elizabeth Mattijsen <liz@dijkmat.nl>
+             Date: Fri, 10 Oct 2003 16:37:55 +0200
+             Message-Id: <p05111b07bbac713a0aaf@[192.168.56.2]>
      Branch: perl
-          ! hints/amigaos.sh
+          ! ext/threads/threads.pm
 ____________________________________________________________________________
-[ 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>
+[ 21435] By: ams                                   on 2003/10/10  19:02:34
+        Log: Make everyone stop posting to p5p about 0e0.
      Branch: perl
-          ! pp_sys.c
+          ! pod/perlsyn.pod
 ____________________________________________________________________________
-[ 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>
+[ 21433] By: nicholas                              on 2003/10/09  20:57:26
+        Log: Put all pre-processor #s on the first column (some compilers are picky)
+             [perl #24167] `#' comment signs not at the very beginning of a line
      Branch: perl
-          ! ext/Socket/socketpair.t
+          ! cop.h dosish.h ext/SDBM_File/sdbm/sdbm.h iperlsys.h op.c
+          ! perl.h regcomp.c
 ____________________________________________________________________________
-[ 15491] By: jhi                                   on 2002/03/25  16:57:10
-        Log: Clarify the 8.3 rule.
+[ 21432] By: rgs                                   on 2003/10/09  11:09:24
+        Log: Suppress the test file t/op/nothr5005.t and integrate its tests into
+             t/op/args.t, now that 5005threads have been removed. Port t/op/args.t
+             to t/test.pl.
      Branch: perl
-          ! Porting/check83.pl
+          - t/op/nothr5005.t
+          ! MANIFEST t/op/args.t
 ____________________________________________________________________________
-[ 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)
+[ 21431] By: rgs                                   on 2003/10/09  11:06:15
+        Log: Document the behaviour of filetest operators regarding parentheses.
+             This fixes bug #24127 (by documenting it as a feature.)
+     Branch: perl
+          ! pod/perlop.pod
 ____________________________________________________________________________
-[ 15489] By: jhi                                   on 2002/03/25  15:52:33
-        Log: Update Changes.
+[ 21430] By: ams                                   on 2003/10/09  07:55:34
+        Log: Subject: [PATCH 5.8.1 CORE] Internal fixes to source-code coordinate
+             calculations in regcomp.c
+             From: Eric Promislow <ericp@ActiveState.com>
+             Date: Wed, 8 Oct 2003 17:42:42 -0700
+             Message-Id: <20031008174242.A17544@ActiveState.com>
      Branch: perl
-          ! Changes patchlevel.h
+          ! regcomp.c
 ____________________________________________________________________________
-[ 15488] By: jhi                                   on 2002/03/25  15:32:39
-        Log: Forgotten from #15486.
+[ 21429] By: ams                                   on 2003/10/09  07:43:56
+        Log: Patch based on:
+
+             Subject: [perl #24157] -MModule=} is broken
+             From: "Lukas Mai" (via RT) <perlbug-followup@perl.org>
+             Date: 7 Oct 2003 21:47:43 -0000
+             Message-Id: <rt-24157-65809.10.9980909617566@rt.perl.org>
+
+             (Includes a fix for a similar problem in -A, but not -d.)
      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.
+[ 21428] By: ams                                   on 2003/10/09  02:32:07
+        Log: Subject: [PATCH] Devel::PPPort is missing an aTHX when calling
+             grok_numeric_radix()
+             From: Jan Dubois <jand@ActiveState.com>
+             Date: Wed, 08 Oct 2003 20:37:42 -0700
+             Message-Id: <8kl9ov0932qo08o24uafuc9v77clrgnoe4@4ax.com>
      Branch: perl
-          ! hints/freebsd.sh
+          ! ext/Devel/PPPort/PPPort.pm
 ____________________________________________________________________________
-[ 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.
+[ 21427] By: ams                                   on 2003/10/09  01:36:18
+        Log: Subject: Re: require patch breaks locale
+             From: Rick Delaney <rick@bort.ca>
+             Date: Wed, 8 Oct 2003 22:41:55 -0400
+             Message-Id: <20031008224155.A14638@biff.bort.ca>
      Branch: perl
-          ! perly.c perly.fixer perly.y perly_c.diff vms/perly_c.vms
+          ! t/comp/require.t
 ____________________________________________________________________________
-[ 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>
+[ 21426] By: ams                                   on 2003/10/09  01:26:57
+        Log: Subject: Re: Simple @INC hook core dump [PATCH]
+             From: Gisle Aas <gisle@ActiveState.com>
+             Date: 08 Oct 2003 13:35:28 -0700
+             Message-Id: <lrr81ncvsf.fsf@caliper.activestate.com>
      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
+          ! t/op/inccode.t
 ____________________________________________________________________________
-[ 15484] By: jhi                                   on 2002/03/25  01:53:29
-        Log: As verified by Doug MacEachern.
+[ 21425] By: rgs                                   on 2003/10/08  11:34:17
+        Log: Fix bug #24108: Goto +foo broken
+             the fix having been suggested by xmath via Juerd.
      Branch: perl
-          ! pod/perldelta.pod
+          ! op.c t/op/goto.t
 ____________________________________________________________________________
-[ 15483] By: jhi                                   on 2002/03/24  23:23:50
-        Log: MPE/iX update from Mark Bixby.
+[ 21424] By: rgs                                   on 2003/10/08  11:16:58
+        Log: Subject: Re: Simple @INC hook core dump [PATCH]
+             From: Gisle Aas <gisle@ActiveState.com>
+             Date: 08 Oct 2003 04:47:33 -0700
+             Message-ID: <lrllrweysq.fsf_-_@caliper.activestate.com>
      Branch: perl
-          + mpeix/mpeix.c
-          ! MANIFEST README.mpeix ext/DynaLoader/dl_mpeix.xs
-          ! hints/mpeix.sh mpeix/mpeixish.h
+          ! pp_ctl.c
 ____________________________________________________________________________
-[ 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>
+[ 21423] By: ams                                   on 2003/10/08  10:09:41
+        Log: Subject: [PATCH pod/perlrun.pod] Layout & POD nit.
+             From: Abigail <abigail@abigail.nl>
+             Date: Wed, 8 Oct 2003 03:50:49 -0700
+             Message-Id: <20031008105049.GA15770@ucan.foad.org>
      Branch: perl
-          ! lib/ExtUtils/Constant.pm lib/ExtUtils/t/Constant.t
+          ! pod/perlrun.pod
 ____________________________________________________________________________
-[ 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>
+[ 21422] By: ams                                   on 2003/10/08  06:13:07
+        Log: "Are implicit undefs true?" asks Gisle.
      Branch: perl
-          ! lib/Carp.pm lib/warnings.pm t/lib/warnings/9enabled
-          ! warnings.pl
+          ! pod/perlsyn.pod
 ____________________________________________________________________________
-[ 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.)
+[ 21421] By: ams                                   on 2003/10/08  03:20:00
+        Log: Subject: Re: [PATCH] perlop.pod Revamp - revision 4
+             From: schwern@pobox.com
+             Date: Tue, 7 Oct 2003 20:39:36 -0700
+             Message-Id: <20031007203936.X4301@ttul.org>
+
+             (Originally from Shlomi Fish. Applied with tweaks.)
      Branch: perl
-          ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
+          ! pod/perlop.pod
 ____________________________________________________________________________
-[ 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.
+[ 21420] By: ams                                   on 2003/10/07  19:51:35
+        Log: Minor tweaks to pod/perlsyn.pod (as suggested by Yves Orton),
+             sv.c (Tim Bunce), t/op/pow.t (John P. Linderman).
      Branch: perl
-          ! ext/DB_File/Makefile.PL
+          ! pod/perlsyn.pod sv.c t/op/pow.t
 ____________________________________________________________________________
-[ 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>
+[ 21419] By: ams                                   on 2003/10/07  04:03:34
+        Log: Why should -3**$x be more precisely determined than 3**$x?
      Branch: perl
-          ! pp_pack.c
+          ! t/op/pow.t
 ____________________________________________________________________________
-[ 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]>
+[ 21418] By: ams                                   on 2003/10/07  03:59:38
+        Log: Subject: [PATCH] Fixing UNIVERSAL.pm's bit of unpleasantness
+             From: schwern@pobox.com
+             Date: Mon, 6 Oct 2003 13:14:36 -0700
+             Message-Id: <20031006131436.G20960@ttul.org>
      Branch: perl
-          ! ext/POSIX/t/posix.t vms/vms.c
+          ! lib/UNIVERSAL.pm t/op/universal.t
 ____________________________________________________________________________
-[ 15476] By: jhi                                   on 2002/03/24  21:18:45
-        Log: Upgrade to Locale::Codes 2.03.
+[ 21417] By: ams                                   on 2003/10/07  03:55:18
+        Log: Update perlfunc/require to describe NXDOMAIN caching... er, you
+             know what I mean.
      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
+          ! pod/perlfunc.pod
 ____________________________________________________________________________
-[ 15474] By: jhi                                   on 2002/03/24  20:35:49
-        Log: The #15472 said "properly".  Ha!
+[ 21416] By: ams                                   on 2003/10/07  03:37:01
+        Log: Subject: [patch sv.c] improve "...free unref scalar" warning
+             From: Stas Bekman <stas@stason.org>
+             Date: Mon, 06 Oct 2003 21:19:53 -0700
+             Message-Id: <3F823EE9.4030103@stason.org>
      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
+          ! sv.c
 ____________________________________________________________________________
-[ 15472] By: jhi                                   on 2002/03/24  20:16:56
-        Log: Properly scan for the subextensions of Encode
-             when doing static builds.
+[ 21415] By: ams                                   on 2003/10/06  17:30:31
+        Log: Subject: [PATCH bleadperl] (was Re: require() does not behave aas documented)
+             From: Rick Delaney <rick@bort.ca>
+             Date: Tue, 23 Sep 2003 12:14:52 -0400
+             Message-ID: <20030923121452.G18845@biff.bort.ca>
      Branch: perl
-          ! Configure
+          ! pp_ctl.c t/comp/require.t
 ____________________________________________________________________________
-[ 15471] By: jhi                                   on 2002/03/24  19:58:38
-        Log: Tru64: Document the known odbm failure with static builds.
+[ 21414] By: rgs                                   on 2003/10/06  15:23:01
+        Log: Subject: Re: [PATCH lib/warnings.t]  Adding TODO functionality to lib/warnings.
+             From: Abigail <abigail@abigail.nl>
+             Date: Wed, 1 Oct 2003 14:19:43 +0200
+             Message-ID: <20031001121943.GA29419@abigail.nl>
      Branch: perl
-          ! README.tru64
+          ! lib/warnings.t
 ____________________________________________________________________________
-[ 15470] By: jhi                                   on 2002/03/24  17:56:01
-        Log: microperl tweaks.
+[ 21413] By: rgs                                   on 2003/10/06  15:05:32
+        Log: Fixes in the modules maintainers list.
      Branch: perl
-          ! Makefile.micro locale.c util.c
+          ! Porting/Maintainers.pl
 ____________________________________________________________________________
-[ 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
+[ 21412] By: rgs                                   on 2003/10/06  15:02:42
+        Log: Fix broken link in perltodo.pod.
+     Branch: perl
+          ! pod/perltodo.pod
 ____________________________________________________________________________
-[ 15468] By: jhi                                   on 2002/03/24  17:32:05
-        Log: Various metaconfig unit cleanup; only one visible change
-             in Configure, though.
+[ 21411] By: rgs                                   on 2003/10/06  12:11:10
+        Log: Typos in perldiag.
      Branch: perl
-          ! Configure
+          ! pod/perldiag.pod
 ____________________________________________________________________________
-[ 15467] By: jhi                                   on 2002/03/24  15:53:59
-        Log: Upgrade to Encode 0.98, from Dan Kogai.
+[ 21410] By: rgs                                   on 2003/10/06  11:55:52
+        Log: Subject: Re: [doc-PATCH] for unpack_str() and question
+             From: LAUN Wolfgang <wolfgang.laun@alcatel.at>
+             Date: Mon, 6 Oct 2003 08:45:29 +0200
+             Message-ID: <75A46BF1A9D8D311863A00508B6259A405F180C1@ATTMSX4>
      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
+          ! pod/perlapi.pod pp_pack.c
 ____________________________________________________________________________
-[ 15466] By: jhi                                   on 2002/03/24  13:58:44
-        Log: Integrate perlio:
-             
-             [ 15462]
-             Avoid core-dump in Encode with PERLIO=mmap
+[ 21409] By: rgs                                   on 2003/10/06  11:49:55
+        Log: Subject: [PATCH pod/perlfunc.pod]  ref can return false on references
+             From: Abigail <abigail@abigail.nl>
+             Date: Mon, 6 Oct 2003 05:55:21 -0700
+             Message-ID: <20031006125521.GA26446@ucan.foad.org>
      Branch: perl
-         !> ext/Encode/Encode.xs
+          ! pod/perlfunc.pod
 ____________________________________________________________________________
-[ 15465] By: jhi                                   on 2002/03/24  13:51:15
-        Log: In the spirit of #15464.
+[ 21408] By: rgs                                   on 2003/10/06  11:46:14
+        Log: Add a new option --check to Porting/Maintainers,
+             to check for files who are listed for several maintainers.
      Branch: perl
-          ! perl.c sv.c
+          ! Porting/Maintainers.pm
 ____________________________________________________________________________
-[ 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>
+[ 21407] By: rgs                                   on 2003/10/06  11:44:33
+        Log: Subject: [PATCH]Re: The META.yml file in bleadperl
+             From: Fergal Daly <fergal@esatclear.ie>
+             Date: Mon, 6 Oct 2003 00:25:29 +0100
+             Message-Id: <200310060025.29122.fergal@esatclear.ie>
+
+             Plus regeneration of META.yml
      Branch: perl
-          ! perl.c
+          ! META.yml Porting/makemeta
 ____________________________________________________________________________
-[ 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
+[ 21406] By: ams                                   on 2003/10/06  04:22:11
+        Log: Subject: Re: [perl #24076] "<> err EXPR" and warnings.
+             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
+             Date: Sun, 5 Oct 2003 21:27:54 +0200
+             Message-Id: <20031005212754.5ef54472.rgarciasuarez@free.fr>
+             (Applied with tweaks to op.c and a comment.)
+     Branch: perl
+          ! op.c t/lib/warnings/op
 ____________________________________________________________________________
-[ 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]>       
+[ 21405] By: ams                                   on 2003/10/06  03:56:54
+        Log: Subject: Re: [PATCH] perlsyn.pod Revision - Resend
+             From: Shlomi Fish <shlomif@vipe.technion.ac.il>
+             Date: Fri, 3 Oct 2003 12:34:46 +0200 (IST)
+             Message-Id: <Pine.LNX.4.56.0310031233580.28640@vipe.technion.ac.il>
+             (Applied with minor tweaks.)
      Branch: perl
-          ! configure.com vms/vms.c
+          ! pod/perlsyn.pod
 ____________________________________________________________________________
-[ 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)
+[ 21404] By: ams                                   on 2003/10/06  03:32:50
+        Log: Subject: [perl #24120] Tie::Hash documentation has broken code
+             From: "Benjamin J. Tilly" (via RT) <perlbug-followup@perl.org>
+             Date: 5 Oct 2003 18:40:36 -0000
+             Message-Id: <rt-24120-65664.15.9776865968429@rt.perl.org>
+             (Applied without $VERSION update.)
      Branch: perl
-          ! lib/ExtUtils/MM_NW5.pm t/lib/1_compile.t
+          ! lib/Tie/Hash.pm
 ____________________________________________________________________________
-[ 15457] By: jhi                                   on 2002/03/24  00:28:47
-        Log: Merge Math::BigInt::Lite 0.08, from Tels.
+[ 21403] By: ams                                   on 2003/10/06  03:26:39
+        Log: Subject: Re: [PATCH] [perl #24113] mistake in perlretut
+             From: Robert Spier <rspier@pobox.com>
+             Date: Sun, 05 Oct 2003 21:34:30 -0700
+             Message-Id: <m3vfr39e7d.wl_rspier@pobox.com>
      Branch: perl
-          + lib/Math/BigInt/Lite.pm lib/Math/BigInt/t/lite.t
-          ! MANIFEST
+          ! pod/perlretut.pod
 ____________________________________________________________________________
-[ 15456] By: jhi                                   on 2002/03/24  00:23:49
-        Log: Too chatty.
+[ 21402] By: ams                                   on 2003/10/05  03:08:53
+        Log: Subject: [PATCH] pp_sys.c: pp_waitpid and EINTR
+             From: Steve Grazzini <grazz@pobox.com>
+             Date: Sat, 4 Oct 2003 18:15:23 -0400
+             Message-Id: <20031004221523.GA29324@grazzini.net>
      Branch: perl
-          ! lib/bigint.pm lib/bignum.pm lib/bigrat.pm
+          ! pp_sys.c
 ____________________________________________________________________________
-[ 15455] By: jhi                                   on 2002/03/24  00:21:07
-        Log: Merge bignum 0.10, from Tels.
+[ 21401] By: ams                                   on 2003/10/02  17:25:34
+        Log: Subject: Re: 5.8.1 and srand
+             From: Slaven Rezic <slaven@rezic.de>
+             Date: Thu, 2 Oct 2003 15:51:11 +0000
+             Message-Id: <1065109871.3115@devpc01.iconmobile.de>
      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
+          ! t/op/fork.t
 ____________________________________________________________________________
-[ 15454] By: jhi                                   on 2002/03/23  23:58:44
-        Log: Rename the Perl 4 tests in preparation of bignum.
+[ 21400] By: hv                                    on 2003/10/02  09:34:36
+        Log: minor cleanup for Changes
      Branch: perl
-          + lib/bigfloatpl.t lib/bigintpl.t
-          - lib/bigfloat.t lib/bigint.t
-          ! MANIFEST
+          ! Changes
 ____________________________________________________________________________
-[ 15453] By: jhi                                   on 2002/03/23  23:07:04
-        Log: Merge Math::BigRat 0.04, from Tels.
+[ 21399] By: hv                                    on 2003/10/02  09:18:27
+        Log: Update changes
      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
+          ! Changes patchlevel.h
 ____________________________________________________________________________
-[ 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>
+[ 21398] By: hv                                    on 2003/10/02  09:15:42
+        Log: build perlapi.pod in deterministic order even when functions differ
+             only in case; regen perlapi.pod
      Branch: perl
-          ! embed.fnc embed.h global.sym pod/perlapi.pod proto.h sv.c sv.h
+          ! autodoc.pl pod/perlapi.pod
 ____________________________________________________________________________
-[ 15451] By: jhi                                   on 2002/03/23  21:40:02
-        Log: Forgotten.
+[ 21397] By: ams                                   on 2003/10/02  07:48:51
+        Log: Subject: Re: 5.8.1 and srand
+             From: Brendan O'Dea <bod@debian.org>
+             Date: Thu, 2 Oct 2003 10:30:36 +1000
+             Message-Id: <20031002003036.GA9198@londo.c47.org>
      Branch: perl
-          ! ext/Unicode/Normalize/README
+          ! util.c
 ____________________________________________________________________________
-[ 15450] By: jhi                                   on 2002/03/23  21:00:05
+[ 21396] By: ams                                   on 2003/10/01  22:18:13
         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>    
+[ 21394] By: ams                                   on 2003/10/01  20:28:20
+        Log: Subject: misapplied patch 19452
+             From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
+             Date: Tue, 30 Sep 2003 06:01:50 -0700
+             Message-Id: <20030930130150.GA1436@efn.org>
      Branch: perl
-          ! utils/perldoc.PL
+          ! pp_hot.c
 ____________________________________________________________________________
-[ 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>
+[ 21392] By: rgs                                   on 2003/09/30  20:22:02
+        Log: Revamp the section on local() in perlsub.
+             - avoid using the word "declare" in conjunction with local()
+             - less archaelogical references
+             - more about localization of lvalues
+             - removes examples of localization of tied hashes that don't work
+             - give titles to subsections
+             - explain localization of magic values
+             - explain localization of globs
+             - fix link to perldelta
      Branch: perl
-          ! ext/Sys/Syslog/Syslog.pm
+          ! pod/perlsub.pod
 ____________________________________________________________________________
-[ 15447] By: jhi                                   on 2002/03/23  20:34:43
-        Log: Upgrade to Math::BigInt 1.55, from Tels.
+[ 21391] By: rgs                                   on 2003/09/30  12:47:13
+        Log: Useless "local $_" in a perlfaq3 example
      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
+          ! pod/perlfaq3.pod
 ____________________________________________________________________________
-[ 15446] By: jhi                                   on 2002/03/23  19:50:02
-        Log: Upgrade to Encode 0.97, from Dan Kogai.
+[ 21390] By: rgs                                   on 2003/09/30  11:29:17
+        Log: Subject: Re: NCR MP-RAS perl problems [perl #23791]
+             From: grommel@sears.com
+             Date: Mon, 29 Sep 2003 14:45:16 -0500
+             Message-ID: <OF9B00605E.3CC90F32-ON86256DB0.006B13F0-86256DB0.006C8E85@LocalDomain>
      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
+          ! hints/svr4.sh t/op/pack.t
 ____________________________________________________________________________
-[ 15445] By: jhi                                   on 2002/03/23  17:33:08
-        Log: Slight tweaks on #15443.
+[ 21389] By: rgs                                   on 2003/09/30  11:06:53
+        Log: Add a TODO test for bug #23790, by Abigail
      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)
+          ! t/op/sub_lval.t
 ____________________________________________________________________________
-[ 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>    
+[ 21388] By: rgs                                   on 2003/09/30  10:52:50
+        Log: Subject: [PATCH] Re: [perl #24071] Typo in description of binmode
+             From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
+             Date: Tue, 30 Sep 2003 04:53:02 -0700
+             Message-ID: <20030930115302.GA3200@efn.org>
      Branch: perl
-          ! pod/perlvar.pod
+          ! pod/perlfunc.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).
+[ 21387] By: rgs                                   on 2003/09/29  12:47:37
+        Log: Subject: [PATCH] perl-5.8.1 hints/powerux.sh, ext/Sys/Syslog/t/syslog.t
+             From: Tom Horsley <Tom.Horsley@ccur.com>
+             Date: Mon, 29 Sep 2003 13:00:09 GMT
+             Message-Id: <200309291300.NAA23856@amber2.ccur.com>
      Branch: perl
-          ! ext/Encode/t/Aliases.t
+          ! ext/Sys/Syslog/t/syslog.t hints/powerux.sh
 ____________________________________________________________________________
-[ 15441] By: jhi                                   on 2002/03/23  17:15:15
-        Log: EBCDIC: the sorting order is different under
-             byte-EBCDIC and Unicode.
+[ 21386] By: rgs                                   on 2003/09/29  11:14:27
+        Log: Subject: [PATCH 5.8.1] Fix broken splitpod program
+             From: Steve Hay <steve.hay@uk.radan.com>
+             Date: Mon, 29 Sep 2003 11:50:23 +0100
+             Message-ID: <3F780E6F.3020704@uk.radan.com>
      Branch: perl
-          ! t/op/utfhash.t
+          ! pod/splitpod
 ____________________________________________________________________________
-[ 15440] By: jhi                                   on 2002/03/23  17:09:17
-        Log: EBCDIC: the character codes are different.
+[ 21385] By: rgs                                   on 2003/09/29  11:09:32
+        Log: Subject: [PATCH 5.8.1] pod/perlrun.pod: no space after -i allowed
+             From: Brendan O'Dea <bod@debian.org>
+             Date: Sun, 28 Sep 2003 23:23:34 +1000
+             Message-ID: <20030928132334.GA29499@londo.c47.org>
      Branch: perl
-          ! lib/Pod/t/pod2html-lib.pl
+          ! pod/perlrun.pod
 ____________________________________________________________________________
-[ 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"?)
+[ 21384] By: rgs                                   on 2003/09/26  20:39:19
+        Log: Nit to the maintainers list by SADAHIRO Tomoyuki
      Branch: perl
-          ! op.c
+          ! Porting/Maintainers.pl
 ____________________________________________________________________________
-[ 15438] By: jhi                                   on 2002/03/23  01:40:53
-        Log: Purify: Array bounds read: could read one character past the end.
+[ 21383] By: jhi                                   on 2003/09/26  04:41:17
+        Log: Missing +x bits.
      Branch: perl
-          ! pp_pack.c
+          ! Porting/makerel
 ____________________________________________________________________________
-[ 15437] By: jhi                                   on 2002/03/23  01:22:10
-        Log: Purify: Array bounds read: reading one byte before the buffer.
+[ 21382] By: rgs                                   on 2003/09/25  19:40:50
+        Log: Update the perldelta for 5.9.0.
      Branch: perl
-          ! util.c
+          ! pod/perldelta.pod
 ____________________________________________________________________________
-[ 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.
+[ 21381] By: rgs                                   on 2003/09/25  19:02:12
+        Log: Add the perl581delta manpage.
+             Regenerate the table of contents.
      Branch: perl
-          ! sv.c
+          + pod/perl581delta.pod
+          ! MANIFEST pod.lst pod/perl.pod pod/perlhist.pod pod/perltoc.pod
+          ! vms/descrip_mms.template win32/pod.mak
 ____________________________________________________________________________
-[ 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))
+[ 21380] By: rgs                                   on 2003/09/25  18:36:45
+        Log: Update perlhist.pod
      Branch: perl
-          ! ext/POSIX/POSIX.xs
+          ! pod/perlhist.pod
 ____________________________________________________________________________
-[ 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)
+[ 21372] By: gbarr                                 on 2003/09/25  07:35:24
+        Log: Sync with libnet 1.17
      Branch: perl
-          ! op.c
+          ! lib/Net/ChangeLog.libnet lib/Net/Domain.pm lib/Net/FTP.pm
 ____________________________________________________________________________
-[ 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>
+[ 21371] By: gbarr                                 on 2003/09/25  06:57:35
+        Log: Update to Scalar-List-Utils 1.13
      Branch: perl
-          ! vms/test.com
+          ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
+          ! ext/List/Util/lib/List/Util.pm
+          ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/sum.t
 ____________________________________________________________________________
-[ 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>
+[ 21370] By: jhi                                   on 2003/09/25  06:45:42
+        Log: CPAN sites update.
      Branch: perl
-          ! ext/Sys/Syslog/Syslog.pm
+          ! pod/perlmodlib.PL
 ____________________________________________________________________________
-[ 15431] By: jhi                                   on 2002/03/22  21:52:56
-        Log: Update the information on Encode.
+[ 21369] By: jhi                                   on 2003/09/25  05:22:48
+        Log: Subject: Re: 5.8.1 and gcc-3.2.3 (& Win98)
+             From: Greg Matheson <lang@ms.chinmin.edu.tw>
+             Date: Wed, 24 Sep 2003 22:51:09 +0800
+             Message-ID: <20030924225109.A17126@ms>
+
+             (Win98 + MinGW, a missing Win95.pm hunk)
      Branch: perl
-          ! pod/perldelta.pod
+          ! lib/ExtUtils/MM_Win95.pm
 ____________________________________________________________________________
-[ 15430] By: jhi                                   on 2002/03/22  21:48:28
-        Log: Upgrade to Encode 0.96, from Dan Kogai.
+[ 21365] By: jhi                                   on 2003/09/25  04:44:05
+        Log: AUTHORS tweak.
      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
+          ! AUTHORS
 ____________________________________________________________________________
-[ 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>
+[ 21361] By: jhi                                   on 2003/09/24  17:40:42
+        Log: Even though undefing SPACE and FORMAT should be safe,
+             at this point I'm choosing to be paranoid and using
+             #ifdef __Lynx__.
      Branch: perl
-          ! lib/h2xs.t
+          ! perl.h
 ____________________________________________________________________________
-[ 15428] By: jhi                                   on 2002/03/22  20:50:42
-        Log: One more pass.
+[ 21360] By: jhi                                   on 2003/09/24  17:30:07
+        Log: Subject: [perl #24032] Perl 5.8.1-RC5 build problems on LynxOS
+             From: Olli Savia (via RT) <perlbug-followup@perl.org>
+             Date: 24 Sep 2003 15:42:41 -0000
+             Message-ID: <rt-24032-65280.10.6144413163834@rt.perl.org>
      Branch: perl
-          ! epoc/config.sh
+          ! mg.c perl.h perlio.c pp_sys.c
 ____________________________________________________________________________
-[ 15427] By: jhi                                   on 2002/03/22  20:46:43
-        Log: Even better version from Olaf Flebbe.
+[ 21356] By: jhi                                   on 2003/09/24  08:27:52
+        Log: Subject: [DOCPATCH] attributes.pm
+             From: Elizabeth Mattijsen <liz@dijkmat.nl>
+             Date: Wed, 24 Sep 2003 11:00:42 +0200
+             Message-Id: <p05111b02bb970d5eec89@[192.168.56.4]>
+
+             (reformatted a bit)
      Branch: perl
-          ! epoc/config.sh pp_sys.c util.c
+          ! lib/attributes.pm
 ____________________________________________________________________________
-[ 15426] By: jhi                                   on 2002/03/22  20:34:28
-        Log: EPOC update from Olaf Flebbe.
+[ 21354] By: jhi                                   on 2003/09/24  07:25:48
+        Log: A fix from Graham for
+             [perl #24012] Weird conversion issue with List::Util::sum on Linux/AMD 850MHz
+             (seemingly a NV casting issue)
      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
+          ! ext/List/Util/Util.xs
 ____________________________________________________________________________
-[ 15425] By: jhi                                   on 2002/03/22  20:03:33
-        Log: Tweak from John P. Linderman.
+[ 21353] By: jhi                                   on 2003/09/24  05:05:39
+        Log: Someone actually reads the Makefile.PL messages, it seems.
+             (from Jonathan Leffler)
      Branch: perl
-          ! pod/perlhack.pod
+          ! ext/Time/HiRes/Makefile.PL
 ____________________________________________________________________________
-[ 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>
+[ 21351] By: jhi                                   on 2003/09/24  04:54:33
+        Log: perliol tweaks.
      Branch: perl
-          ! pod/perlfunc.pod
+          ! pod/perliol.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)
+[ 21349] By: rgs                                   on 2003/09/23  22:09:57
+        Log: The FAQ answer about POD comments was incorrect. [perl #23893]
+             (plus a few typos.)
      Branch: perl
-          ! reentr.c reentr.pl
+          ! pod/perlfaq7.pod pod/perlpodspec.pod
 ____________________________________________________________________________
-[ 15422] By: jhi                                   on 2002/03/22  15:23:38
-        Log: Update Changes.
+[ 21348] By: rgs                                   on 2003/09/23  21:56:50
+        Log: Subject: [PATCH] perlvar
+             From: Juerd <juerd@convolution.nl>
+             Date: Sun, 21 Sep 2003 21:40:54 +0200
+             Message-ID: <20030921194054.GD14702@c3.convolution.nl>
      Branch: perl
-          ! Changes patchlevel.h
+          ! pod/perlvar.pod
 ____________________________________________________________________________
-[ 15421] By: jhi                                   on 2002/03/22  15:18:30
-        Log: Forgot from #15416.
+[ 21344] By: jhi                                   on 2003/09/23  19:33:45
+        Log: Subject: Re: NCR MP-RAS perl problems [perl #23791]
+             From: grommel@sears.com
+             Date: Tue, 23 Sep 2003 13:40:33 -0500
+             Message-ID: <OF17BD5036.3CA48F9B-ON86256DAA.00483620-86256DAA.0066A1AA@LocalDomain>
      Branch: perl
-          ! pod/perlfaq3.pod
+          ! hints/svr4.sh t/op/stat.t
 ____________________________________________________________________________
-[ 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>
+[ 21343] By: jhi                                   on 2003/09/23  19:26:06
+        Log: Subject: [PATCH] Re: OK: 5.8.1 RC5 on SuSE 8.2 32bit AMD (gcc 3.3 prerelease)
+             From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
+             Date: Tue, 23 Sep 2003 09:13:55 -0700
+             Message-ID: <20030923161354.GA2432@efn.org>
      Branch: perl
-          ! pod/perlmodstyle.pod
+          ! INSTALL
 ____________________________________________________________________________
-[ 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.
+[ 21342] By: rgs                                   on 2003/09/23  19:12:58
+        Log: Minor nit in a debug message of the tokenizer.
      Branch: perl
-          ! pod/perldelta.pod
+          ! toke.c
 ____________________________________________________________________________
-[ 15416] By: jhi                                   on 2002/03/22  15:03:05
-        Log: Undo #15415, allow the faq people to catch up first.
+[ 21340] By: jhi                                   on 2003/09/23  12:33:53
+        Log: Let's call it 2.34, already (from Johan).
      Branch: perl
-          ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
+          ! lib/Getopt/Long.pm
 ____________________________________________________________________________
-[ 15415] By: jhi                                   on 2002/03/22  13:30:38
-        Log: FAQ sync.
+[ 21339] By: jhi                                   on 2003/09/23  12:31:08
+        Log: Subject: Re: [PATCH] RC5 and Intel's ICC
+             From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
+             Date: Tue, 23 Sep 2003 15:04:35 +0200
+             Message-ID: <00d101c381d3$3d761fe0$0c2f1fac@R2D2>
+
+             (add -we147 to ccflags if cc = ICC so that prototype
+             detection works right)
      Branch: perl
-          ! pod/perlfaq3.pod pod/perlfaq5.pod pod/perlfaq6.pod
+          ! hints/linux.sh
 ____________________________________________________________________________
-[ 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)
+[ 21338] By: jhi                                   on 2003/09/23  12:02:28
+        Log: Bump the Encode version to 1.9801 since we are no more identical
+             to the CPAN version.
      Branch: perl
-          ! pod/perldelta.pod
-____________________________________________________________________________
-[ 15413] By: jhi                                   on 2002/03/22  13:20:48
-        Log: Integrate perlio:
-             
-             [ 15412]
-             Check for sanity of UTF-8 keys in hashes
-             (feel free to add more tests...)
-             
-             [ 15410]
-             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: 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
+          ! ext/Encode/Encode.pm
 ____________________________________________________________________________
-[ 15411] By: ams                                   on 2002/03/22  08:36:33
-        Log: Revert #15200 for backwards compatiblity reasons.
+[ 21332] By: jhi                                   on 2003/09/23  09:17:32
+        Log: ucmlintage.
      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
+          ! ext/Encode/ucm/gsm0338.ucm
 ____________________________________________________________________________
-[ 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.
+[ 21331] By: jhi                                   on 2003/09/23  09:11:23
+        Log: GSM 03.38 mapping in Encoding::Byte is incorrect
+
+             Fix as much as possible - the specification is still
+             a bit unclear.
      Branch: perl
-          ! lib/Tie/File.pm
+          + ext/Encode/t/gsm0338.t
+          ! MANIFEST ext/Encode/MANIFEST
+          ! ext/Encode/lib/Encode/Supported.pod ext/Encode/ucm/gsm0338.ucm
 ____________________________________________________________________________
-[ 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.
+[ 21329] By: jhi                                   on 2003/09/23  06:10:28
+        Log: Subject: [PATCH] Re: B::Deparse fails in pure_string()
+             From: Stephen McCamant <smcc@MIT.EDU>
+             Date: Mon, 22 Sep 2003 20:53:57 -0700
+             Message-ID: <16239.50133.367465.947398@famine.OCF.Berkeley.EDU>
      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
+          ! ext/B/B/Deparse.pm
 ____________________________________________________________________________
-[ 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>
+[ 21327] By: jhi                                   on 2003/09/23  04:51:15
+        Log: Subject: [PATCH] RC5 and Intel's ICC
+             From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
+             Date: Mon, 22 Sep 2003 22:52:40 +0200
+             Message-ID: <00a101c3814b$76a8cc50$0c2f1fac@R2D2>
+
+             (the missing void return type)
      Branch: perl
-          ! pod/perldelta.pod
+          ! ext/threads/shared/shared.xs
 ____________________________________________________________________________
-[ 15405] By: jhi                                   on 2002/03/21  23:13:44
-        Log: PM_SETRE() fallout.
+[ 21326] By: jhi                                   on 2003/09/23  04:46:48
+        Log: Subject: [PATCH] RC5 and Intel's ICC
+             From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
+             Date: Mon, 22 Sep 2003 22:52:40 +0200
+             Message-ID: <00a101c3814b$76a8cc50$0c2f1fac@R2D2>
+
+             (the attribute part)
      Branch: perl
-          ! ext/ByteLoader/bytecode.h
+          ! ext/Devel/PPPort/PPPort.pm perl.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>
+[ 21325] By: jhi                                   on 2003/09/23  04:43:29
+        Log: Stray CRs noticed by Jan Dubois.
      Branch: perl
-          ! pod/perlxs.pod
+          ! lib/ExtUtils/MM_Win95.pm lib/ExtUtils/t/MM_Win32.t
 ____________________________________________________________________________
-[ 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.
+[ 21324] By: jhi                                   on 2003/09/23  04:40:19
+        Log: The RCs have been missing CRs from certain files because
+             not all shells can handle multiline arguments right.
      Branch: perl
-          ! hints/freebsd.sh
+          ! Porting/makerel
 ____________________________________________________________________________
-[ 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>
+[ 21323] By: rgs                                   on 2003/09/22  20:31:19
+        Log: When localising a magic value, propagæte the readonly flag
+             only if this scalar has \0 magic or has magic without a
+             'set' method. (follows change #20479 for bug #23141.)
      Branch: perl
-          ! ext/Storable/Storable.xs
+          ! scope.c t/op/local.t
 ____________________________________________________________________________
-[ 15401] By: jhi                                   on 2002/03/21  20:48:52
-        Log: Reword the Apache^Wmod_perl bit so that Sarathy
-             can sleep easier :-)
+[ 21319] By: jhi                                   on 2003/09/22  18:16:40
+        Log: An error message need not be a novel.
      Branch: perl
-          ! pod/perldelta.pod
+          ! pod/perldiag.pod pp_hot.c
 ____________________________________________________________________________
-[ 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).
+[ 21318] By: jhi                                   on 2003/09/22  17:45:23
+        Log: Upgrade to Math::BigInt 1.66.
      Branch: perl
-          ! op.h
+          ! 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/mbi_rand.t lib/Math/BigInt/t/sub_mbi.t
+          ! lib/Math/BigInt/t/upgrade.inc lib/Math/BigInt/t/upgrade.t
 ____________________________________________________________________________
-[ 15399] By: jhi                                   on 2002/03/21  20:09:23
-        Log: Solaris: default to the SUNwspro cc if it is available.
+[ 21311] By: jhi                                   on 2003/09/22  08:49:24
+        Log: Some more perlio doc tweaks based on NI-S.
      Branch: perl
-          ! hints/solaris_2.sh
+          ! pod/perliol.pod
 ____________________________________________________________________________
-[ 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.
+[ 21305] By: jhi                                   on 2003/09/22  05:59:54
+        Log: Upgrade to Time::HiRes 1.51.
      Branch: perl
-          ! pod/perldelta.pod
+          ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
 ____________________________________________________________________________
-[ 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>
+[ 21303] By: jhi                                   on 2003/09/22  04:37:21
+        Log: Upgrade to Getopt::Long 2.33_03.
      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
+          ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES
 ____________________________________________________________________________
-[ 15396] By: jhi                                   on 2002/03/21  18:00:51
-        Log: One more proto escapee.
+[ 21302] By: jhi                                   on 2003/09/22  04:28:57
+        Log: CPAN.pm 1.76_01 from Andreas.
      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
+          ! lib/CPAN.pm
 ____________________________________________________________________________
-[ 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>
+[ 21299] By: jhi                                   on 2003/09/21  09:23:17
+        Log: Regen toc.
      Branch: perl
-          ! Configure
+          ! pod/perltoc.pod
 ____________________________________________________________________________
-[ 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>
+[ 21298] By: jhi                                   on 2003/09/21  09:22:57
+        Log: Handle also the curliffy files when tocing.
      Branch: perl
-          + lib/Pod/t/htmlview.pod lib/Pod/t/htmlview.t
-          - t/pod2html/README
-          ! MANIFEST lib/Pod/t/pod2html-lib.pl
+          ! pod/buildtoc
 ____________________________________________________________________________
-[ 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>
+[ 21297] By: jhi                                   on 2003/09/21  08:50:22
+        Log: Macrofy the compile/runtime test.
      Branch: perl
-          ! ext/Cwd/Cwd.xs
+          ! cop.h gv.c perl.h pp_ctl.c regcomp.c sv.c utf8.c
 ____________________________________________________________________________
-[ 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
+[ 21296] By: jhi                                   on 2003/09/21  08:47:32
+        Log: Tweak the section name to agree with the change #21295.
+     Branch: perl
+          ! lib/PerlIO.pm
 ____________________________________________________________________________
-[ 15390] By: jhi                                   on 2002/03/21  14:48:35
-        Log: Mention the new syslog try-harder feature.
+[ 21295] By: jhi                                   on 2003/09/21  08:44:52
+        Log: One obvious place to look for PerlIO implementations.
      Branch: perl
-          ! pod/perldelta.pod
+          ! pod/perliol.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.
+[ 21294] By: jhi                                   on 2003/09/21  08:15:52
+        Log: Subject: [PATCH #2] Re: [perl #23576] valgrind errors for /(?{})/ in t/op/pat.t
+             From: Dave Mitchell <davem@fdgroup.com>
+             Date: Fri, 19 Sep 2003 19:35:44 +0100
+             Message-ID: <20030919183544.GA14563@fdgroup.com>
      Branch: perl
-          ! perl.h
+          ! pp_ctl.c
 ____________________________________________________________________________
-[ 15386] By: jhi                                   on 2002/03/21  14:36:05
-        Log: The htmlview test doesn't work yet.
+[ 21293] By: jhi                                   on 2003/09/21  08:13:58
+        Log: More PerlIO documentation.
      Branch: perl
-          + t/pod2html/README
-          - lib/Pod/t/htmlview.pod lib/Pod/t/htmlview.t
-          ! MANIFEST
+          ! lib/PerlIO.pm pod/perliol.pod
 ____________________________________________________________________________
-[ 15385] By: jhi                                   on 2002/03/21  14:15:01
-        Log: Placeholder.
+[ 21292] By: jhi                                   on 2003/09/20  18:44:07
+        Log: Retract #21273, #21264, and #21263 as requested by Schwern.
+             (The real bug was mp2 being too "friendly" with MM innards.)
      Branch: perl
-          ! MANIFEST
+          ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
+          ! lib/ExtUtils/t/MM_Unix.t lib/ExtUtils/t/MM_Win32.t
 ____________________________________________________________________________
-[ 15384] By: jhi                                   on 2002/03/21  14:03:50
-        Log: Integrate perlio:
-             
-             [ 15381]
-             Restore tabs so dmake will parse file!
+[ 21291] By: jhi                                   on 2003/09/20  18:37:33
+        Log: In FreeBSD allow one to try using Perl's malloc with threads.
      Branch: perl
-         !> win32/makefile.mk
+          ! hints/freebsd.sh
 ____________________________________________________________________________
-[ 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>
+[ 21290] By: rgs                                   on 2003/09/20  10:05:38
+        Log: Missing perlfaq chunk.
      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
+          ! pod/perlfaq4.pod
 ____________________________________________________________________________
-[ 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
+[ 21289] By: rgs                                   on 2003/09/20  10:00:12
+        Log: FAQ sync.
+     Branch: perl
+          ! pod/perlfaq4.pod
 ____________________________________________________________________________
-[ 15380] By: jhi                                   on 2002/03/21  04:26:03
-        Log: Upgrade to Unicode::Normalize 0.16.
+[ 21288] By: jhi                                   on 2003/09/19  14:49:20
+        Log: Subject: typo fixo
+             From: Vadim Konovalov <konovalo@mail.wplus.net>
+             Date: Fri, 19 Sep 2003 06:32:08 +0400
+             Message-ID: <4538131828.20030919063208@mail.wplus.net>
      Branch: perl
-          ! ext/Unicode/Normalize/Changes
-          ! ext/Unicode/Normalize/Normalize.pm
+          ! pod/perlunicode.pod
 ____________________________________________________________________________
-[ 15379] By: jhi                                   on 2002/03/21  02:59:46
-        Log: Schwern's wallet is a bit more loose.
+[ 21286] By: jhi                                   on 2003/09/19  04:48:52
+        Log: Subject: [PATCH 5.8.1 @21211] getsysinfo() broken on OS/2
+             From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
+             Date: Thu, 18 Sep 2003 19:01:06 -0700
+             Message-ID: <20030919020106.GA22511@math.berkeley.edu>
      Branch: perl
-          ! t/lib/1_compile.t
+          ! os2/os2.c
 ____________________________________________________________________________
-[ 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.
+[ 21285] By: jhi                                   on 2003/09/19  04:46:39
+        Log: Tests for change #21284.
      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
+          ! lib/dumpvar.t
 ____________________________________________________________________________
-[ 15377] By: jhi                                   on 2002/03/20  21:50:11
-        Log: A plan is better.
+[ 21284] By: jhi                                   on 2003/09/19  04:46:12
+        Log: Subject: [PATCH 5.8.1 @21211] dumpvar.pl broken
+             From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
+             Date: Thu, 18 Sep 2003 18:58:59 -0700
+             Message-ID: <20030919015858.GA22503@math.berkeley.edu>
      Branch: perl
-          ! ext/Encode/t/CJKalias.t
+          ! lib/dumpvar.pl
 ____________________________________________________________________________
-[ 15376] By: jhi                                   on 2002/03/20  21:26:09
-        Log: Upgrade to Encode 0.94, from Dan Kogai.
+[ 21283] By: rgs                                   on 2003/09/18  21:29:23
+        Log: Perlfaq nits from Iain Truskett.
+             (from the perlfaq-workers list)
      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
+          ! pod/perlfaq2.pod pod/perlfaq4.pod pod/perlfaq8.pod
 ____________________________________________________________________________
-[ 15375] By: jhi                                   on 2002/03/20  21:09:27
-        Log: Rats' nest.
+[ 21282] By: rgs                                   on 2003/09/18  21:10:26
+        Log: Integrate a change from the perlfaq CVS.
+             I consider the bleadperl version being more up-to-date as of now.
      Branch: perl
-          ! hints/solaris_2.sh
+          ! pod/perlfaq3.pod
 ____________________________________________________________________________
-[ 15374] By: jhi                                   on 2002/03/20  21:01:59
-        Log: Rrright.
+[ 21277] By: jhi                                   on 2003/09/18  19:23:22
+        Log: Subject: [PATCH 5.8.1 @21211] -M -A -C broken
+             From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
+             Date: Thu, 18 Sep 2003 11:02:02 -0700
+             Message-ID: <20030918180202.GA21949@math.berkeley.edu>
+
+             (use stat.t instead of time.t)
      Branch: perl
-          ! pod/perlguts.pod
+          ! os2/os2ish.h pp_sys.c t/op/stat.t
 ____________________________________________________________________________
-[ 15373] By: jhi                                   on 2002/03/20  17:36:43
-        Log: Update Changes.
+[ 21276] By: jhi                                   on 2003/09/18  19:15:07
+        Log: Subject: Re: [perl #19582] [PATCH bleedperl] bad overload copy constructor segfaults
+             From: Rick Delaney <rick.delaney@rogers.com>
+             Date: Wed, 1 Jan 2003 22:54:59 -0500
+             Message-ID: <20030101225459.A2320@cs839290-a.mtth.phub.net.cable.rogers.com>
+
+             (Pity the first patch fell through the cracks back then.
+             Not that forbidding non-object copy constructors is the right
+             thing to do but the bug could use fixing.)
      Branch: perl
-          ! Changes patchlevel.h
+          ! lib/overload.t pp.h
 ____________________________________________________________________________
-[ 15372] By: jhi                                   on 2002/03/20  16:54:35
-        Log: Reapply #15336.
+[ 21274] By: jhi                                   on 2003/09/18  10:59:58
+        Log: Subject: [PATCH] small fix for Devel::PPPort
+             From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
+             Date: Thu, 18 Sep 2003 10:14:58 +0200
+             Message-id: <20030918081458.GA2653@ethan>
      Branch: perl
-          ! ext/Encode/lib/Encode/Tcl.pm
+          ! ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.pm
 ____________________________________________________________________________
-[ 15371] By: jhi                                   on 2002/03/20  15:28:44
-        Log: Upgrade to Encode 0.93, from Dan Kogai.
+[ 21273] By: jhi                                   on 2003/09/18  10:57:41
+        Log: ld has many guises.
      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>
+          ! lib/ExtUtils/t/MM_Unix.t
+____________________________________________________________________________
+[ 21271] By: jhi                                   on 2003/09/18  08:05:28
+        Log: Missed OS/2 patch hunk.
      Branch: perl
-          ! ext/Sys/Syslog/Syslog.pm
+          ! os2/os2.c
 ____________________________________________________________________________
-[ 15369] By: jhi                                   on 2002/03/20  15:10:17
-        Log: Some failure updates.
+[ 21270] By: jhi                                   on 2003/09/18  05:00:23
+        Log: Subject: Patch for VMS::Filespec
+             From: Ken Williams <ken@mathforum.org>
+             Date: Wed, 17 Sep 2003 20:11:46 -0500
+             Message-Id: <12FBA07F-E975-11D7-BDD7-003065F6D85A@mathforum.org>
      Branch: perl
-          ! pod/perldelta.pod
+          ! vms/ext/Filespec.pm
 ____________________________________________________________________________
-[ 15368] By: jhi                                   on 2002/03/20  15:02:04
-        Log: Getopt::Long 2.29 from Johan Vromans.
+[ 21268] By: jhi                                   on 2003/09/18  04:58:05
+        Log: Subject: 5.8.1 warnings when long double == double
+             From: Andy Dougherty <doughera@lafayette.edu>
+             Date: Wed, 10 Sep 2003 12:03:53 -0400 (EDT)
+             Message-ID: <Pine.SOL.4.53.0309101203010.10837@maxwell.phys.lafayette.edu>
+             (the changed message)
      Branch: perl
-          ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES
+          ! Configure
 ____________________________________________________________________________
-[ 15367] By: jhi                                   on 2002/03/20  14:58:56
-        Log: Rename ExtUtils.t to Constant.t, as suggested by
-             Nicholas Clark.
+[ 21267] By: jhi                                   on 2003/09/18  04:54:16
+        Log: Patch from Enache Adrian for the new tricks of gcc 3.4
+             for "is this symbol defined" scanning of Configure.
      Branch: perl
-          + lib/ExtUtils/t/Constant.t
-          - lib/ExtUtils/t/ExtUtils.t
-          ! MANIFEST
+          ! Configure
 ____________________________________________________________________________
-[ 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>
+[ 21266] By: jhi                                   on 2003/09/18  04:29:55
+        Log: Make it possible to override the mistrustnm hint in Solaris.
      Branch: perl
-          ! t/lib/1_compile.t
+          ! hints/solaris_2.sh
 ____________________________________________________________________________
-[ 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>
+[ 21264] By: jhi                                   on 2003/09/17  21:01:36
+        Log: A potential fix for non-empty LD in Unix.
      Branch: perl
-          ! lib/perl5db.pl
+          ! lib/ExtUtils/t/MM_Unix.t
 ____________________________________________________________________________
-[ 15364] By: jhi                                   on 2002/03/20  14:43:11
-        Log: Mention the external modules Encode::HanExtra and
-             PadWalker.
+[ 21263] By: jhi                                   on 2003/09/17  14:09:50
+        Log: Subject: RE: MM in maint@21251 breaks mp2
+             From: "Orton, Yves" <yves.orton@de.mci.com>
+             Message-ID: <71B318898201D311845C0008C75DAD1C089611FE@defra1ex2>
+             Date: Wed, 17 Sep 2003 15:47:35 +0100
      Branch: perl
-          ! pod/perldelta.pod
+          ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
+          ! lib/ExtUtils/t/MM_Unix.t lib/ExtUtils/t/MM_Win32.t
 ____________________________________________________________________________
-[ 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>
+[ 21261] By: jhi                                   on 2003/09/17  09:33:39
+        Log: The AIX C product potentially consists of several packages,
+             the main package being (hopefully) the first one.
      Branch: perl
-          ! lib/dumpvar.pl lib/perl5db.pl pod/perldebug.pod
+          ! hints/aix.sh
 ____________________________________________________________________________
-[ 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.
+[ 21260] By: jhi                                   on 2003/09/17  07:52:03
+        Log: Fix Solaris ccversion not having the cc version.
      Branch: perl
-          ! lib/open.pm
+          ! hints/solaris_2.sh
 ____________________________________________________________________________
-[ 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.
+[ 21259] By: jhi                                   on 2003/09/17  06:02:19
+        Log: Subject: [PATCH 5.8.1 @21211] OS/2 APIs again
+             From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
+             Date: Tue, 16 Sep 2003 23:49:42 -0700
+             Message-ID: <20030917064941.GA20444@math.berkeley.edu>
      Branch: perl
-          ! t/op/exec.t
+          ! os2/os2ish.h
 ____________________________________________________________________________
-[ 15360] By: jhi                                   on 2002/03/20  14:33:09
-        Log: minor Tie::File test patch to make win32 happier, from mjd.
+[ 21258] By: jhi                                   on 2003/09/17  06:00:48
+        Log: Subject: [PATCH 5.8.1 @21211] os2_process.t
+             From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
+             Date: Tue, 16 Sep 2003 23:21:48 -0700
+             Message-ID: <20030917062147.GA20400@math.berkeley.edu>
      Branch: perl
-          ! lib/Tie/File/t/30_defer.t
+          ! os2/OS2/Process/t/os2_process.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>
+[ 21257] By: jhi                                   on 2003/09/17  03:53:46
+        Log: Subject: [PATCH 5.8.1 @21211] magic.t
+             From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
+             Date: Tue, 16 Sep 2003 19:17:57 -0700
+             Message-ID: <20030917021757.GA20261@math.berkeley.edu>
      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.
+[ 21253] By: jhi                                   on 2003/09/16  19:48:08
+        Log: Subject: [DOC PATCH] Re: [perl #23779] $? and negative exit codes
+             From: Dave Mitchell <davem@fdgroup.com>
+             Date: Tue, 16 Sep 2003 21:56:20 +0100
+             Message-ID: <20030916205620.GB1246@fdgroup.com>
      Branch: perl
-          ! pod/perlunicode.pod
+          ! pod/perlfunc.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.
+[ 21249] By: jhi                                   on 2003/09/16  19:10:58
+        Log: More suggested patches for NCR MP-RAS from Andy Dougherty.
      Branch: perl
-          ! hints/linux.sh
+          + ext/Time/HiRes/hints/svr4.pl
+          ! MANIFEST ext/Sys/Syslog/t/syslog.t t/op/pack.t
 ____________________________________________________________________________
-[ 15356] By: jhi                                   on 2002/03/20  13:59:58
-        Log: Fix for "UTF-8 bug with s///" from Hugo.
+[ 21247] By: jhi                                   on 2003/09/16  18:57:34
+        Log: Subject: Re: [perl #23791] Many errors in build under NCR MP-RAS
+             From: Andy Dougherty <doughera@lafayette.edu>
+             Date: Tue, 16 Sep 2003 13:47:55 -0400 (EDT)
+             Message-ID: <Pine.SOL.4.53.0309161345020.13081@maxwell.phys.lafayette.edu>
      Branch: perl
-          ! embed.fnc embed.h proto.h regcomp.c regcomp.h regexec.c sv.c
-          ! t/op/pat.t
+          ! ext/POSIX/hints/svr4.pl hints/svr4.sh
 ____________________________________________________________________________
-[ 15355] By: jhi                                   on 2002/03/20  02:23:23
-        Log: metaconfig unit change for #15354.
-     Branch: metaconfig
-          ! U/threads/usethreads.U
+[ 21245] By: jhi                                   on 2003/09/16  18:47:52
+        Log: Subject: Re: [PATCH 5.8.1 @19053] Getopt::Std
+             From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
+             Date: Wed, 4 Jun 2003 00:45:23 -0700
+             Message-ID: <20030604074523.GA7148@math.berkeley.edu>
+     Branch: perl
+          ! lib/Getopt/Std.pm
 ____________________________________________________________________________
-[ 15354] By: jhi                                   on 2002/03/20  02:23:01
-        Log: Installation updates on threads and perlio.
+[ 21243] By: jhi                                   on 2003/09/16  12:18:03
+        Log: Give a concrete example of the still existing Unicode slowness.
      Branch: perl
-          ! Configure INSTALL
+          ! pod/perlunicode.pod
 ____________________________________________________________________________
-[ 15353] By: jhi                                   on 2002/03/20  01:17:27
-        Log: Tpo.
+[ 21241] By: jhi                                   on 2003/09/16  06:38:45
+        Log: Make the VERSION of File::Spec be 0.86, otherwise File::Temp's
+             use File::Spec 0.8 is unhappy.
      Branch: perl
-          ! pod/perlfaq6.pod
+          ! lib/File/Spec.pm
 ____________________________________________________________________________
-[ 15352] By: jhi                                   on 2002/03/20  01:15:54
-        Log: Regen modlib and toc.
+[ 21240] By: jhi                                   on 2003/09/16  06:34:35
+        Log: The test is not needed, says Schwern.
      Branch: perl
-          ! pod/perlmodlib.pod pod/perltoc.pod
+          - lib/base/t/fields-560.t
+          ! MANIFEST
 ____________________________________________________________________________
-[ 15351] By: jhi                                   on 2002/03/20  01:12:28
-        Log: Whitespace tweaks.
+[ 21239] By: jhi                                   on 2003/09/16  05:04:09
+        Log: Upgrade to File::Spec 0.85_03.
      Branch: perl
-          ! pod/perldebguts.pod pod/perlfaq5.pod pod/perlfunc.pod
-          ! pod/perltodo.pod pod/perlunicode.pod
+          + lib/File/Spec/t/crossplatform.t
+          ! MANIFEST lib/File/Spec.pm lib/File/Spec/Mac.pm
+          ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
+          ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
+          ! lib/File/Spec/t/Spec.t
 ____________________________________________________________________________
-[ 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.)
+[ 21238] By: jhi                                   on 2003/09/16  04:57:08
+        Log: Upgrade to MakeMaker 6.17.
      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
+          ! lib/ExtUtils/Changes lib/ExtUtils/Install.pm
+          ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/META.yml
+          ! lib/ExtUtils/MM_Any.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/README lib/ExtUtils/t/MM_Win32.t
+          ! lib/ExtUtils/t/Manifest.t lib/ExtUtils/t/basic.t
+          ! t/lib/MakeMaker/Test/Utils.pm
 ____________________________________________________________________________
-[ 15349] By: jhi                                   on 2002/03/20  00:47:17
-        Log: Surely a typo.
+[ 21235] By: jhi                                   on 2003/09/16  04:35:34
+        Log: Upgrade to base 2.03.
+             (Rename the fields-5.6.0.t to have less d.o.t.s.)
      Branch: perl
-          ! gv.c
+          + lib/base/t/base.t lib/base/t/fields-560.t
+          + lib/base/t/fields-base.t lib/base/t/fields.t
+          - lib/fields-base.t lib/fields.t
+          ! MANIFEST lib/base.pm lib/fields.pm
 ____________________________________________________________________________
-[ 15348] By: jhi                                   on 2002/03/19  22:05:29
-        Log: Take two.
+[ 21234] By: jhi                                   on 2003/09/15  19:17:03
+        Log: Subject: Re: perl@21233 looks ok on VMS 7.3-1
+             From: PPrymmer@factset.com
+             Date: Mon, 15 Sep 2003 15:28:52 -0400
+             Message-ID: <OF6F1E6CF4.9206F415-ON85256DA2.006A58F1-85256DA2.006B0330@factset.com>
      Branch: perl
-          + ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
-          + ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
+          ! lib/Memoize/t/tie_sdbm.t
 ____________________________________________________________________________
-[ 15347] By: jhi                                   on 2002/03/19  22:04:45
-        Log: Let's try this from scratch.
+[ 21230] By: jhi                                   on 2003/09/14  17:46:52
+        Log: Check the context of for/grep/map.
      Branch: perl
-          - ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
-          - ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
+          ! t/op/grep.t
 ____________________________________________________________________________
-[ 15346] By: jhi                                   on 2002/03/19  21:59:14
-        Log: I could do this all day...
+[ 21228] By: jhi                                   on 2003/09/14  13:40:23
+        Log: For-non-perlio places we need STDOUT back.
      Branch: perl
-          ! ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
-          ! ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
+          ! t/io/dup.t
 ____________________________________________________________________________
-[ 15345] By: jhi                                   on 2002/03/19  21:54:20
-        Log: Grrr.
+[ 21227] By: jhi                                   on 2003/09/14  09:44:49
+        Log: Also IRIX wants setlogsock('stream').
      Branch: perl
-          ! ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
-          ! ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
+          ! ext/Sys/Syslog/Syslog.pm ext/Sys/Syslog/t/syslog.t
 ____________________________________________________________________________
-[ 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>
+[ 21224] By: jhi                                   on 2003/09/14  07:44:26
+        Log: More portable reading.
      Branch: perl
-          ! pod/perlport.pod
+          ! t/io/dup.t
 ____________________________________________________________________________
-[ 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]>
+[ 21222] By: jhi                                   on 2003/09/14  07:35:28
+        Log: More dup testing.
      Branch: perl
-          ! pod/perlport.pod t/io/fs.t
+          ! t/io/dup.t
 ____________________________________________________________________________
-[ 15342] By: jhi                                   on 2002/03/19  21:41:12
-        Log: D'oh.
+[ 21220] By: jhi                                   on 2003/09/14  06:54:05
+        Log: Use $Config{_exe}.
      Branch: perl
-          + ext/I18N/Langinfo/fallback/const-c.inc
-          + ext/I18N/Langinfo/fallback/const-xs.inc
+          ! t/run/switches.t
 ____________________________________________________________________________
-[ 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>
+[ 21219] By: jhi                                   on 2003/09/14  06:46:26
+        Log: Subject: Re: [PATCH 5.8.1 @20218] OS/2 API
+             From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
+             Date: Sat, 13 Sep 2003 20:20:30 -0700
+             Message-ID: <20030914032030.GA17822@math.berkeley.edu>
      Branch: perl
-          - ext/I18N/Langinfo/fallback.xs
-          ! MANIFEST
+          ! os2/os2.c t/run/switches.t
 ____________________________________________________________________________
-[ 15340] By: jhi                                   on 2002/03/19  21:31:16
-        Log: Text, not binary.
+[ 21218] By: jhi                                   on 2003/09/14  06:45:13
+        Log: Subject: Re: [PATCH 5.8.1 @20218] OS/2 API
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Thu, 11 Sep 2003 15:07:10 -0700
+             Message-ID: <20030911220710.GO18786@windhund.schwern.org>
+
+             (in OS/2 if a file has been chmod 0400'ed, it cannot be deleted)
      Branch: perl
-          ! ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
-          ! ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
+          ! lib/ExtUtils/t/Manifest.t
 ____________________________________________________________________________
-[ 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)
+[ 21217] By: jhi                                   on 2003/09/14  06:42:12
+        Log: Subject: [PATCH] PerlIO_tmpfile clean-up for VMS
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Sun, 14 Sep 2003 00:23:56 -0500
+             Message-ID: <3F63FB6C.5040502@mac.com>
      Branch: perl
-          ! hints/hpux.sh
+          ! perlio.c
 ____________________________________________________________________________
-[ 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>
+[ 21214] By: jhi                                   on 2003/09/13  18:33:41
+        Log: parse_version doesn't always succeed.
      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
+          ! Porting/cmpVERSION.pl
 ____________________________________________________________________________
-[ 15337] By: jhi                                   on 2002/03/19  20:09:22
-        Log: More pathname portability checks.
+[ 21213] By: jhi                                   on 2003/09/13  18:31:41
+        Log: pod changes, so change $VERSION.
      Branch: perl
-          ! Porting/check83.pl
+          ! lib/Fatal.pm
 ____________________________________________________________________________
-[ 15336] By: jhi                                   on 2002/03/19  18:41:50
-        Log: Begone, Encode::Tcl::Extended.
+[ 21210] By: jhi                                   on 2003/09/13  15:24:38
+        Log: Subject: Re: unicode regex problem
+             From: hv@crypt.org
+             Date: Sat, 13 Sep 2003 15:21:34 +0100
+             Message-Id: <200309131421.h8DELYx25894@zen.crypt.org>
      Branch: perl
-          ! ext/Encode/lib/Encode/Tcl.pm
+          ! regcomp.c t/op/pat.t
 ____________________________________________________________________________
-[ 15335] By: jhi                                   on 2002/03/19  18:40:10
-        Log: This is like trying to put the shaving cream
-             back to the can...
+[ 21209] By: jhi                                   on 2003/09/13  15:22:38
+        Log: More PerlIO warnings changes.
      Branch: perl
-          ! hints/linux.sh
+          ! ext/PerlIO/t/fail.t t/lib/warnings/perlio
 ____________________________________________________________________________
-[ 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.
+[ 21208] By: jhi                                   on 2003/09/13  11:15:40
+        Log: The "perlio: " prefix looks a little odd
+             in the few warning/error messages, since
+             no other 'subsystems' have prefixes.
      Branch: perl
-          ! hints/linux.sh
+          ! perlio.c pod/perldiag.pod t/io/open.t
 ____________________________________________________________________________
-[ 15333] By: jhi                                   on 2002/03/19  18:25:21
-        Log: Sarathy's new suggestion for Linux threading flags.
+[ 21207] By: jhi                                   on 2003/09/13  10:37:30
+        Log: Layer names were recognized by their prefixes
+             (e.g. open(F, ":u", "file") worked...)
      Branch: perl
-          ! hints/linux.sh
+          ! perlio.c t/io/open.t
 ____________________________________________________________________________
-[ 15332] By: jhi                                   on 2002/03/19  18:23:30
-        Log: Rename euc-jp-012 as euc-jp, as suggested by Dan Kogai.
+[ 21206] By: jhi                                   on 2003/09/13  10:10:46
+        Log: Apparently at some point doing 3-arg open with
+             illegal mode like ">>>" had stopped croaking.
      Branch: perl
-          - ext/Encode/Encode/euc-jp-0212.ucm
-          ! MANIFEST ext/Encode/Encode/euc-jp.ucm
-          ! ext/Encode/JP/Makefile.PL ext/Encode/MANIFEST
+          ! doio.c t/io/open.t
 ____________________________________________________________________________
-[ 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>
+[ 21205] By: jhi                                   on 2003/09/13  08:42:10
+        Log: Minuscule code cleanup.
      Branch: perl
-          ! win32/Makefile win32/Makefile.win64 win32/makefile.mk
+          ! doio.c
 ____________________________________________________________________________
-[ 15330] By: jhi                                   on 2002/03/19  18:00:48
-        Log: "+" is not a valid filename character in VMS.
+[ 21204] By: jhi                                   on 2003/09/13  06:47:23
+        Log: Subject: [perl #23788] int of a fraction errors
+             From: "Boyd, Brooks D" (via RT) <perlbug-followup@perl.org>
+             Date: 11 Sep 2003 22:38:19 -0000
+             Message-ID: <rt-23788-64511.8.7546744242259@rt.perl.org>
+
+             Add a separate faq entry for int().  (Yes, a bit redundant
+             with the existing "why are my numbers broken" entry.)
      Branch: perl
-          + ext/Encode/Encode/euc-jp-0212.ucm
-          - ext/Encode/Encode/euc-jp+0212.ucm
-          ! ext/Encode/JP/Makefile.PL ext/Encode/MANIFEST
+          ! pod/perlfaq4.pod
 ____________________________________________________________________________
-[ 15329] By: jhi                                   on 2002/03/19  15:49:12
-        Log: Update Changes.
+[ 21203] By: jhi                                   on 2003/09/13  06:34:03
+        Log: Subject: Unknown discipline ':utf8' w/ maint perl w/o perlio
+             From: Stas Bekman <stas@stason.org>
+             Date: Fri, 12 Sep 2003 13:44:11 -0700
+             Message-ID: <3F62301B.3080604@stason.org>
+
+             s/discipline/IO layer/, instead of "unknown" say "unavailable",
+             and have the fuller explanation in perldiag.
      Branch: perl
-          ! Changes patchlevel.h
+          ! doio.c pod/perldiag.pod
 ____________________________________________________________________________
-[ 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.
+[ 21202] By: jhi                                   on 2003/09/13  06:07:27
+        Log: Make the new glob tests pass (well, skip) even with miniperl.
      Branch: perl
-          ! hints/linux.sh
+          ! t/run/fresh_perl.t
 ____________________________________________________________________________
-[ 15327] By: jhi                                   on 2002/03/19  15:17:12
-        Log: metaconfig unit change for #15326.
-     Branch: metaconfig
-          ! U/threads/d_crypt_r.U
+[ 21201] By: rgs                                   on 2003/09/12  21:41:04
+        Log: Stringify the $VERSION of DynaLoader so it's never dependent
+             on localized float-to-string conversions.
+     Branch: perl
+          ! ext/DynaLoader/DynaLoader_pm.PL
 ____________________________________________________________________________
-[ 15326] By: jhi                                   on 2002/03/19  15:16:43
-        Log: Support crypt_r(const char*,const char*, CRYPTD*).
+[ 21198] By: jhi                                   on 2003/09/12  17:59:25
+        Log: It's UTF-8, not UTF8.  (Note: not s/UTF-8/UTF8/,
+             since that would break a lot of code.)  Also few
+             stray UTF16s, UTF32s, and "encoded in Unicode".
      Branch: perl
-          ! Configure reentr.h reentr.pl
+          ! doop.c hv.h pod/perl570delta.pod pod/perl58delta.pod
+          ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod
+          ! pod/perlhack.pod pod/perlpodspec.pod pod/perltoc.pod
+          ! pod/perltodo.pod pod/perlunicode.pod pod/perluniintro.pod
+          ! pp_hot.c pp_sys.c sv.c sv.h utf8.c utf8.h utfebcdic.h
 ____________________________________________________________________________
-[ 15325] By: jhi                                   on 2002/03/19  14:54:21
-        Log: VMS acrobatics from Peter Prymmer.
+[ 21197] By: jhi                                   on 2003/09/12  17:24:17
+        Log: The buildtoc now has options.
      Branch: perl
-          ! lib/ExtUtils/t/ExtUtils.t
+          ! pod/Makefile.SH
 ____________________________________________________________________________
-[ 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>
+[ 21196] By: jhi                                   on 2003/09/12  14:33:16
+        Log: Some more tweaks on open ...&=.
      Branch: perl
-          ! lib/Pod/Html.pm
+          ! pod/perlfunc.pod
 ____________________________________________________________________________
-[ 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>   
+[ 21194] By: jhi                                   on 2003/09/12  11:36:14
+        Log: Slightly more documentation for open ...&=.
      Branch: perl
-          ! ext/B/t/xref.t
+          ! pod/perlfunc.pod
 ____________________________________________________________________________
-[ 15322] By: jhi                                   on 2002/03/19  14:50:02
-        Log: Integrate perlio:
-             
-             [ 15314]
-             Move docs for Encode::valid_utf8 (which does not exist)
-             to be docs for utf8::valid() (which does).
+[ 21193] By: jhi                                   on 2003/09/12  03:21:53
+        Log: Document the new strict strict in strict.
      Branch: perl
-         !> ext/Encode/Encode.pm lib/utf8.pm
+          ! lib/strict.pm
 ____________________________________________________________________________
-[ 15321] By: jhi                                   on 2002/03/19  14:48:57
-        Log: Remove Encode::Tcl::Extended, suggested by
-             SADAHIRO Tomoyuki.
+[ 21191] By: jhi                                   on 2003/09/12  03:03:17
+        Log: More comments for the FreeBSD threads hints.
      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.
+          ! hints/freebsd.sh
+____________________________________________________________________________
+[ 21188] By: jhi                                   on 2003/09/11  20:23:55
+        Log: More refactoring of the FreeBSD threads hints.
+             Basically, for fresh enough 5.x the -pthread is dropped,
+             otherwise keep it, and no known FreeBSD release has
+             a functional gethostbyaddr_r.
      Branch: perl
-          ! ext/Unicode/Normalize/Normalize.xs
+          ! hints/freebsd.sh
 ____________________________________________________________________________
-[ 15318] By: jhi                                   on 2002/03/19  14:04:55
-        Log: Update to Unicode::Normalize 0.15 (+ the EBCDIC guards)
+[ 21187] By: jhi                                   on 2003/09/11  20:12:00
+        Log: Subject: [PATCH 5.8.1 @20218] OS/2 API
+             From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
+             Date: Thu, 11 Sep 2003 09:15:04 -0700
+             Message-ID: <20030911161504.GA16113@math.berkeley.edu>
      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
+          ! os2/OS2/Process/MANIFEST os2/OS2/Process/Process.pm
+          ! os2/OS2/Process/Process.xs
 ____________________________________________________________________________
-[ 15317] By: jhi                                   on 2002/03/19  13:56:27
-        Log: Split the ebcdic details to perlebcdic.
+[ 21186] By: jhi                                   on 2003/09/11  20:10:32
+        Log: Subject: [PATCH maint@21148] Security: suidperl path disclosure revisited
+             From: "Brendan O'Dea" <bod@debian.org>
+             Date: Fri, 12 Sep 2003 00:12:51 +1000
+             Message-ID: <20030911141251.GA26907@londo.c47.org>
      Branch: perl
-          ! pod/perlebcdic.pod pod/perluniintro.pod
+          ! perl.c
 ____________________________________________________________________________
-[ 15316] By: jhi                                   on 2002/03/19  13:31:55
-        Log: Be explicit.
+[ 21181] By: jhi                                   on 2003/09/11  08:25:13
+        Log: The change of not needing -pthread in FreeBSD 5.x
+             is very recent (Sep 3) (from Anton Berezin).
      Branch: perl
-          ! pod/perluniintro.pod
+          ! hints/freebsd.sh
 ____________________________________________________________________________
-[ 15315] By: nick                                  on 2002/03/19  09:24:18
-        Log: Integrate mainline
-     Branch: perlio
-         +> ext/List/Util/t/openhan.t
-         !> (integrate 53 files)
+[ 21179] By: jhi                                   on 2003/09/11  06:13:12
+        Log: Upgrade to Pod::Perldoc 3.10.
+             (Yes, the doughera address change is wrong, but hardly worth 3.11.)
+     Branch: perl
+          ! lib/Pod/Perldoc.pm
 ____________________________________________________________________________
-[ 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
+[ 21176] By: jhi                                   on 2003/09/11  05:22:27
+        Log: Upgrade to base 2.02.
+     Branch: perl
+          + lib/fields-base.t
+          ! MANIFEST lib/base.pm lib/fields.t
 ____________________________________________________________________________
-[ 15313] By: jhi                                   on 2002/03/19  04:58:22
-        Log: Update the Unicode vs EBCDIC situation.
+[ 21174] By: jhi                                   on 2003/09/11  04:45:56
+        Log: Replace #21158 with a better patch from Hugo
+             (for [perl #23769]).
      Branch: perl
-          ! pod/perlebcdic.pod pod/perluniintro.pod
+          ! regcomp.c regexec.c t/op/pat.t
 ____________________________________________________________________________
-[ 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>
+[ 21173] By: jhi                                   on 2003/09/11  03:08:04
+        Log: Subject: [PATCH][TESTS] dumpvar.pl
+             From: Joe McMahon <mcmahon@metalab.unc.edu>
+             Date: Thu, 11 Sep 2003 00:10:29 -0400 (EDT)
+             Message-ID: <Pine.LNX.4.44.0309102337150.2043-300000@tribal.metalab.unc.edu>
      Branch: perl
-          ! ext/threads/t/end.t
+          ! lib/dumpvar.pl lib/dumpvar.t
 ____________________________________________________________________________
-[ 15311] By: jhi                                   on 2002/03/19  04:00:38
-        Log: UTF-8 walk errors that become visible in EBCDIC.
+[ 21172] By: jhi                                   on 2003/09/11  03:03:52
+        Log: Enache still wants -pthread gone for FreeBSD 5.x
+             since it doesn't work with the latest -current.
      Branch: perl
-          ! regexec.c
+          ! hints/freebsd.sh
+____________________________________________________________________________
+[ 21171] By: jhi                                   on 2003/09/11  02:58:29
+        Log: Subject: [patch] more fullpath TAGS patches (emacs/cperl-mode.el + emacs/ptags)
+             From: Stas Bekman <stas@stason.org>
+             Date: Thu, 28 Aug 2003 16:10:48 -0700
+             Message-ID: <3F4E8BF8.1090800@stason.org>
+     Branch: perl
+          ! emacs/cperl-mode.el emacs/ptags
 ____________________________________________________________________________
-[ 15310] By: jhi                                   on 2002/03/19  03:48:27
-        Log: s/regcinclasslen/reginclass/ and remove the old
-             reginclass since nothing is using it.
+[ 21170] By: jhi                                   on 2003/09/11  02:56:50
+        Log: Retract #21149, sez Schwern.
      Branch: perl
-          ! embed.fnc embed.h proto.h regexec.c
+          ! lib/Test/More.pm
 ____________________________________________________________________________
-[ 15309] By: jhi                                   on 2002/03/18  22:18:37
-        Log: Close the file so it can be (a) removed (b) reopened.
+[ 21169] By: jhi                                   on 2003/09/11  02:55:49
+        Log: Retract #21168 based on advice from Anton Berezin (added).
      Branch: perl
-          ! ext/B/t/xref.t
+          ! hints/freebsd.sh
 ____________________________________________________________________________
-[ 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>
+[ 21168] By: rgs                                   on 2003/09/10  21:43:40
+        Log: Subject: nit to hints/freebsd.sh
+             From: Enache Adrian <enache@rdslink.ro>
+             Date: Wed, 10 Sep 2003 19:50:59 +0300
+             Message-ID: <20030910165059.GB1321@ratsnest.hole>
      Branch: perl
-          ! ext/B/B.xs utf8.c
+          ! hints/freebsd.sh
 ____________________________________________________________________________
-[ 15307] By: jhi                                   on 2002/03/18  20:54:07
-        Log: Failed patch hunk reapplied.
+[ 21167] By: rgs                                   on 2003/09/10  21:18:59
+        Log: Subject: Re: [perl #15395] lexical warnings and inheritance
+             From: Anno Siegel <Siegel@zrz.TU-Berlin.DE>
+             Date: Sun, 31 Aug 2003 22:08:19 GMT
+             Message-Id: <200308312208.WAA25312@lublin.zrz.TU-Berlin.DE>
+
+             The test has been moved into warnings.pm's test suite. Note
+             that this patch fixed as well the behaviour of warnings::enabled
+             regarding lexical scoping and different files; hence the expected
+             results in a few tests in /t/lib/warnings/9enabled has been
+             reverted.
      Branch: perl
-          ! lib/Tie/File/t/32_defer_misc.t
+          ! lib/warnings.pm t/lib/warnings/9enabled warnings.pl
 ____________________________________________________________________________
-[ 15306] By: jhi                                   on 2002/03/18  20:18:25
-        Log: For DEBUGGING threaded builds.
+[ 21166] By: rgs                                   on 2003/09/10  19:36:30
+        Log: Remove the warning in perlfaq about using map in void context :
+             From: abigail@abigail.nl (Abigail)
+             Subject: [PATCH perlfaq6] map in a void context.
+             Date: Tue, 9 Sep 2003 10:31:58 +0200
+             Message-ID: <20030909083158.GA24125@abigail.nl>
      Branch: perl
-          ! sv.c
+          ! pod/perlfaq6.pod
 ____________________________________________________________________________
-[ 15305] By: jhi                                   on 2002/03/18  19:11:43
-        Log: AUTHORS update.
+[ 21165] By: jhi                                   on 2003/09/10  16:48:52
+        Log: Subject: [PATCH] AUTHORS
+             From: enache@rdslink.ro (Enache Adrian)
+             Date: Tue, 9 Sep 2003 19:34:05 +0300
+             Message-ID: <20030909163405.GB1398@ratsnest.hole>
      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)
+[ 21164] By: jhi                                   on 2003/09/10  15:38:51
+        Log: Regen perlapi.
      Branch: perl
-          ! pp_sys.c
+          ! pod/perlapi.pod
 ____________________________________________________________________________
-[ 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>
+[ 21163] By: merijn                                on 2003/09/10  15:31:27
+        Log: Subject: [perl #23778] hints/aix.sh
+             Date: 10 Sep 2003 16:30:32 -0000
+             From: "Gary L. Armstrong" (via RT) <perlbug-followup@perl.org>
+             Message-ID: <rt-23778-64471.11.7773626323738@rt.perl.org>
      Branch: perl
-          ! configure.com
+          ! hints/aix.sh
 ____________________________________________________________________________
-[ 15302] By: jhi                                   on 2002/03/18  15:58:00
-        Log: Upgrade to Tie::File 0.50.
+[ 21162] By: jhi                                   on 2003/09/10  15:21:43
+        Log: blead version of #21161.
      Branch: perl
-          ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
-          ! lib/Tie/File/t/32_defer_misc.t
+          ! pod/perlvar.pod
 ____________________________________________________________________________
-[ 15301] By: jhi                                   on 2002/03/18  15:54:52
-        Log: AUTHORS updates.
+[ 21160] By: jhi                                   on 2003/09/10  15:11:59
+        Log: Subject: Re: Decreasing VMS tests in File::Spec::VMS?
+             From: PPrymmer@factset.com
+             Message-ID: <OF103BAFC0.72D92F9B-ON85256D98.00742293-85256D98.0077A3F5@factset.com>
+             Date: Fri, 5 Sep 2003 17:46:48 -0400
      Branch: perl
-          ! AUTHORS
+          ! lib/File/Spec/t/Spec.t
 ____________________________________________________________________________
-[ 15300] By: jhi                                   on 2002/03/18  14:58:27
-        Log: Update Changes.
+[ 21159] By: jhi                                   on 2003/09/10  15:10:06
+        Log: Subject: [PATCH 5.8.1] Unwanted "redefined" warnings in h2ph
+             From: Kurt Starsinic <kstar@cpan.org>
+             Date: Tue, 9 Sep 2003 23:16:00 -0400
+             Message-ID: <20030910031600.GA30554@verizon.net>
+
+             Subject: Re: [PATCH 5.8.1] Unwanted "redefined" warnings in h2ph
+             From: "Brendan O'Dea" <bod@debian.org>
+             Date: Wed, 10 Sep 2003 22:03:15 +1000
+             Message-ID: <20030910120315.GA1372@londo.c47.org>
      Branch: perl
-          ! Changes patchlevel.h
+          ! t/lib/h2ph.pht utils/h2ph.PL
 ____________________________________________________________________________
-[ 15299] By: jhi                                   on 2002/03/18  14:53:11
-        Log: OS/390 update.
+[ 21158] By: jhi                                   on 2003/09/10  09:31:24
+        Log: Unicode regex broken on simple example
+             regrepeat() did not work right for UTF-8(ed Latin-1)
+             in the EXACT case, which made the \x{a0}+ fail.
      Branch: perl
-          ! pod/perldelta.pod
+          ! regexec.c t/op/pat.t
 ____________________________________________________________________________
-[ 15298] By: jhi                                   on 2002/03/18  14:44:19
-        Log: Forgot from #15288.
+[ 21157] By: jhi                                   on 2003/09/10  08:15:54
+        Log: Linenumbers for utf8 warnings were wrong, test also rcatline.
      Branch: perl
-          ! ext/B/B.xs
+          ! pp_hot.c t/io/utf8.t
 ____________________________________________________________________________
-[ 15297] By: jhi                                   on 2002/03/18  14:39:15
-        Log: Make regex DEBUGGING faster.
+[ 21156] By: jhi                                   on 2003/09/10  08:05:13
+        Log: Detypo and explain better.
      Branch: perl
-          ! perl.c perl.h regexec.c
+          ! pod/perldiag.pod
 ____________________________________________________________________________
-[ 15296] By: jhi                                   on 2002/03/18  14:28:10
-        Log: Undo accidental perl.h part of #15295 (wait for #15297)
+[ 21155] By: jhi                                   on 2003/09/10  08:02:55
+        Log: If doing rcatline no point rescanning each time
+             the beginning of the SV for utf8 validity.
      Branch: perl
-          ! perl.h
+          ! pp_hot.c
 ____________________________________________________________________________
-[ 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)
+[ 21154] By: jhi                                   on 2003/09/10  07:16:52
+        Log: No utf8 warnings without use warnings.
      Branch: perl
-          ! INSTALL perl.h
+          ! t/io/utf8.t
 ____________________________________________________________________________
-[ 15294] By: jhi                                   on 2002/03/18  14:19:29
-        Log: Be tidy.
+[ 21153] By: jhi                                   on 2003/09/10  06:57:16
+        Log: Reading a latin1 file with open(... "<:utf8") will freeze
+             is no more valid, the script doesn't freeze, but I noticed
+             that neither does the <FILE> complain about bad UTF-8 as it
+             should and as it does with :encoding(utf8).
      Branch: perl
-          ! ext/B/t/xref.t
+          ! pp_hot.c t/io/utf8.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>
+[ 21152] By: jhi                                   on 2003/09/10  06:54:02
+        Log: A new UTF-8 API, Perl_is_utf8_string_loc(), a variant
+             of Perl_utf8_is_string().
      Branch: perl
-          ! README.tru64 hints/dec_osf.sh
+          ! embed.fnc embed.h global.sym proto.h utf8.c
 ____________________________________________________________________________
-[ 15292] By: jhi                                   on 2002/03/18  13:57:06
-        Log: NetWare tweaks from C Aditya <caditya@novell.com>
+[ 21151] By: jhi                                   on 2003/09/10  06:16:28
+        Log: Document a PerlIO/Encode warning.
      Branch: perl
-          ! NetWare/nwperlsys.c cop.h iperlsys.h op.c
+          ! pod/perldiag.pod
 ____________________________________________________________________________
-[ 15291] By: jhi                                   on 2002/03/18  13:52:40
-        Log: metaconfig unit change for #15290.
-     Branch: metaconfig/U/perl
-          ! perlxv.U
+[ 21149] By: jhi                                   on 2003/09/09  17:22:42
+        Log: Subject: Re: maint @ 21116
+             From: Fergal Daly <fergal@esatclear.ie>
+             Date: Tue, 9 Sep 2003 18:26:20 +0100
+             Message-Id: <200309091826.20630.fergal@esatclear.ie>
+
+             (added warning)
+     Branch: perl
+          ! lib/Test/More.pm
 ____________________________________________________________________________
-[ 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>
+[ 21146] By: jhi                                   on 2003/09/09  15:36:20
+        Log: Adjust the test count.
      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
+          ! lib/Test/Simple/t/is_deeply.t
 ____________________________________________________________________________
-[ 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.)
+[ 21144] By: jhi                                   on 2003/09/09  15:03:58
+        Log: AUTHORS update from Dave Mitchell.
      Branch: perl
-          ! hints/hpux.sh perl.h
+          ! AUTHORS
 ____________________________________________________________________________
-[ 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>
+[ 21143] By: jhi                                   on 2003/09/09  15:02:18
+        Log: Retract #20548 and #20465.
      Branch: perl
-          ! ext/B/B.pm ext/B/B/Deparse.pm ext/B/Makefile.PL
+          ! lib/Test/More.pm lib/Test/Simple/t/More.t
+          ! lib/Test/Simple/t/is_deeply.t
 ____________________________________________________________________________
-[ 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>
+[ 21141] By: jhi                                   on 2003/09/09  14:27:10
+        Log: Subject: Re: maint @ 21116
+             From: Enache Adrian <enache@rdslink.ro>
+             Date: Tue, 9 Sep 2003 16:59:44 +0300
+             Message-ID: <20030909135944.GA1666@ratsnest.hole>
      Branch: perl
-          ! pp_pack.c t/op/pack.t
+          ! makedef.pl
 ____________________________________________________________________________
-[ 15286] By: jhi                                   on 2002/03/18  13:39:20
-        Log: More prototypes blindness in Solaris.
-             (TODO: readdir64_r really needs to be seen.)
+[ 21140] By: jhi                                   on 2003/09/09  14:25:51
+        Log: Retract #21132.
      Branch: perl
-          ! hints/solaris_2.sh
+          ! makedef.pl perl.h
 ____________________________________________________________________________
-[ 15285] By: jhi                                   on 2002/03/18  13:24:03
-        Log: Integrate perlio:
-             
-             [ 15282]
-             Tidy the "does not map" message for non-characters
-             (e.g. iso-8859-3 "\xA5").
+[ 21139] By: jhi                                   on 2003/09/09  11:55:33
+        Log: Warn more about disclosing the hash seed, from Scott A. Crosby.
      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
+          ! lib/Hash/Util.pm pod/perlrun.pod
 ____________________________________________________________________________
-[ 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.
+[ 21137] By: jhi                                   on 2003/09/09  09:50:13
+        Log: Subject: =encoding in perlpod/perlpodspec
+             From: sburke@cpan.org (Sean M. Burke)
+             Date: Sun, 07 Sep 2003 03:08:28 -0800
+             Message-ID: <5.2.1.1.1.20030907030717.00a6aaa0@mailstore.pobox.com>
      Branch: perl
-          ! pod/perlfaq3.pod
+          ! pod/perlpod.pod pod/perlpodspec.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).
+[ 21136] By: jhi                                   on 2003/09/09  09:46:01
+        Log: One more chance... Elizabeth's change #21107 plus
+             Subject: Re: [PATCH] warnings.pl: each thread 10K smaller
+             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
+             Date: Tue, 9 Sep 2003 01:44:24 +0200
+             Message-Id: <20030909014424.7ef5e0cd.rgarciasuarez@free.fr>
      Branch: perl
-          ! hints/solaris_2.sh
+          ! lib/warnings.pm toke.c warnings.pl
 ____________________________________________________________________________
-[ 15279] By: jhi                                   on 2002/03/18  01:19:40
-        Log: return at the wrong side of #endif.
+[ 21135] By: jhi                                   on 2003/09/09  09:35:48
+        Log: One more test count tweak.
      Branch: perl
-          ! util.c
+          ! t/op/grep.t
 ____________________________________________________________________________
-[ 15278] By: ams                                   on 2002/03/17  23:45:31
-        Log: Typo fix from Stas Bekman.
+[ 21132] By: jhi                                   on 2003/09/09  07:57:20
+        Log: Subject: Re: maint @ 21116
+             From: Steve Hay <steve.hay@uk.radan.com>
+             Date: Tue, 09 Sep 2003 09:49:07 +0100
+             Message-ID: <3F5D9403.3040004@uk.radan.com>
      Branch: perl
-          ! pod/perlhack.pod
+          ! makedef.pl perl.h
 ____________________________________________________________________________
-[ 15277] By: ams                                   on 2002/03/17  23:41:35
-        Log: Upgrade to Tie::File 0.21.
+[ 21131] By: jhi                                   on 2003/09/09  07:54:52
+        Log: Subject: Re: [PATCH] honoring void context for map(), return from sub end test
+             From: david nicol <whatever@davidnicol.com>
+             Date: 08 Sep 2003 23:39:32 -0500
+             Message-Id: <1063082372.1375.126.camel@plaza.davidnicol.com>
+
+             (a testcase)
      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
+          ! t/op/grep.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.
+[ 21128] By: jhi                                   on 2003/09/09  07:08:15
+        Log: Ooops, perlio into scalars was already history for this test...
      Branch: perl
-          ! regexec.c
-____________________________________________________________________________
-[ 15275] By: jhi                                   on 2002/03/17  20:14:18
-        Log: Integrate perlio:
-             
-             [ 15274]
-             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()
-             
-             [ 15273]
-             Avoid overwrite of un-allocated memory when SvCUR > SvLEN
-     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
+          ! lib/dumpvar.t
 ____________________________________________________________________________
-[ 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.
+[ 21127] By: jhi                                   on 2003/09/09  07:06:26
+        Log: Cannot do perlio into scalars without perlio.
      Branch: perl
-          ! embed.fnc embed.h global.sym pp_sys.c proto.h reentr.c
-          ! reentr.h reentr.pl
+          ! lib/dumpvar.t
 ____________________________________________________________________________
-[ 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)
+[ 21126] By: jhi                                   on 2003/09/09  07:04:53
+        Log: I claim that the debugger is untestable until proven otherwise.
+     Branch: perl
+          - lib/perl5db/de0.t
+          ! MANIFEST
 ____________________________________________________________________________
-[ 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>
+[ 21124] By: jhi                                   on 2003/09/09  06:59:52
+        Log: In trying to save space, the warnings.pl change (#21107)
+             pulled in attributes.pm... and the change didn't seem to
+             be that well tested with different configurations.
+             Retract #21119, #21117, #21107.
      Branch: perl
-          ! pp_hot.c t/op/pat.t
+          ! ext/B/t/stash.t lib/warnings.pm warnings.pl
 ____________________________________________________________________________
-[ 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)
+[ 21122] By: jhi                                   on 2003/09/09  06:28:31
+        Log: Really do #21121.
+     Branch: perl
+          ! MANIFEST
 ____________________________________________________________________________
-[ 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>
+[ 21121] By: jhi                                   on 2003/09/09  05:56:52
+        Log: There's no particular reason to have the dumpvar.t
+             in lib/perl5db/.
      Branch: perl
-          ! regexec.c t/op/pat.t
+          + lib/dumpvar.t
+          - lib/perl5db/dumpvar.t
+          ! MANIFEST
 ____________________________________________________________________________
-[ 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.
+[ 21119] By: jhi                                   on 2003/09/09  05:46:02
+        Log: strict stash seems to have gone, too.
      Branch: perl
-          + t/op/pow.t
-          ! MANIFEST pp.c t/test.pl
+          ! ext/B/t/stash.t
 ____________________________________________________________________________
-[ 15266] By: jhi                                   on 2002/03/16  18:55:53
-        Log: _r-ify config.win64, too.
+[ 21117] By: rgs                                   on 2003/09/08  22:26:36
+        Log: Loading warnings.pm now loads attributes.pm that loads strict.pm.
+             (due to #21107 apparently.) Adjust this test accordingly.
      Branch: perl
-          ! win32/config.win64
+          ! ext/B/t/stash.t
 ____________________________________________________________________________
-[ 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)
+[ 21113] By: jhi                                   on 2003/09/08  21:10:53
+        Log: Subject: [PATCH] silence 1 compiler warning
+             From: Nicholas Clark <nick@ccl4.org>
+             Date: Mon, 8 Sep 2003 23:04:45 +0100
+             Message-ID: <20030908230445.E30881@plum.flirble.org>
      Branch: perl
-          ! regcomp.c
+          ! universal.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.
+[ 21112] By: jhi                                   on 2003/09/08  21:09:34
+        Log: Retract #21096, mostly: I had misexplained the situation
+             to Scott A. Crosby.  Seeing the seed value while not good
+             for the ultimate paranoia viewpoint is not that bad, as long
+             as the users are fully aware of the dangers of disclosing
+             the hash seed.    So hash_seed() is okay.
+
+             Being able to see the hash values (as in Java) would
+             be another option, but dubious: it's not that per-key
+             hash values themselves are bad to allow scripts to see,
+             but rather that hash values are just as sensitive (from
+             the DoSing viewpoint) as the hash seed itself (and there
+             usually more hash values than the one hash seed....)
      Branch: perl
-          ! hints/freebsd.sh
+          ! lib/Hash/Util.pm lib/Hash/Util.t pod/perlrun.pod universal.c
 ____________________________________________________________________________
-[ 15261] By: ams                                   on 2002/03/16  18:14:04
-        Log: Upgrade to Tie::File 0.20.
+[ 21110] By: jhi                                   on 2003/09/08  20:59:04
+        Log: Urk.  unique, not shared.
      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
+          ! configpm
 ____________________________________________________________________________
-[ 15260] By: jhi                                   on 2002/03/16  18:12:25
-        Log: There seems to be a trend for the *time_r to be hidden.
+[ 21109] By: jhi                                   on 2003/09/08  20:57:25
+        Log: Subject: [PATCH] configpm: about 1.5K less per thread
+             From: Elizabeth Mattijsen <liz@dijkmat.nl>
+             Date: Mon, 8 Sep 2003 23:58:34 +0200
+             Message-Id: <p05111b21bb829c68b496@[192.168.56.4]>
      Branch: perl
-          ! hints/irix_6.sh
+          ! configpm
 ____________________________________________________________________________
-[ 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>
+[ 21107] By: jhi                                   on 2003/09/08  20:45:38
+        Log: Subject: [PATCH] warnings.pl: each thread 10K smaller
+             From: Elizabeth Mattijsen <liz@dijkmat.nl>
+             Date: Mon, 8 Sep 2003 22:22:38 +0200
+             Message-Id: <p05111b16bb827ce551da@[192.168.56.4]>
      Branch: perl
-          ! lib/Pod/Html.pm
+          ! lib/warnings.pm warnings.pl
 ____________________________________________________________________________
-[ 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>
+[ 21106] By: rgs                                   on 2003/09/08  20:45:03
+        Log: A version of change #21073 that works.
      Branch: perl
-          ! lib/dumpvar.pl lib/perl5db.pl
+          ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/t/scalar.t
 ____________________________________________________________________________
-[ 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.
+[ 21105] By: jhi                                   on 2003/09/08  20:44:22
+        Log: Regen perlapi.
      Branch: perl
-          ! Configure hints/dec_osf.sh hints/freebsd.sh hints/linux.sh
-          ! reentr.pl
+          ! pod/perlapi.pod
 ____________________________________________________________________________
-[ 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>
+[ 21103] By: jhi                                   on 2003/09/08  20:18:56
+        Log: Radu Greab is my hero (the recent cygwin getpw*->pw_comment
+             being a bad pointer is apparently a known cygwin bug).    The
+             cure is to initialize the field.
      Branch: perl
-          ! pod/perldelta.pod
+          ! pp_sys.c
 ____________________________________________________________________________
-[ 15253] By: jhi                                   on 2002/03/16  16:11:49
-        Log: HP-UX has also endgrent_r/endpwent_r marked obsolete.
+[ 21100] By: jhi                                   on 2003/09/08  19:38:39
+        Log: Bad export.
      Branch: perl
-          ! Porting/findrfuncs reentr.h reentr.pl
+          ! lib/Hash/Util.t
 ____________________________________________________________________________
-[ 15252] By: gsar                                  on 2002/03/16  15:36:16
-        Log: UIN32_MAX with borken under HP-UX+gcc
+[ 21098] By: jhi                                   on 2003/09/08  19:06:09
+        Log: The IPC::Open3 is just too unreliable for this task.
      Branch: perl
-          ! handy.h
+          ! lib/perl5db/de0.t
 ____________________________________________________________________________
-[ 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>
+[ 21097] By: jhi                                   on 2003/09/08  18:42:43
+        Log: Try to make the de0.t test more robust.
+             The test is so flakey (too many external things influencing
+             the result) that I'm likely to leave it out from the maint.
      Branch: perl
-          ! gv.c t/op/method.t
+          ! lib/perl5db/de0.t
 ____________________________________________________________________________
-[ 15250] By: ams                                   on 2002/03/16  02:14:41
-        Log: Plural nit.
+[ 21096] By: jhi                                   on 2003/09/08  17:58:19
+        Log: Scott A. Crosby believes in not disclosing
+             any more information than necessary: therefore
+             instead of hash_seed() we have now hashes_random().
      Branch: perl
-          ! pod/perldelta.pod
+          ! lib/Hash/Util.pm lib/Hash/Util.t pod/perlrun.pod universal.c
 ____________________________________________________________________________
-[ 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.
+[ 21095] By: jhi                                   on 2003/09/08  17:36:50
+        Log: Mac OS X "last resort" recipe.
      Branch: perl
-          ! reentr.h reentr.pl
+          ! README.macosx
 ____________________________________________________________________________
-[ 15248] By: jhi                                   on 2002/03/15  20:05:46
-        Log: Typo in #15247.
+[ 21094] By: jhi                                   on 2003/09/08  16:50:55
+        Log: Subject: [patch] AUTHORS
+             From: Juerd <juerd@cpan.org>
+             Date: Mon, 8 Sep 2003 08:42:13 +0200
+             Message-ID: <20030908064213.GC23461@c3.convolution.nl>
      Branch: perl
-          ! hints/hpux.sh
+          ! AUTHORS
 ____________________________________________________________________________
-[ 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)
+[ 21093] By: jhi                                   on 2003/09/08  15:47:14
+        Log: Slightly more intelligent paranoia.
      Branch: perl
-          ! hints/hpux.sh
+          ! pod/perldiag.pod util.c
 ____________________________________________________________________________
-[ 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>
+[ 21090] By: jhi                                   on 2003/09/08  14:07:03
+        Log: Win32 is playing to hard to get but I do not have
+             time to chase it, so restore #21072, more or less.
+             I think testing the debugger in UNIX-like places
+             is enough, no need to go into painful contortions
+             trying to "portably" run interactive programs like
+             the debugger.
      Branch: perl
-          ! pod/perldelta.pod
+          ! lib/perl5db/de0.t
 ____________________________________________________________________________
-[ 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.
+[ 21088] By: jhi                                   on 2003/09/08  12:50:15
+        Log: 5.8.1 was mistakenly redefining PL_sv_placeholder.
      Branch: perl
-          ! Changes patchlevel.h
+          ! ext/Storable/Storable.xs
 ____________________________________________________________________________
-[ 15243] By: jhi                                   on 2002/03/15  16:18:16
-        Log: Forgot from #15241.
+[ 21087] By: jhi                                   on 2003/09/08  12:34:37
+        Log: Add Hash::Util::hash_seed() which answers among
+             other things the question whether our hashes are
+             "randomised".  (They always were...)
      Branch: perl
-          ! win32/config_sh.PL
+          ! lib/Hash/Util.pm lib/Hash/Util.t pod/perlrun.pod universal.c
 ____________________________________________________________________________
-[ 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/)
+[ 21086] By: jhi                                   on 2003/09/08  12:22:03
+        Log: XSRETURN_UV was missing.
      Branch: perl
-          ! pod/perltodo.pod
+          ! XSUB.h
 ____________________________________________________________________________
-[ 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>
+[ 21085] By: jhi                                   on 2003/09/08  12:15:23
+        Log: Superparanoia.
      Branch: perl
-          ! win32/config.bc win32/config.gc win32/config.vc
-          ! win32/config.win64
+          ! util.c
 ____________________________________________________________________________
-[ 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>
+[ 21084] By: ams                                   on 2003/09/08  11:44:25
+        Log: Clean up pp_readdir() somewhat.
      Branch: perl
-          ! lib/perl5db.pl
+          ! pp_sys.c
 ____________________________________________________________________________
-[ 15239] By: jhi                                   on 2002/03/15  16:11:17
-        Log: Integrate perlio:
-             
-             [ 15235]
-             Add the binmode()s to make JP.t pass on Win32
-     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
+[ 21082] By: jhi                                   on 2003/09/08  11:32:46
+        Log: The #21073 broke ext/B/t/o.t, retracting the #21073.
+     Branch: perl
+          ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/t/scalar.t
 ____________________________________________________________________________
-[ 15237] By: jhi                                   on 2002/03/15  15:18:46
-        Log: Be more explicit on when is the $! worth anything.
+[ 21080] By: jhi                                   on 2003/09/08  09:52:40
+        Log: In Win32 IPC::Open3 + IO::Select does not work that well
+             so mostly undo the change #21072 and revert back to using
+             a temp file.
      Branch: perl
-          ! pod/perlvar.pod
+          ! lib/perl5db/de0.t
 ____________________________________________________________________________
-[ 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:
-             
-             [ 15233]
-             Mark JP.t's data files as binary
-             
-             [ 15011]
-             Avoid $Id$ cleverness and just have a $VERSION.
+[ 21078] By: jhi                                   on 2003/09/08  09:10:47
+        Log: In Win32 the cmd.exe console output doesn't seem to
+             be catchable using the in-memory I/O + select trick,
+             so use tie-STDOUT trick instead.
      Branch: perl
-         !> ext/Encode/t/table.euc ext/Encode/t/table.ref
+          ! lib/perl5db/dumpvar.t
 ____________________________________________________________________________
-[ 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
+[ 21077] By: jhi                                   on 2003/09/08  09:03:13
+        Log: Move Config test.
+     Branch: perl
+          ! lib/perl5db/de0.t
 ____________________________________________________________________________
-[ 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
+[ 21076] By: jhi                                   on 2003/09/08  08:50:27
+        Log: Let's require fork for this test.
+     Branch: perl
+          ! lib/perl5db/de0.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).
+[ 21074] By: jhi                                   on 2003/09/08  08:09:27
+        Log: Subject: [PATCH] call_(pv|etc.) for Devel::PPPort
+             From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
+             Date: Mon, 08 Sep 2003 08:56:09 +0200
+             Message-id: <20030908065609.GA1260@ethan>
      Branch: perl
-          ! makedepend.SH
+          ! ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.pm
+          ! ext/Devel/PPPort/t/test.t
 ____________________________________________________________________________
-[ 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>
+[ 21073] By: jhi                                   on 2003/09/08  08:07:55
+        Log: Subject: Re: one nit to fix [PATCH]
+             From: Rafael Garcia-Suarez <raphel.garcia-suarez@hexaflux.com>
+             Date: Mon, 8 Sep 2003 10:19:08 +0200
+             Message-Id: <20030908101908.5571326d.rgarcia@hexaflux.com>
      Branch: perl
-          ! ext/Safe/safe2.t
+          ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/t/scalar.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>
+[ 21072] By: jhi                                   on 2003/09/08  08:04:53
+        Log: Subject: Re: [PATCH] Test skeleton for debugger commands
+             From: Andreas J Koenig <andreas.koenig@anima.de>
+             Date: Mon, 08 Sep 2003 10:48:27 +0200
+             Message-ID: <87llszis2s.fsf@franz.ak.mind.de>
      Branch: perl
-          ! lib/Pod/Html.pm
+          ! lib/perl5db/de0.t
 ____________________________________________________________________________
-[ 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>
+[ 21071] By: jhi                                   on 2003/09/08  06:46:00
+        Log: de0.t: use Test::More, add some tests.
      Branch: perl
-          ! lib/Benchmark.t t/op/arith.t
+          ! lib/perl5db/de0.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.
+[ 21070] By: jhi                                   on 2003/09/08  06:31:39
+        Log: More dumpvar testing.
      Branch: perl
-          ! perl.c
+          ! lib/perl5db/dumpvar.t
 ____________________________________________________________________________
-[ 15224] By: jhi                                   on 2002/03/14  14:24:44
-        Log: Extra paranoia from Nick Clark.
+[ 21069] By: jhi                                   on 2003/09/08  05:34:03
+        Log: An empty test.
      Branch: perl
-          ! ext/Safe/safe2.t
+          ! lib/perl5db/dumpvar.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>
+[ 21068] By: jhi                                   on 2003/09/08  05:21:21
+        Log: dumpvar.t: use Test::More;
      Branch: perl
-          ! ext/Safe/safe2.t
+          ! lib/perl5db/dumpvar.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]>
+[ 21067] By: jhi                                   on 2003/09/08  05:11:46
+        Log: Cleanup PerlIO::scalar documentation a bit.
      Branch: perl
-          ! Makefile.SH
+          ! ext/PerlIO/scalar/scalar.pm
 ____________________________________________________________________________
-[ 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>
+[ 21066] By: jhi                                   on 2003/09/08  04:49:28
+        Log: The in-memory files require PerlIO::scalar.
      Branch: perl
-          + ext/B/t/xref.t
-          ! MANIFEST ext/B/B/Xref.pm
+          ! lib/perl5db/dumpvar.t
 ____________________________________________________________________________
-[ 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>
+[ 21065] By: rgs                                   on 2003/09/07  21:17:23
+        Log: Subject: [PATCH] Test skeleton for debugger commands
+             From: Andreas J Koenig <andreas.koenig@anima.de>
+             Date: Sun, 07 Sep 2003 18:51:56 +0200
+             Message-ID: <87fzj8k0cz.fsf@franz.ak.mind.de>
+             With minor adjustments
      Branch: perl
-          ! lib/Exporter.pm
+          + lib/perl5db/de0.t lib/perl5db/dumpvar.t
+          ! MANIFEST
 ____________________________________________________________________________
-[ 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
+[ 21064] By: rgs                                   on 2003/09/07  19:12:05
+        Log: Upgrade to Unicode::Collate 0.28
+     Branch: perl
+          + lib/Unicode/Collate/t/contract.t
+          ! MANIFEST lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
+          ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
 ____________________________________________________________________________
-[ 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>
+[ 21063] By: rgs                                   on 2003/09/07  18:25:23
+        Log: Subject: [PATCH] Re: [perl #23656] Safe reval bleeds local variable values
+             From: Dave Mitchell <davem@fdgroup.com>
+             Date: Sun, 7 Sep 2003 19:14:44 +0100
+             Message-ID: <20030907181444.GA7058@fdgroup.com>
      Branch: perl
-          ! lib/ExtUtils/MM_VMS.pm
+          ! ext/Opcode/Safe.pm
 ____________________________________________________________________________
-[ 15217] By: jhi                                   on 2002/03/13  17:28:36
-        Log: Pod tweak.
+[ 21062] By: rgs                                   on 2003/09/07  12:44:33
+        Log: Subject: [PATCH] honoring void context for map()
+             From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
+             Date: Thu, 04 Sep 2003 11:13:41 +0200
+             Message-id: <20030904091341.GA30655@ethan>
      Branch: perl
-          ! lib/open.pm
+          ! pp_ctl.c
 ____________________________________________________________________________
-[ 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]>
+[ 21061] By: jhi                                   on 2003/09/07  07:04:53
+        Log: Retract #21010.
      Branch: perl
-          ! vms/descrip_mms.template
+          ! lib/dumpvar.pl
 ____________________________________________________________________________
-[ 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.
+[ 21060] By: rgs                                   on 2003/09/06  21:30:10
+        Log: Minor doc style nits in XSLoader.
      Branch: perl
-          ! Porting/findrfuncs
+          ! ext/DynaLoader/XSLoader_pm.PL
 ____________________________________________________________________________
-[ 15208] By: jhi                                   on 2002/03/12  20:43:46
-        Log: Small tweaks.
+[ 21058] By: jhi                                   on 2003/09/06  19:57:46
+        Log: Vanity patch.
      Branch: perl
-          ! lib/Internals.t universal.c
+          ! AUTHORS
 ____________________________________________________________________________
-[ 15207] By: jhi                                   on 2002/03/12  17:38:46
-        Log: VERSIONize.
+[ 21057] By: jhi                                   on 2003/09/06  19:56:53
+        Log: Updated Sharp Zaurus cross-compilation from Redvers Davies.
      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
+          ! Cross/Makefile Cross/Makefile.SH.patch Cross/README Cross/TODO
+          ! Cross/config.sh-arm-linux Cross/generate_config_sh
+          ! Cross/installperl.patch
 ____________________________________________________________________________
-[ 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>
+[ 21056] By: rgs                                   on 2003/09/06  19:03:41
+        Log: Email nits in Fatal.pm [perl #23724].
      Branch: perl
-          ! pod/perlhack.pod
+          ! lib/Fatal.pm
 ____________________________________________________________________________
-[ 15205] By: jhi                                   on 2002/03/12  17:09:50
-        Log: Regen modlib.
+[ 21052] By: jhi                                   on 2003/09/05  20:34:15
+        Log: Musty corners of Syslog.pm.
      Branch: perl
-          ! pod/perlmodlib.pod
+          ! ext/Sys/Syslog/Syslog.pm
 ____________________________________________________________________________
-[ 15204] By: jhi                                   on 2002/03/12  17:07:57
-        Log: Regen toc.
+[ 21051] By: ams                                   on 2003/09/05  18:43:46
+        Log: 1. Work around the bug fixed by #20587 (because it's in 5.8.0).
+             2. Compensate for PL_sv_placeholder <= 5.8.1.
+             3. Clean up non-backwards-compatible tests.
+             4. Prepare for the 2.08 CPAN release.
      Branch: perl
-          ! pod/perltoc.pod
+          ! ext/Storable/ChangeLog ext/Storable/Storable.xs
+          ! ext/Storable/t/freeze.t ext/Storable/t/malice.t
+          ! ext/Storable/t/utf8hash.t
 ____________________________________________________________________________
-[ 15203] By: jhi                                   on 2002/03/12  16:45:32
-        Log: Tiny pod tweaks.
+[ 21048] By: jhi                                   on 2003/09/05  13:53:23
+        Log: One more known tie problem.
      Branch: perl
-          ! lib/Hash/Util.pm
+          ! pod/perltie.pod
 ____________________________________________________________________________
-[ 15202] By: jhi                                   on 2002/03/12  16:06:04
-        Log: perldeltaize Hash::Util.
+[ 21047] By: jhi                                   on 2003/09/05  13:46:35
+        Log: Subject: [PATCH] threads/shared.pm: saves 4K per thread
+             Date: Fri, 5 Sep 2003 14:46:00 +0200
+             Message-Id: <p05111b05bb7e177db044@[192.168.56.4]>
+             From: Elizabeth Mattijsen <liz@dijkmat.nl>
      Branch: perl
-          ! pod/perldelta.pod
+          ! ext/threads/shared/shared.pm
 ____________________________________________________________________________
-[ 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>
+[ 21046] By: jhi                                   on 2003/09/05  13:44:30
+        Log: Subject: versions threads modules
+             From: Elizabeth Mattijsen <liz@dijkmat.nl>
+             Date: Fri, 5 Sep 2003 12:22:52 +0200
+             Message-Id: <p05111b03bb7e1423e6ff@[192.168.56.4]>
      Branch: perl
-          ! lib/AutoSplit.t lib/Test/Simple/t/fail-more.t pod/perldiag.pod
-          ! pp_ctl.c t/op/override.t
+          ! ext/threads/shared/shared.pm
 ____________________________________________________________________________
-[ 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>
+[ 21045] By: jhi                                   on 2003/09/05  13:43:36
+        Log: More suidperl path disclosure plugging:
+             the #9813 didn't do enough.  See either of
+             http://rt.perl.org/rt2/Ticket/Display.html?id=6511
+             http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=203426
      Branch: perl
-          ! lib/File/stat.t
+          ! perl.c pod/perldiag.pod
 ____________________________________________________________________________
-[ 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>
+[ 21044] By: jhi                                   on 2003/09/05  13:09:54
+        Log: FreeBSD hints updates from Anton Berezin.
      Branch: perl
-          ! pod/perlfunc.pod
+          ! hints/freebsd.sh
 ____________________________________________________________________________
-[ 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>
+[ 21043] By: merijn                                on 2003/09/05  11:18:20
+        Log: Changed conflicting diff options
      Branch: perl
-          ! toke.c
+          ! patchlevel.h
 ____________________________________________________________________________
-[ 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>
+[ 21042] By: jhi                                   on 2003/09/05  06:47:43
+        Log: Acknowledge some known tie bugs.
      Branch: perl
-          ! pod/perlguts.pod
+          ! pod/perltie.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.)
+[ 21041] By: merijn                                on 2003/09/05  04:50:44
+        Log: Subject: [PATCH] Remove dublicated entry in AUTHORS
+             From: Ilya Martynov <ilya@martynov.org>
+             Date: Fri, 05 Sep 2003 00:49:57 +0400
+             Message-ID: <8765k8uvm2.fsf@abra.ru>
      Branch: perl
-          ! lib/utf8.pm
+          ! AUTHORS
 ____________________________________________________________________________
-[ 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>
+[ 21040] By: jhi                                   on 2003/09/05  04:36:48
+        Log: code example error in "perlopentut"
      Branch: perl
-          ! iperlsys.h
+          ! pod/perlopentut.pod
 ____________________________________________________________________________
-[ 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>
+[ 21039] By: jhi                                   on 2003/09/05  04:13:17
+        Log: Another seemingly fixed (un)tie bug,
+             [perl ##22297] cannot untie scalar from within tied FETCH
      Branch: perl
-          ! pod/perlsub.pod
+          ! t/op/tie.t
 ____________________________________________________________________________
-[ 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>
+[ 21036] By: jhi                                   on 2003/09/04  19:34:26
+        Log: Subject: Re: [PATCH] Data::Dumper 2.121
+             From: Ilya Martynov <ilya@martynov.org>
+             Date: Fri, 05 Sep 2003 00:33:46 +0400
+             Message-ID: <87ad9kuwd1.fsf@abra.ru>
      Branch: perl
-          ! utfebcdic.h
+          ! ext/Data/Dumper/Changes ext/Data/Dumper/Dumper.pm
+          ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
+          ! ext/Data/Dumper/t/overload.t ext/Data/Dumper/t/pair.t
 ____________________________________________________________________________
-[ 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>
+[ 21033] By: jhi                                   on 2003/09/04  18:52:29
+        Log: I think once is enough.
      Branch: perl
-          ! ext/B/B/Xref.pm
+          ! configure.gnu
 ____________________________________________________________________________
-[ 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>
+[ 21032] By: jhi                                   on 2003/09/04  17:30:28
+        Log: Subject: [PATCH] Re: [PATCH] Re: ByteLoader and MSWin32
+             From: Enache Adrian <enache@rdslink.ro>
+             Date: Thu, 4 Sep 2003 20:09:06 +0300
+             Message-ID: <20030904170906.GA1235@ratsnest.hole>
      Branch: perl
-          ! lib/ExtUtils/MM_Unix.pm
+          ! bytecode.pl ext/B/B/Bytecode.pm ext/ByteLoader/bytecode.h
+          ! ext/ByteLoader/byterun.c
 ____________________________________________________________________________
-[ 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>
+[ 21031] By: jhi                                   on 2003/09/04  17:27:58
+        Log: Subject: [PATCH] perlreftut: change distribution conditions
+             From: "Brendan O'Dea" <bod@debian.org>
+             Date: Thu, 4 Sep 2003 02:28:49 +1000
+             Message-ID: <20030903162849.GA9675@londo.c47.org>
      Branch: perl
-          ! installperl
+          ! pod/perlreftut.pod
 ____________________________________________________________________________
-[ 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>
+[ 21030] By: jhi                                   on 2003/09/04  17:26:48
+        Log: Subject: Re: "vendor" patch pickup
+             From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
+             Date: Thu, 4 Sep 2003 19:47:55 +0200
+             Message-ID: <009b01c3730c$ac45e750$0c2f1fac@R2D2>
+
+             (Gentoo: take Marcus' version of the __THROW patch and
+             even further #ifdef-protect it with __GLIBC__.)
      Branch: perl
-          ! ext/B/B/Deparse.pm
+          ! perl.h
 ____________________________________________________________________________
-[ 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>
+[ 21029] By: jhi                                   on 2003/09/04  16:01:26
+        Log: Tiny perlcc tweaks.
      Branch: perl
-          ! hints/netbsd.sh
+          ! utils/perlcc.PL
 ____________________________________________________________________________
-[ 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.)
+[ 21028] By: jhi                                   on 2003/09/04  15:10:48
+        Log: A SuSE patchlet for perlcc -c to avoid
+             "Modification of a read-only value attempted at ... C.pm"
      Branch: perl
-          ! ext/Encode/Encode.pm
+          ! ext/B/B/C.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.)
+[ 21027] By: jhi                                   on 2003/09/04  08:54:40
+        Log: AUTHORS updates.
      Branch: perl
-          ! ext/Encode/Encode.pm ext/Encode/lib/Encode/Tcl.pm
+          ! AUTHORS
 ____________________________________________________________________________
-[ 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>
+[ 21025] By: jhi                                   on 2003/09/03  20:27:56
+        Log: Upgrade to Math::BigInt pre-rel 1.66 as of
+             http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2003-09/msg00242.html
+             (the tar.gz link doesn't have 'v1.66', it has '1.66')
+             so that the smoke builds can start chewing it.
      Branch: perl
-          ! ext/Encode/Encode.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/mbi_rand.t lib/Math/BigInt/t/sub_mbf.t
+          ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/with_sub.t
 ____________________________________________________________________________
-[ 15180] By: jhi                                   on 2002/03/11  22:32:10
-        Log: Deypo.
-     Branch: metaconfig
-          ! U/threads/d_asctime_r.U
+[ 21022] By: jhi                                   on 2003/09/03  16:42:24
+        Log: Subject: [PATCH Porting/valgrindpp.pl] fix: output from different pids
+             From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
+             Date: Wed, 3 Sep 2003 19:20:20 +0200
+             Message-ID: <005901c3723f$a7914f10$0c2f1fac@R2D2>
+     Branch: perl
+          ! Porting/valgrindpp.pl
 ____________________________________________________________________________
-[ 15179] By: jhi                                   on 2002/03/11  21:42:58
-        Log: FAQ sync.
+[ 21019] By: jhi                                   on 2003/09/03  15:51:35
+        Log: Also indicate the Unicode level here.
+             (The last date is non-committal :-)
      Branch: perl
-          ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
-          ! pod/perlfaq4.pod pod/perlfaq5.pod
+          ! pod/perlunicode.pod
 ____________________________________________________________________________
-[ 15178] By: jhi                                   on 2002/03/11  17:34:34
-        Log: The test needs perlio.
+[ 21018] By: jhi                                   on 2003/09/03  12:08:23
+        Log: Avoid lvalue casts, from Enache.
      Branch: perl
-          ! lib/open.t
+          ! ext/ByteLoader/bytecode.h op.h
 ____________________________________________________________________________
-[ 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>
+[ 21017] By: jhi                                   on 2003/09/03  08:23:39
+        Log: Bump up the VERSION.
      Branch: perl
-          ! pod/perlreftut.pod
+          ! lib/bytes.pm
 ____________________________________________________________________________
-[ 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>
+[ 21016] By: jhi                                   on 2003/09/03  08:22:48
+        Log: Add, document, and test bytes::substr, index, rindex, chr,
+             document bytes::ord.
      Branch: perl
-          ! pod/perlfaq5.pod
+          ! lib/bytes.pm lib/bytes.t lib/bytes_heavy.pl
 ____________________________________________________________________________
-[ 15175] By: gsar                                  on 2002/03/11  15:11:42
-        Log: number of skipped tests was incorrect
+[ 21014] By: jhi                                   on 2003/09/03  06:16:24
+        Log: Subject: [PATCH] Re: maint@20974 or before broke mp2 ithreads test
+             From: Marcus Holland-Moritz <mhx-perl@gmx.net>
+             Date: Wed, 3 Sep 2003 08:57:25 +0200 (MEST)
+             Message-ID: <29644.1062572245@www50.gmx.net>
+
+             The other half of #20930 should be still good.
      Branch: perl
-          ! t/op/stat.t
+          ! op.c
 ____________________________________________________________________________
-[ 15174] By: gsar                                  on 2002/03/11  14:39:11
-        Log: remove doubled CRs
+[ 21013] By: jhi                                   on 2003/09/03  06:15:09
+        Log: use IO; is deprecated.
      Branch: perl
-          ! win32/Makefile
+          ! ext/threads/t/join.t
 ____________________________________________________________________________
-[ 15173] By: jhi                                   on 2002/03/11  14:07:01
-        Log: Update Changes.
+[ 21012] By: jhi                                   on 2003/09/03  05:28:50
+        Log: Upgrade to base 2.01 from CPAN.
      Branch: perl
-          ! Changes patchlevel.h
+          ! lib/base.pm lib/fields.pm
 ____________________________________________________________________________
-[ 15172] By: jhi                                   on 2002/03/11  13:54:49
-        Log: Regen toc.
+[ 21011] By: jhi                                   on 2003/09/03  05:08:29
+        Log: Changing the test count is a good idea.
      Branch: perl
-          ! pod/perltoc.pod
+          ! ext/threads/t/join.t
 ____________________________________________________________________________
-[ 15171] By: jhi                                   on 2002/03/11  13:48:09
-        Log: Add t/CN.t and t/TW.t; re-sort.
+[ 21010] By: jhi                                   on 2003/09/03  04:59:38
+        Log: Subject: {PATCH 5.8.1] Re: [perl #23651] Debugger dump failed for blessed REF object
+             From: Joe McMahon <mcmahon@ibiblio.org>
+             Date: Tue, 2 Sep 2003 18:02:14 -0400
+             Message-Id: <1C49133C-DD91-11D7-8450-000393BCA0FC@ibiblio.org>
      Branch: perl
-          ! ext/Encode/MANIFEST
+          ! lib/dumpvar.pl
 ____________________________________________________________________________
-[ 15170] By: jhi                                   on 2002/03/11  13:04:25
-        Log: Document what to do if one yearns back to
-             the old legacy encoding.
+[ 21009] By: jhi                                   on 2003/09/03  04:48:40
+        Log: Subject: Re: maint@20974 or before broke mp2 ithreads test
+             From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
+             Date: Wed, 3 Sep 2003 06:07:54 +0200
+             Message-ID: <044101c371d0$f39b3fc0$0c2f1fac@R2D2>
      Branch: perl
-          ! lib/encoding.pm
+          ! ext/threads/t/join.t
 ____________________________________________________________________________
-[ 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.
+[ 21008] By: jhi                                   on 2003/09/03  04:31:35
+        Log: VMS does not have quite UNIX glob semantics.
      Branch: perl
-          ! lib/utf8.pm pod/perlunicode.pod sv.c
+          ! t/run/fresh_perl.t
 ____________________________________________________________________________
-[ 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>
+[ 21007] By: rgs                                   on 2003/09/02  21:21:27
+        Log: Subject: some method calls not autoloaded
+             From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
+             Date: Tue, 2 Sep 2003 15:06:29 -0700
+             Message-ID: <20030902220629.GA2952@efn.org>
      Branch: perl
-          ! t/lib/warnings/pp_sys
+          ! pod/perlfunc.pod pod/perlsub.pod
 ____________________________________________________________________________
-[ 15167] By: ams                                   on 2002/03/11  04:57:20
-        Log: A little commonsense is better than 1_compile.
+[ 21003] By: jhi                                   on 2003/09/02  19:01:07
+        Log: An untie test from perlmonks-- worked in 5.6.1,
+             broken in 5.8.0, seems to be working again in maint,
+             better nail it down now.
      Branch: perl
-          ! lib/File/Find/t/find.t lib/File/Find/t/taint.t
+          ! t/op/tie.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.
+[ 21000] By: jhi                                   on 2003/09/02  15:35:40
+        Log: Retract #20930 because of
+             Subject: maint@20974 or before broke mp2 ithreads test
+             From: Stas Bekman <stas@stason.org>
+             Date: Mon, 01 Sep 2003 23:31:11 -0700
+             Message-ID: <3F54392F.7080009@stason.org>
      Branch: perl
-          ! Porting/findrfuncs
+          ! op.c
 ____________________________________________________________________________
-[ 15162] By: ams                                   on 2002/03/11  03:48:14
-        Log: Typo fixes.
+[ 20999] By: jhi                                   on 2003/09/02  15:34:14
+        Log: Subject: [DOCPATCH] Re: [perl #23630] problem with "used only once" warning
+             From: Fergal Daly <fergal@esatclear.ie>
+             Date: Tue, 2 Sep 2003 17:36:52 +0100
+             Message-Id: <200309021736.52725.fergal@esatclear.ie>
      Branch: perl
-          ! perl.c
+          ! pod/perldiag.pod
 ____________________________________________________________________________
-[ 15161] By: jhi                                   on 2002/03/11  03:36:51
-        Log: Upgrade to Locale::Codes 2.02.
+[ 20998] By: jhi                                   on 2003/09/02  15:02:47
+        Log: Subject: [perl #23672] Math::BigInit POD
+             From: "abigail@abigail.nl (via RT)" <perlbug-followup@perl.org>
+             Date: 1 Sep 2003 08:47:39 -0000
+             Message-ID: <rt-23672-64035.19.2973991993763@rt.perl.org>
      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
+          ! lib/Math/BigInt.pm
 ____________________________________________________________________________
-[ 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)
+[ 20997] By: jhi                                   on 2003/09/02  14:58:21
+        Log: Subject: [PATCH perlfaq6.pod] Explain \Q better
+             From: Mark Jason Dominus <mjd@plover.com>
+             Date: Mon, 01 Sep 2003 16:19:20 -0400
+             Message-ID: <20030901201920.3929.qmail@plover.com>
      Branch: perl
-          ! hints/freebsd.sh perl.c pod/perldelta.pod
+          ! pod/perlfaq6.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>
+[ 20996] By: jhi                                   on 2003/09/02  14:56:29
+        Log: Subject: [PATCH] grok_(number|numeric_radix) added to Devel::PPPort
+             From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
+             Date: Tue, 02 Sep 2003 11:27:19 +0200
+             Message-id: <20030902092719.GA18075@ethan>
      Branch: perl
-          ! ext/B/t/stash.t
+          ! ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.pm
+          ! ext/Devel/PPPort/t/test.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>
+[ 20993] By: jhi                                   on 2003/09/02  14:40:54
+        Log: Subject: [PATCH] Re: ByteLoader and MSWin32
+             From: Enache Adrian <enache@rdslink.ro>
+             Date: Tue, 2 Sep 2003 03:45:11 +0300
+             Message-ID: <20030902004511.GA1442@ratsnest.hole>
      Branch: perl
-          ! lib/Net/Ping/t/110_icmp_inst.t
+          ! embed.fnc embed.h ext/ByteLoader/bytecode.h global.sym op.c
+          ! op.h proto.h t/TEST
 ____________________________________________________________________________
-[ 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>
+[ 20990] By: jhi                                   on 2003/09/02  04:29:45
+        Log: Upgrade to Unicode::Collate 0.27.
      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
+          + lib/Unicode/Collate/t/hangul.t
+          ! MANIFEST lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
+          ! lib/Unicode/Collate/README
 ____________________________________________________________________________
-[ 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>
+[ 20989] By: jhi                                   on 2003/09/02  04:23:20
+        Log: Subject: [PATCH Porting/valgrindpp.pl] more options for valgrindpp.pl
+             From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
+             Date: Mon, 1 Sep 2003 22:28:58 +0200
+             Message-ID: <007701c370c7$acb85430$0c2f1fac@R2D2>
      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
+          ! Porting/valgrindpp.pl
 ____________________________________________________________________________
-[ 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>
+[ 20983] By: jhi                                   on 2003/09/01  14:14:49
+        Log: From Craig Berry, following the example of the other podxxx.PL
+             in relying on basename($0, '.PL') to Do The Right Thing with
+             regard to the case of the extension, which could be either
+             .pl or .PL on VMS depending on version-specific features.
      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
+          ! pod/pod2usage.PL pod/podselect.PL
 ____________________________________________________________________________
-[ 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>
+[ 20982] By: jhi                                   on 2003/09/01  13:01:49
+        Log: Configure -r in AIX bad.
      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
+          ! README.aix
 ____________________________________________________________________________
-[ 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>
+[ 20981] By: jhi                                   on 2003/09/01  11:28:35
+        Log: Subject: [DOC PATCH] perlfaq4.pod
+             Date: Mon, 1 Sep 2003 12:38:50 +0200
+             From: Elizabeth Mattijsen <liz@dijkmat.nl>
+             Message-Id: <p05111b19bb78d1d7aa70@[192.168.56.4]>
      Branch: perl
-          ! ext/IO/lib/IO/Socket/INET.pm
+          ! pod/perlfaq4.pod
 ____________________________________________________________________________
-[ 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>
+[ 20980] By: jhi                                   on 2003/09/01  08:49:02
+        Log: Subject: glob() bug
+             From: Gurusamy Sarathy <gsar@ActiveState.com>
+             Date: Mon, 01 Sep 2003 02:25:41 -0700
+             Message-Id: <200309010925.h819Pf0X011457@smtp3.ActiveState.com>
      Branch: perl
-          ! pp.c pp_hot.c
+          ! op.c t/run/fresh_perl.t
 ____________________________________________________________________________
-[ 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.
+[ 20979] By: jhi                                   on 2003/09/01  06:32:01
+        Log: Ultrix VAX is like VMS VAX in floating point.
      Branch: perl
-          ! utf8.h
+          ! t/op/sprintf.t
 ____________________________________________________________________________
-[ 15147] By: jhi                                   on 2002/03/10  17:58:43
-        Log: Unused.
+[ 20978] By: jhi                                   on 2003/09/01  05:44:25
+        Log: Subject: [PATCH@20959] some WinCE compilers require a little correction
+             From: Vadim Konovalov <vkonovalov@peterstar.ru>
+             Date: Mon, 1 Sep 2003 02:57:33 +0400
+             Message-ID: <1091134912500.20030901025733@peterstar.ru>
      Branch: perl
-          ! op.c
+          ! wince/Makefile.ce wince/wince.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.
+[ 20973] By: jhi                                   on 2003/08/31  15:34:43
+        Log: Add test for -i.
      Branch: perl
-          ! lib/open.pm op.c
+          ! MANIFEST t/run/switches.t
 ____________________________________________________________________________
-[ 15145] By: jhi                                   on 2002/03/10  16:00:46
-        Log: Document the logic of :locale better.
+[ 20972] By: jhi                                   on 2003/08/31  15:12:10
+        Log: Add tests for -h and (unknown) -z.
      Branch: perl
-          ! lib/open.pm
+          ! MANIFEST t/run/switches.t
 ____________________________________________________________________________
-[ 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>
+[ 20971] By: jhi                                   on 2003/08/31  15:03:42
+        Log: Add test for -v.
      Branch: perl
-          ! hints/freebsd.sh
+          ! MANIFEST t/run/switches.t
 ____________________________________________________________________________
-[ 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.
+[ 20970] By: jhi                                   on 2003/08/31  14:55:54
+        Log: List the switches tested in switches.t.
      Branch: perl
-          ! lib/open.pm
+          ! t/run/switches.t
 ____________________________________________________________________________
-[ 15141] By: jhi                                   on 2002/03/10  05:15:26
-        Log: Misc tiny tweaks from Sarathy, good for threaded builds.
+[ 20969] By: jhi                                   on 2003/08/31  14:51:19
+        Log: Subject: [PATCH: perl@20898] have installperl install perl_setup.com and dbga2p.exe for VMS
+             From: PPrymmer@factset.com
+             Message-ID: <OF0394CB1E.C7646793-ON85256D93.004D75D4-85256D93.004E01F2@factset.com>
+             Date: Sun, 31 Aug 2003 10:11:54 -0400
      Branch: perl
-          ! ext/Socket/Socket.xs hints/linux.sh pp_sys.c
+          ! installperl
 ____________________________________________________________________________
-[ 15140] By: jhi                                   on 2002/03/10  05:12:08
-        Log: Precedence problem.
+[ 20968] By: jhi                                   on 2003/08/31  13:24:10
+        Log: Subject: [PATCH sv.c] Re: [PATCH] add "$lexical not available" warning in C<for my $lex ()>
+             From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
+             Date: Sun, 31 Aug 2003 15:21:17 +0200
+             Message-ID: <038401c36fc2$d01b1440$9b00a8c0@R2D2>
      Branch: perl
-          ! ext/Socket/socketpair.t
+          ! sv.c
 ____________________________________________________________________________
-[ 15139] By: jhi                                   on 2002/03/10  04:57:07
-        Log: Renaming tweaks, and split off the reentrant "superbuffer"
-             init routine.
+[ 20965] By: jhi                                   on 2003/08/31  08:55:59
+        Log: Ouch.  Upgrading to base 2.0 made the threads tests very unhappy
+             both in blead and maint, lots of "Attempt to free non-existent
+             shared string" and "Unbalanced string table refcount" errors.
+             Retract #20960 (and #20963).
      Branch: perl
-          ! embed.fnc embed.h global.sym intrpvar.h op.h perl.c proto.h
-          ! sv.c util.c
+          - lib/base/t/base.t lib/base/t/fb18784.t lib/base/t/fb20922.t
+          - lib/base/t/fields.t lib/base/t/fp560.t lib/base/t/fp580.t
+          ! MANIFEST lib/base.pm lib/fields.pm
 ____________________________________________________________________________
-[ 15138] By: jhi                                   on 2002/03/10  00:59:50
-        Log: The 7-bit jis seems to be the hanging one.
+[ 20964] By: jhi                                   on 2003/08/31  08:17:43
+        Log: Integrate from maint:
+             [ 20963]
+             Muffle the 'Pseudo-hashes are deprecated' warning for maint.
      Branch: perl
-          ! ext/Encode/t/Tcl.t
+         !> lib/base/t/fp560.t
 ____________________________________________________________________________
-[ 15137] By: jhi                                   on 2002/03/10  00:39:18
-        Log: Begone.
+[ 20961] By: jhi                                   on 2003/08/31  08:09:21
+        Log: De-cargo-cult.
      Branch: perl
-          ! ext/Encode/MANIFEST
+          ! ext/DynaLoader/t/XSLoader.t ext/SDBM_File/t/sdbm.t
 ____________________________________________________________________________
-[ 15136] By: jhi                                   on 2002/03/09  23:56:42
-        Log: Better fix from Autrijus.
+[ 20960] By: jhi                                   on 2003/08/31  08:07:43
+        Log: Upgrade to base.pm 2.0.
+
+             (Rename the tests around a bit to be more 8.3-friendly.)
      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
+          + lib/base/t/base.t lib/base/t/fb18784.t lib/base/t/fb20922.t
+          + lib/base/t/fields.t lib/base/t/fp560.t lib/base/t/fp580.t
+          ! MANIFEST lib/base.pm lib/fields.pm
 ____________________________________________________________________________
-[ 15135] By: jhi                                   on 2002/03/09  18:49:55
-        Log: Not everybody has Encode::HanExtra.
+[ 20957] By: jhi                                   on 2003/08/30  18:47:02
+        Log: Fewer naked char constants.
      Branch: perl
-          ! ext/Encode/Encode.pm
+          ! doio.c perlio.c sv.h
 ____________________________________________________________________________
-[ 15134] By: jhi                                   on 2002/03/09  18:30:18
-        Log: Decutandpasto.
+[ 20956] By: jhi                                   on 2003/08/30  18:38:05
+        Log: This is probably a wrong fix for
+             [perl #23645] tell with perlio on appended files
+             but maybe this gets NI-S agitated enough to present the correct fix :-)
      Branch: perl
-          ! ext/Encode/lib/Encode/Tcl.pm
+          ! perlio.c t/io/tell.t
 ____________________________________________________________________________
-[ 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>
+[ 20954] By: jhi                                   on 2003/08/30  17:14:19
+        Log: A new try at
+
+             Subject: [PATCH] maint / blead tweaks in perlio.c for Cygwin
+             From: "Gerrit P. Haase" <gp@familiehaase.de>
+             Date: Thu, 28 Aug 2003 08:18:51 +0200
+             Message-ID: <4157199551.20030828081851@familiehaase.de>
+
+             (this time Cygwin only)
      Branch: perl
-          ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
-          ! ext/Data/Dumper/t/dumper.t
+          ! perlio.c
 ____________________________________________________________________________
-[ 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)
+[ 20952] By: rgs                                   on 2003/08/30  15:20:48
+        Log: Tweak XSLoader.t.
+             XSLoader is supposed to work even for extensions that
+             are statically linked. So only check that the extension we
+             test for is actually available. (This test is not supposed
+             to be run by miniperl.)
      Branch: perl
-          ! ext/Socket/socketpair.t
+          ! ext/DynaLoader/t/XSLoader.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>
+[ 20950] By: jhi                                   on 2003/08/30  06:49:31
+        Log: Something went wrong in change #20929;
+             linux 2.4.18-bf2.4 didn't like it:
+             http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2003-08/msg01992.html
+             and similar failure pattern also seen in Solaris 8.
      Branch: perl
-          ! pod/perldelta.pod
+          ! perlio.c
 ____________________________________________________________________________
-[ 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.
+[ 20948] By: jhi                                   on 2003/08/30  06:08:57
+        Log: Setup @INC.
      Branch: perl
-          ! ext/Encode/Encode.pm
+          ! t/op/cproto.t
 ____________________________________________________________________________
-[ 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>
+[ 20946] By: jhi                                   on 2003/08/30  06:00:09
+        Log: Tabify and re-sort MANIFEST.
      Branch: perl
-          ! Porting/pumpkin.pod
+          ! MANIFEST
 ____________________________________________________________________________
-[ 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>
+[ 20945] By: jhi                                   on 2003/08/30  05:57:04
+        Log: Make XSLoader.t more robust (and sdbm.t more verbose)
      Branch: perl
-          ! pp_sys.c
+          ! ext/DynaLoader/t/XSLoader.t ext/SDBM_File/t/sdbm.t
 ____________________________________________________________________________
-[ 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>
+[ 20944] By: jhi                                   on 2003/08/30  05:50:41
+        Log: Subject: [PATCH] XSLoader nits and tests
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Fri, 29 Aug 2003 22:55:07 -0700
+             Message-ID: <20030830055507.GI25970@windhund.schwern.org>
      Branch: perl
-          ! dump.c
+          + ext/DynaLoader/t/XSLoader.t
+          ! MANIFEST ext/DynaLoader/XSLoader_pm.PL
 ____________________________________________________________________________
-[ 15126] By: jhi                                   on 2002/03/09  01:23:16
-        Log: Deglitch from Rafael.
+[ 20943] By: jhi                                   on 2003/08/30  05:44:02
+        Log: Missed from #20942.
      Branch: perl
-          ! ext/B/t/lint.t
+          ! lib/File/Spec/VMS.pm
 ____________________________________________________________________________
-[ 15125] By: jhi                                   on 2002/03/08  23:49:00
-        Log: Still more portability.
+[ 20942] By: jhi                                   on 2003/08/30  05:41:59
+        Log: Subject: [PATCH: perl@20898] fix File::Spec->abs2rel() to return absolute $path more often for VMS
+             From: PPrymmer@factset.com
+             Date: Sat, 30 Aug 2003 00:57:28 -0400
+             Message-ID: <OFD8AE5D6D.EA3FBE7D-ON85256D92.001A31FE-85256D92.001B3BE5@factset.com>
      Branch: perl
-          ! Porting/findrfuncs
+          ! lib/File/Spec.pm lib/File/Spec/t/Spec.t
 ____________________________________________________________________________
-[ 15124] By: jhi                                   on 2002/03/08  22:54:50
-        Log: More portability.
+[ 20941] By: jhi                                   on 2003/08/30  05:37:13
+        Log: Subject: [patch sv.h api doc] SvTAINTED_on does its craft only under -T
+             From: Stas Bekman <stas@stason.org>
+             Date: Fri, 29 Aug 2003 17:11:41 -0700
+             Message-ID: <3F4FEBBD.8000901@stason.org>
      Branch: perl
-          ! Porting/findrfuncs
+          ! pod/perlapi.pod sv.h
 ____________________________________________________________________________
-[ 15123] By: jhi                                   on 2002/03/08  22:14:37
-        Log: Shared library paths; running tests manually.
+[ 20940] By: rgs                                   on 2003/08/29  21:17:59
+        Log: Add a new test, to ensure that we don't unexpectedly change
+             prototypes of builtins.
      Branch: perl
-          ! INSTALL
+          + t/op/cproto.t
+          ! MANIFEST
 ____________________________________________________________________________
-[ 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>
+[ 20938] By: rgs                                   on 2003/08/29  20:22:21
+        Log: Don't cast PL_multiline to bool : you may loose important bits.
      Branch: perl
-          ! Porting/pumpkin.pod
+          ! pp.c pp_hot.c
 ____________________________________________________________________________
-[ 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>)
+[ 20937] By: jhi                                   on 2003/08/29  17:22:11
+        Log: Subject: [PATCH] Re: all 9007199254740992s are equal, but some are more equal than others
+             From: Nicholas Clark <nick@ccl4.org>
+             Date: Wed, 27 Aug 2003 22:59:55 +0100
+             Message-ID: <20030827225955.E558@plum.flirble.org>
      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
+          ! pp.c
 ____________________________________________________________________________
-[ 15119] By: jhi                                   on 2002/03/08  20:27:17
-        Log: In DG/UX finding pthread_atfork requires a true compile,
-             from Takis Psarogiannakopoulos.
+[ 20936] By: jhi                                   on 2003/08/29  17:17:16
+        Log: Some perluniintro tweaks.
      Branch: perl
-          ! Configure config_h.SH
+          ! pod/perluniintro.pod
 ____________________________________________________________________________
-[ 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>
+[ 20935] By: jhi                                   on 2003/08/29  17:07:25
+        Log: Tiny doc tweak from Shannon -jj Behrens.
      Branch: perl
-          ! lib/ExtUtils/xsubpp
+          ! pod/perluniintro.pod
 ____________________________________________________________________________
-[ 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>
+[ 20933] By: jhi                                   on 2003/08/29  13:25:18
+        Log: Comparing an int to a U32 makes VC6 nervous.
      Branch: perl
-          ! t/op/write.t
+          ! pp.c pp_hot.c
 ____________________________________________________________________________
-[ 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>
+[ 20932] By: jhi                                   on 2003/08/29  13:06:06
+        Log: Better skip() explicit number of tests, test counts getting
+             out of sync less likely that way.
      Branch: perl
-          ! installperl
+          ! t/op/pack.t
 ____________________________________________________________________________
-[ 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>
+[ 20931] By: jhi                                   on 2003/08/29  12:59:32
+        Log: Some Ultrix test dodgings.
      Branch: perl
-          ! configure.com
+          ! t/base/num.t t/op/arith.t t/op/pack.t
 ____________________________________________________________________________
-[ 15114] By: jhi                                   on 2002/03/08  18:51:27
-        Log: Detypo.
+[ 20930] By: jhi                                   on 2003/08/29  12:57:07
+        Log: Subject: [PATCH op.c] Perl_newCONSTSUB() related memory leaks
+             From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
+             Date: Thu, 28 Aug 2003 21:47:22 +0200
+             Message-ID: <006301c36d9d$335976a0$e400a8c0@R2D2>
      Branch: perl
-          ! Changes
+          ! op.c
 ____________________________________________________________________________
-[ 15113] By: jhi                                   on 2002/03/08  18:49:56
-        Log: Better test for #14795 (bug id 20020124.005) from Andreas.
+[ 20929] By: jhi                                   on 2003/08/29  12:55:12
+        Log: Subject: [PATCH] maint / blead tweaks in perlio.c for Cygwin
+             From: "Gerrit P. Haase" <gp@familiehaase.de>
+             Date: Thu, 28 Aug 2003 08:18:51 +0200
+             Message-ID: <4157199551.20030828081851@familiehaase.de>
+
+             (changed so that the 'b' is always appended)
      Branch: perl
-          ! t/op/pat.t
+          ! perlio.c
 ____________________________________________________________________________
-[ 15112] By: jhi                                   on 2002/03/08  17:56:36
-        Log: HP-UX nm seems to repeat itself.
+[ 20928] By: jhi                                   on 2003/08/29  07:04:17
+        Log: Subject: RE: [PATCH] Pod::InputObjects performance de-pessimization
+             From: marek.rouchal@infineon.com
+             Date: Wed, 27 Aug 2003 17:25:28 +0200
+             Message-ID: <9843A649BAD7FB4686F6FCBC840D600E08381508@mucse001.eu.infineon.com>
+
+             PodParser-1.25 prerelease.
      Branch: perl
-          ! Porting/findrfuncs
+          ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
+          ! lib/Pod/Parser.pm pod/pod2usage.PL pod/podchecker.PL
+          ! pod/podselect.PL t/pod/find.t t/pod/poderrs.xr
 ____________________________________________________________________________
-[ 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.
+[ 20927] By: jhi                                   on 2003/08/28  18:53:45
+        Log: MPE/iX gcc 3.3.1 changes from Mark Klein and Mark Bixby.
      Branch: perl
-          + Porting/findrfuncs
-          ! MANIFEST Porting/makerel
+          ! ext/DynaLoader/dl_mpeix.xs mpeix/mpeix.c
 ____________________________________________________________________________
-[ 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)
+[ 20925] By: jhi                                   on 2003/08/28  16:15:47
+        Log: Subject: [PATCH] valgrindpp.pl
+             From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
+             Date: Thu, 28 Aug 2003 09:43:49 +0200
+             Message-ID: <002701c36d38$1edb71c0$ae4eeed9@R2D2>
      Branch: perl
-          ! pod/perlunicode.pod
+          ! Porting/valgrindpp.pl
 ____________________________________________________________________________
-[ 15109] By: jhi                                   on 2002/03/08  15:09:38
-        Log: Update Changes.
+[ 20924] By: jhi                                   on 2003/08/28  16:12:08
+        Log: Subject: [PATCH] Quieten more warnings in Deparse.pm
+             From: Paul Johnson <paul@pjcj.net>
+             Date: Thu, 28 Aug 2003 00:13:59 +0200
+             Message-ID: <20030827221359.GE28396@pjcj.net>
      Branch: perl
-          ! Changes patchlevel.h
+          ! ext/B/B/Deparse.pm
 ____________________________________________________________________________
-[ 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>
+[ 20923] By: jhi                                   on 2003/08/28  01:45:51
+        Log: Subject: Re: Another oddity in lib/ExtUtils/MakeMaker/Tutorial.pod
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Wed, 27 Aug 2003 15:05:20 -0700
+             Message-ID: <20030827220520.GD7300@windhund.schwern.org>
      Branch: perl
-          ! hints/cygwin.sh
+          ! lib/ExtUtils/MakeMaker/Tutorial.pod
 ____________________________________________________________________________
-[ 15107] By: jhi                                   on 2002/03/08  14:48:36
-        Log: metaconfig unit change for #15106.
-     Branch: metaconfig
-          ! U/compline/d_gconvert.U
+[ 20922] By: rgs                                   on 2003/08/27  19:52:27
+        Log: Add caveats and tests for Symbol::delete_package().
+     Branch: perl
+          ! lib/Symbol.pm lib/Symbol.t
 ____________________________________________________________________________
-[ 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>
+[ 20921] By: jhi                                   on 2003/08/27  17:12:56
+        Log: Configure is doing fine in Ultrix, operator error.
      Branch: perl
-          ! Configure config_h.SH t/base/num.t
+          ! hints/ultrix_4.sh
 ____________________________________________________________________________
-[ 15105] By: jhi                                   on 2002/03/08  14:32:55
-        Log: The new test has some teething problems.
+[ 20920] By: jhi                                   on 2003/08/27  16:49:22
+        Log: Add the valgrindpp.pl script from Marcus Holland-Moritz.
      Branch: perl
-          - ext/B/t/lint.t
+          + Porting/valgrindpp.pl
           ! 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>
+[ 20917] By: jhi                                   on 2003/08/27  13:09:33
+        Log: Subject: disturbing, disruptive typo in Tutorial.pod [PATCH]
+             From: "John P. Linderman" <jpl@research.att.com>
+             Date: Wed, 27 Aug 2003 08:10:12 -0400 (EDT)
+             Message-Id: <200308271210.IAA23907@raptor.research.att.com>
+
+             Subject: typo in pod/perlnewmod.pod [PATCH]
+             From: "John P. Linderman" <jpl@research.att.com>
+             Date: Wed, 27 Aug 2003 09:07:12 -0400 (EDT)
+             Message-Id: <200308271307.JAA46955@raptor.research.att.com>
+
+             Subject: [PATCH] document the location of byacc
+             From: Dave Mitchell <davem@fdgroup.com>
+             Date: Wed, 27 Aug 2003 14:26:50 +0100
+             Message-ID: <20030827132650.GA23144@fdgroup.com>
      Branch: perl
-          + ext/B/t/lint.t
-          ! MANIFEST ext/B/B/Lint.pm
+          ! Porting/pumpkin.pod lib/ExtUtils/MakeMaker/Tutorial.pod
+          ! pod/perlnewmod.pod
 ____________________________________________________________________________
-[ 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>
+[ 20916] By: jhi                                   on 2003/08/27  13:01:26
+        Log: Ultrix tweaks: <string.h> must not be included twice
+             (otherwise one gets prototype conflicts between the <string.h>
+             and proto.h because Ultrix thinks e.g. Perl_ninstr has been
+             define in <string.h>...); and Configure misprobes some features.
      Branch: perl
-          ! hints/powerux.sh
+          ! ext/POSIX/POSIX.xs ext/SDBM_File/sdbm/sdbm.c
+          ! ext/SDBM_File/sdbm/sdbm.h ext/Socket/Socket.xs
+          ! hints/ultrix_4.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>
+[ 20915] By: jhi                                   on 2003/08/27  05:37:34
+        Log: Urk.  In Mac OS X byteorder is not one of the "known ones",
+             but instead it is 0xFFFF.  So retract #20914.
      Branch: perl
-          ! README.hpux
+          ! perl.h
 ____________________________________________________________________________
-[ 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>
+[ 20914] By: jhi                                   on 2003/08/27  05:17:44
+        Log: Sanity check for BYTEORDER.
      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
+          ! perl.h
 ____________________________________________________________________________
-[ 15096] By: jhi                                   on 2002/03/08  03:14:41
-        Log: Thought I deleted this already?
+[ 20913] By: rgs                                   on 2003/08/26  20:34:48
+        Log: Integrate two DJGPP portability patches from the 5.6.2 branch :
+
+             [20859]
+             Two portability patches for DJGPP from Richard Dawe
+             <rich@phekda.freeserve.co.uk>.
+             Message-Id: <E19qfNh-0000Zq-00@phekda.freeserve.co.uk>
+
+             [20911]
+             Don't uppercase automatically all environment variables on DJGPP.
+             (reported by Richard Dawe, this breaks portability of Unix
+             scripts.) Don't change the behaviour on plain MS/DOS.
      Branch: perl
-          - ext/I18N/Langinfo/fallback.c
+          ! perl.c
+         !> djgpp/djgppsed.sh dosish.h
 ____________________________________________________________________________
-[ 15095] By: jhi                                   on 2002/03/08  03:06:20
-        Log: perlport updates from Pudge.
+[ 20912] By: rgs                                   on 2003/08/26  20:15:40
+        Log: perlapi.pod tweaks, based on :
+             Subject: misdocumented return value for sv_setref*
+             From: Joe Schaefer <joe+perl@sunstarsys.com>
+             Date: 12 Aug 2003 13:21:42 -0400
+             Message-ID: <m3adae94gp.fsf@sol.sunstarsys.com>
      Branch: perl
-          ! pod/perlport.pod
+          ! pod/perlapi.pod sv.c
 ____________________________________________________________________________
-[ 15094] By: ams                                   on 2002/03/08  03:06:03
-        Log: Nitpick.
+[ 20910] By: rgs                                   on 2003/08/26  19:37:29
+        Log: Change the internal prototype of the pop() and shift() builtins
+             to (;\@), to reflect that their array argument is optional.
      Branch: perl
-          ! MANIFEST
+          ! opcode.h opcode.pl
 ____________________________________________________________________________
-[ 15093] By: jhi                                   on 2002/03/08  03:00:46
-        Log: Wrong test.
+[ 20909] By: rgs                                   on 2003/08/26  19:13:39
+        Log: Subject: [PATCH] improved 19064 (local $_[0] problems)
+             From: Dave Mitchell <davem@fdgroup.com>
+             Date: Sun, 24 Aug 2003 15:52:00 +0100
+             Message-ID: <20030824145159.GA12210@fdgroup.com>
      Branch: perl
-          ! pod/perldelta.pod
+          ! pp_ctl.c pp_hot.c scope.c t/op/args.t
 ____________________________________________________________________________
-[ 15091] By: jhi                                   on 2002/03/08  02:25:23
-        Log: Integrate change 14064 from macperl to blead.
+[ 20908] By: rgs                                   on 2003/08/26  18:40:50
+        Log: Subject: [PATCH] minor File::Spec testing cleanup
+             From: Ken Williams <ken@mathforum.org>
+             Date: Thu, 21 Aug 2003 22:47:51 -0500
+             Message-Id: <67C30B63-D453-11D7-8495-003065F6D85A@mathforum.org>
      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
+          ! lib/File/Spec/t/rel2abs2rel.t
 ____________________________________________________________________________
-[ 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>
+[ 20907] By: jhi                                   on 2003/08/26  12:12:14
+        Log: Maintainer catch from Rafael.
      Branch: perl
-          ! pod/perlguts.pod
+          ! Porting/Maintainers.pl
 ____________________________________________________________________________
-[ 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)
+[ 20905] By: jhi                                   on 2003/08/26  09:36:22
+        Log: Take a cutdown version of the change #20903 also to perlebcdic.
      Branch: perl
-          ! lib/encoding.t sv.c
+          ! pod/perlebcdic.pod
 ____________________________________________________________________________
-[ 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>
+[ 20904] By: jhi                                   on 2003/08/26  09:29:49
+        Log: No dynaloading at all in Ultrix.
      Branch: perl
-          ! pod/perldelta.pod
+          ! hints/ultrix_4.sh
 ____________________________________________________________________________
-[ 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>
+[ 20903] By: jhi                                   on 2003/08/26  08:54:02
+        Log: PerlIO on EBCDIC on BS2000 advice from Thomas Dorner.
+             (This information looks interesting enough to be mentioned
+             elsewhere, too.)
      Branch: perl
-          ! t/io/fs.t
+          ! README.bs2000
 ____________________________________________________________________________
-[ 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.
+[ 20902] By: jhi                                   on 2003/08/26  08:36:36
+        Log: CGI::Carp from CGI.pm 3.00 was missing.
      Branch: perl
-          ! lib/encoding.pm lib/encoding.t pp.c regcomp.c sv.c toke.c
+          ! lib/CGI/Carp.pm
 ____________________________________________________________________________
-[ 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.
+[ 20901] By: jhi                                   on 2003/08/26  05:18:15
+        Log: Subject: Re: [PATCH] valgrind and /#/x
+             From: Enache Adrian <enache@rdslink.ro>
+             Date: Tue, 26 Aug 2003 08:11:07 +0300
+             Message-ID: <20030826051107.GA1086@ratsnest.hole>
      Branch: perl
-          ! embed.fnc embed.h global.sym proto.h sv.c util.c
+          ! regcomp.c t/op/re_tests t/run/fresh_perl.t toke.c
 ____________________________________________________________________________
-[ 15083] By: jhi                                   on 2002/03/07  20:26:36
-        Log: Long doubles give you long doubles.
+[ 20900] By: jhi                                   on 2003/08/26  04:53:09
+        Log: More memory lane.
      Branch: perl
-          ! t/base/num.t
+          ! hints/ultrix_4.sh
 ____________________________________________________________________________
-[ 15082] By: jhi                                   on 2002/03/07  18:16:39
-        Log: Forgotten deMANIFESTation.
+[ 20899] By: rgs                                   on 2003/08/25  21:05:57
+        Log: fix syscall() prototype description in
+             perlfunc.pod, as suggested by Lukas Mai.
      Branch: perl
-          ! MANIFEST
+          ! pod/perlfunc.pod
 ____________________________________________________________________________
-[ 15081] By: jhi                                   on 2002/03/07  17:29:17
-        Log: Obsolete unused file, noticed by Dank Kogai.
+[ 20896] By: jhi                                   on 2003/08/25  19:52:48
+        Log: Tiny doc tweak.
      Branch: perl
-          - ext/Encode/lib/Encode/JP/Tr.pm
+          ! README.solaris
 ____________________________________________________________________________
-[ 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>
+[ 20895] By: jhi                                   on 2003/08/25  19:46:31
+        Log: Even more SunOS 4 info.
      Branch: perl
-          ! Porting/pumpkin.pod
+          ! README.solaris
 ____________________________________________________________________________
-[ 15079] By: jhi                                   on 2002/03/07  04:40:06
-        Log: metaconfig unit change for #15078.
-     Branch: metaconfig
-          ! U/compline/d_gconvert.U
+[ 20894] By: jhi                                   on 2003/08/25  19:37:00
+        Log: Subject: [PATCH@20512] make backspace key work for WinCE users
+             From: Vadim Konovalov <vkonovalov@peterstar.ru>
+             Date: Tue, 26 Aug 2003 00:10:29 +0400
+             Message-ID: <135606488000.20030826001029@peterstar.ru>
+     Branch: perl
+          ! wince/perlmain.c
 ____________________________________________________________________________
-[ 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>
+[ 20893] By: jhi                                   on 2003/08/25  19:25:08
+        Log: Subject: more valgrinding: select problem?
+             From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
+             Date: Mon, 25 Aug 2003 22:02:17 +0200
+             Message-ID: <008301c36b43$cfe26f10$0c2f1fac@R2D2>
+
+             In glibc, just use the __FD_SETSIZE since that's
+             the size of the buffer (usually 1024 bits, much
+             more than the selectminbits of 32).
      Branch: perl
-          ! Configure pod/perldelta.pod t/base/num.t
+          ! pp_sys.c
 ____________________________________________________________________________
-[ 15077] By: jhi                                   on 2002/03/07  03:27:38
-        Log: Mac OS X UFS does not do ctime.
+[ 20892] By: jhi                                   on 2003/08/25  19:11:32
+        Log: More ptags tweakage from Stas; now add 'fullpath'
+             option to get absolute paths.
      Branch: perl
-          ! pod/perldelta.pod pod/perlport.pod
+          ! emacs/ptags
 ____________________________________________________________________________
-[ 15076] By: jhi                                   on 2002/03/07  02:40:09
-        Log: AUTHORS updates.
+[ 20891] By: jhi                                   on 2003/08/25  18:35:03
+        Log: The new tests of #20888 didn't really test what they claimed to.
      Branch: perl
-          ! AUTHORS
+          ! t/op/pat.t
 ____________________________________________________________________________
-[ 15075] By: jhi                                   on 2002/03/07  01:48:46
-        Log: Continued Chinese puzzles from Autrijus.
+[ 20890] By: jhi                                   on 2003/08/25  18:14:33
+        Log: Subject: [5.8.1] maint @ 20845 OK on aix 4.2
+             From: Jose.auguste-etienne@cgss-guyane.fr
+             Date: Mon, 25 Aug 2003 14:35:45 -0300
+             Message-ID: <OF1EF867E8.4A2A43A1-ON03256D8D.005DFE9A@Cgss-Guyane.fr>
+
+             AIX Configure advice.
      Branch: perl
-          + ext/Encode/t/CN.t ext/Encode/t/TW.t
-          ! MANIFEST ext/Encode/lib/Encode/CN/HZ.pm
+          ! README.aix
 ____________________________________________________________________________
-[ 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>
+[ 20889] By: jhi                                   on 2003/08/25  18:08:42
+        Log: More SunOS 4.x info.
      Branch: perl
-          ! lib/File/Spec/Win32.pm
+          ! README.solaris
 ____________________________________________________________________________
-[ 15073] By: jhi                                   on 2002/03/07  00:15:11
-        Log: perlport tweaks.
+[ 20888] By: jhi                                   on 2003/08/25  17:53:32
+        Log: The #20887 didn't go over that well;
+             and add a few more tests from UTS#18.
      Branch: perl
-          ! pod/perlport.pod
+          ! t/op/pat.t
 ____________________________________________________________________________
-[ 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>
+[ 20887] By: jhi                                   on 2003/08/25  16:40:51
+        Log: pat.t -> charnames -> UCD -> Storable,
+             not good for static builds and minitest.
      Branch: perl
-          ! pod/perlfunc.pod pod/perlport.pod
+          ! t/op/pat.t
 ____________________________________________________________________________
-[ 15071] By: jhi                                   on 2002/03/06  20:20:29
-        Log: perldelta updates.
+[ 20886] By: jhi                                   on 2003/08/25  16:35:26
+        Log: SunOS 4.1.4 is working, too.
      Branch: perl
-          ! pod/perldelta.pod
+          ! README.solaris hints/sunos_4_1.sh
 ____________________________________________________________________________
-[ 15070] By: jhi                                   on 2002/03/06  20:06:37
-        Log: 5005threads wasn't even compiling.
+[ 20884] By: jhi                                   on 2003/08/25  16:05:18
+        Log: Regen perlmodlib, perltoc.
      Branch: perl
-          ! perl.c
+          ! pod/perlmodlib.pod pod/perltoc.pod
 ____________________________________________________________________________
-[ 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>
+[ 20881] By: jhi                                   on 2003/08/25  15:45:51
+        Log: UVSIZE is not yet defined when it would be needed
+             by MULTIARCH.  So go back to LONGSIZE, and (belt-
+             and-suspenders-and-rope style) later in UVSIZE
+             possibly redefine BYTEORDER.
      Branch: perl
-          ! t/op/write.t
+          ! Configure config_h.SH
 ____________________________________________________________________________
-[ 15068] By: jhi                                   on 2002/03/06  15:04:41
-        Log: Regen Glossary et al.
+[ 20880] By: jhi                                   on 2003/08/25  11:28:45
+        Log: Subject: [PATCH] valgrind and /#/x
+             From: Dave Mitchell <davem@fdgroup.com>
+             Date: Mon, 25 Aug 2003 13:27:49 +0100
+             Message-ID: <20030825122748.GA15560@fdgroup.com>
      Branch: perl
-          ! Porting/Glossary Porting/config.sh Porting/config_H
+          ! regcomp.c
 ____________________________________________________________________________
-[ 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
+[ 20879] By: jhi                                   on 2003/08/25  11:16:29
+        Log: Subject: Please update my address
+             From: Ed Avis <ed@membled.com>
+             Date: Mon, 25 Aug 2003 13:16:45 +0100 (BST)
+             Message-ID: <Pine.LNX.4.20L2.0308251314530.29902-100000@budvar.future-i.net>
+
+             (Just the AUTHORS part, though, I don't think retroactively
+             updating the Changes* is useful.)
      Branch: perl
-          ! util.c
+          ! AUTHORS
 ____________________________________________________________________________
-[ 15066] By: jhi                                   on 2002/03/06  14:39:40
-        Log: metaconfig unit change for #15065.
-     Branch: metaconfig
-          ! U/compline/i_time.U
+[ 20878] By: jhi                                   on 2003/08/25  11:14:26
+        Log: Document even more ways of affecting your "utf8ness".
+     Branch: perl
+          ! lib/utf8.pm
 ____________________________________________________________________________
-[ 15065] By: jhi                                   on 2002/03/06  14:39:18
-        Log: Scan for tm_zone (and tm_gmtoff, while we are at it).
+[ 20877] By: jhi                                   on 2003/08/25  11:11:40
+        Log: Change the VERSION since there are now changes since Perl 5.8.0.
      Branch: perl
-          ! Configure config_h.SH
+          ! ext/I18N/Langinfo/Langinfo.pm
 ____________________________________________________________________________
-[ 15064] By: jhi                                   on 2002/03/06  14:14:02
-        Log: Must remove fallback.c also from here.
+[ 20876] By: jhi                                   on 2003/08/25  11:11:13
+        Log: Keep the CGI::Util VERSION at 1.31 since there have been changes
+             since Perl 5.8.0.
      Branch: perl
-          ! MANIFEST
+          ! lib/CGI/Util.pm
 ____________________________________________________________________________
-[ 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>
+[ 20875] By: jhi                                   on 2003/08/25  11:09:49
+        Log: Upgrade to CGI.pm 3.00.
      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
+          ! lib/CGI.pm lib/CGI/Util.pm
 ____________________________________________________________________________
-[ 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>
+[ 20872] By: jhi                                   on 2003/08/25  09:03:44
+        Log: Subject: [PATCH] valgrind update
+             From: Marcus Holland-Moritz <mhx-perl@gmx.net>
+             Date: Mon, 25 Aug 2003 09:51:57 +0200 (MEST)
+             Message-ID: <21671.1061797917@www38.gmx.net>
      Branch: perl
-          ! cygwin/perlld.in
+          ! t/TEST t/op/magic.t
 ____________________________________________________________________________
-[ 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>
+[ 20871] By: jhi                                   on 2003/08/25  05:16:02
+        Log: Subject: [PATCH] valgrind memcpy warnings (Re: [PATCH] Re: valgrind as a leak hound?)
+             From: Nicholas Clark <nick@ccl4.org>
+             Date: Sun, 24 Aug 2003 16:48:53 +0100
+             Message-ID: <20030824164851.E558@plum.flirble.org>
      Branch: perl
-          ! pod/perldelta.pod
+          ! doop.c
 ____________________________________________________________________________
-[ 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
+[ 20870] By: jhi                                   on 2003/08/25  05:14:04
+        Log: Subject: [patch emacs/ptags] allow xemacs to be used
              From: Stas Bekman <stas@stason.org>
-             Date: Wed, 06 Mar 2002 14:56:55 +0800
-             Message-Id: <3C85BDB7.7050700@stason.org>
+             Date: Sun, 24 Aug 2003 22:05:00 -0700
+             Message-ID: <3F4998FC.3090401@stason.org>
      Branch: perl
-          ! pod/perlhist.pod pod/perlvar.pod
+          ! emacs/ptags
 ____________________________________________________________________________
-[ 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]>
+[ 20868] By: jhi                                   on 2003/08/24  13:20:03
+        Log: MPE/iX doc tweak from Mark Bixby.
      Branch: perl
-          ! configure.com
+          ! README.mpeix
 ____________________________________________________________________________
-[ 15058] By: jhi                                   on 2002/03/06  04:01:27
-        Log: IRIX failure with long doubles.
+[ 20867] By: jhi                                   on 2003/08/24  10:46:42
+        Log: Various tweaks for getting Perl to compile on SunOS 4.x.
+             Doesn't work well yet, something broken in DynaLoader/XSLoader?
      Branch: perl
-          ! t/op/pack.t
+          ! README.solaris ext/IO/poll.c hints/sunos_4_1.sh
 ____________________________________________________________________________
-[ 15057] By: jhi                                   on 2002/03/06  03:12:15
-        Log: Make reality and Changes coincide.
+[ 20866] By: jhi                                   on 2003/08/24  10:00:59
+        Log: IRIX 5.3 is 99.90% okay.
      Branch: perl
-          ! Changes
+          ! README.irix hints/irix_5.sh
 ____________________________________________________________________________
-[ 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)
+[ 20865] By: jhi                                   on 2003/08/24  08:24:46
+        Log: An imperfect last resort in case there is no strtoul() but
+             there is strtol() (like e.g. SunOS 4) because of the Atoul()
+             in Perl_get_hash_seed()).  The only true fix would be to
+             implement Perl_my_strtoul() (and Perl_my_strtol(), I guess)
+             in numeric.c.
      Branch: perl
-          ! pod/perluniintro.pod
+          ! perl.h
 ____________________________________________________________________________
-[ 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>
+[ 20864] By: jhi                                   on 2003/08/24  07:45:47
+        Log: s/rationale/rational/g on bigrats.
      Branch: perl
-          ! ext/B/B/Lint.pm
+          ! lib/Math/BigRat.pm lib/bigrat.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>
+[ 20862] By: jhi                                   on 2003/08/24  06:41:17
+        Log: Update the CPAN mirrors list.
      Branch: perl
-          ! op.h pp_ctl.c t/op/flip.t
+          ! pod/perlmodlib.PL pod/perlmodlib.pod
 ____________________________________________________________________________
-[ 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>
+[ 20861] By: jhi                                   on 2003/08/24  06:13:13
+        Log: gcc -O3 and Storable in Linux do not like each other.
      Branch: perl
-          ! pod/perldelta.pod
+          ! ext/Storable/hints/linux.pl
 ____________________________________________________________________________
-[ 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>
+[ 20860] By: jhi                                   on 2003/08/24  05:34:56
+        Log: Bad quote day, noticed by Philip Newton.
      Branch: perl
-          ! t/base/num.t
+          ! hints/dos_djgpp.sh
 ____________________________________________________________________________
-[ 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>
+[ 20856] By: jhi                                   on 2003/08/23  09:15:15
+        Log: Subject: Re: bytecode.t & OS X "Invalid bytecode for this architecture"
+             From: Enache Adrian <enache@rdslink.ro>
+             Date: Mon, 4 Aug 2003 16:20:19 +0300
+             Message-ID: <20030804132019.GA6764@ratsnest.hole>
      Branch: perl
-          ! Makefile.SH
+          ! Configure config_h.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>
+[ 20855] By: jhi                                   on 2003/08/23  07:51:32
+        Log: Add more comments so that one can see what is supposed to happen.
      Branch: perl
-          ! Changes
+          ! t/op/lc.t
 ____________________________________________________________________________
-[ 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>
+[ 20854] By: jhi                                   on 2003/08/23  07:41:11
+        Log: More data points about the Storable optimization problem
+             in Linux.  (It might be that also non-Debians are affected,
+             waiting for more information.)
      Branch: perl
-          ! pod/perldelta.pod
+          ! ext/Storable/hints/linux.pl
 ____________________________________________________________________________
-[ 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>
+[ 20853] By: jhi                                   on 2003/08/23  07:37:41
+        Log: Move the note about known eval leaks earlier.
      Branch: perl
-          ! hints/solaris_2.sh
+          ! pod/perlhack.pod
 ____________________________________________________________________________
-[ 15047] By: jhi                                   on 2002/03/05  15:36:10
-        Log: Update Changes.
+[ 20852] By: jhi                                   on 2003/08/23  07:15:58
+        Log: Forgot to regen byterun.c.
      Branch: perl
-          ! Changes patchlevel.h
+          ! ext/ByteLoader/byterun.c
 ____________________________________________________________________________
-[ 15046] By: jhi                                   on 2002/03/05  14:56:19
-        Log: Double MANIFESTing.
+[ 20851] By: jhi                                   on 2003/08/23  07:13:29
+        Log: Doc tweaks on perlhack.
      Branch: perl
-          ! ext/Encode/MANIFEST
+          ! pod/perlhack.pod
 ____________________________________________________________________________
-[ 15045] By: jhi                                   on 2002/03/05  14:29:41
-        Log: Remove HanZi and 7bit-kr, from SADAHIRO Tomoyuki.
+[ 20850] By: jhi                                   on 2003/08/23  06:54:58
+        Log: Subject: [PATCH] Re: valgrind as a leak hound?
+             From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
+             Date: Fri, 22 Aug 2003 23:28:18 +0200
+             Message-ID: <002201c368f4$4e5a5e40$0c2f1fac@R2D2>
+
+             Add the leak detection to valgrind testing.
      Branch: perl
-          - ext/Encode/Encode/7bit-kr.enc
-          - ext/Encode/lib/Encode/Tcl/HanZi.pm
-          ! MANIFEST ext/Encode/lib/Encode/Tcl.pm
+          + t/perl.supp
+          ! MANIFEST pod/perlhack.pod t/TEST
 ____________________________________________________________________________
-[ 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>   
+[ 20843] By: jhi                                   on 2003/08/22  15:05:39
+        Log: Oops.  Why can't C comments nest?
      Branch: perl
-          ! pp_sys.c t/lib/warnings/pp_sys
+          ! pp_sys.c
 ____________________________________________________________________________
-[ 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>
+[ 20842] By: jhi                                   on 2003/08/22  14:57:09
+        Log: Try to dodge getspnam() in AIX.
      Branch: perl
-          ! ext/Devel/PPPort/Makefile.PL
+          ! pp_sys.c
 ____________________________________________________________________________
-[ 15042] By: jhi                                   on 2002/03/05  13:33:55
-        Log: Real patch from SADAHIRO Tomoyuki to remove the HZ tests.
+[ 20840] By: jhi                                   on 2003/08/22  13:52:26
+        Log: Subject: Re: mysterious bytecode.t failure
+             From: Enache Adrian <enache@rdslink.ro>
+             Date: Fri, 22 Aug 2003 11:49:34 +0300
+             Message-ID: <20030822084934.GA1257@ratsnest.hole>
      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)
+          ! t/base/lex.t
 ____________________________________________________________________________
-[ 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>
+[ 20839] By: jhi                                   on 2003/08/22  13:51:44
+        Log: Subject: [PATCH] for File::Temp::tempdir(CLEANUP => 1)
+             From: Slaven Rezic <slaven@rezic.de>
+             Date: Sun, 17 Aug 2003 12:52:47 +0200 (CEST)
+             Message-Id: <200308171052.h7HAqlfo026317@vran.herceg.de>
      Branch: perl
-          ! pod/perldelta.pod
+          ! lib/File/Temp.pm lib/File/Temp/t/tempfile.t
 ____________________________________________________________________________
-[ 15039] By: jhi                                   on 2002/03/05  03:32:07
-        Log: This is 5.7.3.
+[ 20837] By: jhi                                   on 2003/08/22  13:42:24
+        Log: Just #.
      Branch: perl
-          ! patchlevel.h
+          ! pod/buildtoc pod/perltoc.pod
 ____________________________________________________________________________
-[ 15038] By: jhi                                   on 2002/03/05  03:31:32
-        Log: Shoo.
+[ 20835] By: jhi                                   on 2003/08/22  13:32:12
+        Log: Regen toc.
      Branch: perl
-          ! ext/Encode/t/Tcl.t
+          ! pod/perltoc.pod
 ____________________________________________________________________________
-[ 15037] By: jhi                                   on 2002/03/05  03:15:17
-        Log: Update Changes.
+[ 20834] By: jhi                                   on 2003/08/22  13:28:36
+        Log: Also MANIFEST the vms/perlvms restoration.
      Branch: perl
-          ! Changes patchlevel.h
+          ! MANIFEST
 ____________________________________________________________________________
-[ 15036] By: jhi                                   on 2002/03/05  03:11:17
-        Log: Regen perlapi.
+[ 20833] By: jhi                                   on 2003/08/22  13:22:02
+        Log: In the vms/descrip_mms.template   the perlvms.pod must
+             be copied from vms/, err, [.vms], not [.pod].
      Branch: perl
-          ! pod/perlapi.pod
+          ! pod/buildtoc vms/descrip_mms.template
 ____________________________________________________________________________
-[ 15035] By: jhi                                   on 2002/03/05  03:08:50
-        Log: Tie::File doc tweak for Win32 from mjd. 
+[ 20832] By: jhi                                   on 2003/08/22  13:15:35
+        Log: Retract #20826 and #20831; things are done differently
+             in VMS, it seems.  Maybe the vms/descrip_mms.template
+             needs to be changed?
      Branch: perl
-          ! lib/Tie/File.pm
+          + vms/perlvms.pod
+          - pod/perlvms.pod
+          ! MANIFEST Makefile.SH
 ____________________________________________________________________________
-[ 15034] By: jhi                                   on 2002/03/05  02:51:47
-        Log: Regen toc.
+[ 20831] By: jhi                                   on 2003/08/22  13:04:47
+        Log: Rafael spotted that vms/perlvms.pod was still referred to.
      Branch: perl
-          ! pod/perltoc.pod
+          ! Makefile.SH
 ____________________________________________________________________________
-[ 15033] By: jhi                                   on 2002/03/05  02:34:32
-        Log: Decommission Encode::Tcl HZ testing for now.
+[ 20829] By: jhi                                   on 2003/08/22  12:22:04
+        Log: The change #20809 opened up a code path that might leave s unset.
      Branch: perl
-          ! ext/Encode/t/Tcl.t
+          ! mg.c
 ____________________________________________________________________________
-[ 15032] By: jhi                                   on 2002/03/05  02:05:23
-        Log: Must have a return.
+[ 20828] By: jhi                                   on 2003/08/22  12:17:49
+        Log: Subject: [PATCH: lib/File/Path.t] Re: maint @ 20803
+             From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
+             Date: Fri, 22 Aug 2003 14:57:09 +0200
+             Message-ID: <00dd01c368ac$e69146d0$0c2f1fac@R2D2>
      Branch: perl
-          ! pp_pack.c
+          ! lib/File/Path.t
 ____________________________________________________________________________
-[ 15031] By: jhi                                   on 2002/03/05  01:45:21
-        Log: The very latest win32 score from Jan Dubois.
+[ 20827] By: jhi                                   on 2003/08/22  12:17:01
+        Log: Test the correct longness; from Enache.
      Branch: perl
-          ! pod/perldelta.pod
+          ! ext/B/t/assembler.t
 ____________________________________________________________________________
-[ 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>
+[ 20826] By: jhi                                   on 2003/08/22  12:15:28
+        Log: perlvms moving day, from Craig Berry.
      Branch: perl
-          ! README.macos
+          + pod/perlvms.pod
+          - vms/perlvms.pod
+          ! MANIFEST
 ____________________________________________________________________________
-[ 15029] By: jhi                                   on 2002/03/05  01:39:29
-        Log: "The last pieces of Chinese puzzle" from Autrijus.
+[ 20825] By: jhi                                   on 2003/08/22  12:14:14
+        Log: Lower Storable.xs optimization to -O2 on certain
+             known platforms.
      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
+          + ext/Storable/hints/linux.pl
+          ! MANIFEST
 ____________________________________________________________________________
-[ 15028] By: jhi                                   on 2002/03/05  00:53:36
-        Log: Known test failures updates.
+[ 20824] By: jhi                                   on 2003/08/22  08:20:15
+        Log: Subject: [PATCH] Re: [perl #23463] compiler version on sparc/netbsd
+             From: Nicholas Clark <nick@ccl4.org>
+             Date: Thu, 21 Aug 2003 22:26:18 +0100
+             Message-ID: <20030821222618.T558@plum.flirble.org>
      Branch: perl
-          ! pod/perldelta.pod
+          ! t/op/pack.t
 ____________________________________________________________________________
-[ 15027] By: jhi                                   on 2002/03/04  23:48:07
-        Log: One more nit from mjd.
+[ 20823] By: jhi                                   on 2003/08/22  08:16:47
+        Log: Subject: Re: [perl #23463]: compiler version on sparc/netbsd
+             From: alian@cpan.org (Alian)
+             Date: Wed, 20 Aug 2003 20:39:17 +0200
+             Message-ID: <3F43C055.6030709@jupiter.alianet>
      Branch: perl
-          ! lib/Tie/File/t/16_handle.t
+          ! t/op/pack.t
 ____________________________________________________________________________
-[ 15026] By: jhi                                   on 2002/03/04  23:42:28
-        Log: Upgrade to Tie::File 0.17 from mjd.
+[ 20822] By: jhi                                   on 2003/08/22  08:01:57
+        Log: Try to make the use of utf8 as clear as possible.
      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
+          ! lib/utf8.pm
 ____________________________________________________________________________
-[ 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>
+[ 20821] By: jhi                                   on 2003/08/22  07:51:21
+        Log: Put the tests of the change #19064 back, but disable them.
      Branch: perl
-          ! pod/perldelta.pod
+          ! t/op/args.t
 ____________________________________________________________________________
-[ 15024] By: jhi                                   on 2002/03/04  22:21:44
-        Log: Escapee.
+[ 20820] By: jhi                                   on 2003/08/22  06:47:50
+        Log: Advertise the encoding pragma at the utf8 pragma.
      Branch: perl
-          ! proto.h
+          ! lib/utf8.pm
 ____________________________________________________________________________
-[ 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>
+[ 20819] By: jhi                                   on 2003/08/22  06:31:29
+        Log: Subject: [PATCH] grok_* symbols missing in Devel::PPPort (2nd attempt)
+             From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
+             Date: Fri, 22 Aug 2003 09:01:09 +0200
+             Message-id: <20030822070109.GA1029@ethan>
      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
+          ! ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.pm
+          ! ext/Devel/PPPort/t/test.t
 ____________________________________________________________________________
-[ 15022] By: jhi                                   on 2002/03/04  22:09:39
-        Log: Cleaner.
+[ 20817] By: jhi                                   on 2003/08/22  05:18:53
+        Log: Subject: [PATCH] perl-5.8.0, langinfo.h and YESSTR
+             From: insecure <insecure@mail.od.ua>
+             Date: Thu, 21 Aug 2003 21:37:56 +0300
+             Message-Id: <200308212137.57016.insecure@mail.od.ua>
      Branch: perl
-          ! Makefile.SH
+          ! ext/I18N/Langinfo/Langinfo.xs
 ____________________________________________________________________________
-[ 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>
+[ 20816] By: jhi                                   on 2003/08/22  05:15:30
+        Log: More bytecode patching from Enache.
      Branch: perl
-          ! pod/perlform.pod pod/perlipc.pod pod/perlsec.pod
-          ! pod/perlvar.pod
+          ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Assembler.pm
+          ! ext/B/B/Disassembler.pm ext/ByteLoader/bytecode.h
 ____________________________________________________________________________
-[ 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.
+[ 20815] By: jhi                                   on 2003/08/22  05:06:58
+        Log: Subject: Re: pod cleanup
+             From: Ken Williams <ken@mathforum.org>
+             Date: Thu, 21 Aug 2003 21:24:57 -0500
+             Message-Id: <D2C0AA31-D447-11D7-8495-003065F6D85A@mathforum.org>
      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
+          ! lib/File/Spec/Cygwin.pm lib/File/Spec/OS2.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>
+[ 20814] By: jhi                                   on 2003/08/22  05:05:52
+        Log: Do not edit perltoc since it is autogenerated.
      Branch: perl
-          ! pod/perldelta.pod
+          ! pod/buildtoc
 ____________________________________________________________________________
-[ 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>
+[ 20813] By: jhi                                   on 2003/08/22  04:57:12
+        Log: Subject: [PATCH] Re: pod cleanup
+             From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu>
+             Date: Thu, 21 Aug 2003 17:09:17 -0400
+             Message-ID: <20030821210917.GB164965@linguist.thayer.dartmouth.edu>
+
+             (the pod part)
      Branch: perl
-          ! pod/perlunicode.pod
+          ! pod/perl5005delta.pod pod/perlfaq4.pod pod/perlhack.pod
+          ! pod/perlipc.pod pod/perlpacktut.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>
+[ 20811] By: jhi                                   on 2003/08/22  04:46:58
+        Log: No need to E<gt>.
      Branch: perl
-          ! lib/ExtUtils/xsubpp pod/perlxs.pod
+          ! pod/perluniintro.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>
+[ 20810] By: jhi                                   on 2003/08/22  04:46:01
+        Log: Add File::Temp's OO test.
      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
+          + lib/File/Temp/t/object.t
+          ! MANIFEST
 ____________________________________________________________________________
-[ 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.
+[ 20809] By: rgs                                   on 2003/08/21  19:07:22
+        Log: The magic variables that alter STDOUT have a tendancy to segfault
+             when accessed if STDOUT is undefined. Protect them.
      Branch: perl
-          ! Configure Porting/config.sh Porting/config_H uconfig.h
+          ! mg.c
 ____________________________________________________________________________
-[ 15013] By: jhi                                   on 2002/03/04  18:36:05
-        Log: SJIS, from Dan Kogai.
+[ 20808] By: jhi                                   on 2003/08/21  18:39:36
+        Log: Mention the Unicode UTR #18 version referenced.
      Branch: perl
-          ! ext/Encode/JP/JP.pm ext/Encode/JP/Makefile.PL
+          ! pod/perlunicode.pod
 ____________________________________________________________________________
-[ 15012] By: nick                                  on 2002/03/04  17:35:50
-        Log: Intergrate perlio's Encode/compile
+[ 20807] By: jhi                                   on 2003/08/21  18:22:22
+        Log: Must close so that unlink works portably.
      Branch: perl
-         !> ext/Encode/compile
+          ! t/io/utf8.t
 ____________________________________________________________________________
-[ 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
+[ 20806] By: jhi                                   on 2003/08/21  18:15:07
+        Log: Subject: [perluniintro.pod] pod markup fix
+             From: Stas Bekman <stas@stason.org>
+             Date: Thu, 21 Aug 2003 11:41:01 -0700
+             Message-ID: <3F45123D.8020805@stason.org>
+     Branch: perl
+          ! pod/perluniintro.pod
 ____________________________________________________________________________
-[ 15009] By: jhi                                   on 2002/03/04  17:24:30
-        Log: Integrate ext/Encode/compile from perlio.
+[ 20805] By: jhi                                   on 2003/08/21  18:11:30
+        Log: Subject: [PATCH] utf8 variable names scrambled in error messages
+             From: Enache Adrian <enache@rdslink.ro>
+             Date: Thu, 21 Aug 2003 21:17:26 +0300
+             Message-ID: <20030821181726.GA1241@ratsnest.hole>
      Branch: perl
-         !> ext/Encode/compile
+          ! gv.c t/op/die.t
 ____________________________________________________________________________
-[ 15008] By: jhi                                   on 2002/03/04  17:11:19
-        Log: Integrate perlio:
-             
-             [ 15002]
-             Win32 tweak
-             
-             [ 14999]
-             Win32 hack
-             
-             [ 14995]
-             Remove debugging assert
+[ 20804] By: jhi                                   on 2003/08/21  18:09:10
+        Log: Fix the syswrite downgrade bug of
+             [perl #23428] Somethings rotten in unicode semantics
      Branch: perl
-         !> ext/Encode/t/JP.t ext/threads/shared/shared.xs
-         !> lib/Tie/File/t/16_handle.t
+          ! pp_sys.c t/io/utf8.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
+[ 20801] By: jhi                                   on 2003/08/21  15:06:16
+        Log: No more public cwd(), use private _cwd().
+     Branch: perl
+          ! lib/File/Spec/t/Spec.t
 ____________________________________________________________________________
-[ 15006] By: jhi                                   on 2002/03/04  16:46:49
-        Log: A new M::BI test.
+[ 20799] By: jhi                                   on 2003/08/21  14:20:04
+        Log: Underline the fact that abs2rel() makes no sense
+             if it spans multiple roots.
      Branch: perl
-          + lib/Math/BigInt/t/isa.t
-          ! MANIFEST
+          ! lib/File/Spec.pm lib/File/Spec/Unix.pm
 ____________________________________________________________________________
-[ 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>
+[ 20798] By: jhi                                   on 2003/08/21  14:12:29
+        Log: Rename the internal cwd() to _cwd() (it's not curdir).
      Branch: perl
-          ! ext/Encode/t/JP.t pod/perldelta.pod t/op/taint.t
+          ! lib/File/Spec/Cygwin.pm lib/File/Spec/Epoc.pm
+          ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
+          ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
+          ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
 ____________________________________________________________________________
-[ 15004] By: jhi                                   on 2002/03/04  16:41:50
-        Log: Needed for threaded builds.
+[ 20797] By: jhi                                   on 2003/08/21  14:05:18
+        Log: Subject: Re: [PATCH: perl@20760] clean up quotation issue for use with MMS on VMS
+             From: PPrymmer@factset.com
+             Message-ID: <OF261B78F0.19FBE242-ON85256D88.00091B48-85256D88.000A179D@factset.com>
+             Date: Tue, 19 Aug 2003 21:50:12 -0400
      Branch: perl
-          ! embed.fnc embed.h
+          ! lib/ExtUtils/MM_Unix.pm
 ____________________________________________________________________________
-[ 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>
+[ 20795] By: jhi                                   on 2003/08/21  04:42:56
+        Log: Retract #19064, broke mod_perl flushing (localisation of $|).
+             http://public.activestate.com/cgi-bin/perlbrowse?patch=19064
+             http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2003-08/msg01466.html
      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
+          ! pp_ctl.c pp_hot.c scope.c t/op/args.t
 ____________________________________________________________________________
-[ 15002] By: nick                                  on 2002/03/04  16:19:06
-        Log: Win32 tweak
-     Branch: perlio
-          ! lib/Tie/File/t/16_handle.t
+[ 20794] By: jhi                                   on 2003/08/21  04:35:54
+        Log: MPE/iX does not have nanosleep() (the test makes
+             a wrong conclusion of the linking succeeding)
+     Branch: perl
+          ! ext/Time/HiRes/Makefile.PL
 ____________________________________________________________________________
-[ 15001] By: jhi                                   on 2002/03/04  15:39:11
-        Log: Update Changes.
+[ 20793] By: jhi                                   on 2003/08/21  04:35:05
+        Log: Subject: Re: untieing your victim during the act
+             From: Dave Mitchell <davem@fdgroup.com>
+             Date: Wed, 20 Aug 2003 20:44:53 +0100
+             Message-ID: <20030820194453.GD27719@fdgroup.com>
      Branch: perl
-          ! Changes patchlevel.h
+          ! mg.c
 ____________________________________________________________________________
-[ 15000] By: jhi                                   on 2002/03/04  15:28:01
-        Log: AUTHORS updates.
+[ 20792] By: jhi                                   on 2003/08/21  04:30:54
+        Log: Byteloader patching from Enache continues;
+             PADOFFSET handling was wrong.
      Branch: perl
-          ! AUTHORS
+          ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Assembler.pm
+          ! ext/B/t/assembler.t ext/ByteLoader/bytecode.h
+          ! ext/ByteLoader/byterun.c
 ____________________________________________________________________________
-[ 14999] By: nick                                  on 2002/03/04  15:26:43
-        Log: Win32 hack
-     Branch: perlio
-          ! ext/Encode/compile ext/Encode/t/JP.t
+[ 20791] By: jhi                                   on 2003/08/20  13:55:35
+        Log: Subject: [PATCH perl@20760] Remove redundant targets from Win32 Makefile
+             From: Steve Hay <steve.hay@uk.radan.com>
+             Date: Wed, 20 Aug 2003 10:54:46 +0100
+             Message-ID: <3F434566.3030602@uk.radan.com>
+     Branch: perl
+          ! win32/Makefile win32/makefile.mk
 ____________________________________________________________________________
-[ 14998] By: jhi                                   on 2002/03/04  15:23:35
-        Log: Encode doc tweak from Autrijus Tang.
+[ 20790] By: jhi                                   on 2003/08/20  11:01:52
+        Log: Upgrade to Encode 1.98.
      Branch: perl
-          ! ext/Encode/Encode.pm
+          ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
+          ! ext/Encode/META.yml ext/Encode/bin/enc2xs
+          ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Alias.pm
+          ! ext/Encode/lib/Encode/MIME/Header.pm ext/Encode/t/enc_eucjp.t
+          ! ext/Encode/t/enc_utf8.t ext/Encode/t/mime-header.t
+          ! ext/Encode/ucm/macArabic.ucm ext/Encode/ucm/macFarsi.ucm
+          ! ext/Encode/ucm/macHebrew.ucm
 ____________________________________________________________________________
-[ 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?)
+[ 20789] By: jhi                                   on 2003/08/20  10:49:51
+        Log: Patch from Enache for the crashing of bytecode.t in Tru64.
      Branch: perl
-          ! Porting/Glossary Porting/config.sh Porting/config_H
+          ! ext/B/B/Bytecode.pm ext/ByteLoader/bytecode.h
 ____________________________________________________________________________
-[ 14996] By: jhi                                   on 2002/03/04  14:46:29
-        Log: Regen toc.
+[ 20786] By: rgs                                   on 2003/08/19  20:22:07
+        Log: t/TEST fails to fail when it can't find tests.
      Branch: perl
-          ! pod/perltoc.pod
+          ! t/TEST
 ____________________________________________________________________________
-[ 14995] By: nick                                  on 2002/03/04  14:42:09
-        Log: Remove debugging assert
-     Branch: perlio
-          ! ext/threads/shared/shared.xs
+[ 20785] By: jhi                                   on 2003/08/19  19:34:18
+        Log: Manifest.t.ation of Schwern.
+     Branch: perl
+          ! lib/ExtUtils/t/Manifest.t
 ____________________________________________________________________________
-[ 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
+[ 20783] By: jhi                                   on 2003/08/19  19:24:00
+        Log: Nick's podulator was right, I just hadn't read the manual...
+             the vms\perlvms.pod lines needed to be moved.
+     Branch: perl
+          ! win32/Makefile win32/makefile.mk
 ____________________________________________________________________________
-[ 14993] By: jhi                                   on 2002/03/04  14:10:07
-        Log: Han update from Autrijus Tang. 
+[ 20781] By: jhi                                   on 2003/08/19  16:59:49
+        Log: Subject: Re: [perl #23304] Installing perl breaks redhat-config scripts[was: New (well  known) printer won't install in RH-9]
+             From: Andy Dougherty <doughera@lafayette.edu>
+             Date: Tue, 19 Aug 2003 10:45:24 -0400 (EDT)
+             Message-ID: <Pine.SOL.4.53.0308191027250.6665@maxwell.phys.lafayette.edu>
      Branch: perl
-          ! ext/Encode/Encode.pm
+          ! INSTALL
 ____________________________________________________________________________
-[ 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.
+[ 20780] By: jhi                                   on 2003/08/19  16:54:48
+        Log: Subject: [PATCH] Can't build thread on openbsd sparc64 => B.c:5078: virtual memory exhausted
+             From: alian <alian@cpan.org>
+             Date: Tue, 19 Aug 2003 18:18:03 +0200
+             Message-ID: <20030819161650.65754.qmail@onion.perl.org>
      Branch: perl
+          + ext/B/hints/openbsd.pl
           ! MANIFEST
 ____________________________________________________________________________
-[ 14990] By: jhi                                   on 2002/03/04  13:34:15
-        Log: Attempt at portability.
+[ 20779] By: jhi                                   on 2003/08/19  16:49:22
+        Log: Subject: Re: [PATCH] Re: [PATCH] maintperl - File::Spec cwd() stuff
+             From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
+             Date: Tue, 19 Aug 2003 08:28:14 -0700
+             Message-ID: <20030819152814.GA15441@math.berkeley.edu>
      Branch: perl
-          ! util.c
+          ! lib/File/Spec/OS2.pm
 ____________________________________________________________________________
-[ 14989] By: jhi                                   on 2002/03/04  13:04:06
-        Log: Needed by #14985.
+[ 20778] By: jhi                                   on 2003/08/19  15:09:30
+        Log: Unnecessary whitespace diff.
      Branch: perl
-          ! embed.h global.sym proto.h
+          ! lib/ExtUtils/MakeMaker.pm
 ____________________________________________________________________________
-[ 14988] By: ams                                   on 2002/03/04  08:59:27
-        Log: Upgrade to Tie::File 0.16.
+[ 20777] By: jhi                                   on 2003/08/19  15:05:18
+        Log: One less failure.
      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
+          ! lib/ExtUtils/t/Manifest.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>
+[ 20776] By: jhi                                   on 2003/08/19  13:36:03
+        Log: Replace #20772 with
+
+             Subject: Re: [PATCH: perl@20760] VMS specific fix for lib/ExtUtils/t/Manifest.t
+             From: PPrymmer@factset.com
+             Message-ID: <OFE22C35CE.D5CB1A7F-ON85256D87.004E3BCA-85256D87.004F9EF2@factset.com>
+             Date: Tue, 19 Aug 2003 10:29:44 -0400
      Branch: perl
-          ! Makefile.SH perly.fixer
+          ! lib/ExtUtils/t/Manifest.t
 ____________________________________________________________________________
-[ 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>
+[ 20775] By: jhi                                   on 2003/08/19  13:29:13
+        Log: (From Enache) Keep bytecode files (.plc) around in case
+             of failures.  (Currently Tru64 is reliably barfing.)
      Branch: perl
-          ! lib/ExtUtils/xsubpp pod/perlxs.pod
+          ! ext/B/t/bytecode.t
 ____________________________________________________________________________
-[ 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>
+[ 20774] By: jhi                                   on 2003/08/19  13:20:59
+        Log: 's buildtoc now.
      Branch: perl
-          ! embed.fnc sv.c util.c
+          ! README.cygwin
 ____________________________________________________________________________
-[ 14984] By: ams                                   on 2002/03/04  08:16:06
-        Log: Fix File::Path docs as suggested by Ronald Kimball.
+[ 20773] By: jhi                                   on 2003/08/19  13:19:24
+        Log: These are kind of important.
      Branch: perl
-          ! lib/File/Path.pm
+          ! MANIFEST
 ____________________________________________________________________________
-[ 14983] By: ams                                   on 2002/03/04  08:11:20
-        Log: Update perldata fix as suggested by Benjamin Goldberg.
+[ 20772] By: jhi                                   on 2003/08/19  13:13:26
+        Log: Replace #20763 with
+
+             Subject: Re: [PATCH: perl@20760] VMS specific fix for lib/ExtUtils/t/Manifest.t
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Mon, 18 Aug 2003 17:07:30 -0700
+             Message-ID: <20030819000729.GG14782@windhund.schwern.org>
      Branch: perl
-          ! pod/perldata.pod
+          ! lib/ExtUtils/t/Manifest.t
 ____________________________________________________________________________
-[ 14982] By: jhi                                   on 2002/03/04  03:56:46
-        Log: Faulty skip.
+[ 20771] By: jhi                                   on 2003/08/19  13:10:42
+        Log: Subject: [PATCH] Re: [PATCH] maintperl - File::Spec cwd() stuff
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Mon, 18 Aug 2003 18:02:08 -0700
+             Message-ID: <20030819010208.GI14782@windhund.schwern.org>
      Branch: perl
-          ! ext/DB_File/t/db-recno.t
+          ! lib/File/Spec/OS2.pm
 ____________________________________________________________________________
-[ 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>
+[ 20770] By: jhi                                   on 2003/08/19  13:08:45
+        Log: Subject: [PATCH] maintperl - File::Spec cwd() stuff
+             From: Ken Williams <ken@mathforum.org>
+             Date: Mon, 18 Aug 2003 17:07:43 -0500
+             Message-Id: <645E5A7D-D1C8-11D7-84BF-003065F6D85A@mathforum.org>
      Branch: perl
-          ! lib/utf8.pm pod/perlunicode.pod
+          ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
+          ! lib/File/Spec/t/Spec.t
 ____________________________________________________________________________
-[ 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>
+[ 20769] By: jhi                                   on 2003/08/19  12:25:07
+        Log: Update the history records.
      Branch: perl
-          ! pod/perldata.pod
+          ! pod/perlhist.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>
+[ 20768] By: jhi                                   on 2003/08/19  12:15:58
+        Log: Still trying to unify MANIFEST sorting.
      Branch: perl
-          ! ext/DB_File/Changes ext/DB_File/DB_File.pm
-          ! ext/DB_File/t/db-recno.t
+          ! MANIFEST pod/buildtoc
 ____________________________________________________________________________
-[ 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>
+[ 20767] By: jhi                                   on 2003/08/19  12:10:00
+        Log: Try to unify the MANIFEST sorting.
      Branch: perl
-          ! lib/ExtUtils/Manifest.pm
+          ! MANIFEST Makefile.SH pod/buildtoc
 ____________________________________________________________________________
-[ 14977] By: jhi                                   on 2002/03/04  02:07:06
-        Log: Forgot from the M::BI 1.54 update.
+[ 20766] By: jhi                                   on 2003/08/19  12:04:22
+        Log: Nick Clark's podulator.  The win32 makefile
+             generation doesn't seem to be working yet.
      Branch: perl
-          ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigintpm.inc
-          ! lib/Math/BigInt/t/upgrade.inc
+          + pod.lst pod/buildtoc
+          - pod/buildtoc.PL
+          ! MANIFEST Makefile.SH pod/Makefile.SH pod/perl.pod
+          ! pod/perltoc.pod vms/descrip_mms.template win32/pod.mak
 ____________________________________________________________________________
-[ 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>
+[ 20765] By: jhi                                   on 2003/08/19  03:10:57
+        Log: Pod tweaks for NEXT from Alan Ferrency.
      Branch: perl
-          ! lib/warnings.pm warnings.pl
+          ! lib/NEXT.pm
 ____________________________________________________________________________
-[ 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>
+[ 20764] By: jhi                                   on 2003/08/18  19:34:16
+        Log: Typo tweaks from Gerrit P. Haase.  Fcntl, fcntl, fcntl.
      Branch: perl
-          ! lib/File/Path.pm
+          ! ext/Fcntl/Fcntl.pm pod/perlfunc.pod t/io/utf8.t
 ____________________________________________________________________________
-[ 14974] By: jhi                                   on 2002/03/04  01:54:17
-        Log: Typo.
+[ 20763] By: jhi                                   on 2003/08/18  19:01:33
+        Log: Subject: [PATCH: perl@20760] VMS specific fix for lib/ExtUtils/t/Manifest.t
+             From: PPrymmer@factset.com
+             Date: Mon, 18 Aug 2003 15:57:12 -0400
+             Message-ID: <OF314202D4.49371ADF-ON85256D86.006CEBE2-85256D86.006D9AA7@factset.com>
      Branch: perl
-          ! lib/Math/BigInt/t/upgrade.t
+          ! lib/ExtUtils/t/Manifest.t
 ____________________________________________________________________________
-[ 14973] By: jhi                                   on 2002/03/04  01:30:49
-        Log: Editing errors.
+[ 20762] By: jhi                                   on 2003/08/18  18:57:22
+        Log: Subject: [PATCH: perl@20760] clean up quotation issue for use with MMS on VMS
+             From: PPrymmer@factset.com
+             Date: Mon, 18 Aug 2003 14:28:22 -0400
+             Message-ID: <OFAF7796C8.7F204EDE-ON85256D86.0063976D-85256D86.006578B0@factset.com>
      Branch: perl
-          ! MANIFEST
+          ! vms/descrip_mms.template
 ____________________________________________________________________________
-[ 14972] By: jhi                                   on 2002/03/04  01:18:02
-        Log: Upgrade to Math::BigInt 1.54.
+[ 20761] By: jhi                                   on 2003/08/18  18:53:05
+        Log: Use the base class cwd() method.
      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.
+          ! lib/File/Spec/VMS.pm
+____________________________________________________________________________
+[ 20758] By: jhi                                   on 2003/08/18  09:37:22
+        Log: Subject: [PATCH] Uppercase globals in Pod::Html
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Mon, 18 Aug 2003 03:29:09 -0700
+             Message-ID: <20030818102909.GJ823@windhund.schwern.org>
      Branch: perl
-          ! ext/B/B/Deparse.pm
+          ! lib/Pod/Html.pm
 ____________________________________________________________________________
-[ 14968] By: jhi                                   on 2002/03/03  19:00:06
-        Log: EBCDIC: deparse \cX correctly.
+[ 20756] By: jhi                                   on 2003/08/18  08:46:52
+        Log: Subject: [PATCH] Pod::Html  unifying global variable declaration and initialization
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Mon, 18 Aug 2003 02:44:31 -0700
+             Message-ID: <20030818094431.GG823@windhund.schwern.org>
      Branch: perl
-          ! ext/B/B/Deparse.pm
+          ! lib/Pod/Html.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>
+[ 20755] By: jhi                                   on 2003/08/18  08:41:24
+        Log: Warn about the slowness of memory debuggers.
      Branch: perl
-          ! pod/perlsyn.pod
+          ! pod/perlhack.pod
+____________________________________________________________________________
+[ 20754] By: jhi                                   on 2003/08/18  08:34:00
+        Log: Upgrade to ExtUtils::MakeMaker 6.16.
+     Branch: perl
+          + lib/ExtUtils/t/prereq_print.t
+          ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Installed.pm
+          ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/META.yml
+          ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MM_Win95.pm
+          ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Manifest.pm
+          ! lib/ExtUtils/t/00setup_dummy.t lib/ExtUtils/t/Manifest.t
 ____________________________________________________________________________
-[ 14966] By: ams                                   on 2002/03/03  18:06:32
-        Log: Subject: [PATCH utils/h2xs.PL] use Config; use Config; require Config;
+[ 20753] By: jhi                                   on 2003/08/18  08:21:36
+        Log: Subject: Re: [PATCH] Pod::Html test clean-up (was Re: maint @ 20617 (on VMS))
              From: Michael G Schwern <schwern@pobox.com>
-             Date: Sun, 3 Mar 2002 13:33:28 -0500
-             Message-Id: <20020303183328.GA3296@blackrider>
+             Date: Mon, 18 Aug 2003 01:34:34 -0700
+             Message-ID: <20030818083433.GB823@windhund.schwern.org>
      Branch: perl
-          ! utils/h2xs.PL
+          ! lib/Pod/Html.pm lib/Pod/t/pod2html-lib.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>
+[ 20752] By: jhi                                   on 2003/08/18  07:01:16
+        Log: I could have sworn the base class method was there.
      Branch: perl
-          ! hints/hpux.sh
+          ! lib/File/Spec/Unix.pm
 ____________________________________________________________________________
-[ 14964] By: jhi                                   on 2002/03/03  16:54:55
-        Log: EBCDIC: special cases of special cases.
+[ 20751] By: jhi                                   on 2003/08/18  05:09:34
+        Log: utf8::is_utf8() wasn't there in 5.8.0.
      Branch: perl
-          ! t/uni/case.pl
+          ! lib/utf8.pm
 ____________________________________________________________________________
-[ 14963] By: jhi                                   on 2002/03/03  16:11:07
-        Log: EBCDIC: the v-string components cannot exceed 2147483647.
+[ 20750] By: jhi                                   on 2003/08/18  04:53:22
+        Log: Subject: [PATCH] Pod::Html test clean-up (was Re: maint @ 20617 (on VMS))
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Sun, 17 Aug 2003 23:28:21 -0500
+             Message-ID: <3F4055E5.2070407@mac.com>
      Branch: perl
-          ! pod/perldiag.pod pod/perlport.pod t/op/ver.t util.c
+          ! lib/Pod/Html.pm lib/Pod/t/pod2html-lib.pl
 ____________________________________________________________________________
-[ 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.
+[ 20749] By: jhi                                   on 2003/08/17  19:27:03
+        Log: Subject: [PATCH] Taint safe Cwd::_qnx_abs_path()
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Sat, 16 Aug 2003 14:58:25 -0700
+             Message-ID: <20030816215824.GF5859@windhund.schwern.org>
+
+             (plus local *REALPATH)
      Branch: perl
-          ! op.c pod/perldiag.pod
+          ! lib/Cwd.pm
 ____________________________________________________________________________
-[ 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>
+[ 20747] By: jhi                                   on 2003/08/17  08:44:18
+        Log: Subject: [PATCH] Re: [BUG] string loses its utf8 flag on die
+             From: Enache Adrian <enache@rdslink.ro>
+             Date: Sat, 16 Aug 2003 16:03:16 +0300
+             Message-ID: <20030816130316.GA1654@ratsnest.hole>
+
+             Subject: Re: [PATCH] Re: [BUG] string loses its utf8 flag on die
+             From: Enache Adrian <enache@rdslink.ro>
+             Date: Sun, 17 Aug 2003 04:42:22 +0300
+             Message-ID: <20030817014222.GA1287@ratsnest.hole>
      Branch: perl
-          ! t/op/tiearray.t
+          ! t/op/die.t util.c
 ____________________________________________________________________________
-[ 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)
+[ 20745] By: jhi                                   on 2003/08/17  07:52:47
+        Log: The lib/Cwd.pm diet part of
+
+             Subject: [PATCH] File::Spec on diet
+             From: Tels <perl_dummy@bloodgate.com>
+             Date: Mon, 7 Jul 2003 22:41:42 +0200
+             Message-Id: <200307072235.03364@bloodgate.com>
+     Branch: perl
+          ! lib/Cwd.pm
 ____________________________________________________________________________
-[ 14959] By: ams                                   on 2002/03/03  08:11:34
-        Log: Fix #14957.
+[ 20744] By: jhi                                   on 2003/08/17  07:50:00
+        Log: The "reduce memory footprint and increase speed by not
+             unconditionally pulling in Cwd"   part of
+
+             Subject: [PATCH] File::Spec on diet
+             From: Tels <perl_dummy@bloodgate.com>
+             Date: Mon, 7 Jul 2003 22:41:42 +0200
+             Message-Id: <200307072235.03364@bloodgate.com>
+
+             was still valid.
      Branch: perl
-          ! ext/DB_File/t/db-recno.t
+          ! lib/File/Spec/Cygwin.pm lib/File/Spec/Epoc.pm
+          ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
+          ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
+          ! lib/File/Spec/Win32.pm
 ____________________________________________________________________________
-[ 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>
+[ 20741] By: jhi                                   on 2003/08/17  06:53:07
+        Log: File::Temp 0.14 from Tim Jenness, now with OO interface.
      Branch: perl
-          ! lib/perl5db.pl
+          ! lib/File/Temp.pm
 ____________________________________________________________________________
-[ 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>
+[ 20739] By: jhi                                   on 2003/08/16  21:03:07
+        Log: Subject: [PATCH: perl@20724] fixes for installperl and the vmsdebug build on VMS
+             From: PPrymmer@factset.com
+             Date: Sat, 16 Aug 2003 11:55:58 -0400
+             Message-ID: <OFA82C9B0A.6463DD81-ON85256D84.0056DF1B-85256D84.005784F2@factset.com>
      Branch: perl
-          ! ext/DB_File/t/db-recno.t
+          ! installperl
 ____________________________________________________________________________
-[ 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>
+[ 20738] By: jhi                                   on 2003/08/16  20:39:47
+        Log: Update to Filter::Util::Call 1.6 from CPAN, but keep our
+             $VERSION at 1.601 so that we are different in version
+             than 5.8.0 since the module is different (one doc tweak).
      Branch: perl
-          ! deb.c dump.c ext/Devel/Peek/Peek.pm perl.c perl.h
-          ! pod/perlrun.pod sv.h
+          ! ext/Filter/Util/Call/Call.pm
 ____________________________________________________________________________
-[ 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>
+[ 20737] By: jhi                                   on 2003/08/16  20:25:21
+        Log: valgrind --help didn't return a happy exit status.
      Branch: perl
-          ! lib/Tie/Array.pm
+          ! Makefile.SH
 ____________________________________________________________________________
-[ 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>
+[ 20736] By: rgs                                   on 2003/08/16  19:54:43
+        Log: Avoid a "Subroutine Cwd::fastcwd redefined" warning when
+             loading Cwd. Undefing &Cwd::fastcwd beforehand is inconvenient
+             because loading the XS part of Cwd might fail.
      Branch: perl
-          ! README.hpux
+          ! lib/Cwd.pm
 ____________________________________________________________________________
-[ 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>
+[ 20735] By: rgs                                   on 2003/08/16  19:39:39
+        Log: Subject: [patch lib/utf8.pm] doc tweaks
+             From: Stas Bekman <stas@stason.org>
+             Date: Sat, 16 Aug 2003 13:30:28 -0700
+             Message-ID: <3F3E9464.3030202@stason.org>
      Branch: perl
-          ! t/comp/use.t
+          ! lib/utf8.pm
 ____________________________________________________________________________
-[ 14952] By: jhi                                   on 2002/03/02  23:41:54
-        Log: The #14949 removed this error from non-Win32.
+[ 20734] By: rgs                                   on 2003/08/16  19:32:05
+        Log: Subject: [PATCH] Taint problems in Cwd::abs_path
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Fri, 15 Aug 2003 18:43:45 -0700
+             Message-ID: <20030816014345.GE4023@windhund.schwern.org>
      Branch: perl
-          ! t/lib/warnings/op
+          ! ext/Cwd/t/taint.t lib/Cwd.pm
 ____________________________________________________________________________
-[ 14951] By: jhi                                   on 2002/03/02  19:54:15
-        Log: BeOS back on track.
+[ 20733] By: jhi                                   on 2003/08/16  17:03:15
+        Log: No ODBM for Mac OS X, even if we have Fink GDBM libraries.
      Branch: perl
-          ! README.beos
+          ! hints/darwin.sh
 ____________________________________________________________________________
-[ 14950] By: jhi                                   on 2002/03/02  19:52:58
-        Log: The _POSIX_OPEN_MAX values are allowed *minimums*,
-             higher is okay.
+[ 20732] By: jhi                                   on 2003/08/16  16:52:50
+        Log: Add valgrind testing target.
      Branch: perl
-          ! ext/POSIX/t/posix.t
+          ! Makefile.SH pod/perlhack.pod t/TEST
 ____________________________________________________________________________
-[ 14949] By: jhi                                   on 2002/03/02  19:33:29
-        Log: For now, make "incorrect case" a Win32-only warning.
+[ 20731] By: jhi                                   on 2003/08/16  14:37:33
+        Log: More networking negativity.
      Branch: perl
-          ! op.c
+          ! pod/perlport.pod
 ____________________________________________________________________________
-[ 14948] By: jhi                                   on 2002/03/02  17:55:48
-        Log: Demand more before attempting socketpair().
+[ 20730] By: rgs                                   on 2003/08/16  12:12:43
+        Log: Remove a useless vstring reference in perlnumber.pod.
      Branch: perl
-          ! pp_sys.c
+          ! pod/perlnumber.pod
 ____________________________________________________________________________
-[ 14947] By: jhi                                   on 2002/03/02  17:35:09
-        Log: Remove obsolete hack.
+[ 20729] By: jhi                                   on 2003/08/16  10:11:30
+        Log: README.macosx updates about known problems.
      Branch: perl
-          ! makedepend.SH
+          ! README.macosx
 ____________________________________________________________________________
-[ 14946] By: ams                                   on 2002/03/02  16:00:32
-        Log: Forgot to delete encode.* from MANIFEST.
+[ 20728] By: jhi                                   on 2003/08/16  08:32:04
+        Log: Subject: [PATCH] Small test tweak for Memoize/t/error.t
+             From: Andreas J Koenig <andreas.koenig@anima.de>
+             Date: Fri, 15 Aug 2003 11:55:22 +0200
+             Message-ID: <87smo39red.fsf@franz.ak.mind.de>
      Branch: perl
-          ! MANIFEST
+          ! lib/Memoize/t/errors.t
 ____________________________________________________________________________
-[ 14945] By: ams                                   on 2002/03/02  14:41:03
-        Log: Delete ex-test output.
+[ 20727] By: jhi                                   on 2003/08/16  07:25:08
+        Log: Upgrade to File::Temp 0.13 from CPAN--
+             but since we had a '0.13' already in 5.8.0, make this
+             still a '0.131'.
      Branch: perl
-          - ext/Encode/t/table.rnd ext/Encode/t/table.utf8
+          ! lib/File/Temp.pm lib/File/Temp/t/mktemp.t
+          ! lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
+          ! lib/File/Temp/t/tempfile.t
 ____________________________________________________________________________
-[ 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>
+[ 20726] By: jhi                                   on 2003/08/15  20:29:10
+        Log: Clarify the E flag.
      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
+          ! embed.fnc
 ____________________________________________________________________________
-[ 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>
+[ 20725] By: jhi                                   on 2003/08/15  15:37:36
+        Log: Integrate from maint:
+             [ 20724]
+             No peeking before the buffer.
+             (This was probably the random failure showing up
+             in Solaris with t/uni/tr_7jis.t)
      Branch: perl
-          ! utils/perldoc.PL
+         !> toke.c
 ____________________________________________________________________________
-[ 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>
+[ 20721] By: jhi                                   on 2003/08/15  08:44:42
+        Log: Subject: [PATCH] TEST script (Was: Not ok 20712ff)
+             From: Andreas J Koenig <andreas.koenig@anima.de>
+             Date: Fri, 15 Aug 2003 11:37:29 +0200
+             Message-ID: <87wudf9s86.fsf_-_@franz.ak.mind.de>
      Branch: perl
-          ! pod/perldiag.pod pod/perlfunc.pod pp.c t/op/splice.t
+          ! t/TEST
 ____________________________________________________________________________
-[ 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>
+[ 20720] By: jhi                                   on 2003/08/15  08:40:07
+        Log: Integrate from maint:
+             [ 20719]
+             no_plan is not a good plan until TEST is fixed.
      Branch: perl
-          ! av.c
+         !> lib/NEXT/t/actual.t lib/NEXT/t/actuns.t lib/NEXT/t/unseen.t
 ____________________________________________________________________________
-[ 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>
+[ 20717] By: jhi                                   on 2003/08/15  05:06:39
+        Log: Up the F::S subpackage versions; up the JPL JNI.pm version
+             (the JPL cvs seems to be out of order), the only real change
+             (in JNI.xs) seems to have been CRLF->LF conversion.
      Branch: perl
-          ! pod/perldiag.pod universal.c
+          ! jpl/JNI/JNI.pm lib/File/Spec/Cygwin.pm lib/File/Spec/Unix.pm
 ____________________________________________________________________________
-[ 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>
+[ 20716] By: jhi                                   on 2003/08/15  04:58:34
+        Log: Upgrade to Test::Harness 2.30.
      Branch: perl
-          ! Configure
+          ! lib/Test/Harness.pm lib/Test/Harness/Changes
+          ! lib/Test/Harness/Straps.pm lib/Test/Harness/t/pod.t
 ____________________________________________________________________________
-[ 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.
+[ 20715] By: jhi                                   on 2003/08/15  04:41:37
+        Log: Damian replied that he'll make a CPAN Switch 2.10
+             out of 5.8.1 Switch 2.10.
      Branch: perl
-          ! Changes patchlevel.h
+          ! lib/Switch.pm
 ____________________________________________________________________________
-[ 14923] By: jhi                                   on 2002/03/01  14:17:54
-        Log: Lost in the shuffle.
+[ 20714] By: jhi                                   on 2003/08/14  18:35:07
+        Log: Add PerlIO::via::QuotedPrint to Maintainers.
      Branch: perl
-          + lib/Math/BigInt/t/downgrade.t
-          ! MANIFEST
+          ! Porting/Maintainers.pl
 ____________________________________________________________________________
-[ 14922] By: jhi                                   on 2002/03/01  13:23:41
-        Log: Advertise Tie::File.
+[ 20713] By: jhi                                   on 2003/08/14  18:33:06
+        Log: Upgrade to PerlIO::via::Quoted 0.05.
      Branch: perl
-          ! pod/perldelta.pod pod/perlfaq5.pod
+          ! lib/PerlIO/via/QuotedPrint.pm lib/PerlIO/via/t/QuotedPrint.t
 ____________________________________________________________________________
-[ 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
+[ 20712] By: jhi                                   on 2003/08/14  18:29:19
+        Log: Upgrade to NEXT 0.60.
+     Branch: perl
+          ! lib/NEXT.pm lib/NEXT/Changes lib/NEXT/README
+          ! lib/NEXT/t/actual.t lib/NEXT/t/actuns.t lib/NEXT/t/unseen.t
 ____________________________________________________________________________
-[ 14917] By: jhi                                   on 2002/03/01  02:13:24
-        Log: Encoding name mapping tweaks.
+[ 20711] By: jhi                                   on 2003/08/14  17:31:55
+        Log: perlcheat is a reference, not tutorial.
      Branch: perl
-          ! ext/Encode/Encode.pm
+          ! pod/perl.pod
 ____________________________________________________________________________
-[ 14916] By: jhi                                   on 2002/02/28  21:26:07
-        Log: metaconfig unit change for #14915.
-     Branch: metaconfig
-          ! U/modified/Init.U
+[ 20710] By: jhi                                   on 2003/08/14  16:48:34
+        Log: Subject: PATCH RC4 IO::Dir
+             From: Mark Jason Dominus <mjd@plover.com>
+             Date: Thu, 14 Aug 2003 12:02:59 -0400
+             Message-ID: <20030814160259.27586.qmail@plover.com>
+     Branch: perl
+          ! ext/IO/lib/IO/Dir.pm
 ____________________________________________________________________________
-[ 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>
+[ 20708] By: jhi                                   on 2003/08/14  14:45:20
+        Log: win32/fcrypt.c was forgotten.
      Branch: perl
-          ! Configure
+          ! MANIFEST
 ____________________________________________________________________________
-[ 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
+[ 20706] By: jhi                                   on 2003/08/14  14:40:30
+        Log: Not so great a version bump, let Paul release 0.17.
      Branch: perl
-          ! regexec.c
+          ! ext/Filter/Util/Call/Call.pm
 ____________________________________________________________________________
-[ 14913] By: gbarr                                 on 2002/02/28  13:06:11
-        Log: Sync with libnet-1.10
+[ 20705] By: jhi                                   on 2003/08/14  14:38:40
+        Log: One more XS change versus no VERSION change.
+             (Remaining in JNI.pm/xs, don't know what to about that
+             since JNI is kind of "stable".)
      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
+          ! ext/Filter/Util/Call/Call.pm
 ____________________________________________________________________________
-[ 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>
+[ 20704] By: jhi                                   on 2003/08/14  14:36:45
+        Log: XS contents changes versus VERSION non-changes.
      Branch: perl
-          ! pod/perldelta.pod
+          ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
+          ! ext/PerlIO/scalar/scalar.pm ext/SDBM_File/SDBM_File.pm
+          ! ext/Socket/Socket.pm
 ____________________________________________________________________________
-[ 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).
+[ 20702] By: jhi                                   on 2003/08/14  14:24:40
+        Log: Subject: [PATCH perl@20684] Include fcrypt.c for crypt() on Windows
+             From: Steve Hay <steve.hay@uk.radan.com>
+             Date: Thu, 14 Aug 2003 15:39:16 +0100
+             Message-ID: <3F3B9F14.4040609@uk.radan.com>
+
+             (Sarathy okayed the idea.)
      Branch: perl
-          ! lib/File/Copy.pm
+          + win32/fcrypt.c
+          - win32/des_fcrypt.patch
+          ! MANIFEST README.win32 win32/Makefile win32/makefile.mk
 ____________________________________________________________________________
-[ 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>
+[ 20701] By: jhi                                   on 2003/08/14  14:17:42
+        Log: Subject: [DOC PATCH] warnings.pl
+             From: Elizabeth Mattijsen <liz@dijkmat.nl>
+             Date: Thu, 14 Aug 2003 13:12:55 +0200
+             Message-id: <p05111b00bb611e8835e0@[192.168.56.3]>
+
+             (some rewording)
      Branch: perl
-          ! lib/Pod/Html.pm
+          ! lib/warnings.pm warnings.pl
 ____________________________________________________________________________
-[ 14909] By: jhi                                   on 2002/02/28  05:50:24
-        Log: Tests for #14908.
+[ 20700] By: gbarr                                 on 2003/08/14  14:12:45
+        Log: Update to Scalar-List-Utils 1.12
      Branch: perl
-          ! t/op/pat.t
+          ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
+          ! ext/List/Util/lib/List/Util.pm
+          ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/reduce.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;
+[ 20699] By: jhi                                   on 2003/08/14  13:16:27
+        Log: All the authors of these modules have now been contacted;
+             but assuming no CPAN updates are upcoming, here are 'fake'
+             version updates to make us different from 5.8.0.
+             (List::Util+Scalar::Util will soon be updated;
+             File::Spec CPAN release will be made based on 5.8.1.)
      Branch: perl
-          ! hv.c hv.h
+          ! ext/Data/Dumper/Dumper.pm lib/CGI/Fast.pm lib/CGI/Util.pm
+          ! lib/File/Temp.pm lib/Locale/Country.pm lib/Locale/Currency.pm
+          ! lib/Locale/Language.pm lib/Locale/Script.pm lib/Switch.pm
+          ! lib/Test/Harness/Straps.pm lib/Text/Wrap.pm
 ____________________________________________________________________________
-[ 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>
+[ 20697] By: jhi                                   on 2003/08/14  07:05:48
+        Log: Make the blead versions of these be newer...
      Branch: perl
-          ! lib/Symbol.pm
+          ! ext/B/B/Assembler.pm ext/B/B/Disassembler.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.
+[ 20696] By: jhi                                   on 2003/08/14  06:51:34
+        Log: Tweak from Slaven to catch also changed .xs files
+             (.pm -> .xs name equivalence is assumed)
      Branch: perl
-          ! pod/perlop.pod
+          ! Porting/cmpVERSION.pl
 ____________________________________________________________________________
-[ 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>
+[ 20695] By: jhi                                   on 2003/08/14  06:44:10
+        Log: Diffs-sans-version-diffs between blead and maint.
      Branch: perl
-          ! lib/File/stat.t
+          ! ext/B/B.pm ext/B/B/C.pm ext/B/B/Concise.pm ext/B/B/Deparse.pm
+          ! ext/Devel/PPPort/PPPort.pm lib/English.pm lib/overload.pm
+          ! lib/warnings.pm warnings.pl
 ____________________________________________________________________________
-[ 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
+[ 20692] By: jhi                                   on 2003/08/14  05:23:58
+        Log: One more VERSION bump.
+     Branch: perl
+          ! lib/SelfLoader.pm
 ____________________________________________________________________________
-[ 14903] By: jhi                                   on 2002/02/27  21:23:14
-        Log: Upgrade to Math::BigInt 1.53.
+[ 20691] By: jhi                                   on 2003/08/14  05:21:20
+        Log: Add a known exception.
      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
+          ! Porting/cmpVERSION.pl
 ____________________________________________________________________________
-[ 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>
+[ 20689] By: jhi                                   on 2003/08/14  04:54:18
+        Log: The blead version has got the dor.
      Branch: perl
-          ! configure.com ext/Cwd/t/cwd.t lib/ExtUtils/t/Installed.t
-          ! vms/ext/filespec.t
+          ! ext/Opcode/Opcode.pm
 ____________________________________________________________________________
-[ 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>
+[ 20688] By: jhi                                   on 2003/08/14  04:51:30
+        Log: A swath of VERSION patches from Nick Clark.
+     Branch: perl
+          ! lib/AutoSplit.pm lib/CPAN/Nox.pm lib/Cwd.pm lib/English.pm
+          ! lib/File/Basename.pm lib/File/Copy.pm lib/File/Path.pm
+          ! lib/Hash/Util.pm lib/Net/hostent.pm lib/Net/servent.pm
+          ! lib/Text/Abbrev.pm lib/Thread/Semaphore.pm lib/Tie/Array.pm
+          ! lib/Tie/RefHash.pm lib/UNIVERSAL.pm lib/Unicode/UCD.pm
+          ! lib/attributes.pm lib/base.pm lib/diagnostics.pm lib/fields.pm
+          ! lib/filetest.pm lib/open.pm lib/overload.pm lib/utf8.pm
+          ! lib/vmsish.pm os2/OS2/Process/Process.pm
+          ! os2/OS2/REXX/DLL/DLL.pm t/TestInit.pm
+          ! t/lib/MakeMaker/Test/Utils.pm t/lib/Math/BigInt/BareCalc.pm
+          ! vms/ext/Filespec.pm warnings.pl
+____________________________________________________________________________
+[ 20687] By: jhi                                   on 2003/08/13  18:53:15
+        Log: Alpha version numbers noticed by Schwern.
+             (These hacks are no more needed since the PAUSE indexer no
+             more indexes the insides of Perl distributions, says Andreas.)
+     Branch: perl
+          ! ext/Devel/DProf/DProf.pm ext/Devel/Peek/Peek.pm
+          ! ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Handle.pm
+          ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Socket/UNIX.pm
+          ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
+          ! ext/IPC/SysV/SysV.pm
+____________________________________________________________________________
+[ 20686] By: jhi                                   on 2003/08/13  18:42:50
+        Log: Subject: Re: script wanted
+             From: Nicholas Clark <nick@ccl4.org>
+             Date: Wed, 13 Aug 2003 20:46:09 +0100
+             Message-ID: <20030813204609.G20130@plum.flirble.org>
+     Branch: perl
+          ! ext/B/B.pm ext/B/B/Bblock.pm ext/B/B/C.pm ext/B/B/Debug.pm
+          ! ext/B/B/Lint.pm ext/Fcntl/Fcntl.pm ext/File/Glob/Glob.pm
+          ! ext/IO/IO.pm ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
+          ! ext/IO/lib/IO/Select.pm ext/IO/lib/IO/Socket.pm
+          ! ext/IO/lib/IO/Socket/INET.pm ext/IPC/SysV/Msg.pm
+          ! ext/IPC/SysV/Semaphore.pm ext/POSIX/POSIX.pm
+          ! ext/Sys/Hostname/Hostname.pm ext/Sys/Syslog/Syslog.pm
+          ! ext/re/re.pm ext/threads/shared/shared.pm
+          ! ext/threads/threads.pm
+____________________________________________________________________________
+[ 20685] By: jhi                                   on 2003/08/13  18:24:50
+        Log: Subject: Re: script wanted
+             From: Enache Adrian <enache@rdslink.ro>
+             Date: Wed, 13 Aug 2003 22:31:18 +0300
+             Message-ID: <20030813193118.GA1273@ratsnest.hole>
      Branch: perl
-          ! Makefile.SH README.cygwin cygwin/perlld.in
+          ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Assembler.pm
+          ! ext/B/B/Disassembler.pm
 ____________________________________________________________________________
-[ 14900] By: jhi                                   on 2002/02/27  19:06:39
-        Log: Update the UTF-8 explanation table.
+[ 20681] By: jhi                                   on 2003/08/13  17:13:12
+        Log: Subject: [PATCH lib/lib_pm.PL utils/perlcc.PL utils/h2xs.PL] RE: script wanted
+             From: Robin Barker <Robin.Barker@npl.co.uk>
+             Date: Wed, 13 Aug 2003 18:05:38 +0100
+             Message-ID: <533D273D4014D411AB1D00062938C4D904046637@hotel.npl.co.uk>
      Branch: perl
-          ! pod/perlunicode.pod utf8.h
+          ! lib/lib_pm.PL utils/h2xs.PL utils/perlcc.PL
 ____________________________________________________________________________
-[ 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 breakage
-             since #12251)
+[ 20680] By: jhi                                   on 2003/08/13  17:11:38
+        Log: Subject: [PATCH] GNU Public General Public General GNU Public License License
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Wed, 13 Aug 2003 11:15:40 -0700
+             Message-ID: <20030813181539.GA22658@windhund.schwern.org>
      Branch: perl
-          ! gv.c op.c t/op/runlevel.t toke.c
+          ! pod/perlartistic.pod pod/perlgpl.pod
 ____________________________________________________________________________
-[ 14898] By: jhi                                   on 2002/02/27  16:01:47
-        Log: Update Changes.
+[ 20678] By: jhi                                   on 2003/08/13  13:46:18
+        Log: Add cmpVERSION.pl from Slaven for comparing two
+             Perl source trees for modules that have changed
+             but have the same version numbers.
      Branch: perl
-          ! Changes patchlevel.h
+          + Porting/cmpVERSION.pl
+          ! MANIFEST
 ____________________________________________________________________________
-[ 14897] By: jhi                                   on 2002/02/27  15:26:12
-        Log: perldelta updates.
+[ 20676] By: jhi                                   on 2003/08/13  12:03:08
+        Log: Make Johan's confusion go away, but there are no doubt more
+             similar cases.
      Branch: perl
-          ! pod/perldelta.pod
+          ! lib/File/Find.pm
 ____________________________________________________________________________
-[ 14896] By: jhi                                   on 2002/02/27  15:23:21
-        Log: Signedness nit.
+[ 20674] By: jhi                                   on 2003/08/13  11:57:47
+        Log: Make (hopefully) the Windows CR CR LF bug go away
+             by making the CRLF layer repel any other CRLF layers.
+             In other words: binmode(FH, ":crlf") in e.g. Win32
+             is effectively a no-op since there already is one
+             CRLF layer in the stack by default.
      Branch: perl
-          ! regexec.c
+          ! perlio.c pod/perlrun.pod t/io/crlf.t t/io/layers.t
 ____________________________________________________________________________
-[ 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)
+[ 20673] By: jhi                                   on 2003/08/13  10:29:56
+        Log: One tweak from Dave Mitchell.
      Branch: perl
-          ! README.hpux hints/hpux.sh
+          ! pod/perlport.pod
 ____________________________________________________________________________
-[ 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.
+[ 20672] By: jhi                                   on 2003/08/13  10:27:54
+        Log: One tweak for microperl in OS/2.
      Branch: perl
-          ! makedef.pl perl.h
+          ! 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>
+[ 20671] By: merijn                                on 2003/08/13  08:57:27
+        Log: Subject: [PATCH] another VMS pod nit
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Wed, 13 Aug 2003 01:01:46 -0500
+             Message-ID: <3F39D44A.4010207@mac.com>
      Branch: perl
-          ! pod/perlrun.pod
+          ! vms/descrip_mms.template
 ____________________________________________________________________________
-[ 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>
+[ 20670] By: merijn                                on 2003/08/13  08:54:45
+        Log: Subject: [PATCH Tie::File] turn the alarm off in the tests (was Re: maint @ 20617 (on VMS))
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Tue, 12 Aug 2003 21:12:00 -0500
+             Message-ID: <3F399E70.4050607@mac.com>
      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
+          ! lib/Tie/File/t/24_cache_loop.t lib/Tie/File/t/29_downcopy.t
+          ! lib/Tie/File/t/29a_upcopy.t
 ____________________________________________________________________________
-[ 14891] By: jhi                                   on 2002/02/27  01:11:13
-        Log: Only modify LD_LIBRARY_PATH in case there are directories.
+[ 20669] By: jhi                                   on 2003/08/13  06:06:39
+        Log: More don't:s for nyetworking.
      Branch: perl
-          ! hints/dec_osf.sh
+          ! pod/perlport.pod
 ____________________________________________________________________________
-[ 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>
+[ 20668] By: rgs                                   on 2003/08/12  20:27:41
+        Log: perlipc thinko by John P. Linderman.
      Branch: perl
-          ! hints/vos.sh
+          ! pod/perlipc.pod
 ____________________________________________________________________________
-[ 14889] By: jhi                                   on 2002/02/27  00:59:33
-        Log: Forgot from #14888.
+[ 20666] By: jhi                                   on 2003/08/12  20:02:13
+        Log: Subject: Re: maint @ 20617 [PATCH]
+             From: =?iso-8859-1?q?Sreeji=20K=20Das?= <sreeji_k@yahoo.com>
+             Date: Tue, 12 Aug 2003 13:19:00 +0100 (BST)
+             Message-ID: <20030812121900.26127.qmail@web10501.mail.yahoo.com>
      Branch: perl
-          ! ext/Unicode/Normalize/mkheader
+          ! lib/ExtUtils/Installed.pm
 ____________________________________________________________________________
-[ 14888] By: jhi                                   on 2002/02/27  00:50:55
-        Log: Unicode::Normalize 0.14 synch, from SADAHIRO Tomoyuki.
+[ 20665] By: jhi                                   on 2003/08/12  19:59:54
+        Log: README.cygwin updates from Gerrit P. Haase.
      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
+          ! README.cygwin
 ____________________________________________________________________________
-[ 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>
+[ 20664] By: jhi                                   on 2003/08/12  19:57:53
+        Log: Do some updates also on pod.mak -- which seems to
+             be badly out of date.
      Branch: perl
-          ! doop.c pod/perldiag.pod t/op/vec.t
+          ! win32/pod.mak
 ____________________________________________________________________________
-[ 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>
+[ 20663] By: jhi                                   on 2003/08/12  19:48:01
+        Log: More missing pods for VMS.
      Branch: perl
-          ! t/lib/access.t
+          ! vms/descrip_mms.template
 ____________________________________________________________________________
-[ 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)
+[ 20662] By: jhi                                   on 2003/08/12  19:43:46
+        Log: Subject: [PATCH: perl@20617] add handling for new perlreref.pod file to VMS build.
+             From: PPrymmer@factset.com
+             Date: Tue, 12 Aug 2003 16:24:21 -0400
+             Message-ID: <OF26F453CA.0F963A91-ON85256D80.006F991A-85256D80.007017F2@factset.com>
+     Branch: perl
+          ! vms/descrip_mms.template
 ____________________________________________________________________________
-[ 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).
+[ 20661] By: jhi                                   on 2003/08/12  19:41:50
+        Log: perlreref tweaks from SADAHIRO Tomoyuki and Ian Truskett.
      Branch: perl
-          ! t/base/num.t
+          ! pod/perlreref.pod
 ____________________________________________________________________________
-[ 14883] By: jhi                                   on 2002/02/26  11:09:07
-        Log: Neither.
+[ 20660] By: jhi                                   on 2003/08/12  18:44:27
+        Log: A better patch from Yitzchak Scott-Thoennes for [perl #23287].
      Branch: perl
-          ! pod/perldelta.pod
+          ! pp_sys.c
 ____________________________________________________________________________
-[ 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>
+[ 20657] By: jhi                                   on 2003/08/12  13:55:56
+        Log: Multiline one-liners are a bit too much to ask.
      Branch: perl
-          ! hv.c pod/perldiag.pod
+          ! t/op/closure.t
 ____________________________________________________________________________
-[ 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>
+[ 20654] By: jhi                                   on 2003/08/12  13:23:00
+        Log: Add perlcheat to the toc and perl.pod; regen toc.
      Branch: perl
-          ! ext/B/B/Concise.pm
+          ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
 ____________________________________________________________________________
-[ 14880] By: jhi                                   on 2002/02/26  02:36:16
-        Log: POSIX: add isatty to @EXPORT_OK, reformat.
+[ 20653] By: jhi                                   on 2003/08/12  13:15:17
+        Log: Retract #20644 and #20643; on non-microperl non-fcntl
+             systems Wrong Thing would be done.  (And as Sarathy
+             points out, closing both ends of a pipe is rather
+             identical to never opening it...)
      Branch: perl
-          ! ext/POSIX/POSIX.pm
+          ! pp_sys.c util.c
 ____________________________________________________________________________
-[ 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).
+[ 20652] By: ams                                   on 2003/08/12  13:06:40
+        Log: Subject: perlcheat
+             From: Juerd <juerd@cpan.org>
+             Date: Mon, 11 Aug 2003 20:24:34 +0200
+             Message-Id: <20030811182434.GI17748@c3.convolution.nl>
      Branch: perl
-          ! hints/dec_osf.sh
+          + pod/perlcheat.pod
+          ! MANIFEST
 ____________________________________________________________________________
-[ 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>
+[ 20651] By: jhi                                   on 2003/08/12  12:52:09
+        Log: Microperl expects C89 (like the rest of Perl).
      Branch: perl
-          ! lib/Symbol.pm lib/Symbol.t
+          ! README.micro
 ____________________________________________________________________________
-[ 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>
+[ 20650] By: jhi                                   on 2003/08/12  12:32:29
+        Log: Subject: [PATCH 5.8.1 @20218] xsubpp: wrong code
+             From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
+             Date: Sun, 3 Aug 2003 06:19:02 -0700
+             Message-ID: <20030803131902.GA5146@math.berkeley.edu>
      Branch: perl
-          ! pod/perlvar.pod
+          ! lib/ExtUtils/xsubpp
 ____________________________________________________________________________
-[ 14876] By: jhi                                   on 2002/02/25  22:23:11
-        Log: Big5 tweaks from Autrijus Tang.
+[ 20648] By: jhi                                   on 2003/08/12  11:56:52
+        Log: If we are void we cannot return a value.
      Branch: perl
-          ! ext/Encode/Encode/big5.enc
+          ! mg.c
 ____________________________________________________________________________
-[ 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>
+[ 20647] By: jhi                                   on 2003/08/12  11:54:32
+        Log: Oops.
      Branch: perl
-          ! Porting/Glossary Porting/config.sh Porting/config_H configpm
+          ! perl.c
 ____________________________________________________________________________
-[ 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>
+[ 20646] By: jhi                                   on 2003/08/12  11:51:25
+        Log: Apply much of Ilya's microperl patch, but instead of
+             implementing the opendir()/readdir()/closedir() using
+             external commands give up "ANSI-pureness" and define them
+             in uconfig.sh, also define other stuff like rename() and putenv().
+             Leave out the $| emulation in my_fork() since we are
+             not supposed to have fork() under microperl.
      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
+          ! Makefile.micro README.micro doio.c mg.c perl.c perl.h
+          ! perlvars.h pp_sys.c sv.c uconfig.h uconfig.sh util.c
 ____________________________________________________________________________
-[ 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.)
+[ 20645] By: jhi                                   on 2003/08/12  10:40:54
+        Log: Localize PARENT (based on Ilya's microperl patch).
      Branch: perl
-          ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
-          ! lib/I18N/LangTags/List.pm
+          ! lib/Cwd.pm
 ____________________________________________________________________________
-[ 14872] By: jhi                                   on 2002/02/25  21:22:32
-        Log: Upgrade to Getopt::Long 2.28.
+[ 20644] By: jhi                                   on 2003/08/12  10:37:55
+        Log: More microperlish faking in case no fcntl F_SETFD for pipes.
      Branch: perl
-          ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES
-          ! lib/Getopt/Long/README
+          ! util.c
 ____________________________________________________________________________
-[ 14871] By: jhi                                   on 2002/02/25  19:46:35
-        Log: No =head.
+[ 20643] By: jhi                                   on 2003/08/12  10:13:53
+        Log: A generally useful hunk from Ilya's microperl patch.
+             (If no fcntl F_SETFD, fake it the best we can.)
      Branch: perl
-          ! pod/perlebcdic.pod
+          ! pp_sys.c
 ____________________________________________________________________________
-[ 14870] By: jhi                                   on 2002/02/25  15:02:50
-        Log: Update Changes.
+[ 20640] By: jhi                                   on 2003/08/12  09:59:16
+        Log: returning would be good, too.
      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
+          ! ext/Safe/t/safeops.t
 ____________________________________________________________________________
-[ 14868] By: jhi                                   on 2002/02/25  14:53:43
-        Log: Some hosts understand split -l 50, some only split -50
-             (from Paul Eggert).
+[ 20639] By: jhi                                   on 2003/08/12  09:57:07
+        Log: No dor in maint.
      Branch: perl
-          ! Configure
+          ! ext/Safe/t/safeops.t
 ____________________________________________________________________________
-[ 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)
+[ 20634] By: jhi                                   on 2003/08/12  08:41:49
+        Log: Subject: [PATCH 5.8.1 @19053] XSLoader revisted
+             From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
+             Date: Mon, 21 Apr 2003 22:44:37 -0700
+             Message-ID: <20030422054437.GA8297@math.berkeley.edu>
+
+             (the XSLoader doc hunk; the h2xs looks like a behavioural change)
      Branch: perl
-          ! win32/win32.c
+          ! ext/DynaLoader/XSLoader_pm.PL
 ____________________________________________________________________________
-[ 14866] By: jhi                                   on 2002/02/25  14:35:19
-        Log: Mention the new pack tricks.
+[ 20633] By: jhi                                   on 2003/08/12  08:31:01
+        Log: Subject: [PATCH h2xs] produce Foo-Bar/lib/Foo/Bar.pm
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Sat, 9 Aug 2003 15:03:02 -0700
+             Message-ID: <20030809220301.GE24919@windhund.schwern.org>
+
+             (plus one extra catfile() in h2xs.t)
      Branch: perl
-          ! pod/perldelta.pod
+          ! lib/h2xs.t utils/h2xs.PL
 ____________________________________________________________________________
-[ 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>
+[ 20632] By: jhi                                   on 2003/08/12  08:11:08
+        Log: The Debian people have expressed a wish for the boilerplate
+             being specific about the Perl version; patch from Nick Clark.
      Branch: perl
-          ! lib/perl5db.pl pod/perldebguts.pod pod/perldebtut.pod
-          ! pod/perldebug.pod pod/perldelta.pod
+          ! utils/h2xs.PL
 ____________________________________________________________________________
-[ 14864] By: jhi                                   on 2002/02/25  13:51:32
-        Log: Typo corrections from John P. Linderman.
+[ 20631] By: jhi                                   on 2003/08/12  08:09:43
+        Log: A new try from Dave Mitchell for [perl #23265].
      Branch: perl
-          ! ext/IPC/SysV/Semaphore.pm
+          ! pad.c t/op/closure.t
 ____________________________________________________________________________
-[ 14863] By: jhi                                   on 2002/02/25  13:49:32
-        Log: Upgrade to Math::BigInt 1.52.
+[ 20630] By: jhi                                   on 2003/08/12  07:59:22
+        Log: Fix for [perl #23287] segfault in untie.
+             (Well, at least no more coredump.)
      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
+          ! pp_sys.c t/op/tie.t
 ____________________________________________________________________________
-[ 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>
+[ 20629] By: jhi                                   on 2003/08/12  06:24:32
+        Log: =head2 ALL CAPS
      Branch: perl
-          ! lib/Cwd.pm lib/Net/Cmd.pm
+          ! pod/perlreref.pod
 ____________________________________________________________________________
-[ 14861] By: jhi                                   on 2002/02/25  03:40:45
-        Log: Cut-and-paste errors.
+[ 20628] By: jhi                                   on 2003/08/12  06:22:25
+        Log: Too enthusiastic head2-ing.
      Branch: perl
-          ! t/op/pat.t
+          ! pod/perlreref.pod
 ____________________________________________________________________________
-[ 14860] By: jhi                                   on 2002/02/25  03:36:24
-        Log: EBCDIC: the control characters are not that easy to find.
+[ 20627] By: jhi                                   on 2003/08/12  05:17:14
+        Log: Gotta Get'em Cases Right.
      Branch: perl
-          ! t/op/pat.t
+          ! pod/perlreref.pod
 ____________________________________________________________________________
-[ 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>
+[ 20626] By: jhi                                   on 2003/08/12  05:04:02
+        Log: head2-ify many of the head1s, will probably make this look
+             better in HTML.
      Branch: perl
-          ! sv.c
+          ! pod/perlreref.pod
 ____________________________________________________________________________
-[ 14858] By: jhi                                   on 2002/02/25  00:01:13
-        Log: SvSetSV() is not returnable, but that's okay since
-             sv_copypv() returns void.
+[ 20625] By: jhi                                   on 2003/08/12  04:55:32
+        Log: Subject: Re: [PATCH] perlreref.pod tweaks
+             From: Iain Truskett <spoon@cpan.org>
+             Date: Tue, 12 Aug 2003 13:59:27 +1000
+             Message-ID: <20030812035927.GJ7914@gytha.anu.edu.au>
+
+             plus explain "Titlecase".
      Branch: perl
-          ! sv.c
+          ! pod/perlreref.pod
 ____________________________________________________________________________
-[ 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>               
+[ 20623] By: rgs                                   on 2003/08/11  19:59:17
+        Log: Add a new regression test for Safe : tests that all ops
+             can be trapped by a Safe compartement (except for the ones
+             that can't.)
      Branch: perl
-          ! embed.fnc embed.h global.sym lib/overload.t pod/perlapi.pod
-          ! pp_hot.c proto.h sv.c
+          + ext/Safe/t/safeops.t
+          ! MANIFEST
 ____________________________________________________________________________
-[ 14856] By: jhi                                   on 2002/02/24  20:15:51
-        Log: Tiny code cleanup.
+[ 20622] By: rgs                                   on 2003/08/11  18:33:06
+        Log: B::Deparse wasn't handling correctly builtins that
+             have two filehandles in their prototypes (pipe, socketpair,
+             accept) when non-bareword prototypes were used.
      Branch: perl
-          ! regexec.c
+          ! ext/B/B/Deparse.pm
 ____________________________________________________________________________
-[ 14855] By: jhi                                   on 2002/02/24  19:49:01
-        Log: Use to_uni_fold().
+[ 20620] By: jhi                                   on 2003/08/11  17:08:29
+        Log: Subject: [PATCH] [@20616] perlreref.pod incorrectly describes \c
+             From: merlyn@stonehenge.com (Randal L. Schwartz)
+             Date: 11 Aug 2003 09:45:29 -0700
+             Message-ID: <86isp4kus6.fsf@blue.stonehenge.com>
+
+             Subject: [PATCH] perlreref.pod tweaks
+             From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
+             Date: Mon, 11 Aug 2003 13:19:51 -0400
+             Message-ID: <20030811171951.GA332851@linguist.thayer.dartmouth.edu>
+
+             Plus a note about {,n} not being a quantifier.
      Branch: perl
-          ! regcomp.c
+          ! pod/perlreref.pod
 ____________________________________________________________________________
-[ 14854] By: jhi                                   on 2002/02/24  19:45:43
-        Log: Document the new taint behaviour of exec LIST and
-             system LIST.
+[ 20619] By: jhi                                   on 2003/08/11  15:50:34
+        Log: Integrate:
+             [ 20618]
+             $* is not yet fully gone in 5.8.1.
      Branch: perl
-          ! pod/perldelta.pod
+         !> pod/perlreref.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>
+[ 20614] By: nick                                  on 2003/08/11  12:14:55
+        Log: Allow via layer to affect the PERLIO_F_UTF8 flag.
      Branch: perl
-          ! pod/perldiag.pod pod/perlsec.pod pp_sys.c t/op/taint.t
+          ! ext/PerlIO/via/via.pm ext/PerlIO/via/via.xs
 ____________________________________________________________________________
-[ 14852] By: jhi                                   on 2002/02/24  18:20:55
-        Log: EBCDIC tweak (native instead of uni) and comment update.
+[ 20612] By: jhi                                   on 2003/08/11  10:55:19
+        Log: VC6 warning: result still unsigned.
      Branch: perl
           ! regexec.c
 ____________________________________________________________________________
-[ 14851] By: jhi                                   on 2002/02/24  13:02:53
-        Log: Using uninitialized (and wrong) variables is not good.
+[ 20611] By: jhi                                   on 2003/08/11  08:33:13
+        Log: Typo fix from Boris Zentner.
      Branch: perl
-          ! regcomp.c
+          ! pod/perlfaq5.pod
 ____________________________________________________________________________
-[ 14850] By: jhi                                   on 2002/02/24  05:28:15
-        Log: EBCDIC: this seems to calm the last of the
-             Malformed UTF-8 warnings.
+[ 20609] By: jhi                                   on 2003/08/11  04:28:29
+        Log: Subject: [perl #23273] warnings in Unicode::UCD
+             From: Lukas Mai (via RT) <perlbug-followup@perl.org>
+             Date: 10 Aug 2003 22:37:41 -0000
+             Message-ID: <rt-23273-62473.18.6967347513833@rt.perl.org>
      Branch: perl
-          ! regcomp.c utf8.c
+          ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
 ____________________________________________________________________________
-[ 14849] By: jhi                                   on 2002/02/23  23:35:03
-        Log: EBCDIC: document using Encode for character conversions.
+[ 20608] By: jhi                                   on 2003/08/11  04:24:34
+        Log: Explain the 'Wide character in print' a bit more.
      Branch: perl
-          ! pod/perlebcdic.pod
+          ! pod/perldiag.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.
+[ 20607] By: rgs                                   on 2003/08/10  20:44:23
+        Log: Subject: Re: killing for vital signs [PATCH]
+             From: "John P. Linderman" <jpl@research.att.com>
+             Date: Sun, 10 Aug 2003 15:44:33 -0400 (EDT)
+             Message-Id: <200308101944.PAA96547@raptor.research.att.com>
      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
+          ! pod/perlfunc.pod pod/perlipc.pod
 ____________________________________________________________________________
-[ 14847] By: jhi                                   on 2002/02/23  20:12:21
-        Log: AUTHORS updates.
+[ 20605] By: jhi                                   on 2003/08/10  20:38:39
+        Log: gcc -ansi -pedantic cleanup; and a seemingly forgotten
+             sv_placeholder hunk.
      Branch: perl
-          ! AUTHORS
+          ! perl.h sv.h
 ____________________________________________________________________________
-[ 14846] By: jhi                                   on 2002/02/23  20:05:10
-        Log: Retract #14571: there may be a better solution than
-             tweaking the test.
+[ 20604] By: jhi                                   on 2003/08/10  20:14:28
+        Log: Clarify the format checking instructions.
      Branch: perl
-          ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
+          ! Porting/pumpkin.pod
 ____________________________________________________________________________
-[ 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]>         
+[ 20602] By: jhi                                   on 2003/08/10  19:45:45
+        Log: Retract #20597, too many resulting core dumps.
      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
+          ! pad.c t/op/closure.t
 ____________________________________________________________________________
-[ 14843] By: jhi                                   on 2002/02/23  18:36:43
-        Log: Also Encode/JP needs to be listed explicitly.
-             (Any other sub-Encode extensions?)
+[ 20597] By: jhi                                   on 2003/08/10  17:55:03
+        Log: Subject: Re: [perl #23265] Nested anonymous subs
+             From: Dave Mitchell <davem@fdgroup.com>
+             Date: Sun, 10 Aug 2003 01:35:30 +0100
+             Message-ID: <20030810003530.GB6547@fdgroup.com>
      Branch: perl
-          ! Configure
+          ! pad.c t/op/closure.t
 ____________________________________________________________________________
-[ 14842] By: jhi                                   on 2002/02/23  18:17:07
-        Log: Document known UNICOS/mk deficiency.
+[ 20596] By: jhi                                   on 2003/08/10  17:38:35
+        Log: Try simple workaround for the POSIX autosplit.ix warning.
      Branch: perl
-          ! pod/perldelta.pod
+          ! ext/POSIX/POSIX.pm
 ____________________________________________________________________________
-[ 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>
+[ 20595] By: jhi                                   on 2003/08/10  17:33:12
+        Log: One more PL_csighandlerp.
      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
+          ! ext/POSIX/POSIX.xs
 ____________________________________________________________________________
-[ 14839] By: jhi                                   on 2002/02/23  03:32:32
-        Log: Old hosts like NeXT Classic don't have sort -k,
-             from Paul Eggert.
+[ 20594] By: rgs                                   on 2003/08/10  13:30:11
+        Log: Further tweaks on perlreref.pod (by Iain Truskett)
      Branch: perl
-          ! Configure
+          ! pod/perlreref.pod
 ____________________________________________________________________________
-[ 14838] By: ams                                   on 2002/02/22  21:14:29
-        Log: Minor clarifications as suggested by Anton Tagunov.
+[ 20593] By: rgs                                   on 2003/08/10  12:32:47
+        Log: Add the perlreref manpage, by Iain Truskett
+             (regular expressions quick reference.)
+             Regenerate the table of contents.
      Branch: perl
-          ! pod/perlsyn.pod
+          + pod/perlreref.pod
+          ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.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>
+[ 20592] By: rgs                                   on 2003/08/09  21:13:27
+        Log: Remove ByteLoader from the list of modules whose compilability should
+             be tested : it's loaded (at runtime) by ext/B/t/bytecode.t (as Enache
+             pointed out.)
      Branch: perl
-          ! sv.c t/op/gv.t
+          ! t/lib/1_compile.t
 ____________________________________________________________________________
-[ 14836] By: jhi                                   on 2002/02/22  20:39:11
-        Log: metaconfig unit change for #14835.
-     Branch: metaconfig
-          ! U/modified/Chk_MANI.U
+[ 20591] By: rgs                                   on 2003/08/09  21:08:59
+        Log: Subject: [PATCH] add "$lexical not available" warning in C<for my $lex ()>
+             From: Dave Mitchell <davem@fdgroup.com>
+             Date: Sat, 9 Aug 2003 14:51:44 +0100
+             Message-ID: <20030809135144.GC4997@fdgroup.com>
+     Branch: perl
+          ! embed.fnc embed.h global.sym op.c pp_ctl.c proto.h scope.c
+          ! scope.h t/lib/warnings/pad
 ____________________________________________________________________________
-[ 14835] By: jhi                                   on 2002/02/22  20:38:32
-        Log: In AIX the split(1) default (1000 lines) chokes the /usr/bin/ls.
+[ 20590] By: rgs                                   on 2003/08/09  21:02:21
+        Log: Regenerate perlapi.pod.
      Branch: perl
-          ! Configure
+          ! pod/perlapi.pod
 ____________________________________________________________________________
-[ 14834] By: jhi                                   on 2002/02/22  18:06:01
-        Log: Subject: [PATCH] Re: Pyrrhic compression in Encode
+[ 20589] By: rgs                                   on 2003/08/09  20:26:28
+        Log: Subject: [PATCH t/lib/1_compile.t] Removing tested modules
              From: Michael G Schwern <schwern@pobox.com>
-             Date: Fri, 22 Feb 2002 12:10:28 -0500
-             Message-ID: <20020222171027.GB4181@blackrider>
+             Date: Sat, 9 Aug 2003 13:36:59 -0700
+             Message-ID: <20030809203659.GB24919@windhund.schwern.org>
      Branch: perl
-          ! ext/Encode/compile
+          ! t/lib/1_compile.t
 ____________________________________________________________________________
-[ 14833] By: jhi                                   on 2002/02/22  14:51:17
-        Log: Update Changes.
+[ 20588] By: jhi                                   on 2003/08/09  18:13:07
+        Log: Update Jon Orwant's email address as he wants it,
+             drop TPJ URL; upate also Doug MacEachern's address.
      Branch: perl
-          ! Changes patchlevel.h
+          ! pod/perlembed.pod pod/perlmodinstall.pod
 ____________________________________________________________________________
-[ 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).
+[ 20587] By: ams                                   on 2003/08/09  18:09:34
+        Log: hv_fetch_{ent,flags} failed to set HvHASKFLAGS on a hash where a
+             normal key was replaced by its UTF-8 equivalent. This caused the
+             "Storable problem" RT3 users reported under RH9.
      Branch: perl
-          ! pod/perlfunc.pod pod/perltodo.pod pp_pack.c t/op/pack.t
+          ! hv.c
 ____________________________________________________________________________
-[ 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>
+[ 20586] By: jhi                                   on 2003/08/09  18:08:20
+        Log: Subject: [PATCH perlmodinstall.pod] Installation on Win32
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Fri, 8 Aug 2003 18:35:51 -0700
+             Message-ID: <20030809013550.GS1587@windhund.schwern.org>
      Branch: perl
-          ! ext/Encode/compile
+          ! pod/perlmodinstall.pod
 ____________________________________________________________________________
-[ 14830] By: jhi                                   on 2002/02/22  13:44:27
-        Log: NetWare change from Ananth Kesari.
+[ 20584] By: jhi                                   on 2003/08/09  18:05:22
+        Log: Reintroduce the U_32-ification to pad.c,
+             suggested by Dave Mitchell.
      Branch: perl
-          - NetWare/t/NWModify-Exist.pl NetWare/t/NWScripts-Exist.pl
-          ! MANIFEST
+          ! pad.c
 ____________________________________________________________________________
-[ 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>
+[ 20583] By: rgs                                   on 2003/08/09  12:43:50
+        Log: Change #20578 to SelfLoader is probably also useful to AutoSplit.
      Branch: perl
-          ! pod/perlfunc.pod pp_pack.c t/op/pack.t
+          ! lib/AutoSplit.pm
+____________________________________________________________________________
+[ 20579] By: jhi                                   on 2003/08/09  08:07:22
+        Log: Some updates for the memory use debugging section:
+             -DL is obsolete, mention Devel::Size, and Purify and valgrind.
+     Branch: perl
+          ! pod/perldebguts.pod
 ____________________________________________________________________________
-[ 14828] By: jhi                                   on 2002/02/22  13:19:19
-        Log: EBCDIC: Disable Encode::JP and Encode::Tcl for now.
+[ 20578] By: jhi                                   on 2003/08/09  07:34:16
+        Log: Fix from Dave Mitchell to the recent from lib/Devel/SelfStubber.t:
+             Variable "$nested" is not available at (re_eval 4) line 2, <DATA> line 8.
+             which was on old bug unearthed by the change #20559.
+             Basically, qr// + (??{$lexical}) combination is very, VERY broken.
+             Workaround is not to use lexicals.
      Branch: perl
-          ! ext/Encode/JP/JP.pm ext/Encode/lib/Encode/Tcl.pm
+          ! lib/SelfLoader.pm
 ____________________________________________________________________________
-[ 14827] By: jhi                                   on 2002/02/22  13:11:00
-        Log: Make measure_struct a file static.
+[ 20577] By: jhi                                   on 2003/08/09  07:28:41
+        Log: The libcygipc doesn't really work with the Perl SysV IPC tests
+             so no much point in adding it yet.
      Branch: perl
-          ! pp_pack.c
+          ! hints/cygwin.sh
 ____________________________________________________________________________
-[ 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.
+[ 20575] By: jhi                                   on 2003/08/09  07:24:43
+        Log: Retract #20524 since it was due to broken INT32_MIN in
+             Cygwin 1.5's stdint.h.
      Branch: perl
-          ! ext/Encode/t/JP.t ext/Encode/t/Tcl.t
+          ! pad.c
 ____________________________________________________________________________
-[ 14825] By: jhi                                   on 2002/02/22  02:43:03
-        Log: croak() needs context.
+[ 20574] By: jhi                                   on 2003/08/09  07:11:32
+        Log: Subject: [ PATCH] Re: strange destruction problem on VMS
+             From: Dave Mitchell <davem@fdgroup.com>
+             Date: Fri, 8 Aug 2003 22:28:48 +0100
+             Message-ID: <20030808212848.GA2628@fdgroup.com>
      Branch: perl
-          ! pp_pack.c
+          ! sv.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>
+[ 20573] By: jhi                                   on 2003/08/09  07:09:07
+        Log: Subject: Re: [PATCH] perlfaq8.pod and MakeMaker's PREFIX=
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Fri, 8 Aug 2003 13:59:50 -0700
+             Message-ID: <20030808205950.GJ1587@windhund.schwern.org>
      Branch: perl
-          ! embed.fnc embed.h pod/perldiag.pod pod/perlfunc.pod pp_pack.c
-          ! proto.h t/op/pack.t
+          ! pod/perlfaq8.pod
 ____________________________________________________________________________
-[ 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>
+[ 20572] By: jhi                                   on 2003/08/09  07:06:37
+        Log: Subject: [PATCH] kill 'INT' doesn't work on Windows
+             From: Jan Dubois <jand@ActiveState.com>
+             Date: Fri, 08 Aug 2003 17:49:03 -0700
+             Message-ID: <ite8jvgjgcfm8e9dhl6f4dtstrbmn1vmpk@4ax.com>
      Branch: perl
-          ! ext/Encode/compile
+          ! win32/win32.c
 ____________________________________________________________________________
-[ 14822] By: jhi                                   on 2002/02/21  22:42:17
-        Log: Test for #14795.
+[ 20571] By: jhi                                   on 2003/08/09  06:53:54
+        Log: Subject: [PATCH] Re: [PATCH] Re: Storing &PL_sv_undef as a hash key with perl-5.8.x
+             From: Nicholas Clark <nick@ccl4.org>
+             Date: Fri, 8 Aug 2003 23:30:00 +0100
+             Message-ID: <20030808233000.B20130@plum.flirble.org>
      Branch: perl
-          ! t/op/pat.t
+          ! ext/Storable/Storable.xs
 ____________________________________________________________________________
-[ 14821] By: jhi                                   on 2002/02/21  22:05:20
-        Log: Testing for ASCII in EBCDIC makes one's brain hurt.
+[ 20570] By: jhi                                   on 2003/08/09  06:52:36
+        Log: Two more tests for #20566/#20568.
      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>
+[ 20568] By: jhi                                   on 2003/08/08  21:05:24
+        Log: Subject: [PATCH] Re: UNICODE regexp bug
+             From: Nick Ing-Simmons <nick@ing-simmons.net>
+             Date: Fri, 08 Aug 2003 23:05:49 +0100
+             Message-Id: <20030808220549.5109.4@llama.ni-s.u-net.com>
+
+             Better patch (than #20566) from NI-S, one more test
+             (introduce another variable rather than reuse the tmp, though)
      Branch: perl
-          ! ext/B/B/Deparse.pm
+          ! regexec.c t/op/pat.t
 ____________________________________________________________________________
-[ 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>
+[ 20566] By: jhi                                   on 2003/08/08  19:47:45
+        Log: Subject: UNICODE regexp bug
+             From: Nick Ing-Simmons <nick@ing-simmons.net>
+             Date: Fri, 08 Aug 2003 20:36:56 +0100
+             Message-Id: <20030808193656.5109.1@llama.ni-s.u-net.com>
      Branch: perl
-          ! lib/File/stat.pm lib/File/stat.t
+          ! regexec.c t/op/pat.t
 ____________________________________________________________________________
-[ 14818] By: jhi                                   on 2002/02/21  21:01:36
-        Log: Externalization from Jatan Shah <jshah@broadcom.com>.
+[ 20565] By: jhi                                   on 2003/08/08  18:59:40
+        Log: Move the csighandler to be a data variable so that
+             things like DLL trampolines can't mess up the code
+             variables the Perl_csighandler (seen in Cygwin:
+             Perl_csighandler in POSIX extension was different
+             than in main executable).
      Branch: perl
-          ! ext/re/re.xs
+          ! embedvar.h ext/POSIX/POSIX.xs mg.c perlapi.h perlvars.h
 ____________________________________________________________________________
-[ 14817] By: jhi                                   on 2002/02/21  20:02:27
-        Log: Upgrade to Math::BigInt 1.51.
+[ 20564] By: jhi                                   on 2003/08/08  13:12:19
+        Log: Subject: [PATCH] Re: main@20537: WinXP build failed op/time.t test 2
+             From: Steve Hay <steve.hay@uk.radan.com>
+             Date: Fri, 08 Aug 2003 12:42:28 +0100
+             Message-ID: <3F338CA4.3010503@uk.radan.com>
      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
+          ! t/op/time.t
 ____________________________________________________________________________
-[ 14816] By: jhi                                   on 2002/02/21  19:33:01
-        Log: Subject: Re: [PATCH] 'make clobber' on Cygwin broken
+[ 20563] By: jhi                                   on 2003/08/08  13:09:00
+        Log: Subject: [PATCH] maintperl & bleadperl for Cygwin: include libgdbm_compat & libcygipc in searchlist
              From: "Gerrit P. Haase" <gp@familiehaase.de>
-             Date: Thu, 21 Feb 2002 21:20:25 +0100
-             Message-ID: <69510538936.20020221212025@familiehaase.de>
+             Date: Fri, 8 Aug 2003 13:44:51 +0200
+             Message-ID: <1621817486657.20030808134451@familiehaase.de>
      Branch: perl
-          ! Makefile.SH
+          ! ext/NDBM_File/hints/cygwin.pl ext/ODBM_File/hints/cygwin.pl
+          ! hints/cygwin.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>
+[ 20560] By: jhi                                   on 2003/08/08  04:28:44
+        Log: Retract PASTHRU* changes as recommended by Schwern.
      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
+          ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
+          ! lib/ExtUtils/t/MM_Win32.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>
+[ 20559] By: rgs                                   on 2003/08/07  19:59:18
+        Log: Subject: Fwd: Re: [PATCH] flags set incorrectly on abandoned lexicals
+             From: Dave Mitchell <davem@fdgroup.com>
+             Date: Thu, 7 Aug 2003 15:53:35 +0100
+             Message-ID: <20030807145335.GF26683@fdgroup.com>
      Branch: perl
-          ! t/io/fs.t
+          ! scope.c t/lib/warnings/pad
 ____________________________________________________________________________
-[ 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>     
+[ 20556] By: jhi                                   on 2003/08/07  18:14:41
+        Log: The #20546 was too ambitious, broke the test.
      Branch: perl
-          ! Makefile.SH
+          ! lib/Benchmark.pm lib/Benchmark.t
 ____________________________________________________________________________
-[ 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>
+[ 20554] By: jhi                                   on 2003/08/07  17:00:03
+        Log: Subject: Fw: [PATCH: perl@20512] DBG build tweaks for VMS.
+             From: PPrymmer@factset.com
+             Date: Thu, 7 Aug 2003 14:02:02 -0400
+             Message-ID: <OFA59024FD.170B3227-ON85256D7B.00630753-85256D7B.00631048@factset.com>
      Branch: perl
-          ! pod/perldebug.pod
+          ! vms/descrip_mms.template
 ____________________________________________________________________________
-[ 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>
+[ 20553] By: jhi                                   on 2003/08/07  16:45:25
+        Log: Some AUTHORS updates.
      Branch: perl
-          ! op.h toke.c
+          ! AUTHORS
 ____________________________________________________________________________
-[ 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>
+[ 20552] By: jhi                                   on 2003/08/07  15:45:03
+        Log: Hint away the semid_ds test in NetBSD/sparc.
      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
+          ! hints/netbsd.sh
 ____________________________________________________________________________
-[ 14807] By: jhi                                   on 2002/02/21  05:33:07
-        Log: Revert #14805, didn't quite work.
+[ 20550] By: jhi                                   on 2003/08/07  15:39:53
+        Log: Allow hinting d_semctl_semun and d_semctl_semid_ds.
      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
+          ! Configure
 ____________________________________________________________________________
-[ 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>
+[ 20548] By: jhi                                   on 2003/08/07  14:48:27
+        Log: Subject: [PATCH] Test::More
+             From: Fergal Daly <fergal@esatclear.ie>
+             Date: Thu, 7 Aug 2003 15:52:11 +0100
+             Message-Id: <200308071552.11873.fergal@esatclear.ie>
      Branch: perl
-          ! Configure config_h.SH
+          ! lib/Test/More.pm
 ____________________________________________________________________________
-[ 14804] By: jhi                                   on 2002/02/21  04:56:05
-        Log: More advice.
+[ 20547] By: jhi                                   on 2003/08/07  14:45:22
+        Log: Integrate from maint:
+             [ 20543]
+             Workround for SuSE8.2's -lndbm hack
      Branch: perl
-          ! README.os390
+         !> hints/linux.sh
 ____________________________________________________________________________
-[ 14803] By: jhi                                   on 2002/02/21  04:40:37
-        Log: Missing MANIFESTation.
+[ 20546] By: jhi                                   on 2003/08/07  14:43:57
+        Log: Subject: [PATCH 5.8.1] Benchmark problem
+             From: Radu Greab <rgreab@fx.ro>
+             Date: Thu, 07 Aug 2003 16:18:25 +0300 (EEST)
+             Message-Id: <20030807.161825.106541372.radu@yx.primIT.ro>
+
+             Subject: Re: [PATCH 5.8.1] Benchmark problem
+             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
+             Date: Thu, 7 Aug 2003 15:48:38 +0200
+             Message-Id: <20030807154838.5d240dbb.rgarciasuarez@free.fr>
      Branch: perl
-          ! MANIFEST
+          ! lib/Benchmark.pm lib/Benchmark.t
 ____________________________________________________________________________
-[ 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>
+[ 20544] By: jhi                                   on 2003/08/07  14:25:25
+        Log: Retract #20359: too wide a brush.
      Branch: perl
-          ! globals.c malloc.c perlio.c pp_pack.c universal.c xsutils.c
+          ! hints/netbsd.sh
 ____________________________________________________________________________
-[ 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>
+[ 20542] By: jhi                                   on 2003/08/07  06:24:23
+        Log: If no alarm(), skip the subtests.
      Branch: perl
-          + lib/Pod/t/Select.t
+          ! ext/Time/HiRes/t/HiRes.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.
+[ 20541] By: jhi                                   on 2003/08/07  06:15:54
+        Log: Subject: Re: maint @ 20537
+             From: Philip Newton <Philip.Newton@gmx.net>
+             Date: Thu, 07 Aug 2003 09:05:17 +0200
+             Message-ID: <s0l3jvo4mju2uu4f6pkq18istk02hme6j9@4ax.com>
      Branch: perl
-          ! utf8.c
+          ! ext/Socket/Socket.xs
 ____________________________________________________________________________
-[ 14799] By: jhi                                   on 2002/02/20  21:43:21
-        Log: Better debugging info.
+[ 20540] By: jhi                                   on 2003/08/07  06:13:19
+        Log: Subject: Re: maint @ 20537
+             From: Philip Newton <Philip.Newton@gmx.net>
+             Date: Thu, 07 Aug 2003 09:05:17 +0200
+             Message-ID: <s0l3jvo4mju2uu4f6pkq18istk02hme6j9@4ax.com>
      Branch: perl
-          ! t/uni/case.pl
+          ! hints/dos_djgpp.sh
 ____________________________________________________________________________
-[ 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>
+[ 20539] By: jhi                                   on 2003/08/07  05:17:56
+        Log: NetBSD for Sparc (at least 1.5.3 and 1.6.1) seem to have
+             broken SysV semaphores.
      Branch: perl
-          ! ext/Encode/compile
+          ! hints/netbsd.sh
 ____________________________________________________________________________
-[ 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>
+[ 20538] By: jhi                                   on 2003/08/07  05:08:14
+        Log: Subject: Re: [perl #23030] Error in negative lookahead with alternations
+             From: hv@crypt.org
+             Date: Thu, 07 Aug 2003 02:44:23 +0100
+             Message-Id: <200308070144.h771iN906446@zen.crypt.org>
      Branch: perl
-          ! pod/perlhack.pod
+          ! regexec.c t/op/re_tests
 ____________________________________________________________________________
-[ 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>
+[ 20535] By: jhi                                   on 2003/08/06  19:05:18
+        Log: ESUCCESS = 0 is not true, but exists.
      Branch: perl
-          ! pp_ctl.c
+          ! ext/Errno/t/Errno.t
 ____________________________________________________________________________
-[ 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>
+[ 20533] By: jhi                                   on 2003/08/06  18:39:49
+        Log: Subject: [pathc] Sys:Syslog.pm::syslog() - Better error message
+             From: jari.aalto@poboxes.com (Jari Aalto)
+             Date: Wed, 06 Aug 2003 14:24:42 +0300
+             Message-ID: <ekzzowp1.fsf@blue.sea.net>
      Branch: perl
-          ! Makefile.SH
+          ! ext/Sys/Syslog/Syslog.pm
 ____________________________________________________________________________
-[ 14793] By: jhi                                   on 2002/02/20  16:26:56
-        Log: Forgot from #14790.
+[ 20530] By: jhi                                   on 2003/08/06  18:24:56
+        Log: Make code agree with documentation (from Wolfgang Friebel)
      Branch: perl
-          ! pp_pack.c
+          ! lib/ExtUtils/MakeMaker.pm
 ____________________________________________________________________________
-[ 14792] By: jhi                                   on 2002/02/20  16:23:00
-        Log: Update Changes.
+[ 20529] By: jhi                                   on 2003/08/06  18:20:31
+        Log: Various tweaks to help DJGPP builds.
      Branch: perl
-          ! Changes patchlevel.h
+          ! djgpp/djgppsed.sh hints/dos_djgpp.sh
 ____________________________________________________________________________
-[ 14791] By: jhi                                   on 2002/02/20  15:24:19
-        Log: Integrate change #14778 from maintperl;
-             
-             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
+[ 20527] By: jhi                                   on 2003/08/06  14:57:22
+        Log: More PASTHRU patching from Steve Hay.
      Branch: perl
-          ! t/lib/strict/subs
-         !> op.c
+          ! lib/ExtUtils/MM_Unix.pm
 ____________________________________________________________________________
-[ 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>
+[ 20526] By: jhi                                   on 2003/08/06  13:53:01
+        Log: Cast away gcc 3.3 type conversion pickiness.
      Branch: perl
-          ! t/op/pack.t
+          ! ext/threads/threads.xs
 ____________________________________________________________________________
-[ 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>
+[ 20524] By: jhi                                   on 2003/08/06  13:36:44
+        Log: Subject: Re: perl with cygwin 1.5, need help
+             From: "Gerrit P. Haase" <gp@familiehaase.de>
+             Date: Tue, 5 Aug 2003 14:36:55 +0200
+             Message-ID: <71561410910.20030805143655@familiehaase.de>
+
+             (needed manual fitting)
      Branch: perl
-          ! ext/Encode/compile
+          ! pad.c
 ____________________________________________________________________________
-[ 14788] By: jhi                                   on 2002/02/20  15:02:31
-        Log: Regen Glossary.
+[ 20523] By: jhi                                   on 2003/08/06  13:30:42
+        Log: Subject: maint @ 20512
+             From: Robin Barker <Robin.Barker@npl.co.uk>
+             Date: Wed, 6 Aug 2003 15:31:33 +0100
+             Message-ID: <533D273D4014D411AB1D00062938C4D904046625@hotel.npl.co.uk>
      Branch: perl
-          ! Porting/Glossary Porting/config.sh Porting/config_H
+          ! MANIFEST Porting/Maintainers.pl
 ____________________________________________________________________________
-[ 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> 
+[ 20520] By: jhi                                   on 2003/08/06  11:38:46
+        Log: Subject: [PATCH] Re: [PATCH] Re: MakeMaker doesn't pasthru DEFINE command-line args to subdirs on Win32
+             From: Steve Hay <steve.hay@uk.radan.com>
+             Date: Wed, 06 Aug 2003 10:56:44 +0100
+             Message-ID: <3F30D0DC.20700@uk.radan.com>
      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
+          ! lib/ExtUtils/MM_Unix.pm
 ____________________________________________________________________________
-[ 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>
+[ 20514] By: jhi                                   on 2003/08/06  05:22:29
+        Log: Subject: Re: [PATCH pod/perlfaq2.pod] update Friedl book listing for 2nd edition
+             From: Tim Jenness <t.jenness@jach.hawaii.edu>
+             Date: Tue, 5 Aug 2003 17:21:46 -1000 (HST)
+             Message-ID: <Pine.LNX.4.44.0308051720280.8532-100000@lapaki>
      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
+          ! pod/perlfaq2.pod
 ____________________________________________________________________________
-[ 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>
+[ 20513] By: jhi                                   on 2003/08/06  05:18:32
+        Log: Subject: [PATCH] dprofpp.PL again -- #20488 thinko
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Wed, 06 Aug 2003 00:18:36 -0500
+             Message-ID: <3F308FAC.4090409@mac.com>
+
+             (from vmsperl list)
      Branch: perl
-          ! Configure
+          ! utils/dprofpp.PL
 ____________________________________________________________________________
-[ 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)
+[ 20510] By: jhi                                   on 2003/08/05  19:01:08
+        Log: Subject: [PATCH pod/perlfaq2.pod] BETTER update Friedl book listing for 2nd edition
+             From: mjd@plover.com
+             Date: 5 Aug 2003 19:23:46 -0000
+             Message-ID: <20030805192346.25911.qmail@plover.com>
      Branch: perl
-          ! pod/perlsub.pod
+          ! pod/perlfaq2.pod
 ____________________________________________________________________________
-[ 14780] By: jhi                                   on 2002/02/20  13:49:44
-        Log: NetWare tweak from Ananth Kesari.
+[ 20508] By: jhi                                   on 2003/08/05  18:36:38
+        Log: Continue #20506.
      Branch: perl
-          ! lib/ExtUtils/MakeMaker.pm
+          ! lib/ExtUtils/MM_Unix.pm
 ____________________________________________________________________________
-[ 14779] By: ams                                   on 2002/02/20  06:51:55
-        Log: Fix suggested by Anton Tagunov <tagunov@motor.ru>.
+[ 20506] By: jhi                                   on 2003/08/05  17:58:01
+        Log: Try to fix the INC in PASTHRU.
      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
+          ! lib/ExtUtils/MM_Unix.pm
 ____________________________________________________________________________
-[ 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>
+[ 20503] By: jhi                                   on 2003/08/05  16:02:14
+        Log: Subject: Re: [perl #23083] [5.8.0-Bug?] backtick returns empty value when $SIG{CHLD} defined.
+             From: Chip Salzenberg <chip@pobox.com>
+             Date: Tue, 5 Aug 2003 11:39:24 -0400
+             Message-ID: <20030805153924.GO1751@perlsupport.com
      Branch: perl
-          ! lib/Time/Local.pm
+          ! perlio.c
 ____________________________________________________________________________
-[ 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>
+[ 20502] By: jhi                                   on 2003/08/05  15:32:39
+        Log: Subject: [PATCH] Re: MakeMaker doesn't pasthru DEFINE command-line args to subdirs on Win32
+             From: Steve Hay <steve.hay@uk.radan.com>
+             Date: Tue, 05 Aug 2003 10:43:49 +0100
+             Message-ID: <3F2F7C55.9020808@uk.radan.com>
+
+             (The MM_Unix.pm part was dealt with in #20501.)
      Branch: perl
-          ! lib/Tie/Hash.pm
+          ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/t/MM_Win32.t
 ____________________________________________________________________________
-[ 14775] By: jhi                                   on 2002/02/19  15:20:52
-        Log: Regen doc, regen toc.
+[ 20501] By: jhi                                   on 2003/08/05  15:28:17
+        Log: Reinstate #11125, hopefully making MakeMaker to pass
+             DEFINE and INCLUDE to subdirs (NI-S says he'll work
+             around any problems caused seen Tk if necessary).
+             Also (document and) reorder the PASTHRU_INC and PASTHRU_DEFINE
+             to be _after_ the directory-specific INC and DEFINE as suggested
+             by NI-S (Tk probably being the only "user" of the said macros).
      Branch: perl
-          ! pod/buildtoc.PL pod/perlapi.pod pod/perltoc.pod
+          ! lib/ExtUtils/MM_Unix.pm
 ____________________________________________________________________________
-[ 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>           
+[ 20500] By: jhi                                   on 2003/08/05  15:14:35
+        Log: Subject: [PATCH-5.8.1-RC4] WinCE more implemented functions
+             From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
+             Date: Tue, 5 Aug 2003 20:12:18 +0400
+             Message-ID: <845FCFF2D4C0FC468B485E8777C7A00C200E66@cio-test001.spb.lucent.com>
      Branch: perl
-          ! pod/perlsub.pod
+          - wince/include/netdb.h
+          ! MANIFEST wince/Makefile.ce wince/win32.h wince/win32io.c
+          ! wince/wince.c
 ____________________________________________________________________________
-[ 14773] By: jhi                                   on 2002/02/19  15:13:57
-        Log: Detypo.
+[ 20499] By: jhi                                   on 2003/08/05  14:03:43
+        Log: A suggested perlio doc addition from Stas.
      Branch: perl
-          ! lib/Tie/Memoize.pm
+          ! pod/perliol.pod
 ____________________________________________________________________________
-[ 14772] By: jhi                                   on 2002/02/19  15:01:25
-        Log: UTF-8 C API doc tweaks.
+[ 20498] By: jhi                                   on 2003/08/05  13:32:59
+        Log: Subject: [PATCH RC4] AUTHORS +  Maintainers.pl
+             From: Robin Barker <Robin.Barker@npl.co.uk>
+             Date: Tue, 5 Aug 2003 15:32:36 +0100
+             Message-ID: <533D273D4014D411AB1D00062938C4D90404661C@hotel.npl.co.uk>
      Branch: perl
-          ! pod/perlunicode.pod
+          ! AUTHORS Porting/Maintainers.pl
 ____________________________________________________________________________
-[ 14771] By: jhi                                   on 2002/02/19  14:03:08
-        Log: Mention that the case-switchers know about Unicode, too.
+[ 20497] By: jhi                                   on 2003/08/05  12:23:04
+        Log: This is necessary to get things building for the VMS debugger.
+             (Craig Berry)
      Branch: perl
-          ! pod/perlop.pod
+          ! vms/descrip_mms.template
 ____________________________________________________________________________
-[ 14770] By: jhi                                   on 2002/02/19  13:49:52
-        Log: Upgrade to Locale::Codes 2.01.
+[ 20495] By: jhi                                   on 2003/08/05  09:23:24
+        Log: Subject: Re: [perl #23202] [RESOLVED] coredump on ext/POSIX/t/posix with NetBSD-1.6
+             From: alian <alian@cpan.org>
+             Date: Tue, 05 Aug 2003 12:21:42 +0200
+             Message-ID: <3F2F8536.1090702@jupiter.alianet>
      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
+          ! ext/POSIX/t/posix.t
 ____________________________________________________________________________
-[ 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>
+[ 20494] By: jhi                                   on 2003/08/05  09:03:57
+        Log: Add some known cases to Maintainers.
      Branch: perl
-          ! pod/perlsub.pod
+          ! Porting/Maintainers.pl
 ____________________________________________________________________________
-[ 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>   
+[ 20492] By: jhi                                   on 2003/08/05  08:34:34
+        Log: Subject: [PATCH] perlthrtut.pod
+             From: Elizabeth Mattijsen <liz@dijkmat.nl>
+             Date: Tue, 5 Aug 2003 11:26:04 +0200
+             Message-Id: <p05111b0abb5525e65401@[80.127.186.62]>
      Branch: perl
-          ! sv.h
+          ! pod/perlthrtut.pod
 ____________________________________________________________________________
-[ 14767] By: jhi                                   on 2002/02/19  13:29:04
-        Log: The test requires perlio.
+[ 20491] By: jhi                                   on 2003/08/05  08:31:29
+        Log: Add META.yml and Stas' makemeta (plus extensive reworking
+             of the Maintainers utility)
      Branch: perl
-          ! ext/Encode/t/JP.t
+          + META.yml Porting/Maintainers.pm Porting/makemeta
+          ! MANIFEST Makefile.SH Porting/Maintainers
+          ! Porting/Maintainers.pl
 ____________________________________________________________________________
-[ 14766] By: jhi                                   on 2002/02/19  04:57:59
-        Log: Misplaced block end.
+[ 20490] By: jhi                                   on 2003/08/05  06:28:06
+        Log: ext/IPC/SysV/t/sem.t don't remove semaphore on NetBSD sparc
+             Try to remove the created message queues and semaphores
+             even in the case of failures.
      Branch: perl
-          ! utf8.c
+          ! ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
 ____________________________________________________________________________
-[ 14765] By: jhi                                   on 2002/02/19  04:53:30
-        Log: The POSIX extensions are deadly.
+[ 20489] By: jhi                                   on 2003/08/05  06:21:47
+        Log: Subject: PerlIO_{read,write} return value doc patch
+             From: Gisle Aas <gisle@ActiveState.com>
+             Date: 04 Aug 2003 13:25:28 -0700
+             Message-ID: <lr4r0xuq4n.fsf@caliper.activestate.com>
      Branch: perl
-          ! regcomp.c
+          ! pod/perlapio.pod
 ____________________________________________________________________________
-[ 14764] By: jhi                                   on 2002/02/19  04:44:41
-        Log: Let's not overdo the growth.
+[ 20488] By: jhi                                   on 2003/08/05  06:12:07
+        Log: Subject: [PATCH utils/dprofpp.PL] (was Re: DProf tests with -p broken on VMS)
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Mon, 04 Aug 2003 19:29:51 -0500
+             Message-ID: <3F2EFA7F.6070801@mac.com>
      Branch: perl
-          ! pp.c
+          ! utils/dprofpp.PL
 ____________________________________________________________________________
-[ 14763] By: jhi                                   on 2002/02/19  04:19:21
-        Log: Third time makes the charm.
+[ 20486] By: jhi                                   on 2003/08/05  06:05:53
+        Log: Subject: [PATCH] typos in encoding.pm
+             From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
+             Date: Mon, 4 Aug 2003 20:09:35 +0200
+             Message-ID: <005001c35ab3$9225c320$0c2f1fac@R2D2>
      Branch: perl
-          ! README.os390
+          ! ext/Encode/encoding.pm
 ____________________________________________________________________________
-[ 14762] By: jhi                                   on 2002/02/19  04:03:46
-        Log: Oops.
+[ 20485] By: jhi                                   on 2003/08/05  05:29:11
+        Log: Bytecode patching from Enache.
      Branch: perl
-          ! utf8.c
+          ! ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
+          ! ext/B/t/bytecode.t ext/ByteLoader/bytecode.h t/TEST
 ____________________________________________________________________________
-[ 14761] By: jhi                                   on 2002/02/19  03:49:34
-        Log: Add back the new casing tests.
+[ 20484] By: jhi                                   on 2003/08/05  05:26:32
+        Log: Upgrade to Digest::MD5 2.27.
      Branch: perl
-          + t/uni/case.pl t/uni/lower.t t/uni/title.t t/uni/upper.t
-          ! MANIFEST
+          ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
+          ! ext/Digest/MD5/t/files.t
 ____________________________________________________________________________
-[ 14760] By: jhi                                   on 2002/02/19  03:49:16
-        Log: Prefer special case mappings.
+[ 20483] By: jhi                                   on 2003/08/05  05:15:16
+        Log: Subject: [Patch 5.8.1 Encode.pm] v-strings deprecated
+             From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
+             Date: Tue, 05 Aug 2003 00:27:10 +0900
+             Message-Id: <20030805002313.9880.BQW10602@nifty.com>
      Branch: perl
-          ! lib/unicore/To/Lower.pl lib/unicore/To/Title.pl
-          ! lib/unicore/To/Upper.pl lib/unicore/mktables
+          ! ext/Encode/t/at-cn.t ext/Encode/t/at-tw.t
 ____________________________________________________________________________
-[ 14759] By: jhi                                   on 2002/02/19  03:48:46
-        Log: Try special casing first.
+[ 20482] By: rgs                                   on 2003/08/04  22:06:46
+        Log: Nit in INSTALL about the svr?.sh hint files.
      Branch: perl
-          ! utf8.c
+          ! INSTALL
 ____________________________________________________________________________
-[ 14758] By: jhi                                   on 2002/02/19  01:55:14
-        Log: Not extending enough.
+[ 20480] By: rgs                                   on 2003/08/04  21:30:25
+        Log: Subject: [PATCH] Re: [perl #23210] parser error with 'print $HANDLE func(@args)'
+             From: Steve Grazzini <grazz@pobox.com>
+             Date: Mon, 4 Aug 2003 16:01:45 -0400
+             Message-ID: <20030804200145.GB21699@grazzini.net>
+
+             Prevent the warning "Bareword found where operator expected" in
+             the case "print $fh foo()" where foo() is an undefined function.
      Branch: perl
-          ! pp.c utf8.h
+          ! toke.c
 ____________________________________________________________________________
-[ 14757] By: jhi                                   on 2002/02/19  00:21:07
-        Log: No need to store identity mappings.
+[ 20479] By: rgs                                   on 2003/08/04  20:26:17
+        Log: Fix bug #23141 : localization of readonly magic scalars
+             now produces an error "Modification of a read-only value
+             attempted", instead of silently failing.
      Branch: perl
-          ! lib/unicore/To/Lower.pl lib/unicore/To/Title.pl
-          ! lib/unicore/mktables
+          ! scope.c t/op/local.t
 ____________________________________________________________________________
-[ 14756] By: ams                                   on 2002/02/18  20:21:17
-        Log: Forward port #14704 from maint-5.6.
+[ 20478] By: rgs                                   on 2003/08/04  20:10:52
+        Log: Revert change #19282 : it caused problems for some -Duseshrplib
+             builds. On the other hand, make sure that your C compiler isn't
+             a perl script !
      Branch: perl
-          ! doio.c
+          ! Makefile.SH
 ____________________________________________________________________________
-[ 14755] By: jhi                                   on 2002/02/18  20:16:40
-        Log: Regen Changes.
+[ 20475] By: jhi                                   on 2003/08/04  09:35:55
+        Log: Rename DEBUG() and DEB() to PERL_DEBUG() and PERL_DEB().
      Branch: perl
-          ! Changes
+          ! perl.c perl.h
 ____________________________________________________________________________
-[ 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>
+[ 20474] By: jhi                                   on 2003/08/04  08:41:55
+        Log: Oops.
      Branch: perl
-          ! vms/vms.c
+          ! hints/darwin.sh hints/rhapsody.sh
 ____________________________________________________________________________
-[ 14753] By: jhi                                   on 2002/02/18  17:58:39
-        Log: Update Changes.
+[ 20473] By: jhi                                   on 2003/08/04  07:58:36
+        Log: Subject: [PATCH] Re: Can't usemymalloc on OS X
+             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
+             Date: Mon, 4 Aug 2003 10:35:12 +0200
+             Message-Id: <20030804103512.61a9661c.rgarciasuarez@free.fr>
      Branch: perl
-          ! Changes patchlevel.h
+          ! hints/darwin.sh
 ____________________________________________________________________________
-[ 14752] By: jhi                                   on 2002/02/18  17:54:44
-        Log: What do you know; these tests unearthed nasty problems.
-             Will resolve those first.
+[ 20470] By: jhi                                   on 2003/08/04  06:30:05
+        Log: Test count adjustment from Rafael.
      Branch: perl
-          - t/uni/case.pl t/uni/lower.t t/uni/title.t t/uni/upper.t
-          ! MANIFEST
+          ! lib/Test/Simple/t/is_deeply.t
 ____________________________________________________________________________
-[ 14751] By: jhi                                   on 2002/02/18  17:52:23
-        Log: Update Changes.
+[ 20469] By: jhi                                   on 2003/08/04  06:23:26
+        Log: Subject: [PATCH] maint, Win32, GCC 3.2
+             From: Mattia Barbon <mbarbon@dsi.unive.it>
+             Date: Sat, 2 Aug 2003 10:31:07 +0200 (ora legale Europa occidentale)
+             Message-ID: <Mahogany-0.64.2-624-20030802-103107.00@rbnet.it>
      Branch: perl
-          ! Changes patchlevel.h
+          ! ext/Errno/Errno_pm.PL
 ____________________________________________________________________________
-[ 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>
+[ 20467] By: jhi                                   on 2003/08/04  05:10:57
+        Log: Apparently the newly introduce -DDARWIN did conflict with
+             some Apple definition, how ironic...
      Branch: perl
-          ! ext/IO/lib/IO/t/io_poll.t
+          ! hints/darwin.sh perl.h
 ____________________________________________________________________________
-[ 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>
+[ 20466] By: jhi                                   on 2003/08/04  05:03:30
+        Log: Subject: Debian patch that skips podless modules
+             From: Alexey Tourbin <at@altlinux.ru>
+             Date: Sun, 3 Aug 2003 21:33:00 +0400
+             Message-ID: <20030803173300.GC2076@julia.office.altlinux.ru>
+
+             (plus Schwern's and Robert's nits)
      Branch: perl
-          ! t/op/alarm.t t/op/glob.t
+          ! installman
 ____________________________________________________________________________
-[ 14748] By: ams                                   on 2002/02/18  15:53:36
-        Log: s/load_module/Perl_load_module/
+[ 20465] By: jhi                                   on 2003/08/04  05:00:04
+        Log: Subject: [PATCH] 4 bugs in Test::More
+             From: Fergal Daly <fergal@esatclear.ie> (by way of Fergal Daly <fergal@esatclear.ie>)
+             Date: Fri, 21 Mar 2003 10:57:31 +0000
+             Message-Id: <200303211057.31879.fergal@esatclear.ie>
      Branch: perl
-          ! gv.c
+          ! lib/Test/More.pm lib/Test/Simple/t/More.t
+          ! lib/Test/Simple/t/is_deeply.t
 ____________________________________________________________________________
-[ 14747] By: jhi                                   on 2002/02/18  15:43:06
-        Log: Unused in ASCII, used in EBCDIC.
+[ 20464] By: jhi                                   on 2003/08/04  04:44:08
+        Log: Upgrade to ExtUtils::MakeMaker 6.15.
      Branch: perl
-          ! utf8.c
+          ! lib/ExtUtils/Changes lib/ExtUtils/META.yml
+          ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_Unix.pm
+          ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/t/MM_Unix.t
 ____________________________________________________________________________
-[ 14746] By: jhi                                   on 2002/02/18  15:26:32
-        Log: Upgrade to Locale::Codes 2.00.
+[ 20463] By: jhi                                   on 2003/08/04  04:37:25
+        Log: Subject: Re: [PATCH] Re: [perl #23206] Benchmark::cmpthese usage message wrong
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Sun, 3 Aug 2003 16:12:35 -0700
+             Message-ID: <20030803231235.GJ24350@windhund.schwern.org>
      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
+          ! lib/Benchmark.pm lib/Benchmark.t
 ____________________________________________________________________________
-[ 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>
+[ 20462] By: rgs                                   on 2003/08/03  22:26:10
+        Log: Subject: [PATCH] Re: [perl #23207] persistant sideffect involving bitwise xor and substr
+             From: Enache Adrian <enache@rdslink.ro>
+             Date: Sun, 3 Aug 2003 18:00:05 +0300
+             Message-ID: <20030803150005.GA1319@ratsnest.hole>
      Branch: perl
-          ! gv.c
+          ! pp.c t/op/substr.t
 ____________________________________________________________________________
-[ 14744] By: jhi                                   on 2002/02/18  14:54:47
-        Log: More Unicode casing checks.
+[ 20461] By: rgs                                   on 2003/08/03  21:50:11
+        Log: Subject: Re: [perl #23202] coredump on ext/POSIX/t/posix with NetBSD-1.6
+             From: alian <alian@cpan.org>
+             Date: Sat, 02 Aug 2003 16:19:25 +0200
+             Message-ID: <3F2BC86D.2050400@jupiter.alianet>
+
+             Plus, un-mark a test as TODO for darwin >= 6.6 (by M. Schwern)
      Branch: perl
-          + t/uni/case.pl t/uni/lower.t t/uni/title.t t/uni/upper.t
-          ! MANIFEST
+          ! ext/POSIX/t/posix.t
 ____________________________________________________________________________
-[ 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>
+[ 20458] By: jhi                                   on 2003/08/03  19:01:08
+        Log: Subject: [PATCH-for-5.8.1-RC4] wince distribution
+             From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
+             Date: Mon, 4 Aug 2003 00:01:08 +0400
+             Message-ID: <039c01c359fa$1e755d50$195ec3d9@vad>
      Branch: perl
-          ! ext/IO/lib/IO/Poll.pm
+          ! wince/makedist.pl
 ____________________________________________________________________________
-[ 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.
+[ 20457] By: jhi                                   on 2003/08/03  18:59:10
+        Log: Subject: [PATCH perlreftut.pod] Minor edits
+             From: mjd@plover.com
+             Date: 3 Aug 2003 17:46:08 -0000
+             Message-ID: <20030803174608.15792.qmail@plover.com>
      Branch: perl
-          ! utf8.c
+          ! pod/perlreftut.pod
 ____________________________________________________________________________
-[ 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>
+[ 20456] By: jhi                                   on 2003/08/03  18:52:16
+        Log: Subject: [PATCH Time::HiRes docs] Grammar, punctuation, formatting edits
+             From: mjd@plover.com
+             Date: 3 Aug 2003 19:37:49 -0000
+             Message-ID: <20030803193749.3733.qmail@plover.com>
      Branch: perl
-          ! ext/B/B/Deparse.pm
+          ! ext/Time/HiRes/HiRes.pm
 ____________________________________________________________________________
-[ 14735] By: jhi                                   on 2002/02/17  21:24:26
-        Log: Buglet.
+[ 20455] By: jhi                                   on 2003/08/03  18:47:13
+        Log: Subject: [PATCH] Re: win32.c bug - handle leak
+             From: Jan Dubois <jand@ActiveState.com>
+             Date: Sat, 02 Aug 2003 10:25:05 -0700
+             Message-ID: <9gsnivssuml394bttjb3mfsmdgfn9l6kh9@4ax.com>
      Branch: perl
-          ! ext/Encode/lib/Encode/JP/JIS.pm
+          ! win32/win32.c
 ____________________________________________________________________________
-[ 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.
+[ 20454] By: jhi                                   on 2003/08/03  18:45:53
+        Log: Subject: [PATCH 5.8.1 @20218] OS/2 build
+             From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
+             Date: Sat, 2 Aug 2003 09:38:50 -0700
+             Message-ID: <20030802163850.GA4712@math.berkeley.edu>
      Branch: perl
-          ! utf8.c
+          ! os2/os2ish.h
 ____________________________________________________________________________
-[ 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).
+[ 20453] By: jhi                                   on 2003/08/03  18:44:29
+        Log: Subject: [PATCH] Storable and uninitalized array values
+             From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
+             Date: Sat, 2 Aug 2003 13:40:16 +0200
+             Message-ID: <00ab01c358ea$d940a5b0$0c2f1fac@R2D2>
      Branch: perl
-          ! ext/Encode/t/JP.t
+          ! ext/Storable/Storable.xs ext/Storable/t/freeze.t
 ____________________________________________________________________________
-[ 14732] By: jhi                                   on 2002/02/17  18:40:24
-        Log: Tiny tweak.
+[ 20452] By: jhi                                   on 2003/08/03  18:27:47
+        Log: Upgrade to Unicode::Collate 0.26.
      Branch: perl
-          ! utf8.c
+          ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
+          ! lib/Unicode/Collate/README lib/Unicode/Collate/t/index.t
+          ! lib/Unicode/Collate/t/test.t
 ____________________________________________________________________________
-[ 14731] By: jhi                                   on 2002/02/17  16:56:17
-        Log: Redundant casts.
+[ 20451] By: jhi                                   on 2003/08/03  18:24:18
+        Log: Subject: [PATCH Net::Ping] on VMS, set non-blocking with ioctl, not fcntl
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Sat, 02 Aug 2003 10:25:44 -0500
+             Message-ID: <3F2BD7F8.8090003@mac.com>
      Branch: perl
-          ! utf8.c
+          ! lib/Net/Ping.pm
 ____________________________________________________________________________
-[ 14730] By: jhi                                   on 2002/02/17  16:50:34
-        Log: More filename portability tips.
+[ 20450] By: rgs                                   on 2003/08/03  12:50:07
+        Log: Subject: [PATCH 5.8.1 @20218] Shell.t
+             From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
+             Date: Sun, 3 Aug 2003 06:21:41 -0700
+             Message-ID: <20030803132141.GA5156@math.berkeley.edu>
      Branch: perl
-          ! pod/perlport.pod
+          ! lib/Shell.t
 ____________________________________________________________________________
-[ 14729] By: jhi                                   on 2002/02/17  16:25:06
-        Log: FAQ sync.
+[ 20447] By: jhi                                   on 2003/08/02  07:26:58
+        Log: C++ (or C99) sneak attack ("inline" function keyword).
      Branch: perl
-          ! pod/perlfaq3.pod pod/perlfaq5.pod
+          ! ext/Devel/DProf/DProf.xs
 ____________________________________________________________________________
-[ 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>
+[ 20445] By: jhi                                   on 2003/08/02  06:24:30
+        Log: Subject: [PATCH] Re: [perl #23185] perl crash with File::Glob
+             From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
+             Date: Fri, 1 Aug 2003 13:12:14 +0200
+             Message-ID: <00dc01c3581d$c3412c30$0c2f1fac@R2D2>
      Branch: perl
-          ! lib/Pod/Text/Overstrike.pm
+          ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
+          ! ext/File/Glob/t/basic.t
 ____________________________________________________________________________
-[ 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>
+[ 20444] By: jhi                                   on 2003/08/02  06:17:28
+        Log: Only show the message if the locale settings look risky.
      Branch: perl
-          ! pp_ctl.c t/op/tiehandle.t util.c
+          ! ext/Time/HiRes/Makefile.PL
 ____________________________________________________________________________
-[ 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.
+[ 20443] By: jhi                                   on 2003/08/02  06:01:27
+        Log: Add a message about the LC_ALL=C workaround (for non-core builds);
+             update Changes.
      Branch: perl
-          ! utf8.c
+          ! ext/Time/HiRes/Changes ext/Time/HiRes/Makefile.PL
 ____________________________________________________________________________
-[ 14725] By: jhi                                   on 2002/02/17  01:43:42
-        Log: Regen Glossary.
+[ 20441] By: jhi                                   on 2003/08/02  05:37:37
+        Log: Subject: [PATCH] Small nit to pad.c
+             From: Enache Adrian <enache@rdslink.ro>
+             Date: Sat, 2 Aug 2003 01:50:40 +0300
+             Message-ID: <20030801225040.GB1281@ratsnest.hole>
      Branch: perl
-          ! Porting/Glossary Porting/config.sh Porting/config_H
+          ! pad.c
 ____________________________________________________________________________
-[ 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.
+[ 20440] By: jhi                                   on 2003/08/02  05:12:13
+        Log: Subject: [PATCH @20348] Re: [PATCH @19834] DProf fixes
+             From: Radu Greab <rgreab@fx.ro>
+             Date: Sat, 02 Aug 2003 00:17:49 +0300 (EEST)
+             Message-Id: <20030802.001749.101708736.radu@yx.primIT.ro>
      Branch: perl
-          ! regexec.c utf8.c
+          ! ext/Devel/DProf/Changes ext/Devel/DProf/DProf.pm
+          ! ext/Devel/DProf/DProf.xs t/lib/dprof/test8_t
+          ! t/lib/dprof/test8_v
 ____________________________________________________________________________
-[ 14723] By: jhi                                   on 2002/02/16  16:14:19
-        Log: Retreat, retreat! (retract #14715 and #14716)
+[ 20439] By: jhi                                   on 2003/08/02  05:06:43
+        Log: Subject: [PATCH] ioctl for VMS
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Fri, 01 Aug 2003 23:34:31 -0500
+             Message-ID: <3F2B3F57.4050609@mac.com>
      Branch: perl
-          ! utf8.c
+          ! configure.com vms/vmsish.h
 ____________________________________________________________________________
-[ 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.
+[ 20438] By: jhi                                   on 2003/08/02  05:05:40
+        Log: Subject: [PATCH] argv case nit for VMS
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Fri, 01 Aug 2003 19:16:30 -0500
+             Message-ID: <3F2B02DE.10207@mac.com>
      Branch: perl
-          ! Configure
+          ! ext/Encode/bin/enc2xs pod/pod2usage.PL pod/podselect.PL
 ____________________________________________________________________________
-[ 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
+[ 20437] By: jhi                                   on 2003/08/01  22:00:30
+        Log: Hugo's second thoughts: drop the relatively rare and
+             slow optimization for now.
+     Branch: perl
+          ! regexec.c
 ____________________________________________________________________________
-[ 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.)
+[ 20435] By: jhi                                   on 2003/08/01  21:55:19
+        Log: Missed this bit in the last update: couldn't answer ''
+             or ' ' to get 'none'.
      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.)
+[ 20432] By: jhi                                   on 2003/08/01  13:45:10
+        Log: Encode pre-1.98 update from Dan Kogai, sent from
+             the ashes of his smoldering motherboard.
      Branch: perl
-          ! pod/perlport.pod
+          ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/META.yml
+          ! ext/Encode/lib/Encode/Alias.pm ext/Encode/t/Aliases.t
+          ! ext/Encode/t/perlio.t ext/Encode/ucm/macArabic.ucm
+          ! ext/Encode/ucm/macFarsi.ucm ext/Encode/ucm/macHebrew.ucm
 ____________________________________________________________________________
-[ 14717] By: ams                                   on 2002/02/16  04:30:23
-        Log: Remove dubious test.
+[ 20431] By: jhi                                   on 2003/08/01  13:34:28
+        Log: More runperl(switches => ...) finds (bleadperl only).
      Branch: perl
-          ! t/io/open.t
+          ! t/op/readline.t
 ____________________________________________________________________________
-[ 14716] By: jhi                                   on 2002/02/16  04:24:45
-        Log: Tiny tweak.
+[ 20426] By: jhi                                   on 2003/08/01  12:45:19
+        Log: Regen perltoc.
      Branch: perl
-          ! utf8.c
+          ! pod/perltoc.pod
 ____________________________________________________________________________
-[ 14715] By: jhi                                   on 2002/02/16  03:49:14
-        Log: Restructure to_utf8_case() for simpler execution paths.
+[ 20425] By: jhi                                   on 2003/08/01  12:44:16
+        Log: pod likes whitespace.
      Branch: perl
-          ! utf8.c
+          ! ext/ByteLoader/ByteLoader.pm
 ____________________________________________________________________________
-[ 14714] By: ams                                   on 2002/02/16  02:43:59
-        Log: Absorb #14701 by Sarathy from maint-5.6.
+[ 20422] By: jhi                                   on 2003/08/01  11:37:53
+        Log: Faulty check.
      Branch: perl
-          ! doio.c t/io/open.t
+          ! t/test.pl
 ____________________________________________________________________________
-[ 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>
+[ 20420] By: jhi                                   on 2003/08/01  11:06:54
+        Log: Update INSTALL on the *dir.
      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
+          ! INSTALL
 ____________________________________________________________________________
-[ 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>
+[ 20419] By: jhi                                   on 2003/08/01  11:04:55
+        Log: Regen Glossary et al.
      Branch: perl
-          ! ext/B/B/Deparse.pm
+          ! Porting/Glossary Porting/config.sh Porting/config_H
 ____________________________________________________________________________
-[ 14711] By: jhi                                   on 2002/02/15  19:26:07
-        Log: Add $VERSION.
+[ 20418] By: jhi                                   on 2003/08/01  10:58:23
+        Log: Now the test should be really testing what it's supposed to.
      Branch: perl
-          ! lib/Tie/Memoize.pm
+          ! ext/B/t/bytecode.t
 ____________________________________________________________________________
-[ 14710] By: jhi                                   on 2002/02/15  15:40:30
-        Log: Update Changes.
+[ 20417] By: jhi                                   on 2003/08/01  10:45:57
+        Log: Fix the options.
      Branch: perl
-          ! Changes patchlevel.h
+          ! ext/B/t/bytecode.t
 ____________________________________________________________________________
-[ 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)
+[ 20416] By: jhi                                   on 2003/08/01  10:44:19
+        Log: Argument sanity checking.
      Branch: perl
-          ! hints/solaris_2.sh
+          ! t/test.pl
 ____________________________________________________________________________
-[ 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.
+[ 20413] By: jhi                                   on 2003/08/01  10:37:09
+        Log: Regen Configure to use the *html*dir files.
+             (installhtml uses none of that, though)
      Branch: perl
-          ! Configure
+          ! Configure Policy_sh.SH config_h.SH
 ____________________________________________________________________________
-[ 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>
+[ 20411] By: jhi                                   on 2003/08/01  10:10:05
+        Log: More for the *dir changes.
      Branch: perl
-          ! lib/Pod/Html.pm
+          ! Policy_sh.SH config_h.SH hints/darwin.sh
 ____________________________________________________________________________
-[ 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>
+[ 20410] By: jhi                                   on 2003/08/01  10:09:38
+        Log: Regen Configure for the new *dir installation variables.
+             If these don't work, ask Schwern.
      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
+          ! Configure
 ____________________________________________________________________________
-[ 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
+[ 20408] By: jhi                                   on 2003/08/01  05:27:48
+        Log: Upgrade to MakeMaker 6.13.
+     Branch: perl
+          ! lib/ExtUtils/Changes lib/ExtUtils/META.yml
+          ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_Unix.pm
+          ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
+          ! lib/ExtUtils/t/basic.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>
+[ 20407] By: jhi                                   on 2003/08/01  05:21:36
+        Log: JAPH patch :-) from Abigail.
      Branch: perl
-          ! lib/Pod/Html.pm
+          ! t/japh/abigail.t
 ____________________________________________________________________________
-[ 14699] By: jhi                                   on 2002/02/14  23:47:43
-        Log: Document and test the C0 and C1.
+[ 20406] By: jhi                                   on 2003/08/01  05:10:30
+        Log: Regen perlapi.
      Branch: perl
-          ! lib/charnames.pm lib/charnames.t
+          ! perlapi.c
 ____________________________________________________________________________
-[ 14698] By: jhi                                   on 2002/02/14  22:21:55
-        Log: metaconfig unit change for #14697.
-     Branch: metaconfig
-          ! U/modified/Init.U
+[ 20405] By: jhi                                   on 2003/08/01  05:09:23
+        Log: Subject: [PATCH] Re: utf8+regex bug in 5.8.1-RC2
+             From: Dave Mitchell <davem@fdgroup.com>
+             Date: Fri, 1 Aug 2003 01:16:31 +0100
+             Message-ID: <20030801001631.GA11233@fdgroup.com>
+     Branch: perl
+          ! regcomp.c t/op/pat.t
 ____________________________________________________________________________
-[ 14697] By: jhi                                   on 2002/02/14  22:21:20
-        Log: Also OS/2 seems to need exe set early.
+[ 20404] By: ams                                   on 2003/08/01  03:28:17
+        Log: Subject: [PATCH] LotR quote for perlapi.c
+             From: Autrijus Tang <autrijus@autrijus.org>
+             Date: Fri, 1 Aug 2003 10:00:29 +0800
+             Message-Id: <20030801020029.GA28241@not.autrijus.org>
      Branch: perl
-          ! Configure
+          ! embed.pl
 ____________________________________________________________________________
-[ 14696] By: jhi                                   on 2002/02/14  22:13:18
-        Log: Document pack U0U.
+[ 20396] By: rgs                                   on 2003/07/31  20:37:50
+        Log: Document in INSTALL that -Uinstallusrbinperl is now the default.
      Branch: perl
-          ! pod/perluniintro.pod
+          ! INSTALL
 ____________________________________________________________________________
-[ 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>
+[ 20395] By: jhi                                   on 2003/07/31  20:32:30
+        Log: Integrate README.macosx more.
      Branch: perl
-          ! pp_sys.c t/lib/warnings/pp_sys
+          ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
+          ! win32/Makefile win32/makefile.mk
 ____________________________________________________________________________
-[ 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>
+[ 20394] By: jhi                                   on 2003/07/31  20:31:49
+        Log: README.macosx from Sherm Pendley.
      Branch: perl
-          + lib/if.pm lib/if.t
+          + README.macosx
           ! 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.
+[ 20393] By: jhi                                   on 2003/07/31  20:31:08
+        Log: Unportable subtest needs rethink.
      Branch: perl
-          ! ext/B/B/Deparse.pm ext/B/t/deparse.t
+          ! ext/B/t/bytecode.t
 ____________________________________________________________________________
-[ 14692] By: jhi                                   on 2002/02/14  19:52:26
-        Log: Integrate perlio:
-             
-             [ 14685]
-             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)
+[ 20392] By: jhi                                   on 2003/07/31  20:22:03
+        Log: Enache again.
      Branch: perl
-          ! lib/ExtUtils/Installed.pm lib/ExtUtils/t/Installed.t
+          ! ext/ByteLoader/bytecode.h
 ____________________________________________________________________________
-[ 14687] By: jhi                                   on 2002/02/14  14:44:02
-        Log: Excise inexact blather.
+[ 20390] By: jhi                                   on 2003/07/31  20:20:28
+        Log: Retract #20385.
      Branch: perl
-          ! utf8.c
+          ! ext/ByteLoader/bytecode.h
 ____________________________________________________________________________
-[ 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>
+[ 20389] By: jhi                                   on 2003/07/31  20:14:06
+        Log: Yet another bytecode tweak from Enache.
      Branch: perl
-          + lib/Tie/Memoize.pm lib/Tie/Memoize.t
-          ! MANIFEST
+          ! ext/B/B/Bytecode.pm
 ____________________________________________________________________________
-[ 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>
+[ 20388] By: jhi                                   on 2003/07/31  20:11:21
+        Log: Subject: [DOC PATCH] pod/perlguts.pod
+             From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
+             Date: Thu, 31 Jul 2003 22:39:01 +0200
+             Message-ID: <004a01c357a3$c71f9f50$0c2f1fac@R2D2>
      Branch: perl
-          ! lib/Tie/Hash.pm pod/perltie.pod
+          ! pod/perlguts.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>
+[ 20387] By: jhi                                   on 2003/07/31  19:57:36
+        Log: Subject: Re: [perl #23171] Regex too selfish
+             From: hv@crypt.org
+             Date: Thu, 31 Jul 2003 18:59:43 +0100
+             Message-Id: <200307311759.h6VHxhn06664@zen.crypt.org>
+
+             (choose the second code patch)
      Branch: perl
-          ! Makefile.SH
+          ! regexec.c t/op/re_tests
 ____________________________________________________________________________
-[ 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>
+[ 20386] By: jhi                                   on 2003/07/31  19:48:17
+        Log: Make consistent with installperl (and working in MPE/iX)
+             (Mark Bixby)
      Branch: perl
-          ! t/op/groups.t
+          ! installman
 ____________________________________________________________________________
-[ 14681] By: jhi                                   on 2002/02/13  15:14:25
-        Log: Update Changes.
+[ 20385] By: jhi                                   on 2003/07/31  19:46:14
+        Log: (retracted by #20390)
      Branch: perl
-          ! Changes patchlevel.h
+          ! ext/ByteLoader/bytecode.h
 ____________________________________________________________________________
-[ 14680] By: jhi                                   on 2002/02/13  13:41:50
-        Log: Integrate perlio:
-             
-             [ 14677]
-             Do not lc() the file names before doing dirname() or they don't match.
+[ 20383] By: jhi                                   on 2003/07/31  19:37:22
+        Log: Upgrade to real CPAN.pm 1.76.
      Branch: perl
-         !> lib/ExtUtils/t/Installed.t
+          + lib/CPAN/META.yml lib/CPAN/PAUSE2003.pub lib/CPAN/SIGNATURE
+          + lib/CPAN/t/signature.t
+          ! MANIFEST lib/CPAN.pm
 ____________________________________________________________________________
-[ 14679] By: sky                                   on 2002/02/13  12:56:13
-        Log: rename mutex to make a bit more sense
+[ 20379] By: jhi                                   on 2003/07/31  12:32:31
+        Log: One more tweak for Mac OS X hints.
      Branch: perl
-          ! ext/threads/threads.xs
+          ! hints/darwin.sh
 ____________________________________________________________________________
-[ 14678] By: sky                                   on 2002/02/13  12:46:11
-        Log: Track active threads....
+[ 20378] By: jhi                                   on 2003/07/31  11:39:31
+        Log: The new PKI system is far too untested and rough yet
+             (think machines with no network, machines behind firewalls,
+             corporate and national encryption policies).  It cannot be
+             considered useable at this stage.
+
+             Therefore, create a fake CPAN 1.76.
      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
+          ! lib/CPAN.pm
 ____________________________________________________________________________
-[ 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>
+[ 20377] By: jhi                                   on 2003/07/31  11:28:58
+        Log: This test is pretty useless as it stands.
      Branch: perl
-          ! lib/File/Spec/t/rel2abs2rel.t
+          - lib/CPAN/t/signature.t
+          ! MANIFEST
 ____________________________________________________________________________
-[ 14675] By: sky                                   on 2002/02/13  09:00:24
-        Log: Do not propagate END blocks to child threads, test.
+[ 20376] By: jhi                                   on 2003/07/31  10:30:08
+        Log: Document the requirements for Module::Signature a bit.
      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
+          ! lib/CPAN.pm
 ____________________________________________________________________________
-[ 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.
+[ 20375] By: jhi                                   on 2003/07/31  09:37:44
+        Log: We are change #20316 ahead of 1.75.
      Branch: perl
-          ! Configure
+          ! lib/CPAN.pm
 ____________________________________________________________________________
-[ 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>
+[ 20373] By: jhi                                   on 2003/07/31  07:35:11
+        Log: Integrate from maint:
+             [ 20359]
+             No more wince/README.compile here, either.
      Branch: perl
-          ! lib/perl5db.pl pod/perldebug.pod
+         !> Porting/makerel
 ____________________________________________________________________________
-[ 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>
+[ 20371] By: jhi                                   on 2003/07/31  05:41:56
+        Log: ext/SDBM_File/sdbm's auto directory ended up in ext/SDBM_File.
+             (Schwern)
      Branch: perl
-          ! lib/dumpvar.pl lib/perl5db.pl pod/perldebug.pod
+          ! lib/ExtUtils/MakeMaker.pm
 ____________________________________________________________________________
-[ 14669] By: jhi                                   on 2002/02/13  04:43:43
-        Log: Iteration continues.
+[ 20370] By: jhi                                   on 2003/07/31  05:39:11
+        Log: Schwern says this is most probably an old VMS MakeMaker
+             bug workaround that can go now.
      Branch: perl
-          ! utf8.c
+          ! ext/SDBM_File/sdbm/Makefile.PL
 ____________________________________________________________________________
-[ 14668] By: jhi                                   on 2002/02/13  02:37:31
-        Log: Duh.
+[ 20369] By: jhi                                   on 2003/07/31  05:32:15
+        Log: Final touches to "Apple-like" installation directories.
      Branch: perl
-          ! pp_pack.c t/op/length.t
+          ! hints/darwin.sh
 ____________________________________________________________________________
-[ 14667] By: jhi                                   on 2002/02/13  01:33:01
-        Log: Retract #14666.
+[ 20368] By: jhi                                   on 2003/07/31  05:28:17
+        Log: Tests for change #20367 (and change use overload; to
+             just require overload;)
      Branch: perl
-          ! t/op/lc.t
+          ! lib/Tie/RefHash.pm lib/Tie/RefHash.t
 ____________________________________________________________________________
-[ 14666] By: jhi                                   on 2002/02/13  01:22:13
-        Log: (retracted by #14667)
+[ 20367] By: jhi                                   on 2003/07/31  05:12:47
+        Log: Subject: [PATCH Tie::RefHash] added support for overloaded ""
+             From: Xavier Noria <fxn@hashref.com>
+             Date: Thu, 31 Jul 2003 00:29:13 +0200
+             Message-Id: <200307310029.13567.fxn@hashref.com>
      Branch: perl
-          ! t/op/lc.t
+          ! lib/Tie/RefHash.pm
 ____________________________________________________________________________
-[ 14665] By: jhi                                   on 2002/02/13  00:45:02
-        Log: Tiny test script tweaks.
+[ 20366] By: jhi                                   on 2003/07/31  05:06:11
+        Log: Subject: [PATCH] test for B::Bytecode/ByteLoader
+             From: Enache Adrian <enache@rdslink.ro>
+             Date: Thu, 31 Jul 2003 03:49:40 +0300
+             Message-ID: <20030731004940.GB1266@ratsnest.hole>
+
+             (but use test.pl:run_perl() instead of manual `$^X ...`)
      Branch: perl
-          ! t/uni/fold.t
+          + ext/B/t/bytecode.t
+          ! MANIFEST
 ____________________________________________________________________________
-[ 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.)
+[ 20364] By: rgs                                   on 2003/07/30  21:35:08
+        Log: Silence spurious noise from MakeMaker :
+             hint files shouldn't return undef and have set $!.
      Branch: perl
-          ! utf8.c
+          ! ext/DynaLoader/hints/linux.pl
 ____________________________________________________________________________
-[ 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.
+[ 20362] By: jhi                                   on 2003/07/30  20:24:49
+        Log: Upgrade to NEXT 0.52.
      Branch: perl
-          ! ext/threads/threads.xs
+          ! lib/NEXT.pm lib/NEXT/Changes lib/NEXT/README
+          ! lib/NEXT/t/actuns.t lib/NEXT/t/unseen.t
 ____________________________________________________________________________
-[ 14662] By: jhi                                   on 2002/02/12  17:19:49
-        Log: Retract #14661.
+[ 20356] By: jhi                                   on 2003/07/30  18:16:55
+        Log: Might as well.
      Branch: perl
-          ! hints/solaris_2.sh
+          ! pod/perlhist.pod
 ____________________________________________________________________________
-[ 14661] By: jhi                                   on 2002/02/12  17:16:20
-        Log: (retracted by #14662)
+[ 20355] By: jhi                                   on 2003/07/30  18:15:49
+        Log: Silly gcc.
      Branch: perl
-          ! hints/solaris_2.sh
+          ! perl.c
 ____________________________________________________________________________
-[ 14660] By: jhi                                   on 2002/02/12  15:03:58
-        Log: EBCDIC: another "can't happen".
+[ 20353] By: jhi                                   on 2003/07/30  17:09:59
+        Log: This is getting comical.  (Practical tip: never ask
+             for opinions from one than one person at one time.)
+             Now back to -Dprefix='/usr' replacing the system Perl,
+             but don't use the Apple internal DSTROOT.
      Branch: perl
-          ! utf8.c
+          ! hints/darwin.sh
 ____________________________________________________________________________
-[ 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...
+[ 20352] By: jhi                                   on 2003/07/30  17:00:25
+        Log: Mac OS X hints dance continues.  Now drop any special
+             installation directory mangling.  In other words, if
+             you want to overwrite the system perl, you really need
+             to find out how to do that.
      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
+          ! hints/darwin.sh
 ____________________________________________________________________________
-[ 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>
+[ 20350] By: jhi                                   on 2003/07/30  14:23:03
+        Log: Try again with the Mac OS X hints.  Now the three cases
+             (no -Dprefix, /usr, and something else) all install
+             into separate places.  No prefix installs to /usr/local.
+             The /usr overwrites the Apple install (modulo the version).
      Branch: perl
-          ! lib/Win32.pod win32/win32.c win32/win32.h
+          ! hints/darwin.sh
 ____________________________________________________________________________
-[ 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>
+[ 20348] By: jhi                                   on 2003/07/30  13:28:30
+        Log: Subject: [PATCH] NEXT and Diamond Inheritance
+             From: Casey West <casey@geeknest.com>
+             Date: Tue, 29 Jul 2003 17:37:15 -0400
+             Message-ID: <20030729213715.GY76899@geeknest.com>
+
+             (Use Damian's NEXT-0.51 once Damian and PAUSE like each other)
      Branch: perl
-          ! lib/File/Spec/t/rel2abs2rel.t
+          ! lib/NEXT.pm lib/NEXT/t/unseen.t
 ____________________________________________________________________________
-[ 14655] By: jhi                                   on 2002/02/12  04:50:58
-        Log: More unset installman[13]dir tweaks from chromatic.
+[ 20347] By: jhi                                   on 2003/07/30  13:19:03
+        Log: Match also on full name and email (though the email is
+             now less interesting than it used to be).
      Branch: perl
-          ! lib/ExtUtils/Installed.pm
+          ! Porting/Maintainers
 ____________________________________________________________________________
-[ 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>
+[ 20346] By: jhi                                   on 2003/07/30  12:26:53
+        Log: Maintainers script tweaks.
      Branch: perl
-          ! lib/File/Spec/t/rel2abs2rel.t
+          ! Porting/Maintainers
 ____________________________________________________________________________
-[ 14653] By: jhi                                   on 2002/02/12  04:29:10
-        Log: Use `` instead of -| to be a little bit more portable,
-             from Michael Schwern.
+[ 20345] By: jhi                                   on 2003/07/30  11:17:33
+        Log: rmdir t/lib/IO.
      Branch: perl
-          ! lib/ExtUtils/t/Embed.t
+          ! ext/IO/t/IO.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.
+[ 20344] By: jhi                                   on 2003/07/30  11:15:30
+        Log: Adjust the list of rmdired lib directories.
      Branch: perl
-          ! toke.c
+          ! Makefile.SH
 ____________________________________________________________________________
-[ 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>
+[ 20343] By: jhi                                   on 2003/07/30  10:06:24
+        Log: Be paranoid about PL_origargv.
+             Paranoia warranted by Win32 mod_perl.
      Branch: perl
-          ! t/test.pl
+          ! perl.c
 ____________________________________________________________________________
-[ 14650] By: jhi                                   on 2002/02/11  23:44:09
-        Log: EBCDIC: pack U bytes change.
+[ 20342] By: jhi                                   on 2003/07/30  09:57:55
+        Log: Subject: tiny [PATCH-for-perl-5.8.1-RC2] remove one mention of UNDER_CE from perlio.c
+             From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
+             Date: Wed, 30 Jul 2003 14:56:32 +0400
+             Message-ID: <845FCFF2D4C0FC468B485E8777C7A00C200DD3@cio-test001.spb.lucent.com>
      Branch: perl
-          ! t/op/length.t
+          ! perlio.c
 ____________________________________________________________________________
-[ 14649] By: jhi                                   on 2002/02/11  23:38:28
-        Log: EBCDIC: pack U is no more equal to concat of \xHHs.
+[ 20341] By: jhi                                   on 2003/07/30  09:54:46
+        Log: Upgrade to ExtUtils::MakeMaker 6.12.
      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
+          ! lib/ExtUtils/Changes lib/ExtUtils/META.yml
+          ! lib/ExtUtils/MM_MacOS.pm lib/ExtUtils/MM_Unix.pm
+          ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
+          ! lib/ExtUtils/t/MM_Unix.t lib/ExtUtils/t/MM_VMS.t
 ____________________________________________________________________________
-[ 14647] By: jhi                                   on 2002/02/11  15:11:14
-        Log: Update Changes.
+[ 20340] By: jhi                                   on 2003/07/30  09:47:32
+        Log: That's M. Schwern to you, earthling.
      Branch: perl
-          ! Changes patchlevel.h
+          ! Porting/Maintainers.pl
 ____________________________________________________________________________
-[ 14646] By: jhi                                   on 2002/02/11  15:07:28
-        Log: Regen toc.
+[ 20339] By: jhi                                   on 2003/07/30  09:43:32
+        Log: Arthur maintains Safe.
      Branch: perl
-          ! pod/perltoc.pod
+          ! Porting/Maintainers.pl
 ____________________________________________________________________________
-[ 14645] By: jhi                                   on 2002/02/11  14:59:02
-        Log: Forgot from #14641.
+[ 20338] By: jhi                                   on 2003/07/30  09:40:28
+        Log: Use the CPAN id where available.
      Branch: perl
-          ! lib/ExtUtils/t/Embed.t
+          ! Porting/Maintainers.pl
 ____________________________________________________________________________
-[ 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.
+[ 20337] By: jhi                                   on 2003/07/30  09:26:47
+        Log: Rename Modules and Modules.pl as Maintainers and
+             Maintainers.pl since the same framework can be used
+             for more than just modules.
      Branch: perl
-          ! Configure
+          + Porting/Maintainers Porting/Maintainers.pl
+          - Porting/Modules Porting/Modules.pl
+          ! MANIFEST
 ____________________________________________________________________________
-[ 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)
+[ 20336] By: jhi                                   on 2003/07/30  09:11:06
+        Log: Strip leading ./
      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
+          ! Porting/Modules
 ____________________________________________________________________________
-[ 14640] By: jhi                                   on 2002/02/11  14:11:13
-        Log: Integrate perlio:
-             
-             [ 14639]
-             Patch up the failing multi-byte write case, and un-skip
-             the test.
-             
-             [ 14638]
-             Add test for Japanese encoding (well euc-jp anyway).
-             Fix one bug shown by above
-             Skip test which does not pass yet.
-             
-             [ 14637]
-             Split Japanese encodings - part 2
-             - build separate .c files with separate 'compile' steps
-             - overall Japanese.xs / Japanese.pm which loads them
-             
-             [ 14636]
-             Re-structure Japanese encodings - part 1
-     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>
+[ 20335] By: jhi                                   on 2003/07/30  09:01:47
+        Log: More Modules.pl.
      Branch: perl
-          ! t/op/arith.t
+          ! Porting/Modules.pl
 ____________________________________________________________________________
-[ 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.
+[ 20334] By: jhi                                   on 2003/07/30  08:51:57
+        Log: Modules.pl: add B::Deparse.
      Branch: perl
-          ! regcomp.c
+          ! Porting/Modules.pl
 ____________________________________________________________________________
-[ 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>
+[ 20333] By: jhi                                   on 2003/07/30  08:26:47
+        Log: Mac OS X: tweak once again the installation directories.
      Branch: perl
-          ! lib/perl5db.pl
+          ! hints/darwin.sh
 ____________________________________________________________________________
-[ 14631] By: jhi                                   on 2002/02/10  22:11:53
-        Log: Integrate perlio:
-             
-             [ 14626]
-             Move PerlIO_perlio to layer_syms where it belongs?
-             
-             [ 14625]
-             Borland/Win32 tuning
+[ 20332] By: jhi                                   on 2003/07/30  07:55:04
+        Log: Modules.pl tweaks.
      Branch: perl
-         !> makedef.pl perlio.sym t/op/stat.t win32/config_H.bc
+          ! Porting/Modules.pl
 ____________________________________________________________________________
-[ 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)
+[ 20331] By: jhi                                   on 2003/07/30  06:13:55
+        Log: Subject: [PATCH] Extend Win32::GetOSVersion() to return additional information
+             From: Jan Dubois <jand@ActiveState.com>
+             Date: Tue, 29 Jul 2003 19:14:10 -0700
+             Message-ID: <i06eivs0h9khken8rloevj68iqu6n45hnq@4ax.com>
      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
+          ! lib/Win32.pod win32/win32.c
 ____________________________________________________________________________
-[ 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.
+[ 20330] By: rgs                                   on 2003/07/29  21:20:28
+        Log: FAQ sync.
      Branch: perl
-          ! Configure
+          ! pod/perlfaq4.pod pod/perlfaq7.pod
 ____________________________________________________________________________
-[ 14627] By: jhi                                   on 2002/02/10  21:07:20
-        Log: DJGPP tweaks from Laszlo Molnar.
+[ 20329] By: jhi                                   on 2003/07/29  20:54:38
+        Log: Subject: tiny fix for WinCE (Re: maint @ 20277)
+             From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
+             Date: Wed, 30 Jul 2003 02:02:41 +0400
+             Message-ID: <016701c3561d$43735ca0$195ec3d9@vad>
      Branch: perl
-          ! djgpp/djgpp.c lib/File/Spec.pm
+          ! wince/wince.c
 ____________________________________________________________________________
-[ 14626] By: nick                                  on 2002/02/10  18:36:47
-        Log: Move PerlIO_perlio to layer_syms where it belongs?
-     Branch: perlio
-          ! makedef.pl
+[ 20327] By: jhi                                   on 2003/07/29  20:09:15
+        Log: MPE/iX fix from Mark Bixby: fcntl() on sockets on works.
+     Branch: perl
+          ! README.mpeix ext/IO/t/io_sock.t mpeix/mpeix.c mpeix/mpeixish.h
 ____________________________________________________________________________
-[ 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
+[ 20324] By: jhi                                   on 2003/07/29  19:55:50
+        Log: Revert #20301, apparently the _SOCKADDR_LEN #define is
+             important for IPv6 (Spider).  Since there is no way to
+             otherwise detect 3.X, use the hints.
+     Branch: perl
+          ! hints/dec_osf.sh perl.h
 ____________________________________________________________________________
-[ 14624] By: jhi                                   on 2002/02/10  15:33:40
-        Log: Additional explanation for the [:...:] failure.
+[ 20316] By: jhi                                   on 2003/07/29  15:27:46
+        Log: Don't nag about Module::Signature if there is no
+             way for the user to use it (based on Autrijus' patch).
      Branch: perl
-          ! pod/perldiag.pod
+          ! lib/CPAN.pm lib/CPAN/FirstTime.pm
 ____________________________________________________________________________
-[ 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>
+[ 20315] By: jhi                                   on 2003/07/29  14:47:04
+        Log: Oops.
      Branch: perl
-          ! makedef.pl
+          ! sv.c
 ____________________________________________________________________________
-[ 14622] By: jhi                                   on 2002/02/10  15:08:06
-        Log: Test tweaks from chromatic for cases where there
-             are no installman1dir or installman3dir.
+[ 20314] By: jhi                                   on 2003/07/29  13:26:26
+        Log: Slight rewording on the destdir.
      Branch: perl
-          ! lib/ExtUtils/t/Installed.t
+          ! INSTALL
 ____________________________________________________________________________
-[ 14621] By: jhi                                   on 2002/02/10  15:07:21
-        Log: Integrate perlio:
-             
-             [ 14618]
-             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 12peedup from these.
+[ 20312] By: jhi                                   on 2003/07/29  13:20:21
+        Log: Subject: [PATCH] pod/perlvar.pod: minor typo
+             From: "Brendan O'Dea" <bod@debian.org>
+             Date: Tue, 29 Jul 2003 23:49:18 +1000
+             Message-ID: <20030729134918.GA4339@londo.c47.org>
      Branch: perl
-         !> ext/Encode/Encode.pm ext/Encode/compile
+          ! pod/perlvar.pod
 ____________________________________________________________________________
-[ 14620] By: jhi                                   on 2002/02/10  15:04:19
-        Log: Portability notes: filename characters, character sets.
+[ 20310] By: jhi                                   on 2003/07/29  13:11:57
+        Log: Subject: [PATCH: (repatch) 5.8.1 RC2] Encode test fixes for VMS (was Re: possible fix to File::Find problems)
+             From: PPrymmer@factset.com
+             Date: Tue, 22 Jul 2003 11:12:05 -0400
+             Message-ID: <OFBD4A7559.D7CF9517-ON85256D6B.00534853-85256D6B.00538131@factset.com>
      Branch: perl
-          ! pod/perlport.pod
+          ! ext/Encode/t/enc_eucjp.t ext/Encode/t/enc_utf8.t
+          ! ext/Encode/t/perlio.t
 ____________________________________________________________________________
-[ 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.
+[ 20309] By: jhi                                   on 2003/07/29  13:06:24
+        Log: Subject: [perluniintro vs Encode::Alias] Is KOI8R is an alise for koi8-r?
+             From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
+             Date: Sun, 13 Jul 2003 10:23:35 +0900
+             Message-Id: <20030713102228.C76A.BQW10602@nifty.com>
      Branch: perl
-          ! ext/B/B/Deparse.pm
+          ! ext/Encode/lib/Encode/Alias.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>
+[ 20308] By: jhi                                   on 2003/07/29  13:02:43
+        Log: The --destdir option to installman should be made
+             optional so that it doesn't complain when passed
+             an empty value (from Rafael)
      Branch: perl
-          ! t/lib/warnings/pp_hot
+          ! installman
 ____________________________________________________________________________
-[ 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>
+[ 20306] By: jhi                                   on 2003/07/29  12:05:24
+        Log: Too many my $fh:s.
      Branch: perl
-          ! op.c t/op/arith.t
+          ! lib/CPAN.pm
 ____________________________________________________________________________
-[ 14612] By: jhi                                   on 2002/02/09  18:15:39
-        Log: Use the same escaping mechanism for all the *flags.
+[ 20305] By: jhi                                   on 2003/07/29  11:55:11
+        Log: Quieten MSVC6.
      Branch: perl
-          ! lib/ExtUtils/Embed.pm
+          ! pp.c
 ____________________________________________________________________________
-[ 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.)
+[ 20302] By: jhi                                   on 2003/07/29  11:31:17
+        Log: Subject: DESTDIR in perl-5.8.1 package?
+             From: Michael Schroeder <Michael.Schroeder@informatik.uni-erlangen.de>
+             Date: Fri, 11 Jul 2003 14:48:41 +0200
+             Message-ID: <20030711124841.GA18327@immd4.informatik.uni-erlangen.de>
+
+             Subject: Re: DESTDIR in perl-5.8.1 package?
+             From: Michael Schroeder <Michael.Schroeder@informatik.uni-erlangen.de>
+             Date: Mon, 14 Jul 2003 12:00:25 +0200
+             Message-ID: <20030714100025.GA26612@immd4.informatik.uni-erlangen.de>
+
+             (blindly prepending and s///ing away the $destdir does not work
+             at least in VMS, but the --destdir should help rpm builders
+             and the like)
      Branch: perl
-          ! lib/ExtUtils/Embed.pm
+          ! INSTALL Makefile.SH installman installperl
 ____________________________________________________________________________
-[ 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>
+[ 20301] By: jhi                                   on 2003/07/29  11:20:07
+        Log: Subject: [perl #23134] Problems compiling 5.8.0 on alpha-dec_osf 3.2
+             From: Chaskiel M Grundman (via RT) <perlbug-followup@perl.org>
+             Date: 26 Jul 2003 21:44:06 -0000
+             Message-ID: <rt-23134-61814.9.36507226414463@rt.perl.org>
+
+             Helps (the admittedly old) DEC OSF/1 3.x and harms not newer
+             releases 4.x and 5.x.
      Branch: perl
-          ! lib/perl5db.pl
+          ! perl.h
 ____________________________________________________________________________
-[ 14609] By: jhi                                   on 2002/02/08  21:33:59
-        Log: FAQ sync.
+[ 20300] By: jhi                                   on 2003/07/29  11:18:27
+        Log: Cleanup the sv_gets() logic for platforms with small stacks.
+             (I think hogging 8K of stack sounds like bad behaviour on any
+             platform, big stack or not.)
      Branch: perl
-          ! pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq4.pod
+          ! sv.c
 ____________________________________________________________________________
-[ 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>
+[ 20299] By: merijn                                on 2003/07/29  10:57:37
+        Log: README.hpux now mentions the http mirror for prebuilt gcc binaries
      Branch: perl
-          ! cop.h deb.c pp_ctl.c toke.c util.c
+          ! README.hpux
 ____________________________________________________________________________
-[ 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
+[ 20298] By: jhi                                   on 2003/07/29  10:57:28
+        Log: DEC OSF/1 3.x did (does) not do sizer -v.
+     Branch: perl
+          ! hints/dec_osf.sh
 ____________________________________________________________________________
-[ 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
+[ 20295] By: jhi                                   on 2003/07/29  10:36:25
+        Log: Subject: [PATCH CPAN.pm] unlink pre-PGP-signed CHECKSUM
+             From: Autrijus Tang <autrijus@autrijus.org>
+             Date: Tue, 29 Jul 2003 09:58:35 +0800
+             Message-ID: <20030729015834.GA7149@not.autrijus.org>
+     Branch: perl
+          ! lib/CPAN.pm
 ____________________________________________________________________________
-[ 14605] By: jhi                                   on 2002/02/08  19:18:17
-        Log: The Configure change to go with #14604.
+[ 20294] By: jhi                                   on 2003/07/29  10:30:05
+        Log: There is no skip() since we are not using Test*.
      Branch: perl
-          ! Configure
+          ! lib/CPAN/t/signature.t
 ____________________________________________________________________________
-[ 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>
+[ 20293] By: jhi                                   on 2003/07/29  10:28:10
+        Log: Upgrade to CPAN.pm 1.74.
      Branch: perl
-          ! hints/bsdos.sh
+          ! lib/CPAN.pm lib/CPAN/t/signature.t
 ____________________________________________________________________________
-[ 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
+[ 20292] By: jhi                                   on 2003/07/29  10:14:26
+        Log: Most importantly, don't try HvNAME(gp->gp_hv)
+             unless PL_stashcache exists, otherwise we get
+             an invalid read (detected by valgrind, and crashes
+             ext/threads/t/basic.t in Windows).
+
+             Also add a few if:s for the refcnt decrements,
+             no need to call Perl_sv_free() if there's nothing to free.
+     Branch: perl
+          ! gv.c
 ____________________________________________________________________________
-[ 14602] By: sky                                   on 2002/02/08  15:19:15
-        Log: Start testing for safe localtime functions, TODO, test more functions.
+[ 20291] By: jhi                                   on 2003/07/29  09:00:58
+        Log: Tabify.
      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>
+[ 20288] By: jhi                                   on 2003/07/29  08:29:50
+        Log: Subject: [perl #22969] fix $hash{utf8bareword}
+             From: Rafael Garcia-Suarez <raphel.garcia-suarez@hexaflux.com>
+             Date: Tue, 29 Jul 2003 11:09:37 +0200
+             Message-Id: <20030729110937.31c422d2.rgarcia@hexaflux.com>
      Branch: perl
-          ! doio.c pp_sys.c t/io/argv.t
+          ! t/op/utfhash.t toke.c
 ____________________________________________________________________________
-[ 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>
+[ 20287] By: jhi                                   on 2003/07/29  08:26:48
+        Log: Subject: [PATCH pointer] B::Deparse 0.64
+             From: Stephen McCamant <smcc@mit.edu>
+             Date: Mon, 28 Jul 2003 16:57:19 -0400
+             Message-ID: <16165.36399.39977.566109@syllepsis.MIT.EDU>
      Branch: perl
-          ! t/op/taint.t t/run/fresh_perl.t
+          ! ext/B/B/Deparse.pm ext/B/t/deparse.t
 ____________________________________________________________________________
-[ 14599] By: jhi                                   on 2002/02/08  14:05:12
-        Log: Integrate perlio:
-             
-             [ 14595]
-             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.
+[ 20286] By: jhi                                   on 2003/07/29  08:24:45
+        Log: More perlio docs from Stas.
      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
+          ! pod/perliol.pod
 ____________________________________________________________________________
-[ 14597] By: jhi                                   on 2002/02/08  14:01:01
-        Log: Configure DJGPP tweak from Laszlo Molnar.
+[ 20285] By: jhi                                   on 2003/07/29  08:22:49
+        Log: Reintroduce Porting/Modules.  No, it's not duplicating
+             the information in Module::CoreList.
      Branch: perl
-          ! Configure
+          + Porting/Modules Porting/Modules.pl
+          ! AUTHORS MANIFEST
 ____________________________________________________________________________
-[ 14596] By: jhi                                   on 2002/02/08  14:00:23
-        Log: DJGPP tweaks from Laszlo Molnar.
+[ 20283] By: jhi                                   on 2003/07/29  05:00:12
+        Log: The better prefixify() patch from Ed Moy.
      Branch: perl
-          ! djgpp/djgppsed.sh perl.c
+          ! lib/ExtUtils/MM_Unix.pm
 ____________________________________________________________________________
-[ 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
+[ 20282] By: jhi                                   on 2003/07/29  04:57:57
+        Log: PerlIO_popped doc addition from NI-S.
+     Branch: perl
+          ! pod/perliol.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
+[ 20281] By: jhi                                   on 2003/07/29  04:55:48
+        Log: Subject: [PATCH] another File::Find tweak for VMS (improve on #20221)
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Tue, 29 Jul 2003 00:11:46 -0500
+             Message-ID: <3F260212.9000104@mac.com>
+     Branch: perl
+          ! lib/File/Find.pm
 ____________________________________________________________________________
-[ 14593] By: jhi                                   on 2002/02/08  03:08:20
-        Log: To really skip the test an exit() is needed.
+[ 20278] By: jhi                                   on 2003/07/28  18:03:48
+        Log: More bytecode tweaks.
      Branch: perl
-          ! lib/encoding.t
+          ! ext/B/B.xs ext/B/B/Bytecode.pm
 ____________________________________________________________________________
-[ 14592] By: jhi                                   on 2002/02/08  02:57:30
-        Log: More diagnostics from Nicholas Clark.
+[ 20275] By: jhi                                   on 2003/07/28  16:47:53
+        Log: No more wince/README.compile.
      Branch: perl
-          ! lib/Benchmark.t
+          ! Porting/curliff.pl
 ____________________________________________________________________________
-[ 14591] By: jhi                                   on 2002/02/07  22:54:57
-        Log: In case of failure be more verbose.
+[ 20272] By: jhi                                   on 2003/07/28  16:19:47
+        Log: Slightly better failure output.
      Branch: perl
-          ! t/base/num.t
+          ! ext/Devel/Peek/t/Peek.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
+[ 20270] By: jhi                                   on 2003/07/28  15:12:28
+        Log: These directories no more exist during cleanup.
+     Branch: perl
+          ! Makefile.SH
+____________________________________________________________________________
+[ 20269] By: jhi                                   on 2003/07/28  15:07:22
+        Log: No more ext/*/*.t, move them all to ext/*/t.
+     Branch: perl
+          + ext/Devel/DProf/t/DProf.t ext/Devel/Peek/t/Peek.t
+          + ext/Errno/t/Errno.t ext/GDBM_File/t/gdbm.t
+          + ext/I18N/Langinfo/t/Langinfo.t ext/IPC/SysV/t/ipcsysv.t
+          + ext/NDBM_File/t/ndbm.t ext/ODBM_File/t/odbm.t
+          + ext/Opcode/t/Opcode.t ext/Opcode/t/ops.t ext/PerlIO/t/PerlIO.t
+          + ext/SDBM_File/t/sdbm.t ext/Safe/t/safe1.t ext/Safe/t/safe2.t
+          + ext/Safe/t/safe3.t ext/Socket/t/Socket.t
+          + ext/Socket/t/socketpair.t ext/Sys/Hostname/t/Hostname.t
+          + ext/Sys/Syslog/t/syslog.t ext/Time/HiRes/t/HiRes.t
+          + ext/XS/Typemap/t/Typemap.t ext/attrs/t/attrs.t ext/re/t/re.t
+          - ext/Devel/DProf/DProf.t ext/Devel/Peek/Peek.t
+          - ext/Errno/Errno.t ext/GDBM_File/gdbm.t
+          - ext/I18N/Langinfo/Langinfo.t ext/IPC/SysV/ipcsysv.t
+          - ext/NDBM_File/ndbm.t ext/ODBM_File/odbm.t ext/Opcode/Opcode.t
+          - ext/Opcode/ops.t ext/PerlIO/PerlIO.t ext/SDBM_File/sdbm.t
+          - ext/Safe/safe1.t ext/Safe/safe2.t ext/Safe/safe3.t
+          - ext/Socket/Socket.t ext/Socket/socketpair.t
+          - ext/Sys/Hostname/Hostname.t ext/Sys/Syslog/syslog.t
+          - ext/Time/HiRes/HiRes.t ext/XS/Typemap/Typemap.t ext/attrs.t
+          - ext/re/re.t
+          ! MANIFEST ext/IPC/SysV/MANIFEST
+____________________________________________________________________________
+[ 20268] By: jhi                                   on 2003/07/28  14:31:17
+        Log: Move the ext/IO tests to a more standard location so that
+             the *.t do not get copied to the build tree (lib/IO/).
+     Branch: perl
+          + ext/IO/t/IO.t ext/IO/t/io_const.t ext/IO/t/io_dir.t
+          + ext/IO/t/io_dup.t ext/IO/t/io_linenum.t
+          + ext/IO/t/io_multihomed.t ext/IO/t/io_pipe.t ext/IO/t/io_poll.t
+          + ext/IO/t/io_sel.t ext/IO/t/io_sock.t ext/IO/t/io_taint.t
+          + ext/IO/t/io_tell.t ext/IO/t/io_udp.t ext/IO/t/io_unix.t
+          + ext/IO/t/io_utf8.t ext/IO/t/io_xs.t
+          - ext/IO/lib/IO/t/IO.t ext/IO/lib/IO/t/io_const.t
+          - ext/IO/lib/IO/t/io_dir.t ext/IO/lib/IO/t/io_dup.t
+          - ext/IO/lib/IO/t/io_linenum.t ext/IO/lib/IO/t/io_multihomed.t
+          - ext/IO/lib/IO/t/io_pipe.t ext/IO/lib/IO/t/io_poll.t
+          - ext/IO/lib/IO/t/io_sel.t ext/IO/lib/IO/t/io_sock.t
+          - ext/IO/lib/IO/t/io_taint.t ext/IO/lib/IO/t/io_tell.t
+          - ext/IO/lib/IO/t/io_udp.t ext/IO/lib/IO/t/io_unix.t
+          - ext/IO/lib/IO/t/io_utf8.t ext/IO/lib/IO/t/io_xs.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).
+[ 20267] By: jhi                                   on 2003/07/28  14:16:44
+        Log: Retract #20260.
      Branch: perl
-          ! op.c t/run/fresh_perl.t
+          ! perlio.c perliol.h
 ____________________________________________________________________________
-[ 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.
+[ 20266] By: jhi                                   on 2003/07/28  13:38:59
+        Log: Bump the $VERSION of core File::Spec as requested by Ken Williams.
      Branch: perl
-          ! hints/os390.sh
+          ! lib/File/Spec.pm
 ____________________________________________________________________________
-[ 14578] By: jhi                                   on 2002/02/06  19:56:53
-        Log: Subject: [PATCH @14557] another Encode fix for VMS
+[ 20265] By: jhi                                   on 2003/07/28  13:23:44
+        Log: Subject: [PATCH] #20177 broke skip logic in t/op/write.t
              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>
+             Date: Mon, 28 Jul 2003 08:04:32 -0500
+             Message-ID: <3F251F60.6050607@mac.com>
      Branch: perl
-          ! ext/Encode/Encode.xs ext/Encode/Makefile.PL
+          ! t/op/write.t
 ____________________________________________________________________________
-[ 14577] By: jhi                                   on 2002/02/06  15:38:25
-        Log: Integrate perlio:
-             
-             [ 14575]
-             One way to avoid OS390 winge about #line directives.
+[ 20264] By: jhi                                   on 2003/07/28  13:21:58
+        Log: Subject: [PATCH] t/op/write.t cleanup after itself.
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Mon, 28 Jul 2003 05:54:19 -0700
+             Message-ID: <20030728125419.GJ21044@windhund.schwern.org>
      Branch: perl
-         !> ext/Encode/EUC_JP/Makefile.PL
+          ! t/op/write.t
 ____________________________________________________________________________
-[ 14576] By: jhi                                   on 2002/02/06  15:36:55
-        Log: Update Changes.
+[ 20263] By: jhi                                   on 2003/07/28  12:13:24
+        Log: Make Storable work with blead/maint by making PL_sv_placeholder
+             a true global, bump $VERSION to 2.08.  Will take a look at the
+             portability issue of placeholders soon.
      Branch: perl
-          ! Changes patchlevel.h
+          ! embedvar.h ext/Storable/Storable.pm ext/Storable/Storable.xs
+          ! intrpvar.h perlapi.h perlvars.h sv.c
 ____________________________________________________________________________
-[ 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/
+[ 20262] By: jhi                                   on 2003/07/28  11:35:31
+        Log: Storable test nosewipe.
      Branch: perl
-          ! MANIFEST
+          ! ext/Storable/t/code.t ext/Storable/t/utf8hash.t
 ____________________________________________________________________________
-[ 14573] By: jhi                                   on 2002/02/06  15:10:00
-        Log: New Netware scripts.
+[ 20261] By: jhi                                   on 2003/07/28  11:02:23
+        Log: Solaris cc didn't appreciate casting a long to a pointer
+             with no cast, and lval casts are unportable, so introduce
+             a rval cast.
      Branch: perl
-          + NetWare/bat/BldNWExt-Exist.bat NetWare/t/NWModify-Exist.pl
-          + NetWare/t/NWScripts-Exist.pl
-          ! MANIFEST
+          ! bytecode.pl ext/ByteLoader/byterun.c
 ____________________________________________________________________________
-[ 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.
+[ 20260] By: jhi                                   on 2003/07/28  10:46:58
+        Log: (Retracted by #20267)
      Branch: perl
-          ! lib/encoding.pm lib/encoding.t
+          ! perlio.c perliol.h
 ____________________________________________________________________________
-[ 14571] By: jhi                                   on 2002/02/06  14:44:27
-        Log: (retracted by #14846)
-             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?
+[ 20257] By: jhi                                   on 2003/07/28  10:05:58
+        Log: Subject: CPAN/t/signature.t noisy
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Mon, 28 Jul 2003 02:14:19 -0700
+             Message-ID: <20030728091419.GG21044@windhund.schwern.org>
      Branch: perl
-          ! ext/Unicode/Normalize/t/norm.t ext/Unicode/Normalize/t/test.t
+          ! lib/CPAN/t/signature.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>
+[ 20256] By: jhi                                   on 2003/07/28  10:00:11
+        Log: Extra noise from File::Spec.
      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
+          ! lib/File/Spec/t/rel2abs2rel.t
 ____________________________________________________________________________
-[ 14568] By: jhi                                   on 2002/02/06  04:44:33
-        Log: EBCDIC: 0x41 is not cricket.
+[ 20255] By: jhi                                   on 2003/07/28  09:50:55
+        Log: Prettyprint the constants list of defsubs_h.PL.
      Branch: perl
-          ! ext/Encode/t/Encode.t
+          ! ext/B/defsubs_h.PL
 ____________________________________________________________________________
-[ 14567] By: jhi                                   on 2002/02/05  23:12:19
-        Log: NetWare update from Ananth Kesari.
+[ 20253] By: jhi                                   on 2003/07/28  04:56:48
+        Log: Subject: [PATCH] B enhancements
+             From: Stephen McCamant <smcc@mit.edu>
+             Date: Sun, 27 Jul 2003 14:07:46 -0400
+             Message-ID: <16164.5362.577992.841787@syllepsis.MIT.EDU>
      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
+          ! ext/B/B.pm ext/B/B.xs ext/B/defsubs_h.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>
+[ 20252] By: jhi                                   on 2003/07/28  04:55:42
+        Log: More clarification about the hash randomisation defines.
      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
+          ! perl.h
 ____________________________________________________________________________
-[ 14564] By: jhi                                   on 2002/02/05  17:05:40
-        Log: Integrate perlio:
-             
-             [ 14563]
-             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)
+[ 20251] By: jhi                                   on 2003/07/28  04:51:46
+        Log: Clarify the process a bit.
      Branch: perl
-         +> ext/Encode/Encode/jis0201.ucm
-         !> MANIFEST ext/Encode/EUC_JP/Makefile.PL ext/Encode/Makefile.PL
-         !> ext/Encode/compile
+          ! INSTALL
 ____________________________________________________________________________
-[ 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
+[ 20250] By: jhi                                   on 2003/07/28  04:43:23
+        Log: Add $VERSION to B::Bytecode.
+     Branch: perl
+          ! ext/B/B/Bytecode.pm
 ____________________________________________________________________________
-[ 14562] By: sky                                   on 2002/02/05  14:50:36
-        Log: Add in change for Apple/Darwin Bug: 2785519 to fix memory leaks.
+[ 20249] By: jhi                                   on 2003/07/28  04:39:14
+        Log: Missing test file.  (Not very useful since Module::Signature
+             is not in the core, but let's not make an exception.)
      Branch: perl
-          ! ext/DynaLoader/dl_dyld.xs ext/POSIX/t/posix.t
+          ! MANIFEST
 ____________________________________________________________________________
-[ 14561] By: jhi                                   on 2002/02/05  14:25:36
-        Log: EBCDIC: SHARP S is different.
+[ 20248] By: jhi                                   on 2003/07/28  04:35:27
+        Log: Subject: Re: downrev modules in RC2
+             From: Gisle Aas <gisle@ActiveState.com>
+             Date: 27 Jul 2003 20:25:07 -0700
+             Message-ID: <lrptjv1gfg.fsf@caliper.activestate.com>
+
+             (upgrade to Digest::MD5 2.26)
      Branch: perl
-          ! regexec.c utf8.h
+          ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
+          ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
 ____________________________________________________________________________
-[ 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
+[ 20247] By: jhi                                   on 2003/07/28  04:31:32
+        Log: Upgrade to CGI 2.97.
      Branch: perl
-          ! t/op/filetest.t
+          ! lib/CGI.pm
 ____________________________________________________________________________
-[ 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.
+[ 20246] By: jhi                                   on 2003/07/28  04:26:58
+        Log: Revert 20233 + s/GvAVn/GvAV/) + rerun 'perl bytecode.pl'.
+             (from Enache)
      Branch: perl
-          ! lib/File/Spec/t/rel2abs2rel.t
+          ! bytecode.pl ext/ByteLoader/byterun.c
 ____________________________________________________________________________
-[ 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...
+[ 20243] By: jhi                                   on 2003/07/27  20:31:31
+        Log: Upgrade to CPAN 1.72.
      Branch: perl
-          ! ext/POSIX/t/posix.t
+          + lib/CPAN/t/signature.t
+          ! MANIFEST lib/CPAN.pm
 ____________________________________________________________________________
-[ 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.
+[ 20242] By: jhi                                   on 2003/07/27  20:21:40
+        Log: We now return to your normally scheduled hash randomisation.
      Branch: perl
-          ! hints/darwin.sh perl.h
+          ! INSTALL perl.h pod/perlfunc.pod pod/perlrun.pod
+          ! pod/perlsec.pod
 ____________________________________________________________________________
-[ 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
+[ 20240] By: jhi                                   on 2003/07/27  19:45:22
+        Log: fresh_perl_(is|like) were printing out the wrong file/line
+             number on failure because _where() was hard coded to only
+             look one level up the call stack.  In these cases it has to
+             look two.
+             (Schwern)
+     Branch: perl
+          ! t/test.pl
 ____________________________________________________________________________
-[ 14555] By: pudge                                 on 2002/02/05  02:20:45
-        Log: Integrate change #14439 from maintperl
-     Branch: maint-5.6/macperl
-         !> op.c
+[ 20239] By: jhi                                   on 2003/07/27  19:43:34
+        Log: cleanup tiehandle.t to use test.pl, is(), like(), etc...
+             (Schwern)
+     Branch: perl
+          ! t/op/tiehandle.t
 ____________________________________________________________________________
-[ 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>
+[ 20238] By: jhi                                   on 2003/07/27  19:20:45
+        Log: Upgrade to Test::Harness 2.29.
      Branch: perl
-          ! lib/File/Find/t/find.t lib/File/Find/t/taint.t
+          ! lib/Test/Harness.pm lib/Test/Harness/Straps.pm
+          ! lib/Test/Harness/t/assert.t lib/Test/Harness/t/callback.t
+          ! lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/strap.t
+          ! lib/Test/Harness/t/test-harness.t
 ____________________________________________________________________________
-[ 14553] By: jhi                                   on 2002/02/04  22:27:11
-        Log: Signedness mumblings from Tru64.
+[ 20237] By: jhi                                   on 2003/07/27  18:37:45
+        Log: Missing MakeMaker test.
      Branch: perl
-          ! ext/Encode/Encode.xs
+          + lib/ExtUtils/t/postamble.t
+          ! MANIFEST
 ____________________________________________________________________________
-[ 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>
+[ 20236] By: jhi                                   on 2003/07/27  18:29:16
+        Log: Add -l (one file per line) option to manicheck.
      Branch: perl
-          ! MANIFEST configure.com ext/Encode/EUC_JP/Makefile.PL
-          ! ext/Encode/Encode.xs
+          ! Porting/manicheck
 ____________________________________________________________________________
-[ 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
+[ 20235] By: jhi                                   on 2003/07/27  18:08:55
+        Log: Further Byteloader tweaks from Enache.
+     Branch: perl
+          ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Assembler.pm
+          ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm ext/B/defsubs_h.PL
+          ! ext/B/t/assembler.t ext/ByteLoader/ByteLoader.pm
+          ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
+          ! ext/ByteLoader/byterun.h t/TEST
 ____________________________________________________________________________
-[ 14550] By: jhi                                   on 2002/02/04  14:47:00
-        Log: Update Changes.
+[ 20234] By: jhi                                   on 2003/07/27  18:02:24
+        Log: Reapply some perldoc changes not in 3.09.
      Branch: perl
-          ! Changes patchlevel.h
+          ! lib/Pod/Perldoc.pm
 ____________________________________________________________________________
-[ 14549] By: jhi                                   on 2002/02/04  13:57:42
-        Log: Comment microtweaks.
+[ 20233] By: jhi                                   on 2003/07/27  17:51:01
+        Log: Upgrade to Pod::Perldoc 3.09.
      Branch: perl
-          ! lib/locale.t
+          ! lib/Pod/Perldoc.pm lib/Pod/Perldoc/ToMan.pm
 ____________________________________________________________________________
-[ 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>
+[ 20232] By: jhi                                   on 2003/07/27  17:34:23
+        Log: A bug reported in perl-unicode by Terry Jones, fixed
+             by Andreas Koenig, and add a test.
      Branch: perl
-          ! pod/perluniintro.pod
+          ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
 ____________________________________________________________________________
-[ 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> 
+[ 20231] By: jhi                                   on 2003/07/27  17:21:11
+        Log: Unicode::UCD doc nit from Andreas Koenig.
      Branch: perl
-          ! regcomp.c
+          ! lib/Unicode/UCD.pm
 ____________________________________________________________________________
-[ 14546] By: jhi                                   on 2002/02/04  04:41:02
-        Log: Integrate perlio:
-             
-             [ 14545]
-             Remove debugging warning, be consistent about API fails.
-             
-             [ 14544]
-             Carry on where we left off if we have to grow destination SV during XS encode/decode
+[ 20230] By: jhi                                   on 2003/07/27  17:13:55
+        Log: Upgrade to I18N::LangTags 0.28.
      Branch: perl
-         !> ext/Encode/Encode.xs
+          + lib/I18N/LangTags/t/01test.t
+          - lib/I18N/LangTags/test.pl
+          ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/List.pm
 ____________________________________________________________________________
-[ 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
+[ 20229] By: jhi                                   on 2003/07/27  16:59:27
+        Log: Skip the test until Enache fixes it.
+     Branch: perl
+          ! ext/B/t/assembler.t
 ____________________________________________________________________________
-[ 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
+[ 20225] By: jhi                                   on 2003/07/27  16:12:44
+        Log: Upgrade to File::Spec 0.85.
+     Branch: perl
+          ! lib/File/Spec.pm lib/File/Spec/Epoc.pm
+          ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
+          ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
+          ! lib/File/Spec/t/Functions.t lib/File/Spec/t/Spec.t
+          ! lib/File/Spec/t/rel2abs2rel.t
 ____________________________________________________________________________
-[ 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>
+[ 20224] By: jhi                                   on 2003/07/27  15:48:20
+        Log: Subject: Re: [PATCH] Re: Storing &PL_sv_undef as a hash key with perl-5.8.x
+             From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
+             Date: Sun, 20 Jul 2003 22:36:02 +0200
+             Message-ID: <006801c34efe$8aac1920$0c2f1fac@R2D2>
      Branch: perl
-          ! lib/CPAN.pm
+          ! dump.c embedvar.h ext/Storable/Storable.xs hv.c intrpvar.h
+          ! perl.c perlapi.h sv.c universal.c
 ____________________________________________________________________________
-[ 14542] By: jhi                                   on 2002/02/03  19:05:13
-        Log: Must search further back.
+[ 20223] By: jhi                                   on 2003/07/27  15:43:30
+        Log: Regen byterun once more: the incav is not yet right, but at
+             least it compiles now (Tru64 cc choked on the lvalue cast).
      Branch: perl
-          ! lib/h2xs.t
+          ! bytecode.pl ext/ByteLoader/byterun.c
 ____________________________________________________________________________
-[ 14541] By: nick                                  on 2002/02/03  18:52:09
-        Log: Integrate mainline
-     Branch: perlio
-         !> (integrate 29 files)
+[ 20222] By: jhi                                   on 2003/07/27  15:31:52
+        Log: Regenerated because of #20220.
+     Branch: perl
+          ! ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
+          ! ext/ByteLoader/byterun.h
 ____________________________________________________________________________
-[ 14540] By: jhi                                   on 2002/02/03  18:33:53
-        Log: EBCDIC: more natification.
+[ 20221] By: jhi                                   on 2003/07/27  15:19:57
+        Log: Subject: [PATCH] fix for File::Find logical name collision on VMS
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Mon, 21 Jul 2003 19:40:20 -0500
+             Message-ID: <3F1C87F4.2070401@mac.com>
      Branch: perl
-          ! regcomp.c
+          ! lib/File/Find.pm
 ____________________________________________________________________________
-[ 14539] By: jhi                                   on 2002/02/03  18:32:31
-        Log: Debug noise.
+[ 20220] By: jhi                                   on 2003/07/27  15:13:10
+        Log: Subject: Re: [perl #22984] perl-5.8.1-RC2: TEST -bytecompile won't work at all
+             From: Enache Adrian <enache@rdslink.ro>
+             Date: Fri, 18 Jul 2003 23:15:37 +0300
+             Message-ID: <20030718201537.GA1574@ratsnest.hole>
      Branch: perl
-          ! ext/Encode/Encode.xs
+          ! Makefile.SH bytecode.pl ext/B/B.xs ext/B/B/Assembler.pm
+          ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm ext/B/typemap
+          ! ext/ByteLoader/ByteLoader.pm ext/ByteLoader/ByteLoader.xs
+          ! ext/ByteLoader/bytecode.h installperl t/TEST utils/perlcc.PL
 ____________________________________________________________________________
-[ 14538] By: jhi                                   on 2002/02/03  18:13:07
-        Log: Integrate perlio:
-             
-             [ 14536]
-             Stable intermediate point in Encode cleanup.
-             :encode(euc-jp) works on Dan's table.euc
-             Much buffer copying and other silliness remains.
+[ 20219] By: jhi                                   on 2003/07/27  15:08:23
+        Log: Subject: [PATCH-for-RC2] WinCE port addition
+             From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
+             Date: Fri, 25 Jul 2003 22:17:11 +0400
+             Message-ID: <845FCFF2D4C0FC468B485E8777C7A00C200D42@cio-test001.spb.lucent.com>
      Branch: perl
-         !> ext/Encode/Encode.pm ext/Encode/Encode.xs
-         !> ext/Encode/lib/Encode/Encoding.pm
+          - wince/README.compile
+          ! MANIFEST README.ce wince/Makefile.ce wince/README.perlce
+          ! wince/compile.bat wince/wince.c wince/wince.h
 ____________________________________________________________________________
-[ 14537] By: jhi                                   on 2002/02/03  17:57:31
-        Log: Prettify.
+[ 20217] By: jhi                                   on 2003/07/25  06:39:08
+        Log: Another missing hunk for MakeMaker from .org.
      Branch: perl
-          ! lib/unicore/mktables
+          ! lib/ExtUtils/MakeMaker.pm
 ____________________________________________________________________________
-[ 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
+[ 20213] By: jhi                                   on 2003/07/24  14:49:25
+        Log: Grabbed from www.makemaker.org.
+     Branch: perl
+          + t/lib/MakeMaker/Test/Setup/Recurs.pm
+          ! MANIFEST
 ____________________________________________________________________________
-[ 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.
+[ 20211] By: jhi                                   on 2003/07/24  14:00:29
+        Log: Subject: [perl #22946] Bug in Unicode surrogate pair conversion in Perl_utf16_to_utf8
+             From: "Dinger, Tom" (via RT) <perlbug-followup@perl.org>
+             Date: 14 Jul 2003 05:35:15 -0000
+             Message-ID: <rt-22946-60715.1.00007189884266@rt.perl.org>
      Branch: perl
-          ! regexec.c
+          ! utf8.c
 ____________________________________________________________________________
-[ 14534] By: jhi                                   on 2002/02/03  17:04:34
-        Log: EBCDIC: character classes must remap the low 256.
+[ 20209] By: jhi                                   on 2003/07/24  13:42:58
+        Log: Subject: Re: [typo] sv.c pod/perlapi.pod
+             From: Stas Bekman <stas@stason.org>
+             Date: Thu, 24 Jul 2003 16:49:27 +0200
+             Message-ID: <3F1FF1F7.30500@stason.org>
      Branch: perl
-          ! regcomp.c
+          ! pod/perlapi.pod sv.c
 ____________________________________________________________________________
-[ 14533] By: jhi                                   on 2002/02/03  16:05:12
-        Log: Upgrade to I18N::LangTags::List 0.27, from Sean Burke.
+[ 20208] By: jhi                                   on 2003/07/24  13:41:37
+        Log: Subject: [ANNOUNCE] ExtUtils::MakeMaker 6.11
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Thu, 24 Jul 2003 01:28:07 -0700
+             Message-ID: <20030724082807.GA24285@windhund.schwern.org>
      Branch: perl
-          ! lib/I18N/LangTags/List.pm
+          ! lib/ExtUtils/MakeMaker.pm
 ____________________________________________________________________________
-[ 14532] By: jhi                                   on 2002/02/03  15:36:36
-        Log: FAQ sync.
+[ 20207] By: jhi                                   on 2003/07/24  13:40:39
+        Log: Subject: [PATCH] ExtUtils::MakeMaker 6.10_08
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Mon, 21 Jul 2003 20:12:25 -0700
+             Message-ID: <20030722031224.GD12711@windhund.schwern.org>
      Branch: perl
-          ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq4.pod
-          ! pod/perlfaq6.pod pod/perlfaq7.pod
+          + lib/ExtUtils/t/recurs.t
+          ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/META.yml
+          ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_MacOS.pm
+          ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
+          ! lib/ExtUtils/MakeMaker/FAQ.pod lib/ExtUtils/PATCHING
+          ! lib/ExtUtils/README lib/ExtUtils/t/Command.t
+          ! lib/ExtUtils/t/INST.t lib/ExtUtils/t/INST_PREFIX.t
+          ! lib/ExtUtils/t/basic.t
 ____________________________________________________________________________
-[ 14531] By: jhi                                   on 2002/02/03  15:35:28
-        Log: Integrate perlio:
-             
-             [ 14526]
-             Fix SvGROW on an SV with SvLEN == 0 - copy in any existing data.
-             (Mis-feature discovered by Encode.)
-             
-             [ 14518]
-             indent -kr -nce and some manual tweaks to match perl style.
+[ 20206] By: jhi                                   on 2003/07/24  13:23:27
+        Log: (accidentally empty checkin)
      Branch: perl
-         !> ext/Encode/Encode.pm ext/Encode/Encode.xs sv.c
+          ! lib/perl5db.pl
 ____________________________________________________________________________
-[ 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>       
+[ 20203] By: jhi                                   on 2003/07/24  13:14:53
+        Log: Subject: [possible PATCH?] Re: Where is PerlIO_isutf8()?
+             From: Steve Hay <steve.hay@uk.radan.com>
+             Date: Fri, 18 Jul 2003 10:03:21 +0100
+             Message-ID: <3F17B7D9.80805@uk.radan.com>
      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
+          ! makedef.pl
 ____________________________________________________________________________
-[ 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>          
+[ 20202] By: jhi                                   on 2003/07/24  13:12:08
+        Log: Subject: [patch] perldebug.pod clarification
+             From: Stéphane Payrard <stef@payrard.net>
+             Date: Mon, 21 Jul 2003 21:36:59 +0200
+             Message-ID: <20030721193659.GC2722@stefp.dyndns.org>
      Branch: perl
-          ! lib/Net/t/netrc.t t/op/stat.t t/op/taint.t t/op/ver.t
-          ! t/test.pl
+          ! pod/perldebug.pod
 ____________________________________________________________________________
-[ 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>
+[ 20201] By: jhi                                   on 2003/07/24  13:08:50
+        Log: Subject: PATCH: More edge tests on t/op/pow.t
+             From: Andy Lester <andy@petdance.com>
+             Date: Wed, 23 Jul 2003 16:38:35 -0500
+             Message-ID: <20030723213834.GA20468@petdance.com>
      Branch: perl
-          ! os2/OS2/Process/Makefile.PL
+          ! t/op/pow.t
 ____________________________________________________________________________
-[ 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>
+[ 20200] By: jhi                                   on 2003/07/24  13:06:36
+        Log: Subject: [PATCH] Fix saving 'V' magic in scan_vstring()
+             From: Stephen McCamant <smcc@mit.edu>
+             Date: Tue, 22 Jul 2003 09:41:10 -0400
+             Message-ID: <16157.16118.998307.110037@syllepsis.MIT.EDU>
      Branch: perl
-          ! utils/h2xs.PL
+          ! toke.c
 ____________________________________________________________________________
-[ 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
+[ 20199] By: jhi                                   on 2003/07/24  13:04:24
+        Log: Subject: [PATCH] Re: Reference to tied elements results in lvalue.
+             From: Dave Mitchell <davem@fdgroup.com>
+             Date: Fri, 18 Jul 2003 18:49:43 +0100
+             Message-ID: <20030718174943.GB6427@fdgroup.com>
+     Branch: perl
+          ! sv.c t/op/tie.t
 ____________________________________________________________________________
-[ 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.
+[ 20198] By: jhi                                   on 2003/07/24  09:07:45
+        Log: Subject: [PATCH] Re: Bug in B::Deparse/Concise with ithreads
+             From: Stephen McCamant <smcc@mit.edu>
+             Date: Sat, 19 Jul 2003 12:06:31 -0400
+             Message-ID: <16153.27783.300094.464863@syllepsis.MIT.EDU>
      Branch: perl
-          ! lib/charnames.t
+          ! ext/B/B/Concise.pm ext/B/B/Deparse.pm
 ____________________________________________________________________________
-[ 14524] By: jhi                                   on 2002/02/02  05:03:24
-        Log: Sub-MANIFEST-tweak.
+[ 20197] By: jhi                                   on 2003/07/24  08:59:45
+        Log: Subject: [PATCH] typo in VMS::Filespec
+             From: Ken Williams <ken@mathforum.org>
+             Date: Tue, 22 Jul 2003 15:18:21 -0500
+             Message-Id: <A3E1AAA0-BC81-11D7-B0BB-003065F6D85A@mathforum.org>
      Branch: perl
-          ! ext/Encode/MANIFEST
+          ! vms/ext/Filespec.pm
 ____________________________________________________________________________
-[ 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>
+[ 20196] By: jhi                                   on 2003/07/24  08:54:54
+        Log: EBCDIC fix from Thomas Dorner.
      Branch: perl
-          ! ext/Encode/lib/Encode/Tcl/Escape.pm
+          ! Makefile.SH
 ____________________________________________________________________________
-[ 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>
+[ 20195] By: jhi                                   on 2003/07/24  08:54:13
+        Log: POSIX-BC patch from Thomas Dorner.
      Branch: perl
-          ! README.solaris hints/solaris_2.sh
+          ! hints/posix-bc.sh
 ____________________________________________________________________________
-[ 14521] By: jhi                                   on 2002/02/02  02:08:42
-        Log: EBCDIC: no hope to get the low 256 right in unifolding.
+[ 20194] By: jhi                                   on 2003/07/24  08:45:55
+        Log: Subject: [perl #22971] [PATCH] Proper capitalization for IO.pm deprecation warning
+             From: "ilya@juil.nonet (via RT)" <perlbug-followup@perl.org>
+             Date: 14 Jul 2003 05:37:15 -0000
+             Message-ID: <rt-22971-60818.3.78636614866039@rt.perl.org>
      Branch: perl
-          ! t/uni/fold.t
+          ! ext/IO/IO.pm ext/IO/lib/IO/t/IO.t
 ____________________________________________________________________________
-[ 14520] By: jhi                                   on 2002/02/02  02:02:13
-        Log: todo entry for missing pack formats.
+[ 20193] By: jhi                                   on 2003/07/24  08:43:33
+        Log: Subject: [perl #22965] Cannot set undef timeout in IO::Socket in perl 5.8.0
+             From: Hrunting Johnson (via RT) <perlbug-followup@perl.org>
+             Date: 14 Jul 2003 05:37:02 -0000
+             Message-ID: <rt-22965-60791.13.0539297217452@rt.perl.org>
      Branch: perl
-          ! pod/perltodo.pod
+          ! ext/IO/lib/IO/Socket.pm
 ____________________________________________________________________________
-[ 14519] By: jhi                                   on 2002/02/02  01:31:50
-        Log: EBCDIC: the low 256 \N{...} need to be remapped.
+[ 20191] By: jhi                                   on 2003/07/24  08:38:35
+        Log: Subject: [PATCH] Re: Fatal 5.8.1 error in our $FOO = x if $FOO
+             From: Dave Mitchell <davem@fdgroup.com>
+             Date: Thu, 17 Jul 2003 20:33:29 +0100
+             Message-ID: <20030717193329.GA2699@fdgroup.com>
      Branch: perl
-          ! toke.c
+          ! pad.c t/lib/warnings/pad
 ____________________________________________________________________________
-[ 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:
-             
-             [ 14515]
-             Minor Encode tweaks:
-             - move Encode.pm back to top of Encode like normal XS extension
-             - avoid .def as a file extension (Win32 builds)
+[ 20190] By: jhi                                   on 2003/07/24  08:35:11
+        Log: Subject: [perl #23080] [DOCPATCH] pod/perlfunc.pod missing C
+             From: "Iain 'Spoon' Truskett (via RT)" <perlbug-followup@perl.org>
+             Date: 22 Jul 2003 02:59:13 -0000
+             Message-ID: <rt-23080-61622.7.95831816717467@rt.perl.org>
      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>
+          ! pod/perlfunc.pod
+____________________________________________________________________________
+[ 20189] By: jhi                                   on 2003/07/24  08:26:02
+        Log: Subject: [PATCH RC2] Missing semicolon in PERL_FPU_INIT macro
+             From: Stephen Clouse <stephenc@theiqgroup.com>
+             Date: Tue, 22 Jul 2003 21:31:38 -0500
+             Message-ID: <20030723023138.GA15653@owns.warpcore.org>
      Branch: perl
-          ! t/io/utf8.t
+          ! perl.h
 ____________________________________________________________________________
-[ 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>
+[ 20187] By: jhi                                   on 2003/07/24  07:53:33
+        Log: Subject: [PATCH] configure.gnu --prefix
+             From: slaven@rezic.de
+             Date: Thu, 10 Jul 2003 09:33:27 +0000
+             Message-Id: <1057829607.9622@devpc01.iconmobile.de>
      Branch: perl
-          ! pod/perldiag.pod pp_sys.c t/op/stat.t
+          ! configure.gnu
 ____________________________________________________________________________
-[ 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>
+[ 20186] By: jhi                                   on 2003/07/24  07:48:21
+        Log: Subject: Re: problem with rc1 and rc2 on Mac OS X
+             From: Edward Moy <emoy@apple.com>
+             Date: Sun, 13 Jul 2003 14:12:57 -0700
+             Message-Id: <C66FBFAC-B576-11D7-89B5-0030657B317C@apple.com>
      Branch: perl
-          ! t/op/stat.t
+          ! lib/ExtUtils/MM_Unix.pm
 ____________________________________________________________________________
-[ 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)
+[ 20184] By: jhi                                   on 2003/07/24  07:02:31
+        Log: Subject: [PATCH 5.8.1 @20153] malloc cleanup
+             From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
+             Date: Tue, 15 Jul 2003 07:46:58 -0700
+             Message-ID: <20030715144657.GA21313@math.berkeley.edu>
      Branch: perl
-          ! regexec.c utf8.c
+          ! makedef.pl malloc.c malloc_ctl.h
 ____________________________________________________________________________
-[ 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>
+[ 20182] By: jhi                                   on 2003/07/23  13:28:52
+        Log: This should make Stas happy.
      Branch: perl
-          ! t/run/switches.t
+          ! hv.h perl.c
 ____________________________________________________________________________
-[ 14509] By: jhi                                   on 2002/01/31  21:30:46
-        Log: #14505 effect.
+[ 20180] By: jhi                                   on 2003/07/23  12:40:11
+        Log: utils.lst parsing tweak for bin/perldoc installation from Rafael.
      Branch: perl
-          ! pod/perluniintro.pod
+          ! installperl
 ____________________________________________________________________________
-[ 14508] By: jhi                                   on 2002/01/31  16:57:18
-        Log: Daniel S. Lewart adopts the Math::Complex.
+[ 20179] By: rgs                                   on 2003/07/21  19:46:19
+        Log: As the perldoc.pod is now in a separate file under pod/,
+             the installman script was installing an empty perldoc.1 manpage.
      Branch: perl
-          ! lib/Math/Complex.pm
+          ! installperl utils.lst
 ____________________________________________________________________________
-[ 14507] By: jhi                                   on 2002/01/31  16:54:44
-        Log: More Complex DWIMmery.
+[ 20178] By: rgs                                   on 2003/07/21  19:19:06
+        Log: Subject: [DOCPATCH] %SIG and SA_RESTART
+             From: Steve Grazzini <grazz@pobox.com>
+             Date: Wed, 16 Jul 2003 08:56:21 -0400
+             Message-ID: <20030716125620.GA7022@grazzini.net>
      Branch: perl
-          ! lib/Math/Complex.pm lib/Math/Complex.t
+          ! pod/perlipc.pod pod/perlvar.pod
 ____________________________________________________________________________
-[ 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>
+[ 20177] By: rgs                                   on 2003/07/21  19:14:35
+        Log: Subject: [PATCH] Re: Perl formats do not work with tied values
+             From: Dave Mitchell <davem@fdgroup.com>
+             Date: Tue, 15 Jul 2003 20:46:07 +0100
+             Message-ID: <20030715194607.GA24592@fdgroup.com>
+
+             plus the regression test :
+             Subject: Re: [PATCH] Re: Perl formats do not work with tied values
+             From: Nicholas Clark <nick@ccl4.org>
+             Date: Tue, 15 Jul 2003 22:24:04 +0100
+             Message-ID: <20030715222404.L20414@plum.flirble.org>
      Branch: perl
-          ! pod/perlfunc.pod pp_sys.c t/lib/warnings/pp_sys t/op/stat.t
+          ! pp_ctl.c t/op/write.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.
+[ 20176] By: rgs                                   on 2003/07/21  19:00:32
+        Log: Subject: Re: [PATCH] h2xs and extra_libraries
+             From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
+             Date: Tue, 15 Jul 2003 07:28:52 +0200
+             Message-id: <20030715052852.GA494@ethan>
      Branch: perl
-          ! doio.c pod/perldiag.pod pp.c t/io/utf8.t t/lib/warnings/utf8
-          ! utf8.c
+          ! utils/h2xs.PL
 ____________________________________________________________________________
-[ 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>
+[ 20175] By: merijn                                on 2003/07/21  14:26:43
+        Log: Subject: Re: [PATCH] test clean-up for VMS
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Sun, 20 Jul 2003 10:43:32 -0500
+             Message-ID: <3F1AB8A4.2070207@mac.com>
      Branch: perl
-          ! lib/open.pm
+          ! ext/PerlIO/t/encoding.t lib/File/Spec/t/rel2abs2rel.t
+          ! lib/FileCache/t/01open.t lib/FileCache/t/02maxopen.t
+          ! lib/FileCache/t/03append.t t/io/argv.t t/op/stat.t
+          ! t/uni/write.t
 ____________________________________________________________________________
-[ 14503] By: jhi                                   on 2002/01/30  15:28:29
+[ 20174] By: hv                                    on 2003/07/21  10:26:07
         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>
+[ 20173] By: rgs                                   on 2003/07/20  21:48:21
+        Log: Minor doc nits concerning the dosish ALTERNATE_SHEBANG
+             (bug #22968)
      Branch: perl
-          ! lib/CPAN.pm
+          ! pod/perlfaq3.pod pod/perlrun.pod
 ____________________________________________________________________________
-[ 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.
+[ 20172] By: rgs                                   on 2003/07/20  21:14:12
+        Log: Subject: Re: [perl #22941] Can't build perl with -Duseshrplib if /usr/bin/gcc is a perl script
+             From: Andy Dougherty <doughera@lafayette.edu>
+             Date: Tue, 15 Jul 2003 10:52:58 -0400 (EDT)
+             Message-ID: <Pine.SOL.4.53.0307151011550.7002@maxwell.phys.lafayette.edu>
+
+             plus a clarification to INSTALL :
+             Subject: [PATCH] Re: [perl #22941] Can't build perl with -Duseshrplib if /usr/bin/gcc is a perl script
+             From: Andy Dougherty <doughera@lafayette.edu>
+             Date: Wed, 16 Jul 2003 11:01:24 -0400 (EDT)
+             Message-ID: <Pine.SOL.4.53.0307161059400.10258@maxwell.phys.lafayette.edu>
      Branch: perl
-          + ext/Encode/Encode.pm
-          - ext/Encode/lib/Encode.pm
-          ! MANIFEST ext/Encode/Makefile.PL
+          ! INSTALL Makefile.SH
 ____________________________________________________________________________
-[ 14500] By: jhi                                   on 2002/01/30  14:05:13
-        Log: Integrate perlio:
-             
-             [ 14499]
-             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
-             
-             [ 14490]
-             Basics of a compiled Encode XS extension
-     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>
+[ 20171] By: rgs                                   on 2003/07/20  20:12:54
+        Log: The warning "Possible precedence problem on bitwise operator"
+             was incorrectly produced with the bitwise-assignment operators.
+             Fix it. (bug #23065 concerning 5.8.1 RC2)
      Branch: perl
-          ! configpm
+          ! op.c t/lib/warnings/op
 ____________________________________________________________________________
-[ 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>
+[ 20170] By: rgs                                   on 2003/07/18  08:03:02
+        Log: Rename get_seed() to get_hash_seed(), as suggested by
+             Eric J Kidder, to solve a name conflict on HP_UX 11.00.
      Branch: perl
-          ! t/op/inccode.t
+          ! embed.fnc embed.h perl.c proto.h util.c
 ____________________________________________________________________________
-[ 14495] By: jhi                                   on 2002/01/30  01:01:26
-        Log: EBCDIC: t/op/lc.t now passes.
+[ 20169] By: rgs                                   on 2003/07/18  06:36:20
+        Log: Subject: Re: [PATCH] Re: Oops - Can't calculate our powers
+             From: Andreas J Koenig <andreas.koenig@anima.de>
+             Date: Fri, 18 Jul 2003 09:36:47 +0200
+             Message-ID: <87fzl4thf4.fsf@franz.ak.mind.de>
      Branch: perl
-          ! t/op/lc.t
+          ! t/op/pow.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
+[ 20168] By: rgs                                   on 2003/07/18  06:21:15
+        Log: Subject: [ PATCH] Re: isa(UNIVERSAL)?
+             From: Dave Mitchell <davem@fdgroup.com>
+             Date: Thu, 17 Jul 2003 21:51:12 +0100
+             Message-ID: <20030717205112.GA2994@fdgroup.com>
      Branch: perl
-          ! utf8.c
+          ! t/op/universal.t universal.c
 ____________________________________________________________________________
-[ 14493] By: jhi                                   on 2002/01/29  22:32:05
-        Log: Must find stuff during build.
+[ 20167] By: rgs                                   on 2003/07/18  06:14:33
+        Log: Subject: [PATCH] Re: Oops - Can't calculate our powers
+             From: Stephen McCamant <smcc@mit.edu>
+             Date: Fri, 18 Jul 2003 02:26:14 -0400
+             Message-ID: <16151.37638.162561.84142@syllepsis.MIT.EDU>
      Branch: perl
-          ! ext/Encode/compile
+          ! pp.c t/op/pow.t
 ____________________________________________________________________________
-[ 14492] By: jhi                                   on 2002/01/29  22:24:54
-        Log: Integrate with perlio;
-             
-             Basics of a compiled Encode XS extension
+[ 20166] By: rgs                                   on 2003/07/17  21:49:10
+        Log: Subject: [PATCH] Increment cop_seqmax in utilize()
+             From: Stephen McCamant <smcc@mit.edu>
+             Date: Tue, 15 Jul 2003 09:57:26 -0400
+             Message-ID: <16148.2118.348073.76671@syllepsis.MIT.EDU>
+
+             Subject: [PATCH] B::Concise 0.56: refcount and BEGIN improvements
+             From: Stephen McCamant <smcc@mit.edu>
+             Date: Tue, 15 Jul 2003 09:57:31 -0400
+             Message-ID: <16148.2123.305325.480187@syllepsis.MIT.EDU>
      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
+          ! ext/B/B/Concise.pm ext/B/B/Terse.pm op.c
 ____________________________________________________________________________
-[ 14491] By: jhi                                   on 2002/01/29  22:23:25
-        Log: EBCDIC tweaks-- no new test passes, but getting closer.
+[ 20165] By: rgs                                   on 2003/07/17  21:24:46
+        Log: Subject: [PATCH] Re: POSIX::div
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Mon, 14 Jul 2003 14:00:58 -0700
+             Message-ID: <20030714210057.GK18517@windhund.schwern.org>
      Branch: perl
-          ! utf8.c
+          ! ext/POSIX/POSIX.pm
 ____________________________________________________________________________
-[ 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>
+[ 20164] By: rgs                                   on 2003/07/17  21:15:51
+        Log: PERL5LIB is not colon-separated everywhere
      Branch: perl
-          ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/t/multi.t
+          ! pod/perlrun.pod
 ____________________________________________________________________________
-[ 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.
+[ 20163] By: rgs                                   on 2003/07/17  20:59:15
+        Log: Subject: [PATCH] fix $^N-related coredump
+             From: Anton Berezin <tobez@tobez.org>
+             Date: Mon, 14 Jul 2003 13:50:35 +0200
+             Message-ID: <20030714115035.GA10971@heechee.tobez.org>
      Branch: perl
-          ! ext/Socket/socketpair.t
+          ! pp_hot.c sv.c
 ____________________________________________________________________________
-[ 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.
+[ 20162] By: rgs                                   on 2003/07/17  20:39:31
+        Log: Subject: PATCH: tweak 'split' docs for case of explicit 0 LIMIT
+             From: Tony Bowden <tony@kasei.com>
+             Date: Thu, 17 Jul 2003 16:49:35 +0100
+             Message-ID: <20030717154935.GA20302@soto.kasei.com>
      Branch: perl
-          ! t/test.pl
+          ! pod/perlfunc.pod
 ____________________________________________________________________________
-[ 14483] By: jhi                                   on 2002/01/28  23:08:27
-        Log: Show also the debug and debugcolor as known pragmas.
+[ 20161] By: rgs                                   on 2003/07/17  20:25:52
+        Log: Minor nits in perlsyn.pod
      Branch: perl
-          ! ext/re/re.pm
+          ! pod/perlsyn.pod
 ____________________________________________________________________________
-[ 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>
+[ 20159] By: rgs                                   on 2003/07/13  20:02:34
+        Log: Subject: [PATCH] incorrect error message from Attribute::Handlers
+             From: Claes Jacobsson <claes@surfar.nu>
+             Date: Sat, 12 Jul 2003 16:30:42 +0200
+             Message-Id: <6A6A99C4-B475-11D7-AB05-000393C12F9E@surfar.nu>
      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
+          ! lib/Attribute/Handlers.pm
 ____________________________________________________________________________
-[ 14480] By: jhi                                   on 2002/01/28  21:57:37
-        Log: DJGPP needs to know its exe soon, too.
+[ 20158] By: rgs                                   on 2003/07/13  19:52:58
+        Log: Add a TODO test for perlbug #19049
+             Subject: Re: [perl #19049] Incorrect $` after replacement (test for same)
+             From: Alex Gough <alex-p5p@earth.li>
+             Date: Fri, 11 Jul 2003 01:12:42 +0100
+             Message-ID: <20030711001242.GD2484@the.earth.li>
      Branch: perl
-          ! Configure
+          ! t/op/pat.t
 ____________________________________________________________________________
-[ 14479] By: jhi                                   on 2002/01/28  21:36:34
-        Log: Round #2 on EBCDICation.
+[ 20157] By: rgs                                   on 2003/07/13  19:43:29
+        Log: Minor updates of the charnames documentation.
      Branch: perl
-          ! t/op/append.t
+          ! lib/charnames.pm
 ____________________________________________________________________________
-[ 14478] By: jhi                                   on 2002/01/28  21:19:40
-        Log: Integrate perlio:
-             
-             [ 14477]
-             Set makefile.mk CCHOME etc. for default locations of MinGW and free
-             Borland compilers. (Borland builds one or two oddities.)
+[ 20156] By: rgs                                   on 2003/07/11  19:37:34
+        Log: Subject: Re: Sort sub and NaNs
+             From: "John P. Linderman" <jpl@research.att.com>
+             Date: Thu, 10 Jul 2003 10:45:06 -0400
+             Message-Id: <200307101445.KAA79110@raptor.research.att.com>
+
+             Warn against a potential edge case with sort, <=> and NaNs.
      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
+          ! pod/perlfunc.pod
 ____________________________________________________________________________
-[ 14473] By: jhi                                   on 2002/01/28  17:12:27
-        Log: Misunderstood Merijn's patch.
+[ 20155] By: rgs                                   on 2003/07/11  19:11:17
+        Log: Subject: [DOCPATCH] perlfunc/read
+             From: Steve Grazzini <grazz@pobox.com>
+             Date: Tue, 8 Jul 2003 10:23:03 -0400
+             Message-ID: <20030708142303.GB23698@grazzini.net>
+
+             Clarify the OFFSET parameter to read().
      Branch: perl
-          ! hints/hpux.sh
+          ! pod/perlfunc.pod
 ____________________________________________________________________________
-[ 14472] By: jhi                                   on 2002/01/28  17:11:58
-        Log: Misapplied Merijn's patch.
+[ 20154] By: rgs                                   on 2003/07/11  18:54:09
+        Log: Subject: [PATCH pod/perlsyn.pod pod/perltrap.pod] New introduction
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Tue, 13 May 2003 18:33:05 -0700
+             Message-ID: <20030514013305.GB22001@windhund.schwern.org>
      Branch: perl
-          ! Configure
+          ! pod/perlsyn.pod pod/perltrap.pod
 ____________________________________________________________________________
-[ 14471] By: jhi                                   on 2002/01/28  14:51:20
-        Log: Update Changes.
+[ 20145] By: jhi                                   on 2003/07/11  05:07:09
+        Log: I think the API for mod_perl v2 should be simply that
+             PL_modperl sets the PL_hash_seed (and PL_hash_seed_set)
+             itself, hopefully from a good source of random bits.
      Branch: perl
-          ! Changes patchlevel.h
+          ! perl.c
 ____________________________________________________________________________
-[ 14470] By: jhi                                   on 2002/01/28  14:33:36
-        Log: BeOS has sockets but not true ones.
+[ 20143] By: jhi                                   on 2003/07/11  00:35:07
+        Log: pTHX.
      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
+          ! util.c
 ____________________________________________________________________________
-[ 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.
+[ 20139] By: jhi                                   on 2003/07/11  00:21:43
+        Log: New order of seed.
      Branch: perl
-          ! hints/hpux.sh
+          ! pod/perlrun.pod
 ____________________________________________________________________________
-[ 14467] By: jhi                                   on 2002/01/28  14:00:32
-        Log: Allow d_u32align to be hinted.
+[ 20138] By: jhi                                   on 2003/07/11  00:13:11
+        Log: More retraction.
      Branch: perl
-          ! Configure
+          ! INSTALL
 ____________________________________________________________________________
-[ 14466] By: jhi                                   on 2002/01/28  13:41:18
-        Log: The shift key is important.
+[ 20137] By: jhi                                   on 2003/07/11  00:10:14
+        Log: Retract the statements.
      Branch: perl
-          ! ext/B/B.xs
+          ! pod/perlfunc.pod pod/perlsec.pod
 ____________________________________________________________________________
-[ 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).
+[ 20135] By: jhi                                   on 2003/07/11  00:03:33
+        Log: Chicken out: the hash randomisation is not on by default.
+             We switch over to the explicit mode: in other words, if
+             the $ENV{PERL_HASH_SEED} is on, we randomise.  Also, we
+             randomise only if PL_hash_seed_set is FALSE (this means
+             one can use PERL_HASH() before perl_run.)  Also, since
+             now PERL_HASH_SEED is okay even under -T, all should be fine.
+             (Ha!)
      Branch: perl
-          ! lib/warnings.t t/lib/warnings/perl
+          ! embed.fnc embed.h embedvar.h intrpvar.h perl.c perl.h
+          ! perlapi.h pod/perldiag.pod pod/perlrun.pod proto.h util.c
 ____________________________________________________________________________
-[ 14464] By: jhi                                   on 2002/01/28  13:04:58
-        Log: Integrate perlio:
-             
-             [ 14462]
-             1st attempt at skipping broke threads case.
-             
-             [ 14461]
-             Skip new threads::shared test unless -Duseithreads
+[ 20134] By: jhi                                   on 2003/07/10  23:23:38
+        Log: Check PERL_HASH_SEED even when tainted.
      Branch: perl
-         !> ext/threads/shared/t/0nothread.t
+          ! perl.c pod/perlrun.pod
 ____________________________________________________________________________
-[ 14463] By: nick                                  on 2002/01/28  08:22:36
-        Log: Integrate mainline
-     Branch: perlio
-         !> (integrate 37 files)
+[ 20131] By: jhi                                   on 2003/07/10  22:42:29
+        Log: &Time::HiRes::d_nanosleep was broken.
+     Branch: perl
+          ! ext/Time/HiRes/Makefile.PL
 ____________________________________________________________________________
-[ 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
+[ 20130] By: jhi                                   on 2003/07/10  22:37:02
+        Log: Subject: [PATCH} db-recno.t on Mac OS X
+             From: slaven@rezic.de
+             Date: Thu, 10 Jul 2003 12:41:05 +0000
+             Message-Id: <1057840865.9622@devpc01.iconmobile.de>
+     Branch: perl
+          ! ext/DB_File/t/db-recno.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
+[ 20129] By: jhi                                   on 2003/07/10  22:31:39
+        Log: Subject: [comment patch]
+             From: Stas Bekman <stas@stason.org>
+             Date: Thu, 10 Jul 2003 14:19:22 -0700
+             Message-ID: <3F0DD85A.1070902@stason.org>
+     Branch: perl
+          ! perl.c
 ____________________________________________________________________________
-[ 14460] By: jhi                                   on 2002/01/28  03:37:30
-        Log: FAQ sync.
+[ 20127] By: jhi                                   on 2003/07/10  22:21:04
+        Log: Be vague enough.
      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
+          ! pod/perldata.pod
 ____________________________________________________________________________
-[ 14459] By: jhi                                   on 2002/01/28  02:28:10
-        Log: Upgrade to podlators 1.20.
+[ 20125] By: rgs                                   on 2003/07/10  19:28:48
+        Log: regen embed.pl for the bleadperl branch as well.
      Branch: perl
-          ! lib/Pod/Text/Overstrike.pm lib/Pod/t/basic.t
+          ! embedvar.h
 ____________________________________________________________________________
-[ 14458] By: jhi                                   on 2002/01/28  01:36:28
-        Log: Retract #14448, a better patch coming up.
+[ 20124] By: jhi                                   on 2003/07/10  18:33:56
+        Log: Time travel noticed by Enache.
      Branch: perl
-          ! lib/Pod/t/basic.t
+          ! pod/perlhist.pod
 ____________________________________________________________________________
-[ 14457] By: jhi                                   on 2002/01/28  01:31:40
-        Log: EBCDIC portability.
+[ 20120] By: jhi                                   on 2003/07/10  17:38:28
+        Log: I can see the future.  It is cloudy.
      Branch: perl
-          ! t/op/append.t
+          ! pod/perlhist.pod
 ____________________________________________________________________________
-[ 14456] By: jhi                                   on 2002/01/27  23:49:40
-        Log: Further cygwin installperl tweak from Gerrit P. Haase.
+[ 20119] By: jhi                                   on 2003/07/10  17:37:25
+        Log: Subject: [PATCH] configure.gnu --prefix
+             From: slaven@rezic.de
+             Date: Thu, 10 Jul 2003 09:33:27 +0000
+             Message-Id: <1057829607.9622@devpc01.iconmobile.de>
      Branch: perl
-          ! installperl
+          ! configure.gnu
 ____________________________________________________________________________
-[ 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.
+[ 20118] By: jhi                                   on 2003/07/10  17:35:32
+        Log: malloc alignment patch from Spider, needed for Tru64 + longdouble.
      Branch: perl
-          ! lib/locale.t
+          ! malloc.c
 ____________________________________________________________________________
-[ 14454] By: jhi                                   on 2002/01/27  22:37:48
-        Log: metaconfig unit change for #14453.
-     Branch: metaconfig/U/perl
-          ! libperl.U
+[ 20117] By: jhi                                   on 2003/07/10  17:33:53
+        Log: Subject: [PATCH] Restore SIGFPE on exec()
+             From: Chip Salzenberg <chip@pobox.com>
+             Date: Thu, 10 Jul 2003 13:13:20 -0400
+             Message-ID: <20030710171319.GA21588@perlsupport.com>
+     Branch: perl
+          ! doio.c perl.c perl.h perlapi.h perlvars.h toke.c
 ____________________________________________________________________________
-[ 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>
+[ 20116] By: jhi                                   on 2003/07/10  17:28:00
+        Log: The *right* way to make the csighandler visible.
      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
+          ! embed.fnc embed.h global.sym
 ____________________________________________________________________________
-[ 14452] By: jhi                                   on 2002/01/27  21:57:56
-        Log: Unfinished EBCDIC branch.
+[ 20114] By: jhi                                   on 2003/07/10  15:06:41
+        Log: Retract #20112.
      Branch: perl
-          ! t/op/ver.t
+          ! embed.fnc embedvar.h intrpvar.h perlapi.h
 ____________________________________________________________________________
-[ 14451] By: jhi                                   on 2002/01/27  21:47:29
-        Log: B::cstring() and B::Deparse EBCDIC fixes from Rafael Garcia-Suarez.
+[ 20112] By: jhi                                   on 2003/07/10  14:17:59
+        Log: Argh.  At least AIX builds choke because of this.
      Branch: perl
-          ! ext/B/B.xs ext/B/B/Deparse.pm
+          ! embed.fnc embedvar.h intrpvar.h perlapi.h
 ____________________________________________________________________________
-[ 14450] By: jhi                                   on 2002/01/27  21:44:37
-        Log: Cleanup the stash test, and reclaim it in non-ASCII-sorting
-             platforms.
+[ 20106] By: jhi                                   on 2003/07/10  04:50:05
+        Log: Upgrade to podlators 1.27.
      Branch: perl
-          ! ext/B/t/stash.t
+          ! lib/Pod/Text/Termcap.pm
 ____________________________________________________________________________
-[ 14449] By: jhi                                   on 2002/01/27  19:34:56
-        Log: Apparently no need for EBCDIC exception any more.
+[ 20104] By: jhi                                   on 2003/07/10  04:40:02
+        Log: Deprecate v-strings.
      Branch: perl
-          ! ext/B/t/showlex.t
+          ! pod/perldata.pod
 ____________________________________________________________________________
-[ 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.
+[ 20103] By: jhi                                   on 2003/07/10  04:28:40
+        Log: perlfaq sync.
      Branch: perl
-          ! lib/Pod/t/basic.t
+          ! pod/perlfaq1.pod
 ____________________________________________________________________________
-[ 14447] By: jhi                                   on 2002/01/27  18:19:01
+[ 20100] By: jhi                                   on 2003/07/09  17:40:41
         Log: Detypo.
      Branch: perl
-          ! ext/Devel/Peek/Peek.t
+          ! hints/darwin.sh
 ____________________________________________________________________________
-[ 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 ==.
+[ 20098] By: jhi                                   on 2003/07/09  17:29:53
+        Log: Fixes from Ron Kimball.
      Branch: perl
-          ! lib/User/pwent.t
+          ! pod/perldata.pod
 ____________________________________________________________________________
-[ 14445] By: jhi                                   on 2002/01/27  17:37:54
-        Log: O_RDONLY/O_WRONLY/O_RDWR portability.
+[ 20097] By: jhi                                   on 2003/07/09  17:27:35
+        Log: Fix for the 'print v65' plus safety tweaks from Rafael.
      Branch: perl
-          ! doio.c
+          ! toke.c
 ____________________________________________________________________________
-[ 14444] By: jhi                                   on 2002/01/27  16:32:32
-        Log: ASCIIisms.
+[ 20096] By: jhi                                   on 2003/07/09  17:06:29
+        Log: More Darwin/MacOSX paths twiddling.
      Branch: perl
-          ! ext/PerlIO/t/encoding.t
+          ! hints/darwin.sh
 ____________________________________________________________________________
-[ 14443] By: jhi                                   on 2002/01/27  15:59:31
-        Log: chr(42) ne '*'  if one is in EBCDIC.
+[ 20093] By: jhi                                   on 2003/07/09  11:43:09
+        Log: Play safe and use the system malloc in FreeBSD.
+             Yes, performance suffers.  But that is better than
+             random core dumps.
      Branch: perl
-          ! t/op/pack.t
+          ! hints/freebsd.sh
 ____________________________________________________________________________
-[ 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>         
+[ 20090] By: jhi                                   on 2003/07/09  08:12:32
+        Log: Upgrade to Encode 1.97.
      Branch: perl
-          ! t/op/stat.t
+          ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/META.yml
+          ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Alias.pm
+          ! ext/Encode/lib/Encode/Encoder.pm
+          ! ext/Encode/lib/Encode/Guess.pm
+          ! ext/Encode/lib/Encode/JP/JIS7.pm
 ____________________________________________________________________________
-[ 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>
+[ 20089] By: jhi                                   on 2003/07/09  08:08:30
+        Log: Rework the perldata vXX => ... entry a bit.
      Branch: perl
-          ! lib/ExtUtils/t/Command.t
+          ! pod/perldata.pod
 ____________________________________________________________________________
-[ 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>
+[ 20088] By: jhi                                   on 2003/07/09  08:04:04
+        Log: Document the vXX => change in perldata, too.
      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
+          ! pod/perldata.pod
 ____________________________________________________________________________
-[ 14438] By: jhi                                   on 2002/01/26  23:56:53
-        Log: Comment to avoid later "cleanups."
+[ 20085] By: jhi                                   on 2003/07/09  07:49:46
+        Log: Test the vX => ... fix.
      Branch: perl
-          ! lib/ExtUtils/MakeMaker.pm
+          ! t/op/ver.t
 ____________________________________________________________________________
-[ 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 ...
+[ 20084] By: jhi                                   on 2003/07/09  06:58:39
+        Log: Subject: Re: [REPATCH] was Re: [perl #16010] v-strings left of a => don't get quoted.
+             From: John Peacock <jpeacock@rowman.com>
+             Date: Wed, 09 Jul 2003 01:05:38 -0700
+             Message-ID: <3F0BCCD2.1020009@rowman.com>
      Branch: perl
-          ! Makefile.SH
+          ! embed.fnc pod/perlapi.pod toke.c util.c
 ____________________________________________________________________________
-[ 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)
+[ 20083] By: jhi                                   on 2003/07/09  06:27:15
+        Log: Darwin/Mac OS X: if -Dprefix=/foo, do nothing special
+             for the install dirs.
      Branch: perl
-          ! lib/Pod/t/Usage.t
+          ! hints/darwin.sh
 ____________________________________________________________________________
-[ 14435] By: jhi                                   on 2002/01/26  22:41:05
-        Log: Integrate perlio:
-             
-             [ 14434]
-             "All tests successful" VC6.0 Win32
-             (Update config.vc to need cppstdin so those tests are skipped...)
+[ 20082] By: jhi                                   on 2003/07/09  05:57:16
+        Log: Enable avoiding /System/Library in Mac OS X by
+             doing Configure -Dprefix=/some/where -Uvendorlib.
      Branch: perl
-         !> win32/config.vc win32/config_H.bc win32/config_H.gc
-         !> win32/config_H.vc
+          ! hints/darwin.sh
 ____________________________________________________________________________
-[ 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
+[ 20081] By: jhi                                   on 2003/07/09  05:53:56
+        Log: Subject: [PATCH] Safe signals via POSIX::sigaction
+             From: Chip Salzenberg <chip@pobox.com>
+             Date: Wed, 9 Jul 2003 01:49:10 -0400
+             Message-ID: <20030709054910.GH2021@perlsupport.com>
+     Branch: perl
+          ! embed.fnc embed.h ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod
+          ! ext/POSIX/POSIX.xs ext/POSIX/t/sigaction.t proto.h
 ____________________________________________________________________________
-[ 14433] By: jhi                                   on 2002/01/26  21:38:56
-        Log: Integrate perlio:
-             
-             [ 14432]
-             Gurusamy Sarathy <gsar@ActiveState.com>'s patch to Filter::Simple
-             for CRLF line endings.
-             
-             [ 14431]
-             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.
-             
-             [ 14429]
-             Tinkering with thread cleanup mutex-ing - not the problem 
-             (op.c is) but could have been...
-             
-             [ 14428]
-             Win32 signal emulation cleanup.
-             
-             [ 14427]
-             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.
-             
-             [ 14425]
-             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: 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
+[ 20079] By: rgs                                   on 2003/07/08  20:26:20
+        Log: The CHECKOP macro was not invoked on some newly created ops
+             (to match them against the current opmask.) As a consequence,
+             Safe compartments were unable to trap some ops (pattern
+             match, slices, conditionals.) This fixes the holes.
+     Branch: perl
           ! 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]>
+[ 20078] By: jhi                                   on 2003/07/08  19:30:13
+        Log: Revert #20077.
      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
+          ! lib/CPAN.pm
 ____________________________________________________________________________
-[ 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:
-             
-             [ 14422]
-             Save $! so that other syscalls don't disturb it before 
-             we test it.
-             
-             [ 14421]
-             More Win32 tuning
-             
-             [ 14420]
-             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.
+[ 20077] By: jhi                                   on 2003/07/08  18:40:51
+        Log: Don't recommend to upgrade the base.pm in the core with
+             the base.pm from Class::Fields.  They are not the same.
      Branch: perl
-         !> ext/Socket/socketpair.t t/op/stat.t t/op/taint.t
-         !> t/op/winsystem.t
+          ! lib/CPAN.pm
 ____________________________________________________________________________
-[ 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>
+[ 20076] By: jhi                                   on 2003/07/08  17:39:49
+        Log: Subject: Re: [PATCH] $^VARIABLES in 'perl -Dt' output
+             From: Enache Adrian <enache@rdslink.ro>
+             Date: Tue, 8 Jul 2003 20:47:58 +0300
+             Message-ID: <20030708174758.GA1177@ratsnest.hole>
+
+             (ByteLoader tweak avoiding a leaked scalar)
      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
+          ! op.c
 ____________________________________________________________________________
-[ 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>
+[ 20071] By: jhi                                   on 2003/07/08  09:18:19
+        Log: In 5.8.x, fast stdio places still do use stdio.
      Branch: perl
-          ! ext/Encode/Encode.xs
+          ! ext/Digest/MD5/t/badfile.t
 ____________________________________________________________________________
-[ 14418] By: jhi                                   on 2002/01/25  16:28:40
-        Log: Integrate changes 13474+13478+13584 from maintperl;
-             anon sub leakage.
+[ 20069] By: jhi                                   on 2003/07/08  08:41:01
+        Log: Subject: [PATCH] format 'botched' in malloc.c
+             From: Enache Adrian <enache@rdslink.ro>
+             Date: Mon, 7 Jul 2003 21:57:06 +0300
+             Message-ID: <20030707185706.GB7017@ratsnest.hole>
      Branch: perl
-          ! op.c t/run/fresh_perl.t
+          ! malloc.c
 ____________________________________________________________________________
-[ 14417] By: jhi                                   on 2002/01/25  15:34:18
-        Log: Update Changes.
+[ 20068] By: jhi                                   on 2003/07/08  08:36:27
+        Log: Subject: [PATCH: maint @ 20046] warnings, line numbers & windows
+             From: Marcus Holland-Moritz <mhx-perl@gmx.net>
+             Date: Tue, 8 Jul 2003 11:14:05 +0200 (MEST)
+             Message-ID: <12022.1057655645@www59.gmx.net>
      Branch: perl
-          ! Changes patchlevel.h
+          ! ext/B/B.xs lib/Pod/Text/Termcap.pm mg.c op.c
 ____________________________________________________________________________
-[ 14416] By: jhi                                   on 2002/01/25  15:04:25
-        Log: Integrate perlio:
-             
-             [ 14411]
-             Linux/NFS hackery was not faking right number of passes.
-             
-             [ 14410]
-             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".
-             
-             [ 14401]
-             Expand command line test globs on Win32.
-             
-             [ 14393]
-             Except Win32 from echo tests. (Alarm does not break into connect)
-             
-             [ 14392]
-             SvTEMP_off to stop private PV's being stolen and stored in shared space
-             
-             [ 14387]
-             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
-             
-             [ 14378]
-             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).
-             
-             [ 14377]
-             Shared scalars working, some shared array ops working.
-             
-             [ 14373]
-             Miss mg_len == 0 meaning don't Safefree
-             
-             [ 14372]
-             XS side of new threads::shared designed, coded and compiles,
-             and mostly commented but is totaly untested.
-             submit in case anyone wants a preview.
-             
-             [ 14363]
-             Add new threads/typemap to MANIFEST
-             
-             [ 14357]
-             #14352 deleted ext/threads/threads.h
-             
-             [ 14356]
-             Eradicate sharedsv.*
-             
-             [ 14355]
-             threads work again on Win32. (Not threads::shared yet)
-             Submit to see if they do on Linux.
-             
-             [ 14352]
-             Nearly-working threads re-structuring. Do not integrate,
-             submit-ing to get to Win32, and as "off site" backup.
-     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>
+[ 20066] By: jhi                                   on 2003/07/08  05:24:58
+        Log: Retract #20065: I don't think this is the right way
+             to patch this issue.
      Branch: perl
-          ! pod/perldebguts.pod
+          ! Configure INSTALL Policy_sh.SH pod/perltoc.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, _().
+[ 20065] By: jhi                                   on 2003/07/08  05:14:31
+        Log: Configure tweak from Johnny Lam so that the
+             INSTALLSITEMAN[13]DIR get correctly set.
      Branch: perl
-          ! config_h.SH
+          ! Configure INSTALL Policy_sh.SH pod/perltoc.pod
 ____________________________________________________________________________
-[ 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
+[ 20063] By: rgs                                   on 2003/07/07  18:58:47
+        Log: Regexp bug in the docs, spotted by Enache's eagle eyes.
+     Branch: perl
+          ! pod/perlsyn.pod
 ____________________________________________________________________________
-[ 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>
+[ 20062] By: jhi                                   on 2003/07/07  18:27:02
+        Log: Mark Bixby ++.
      Branch: perl
-          ! pod/perldebguts.pod
+          ! perl.c
 ____________________________________________________________________________
-[ 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>
+[ 20061] By: jhi                                   on 2003/07/07  18:26:35
+        Log: The nanosleep() probe was kaputt, fixed by Mark Bixby.
      Branch: perl
-          ! pod/perldebguts.pod
+          ! ext/Time/HiRes/Makefile.PL
 ____________________________________________________________________________
-[ 14407] By: jhi                                   on 2002/01/24  20:55:34
-        Log: Few more paranoia checks for Unicode hash keys.
+[ 20059] By: jhi                                   on 2003/07/07  15:06:35
+        Log: Good catch from Gisle.
      Branch: perl
-          ! t/op/each.t
+          ! pod/perlfunc.pod
 ____________________________________________________________________________
-[ 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>
+[ 20058] By: jhi                                   on 2003/07/07  14:12:27
+        Log: Refashioned #20055: we cannot trust stdio to fail here.
      Branch: perl
-          ! t/op/stat.t
+          ! ext/Digest/MD5/t/badfile.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.
+[ 20057] By: jhi                                   on 2003/07/07  14:08:16
+        Log: Retract #20056, #20055, #20052, #20050, #20048: the changes
+             are just breaking more than they are fixing.
      Branch: perl
-          ! pod/perldiag.pod pp_hot.c
+          ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/badfile.t
+          ! ext/Digest/MD5/t/files.t perlio.c
 ____________________________________________________________________________
-[ 14404] By: jhi                                   on 2002/01/24  13:13:55
-        Log: metaconfig unit change for #14403.
-     Branch: metaconfig/U/perl
-          ! d_u32align.U
+[ 20056] By: jhi                                   on 2003/07/07  13:31:14
+        Log: Returning zero from PerlIO_read() is okay;
+             update MD5 sums.
+     Branch: perl
+          ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
 ____________________________________________________________________________
-[ 14403] By: jhi                                   on 2002/01/24  13:13:29
-        Log: Pacify picky compilers (this time Sun Workshop).
+[ 20055] By: jhi                                   on 2003/07/07  13:23:58
+        Log: If perlio is completely out of the picture, we can
+             get tripped by different stdio implementations.
      Branch: perl
-          ! Configure
+          ! ext/Digest/MD5/t/badfile.t
 ____________________________________________________________________________
-[ 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>
+[ 20054] By: jhi                                   on 2003/07/07  12:58:06
+        Log: AUTHORS tweak.
      Branch: perl
-          ! lib/dumpvar.pl
+          ! AUTHORS
 ____________________________________________________________________________
-[ 14401] By: nick                                  on 2002/01/24  07:50:38
-        Log: Expand command line test globs on Win32.
-     Branch: perlio
-          ! t/harness
+[ 20053] By: jhi                                   on 2003/07/07  12:04:26
+        Log: Subject: Patch to README.solaris
+             From: Alan Burlison <Alan.Burlison@sun.com>
+             Date: Mon, 07 Jul 2003 14:15:57 +0100
+             Message-ID: <3F09728D.1070408@sun.com>
+     Branch: perl
+          ! README.solaris
 ____________________________________________________________________________
-[ 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
+[ 20052] By: jhi                                   on 2003/07/07  10:28:35
+        Log: Update MD5 checksums.
+     Branch: perl
+          ! ext/Digest/MD5/t/files.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
+[ 20051] By: jhi                                   on 2003/07/07  09:56:48
+        Log: Be more explicit than just 'characters'.
+     Branch: perl
+          ! pod/perlfunc.pod
 ____________________________________________________________________________
-[ 14391] By: jhi                                   on 2002/01/23  18:48:45
-        Log: Copyright++.  (Not all the toplevel *.h have one, it seems.)
+[ 20050] By: jhi                                   on 2003/07/07  09:38:28
+        Log: Try making PerlIO errors more consistent.
+             (1) Check early whether the filehandle is capable of
+             the requested action.
+             (2) PerlIO_read() really can return -1, and so can
+             PerlIOUnix_read().
+             (3) Some stdio implementations are more forgiving
+             than others, so check also for errors recorded
+             by PerlIO in PerlStdio_errno().
      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
+          ! perlio.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.
+[ 20049] By: jhi                                   on 2003/07/07  09:08:19
+        Log: Linewrapping.
      Branch: perl
-          ! sv.c
+          ! pod/perlapio.pod
 ____________________________________________________________________________
-[ 14389] By: jhi                                   on 2002/01/23  15:09:38
-        Log: Update Changes.
+[ 20048] By: jhi                                   on 2003/07/07  09:06:58
+        Log: PerlIO_read() can return negative.
      Branch: perl
-          ! Changes patchlevel.h
+          ! ext/Digest/MD5/MD5.xs
 ____________________________________________________________________________
-[ 14388] By: jhi                                   on 2002/01/23  15:04:06
-        Log: Small update on todo.  Could use a lot more.
+[ 20043] By: jhi                                   on 2003/07/07  04:36:22
+        Log: Use the existence, instead of the truth, to decide
+             whether to scan for a symbol.
+             (Also remove trailing spaces.)
      Branch: perl
-          ! pod/perltodo.pod
+          ! ext/Time/HiRes/Makefile.PL
 ____________________________________________________________________________
-[ 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
+[ 20042] By: jhi                                   on 2003/07/07  04:29:35
+        Log: MPE/iX tweak from Mark Bixby.
+     Branch: perl
+          ! ext/Time/HiRes/Makefile.PL
 ____________________________________________________________________________
-[ 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>
+[ 20041] By: rgs                                   on 2003/07/06  21:45:37
+        Log: Upgrade BigInt and BigRat
+             Subject: BigInt v1.65, Bigrat v0.10 - reloaded
+             From: Tels <perl_dummy@bloodgate.com>
+             Date: Sun, 6 Jul 2003 15:41:36 +0200
+             Message-Id: <200307061158.23576@bloodgate.com>
      Branch: perl
-          ! pod/perldata.pod
+          ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
+          ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/biglog.t
+          ! lib/Math/BigInt/t/mbimbf.t lib/Math/BigRat.pm
+          ! lib/Math/BigRat/t/bigrat.t lib/Math/BigRat/t/bigratpm.inc
+          ! lib/Math/BigRat/t/bigratpm.t
 ____________________________________________________________________________
-[ 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>
+[ 20040] By: rgs                                   on 2003/07/06  21:11:20
+        Log: Subject: Re: [perl #5025] #line directive explination wrong
+             From: Casey West <casey@geeknest.com>
+             Date: Sun, 6 Jul 2003 18:24:46 -0400
+             Message-ID: <20030706222446.GL7506@geeknest.com>
      Branch: perl
-          ! embed.fnc embed.h proto.h t/op/universal.t universal.c
+          ! pod/perlsyn.pod
 ____________________________________________________________________________
-[ 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>
+[ 20039] By: jhi                                   on 2003/07/06  20:19:31
+        Log: Update the CPAN mirrors list.
      Branch: perl
-          ! pod/perlfunc.pod
+          ! pod/perlmodlib.PL pod/perlmodlib.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> 
+[ 20036] By: gsar                                  on 2003/07/06  17:11:59
+        Log: yet another symbol missing in change#20018
      Branch: perl
-          ! t/run/fresh_perl.t
+          ! makedef.pl
 ____________________________________________________________________________
-[ 14382] By: jhi                                   on 2002/01/23  03:47:35
-        Log: metaconfig unit change for #14381.
-     Branch: metaconfig/U/perl
-          ! d_u32align.U
+[ 20035] By: gsar                                  on 2003/07/06  17:02:21
+        Log: PerlIOBase_pushed seems to have gone missing in change#20018
+     Branch: perl
+          ! makedef.pl
 ____________________________________________________________________________
-[ 14381] By: jhi                                   on 2002/01/23  03:47:05
-        Log: HP-UX 10.20 cc pacifying from Merijn.
+[ 20034] By: jhi                                   on 2003/07/06  16:46:20
+        Log: Subject: [PATCH @19834] DProf fixes
+             From: Radu Greab <radu@netsoft.ro>
+             Date: Sun, 6 Jul 2003 20:09:12 +0300
+             Message-ID: <16136.22456.99575.573777@ix.netsoft.ro>
      Branch: perl
-          ! Configure
+          + t/lib/dprof/test7_t t/lib/dprof/test7_v t/lib/dprof/test8_t
+          + t/lib/dprof/test8_v
+          ! MANIFEST ext/Devel/DProf/DProf.pm ext/Devel/DProf/DProf.t
+          ! ext/Devel/DProf/DProf.xs perl.c pod/perldiag.pod
+          ! pod/perltodo.pod pod/perlvar.pod pp_ctl.c
 ____________________________________________________________________________
-[ 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]>
+[ 20032] By: jhi                                   on 2003/07/06  16:21:33
+        Log: Forgotten from change #20031.
      Branch: perl
-          ! vms/test.com
+          ! makedef.pl malloc_ctl.h
 ____________________________________________________________________________
-[ 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)
+[ 20031] By: jhi                                   on 2003/07/06  16:16:08
+        Log: Subject: [PATCH] improve WinCE port
+             From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
+             Date: Sun, 6 Jul 2003 18:46:09 +0400
+             Message-ID: <001401c343cd$8069cd40$ce5ec3d9@vad>
+
+             Subject: [PATCH] improve WinCE port -- addition
+             From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
+             Date: Sun, 6 Jul 2003 19:50:47 +0400
+             Message-ID: <000b01c343d6$7ff96920$5b5dc3d9@vad>
      Branch: perl
-          ! utf8.h
+          + wince/perlhost.h wince/vdir.h wince/vmem.h
+          ! MANIFEST wince/Makefile.ce wince/config.ce wince/perllib.c
+          ! wince/win32.h wince/win32io.c wince/win32iop.h
+          ! wince/win32thread.c wince/win32thread.h wince/wince.c
+          ! wince/wince.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
+[ 20030] By: jhi                                   on 2003/07/06  15:59:25
+        Log: Subject: [PATCH] for pod/perlfaq2.pod against latest snapshot for Alpaca
+             From: merlyn@stonehenge.com (Randal L. Schwartz)
+             Date: 05 Jul 2003 16:29:14 -0700
+             Message-ID: <867k6weenp.fsf@blue.stonehenge.com>
+     Branch: perl
+          ! pod/perlfaq2.pod
 ____________________________________________________________________________
-[ 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
+[ 20026] By: jhi                                   on 2003/07/06  08:14:48
+        Log: FreeBSD: if someone *really* wants to use the system malloc.
+     Branch: perl
+          ! hints/freebsd.sh
 ____________________________________________________________________________
-[ 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.
+[ 20025] By: jhi                                   on 2003/07/06  07:48:01
+        Log: Make the 'slow ok' feature optional.
      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
+          ! lib/Test/Harness.pm
 ____________________________________________________________________________
-[ 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
+[ 20024] By: jhi                                   on 2003/07/06  07:44:57
+        Log: The change #20022 didn't work for Command.t.
+     Branch: perl
+          ! lib/ExtUtils/t/Command.t
 ____________________________________________________________________________
-[ 14371] By: jhi                                   on 2002/01/21  19:36:04
-        Log: Subject: [BUG] /\_/ an unrecognized escape?
+[ 20023] By: jhi                                   on 2003/07/06  07:29:22
+        Log: Subject: Re: maint @ 19975 [PATCH lib/Test/Harness.pm]
              From: Michael G Schwern <schwern@pobox.com>
-             Date: Mon, 21 Jan 2002 15:22:54 -0500
-             Message-ID: <20020121202254.GA6731@blackrider>
+             Date: Sat, 5 Jul 2003 13:34:37 -0700
+             Message-ID: <20030705203437.GB2598@windhund.schwern.org>
+
+             Print out the "ok" messages only once every second,
+             this should make output much less and therefore testing
+             much faster, especially on slower connections.
      Branch: perl
-          ! t/lib/warnings/toke toke.c
+          ! lib/Test/Harness.pm
 ____________________________________________________________________________
-[ 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.
+[ 20022] By: jhi                                   on 2003/07/06  07:26:52
+        Log: Subject: [PATCH] ExtUtils::MakeMaker 6.10_07
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Sat, 5 Jul 2003 16:59:49 -0700
+             Message-ID: <20030705235949.GB3485@windhund.schwern.org>
      Branch: perl
-          ! Changes patchlevel.h
+          ! lib/ExtUtils/Changes lib/ExtUtils/META.yml
+          ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
+          ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker/FAQ.pod
+          ! lib/ExtUtils/t/Command.t
 ____________________________________________________________________________
-[ 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)
+[ 20021] By: jhi                                   on 2003/07/06  07:19:17
+        Log: Reintroduce changes #19723 and #19723 that were not
+             in Net::Ping 2.31; needed for Windows.
      Branch: perl
-          ! hv.h
+          ! lib/Net/Ping/t/250_ping_hires.t lib/Net/Ping/t/450_service.t
 ____________________________________________________________________________
-[ 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).
+[ 20020] By: jhi                                   on 2003/07/05  19:12:21
+        Log: Upgrade to Digest::MD5 2.25.
      Branch: perl
-          ! embed.fnc embed.h pp_ctl.c proto.h
+          + ext/Digest/MD5/t/clone.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
 ____________________________________________________________________________
-[ 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]>
+[ 20019] By: jhi                                   on 2003/07/05  18:40:51
+        Log: Make a read from a write-only fh to set errno
+             (found by Gisle)
      Branch: perl
-          ! pp_ctl.c
+          ! perlio.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>
+[ 20018] By: jhi                                   on 2003/07/05  18:05:19
+        Log: Add PerlIOBuf_close to makedef.pl as pointed out by
+             Vadim Konovalov; add also PerlIOBuf_dup; sort and remove
+             duplicates.
      Branch: perl
-          ! lib/warnings.pm pod/perldiag.pod t/lib/warnings/2use
-          ! t/lib/warnings/9enabled warnings.h warnings.pl
+          ! makedef.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]>
+[ 20017] By: jhi                                   on 2003/07/05  17:47:47
+        Log: Subject: [PATCH] fix for ext/threads/t/problems.t failures
+             From: Dave Mitchell <davem@fdgroup.com>
+             Date: Sat, 5 Jul 2003 19:12:51 +0100
+             Message-ID: <20030705181251.GA14502@fdgroup.com>
      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
+          ! ext/threads/t/problems.t
 ____________________________________________________________________________
-[ 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>
+[ 20016] By: jhi                                   on 2003/07/05  17:36:34
+        Log: OpenBSD sometimes gets -0, probably due to fp fuzziness..
      Branch: perl
-          ! lib/ExtUtils/t/Command.t
+          ! lib/Benchmark.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>
+[ 20012] By: jhi                                   on 2003/07/05  13:46:05
+        Log: Be explicit about the $0 pain in Linux 2.2.
      Branch: perl
-          ! lib/AnyDBM_File.t
+          ! pod/perlvar.pod
 ____________________________________________________________________________
-[ 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>
+[ 20010] By: rgs                                   on 2003/07/05  12:06:41
+        Log: Comment out some debugging output in Math::BigInt, that
+             causes confusion in t/TEST when running Math/BigInt/t/bare_mbi.t.
      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
+          ! lib/Math/BigInt.pm
 ____________________________________________________________________________
-[ 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
+[ 20009] By: jhi                                   on 2003/07/05  10:56:55
+        Log: The logic for additional randomisation for 64-bit UV
+             cases was wrong.
+     Branch: perl
+          ! perl.c
 ____________________________________________________________________________
-[ 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()).
+[ 20008] By: jhi                                   on 2003/07/05  09:10:46
+        Log: IIRC gcc would complain about if (s = ...).
      Branch: perl
-          ! pp.c t/op/oct.t
+          ! perl.c
 ____________________________________________________________________________
-[ 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
+[ 20007] By: jhi                                   on 2003/07/05  09:09:44
+        Log: Allow $ENV{PERL_HASH_SEED_DEBUG} to work even under taint;
+             since CGI scripts are (should be) run under -T, being able
+             to show the HASH_SEED in case of problems is good.
+             The $ENV{PERL_HASH_SEED} is still ignored under taint.
+     Branch: perl
+          ! perl.c
 ____________________________________________________________________________
-[ 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.
+[ 20006] By: jhi                                   on 2003/07/05  07:56:56
+        Log: Subject: [PATCH] MM_VMS.pm -- fix xs installation
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Sat, 05 Jul 2003 00:38:28 -0500
+             Message-ID: <3F066454.90003@mac.com>
      Branch: perl
-          ! pod/perltoc.pod
+          ! lib/ExtUtils/MM_VMS.pm
 ____________________________________________________________________________
-[ 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>
+[ 20004] By: jhi                                   on 2003/07/05  07:47:02
+        Log: Subject: [PATCH] dump.c -Wformat; Re: maint @ 19975, maint @ 19997
+             From: Robin Barker <Robin.Barker@npl.co.uk>
+             Date: Fri, 4 Jul 2003 19:15:01 +0100
+             Message-ID: <533D273D4014D411AB1D00062938C4D9040465BD@hotel.npl.co.uk>
      Branch: perl
-          ! pod/perl5004delta.pod pod/perl5005delta.pod
-          ! pod/perl561delta.pod pod/perl56delta.pod
+          ! dump.c
 ____________________________________________________________________________
-[ 14349] By: jhi                                   on 2002/01/19  20:07:17
-        Log: FAQ sync.
+[ 20003] By: rgs                                   on 2003/07/05  07:45:16
+        Log: Allow to create more than one Shell object :
+             Subject: [patch] Shell.pm fix
+             From: Stéphane Payrard <stef@payrard.net>
+             Date: Sat, 5 Jul 2003 01:16:50 +0200
+             Message-ID: <20030704231650.GA19701@stefp.dyndns.org>
      Branch: perl
-          ! pod/perlfaq1.pod pod/perlfaq2.pod
+          ! lib/Shell.pm
 ____________________________________________________________________________
-[ 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>
+[ 20002] By: rgs                                   on 2003/07/04  21:49:05
+        Log: Author list update (to be continued...)
      Branch: perl
-          + lib/Pod/t/Usage.t
-          ! MANIFEST
+          ! AUTHORS
 ____________________________________________________________________________
-[ 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>
+[ 20001] By: rgs                                   on 2003/07/04  21:42:12
+        Log: Add a new test target in the makefile, test_harness_notty.
+             It's like test_harness, but sets HARNESS_NOTTY=1 to make
+             Test::Harness' output less blinking.
      Branch: perl
-          ! ext/SDBM_File/sdbm.t
+          ! Makefile.SH
 ____________________________________________________________________________
-[ 14346] By: jhi                                   on 2002/01/19  17:55:55
-        Log: Integrate perlio:
-             
-             [ 14335]
-             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: 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
+[ 20000] By: rgs                                   on 2003/07/04  20:58:05
+        Log: Upgrade to Math::BigInt v1.65, Math::BigRat v0.10,
+             and bignum v0.14.
      Branch: perl
-          ! lib/Time/Local.pm
+          + lib/Math/BigInt/t/biglog.t lib/Math/BigInt/t/req_mbf0.t
+          + lib/Math/BigInt/t/req_mbf1.t lib/Math/BigInt/t/req_mbfa.t
+          + lib/Math/BigInt/t/req_mbfi.t lib/Math/BigInt/t/req_mbfn.t
+          + lib/Math/BigInt/t/req_mbfw.t lib/Math/BigInt/t/trap.t
+          + lib/Math/BigInt/t/use_mbfw.t lib/Math/BigRat/t/bigratup.t
+          + lib/Math/BigRat/t/requirer.t lib/Math/BigRat/t/trap.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/bare_mif.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/bigints.t
+          ! lib/Math/BigInt/t/config.t lib/Math/BigInt/t/inf_nan.t
+          ! lib/Math/BigInt/t/mbi_rand.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 lib/Math/BigInt/t/upgrade.inc
+          ! lib/Math/BigInt/t/upgrade.t lib/Math/BigInt/t/with_sub.t
+          ! lib/Math/BigRat.pm lib/Math/BigRat/t/bigrat.t
+          ! lib/Math/BigRat/t/bigratpm.inc lib/Math/BigRat/t/bigratpm.t
+          ! lib/bigint.pm lib/bignum.pm lib/bignum/t/bigint.t
+          ! lib/bignum/t/bignum.t lib/bignum/t/bigrat.t
+          ! lib/bignum/t/biinfnan.t lib/bignum/t/bninfnan.t
+          ! lib/bignum/t/brinfnan.t lib/bigrat.pm
+          ! t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/BareCalc.pm
+          ! t/lib/Math/BigInt/Subclass.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>
+[ 19999] By: rgs                                   on 2003/07/04  19:39:01
+        Log: Macro reorganization in the Makefile, so that $(LDLIBPTH) always
+             appears just before the name of the command to be run. See
+
+             Subject: Re: PERL_SKIP_TTY_TEST fix
+             From: Alexey Tourbin <at@altlinux.ru>
+             Date: Fri, 4 Jul 2003 17:25:34 +0400
+             Message-ID: <20030704132534.GC1531@julia.office.altlinux.ru>
      Branch: perl
-          ! ext/File/Glob/t/basic.t
+          ! Makefile.SH
 ____________________________________________________________________________
-[ 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>       
+[ 19998] By: rgs                                   on 2003/07/04  19:31:33
+        Log: Fix non-numeric $VERSION.
      Branch: perl
-          ! ext/Cwd/t/cwd.t
+          ! lib/Math/BigInt.pm
 ____________________________________________________________________________
-[ 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>
+[ 19995] By: jhi                                   on 2003/07/04  14:36:56
+        Log: According to Tels our M::BI is _better_ than the 1.64 in CPAN.
      Branch: perl
-          ! lib/Time/Local.t
+          ! lib/Math/BigInt.pm
 ____________________________________________________________________________
-[ 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>
+[ 19994] By: jhi                                   on 2003/07/04  14:36:17
+        Log: More $0 sad tales.
      Branch: perl
-          ! ext/Devel/DProf/DProf.t
+          ! pod/perlvar.pod
 ____________________________________________________________________________
-[ 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>
+[ 19993] By: jhi                                   on 2003/07/04  14:34:40
+        Log: Oops.
      Branch: perl
-          ! t/comp/script.t t/op/stat.t t/run/fresh_perl.t
+          ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.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.
+[ 19990] By: jhi                                   on 2003/07/04  13:50:29
+        Log: Upgrade to PodParser 1.23; but do not update
+             t/pod/find.t or t/pod/testp2pt.pl since the
+             first one does not work at all under core,
+             and the second change would drop MacOS Classic
+             portability tweaks introduced by change #18669.
      Branch: perl
-          ! util.c
+          ! lib/Pod/Find.pm lib/Pod/Usage.pm
 ____________________________________________________________________________
-[ 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>
+[ 19989] By: jhi                                   on 2003/07/04  13:20:51
+        Log: Upgrade to Text::Balanced 1.94.
      Branch: perl
-          ! lib/ExtUtils/MM_BeOS.pm
+          ! lib/Text/Balanced.pm lib/Text/Balanced/Changes
+          ! lib/Text/Balanced/README lib/Text/Balanced/t/extcbk.t
+          ! lib/Text/Balanced/t/extvar.t lib/Text/Balanced/t/gentag.t
 ____________________________________________________________________________
-[ 14337] By: jhi                                   on 2002/01/19  02:48:15
-        Log: metaconfig unit change for #14336.
-     Branch: metaconfig
-          ! U/modified/myhostname.U
+[ 19988] By: jhi                                   on 2003/07/04  13:17:22
+        Log: Upgrade to Net::Ping 2.31.
+     Branch: perl
+          ! lib/Net/Ping.pm lib/Net/Ping/Changes
+          ! lib/Net/Ping/t/250_ping_hires.t
+          ! lib/Net/Ping/t/300_ping_stream.t lib/Net/Ping/t/450_service.t
 ____________________________________________________________________________
-[ 14336] By: jhi                                   on 2002/01/19  02:47:50
-        Log: Avoid bare "set", and kiss .uucp goodbye.
+[ 19987] By: jhi                                   on 2003/07/04  13:09:04
+        Log: Upgrade to Locale::Maketext 1.06.
      Branch: perl
-          ! Configure
+          + lib/Locale/Maketext/Guts.pm lib/Locale/Maketext/GutsLoader.pm
+          + lib/Locale/Maketext/t/90utf8.t
+          ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext/ChangeLog
 ____________________________________________________________________________
-[ 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
+[ 19986] By: jhi                                   on 2003/07/04  12:59:45
+        Log: Upgrade to Digest::MD5 2.24, with few extra tweaks:
+             (1) make the PATCHLEVEL logic as it is with List::Util
+             (more portable to older Perls)
+             (2) regen the MD5 checksums with ...
+             (3) ... the Mac OS Classic checksums generated via MacRoman
+             (just a guess)
+             (4) Keep the core Makefile.PL.
+     Branch: perl
+          ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
+          ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
 ____________________________________________________________________________
-[ 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.
+[ 19985] By: jhi                                   on 2003/07/04  12:43:10
+        Log: Upgrade to CPAN 1.71.
      Branch: perl
-          ! lib/Time/Local.t
+          ! lib/CPAN.pm
 ____________________________________________________________________________
-[ 14333] By: nick                                  on 2002/01/18  18:58:33
-        Log: Integrate mainline
-     Branch: perlio
-         !> Changes patchlevel.h
+[ 19984] By: jhi                                   on 2003/07/04  12:39:20
+        Log: Upgrade to CGI.pm 2.97.
+     Branch: perl
+          ! lib/CGI.pm lib/CGI/Carp.pm
 ____________________________________________________________________________
-[ 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)
+[ 19982] By: jhi                                   on 2003/07/04  10:45:05
+        Log: No energy now to figure out what is wrong with $0
+             (or ps) in Tru64.  The test works fine when run from
+             command line.
+     Branch: perl
+          ! ext/threads/t/join.t
 ____________________________________________________________________________
-[ 14331] By: jhi                                   on 2002/01/18  16:09:38
-        Log: Update Changes.
+[ 19981] By: jhi                                   on 2003/07/04  10:34:42
+        Log: AUTHORS updates.
      Branch: perl
-          ! Changes patchlevel.h
+          ! AUTHORS
 ____________________________________________________________________________
-[ 14330] By: jhi                                   on 2002/01/18  15:07:49
-        Log: Try to make the connect/read/write timeouting.
+[ 19980] By: jhi                                   on 2003/07/04  08:40:51
+        Log: line_t is U32, not I32.
      Branch: perl
-          ! ext/Socket/Socket.t
+          ! bytecode.pl
 ____________________________________________________________________________
-[ 14329] By: jhi                                   on 2002/01/18  14:49:49
-        Log: Netware Makefile tweak from Ananth Kesari.
+[ 19979] By: jhi                                   on 2003/07/04  08:33:32
+        Log: Remove PL_earlytaint since the hash seed code
+             can be delayed until perl_parse().
      Branch: perl
-          ! NetWare/Makefile
+          ! dosish.h embedvar.h epoc/epocish.h mpeix/mpeixish.h
+          ! os2/os2ish.h perl.c perl.h perlapi.h perlvars.h
+          ! plan9/plan9ish.h unixish.h vms/vmsish.h
 ____________________________________________________________________________
-[ 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>
+[ 19977] By: jhi                                   on 2003/07/04  04:56:41
+        Log: $0 is pain.
      Branch: perl
-          ! lib/File/Find.pm
+          ! ext/threads/t/join.t
 ____________________________________________________________________________
-[ 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> 
+[ 19976] By: jhi                                   on 2003/07/04  04:48:37
+        Log: Subject: [PATCH: perl@19956] switch vmspipe.com over to using local symbols instead of global
+             From: PPrymmer@factset.com
+             Date: Thu, 3 Jul 2003 23:59:51 -0400
+             Message-ID: <OF4DF4AA68.1EF12116-ON85256D59.00120F5E-85256D59.0015F58D@factset.com>
      Branch: perl
-          ! lib/Time/Local.t
+          ! vms/vms.c vms/vmspipe.com
 ____________________________________________________________________________
-[ 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> 
+[ 19973] By: jhi                                   on 2003/07/03  21:34:03
+        Log: Bump Time::HiRes version to 1.50.
      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
+          ! ext/Time/HiRes/HiRes.pm
 ____________________________________________________________________________
-[ 14324] By: jhi                                   on 2002/01/18  13:40:56
-        Log: Detypo.
+[ 19972] By: jhi                                   on 2003/07/03  21:33:10
+        Log: Subject: [PATCH] installperl -n
+             From: Slaven Rezic <slaven@rezic.de>
+             Date: Fri, 4 Jul 2003 00:41:36 +0200 (CEST)
+             Message-Id: <200307032241.h63Mfaka041281@vran.herceg.de>
      Branch: perl
-          ! AUTHORS
+          ! installperl
 ____________________________________________________________________________
-[ 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>
+[ 19971] By: jhi                                   on 2003/07/03  21:31:47
+        Log: Subject: [PATCH] t/op/magic.t on FreeBSD
+             From: Slaven Rezic <slaven@rezic.de>
+             Date: Fri, 4 Jul 2003 00:35:51 +0200 (CEST)
+             Message-Id: <200307032235.h63MZpKY036791@vran.herceg.de>
      Branch: perl
-          + lib/ExtUtils/t/hints.t
-          ! MANIFEST
+          ! t/op/magic.t
 ____________________________________________________________________________
-[ 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)
+[ 19969] By: jhi                                   on 2003/07/03  21:27:11
+        Log: Ask Schwern.
      Branch: perl
-          ! lib/ExtUtils/MakeMaker.pm
+          - Porting/Modules
+          ! AUTHORS MANIFEST
 ____________________________________________________________________________
-[ 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>
+[ 19967] By: jhi                                   on 2003/07/03  19:02:40
+        Log: Add autarch and Time::Local to Modules.
      Branch: perl
-          ! pod/perldiag.pod
+          ! Porting/Modules
 ____________________________________________________________________________
-[ 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>
+[ 19966] By: jhi                                   on 2003/07/03  18:59:44
+        Log: Subject: Re: [PATCH] Bring Time::Local to 1.07
+             From: Dave Rolsky <autarch@urth.org>
+             Date: Thu, 3 Jul 2003 14:35:56 -0500 (CDT)
+             Message-ID: <Pine.LNX.4.56.0307031435270.29915@urth.org>
      Branch: perl
-          ! lib/File/Find.pm
+          ! lib/Time/Local.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>
+[ 19965] By: jhi                                   on 2003/07/03  18:58:25
+        Log: Subject: [PATCH] Win32: fix WM_TIMER handling
+             From: Mattia Barbon <mbarbon@dsi.unive.it>
+             Date: Thu, 3 Jul 2003 16:05:23 +0200 (ora legale Europa occidentale)
+             Message-ID: <Mahogany-0.64.2-1016-20030703-160523.00@rbnet.it>
      Branch: perl
-          ! pod/perltodo.pod
+          ! win32/win32.c
 ____________________________________________________________________________
-[ 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>
+[ 19964] By: jhi                                   on 2003/07/03  18:56:26
+        Log: Subject: Re: randomly untainting?
+             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
+             Date: Thu, 3 Jul 2003 17:35:09 +0200
+             Message-Id: <20030703173509.0c007f0f.rgarciasuarez@free.fr>
      Branch: perl
-          ! lib/ExtUtils/t/Mkbootstrap.t
+          ! t/TestInit.pm
 ____________________________________________________________________________
-[ 14317] By: jhi                                   on 2002/01/17  22:39:48
-        Log: (replaced by #14322)
-             The #14300 broke hints file handling.
+[ 19963] By: jhi                                   on 2003/07/03  18:55:37
+        Log: Revert #19957 as requested by Rafael.
      Branch: perl
-          ! lib/ExtUtils/MakeMaker.pm
+          ! ext/List/Util/t/tainted.t
 ____________________________________________________________________________
-[ 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>
+[ 19962] By: jhi                                   on 2003/07/03  18:54:09
+        Log: Add at least meager beginnings of assertion checks for
+             the UTF-8 length/pos cache.  It's not as full as I would
+             like since the exact behaviour of the second half of the
+             cache, used in substr(), eludes me right now.
      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
+          ! sv.c
 ____________________________________________________________________________
-[ 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>
+[ 19961] By: jhi                                   on 2003/07/03  13:57:47
+        Log: Extra light testing for the UTF-8 cache
+             (that it isn't broken, not that it helps).
      Branch: perl
-          ! Configure
+          ! t/op/length.t
 ____________________________________________________________________________
-[ 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?
+[ 19957] By: jhi                                   on 2003/07/03  12:01:25
+        Log: Subject: Re: randomly untainting?
+             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
+             Date: Thu, 3 Jul 2003 14:58:18 +0200
+             Message-Id: <20030703145818.5bdd2873.rgarciasuarez@free.fr>
+             (plus extra debug printing)
      Branch: perl
-          ! ext/threads/threads.xs
+          ! ext/List/Util/t/tainted.t
 ____________________________________________________________________________
-[ 14310] By: jhi                                   on 2002/01/17  15:23:56
-        Log: Update Changes.
+[ 19954] By: jhi                                   on 2003/07/03  11:10:21
+        Log: Subject: Re: maint @ 19923
+             From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
+             Date: Thu, 3 Jul 2003 15:57:55 +0400
+             Message-ID: <048e01c3415b$da0fe510$7c5ec3d9@vad>
      Branch: perl
-          ! Changes patchlevel.h
+          ! wince/Makefile.ce wince/wince.c
 ____________________________________________________________________________
-[ 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().
+[ 19952] By: jhi                                   on 2003/07/03  10:56:45
+        Log: Tiny tweak to perlartistic from Robin Barker.
      Branch: perl
-          + t/run/fresh_perl.t
-          - t/run/kill_perl.t
-          ! MANIFEST t/test.pl
+          ! pod/perlartistic.pod
 ____________________________________________________________________________
-[ 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>
+[ 19950] By: jhi                                   on 2003/07/03  07:46:45
+        Log: Mention Modules in AUTHORS.
      Branch: perl
-          ! ext/Unicode/Normalize/Normalize.pm
+          ! AUTHORS
 ____________________________________________________________________________
-[ 14307] By: jhi                                   on 2002/01/17  14:04:06
-        Log: Retract #14144 as Hugo isn't happy with it.
+[ 19949] By: jhi                                   on 2003/07/03  06:58:01
+        Log: No fancy binmode() if no perlio.
      Branch: perl
-          ! scope.c t/run/kill_perl.t
+          ! ext/IO/lib/IO/t/io_sock.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>
+[ 19948] By: jhi                                   on 2003/07/03  06:55:12
+        Log: Underline the fact that XSLoader is not DynaLoader
+             ([perl #21974] dl_load_flags not honored by XSLoader)
      Branch: perl
-          ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/t/multi.t
+          ! ext/DynaLoader/XSLoader_pm.PL
 ____________________________________________________________________________
-[ 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>
+[ 19947] By: jhi                                   on 2003/07/03  06:35:29
+        Log: Apply Schwern's suggested warning code from
+             [perl #22209] Test::Harness::Straps vs. $Config{path_sep}
      Branch: perl
-          ! ext/Opcode/Opcode.xs
+          ! lib/Test/Harness/Straps.pm
 ____________________________________________________________________________
-[ 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>
+[ 19944] By: jhi                                   on 2003/07/03  06:30:11
+        Log: Subject: [PATCH] "without parens" vs "without parentheses"
+             From: Iain Truskett <spoon@cpan.org>
+             Date: Thu, 3 Jul 2003 12:40:42 +1000
+             Message-ID: <20030703024042.GI12380@ouroboros.anu.edu.au>
      Branch: perl
-          ! t/io/fs.t t/op/crypt.t
+          ! t/lib/warnings/toke toke.c
 ____________________________________________________________________________
-[ 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)
+[ 19943] By: jhi                                   on 2003/07/03  06:27:18
+        Log: Subject: [PATCH] Re: ext/List/Util/t/weak.t panic
+             From: Dave Mitchell <davem@fdgroup.com>
+             Date: Thu, 3 Jul 2003 01:32:11 +0100
+             Message-ID: <20030703003211.GB3747@fdgroup.com>
      Branch: perl
-          ! mg.c t/lib/warnings/mg
+          ! mg.c sv.c
 ____________________________________________________________________________
-[ 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>     
+[ 19942] By: jhi                                   on 2003/07/03  06:25:30
+        Log: Nicer options for Porting/Modules.
      Branch: perl
-          ! mg.c t/lib/warnings/mg
+          ! MANIFEST Porting/Modules
 ____________________________________________________________________________
-[ 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>
+[ 19941] By: rgs                                   on 2003/07/02  21:38:19
+        Log: Minor test adjustments :
+             - test name correction in op/concat.t by Yitzchak Scott-Thoennes
+             - prototypes added to some public functions in t/test.pl,
+             as suggested by Enache Adrian
      Branch: perl
-          ! ext/SDBM_File/sdbm/Makefile.PL lib/ExtUtils/MM_Unix.pm
-          ! lib/ExtUtils/t/MM_Unix.t
+          ! t/op/concat.t t/test.pl
 ____________________________________________________________________________
-[ 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>  
+[ 19940] By: rgs                                   on 2003/07/02  20:58:19
+        Log: Skip a socketpair test on SCO OSR
      Branch: perl
-          ! lib/ExtUtils/MakeMaker.pm
+          ! ext/Socket/socketpair.t
 ____________________________________________________________________________
-[ 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>
+[ 19939] By: jhi                                   on 2003/07/02  20:10:47
+        Log: Subject: [PATCH] various Deparse fixes
+             From: Dave Mitchell <davem@fdgroup.com>
+             Date: Wed, 2 Jul 2003 18:10:45 +0100
+             Message-ID: <20030702171045.GF2137@fdgroup.com>
      Branch: perl
-          ! lib/Text/Tabs.pm
+          ! ext/B/B/Concise.pm ext/B/B/Debug.pm ext/B/B/Deparse.pm
+          ! ext/B/defsubs_h.PL t/TEST t/op/ord.t
 ____________________________________________________________________________
-[ 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>
+[ 19935] By: jhi                                   on 2003/07/02  20:01:06
+        Log: It would seem that in Linux 2.2 there is no way
+             we can do the right thing to make ps(1) see $0
+             our way.  Also amend the $0 documentation a bit.
      Branch: perl
-          ! lib/ExtUtils/MM_Unix.pm
+          ! pod/perlvar.pod t/op/magic.t
 ____________________________________________________________________________
-[ 14297] By: jhi                                   on 2002/01/16  13:21:26
-        Log: Integrate perlio:
-             
-             [ 14296]
-             offsetof() is in <stddef.h>
+[ 19934] By: jhi                                   on 2003/07/02  19:39:11
+        Log: Subject: [PATCH] line numbers are given % 64k
+             From: James Jurach <muaddib@erf.net>
+             Date: Wed, 2 Jul 2003 13:31:05 -0500
+             Message-ID: <20030702183105.GA4837@lebowski>
      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
+          ! bytecode.pl ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
+          ! handy.h pp_ctl.c scope.h
 ____________________________________________________________________________
-[ 14295] By: nick                                  on 2002/01/16  07:25:29
-        Log: Integrate mainline
-     Branch: perlio
-         +> (branch 262 files)
-          - (delete 285 files)
-         !> (integrate 34 files)
+[ 19933] By: jhi                                   on 2003/07/02  14:55:49
+        Log: Subject: Re: maint @ 19923
+             From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu>
+             Date: Wed, 2 Jul 2003 11:43:05 -0400
+             Message-ID: <20030702154304.GD206089@linguist.thayer.dartmouth.edu>
+     Branch: perl
+          ! pod/perlfunc.pod
 ____________________________________________________________________________
-[ 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.
+[ 19932] By: jhi                                   on 2003/07/02  14:29:42
+        Log: Subject: Re: maint @ 19923
+             From: Jim Cromie <jcromie@divsol.com>
+             Date: Wed, 02 Jul 2003 05:35:06 -0600
+             Message-ID: <3F02C36A.9030704@divsol.com>
      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
+          ! pod/perlfunc.pod
 ____________________________________________________________________________
-[ 14293] By: jhi                                   on 2002/01/16  00:32:27
-        Log: s/SvPV/SvPVbyte/g, as suggested by Gisle Aas.
+[ 19931] By: jhi                                   on 2003/07/02  11:34:49
+        Log: Fix for [perl #22759 insufficient format string checking];
+             using ewix makes no sense, assuming evix was intended,
+             no old tests fail; add the test case.
      Branch: perl
-          ! ext/Socket/Socket.xs
+          ! sv.c t/op/sprintf.t
 ____________________________________________________________________________
-[ 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.
+[ 19929] By: jhi                                   on 2003/07/02  09:13:33
+        Log: Better links.
      Branch: perl
-          ! Changes patchlevel.h
+          ! pod/perlipc.pod pod/perlrun.pod
 ____________________________________________________________________________
-[ 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
+[ 19928] By: jhi                                   on 2003/07/02  08:58:26
+        Log: Darwin: -Dprefix=$HOME/Perl tried to install to /Library.
+     Branch: perl
+          ! hints/darwin.sh
 ____________________________________________________________________________
-[ 14284] By: jhi                                   on 2002/01/15  15:55:53
-        Log: Integrate perlio:
-             
-             [ 14281]
-             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.
-             
-             [ 14277]
-             Correct name of PL_OP_SLAB_ALLOC
-             
-             [ 14271]
-             Regen embed enable slab for PERL_IMPLICIT_SYS
-             
-             [ 14269]
-             Typo in #else branch of PL_SLAB_ALLOC
-             
-             [ 14268]
-             const-ness fix in savepv's passing of NULL
-             
-             [ 14267]
-             Hand merge of non slab allocator stuff
-             
-             [ 14259]
-             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.
-             
-             [ 14257]
-             Inverted sense of special-ness of specialCopIO - supposed to 
-             be true if value is "special" i.e. NOT an SV.
+[ 19927] By: jhi                                   on 2003/07/02  08:48:00
+        Log: ...and getting the comma right, too.
      Branch: perl
-         !> (integrate 28 files)
+          ! t/op/magic.t
 ____________________________________________________________________________
-[ 14283] By: pudge                                 on 2002/01/15  15:21:30
-        Log: Add Shuck URL
-     Branch: maint-5.6/macperl
-          ! macos/macperl/MacPerl.podhelp
+[ 19926] By: jhi                                   on 2003/07/02  08:46:18
+        Log: Getting the whitespace right.
+     Branch: perl
+          ! t/op/magic.t
 ____________________________________________________________________________
-[ 14282] By: pudge                                 on 2002/01/15  15:21:18
-        Log: Remove obsolete docs
-     Branch: maint-5.6/macperl
-          ! ext/File/Glob/Glob.pm
+[ 19925] By: jhi                                   on 2003/07/02  08:40:36
+        Log: FreeBSD $0 dance.
+     Branch: perl
+          ! pod/perlvar.pod t/op/magic.t
 ____________________________________________________________________________
-[ 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>
+[ 19924] By: jhi                                   on 2003/07/02  08:17:31
+        Log: Fix from Enache Adrian for the magic.t failure in
+             FreeBSD: setproctitle() cannot get rid of the " (perl)".
      Branch: perl
-          ! pod/perldiag.pod
+          ! t/op/magic.t
 ____________________________________________________________________________
-[ 14277] By: nick                                  on 2002/01/15  14:30:51
-        Log: Correct name of PL_OP_SLAB_ALLOC
-     Branch: perlio
-          ! perl.h
+[ 19921] By: jhi                                   on 2003/07/02  05:26:33
+        Log: VMS: with this, 100% make test in Compaq C V6.5-001
+             on OpenVMS Alpha V7.3-1, from Craig Berry.
+     Branch: perl
+          ! configure.com ext/Devel/DProf/DProf.t t/op/magic.t
 ____________________________________________________________________________
-[ 14276] By: jhi                                   on 2002/01/15  14:22:38
-        Log: NetWare tweak from Ananth Kesari.
+[ 19920] By: jhi                                   on 2003/07/02  05:21:23
+        Log: Move the libgcc.a hack into a section for pre-1.6 NetBSD releases.
+             The latest releases of NetBSD don't require the hack.  From
+             Johnny Lam.
      Branch: perl
-          ! lib/ExtUtils/MakeMaker.pm
+          ! hints/netbsd.sh
 ____________________________________________________________________________
-[ 14275] By: jhi                                   on 2002/01/15  14:19:43
-        Log: Throwback.
+[ 19918] By: jhi                                   on 2003/07/01  20:02:33
+        Log: Add a new utility, Porting/Modules.
      Branch: perl
+          + Porting/Modules
           ! 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.
+[ 19917] By: jhi                                   on 2003/07/01  17:00:02
+        Log: Subject: [PATCH] long C<=item>s in pod/perlunicode.pod
+             From: Robin Barker <Robin.Barker@npl.co.uk>
+             Date: Tue, 1 Jul 2003 18:21:34 +0100
+             Message-ID: <533D273D4014D411AB1D00062938C4D9040465A9@hotel.npl.co.uk>
+
+             Subject:  [PATCH] long C<=item>s in lib/CGI.pm
+             From: Robin Barker <Robin.Barker@npl.co.uk>
+             Message-ID: <533D273D4014D411AB1D00062938C4D9040465AA@hotel.npl.co.uk>
+             Date: Tue, 1 Jul 2003 18:25:17 +0100
+
+             Subject: [PATCH] long <=item>s  in lib/ExtUtils/MakeMaker/FAQ.pod
+             From: Robin Barker <Robin.Barker@npl.co.uk>
+             Date: Tue, 1 Jul 2003 18:29:09 +0100
+             Message-ID: <533D273D4014D411AB1D00062938C4D9040465AB@hotel.npl.co.uk>
      Branch: perl
-          + lib/unicore/Is/CanonDCI.pl lib/unicore/Is/CaseIgno.pl
-          + lib/unicore/Is/CombAbov.pl
-          ! (edit 304 files)
+          ! lib/CGI.pm lib/ExtUtils/MakeMaker/FAQ.pod pod/perlunicode.pod
 ____________________________________________________________________________
-[ 14273] By: jhi                                   on 2002/01/15  13:53:01
-        Log: Make the test harder.
+[ 19916] By: jhi                                   on 2003/07/01  16:51:31
+        Log: Subject: [PATCH] B:: fixes + 'When were CVOPs gone ?'
+             From: Enache Adrian <enache@rdslink.ro>
+             Date: Tue, 1 Jul 2003 19:51:25 +0300
+             Message-ID: <20030701165125.GA1521@ratsnest.hole>
      Branch: perl
-          ! t/op/pat.t
+          ! ext/B/B.pm ext/B/B.xs ext/B/B/Debug.pm ext/B/defsubs_h.PL
+          ! ext/B/typemap t/op/magic.t
 ____________________________________________________________________________
-[ 14272] By: jhi                                   on 2002/01/15  13:51:11
-        Log: Additional utf8_heavy.pl tweak from Jeffrey.
+[ 19915] By: jhi                                   on 2003/07/01  16:22:09
+        Log: Upgrade to Unicode::Normalize 0.23.
      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)
+          ! ext/Unicode/Normalize/Changes
+          ! ext/Unicode/Normalize/Normalize.pm
+          ! ext/Unicode/Normalize/Normalize.xs
 ____________________________________________________________________________
-[ 14264] By: jhi                                   on 2002/01/15  04:19:11
-        Log: Pod nits.
+[ 19914] By: jhi                                   on 2003/07/01  13:08:44
+        Log: A naked values() caused shuffling of lib/Config.pm,
+             which in turn caused unnecessary rebuilds.
      Branch: perl
-          ! lib/Unicode/UCD.pm pod/perlunicode.pod
+          ! configpm
 ____________________________________________________________________________
-[ 14263] By: jhi                                   on 2002/01/15  02:14:29
-        Log: The Unicode categories doc patch to go with #14254,
-             from Jeffrey.
+[ 19913] By: jhi                                   on 2003/07/01  13:01:10
+        Log: Even more :utf8 socket testing, now in both directions.
      Branch: perl
-          ! lib/Unicode/UCD.pm pod/perldelta.pod pod/perlunicode.pod
+          ! ext/IO/lib/IO/t/io_sock.t
 ____________________________________________________________________________
-[ 14262] By: jhi                                   on 2002/01/15  01:30:09
-        Log: There isn't going to be perl.third.exe.
+[ 19912] By: jhi                                   on 2003/07/01  12:44:32
+        Log: One more test (does binmode()ing a socket succeed)
+             and add -w.
      Branch: perl
-          ! Makefile.SH
+          ! ext/IO/lib/IO/t/io_sock.t
 ____________________________________________________________________________
-[ 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>
+[ 19911] By: jhi                                   on 2003/07/01  12:38:13
+        Log: Tweak an existing IO test to test also the change #19910.
      Branch: perl
-          ! op.c
+          ! ext/IO/lib/IO/t/io_sock.t
 ____________________________________________________________________________
-[ 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
+[ 19910] By: jhi                                   on 2003/07/01  11:18:27
+        Log: Integrate from perlio:
+             [ 19909]
+             binmode() should affect IoOFP() as well as IoIFP() if it is
+             distinct (e.g. sockets).
+     Branch: perl
+         !> pp_sys.c
 ____________________________________________________________________________
-[ 14256] By: jhi                                   on 2002/01/14  14:42:12
-        Log: Update Changes.
+[ 19906] By: jhi                                   on 2003/07/01  08:03:17
+        Log: Do the "aligned contiguous" check only if the arguments
+             look like aligned; re-introduce the "traditional contiguous"
+             checks with OS/2 special quirks and all.
      Branch: perl
-          ! Changes patchlevel.h
+          ! perl.c
 ____________________________________________________________________________
-[ 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.
+[ 19903] By: jhi                                   on 2003/07/01  06:22:12
+        Log: Switch on PERL_IMPLICIT_SYS, not on Win32.
      Branch: perl
-          ! embed.fnc embed.h embedvar.h global.sym intrpvar.h op.c perl.h
-          ! perlapi.c perlapi.h proto.h
+          ! perl.c
 ____________________________________________________________________________
-[ 14254] By: jhi                                   on 2002/01/14  13:25:07
-        Log: Big mktables rewrite from Jeffrey;
-             documentation not yet updated.
+[ 19902] By: jhi                                   on 2003/07/01  06:20:48
+        Log: Regen Glossary et al.
      Branch: perl
-          + (add 171 files)
-          - (delete 182 files)
-          ! (edit 135 files)
+          ! Porting/Glossary Porting/config.sh Porting/config_H
 ____________________________________________________________________________
-[ 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>
+[ 19900] By: jhi                                   on 2003/07/01  05:56:38
+        Log: Regen Configure.
      Branch: perl
-          ! lib/Cwd.pm
+          ! Configure
 ____________________________________________________________________________
-[ 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>
+[ 19899] By: jhi                                   on 2003/07/01  05:56:14
+        Log: More nanosleep removal.
      Branch: perl
-          ! lib/ExtUtils/t/MM_Win32.t
+          ! Cross/config.sh-arm-linux NetWare/config_H.wc epoc/config.sh
+          ! hints/vos.sh 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 wince/config.ce wince/config_H.ce
 ____________________________________________________________________________
-[ 14251] By: jhi                                   on 2002/01/13  23:30:05
-        Log: Integrate perlio:
-             
-             [ 14250]
-             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.
+[ 19898] By: jhi                                   on 2003/07/01  05:54:58
+        Log: Rework Time::HiRes not to need HAS_NANOSLEEP from Configure.
      Branch: perl
-          ! lib/ExtUtils/MM_Unix.pm
+          + ext/Time/HiRes/hints/dec_osf.pl
+          ! MANIFEST ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
+          ! ext/Time/HiRes/hints/sco.pl
 ____________________________________________________________________________
-[ 14247] By: jhi                                   on 2002/01/13  19:50:23
-        Log: Mention some of the load-affected tests.
+[ 19897] By: jhi                                   on 2003/07/01  05:04:50
+        Log: Subject: Re: Subject: Problems: 5.8.1, Solaris, Configure, sched_yield(), -lrt & -lposix4
+             From: Alan Burlison <Alan.Burlison@sun.com>
+             Date: Tue, 01 Jul 2003 00:03:24 +0100
+             Message-ID: <3F00C1BC.3020103@sun.com>
      Branch: perl
-          ! INSTALL
+          ! Configure Makefile.SH config_h.SH configure.com
+          ! hints/solaris_2.sh perl.h uconfig.h uconfig.sh
 ____________________________________________________________________________
-[ 14246] By: jhi                                   on 2002/01/13  19:38:17
-        Log: Move the UTF-8 conversion code earlier so that
-             op/ver is happy.
+[ 19896] By: jhi                                   on 2003/06/30  20:20:54
+        Log: Integrate #19892, #19895 from perlio to compile and avoid
+             crashing on Win32.
      Branch: perl
-          ! sv.c t/op/ver.t
+         !> perl.c
 ____________________________________________________________________________
-[ 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.
+[ 19890] By: jhi                                   on 2003/06/30  08:41:51
+        Log: int is not UV.
      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
+          ! perl.c
 ____________________________________________________________________________
-[ 14244] By: jhi                                   on 2002/01/13  18:27:00
-        Log: Make the crypt() pickier: if downgrading doesn't work,
-             croak.
+[ 19889] By: jhi                                   on 2003/06/30  08:36:38
+        Log: The 'contiguous' test for argv[], envp[] was bogus
+             since those need not be in memory end-to-end, e.g.
+             in Tru64 they are aligned by eight.  Loosen the test
+             so that 'contiguousness' is fulfilled if the elements
+             are within PTRSIZE alignment.  This makes Tru64 to pass
+             the join.t, too.
      Branch: perl
-          ! pod/perldiag.pod pod/perlfunc.pod pp.c t/op/crypt.t
+          ! ext/threads/t/join.t mg.c perl.c
 ____________________________________________________________________________
-[ 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).
+[ 19888] By: jhi                                   on 2003/06/30  07:24:18
+        Log: $0 doc tweakage.
      Branch: perl
-          ! sv.c
+          ! pod/perlvar.pod
 ____________________________________________________________________________
-[ 14242] By: jhi                                   on 2002/01/13  17:46:45
-        Log: Future-proofing from Jeffrey Friedl (for conflicting
-             In* and Is* names).
+[ 19887] By: jhi                                   on 2003/06/30  07:20:58
+        Log: $0 test tweaks from Andreas.
      Branch: perl
-          ! lib/utf8_heavy.pl
+          ! ext/threads/t/join.t t/op/magic.t
 ____________________________________________________________________________
-[ 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>
+[ 19886] By: rgs                                   on 2003/06/29  19:18:43
+        Log: Misc Pod Nits.
      Branch: perl
-          ! ext/B/B.xs
+          ! ext/B/B.pm pod/perlrun.pod
 ____________________________________________________________________________
-[ 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>
+[ 19885] By: jhi                                   on 2003/06/29  15:49:52
+        Log: Fix a faulty alias.
      Branch: perl
-          ! regexec.c t/op/re_tests
+          ! ext/Encode/lib/Encode/Alias.pm
 ____________________________________________________________________________
-[ 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>
+[ 19884] By: jhi                                   on 2003/06/29  15:41:05
+        Log: The joy of $0.  Undoing the #16399 makes Andreas'
+             tests (see [perl #22811]) pass (yes, padding with space   instead
+             of nul makes no sense, but that seems to work, maybe Linux does
+             some deep magic in ps(1)?); moving the PL_origalen computation
+             earlier makes also the threaded-first case fully pass.
+
+             But in general modifying the argv[] is very non-portable.
+             (e.g. in Tru64 it seems to be limited to the size of the
+             original argv[0] since the argv[] are not contiguous?)
+
+             Everybody should just have setproctitle().
      Branch: perl
-          ! lib/ExtUtils/t/MM_Unix.t
+          ! mg.c perl.c pod/perlvar.pod
 ____________________________________________________________________________
-[ 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>
+[ 19883] By: jhi                                   on 2003/06/29  13:47:36
+        Log: More on the macro debugging and expansion.
      Branch: perl
-          ! lib/ExtUtils/MM_Unix.pm
+          ! pod/perlhack.pod
 ____________________________________________________________________________
-[ 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>
+[ 19882] By: rgs                                   on 2003/06/29  13:17:09
+        Log: Perl_doing_taint must be public, for programs that embed perl
      Branch: perl
-          ! lib/Benchmark.t
+          ! embed.fnc embed.h global.sym
 ____________________________________________________________________________
-[ 14236] By: jhi                                   on 2002/01/13  17:08:18
-        Log: Anton Berezin did more reading and the uid setting story
-             gets more complex.
+[ 19881] By: jhi                                   on 2003/06/29  10:17:28
+        Log: More coffee...
      Branch: perl
-          ! pod/perltodo.pod utils/perldoc.PL
+          ! lib/Test/Harness.pm
 ____________________________________________________________________________
-[ 14235] By: jhi                                   on 2002/01/13  16:45:52
-        Log: Integrate perlio:
-             
-             [ 14232]
-             Win32 fixes:
-             - vmem.h hack to handle free-by-wrong-thread after eval "".
-             - Initialize timerid 
+[ 19880] By: jhi                                   on 2003/06/29  09:48:50
+        Log: argc, argv.
      Branch: perl
-         !> win32/perlhost.h win32/perllib.c win32/vmem.h win32/win32.c
+          ! perl.h
 ____________________________________________________________________________
-[ 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.
+[ 19879] By: jhi                                   on 2003/06/29  09:34:47
+        Log: Another spot where a zero $test{$max} can make things go boom.
      Branch: perl
-          ! ext/Socket/socketpair.t
+          ! lib/Test/Harness.pm
 ____________________________________________________________________________
-[ 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)
+[ 19878] By: jhi                                   on 2003/06/29  09:28:58
+        Log: Move the PL_earlytaint initialization to the PERL_SYS_INIT()
+             as per suggestion from Sarathy.
+     Branch: perl
+          ! dosish.h epoc/epocish.h miniperlmain.c mpeix/mpeixish.h
+          ! os2/os2ish.h perl.h plan9/plan9ish.h unixish.h vms/vmsish.h
 ____________________________________________________________________________
-[ 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
+[ 19877] By: jhi                                   on 2003/06/28  18:28:01
+        Log: The #19842 is no more needed thanks to #19876,
+             and the #19842 was wrong anyway (it affected
+             only the threaded case.)
+     Branch: perl
+          ! hints/dec_osf.sh
 ____________________________________________________________________________
-[ 14231] By: jhi                                   on 2002/01/13  05:15:01
-        Log: *groan*
+[ 19876] By: jhi                                   on 2003/06/28  18:24:46
+        Log: Subject: Re: your malloc patches
+             From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
+             Date: Fri, 27 Jun 2003 06:54:06 -0700
+             Message-ID: <20030627135406.GA8914@math.berkeley.edu>
+
+             More malloc patches: now they seem to work even in Tru64.
      Branch: perl
-          ! t/op/pat.t
+          ! malloc.c
 ____________________________________________________________________________
-[ 14230] By: jhi                                   on 2002/01/13  05:13:03
-        Log: One more sharp s case found by Jeffrey.
+[ 19875] By: jhi                                   on 2003/06/28  18:09:30
+        Log: Duh.
      Branch: perl
-          ! regexec.c t/op/pat.t
+          ! perl.h
 ____________________________________________________________________________
-[ 14229] By: jhi                                   on 2002/01/13  04:43:33
-        Log: Comment tweak.
+[ 19874] By: jhi                                   on 2003/06/28  17:30:52
+        Log: Retract #19867; the bug was really much simpler:
+             the < max must be <= max instead.
      Branch: perl
-          ! regexec.c
+          ! hv.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.
+[ 19873] By: rgs                                   on 2003/06/28  16:02:53
+        Log: Using $1 without testing success of the regexp, bad.
      Branch: perl
-          ! regcomp.c
+          ! pod/perlretut.pod
 ____________________________________________________________________________
-[ 14227] By: jhi                                   on 2002/01/12  21:00:04
-        Log: Update Changes.
+[ 19872] By: rgs                                   on 2003/06/28  16:01:08
+        Log: Some clarification about the current semantics of CHECK and
+             INIT blocks. See bug [perl #22826].
      Branch: perl
-          ! Changes patchlevel.h
+          ! pod/perlmod.pod
 ____________________________________________________________________________
-[ 14226] By: jhi                                   on 2002/01/12  20:28:23
-        Log: metaconfig unit change for #14225.
-     Branch: metaconfig
-          + U/modified/i_ndbm.U
+[ 19871] By: rgs                                   on 2003/06/28  15:47:22
+        Log: Subject: [Encode] pre-1.97 patches
+             From: Dan Kogai <dankogai@dan.co.jp>
+             Date: Sat, 28 Jun 2003 01:20:59 +0900
+             Message-Id: <56D5BFEE-A8BB-11D7-9092-000393AE4244@dan.co.jp>
+     Branch: perl
+          ! ext/Encode/Changes ext/Encode/Encode.pm
+          ! ext/Encode/lib/Encode/Guess.pm
 ____________________________________________________________________________
-[ 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>    
+[ 19870] By: rgs                                   on 2003/06/28  15:39:57
+        Log: Two debugging patches.
+             The first allows to hold symbolic switches in $^D
+             and more generally fixes assignment to $^D. The
+             second one improves the information given by -Dl.
+
+             Subject: [PATCH] allow $^D = "flags"
+             From: Dave Mitchell <davem@fdgroup.com>
+             Date: Fri, 27 Jun 2003 22:26:24 +0100
+             Message-ID: <20030627212624.GB12887@fdgroup.com>
+
+             Subject: [PATCH] make -Dl show more scope info
+             From: Dave Mitchell <davem@fdgroup.com>
+             Date: Fri, 27 Jun 2003 23:00:36 +0100
+             Message-ID: <20030627220036.GC12887@fdgroup.com>
      Branch: perl
-          ! Configure config_h.SH
+          ! cop.h embed.fnc embed.h mg.c perl.c perl.h pod/perlvar.pod
+          ! proto.h scope.h
 ____________________________________________________________________________
-[ 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.
+[ 19869] By: rgs                                   on 2003/06/28  14:39:40
+        Log: Fix test count, by Abe Timmerman.
      Branch: perl
-          ! ext/Encode/encengine.c
+          ! t/comp/require.t
 ____________________________________________________________________________
-[ 14223] By: jhi                                   on 2002/01/12  20:08:54
-        Log: Couple more Unicode lookbehind tests.
+[ 19867] By: jhi                                   on 2003/06/27  10:08:20
+        Log: The two-for-loops is no more a valid way to walk through
+             a hash (this was the reason the Hash/Util.t intermittently
+             failed, the two-loop didn't find all the SVs of the HV).
      Branch: perl
-          ! t/op/pat.t
+          ! hv.c
 ____________________________________________________________________________
-[ 14222] By: jhi                                   on 2002/01/12  20:05:29
-        Log: Sharp S as a special treat for our German UTF-8 testers :-)
+[ 19866] By: jhi                                   on 2003/06/27  08:54:16
+        Log: Some warnings about the (im)proper uses of the hash randomisation.
      Branch: perl
-          ! pod/perlunicode.pod regexec.c t/op/pat.t utf8.h
+          ! pod/perlsec.pod
 ____________________________________________________________________________
-[ 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>
+[ 19865] By: jhi                                   on 2003/06/27  08:40:45
+        Log: atoi() doesn't cut the mustard if the PERL_HASH_SEED
+             is larger than INT_MAX (atoi() returns -1 in that case).
      Branch: perl
-          ! ext/B/B/Deparse.pm
+          ! perl.c
 ____________________________________________________________________________
-[ 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?
+[ 19864] By: jhi                                   on 2003/06/27  08:18:47
+        Log: Use the PL_earlytaint.  (PL_earlytaint is a global,
+             not per-interp, since perl_construct() is not passed
+             the argc, argv, and therefore it can't set the per-interp
+             PL_tainting.)
      Branch: perl
-          ! lib/ExtUtils/t/MM_Unix.t
+          ! perl.c perl.h
 ____________________________________________________________________________
-[ 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.
+[ 19863] By: jhi                                   on 2003/06/27  08:15:11
+        Log: Introduce (global) variable PL_earlytaint which
+             is set very early in main(), before perl_parse()
+             has been called and PL_tainting (or PL_taint_warn)
+             might have been set.
      Branch: perl
-          ! pp_hot.c regcomp.c regexec.c
+          ! embed.fnc embedvar.h miniperlmain.c perl.c perl.h perlapi.h
+          ! perlvars.h proto.h
 ____________________________________________________________________________
-[ 14218] By: jhi                                   on 2002/01/12  16:14:52
-        Log: Integrate perlio:
-             
-             [ 14214]
-             Win32-ize socketpair test
-             - Win32 can fork even though $Config{d_fork} is undef
-             - SOCK_DGRAM does not work - skip those tests.
-             
-             [ 14213]
-             Abstract out the cloning of SvPVX and handle shared pv in a 
-             safe (if suboptimal) manner. Does not fix op/fork.t :-(
+[ 19862] By: jhi                                   on 2003/06/27  07:39:58
+        Log: Make doing_taint() always available (though not
+             part of the public API).
      Branch: perl
-         !> ext/Socket/socketpair.t sv.c
+          ! embed.fnc embed.h perl.c proto.h
 ____________________________________________________________________________
-[ 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]
+[ 19861] By: jhi                                   on 2003/06/27  05:30:03
+        Log: Do not obey PERL_HASH_SEED or PERL_HASH_SEED_DEBUG
+             if tainting-- but is this a good thing or a bad thing?
+             (At least it makes debugging lib/Hash/Util.t harder,
+             since it has, for no apparent good reason, -T: one must
+             make a copy of it without the -T.)
      Branch: perl
-          ! utils/perldoc.PL
+          ! perl.c
 ____________________________________________________________________________
-[ 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>
+[ 19860] By: jhi                                   on 2003/06/27  05:02:14
+        Log: Subject: Re: Change 19854: Bite the bullet and apply the hash randomisation patch.
+             From: Tim Bunce <Tim.Bunce@pobox.com>
+             Date: Thu, 26 Jun 2003 10:53:22 +0100
+             Message-ID: <20030626095322.GE97463@dansat.data-plan.com>
      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
+          ! INSTALL
 ____________________________________________________________________________
-[ 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>
+[ 19859] By: jhi                                   on 2003/06/27  04:59:23
+        Log: Hash/Util.t and Encode/t/Aliases.t seem to be having
+             random failures.  To make these easier to reproduce,
+             add a variable, PERL_HASH_SEED_DEBUG, to display the
+             hash seed.  E.g. in Debian/x86 Linux 3.0 PERL_HASH_SEED
+             of 82972356 makes the first one to fail.
      Branch: perl
-          ! ext/B/t/concise.t
+          ! perl.c pod/perlrun.pod
 ____________________________________________________________________________
-[ 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
+[ 19858] By: rgs                                   on 2003/06/26  20:21:53
+        Log: perlhack update, by Steve Grazzini
+             about macro support in gdb and gcc.
+     Branch: perl
+          ! pod/perlhack.pod
 ____________________________________________________________________________
-[ 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
+[ 19854] By: jhi                                   on 2003/06/26  05:32:02
+        Log: Bite the bullet and apply the hash randomisation patch.
+             [perl #22371] Algorimic Complexity Attack on Perl 5.6.1, 5.8.0
+     Branch: perl
+          ! INSTALL embedvar.h ext/Data/Dumper/Dumper.pm
+          ! ext/Data/Dumper/t/dumper.t hv.h intrpvar.h perl.c perl.h
+          ! perlapi.h pod/perlfunc.pod pod/perlrun.pod pod/perlsec.pod
           ! 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>
+[ 19853] By: rgs                                   on 2003/06/25  19:35:02
+        Log: Subject: Re: P and V
+             From: "Philip Newton" <pnewton@gmx.de>
+             Date: Wed, 25 Jun 2003 17:50:22 +0200
+             Message-ID: <3EF9E0DE.4786.16A6869@localhost>
      Branch: perl
-          ! hints/vos.sh lib/ExtUtils/MM_Unix.pm
+          ! lib/Thread/Semaphore.pm
 ____________________________________________________________________________
-[ 14211] By: jhi                                   on 2002/01/12  06:01:29
-        Log: Upgrade to CGI.pm 2.80.
+[ 19852] By: rgs                                   on 2003/06/25  19:27:42
+        Log: Enhance some macro robustness.
      Branch: perl
-          ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/t/form.t
+          ! opcode.h opcode.pl
 ____________________________________________________________________________
-[ 14210] By: jhi                                   on 2002/01/12  05:57:36
-        Log: FAQ sync.
+[ 19851] By: rgs                                   on 2003/06/25  19:25:47
+        Log: Fix [perl #21742] :
+             require() should always be called in scalar context,
+             even when it's the last statement in an eval("").
      Branch: perl
-          ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
-          ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
-          ! pod/perlfaq8.pod
+          ! pp_ctl.c t/comp/require.t
 ____________________________________________________________________________
-[ 14209] By: jhi                                   on 2002/01/12  05:54:24
-        Log: This is getting embarrassing.
+[ 19849] By: jhi                                   on 2003/06/24  17:32:37
+        Log: Subject: [PATCH] Re: [perl #22719] ISA cache problem with blessed stash objects
+             From: Dave Mitchell <davem@fdgroup.com>
+             Date: Tue, 24 Jun 2003 13:16:18 +0100
+             Message-ID: <20030624121618.GC22675@fdgroup.com>
      Branch: perl
-          ! t/op/pat.t
+          ! sv.c t/op/ref.t
 ____________________________________________________________________________
-[ 14208] By: jhi                                   on 2002/01/12  05:30:03
-        Log: Doc tweaks.
+[ 19848] By: merijn                                on 2003/06/24  08:06:57
+        Log: Subject: [PATCH] lib/Perldoc.pm patch for Cygwin Bleadperl
+             From: "Gerrit P. Haase" <gerrit@familiehaase.de>
+             Date: Tue, 24 Jun 2003 11:00:34 +0200
+             Message-ID: <186930306740.20030624110034@familiehaase.de>
      Branch: perl
-          ! pod/perlunicode.pod
+          ! lib/Pod/Perldoc.pm
 ____________________________________________________________________________
-[ 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".
+[ 19847] By: jhi                                   on 2003/06/24  04:52:42
+        Log: Subject: [PATCH] version.pm up to date with CPAN
+             From: John Peacock <jpeacock@rowman.com>
+             Date: Mon, 23 Jun 2003 21:58:18 -0400
+             Message-ID: <3EF7B03A.2060705@rowman.com>
      Branch: perl
-          ! t/op/pat.t
+          ! lib/version.pm lib/version.t universal.c
 ____________________________________________________________________________
-[ 14206] By: jhi                                   on 2002/01/12  05:11:20
-        Log: Andreas is busy :-)
+[ 19846] By: rgs                                   on 2003/06/23  20:52:26
+        Log: Subject: [perlport.pod] code point of \cU
+             From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
+             Date: Tue, 24 Jun 2003 01:00:16 +0900
+             Message-Id: <20030624004743.1237.BQW10602@nifty.com>
      Branch: perl
-          ! doop.c t/op/unisprintf.t
+          ! pod/perlport.pod
 ____________________________________________________________________________
-[ 14205] By: jhi                                   on 2002/01/12  04:55:20
-        Log: Unicode lookbehind looked bad.
+[ 19845] By: jhi                                   on 2003/06/23  04:55:39
+        Log: Test tweaks for VMS from Craig Berry.
      Branch: perl
-          ! regexec.c t/op/pat.t
+          ! lib/strict.t lib/warnings.t
 ____________________________________________________________________________
-[ 14204] By: jhi                                   on 2002/01/12  01:43:48
-        Log: Garbage collection.
+[ 19843] By: jhi                                   on 2003/06/22  17:00:10
+        Log: Move the (pseudo)seed functio for (pseudo)random numbers to util.c.
      Branch: perl
-          ! t/run/kill_perl.t
+          ! embed.fnc embed.h pp.c proto.h util.c
 ____________________________________________________________________________
-[ 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>
+[ 19842] By: jhi                                   on 2003/06/22  16:44:16
+        Log: Until the Perl malloc problems in Tru64 are fixed.
      Branch: perl
-          ! embed.fnc global.sym makedef.pl
+          ! hints/dec_osf.sh
 ____________________________________________________________________________
-[ 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>
+[ 19841] By: jhi                                   on 2003/06/22  16:35:33
+        Log: Subject: [PATCH] Re: Is it a Bug? ($c .= "5") . "6"
+             From: Enache Adrian <enache@rdslink.ro>
+             Date: Sat, 21 Jun 2003 03:19:31 +0300
+             Message-ID: <20030621001931.GB1255@ratsnest.hole>
      Branch: perl
-          ! pod/perldelta.pod
+          ! op.c t/op/concat.t
 ____________________________________________________________________________
-[ 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>
+[ 19840] By: jhi                                   on 2003/06/22  16:33:25
+        Log: Subject: [perl #22753] overload::StrVal() fails for regexp refs
+             From: "fergal@esatclear.ie (via RT)" <perlbug-followup@perl.org>
+             Date: 21 Jun 2003 19:02:30 -0000
+             Message-ID: <rt-22753-59662.14.6066295633041@rt.perl.org>
      Branch: perl
-          ! t/run/kill_perl.t t/test.pl
+          ! lib/overload.pm lib/overload.t
 ____________________________________________________________________________
-[ 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
+[ 19839] By: jhi                                   on 2003/06/22  16:31:05
+        Log: Subject: FileCache 1.03 broken on VMS -- possible patch
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Sat, 21 Jun 2003 10:31:59 -0500
+             Message-ID: <3EF47A6F.9060904@mac.com>
      Branch: perl
-          ! pod/perldiag.pod pp.c t/lib/warnings/pp t/op/hashwarn.t
+          ! lib/FileCache.pm lib/FileCache/t/01open.t
+          ! lib/FileCache/t/03append.t lib/FileCache/t/05override.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>
+[ 19838] By: jhi                                   on 2003/06/22  16:16:01
+        Log: Debian fix from Brendan O'Dea:
+             Adjust output to screen width.
+             (adjusted to probe for the stty command)
      Branch: perl
-          ! ext/Unicode/Normalize/mkheader
+          ! utils/dprofpp.PL
 ____________________________________________________________________________
-[ 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)
+[ 19837] By: jhi                                   on 2003/06/22  15:56:45
+        Log: Debian fix from Brendan O'Dea:
+             Use a temporary directory to avoid symlink attacks.
+             Specify -gstabs explicitly (not the default format for gcc 3.2).
      Branch: perl
-          + t/op/unisprintf.t
-          ! MANIFEST t/run/kill_perl.t
+          ! utils/c2ph.PL
 ____________________________________________________________________________
-[ 14197] By: jhi                                   on 2002/01/11  21:48:49
-        Log: Integrate perlio:
-             
-             [ 14196]
-             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
+[ 19836] By: jhi                                   on 2003/06/22  15:55:13
+        Log: Debian fix from Brendan O'Dea:
+             Bug#156284: the stucture used by pp_accept is too small to hold an
+             IPv6 address.
      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
+          ! pp_sys.c
 ____________________________________________________________________________
-[ 14195] By: jhi                                   on 2002/01/11  20:07:35
-        Log: Integrate perlio:
-             
-             [ 14192]
-             A mostly-stable version of "new" Win32 signal/kill support.
+[ 19835] By: jhi                                   on 2003/06/22  15:46:50
+        Log: For characters beyond the BMP the $bits will be undef,
+             which will cause utf8_heavy.pl noise (reported by Daniel Yacob,
+             analysis and fix from SADAHIRO Tomoyuki)
      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
+          ! lib/utf8_heavy.pl
 ____________________________________________________________________________
-[ 14191] By: jhi                                   on 2002/01/11  15:34:53
-        Log: Update Changes.
+[ 19834] By: jhi                                   on 2003/06/20  08:42:58
+        Log: Allow for things like -DFILL_CHECK_DEFAULT=0 (from Ilya).
      Branch: perl
-          ! Changes patchlevel.h
+          ! malloc.c
 ____________________________________________________________________________
-[ 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>
+[ 19833] By: jhi                                   on 2003/06/20  08:16:02
+        Log: Don't do sprintf().
      Branch: perl
-          + ext/B/t/concise.t
-          ! MANIFEST
+          ! malloc.c
 ____________________________________________________________________________
-[ 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.
+[ 19832] By: jhi                                   on 2003/06/20  07:43:48
+        Log: Show the source code location of an "assertion botch".
      Branch: perl
-          ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/t/form.t lib/CGI/t/html.t
+          ! malloc.c
 ____________________________________________________________________________
-[ 14188] By: jhi                                   on 2002/01/11  14:31:17
-        Log: Yet another twist.
+[ 19831] By: jhi                                   on 2003/06/20  07:31:11
+        Log: More Perl malloc debugging magic from Ilya.  Seems to work in
+             Linux, Solaris, AIX.  Had to do #ifdef OS2 for the <io.h> in
+             malloc.c, found in AIX since there is no such header.
+             In Tru64 miniperl fails an assert: "free()ed/realloc()ed-away
+             memory was overwritten?"
+             (In IRIX compiles but that doesn't prove much since in IRIX
+             Perl's malloc is simply not used.)
      Branch: perl
-          ! t/test.pl
+          + malloc_ctl.h
+          ! MANIFEST dosish.h epoc/epocish.h malloc.c os2/os2ish.h perl.c
+          ! perl.h plan9/plan9ish.h sv.c unixish.h vms/vmsish.h
 ____________________________________________________________________________
-[ 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>
+[ 19830] By: jhi                                   on 2003/06/20  06:02:21
+        Log: Retract #19785 and #19756: JPL nowadays works without this
+             (verified by a true JPL user).
      Branch: perl
-          ! hints/aix.sh
+          ! perl.c
 ____________________________________________________________________________
-[ 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>
+[ 19827] By: jhi                                   on 2003/06/19  20:18:31
+        Log: Apparently this is needed for VMS (Craig Berry).
      Branch: perl
-          ! lib/AnyDBM_File.t
+          ! lib/Tie/File.pm
 ____________________________________________________________________________
-[ 14185] By: jhi                                   on 2002/01/11  14:10:01
-        Log: Arguments were being mangled.
+[ 19824] By: jhi                                   on 2003/06/19  15:11:48
+        Log: Bump Time::HiRes to 1.49.
      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
+          ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
+          ! ext/Time/HiRes/HiRes.xs
 ____________________________________________________________________________
-[ 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.
+[ 19822] By: jhi                                   on 2003/06/19  14:49:37
+        Log: This change chunk doesn't work well with blead.
      Branch: perl
-          ! lib/Test/Simple/t/buffer.t lib/Test/Simple/t/diag.t
+          ! lib/ExtUtils/t/Command.t
 ____________________________________________________________________________
-[ 14180] By: jhi                                   on 2002/01/11  13:53:49
-        Log: Forgot from #14179.
+[ 19821] By: jhi                                   on 2003/06/19  14:27:52
+        Log: A tweak from Alan Burlison for MM 6.10_07 that makes Solaris
+             make happy.
      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
+          ! lib/ExtUtils/MM_Unix.pm
 ____________________________________________________________________________
-[ 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
+[ 19820] By: jhi                                   on 2003/06/19  14:25:53
+        Log: Upgrade to MakeMaker 6.10_07 (from makemaker.org snapshot
+             as of 2003-06-19 18:39 EET).
      Branch: perl
-          ! sv.c
+          ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_OS2.pm
+          ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
+          ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/t/Command.t
+          ! lib/ExtUtils/t/MM_OS2.t lib/ExtUtils/t/MM_Unix.t
 ____________________________________________________________________________
-[ 14176] By: jhi                                   on 2002/01/11  02:11:21
-        Log: Small doc tweaks.
+[ 19819] By: jhi                                   on 2003/06/19  14:08:13
+        Log: Subject: [PATCH] Re: [perl #17934] tied STDERR and internal warnings
+             From: grazz@pobox.com (Steve Grazzini)
+             Date: Wed, 18 Jun 2003 19:42:37 -0400
+             Message-ID: <20030618234237.GA6267@grazzini.net>
      Branch: perl
-          ! pod/perluniintro.pod
+          ! embed.fnc embed.h pod/perltie.pod pp_ctl.c proto.h
+          ! t/op/runlevel.t t/op/tiehandle.t util.c
 ____________________________________________________________________________
-[ 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
+[ 19818] By: jhi                                   on 2003/06/19  13:57:55
+        Log: Subject: [PATCH -current] email address correction
+             Date: Thu, 19 Jun 2003 02:19:31 -0700
+             Message-ID: <CGEAIAFGDFMPCFCBLLCOEENKCBAA.rs@crystalflame.net>
+             From: rs@crystalflame.net (Richard Soderberg)
      Branch: perl
-          ! win32/vmem.h
+          ! ext/threads/threads.pm
 ____________________________________________________________________________
-[ 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>
+[ 19816] By: jhi                                   on 2003/06/19  05:02:22
+        Log: MPE/iX gets serious indigestion on w-packed infinities.
      Branch: perl
-          ! regcomp.c
+          ! t/op/pack.t
 ____________________________________________________________________________
-[ 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>
+[ 19815] By: rgs                                   on 2003/06/18  20:47:47
+        Log: A bunch of minor changes to perlguts.pod.
      Branch: perl
-          ! lib/ExtUtils/t/Embed.t
+          ! pod/perlguts.pod
 ____________________________________________________________________________
-[ 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>
+[ 19814] By: jhi                                   on 2003/06/18  19:19:38
+        Log: Subject: Re: [perl #22727] split() with re_eval segfaults/panics
+             From: Enache Adrian <enache@rdslink.ro>
+             Date: Wed, 18 Jun 2003 23:00:43 +0300
+             Message-ID: <20030618200043.GA1249@ratsnest.hole>
      Branch: perl
-          ! toke.c
+          ! pp.c regexec.c t/op/pat.t
 ____________________________________________________________________________
-[ 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>
+[ 19813] By: jhi                                   on 2003/06/18  17:31:50
+        Log: Upgrade to Tie::File 0.97.
      Branch: perl
-          ! lib/I18N/Collate.pm pod/perlfunc.pod
+          ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
+          ! lib/Tie/File/t/09_gen_rs.t lib/Tie/File/t/28_mtwrite.t
+          ! lib/Tie/File/t/29_downcopy.t
 ____________________________________________________________________________
-[ 14170] By: jhi                                   on 2002/01/10  17:48:42
-        Log: Integrate perlio:
-             
-             [ 14167]
-             More signal hackery
+[ 19812] By: gbarr                                 on 2003/06/18  16:41:31
+        Log: Sync with libnet 1.16
      Branch: perl
-         !> win32/win32.c
+          ! lib/Net/ChangeLog.libnet lib/Net/FTP.pm
 ____________________________________________________________________________
-[ 14169] By: jhi                                   on 2002/01/10  17:47:34
-        Log: No need to show internal encodings, or return them
-             in random order.
+[ 19811] By: jhi                                   on 2003/06/18  12:11:07
+        Log: Subject: Encode] 1.96 Released
+             From: Dan Kogai <dankogai@dan.co.jp>
+             Date: Wed, 18 Jun 2003 19:09:11 +0900
+             Message-Id: <E7FFAE2E-A174-11D7-ACE4-000393AE4244@dan.co.jp>
      Branch: perl
-          ! ext/Encode/Encode.pm
+          ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
+          ! ext/Encode/META.yml ext/Encode/Unicode/Unicode.pm
+          ! ext/Encode/Unicode/Unicode.xs ext/Encode/bin/piconv
+          ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Encoding.pm
+          ! ext/Encode/lib/Encode/JP/JIS7.pm ext/Encode/t/Unicode.t
+          ! ext/Encode/t/guess.t
 ____________________________________________________________________________
-[ 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
+[ 19810] By: jhi                                   on 2003/06/18  09:20:43
+        Log: Oops in change #19809.
+     Branch: perl
+          ! ext/POSIX/POSIX.xs
 ____________________________________________________________________________
-[ 14166] By: jhi                                   on 2002/01/10  15:24:41
-        Log: I think we can claim to be supporting Unicode
-             "loose matching" now.
+[ 19809] By: jhi                                   on 2003/06/18  09:08:47
+        Log: If the first argument of sigaction() was a string, not a number
+             (or a SIGXXX 'constant') one got first (if using -w) 'Argument "FOO"
+             isn't numeric in subroutine entry ...' but after that one got
+             (depending on the OS) either a coredump (because of trying to
+             assign to *0 in mg_get) or a hang (because of the sigprocmask()
+             blocking signals inside POSIX::sigaction, a nasty hang since
+             one obviously cannot interrupt it...only SIGKILL works).
+             In older Perls (tried with 5.6.1) one got 'No such signal: SIGZERO ...'
+             because of the string becoming zero due to the XS typemap magic.
+             Resolved by making the POSIX::sigaction to try harder to figure
+             out a valid signal number (one still gets the warning, though),
+             and returning undef if no sense can be made.
+     Branch: perl
+          ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs ext/POSIX/t/sigaction.t
+____________________________________________________________________________
+[ 19808] By: rgs                                   on 2003/06/17  21:10:06
+        Log: Some docs for the assertions.
+     Branch: perl
+          ! lib/assertions.pm lib/assertions/activate.pm
+          ! pod/perllexwarn.pod pod/perlrun.pod t/run/switch_A.t
+____________________________________________________________________________
+[ 19806] By: jhi                                   on 2003/06/17  18:12:26
+        Log: io_dir.t tweak from Craig Berry.
+     Branch: perl
+          ! ext/IO/lib/IO/t/io_dir.t
+____________________________________________________________________________
+[ 19805] By: jhi                                   on 2003/06/17  16:47:06
+        Log: Subject: /ext/DynaLoader/dl_dyld.xs
+             From: "Peter O'Gorman" <peter@pogma.com>
+             Date: Tue, 17 Jun 2003 23:45:47 +0900
+             Message-Id: <619B6B53-A0D2-11D7-BAF7-003065F6C222@pogma.com>
+
+             No need to see dlclose() and dlsym() outside the dl_dyld.xs
+             (Mac OS X, NeXT), and seeing them is harmful for libdlcompat
+             of OpenDarwin.
      Branch: perl
-          ! pod/perlunicode.pod
+          ! ext/DynaLoader/dl_dyld.xs
 ____________________________________________________________________________
-[ 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>
+[ 19804] By: jhi                                   on 2003/06/17  13:12:21
+        Log: Subject: DOCPATCH Re: $1 remains uncleared for failed matches
+             From: david nicol <whatever@davidnicol.com>
+             Date: 16 Jun 2003 20:35:24 -0500
+             Message-Id: <1055813724.1580.19.camel@plaza.davidnicol.com>
+
+             Subject: Re: DOCPATCH Re: $1 remains uncleared for failed matches
+             From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
+             Date: Tue, 17 Jun 2003 00:12:04 -0400
+             Message-ID: <20030617041204.GA34960@linguist.thayer.dartmouth.edu>
      Branch: perl
-          ! pod/perlrun.pod
+          ! pod/perlre.pod pod/perltrap.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>
+[ 19802] By: jhi                                   on 2003/06/17  04:51:33
+        Log: UNICOS: try papering over the Configure symbol scan problems
+             by disavowing any knowledge of dynaloading.
      Branch: perl
-          ! hints/linux.sh
+          ! hints/unicos.sh
 ____________________________________________________________________________
-[ 14163] By: jhi                                   on 2002/01/10  14:52:08
-        Log: Integrate perlio:
-             
-             [ 14160]
-             Skeleton coding of more kill() support on Win32.
+[ 19801] By: rgs                                   on 2003/06/16  22:47:28
+        Log: Revert change #19126, a poor attempt at fixing bug #21742.
+             The test for #21742 is marked as TODO.
+             Plus new regression tests from :
+
+             Subject: [perl #22708] void context in string eval is broken
+             From: "Marcus Holland-Moritz" (via RT) <perlbug-followup@perl.org>
+             Date: 15 Jun 2003 23:09:03 -0000
+             Message-ID: <rt-22708-59432.14.6755501393177@rt.perl.org>
      Branch: perl
-         !> win32/win32.c
+          ! pp_ctl.c t/comp/require.t t/op/eval.t
 ____________________________________________________________________________
-[ 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>
+[ 19800] By: rgs                                   on 2003/06/16  21:14:26
+        Log: Subject: [PATCH] unnecessary stringification in eval/die
+             From: Steve Grazzini <grazz@pobox.com>
+             Date: 15 Jun 2003 21:02:26 -0000
+             Message-ID: <20030615210226.56430.qmail@onion.perl.org>
+             (See also <slrnbek5u6.cfi.joey@dragon.kitenet.net>
+             in c.l.p.misc and bug #17763)
      Branch: perl
-          ! ext/B/B/Concise.pm ext/B/O.pm
+          ! pod/perlfunc.pod pp_ctl.c
 ____________________________________________________________________________
-[ 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>
+[ 19799] By: rgs                                   on 2003/06/16  20:15:28
+        Log: Subject: [perl #22622] Bogus error codes from File::Copy::move
+             From: "Amick, Eric" (via RT) <perlbug-followup@perl.org>
+             Date: 9 Jun 2003 15:48:09 -0000
+             Message-ID: <rt-22622-59134.12.3966151660257@rt.perl.org>
      Branch: perl
-          ! t/lib/strict/vars toke.c
+          ! lib/File/Copy.pm
 ____________________________________________________________________________
-[ 14160] By: nick                                  on 2002/01/09  21:29:39
-        Log: Skeleton coding of more kill() support on Win32.
-     Branch: perlio
-          ! win32/win32.c
+[ 19798] By: jhi                                   on 2003/06/16  12:26:29
+        Log: And even more glibc fcntl constants, this time mostly F_XXX.
+             Be more conservative and use @EXPORT_OK instead of @EXPORT.
+     Branch: perl
+          ! ext/Fcntl/Fcntl.pm ext/Fcntl/Makefile.PL
 ____________________________________________________________________________
-[ 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>
+[ 19797] By: jhi                                   on 2003/06/16  08:05:11
+        Log: Even more glibc O_ modes.
      Branch: perl
-          ! ext/B/B/Deparse.pm
+          ! ext/Fcntl/Fcntl.pm ext/Fcntl/Makefile.PL
 ____________________________________________________________________________
-[ 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>
+[ 19796] By: jhi                                   on 2003/06/16  07:59:26
+        Log: Add O_NOATIME.
      Branch: perl
-          ! t/run/kill_perl.t
+          ! ext/Fcntl/Fcntl.pm ext/Fcntl/Makefile.PL
 ____________________________________________________________________________
-[ 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>
+[ 19795] By: jhi                                   on 2003/06/16  06:51:19
+        Log: Instead of fancy condvar footwork do a simple join,
+             as suggested by Arthur.
      Branch: perl
-          ! regexec.c
+          ! ext/threads/shared/t/hv_refs.t
 ____________________________________________________________________________
-[ 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>
+[ 19794] By: rgs                                   on 2003/06/15  21:01:18
+        Log: Rename again the warning about $* being no longer supported
+             (and update perldiag this time!)
      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
+          ! gv.c pod/perldiag.pod t/lib/warnings/gv
 ____________________________________________________________________________
-[ 14155] By: jhi                                   on 2002/01/09  19:09:15
-        Log: Integrate perlio:
-             
-             [ 14151]
-             (Re-)implement alarm() for Win32.
+[ 19793] By: rgs                                   on 2003/06/15  19:47:21
+        Log: Remove all magic in untie()
+
+             Subject: Re: untie from within FETCH/STORE not working under 5.8.0 (fwd)
+             From: Aaron J Mackey <ajm6q@virginia.edu>
+             Date: Fri, 13 Jun 2003 08:22:05 -0400 (EDT)
+             Message-ID: <Pine.OSF.4.33.0306130820570.29017-100000@alpha10.bioch.virginia.edu>
+             (plus a test case)
      Branch: perl
-         !> win32/config.vc win32/config_H.vc win32/win32.c win32/win32.h
-         !> win32/win32iop.h
+          ! pp_sys.c t/op/tie.t
 ____________________________________________________________________________
-[ 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>
+[ 19790] By: jhi                                   on 2003/06/15  17:22:08
+        Log: Start using Perl malloc in FreeBSD since the system malloc
+             is reaaally slooow for Perl.
+
+             Subject: FreeBSD 5.1 vs. -Uusemymalloc
+             From: Dan Kogai <dankogai@dan.co.jp>
+             Date: Mon, 16 Jun 2003 01:48:49 +0900
+             Message-Id: <3CE9B94D-9F51-11D7-AF50-000393AE4244@dan.co.jp>
      Branch: perl
-          ! t/op/readdir.t
+          ! hints/freebsd.sh
 ____________________________________________________________________________
-[ 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
+[ 19789] By: jhi                                   on 2003/06/15  17:08:02
+        Log: Subject: [PATCH 5.8.1 @19774] OS2 patches
+             From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
+             Date: Sat, 14 Jun 2003 17:49:57 -0700
+             Message-ID: <20030615004956.GA28272@math.berkeley.edu>
+     Branch: perl
+          + os2/OS2/typemap os2/perlrexx.cmd
+          - os2/OS2/PrfDB/typemap
+          ! MANIFEST doio.c emacs/ptags ext/Time/HiRes/Makefile.PL handy.h
+          ! hints/os2.sh lib/ExtUtils/t/MM_OS2.t makedef.pl
+          ! os2/OS2/Process/Makefile.PL os2/OS2/Process/Process.pm
+          ! os2/OS2/Process/Process.xs os2/OS2/REXX/DLL/DLL.pm
+          ! os2/OS2/REXX/DLL/DLL.xs os2/OS2/REXX/t/rx_emxrv.t
+          ! os2/OS2/REXX/t/rx_objcall.t os2/dl_os2.c os2/os2.c
+          ! os2/os2ish.h pp_sys.c utils/h2xs.PL
 ____________________________________________________________________________
-[ 14152] By: jhi                                   on 2002/01/09  14:37:01
-        Log: Update Changes.
+[ 19788] By: jhi                                   on 2003/06/15  15:05:40
+        Log: Reindent a section of the file.
      Branch: perl
-          ! Changes patchlevel.h
+          ! universal.c
 ____________________________________________________________________________
-[ 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
+[ 19787] By: jhi                                   on 2003/06/15  15:01:26
+        Log: Unused variable.
+     Branch: perl
+          ! universal.c
 ____________________________________________________________________________
-[ 14150] By: jhi                                   on 2002/01/09  14:27:23
-        Log: Thinko.
+[ 19786] By: jhi                                   on 2003/06/15  07:41:23
+        Log: Subject: Re: [PATCH: sv.c] strchr() running amok in sv_vcatpvfn()
+             From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
+             Date: Sun, 15 Jun 2003 10:48:40 +0200
+             Message-ID: <004a01c3331a$ec001320$3445eed9@R2D2>
      Branch: perl
-          ! ext/threads/t/stress_re.t
+          ! embed.fnc embed.h proto.h sv.c
 ____________________________________________________________________________
-[ 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>
+[ 19785] By: jhi                                   on 2003/06/15  07:37:02
+        Log: Most often unused variables.
      Branch: perl
-          ! regexec.c t/op/re_tests
+          ! perl.c
 ____________________________________________________________________________
-[ 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>
+[ 19784] By: rgs                                   on 2003/06/14  20:08:52
+        Log: Rename the warning about $* being removed,
+             as suggested by Dave Mitchell
      Branch: perl
-          ! regexec.c t/op/pat.t
+          ! gv.c t/lib/warnings/gv
 ____________________________________________________________________________
-[ 14147] By: jhi                                   on 2002/01/09  12:59:42
-        Log: Forgot stress_re.t from MANIFEST.
+[ 19783] By: jhi                                   on 2003/06/14  16:30:23
+        Log: The FileCache 1.03 tests from belg4mit.
      Branch: perl
+          + lib/FileCache/t/01open.t lib/FileCache/t/02maxopen.t
+          + lib/FileCache/t/03append.t lib/FileCache/t/04twoarg.t
+          + lib/FileCache/t/05override.t
+          - lib/FileCache.t
           ! 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.
+[ 19782] By: jhi                                   on 2003/06/14  13:45:01
+        Log: Mention the Unicode::Regex::Set module.
      Branch: perl
-          ! utf8.c
+          ! pod/perlunicode.pod
 ____________________________________________________________________________
-[ 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).
+[ 19781] By: jhi                                   on 2003/06/14  13:39:45
+        Log: Followup on #19779: make the helper function static,
+             and rename it for paranoia reasons.
      Branch: perl
-          + ext/threads/t/stress_re.t
-          ! MANIFEST
+          ! embed.fnc embed.h proto.h sv.c
 ____________________________________________________________________________
-[ 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>
+[ 19779] By: jhi                                   on 2003/06/14  13:13:34
+        Log: Subject: [PATCH: sv.c] strchr() running amok in sv_vcatpvfn()
+             From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
+             Date: Sat, 14 Jun 2003 12:51:31 +0200
+             Message-ID: <041901c33262$eac8ae30$f248eed9@R2D2>
+
+             (choosing the safe alternative)
      Branch: perl
-          ! scope.c t/run/kill_perl.t
+          ! sv.c
 ____________________________________________________________________________
-[ 14143] By: jhi                                   on 2002/01/09  01:32:05
-        Log: SANY (. with /s) wasn't happy on Unicode.
+[ 19778] By: jhi                                   on 2003/06/14  09:28:01
+        Log: Exercise the utf8:: "internal" functions.
      Branch: perl
-          ! regexec.c t/op/pat.t
+          ! lib/utf8.pm lib/utf8.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)
+[ 19777] By: jhi                                   on 2003/06/14  09:05:07
+        Log: Having to pull in the whole Encode just to get SvUTF8()
+             is a bit too much: introduce utf8::is_utf8().
      Branch: perl
-          ! pod/perldebug.pod
+          ! lib/utf8.pm pod/perluniintro.pod universal.c
 ____________________________________________________________________________
-[ 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>
+[ 19776] By: jhi                                   on 2003/06/14  08:56:11
+        Log: Slight tweaks on the length() and chr() entries,
+             passing-by rewrapping on the rmdir entry.
      Branch: perl
-          ! Makefile.SH
+          ! pod/perlfunc.pod
 ____________________________________________________________________________
-[ 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>
+[ 19775] By: jhi                                   on 2003/06/14  08:50:16
+        Log: test.pl-ify and add a couple of tests.
      Branch: perl
-          ! ext/B/B/Deparse.pm
+          ! lib/bytes.t
 ____________________________________________________________________________
-[ 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>
+[ 19773] By: jhi                                   on 2003/06/14  08:05:01
+        Log: Slight reorg of the binmode() entry.
      Branch: perl
-          ! op.c t/run/kill_perl.t
+          ! pod/perlfunc.pod
 ____________________________________________________________________________
-[ 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.
+[ 19772] By: jhi                                   on 2003/06/14  07:07:38
+        Log: Illegal cpp.
      Branch: perl
-          + t/op/unifold.t
-          - lib/unifold.t
-          ! MANIFEST
+          ! util.c
 ____________________________________________________________________________
-[ 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>          
+[ 19770] By: jhi                                   on 2003/06/14  04:36:18
+        Log: Subject: Re: FileCache
+             From: belg4mit <belg4mit@MIT.EDU>
+             Date: Sat, 14 Jun 2003 01:35:05 -0400
+             Message-ID: <3EEAB409.7B4C21EA@mit.edu>
+
+             FileCache 1.03.
      Branch: perl
-          ! regcomp.c
+          ! lib/FileCache.pm
 ____________________________________________________________________________
-[ 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)
+[ 19769] By: rgs                                   on 2003/06/13  19:17:50
+        Log: Remove the deprecated $* variable.
+             Incidentally, this fixes bug #22354, about unwanted
+             action-at-distance of the /m regexp modifier.
+             Add a new warning to advertise this fact.
+     Branch: perl
+          ! gv.c lib/English.pm mg.c pod/perldelta.pod pod/perldiag.pod
+          ! pod/perlre.pod pod/perlvar.pod pp.c pp_hot.c t/lib/warnings/gv
+          ! t/op/pat.t t/op/study.t
 ____________________________________________________________________________
-[ 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>
+[ 19768] By: jhi                                   on 2003/06/13  17:08:45
+        Log: Encode simply needs more work on EBCDIC.
      Branch: perl
-          ! op.c t/op/subst.t
+          ! ext/Encode/t/Unicode.t
 ____________________________________________________________________________
-[ 14134] By: jhi                                   on 2002/01/08  14:30:00
-        Log: Missed one variant of the fold testing, noticed bu Hugo.
+[ 19767] By: jhi                                   on 2003/06/13  17:05:01
+        Log: Redundancy removal from Brian De Pradine;
+             both the forms, pthread_mutexattr_settype() and
+             pthread_mutexattr_setkind_np(), exist on z/OS.
      Branch: perl
-          ! lib/unifold.t
+          ! thread.h
 ____________________________________________________________________________
-[ 14133] By: jhi                                   on 2002/01/08  14:23:39
-        Log: Enchance the Storable magic description.
+[ 19766] By: jhi                                   on 2003/06/13  17:02:57
+        Log: Somehow MPE/iX managed to get
+             "18/0Illegal division by zero at ../lib/Test/Harness.pm line 921."
      Branch: perl
-          ! ext/Storable/Storable.pm
+          ! lib/Test/Harness.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>
+[ 19765] By: jhi                                   on 2003/06/13  14:36:18
+        Log: Subject: [PATCH] Re: [perl #18849] fork/system bug on FreeBSD
+             From: alan <alan@pair.com>
+             Date: Wed, 11 Jun 2003 14:07:00 -0400 (EDT)
+             Message-ID: <Pine.BSF.4.30.0306111348450.32145-100000@smx.pair.com>
+
+             (the first alternative)
      Branch: perl
-          ! installperl
+          ! util.c
 ____________________________________________________________________________
-[ 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)
+[ 19764] By: jhi                                   on 2003/06/13  14:33:51
+        Log: Apparently the __APPLE__ cpp symbol is not Officially Sanctioned
+             way of detecting Darwin/Mac OS X; instead it is recommended to
+             detect the OS at a higher level and pass the information manually
+             down to the application, using e.g. a -Ddefinition.
      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
+          ! hints/darwin.sh perl.h x2p/util.c
 ____________________________________________________________________________
-[ 14130] By: jhi                                   on 2002/01/08  02:13:53
-        Log: A little better comments.
+[ 19763] By: jhi                                   on 2003/06/13  14:12:13
+        Log: Define a cpp symbol, BSDish, if that looks appropriate.
      Branch: perl
-          ! regexec.c
+          ! perl.h
 ____________________________________________________________________________
-[ 14129] By: jhi                                   on 2002/01/07  23:45:05
-        Log: No normalization form DNF.
+[ 19760] By: jhi                                   on 2003/06/13  12:00:06
+        Log: Even more tweakage on symbol scanning from Alan Burlison.
      Branch: perl
-          ! ext/Unicode/Normalize/Normalize.pm
+          ! Configure
 ____________________________________________________________________________
-[ 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).
+[ 19758] By: gbarr                                 on 2003/06/13  07:01:11
+        Log: Sync with libnet 1.15
      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>
+          ! lib/Net/ChangeLog.libnet lib/Net/FTP.pm
+____________________________________________________________________________
+[ 19756] By: jhi                                   on 2003/06/13  05:09:17
+        Log: The changes #8803 and #8896 that fixed JPL for use with
+             JDK 1.2/1.3 had somehow disappeared.
      Branch: perl
-          ! lib/Exporter.pm
+          ! perl.c perl.h
 ____________________________________________________________________________
-[ 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>
+[ 19752] By: rgs                                   on 2003/06/12  20:49:25
+        Log: Add a new warning, "Newline in left-justified string for printf/sprintf"
+             to be issued if the string to be left-justified by s?printf contains
+             a newline.
+
+             Subject: [PATCH] RE: [perl #22599] Strange behaviour when combining foreac h and printf
+             From: Robin Barker <Robin.Barker@npl.co.uk>
+             Date: Wed, 11 Jun 2003 18:10:14 +0100
+             Message-ID: <533D273D4014D411AB1D00062938C4D904046571@hotel.npl.co.uk>
      Branch: perl
-          ! ext/Errno/Errno_pm.PL perl.h t/TEST t/test.pl vos/vosish.h
+          ! pod/perldiag.pod sv.c t/lib/warnings/sv
 ____________________________________________________________________________
-[ 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
+[ 19751] By: rgs                                   on 2003/06/12  20:25:41
+        Log: Patch for a warning emitted twice, from :
+             Subject: [PATCH: perl@19733] "perldoc -f -X" + "extra warning from -T"
+             From: Steve Grazzini <grazz@pobox.com>
+             Date: Wed, 11 Jun 2003 00:46:47 -0400
+             Message-ID: <20030611044647.GA16696@grazzini.net>
+     Branch: perl
+          ! pp_sys.c
 ____________________________________________________________________________
-[ 14122] By: jhi                                   on 2002/01/07  16:09:50
-        Log: Update Changes.
+[ 19750] By: sky                                   on 2003/06/12  15:03:55
+        Log: In free we want to destroy, not init, thanks to Tim Bunce for
+             detecting this. Should hopefully fix memory leak on Tru64
      Branch: perl
-          ! Changes patchlevel.h
+          ! ext/threads/shared/shared.xs
 ____________________________________________________________________________
-[ 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>
+[ 19749] By: jhi                                   on 2003/06/12  13:27:44
+        Log: More perlio ->Open paranoia.  Set errno to EINVAL if there's
+             no ->Open, not if ->Open returns NULL.
      Branch: perl
-          ! pod/perl561delta.pod pod/perl56delta.pod
+          ! perlio.c
 ____________________________________________________________________________
-[ 14120] By: jhi                                   on 2002/01/07  15:55:25
-        Log: AUTHORS update.
+[ 19748] By: jhi                                   on 2003/06/12  11:32:44
+        Log: Further perlio doc tweaks.
      Branch: perl
-          ! AUTHORS
+          ! lib/PerlIO.pm pod/perlrun.pod
 ____________________________________________________________________________
-[ 14119] By: jhi                                   on 2002/01/07  15:52:34
-        Log: Add file magic for Storable, from Jim Cromie <jcromie@divsol.com>
+[ 19747] By: jhi                                   on 2003/06/12  11:25:19
+        Log: Slightly amended version of the proposed patch for
+             "[perl #22390] export PERLIO=bytes segfaults";
+             the amendment is to set errno.
+             TODO: we really should not get here if the layer
+             stack is corrupt or non-sensical (like "bytes").
      Branch: perl
-          ! ext/Storable/Storable.pm
+          ! perlio.c
 ____________________________________________________________________________
-[ 14118] By: jhi                                   on 2002/01/07  15:06:25
-        Log: perldelta updates.
+[ 19746] By: sky                                   on 2003/06/12  08:37:39
+        Log: Be polite and destroy the mutexes and conditions we use!
      Branch: perl
-          ! pod/perldelta.pod
+          ! ext/threads/shared/shared.xs
 ____________________________________________________________________________
-[ 14117] By: jhi                                   on 2002/01/07  13:52:30
-        Log: Document the flags of pv_uni_display().
+[ 19744] By: rgs                                   on 2003/06/11  20:49:04
+        Log: Subject: Re: [PATCH] Annoyingly unhelpful messages from lib/File/Temp/t/security.t
+             From: Andy Dougherty <doughera@lafayette.edu>
+             Date: Wed, 11 Jun 2003 12:57:58 -0400 (EDT)
+             Message-ID: <Pine.SOL.4.53.0306111252540.19074@maxwell.phys.lafayette.edu>
      Branch: perl
-          ! pod/perlapi.pod utf8.c
+          ! lib/File/Temp/t/security.t
 ____________________________________________________________________________
-[ 14116] By: jhi                                   on 2002/01/07  13:49:17
-        Log: Forgot from #14115.
+[ 19742] By: jhi                                   on 2003/06/11  18:28:12
+        Log: Subject: [PATCH] Configure -Dnoextensions would not accept a list
+             From: Andy Dougherty <doughera@lafayette.edu>
+             Date: Wed, 11 Jun 2003 13:35:26 -0400 (EDT)
+             Message-ID: <Pine.SOL.4.53.0306111331550.2477@maxwell.phys.lafayette.edu>
      Branch: perl
-          ! t/op/re_tests
+          ! Configure
 ____________________________________________________________________________
-[ 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>
+[ 19741] By: merijn                                on 2003/06/11  14:06:49
+        Log: Subject: [PATCH: perl@19733] fix vmsish.t #25 by letting $0 find itself in the face of chdir() calls
+             From: PPrymmer@factset.com
+             Date: Wed, 11 Jun 2003 09:00:34 -0400
+             Message-ID: <OF2535E971.A30D9C74-ON85256D42.00461FF9-85256D42.004776C4@factset.com>
      Branch: perl
-          ! regcomp.c
+          ! lib/vmsish.t
 ____________________________________________________________________________
-[ 14114] By: jhi                                   on 2002/01/07  04:44:05
-        Log: More regex and utf8 debug dumping.
+[ 19740] By: jhi                                   on 2003/06/11  13:29:59
+        Log: Doc nit.
      Branch: perl
-          ! dump.c regcomp.c regexec.c utf8.c utf8.h
+          ! INSTALL
 ____________________________________________________________________________
-[ 14113] By: jhi                                   on 2002/01/07  01:05:01
-        Log: Unused variable.
+[ 19739] By: jhi                                   on 2003/06/11  05:30:53
+        Log: Integrate from maint:
+             [ 19738]
+             Subject: Re: [PATCH: maint @ 19733] CL compiler warnings on MSWin32
+             From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
+             Date: Tue, 10 Jun 2003 22:10:47 +0200
+             Message-ID: <011701c32f8c$62d85ee0$0c2f1fac@R2D2>
+     Branch: perl
+         !> ext/Encode/encengine.c ext/List/Util/Util.xs
+         !> ext/POSIX/POSIX.xs ext/Storable/Storable.xs
+         !> ext/Thread/Thread.xs ext/threads/threads.xs op.c perl.c pp.h
+         !> sv.c
+____________________________________________________________________________
+[ 19735] By: jhi                                   on 2003/06/10  05:27:33
+        Log: Upgrade to Unicode::Normalize 0.22.
      Branch: perl
-          ! regcomp.c
+          ! ext/Unicode/Normalize/Changes
+          ! ext/Unicode/Normalize/Makefile.PL
+          ! ext/Unicode/Normalize/Normalize.pm
+          ! ext/Unicode/Normalize/Normalize.xs
+          ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
+          ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
+          ! ext/Unicode/Normalize/t/test.t
 ____________________________________________________________________________
-[ 14112] By: jhi                                   on 2002/01/07  00:52:46
-        Log: Regen toc.
+[ 19734] By: jhi                                   on 2003/06/10  05:14:18
+        Log: Upgrade to Unicode::Collate 0.25.
      Branch: perl
-          ! pod/perltoc.pod
+          ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
+          ! lib/Unicode/Collate/README lib/Unicode/Collate/t/index.t
+          ! lib/Unicode/Collate/t/test.t
 ____________________________________________________________________________
-[ 14111] By: jhi                                   on 2002/01/07  00:03:57
-        Log: capitalize correctly, noticed by David Dyck.
+[ 19731] By: jhi                                   on 2003/06/09  20:48:14
+        Log: On a real multicpu box the child thread could still be running
+             when the parent thread was already testing.
      Branch: perl
-          ! lib/sort.pm
+          ! ext/threads/shared/t/hv_refs.t
 ____________________________________________________________________________
-[ 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
+[ 19730] By: rgs                                   on 2003/06/09  19:56:29
+        Log: Subject: [PATCH] Annoyingly unhelpful messages from lib/File/Temp/t/security.t
+             From: Andy Dougherty <doughera@lafayette.edu>
+             Date: Mon, 9 Jun 2003 14:45:38 -0400 (EDT)
+             Message-ID: <Pine.SOL.4.53.0306091323300.4467@maxwell.phys.lafayette.edu>
+     Branch: perl
+          ! INSTALL
 ____________________________________________________________________________
-[ 14109] By: jhi                                   on 2002/01/06  20:51:32
-        Log: No need to overqualify.
+[ 19729] By: rgs                                   on 2003/06/09  19:13:16
+        Log: Subject: [PATCH] Re: nitpick with \(0..2)
+             From: Steve Grazzini <grazz@pobox.com>
+             Date: Fri, 6 Jun 2003 01:42:59 -0400
+             Message-ID: <20030606054259.GA30249@grazzini.net>
      Branch: perl
-          ! lib/sort.pm
+          ! op.c pod/perlop.pod t/op/ref.t
 ____________________________________________________________________________
-[ 14108] By: jhi                                   on 2002/01/06  20:38:34
-        Log: PL_debug_pad wasn't initialized to zeroes which broke
-             ithreads + DEBUGGING.
+[ 19726] By: jhi                                   on 2003/06/09  18:45:00
+        Log: Possible fix for the problems in EBCDIC from Sadahiro Tomoyuki.
      Branch: perl
-          ! sv.c
+          ! ext/Unicode/Normalize/Normalize.pm
 ____________________________________________________________________________
-[ 14107] By: jhi                                   on 2002/01/06  15:39:31
-        Log: Update Changes.
+[ 19725] By: rgs                                   on 2003/06/09  18:33:50
+        Log: In the debugger, flush stdout/stderr before the prompt is printed
+             Subject: Re: [PATCH] Perlbug #15228
+             From: Alex Vandiver <alexmv@MIT.EDU>
+             Date: 04 Jun 2003 04:50:10 -0400
+             Message-Id: <1054716610.21402.45.camel@supox>
      Branch: perl
-          ! Changes patchlevel.h
+          ! lib/perl5db.pl
 ____________________________________________________________________________
-[ 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>
+[ 19724] By: gsar                                  on 2003/06/09  18:17:42
+        Log: mark 450_service.t#18 as a todo test on windows
      Branch: perl
-          ! pp_sys.c
+          ! lib/Net/Ping/t/450_service.t
 ____________________________________________________________________________
-[ 14105] By: jhi                                   on 2002/01/06  15:11:15
-        Log: DB_File sync from Paul Marquess.
+[ 19723] By: gsar                                  on 2003/06/09  18:00:57
+        Log: one of the Net::Ping time-dependent tests fails sporadically
+             when the response from localhost is "too quick"
      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
+          ! lib/Net/Ping/t/250_ping_hires.t
 ____________________________________________________________________________
-[ 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>
+[ 19721] By: jhi                                   on 2003/06/09  17:04:50
+        Log: Subject: [PATCH] ExtUtils::MakeMaker 6.10_06 (plus FAQ update)
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Sat, 7 Jun 2003 01:16:32 -0700
+             Message-ID: <20030607081632.GA16228@windhund.schwern.org>
      Branch: perl
-          ! ext/B/B.xs ext/B/B/C.pm ext/B/defsubs_h.PL t/TEST
-          ! utils/perlcc.PL
+          ! lib/ExtUtils/Changes lib/ExtUtils/META.yml
+          ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MakeMaker/FAQ.pod
+          ! lib/ExtUtils/t/Liblist.t
 ____________________________________________________________________________
-[ 14103] By: jhi                                   on 2002/01/06  14:57:01
-        Log: Tests for #14098.
+[ 19720] By: gsar                                  on 2003/06/09  15:59:52
+        Log: fix for perlio.t failures on windows (from Dan Kogai)
      Branch: perl
-          ! t/op/lc.t
+          ! ext/Encode/t/perlio.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)
+[ 19719] By: jhi                                   on 2003/06/09  15:28:18
+        Log: Subject: [PATCH: perl@19683] fix ups for perlivp on VMS plus more symbols for utils
+             From: PPrymmer@factset.com
+             Date: Mon, 9 Jun 2003 09:57:43 -0400
+             Message-ID: <OFBA811434.A612F1C0-ON85256D40.004B5ECC-85256D40.004CB24D@factset.com>
+     Branch: perl
+          ! configure.com utils/perlivp.PL
 ____________________________________________________________________________
-[ 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>
+[ 19717] By: gsar                                  on 2003/06/09  14:09:55
+        Log: windows: fix memory leak in %ENV handling (shows up as a
+             leak even in the simplest fork() loop, because perl_construct()
+             now does the equivalent of %ENV assignments using mg_set())
      Branch: perl
-          ! pod/perldelta.pod pod/perldiag.pod pod/perlsub.pod
-          ! t/comp/proto.t toke.c
+          ! win32/perlhost.h
 ____________________________________________________________________________
-[ 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>
+[ 19715] By: sky                                   on 2003/06/09  09:35:47
+        Log: Support blessed shared references.
      Branch: perl
-          ! ext/Time/HiRes/HiRes.xs hints/vos.sh perl.h vos/vosish.h
+          ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
+          ! ext/threads/shared/t/hv_refs.t
 ____________________________________________________________________________
-[ 14099] By: jhi                                   on 2002/01/05  22:51:38
-        Log: Further perl.org URL elaboration from Ask.
+[ 19714] By: jhi                                   on 2003/06/09  04:29:04
+        Log: Subject: [PATCH] pack.t tweak for non-IEEE VMS systems
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Sun, 08 Jun 2003 16:49:43 -0500
+             Message-ID: <3EE3AF77.7060302@mac.com>
      Branch: perl
-          ! pod/perlfaq1.pod pod/perlfaq2.pod
+          ! t/op/pack.t
 ____________________________________________________________________________
-[ 14098] By: jhi                                   on 2002/01/05  22:47:59
-        Log: The same problem with To{Lower,Title,Upper}
-             as earlier with ToFold.
+[ 19712] By: jhi                                   on 2003/06/08  17:05:59
+        Log: Subject: Re: forwarded you a test result
+             From: Dan Kogai <dankogai@dan.co.jp>
+             Date: Sun, 8 Jun 2003 11:04:43 +0900
+             Message-Id: <92344ED4-9955-11D7-8DFA-000393AE4244@dan.co.jp>
      Branch: perl
-          ! lib/unicore/To/Lower.pl lib/unicore/To/Title.pl
-          ! lib/unicore/To/Upper.pl lib/unicore/mktables
+          ! ext/Encode/t/Encode.t
 ____________________________________________________________________________
-[ 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.
+[ 19710] By: jhi                                   on 2003/06/08  17:03:07
+        Log: Regen Configure et al.
      Branch: perl
-          ! ext/Time/HiRes/HiRes.t
+          ! Configure Porting/config.sh Porting/config_H
 ____________________________________________________________________________
-[ 14096] By: jhi                                   on 2002/01/05  22:09:20
-        Log: Finish up (ha!) the Unicode case folding;
-             enhance regex dumping code.
+[ 19709] By: jhi                                   on 2003/06/08  16:45:50
+        Log: More symbol scan logic from Alan Burlison.
      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
+          ! Configure Porting/Glossary hints/solaris_2.sh
 ____________________________________________________________________________
-[ 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).
+[ 19708] By: sky                                   on 2003/06/07  13:28:50
+        Log: Major (internal) change to make it much more easy to embed
+             threaded perl because we don't use our own TLS for the current
+             thread info, but instead use PL_modglobal. Should make the
+             mod_perl2 team (Hi Stas!) happy. Should also be more robust.
      Branch: perl
-          ! pod/perlfaq1.pod pod/perlfaq2.pod
+          ! ext/threads/threads.xs
 ____________________________________________________________________________
-[ 14094] By: jhi                                   on 2002/01/05  21:26:09
-        Log: Zero() wasn't documented.
+[ 19707] By: sky                                   on 2003/06/07  13:27:01
+        Log: Last patch broke this slightly because INC was wrong.
      Branch: perl
-          ! pod/perlclib.pod
+          ! ext/threads/t/thread.t
 ____________________________________________________________________________
-[ 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>
+[ 19706] By: sky                                   on 2003/06/07  13:07:53
+        Log: Remove warnings from tests.
      Branch: perl
-          ! lib/Memoize/t/tie_ndbm.t
+          ! ext/threads/t/basic.t ext/threads/t/end.t ext/threads/t/join.t
+          ! ext/threads/t/list.t
 ____________________________________________________________________________
-[ 14092] By: jhi                                   on 2002/01/05  17:26:05
-        Log: Also UNICOS/mk has deviant socketpair().
+[ 19705] By: sky                                   on 2003/06/07  12:42:28
+        Log: Work in non core env.
      Branch: perl
-          ! ext/Socket/socketpair.t
+          ! ext/threads/t/basic.t ext/threads/t/end.t ext/threads/t/join.t
+          ! ext/threads/t/libc.t ext/threads/t/list.t
+          ! ext/threads/t/problems.t ext/threads/t/stress_cv.t
+          ! ext/threads/t/stress_re.t ext/threads/t/stress_string.t
+          ! ext/threads/t/thread.t
 ____________________________________________________________________________
-[ 14091] By: jhi                                   on 2002/01/05  17:21:12
-        Log: Ooops.  Retract the regex parts of #14090.
+[ 19703] By: jhi                                   on 2003/06/07  05:11:50
+        Log: Subject: [PATCH] ExtUtils::MakeMaker 6.10_04 -> 6.10_05
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Fri, 6 Jun 2003 18:41:45 -0700
+             Message-ID: <20030607014145.GB12031@windhund.schwern.org>
      Branch: perl
-          ! embed.fnc embed.h proto.h regcomp.c regcomp.h regexec.c
+          ! lib/ExtUtils/Changes lib/ExtUtils/Install.pm
+          ! lib/ExtUtils/Liblist/Kid.pm lib/ExtUtils/META.yml
+          ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_Unix.pm
+          ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Manifest.pm
+          ! lib/ExtUtils/TODO lib/ExtUtils/t/00compile.t
+          ! lib/ExtUtils/t/Install.t lib/ExtUtils/t/basic.t
+          ! lib/ExtUtils/t/zz_cleanup_dummy.t
 ____________________________________________________________________________
-[ 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>              
+[ 19702] By: rgs                                   on 2003/06/06  23:00:00
+        Log: Upgrade to Time::Local 1.06, by Dave Rolsky
      Branch: perl
-          ! embed.fnc embed.h ext/Socket/socketpair.t proto.h regcomp.c
-          ! regcomp.h regexec.c
+          ! lib/Time/Local.pm lib/Time/Local.t
 ____________________________________________________________________________
-[ 14089] By: jhi                                   on 2002/01/05  15:42:12
-        Log: Integrate perlio:
-             
-             [ 14088]
-             One missing aTHX_
+[ 19701] By: rgs                                   on 2003/06/06  22:50:37
+        Log: Complement to change #19698 :
+             add also this information (=> and curly braces doesn't
+             quote compound identifiers) to the strict manpage.
+             As an experiment in documentation, add a "HISTORY" section
+             to the strict manpage.
      Branch: perl
-         !> op.c
+          ! lib/strict.pm
 ____________________________________________________________________________
-[ 14088] By: nick                                  on 2002/01/05  12:35:01
-        Log: One missing aTHX_
-     Branch: perlio
-          ! op.c
+[ 19700] By: rgs                                   on 2003/06/06  22:31:50
+        Log: Minor grammatical nit.
+     Branch: perl
+          ! README.hpux
 ____________________________________________________________________________
-[ 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)
+[ 19699] By: rgs                                   on 2003/06/06  22:29:38
+        Log: Subject: [patch] L<perlguts/"API LISTING"> is now L<perlapi>
+             From: Stas Bekman <stas@stason.org>
+             Date: Thu, 05 Jun 2003 10:10:36 +1000
+             Message-ID: <3EDE8A7C.2080302@stason.org>
+
+             Subject: [patch] perlguts authors dup
+             From: Stas Bekman <stas@stason.org>
+             Date: Thu, 05 Jun 2003 10:14:12 +1000
+             Message-ID: <3EDE8B54.6090808@stason.org>
+     Branch: perl
+          ! pod/perl5005delta.pod pod/perlguts.pod pod/perlxs.pod
 ____________________________________________________________________________
-[ 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
+[ 19698] By: rgs                                   on 2003/06/06  22:23:56
+        Log: Clarify that => doesn't quote compound identifiers.
+     Branch: perl
+          ! pod/perldata.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.
+[ 19696] By: merijn                                on 2003/06/06  12:21:43
+        Log: Perl *is* 100% 64bit compliant on HP-UX 11.00 and up (as long
+             as the compiler supports it)
      Branch: perl
-          ! pp.c
+          ! README.hpux
 ____________________________________________________________________________
-[ 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>              
+[ 19695] By: jhi                                   on 2003/06/05  18:50:51
+        Log: Subject: [PATCH] Re: SPUG:-s option doesn't always work!
+             From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
+             Date: Wed, 04 Jun 2003 00:08:32 -0700
+             Message-ID: <wrZ3+gzkg2iX092yn@efn.org>
      Branch: perl
-          ! t/comp/proto.t
+          ! t/run/switches.t toke.c
 ____________________________________________________________________________
-[ 14083] By: jhi                                   on 2002/01/04  22:56:23
-        Log: A bit of "perl.com" cleanup.
+[ 19694] By: jhi                                   on 2003/06/05  18:37:02
+        Log: Subject: [PATCH] RE: maint @ 19683
+             From: Robin Barker <Robin.Barker@npl.co.uk>
+             Date: Thu, 5 Jun 2003 17:16:58 +0100
+             Message-ID: <533D273D4014D411AB1D00062938C4D904046564@hotel.npl.co.uk>
+
+             (skipped the MIME::Base64 part, leaving that to Gisle)
      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
+          ! ext/POSIX/POSIX.xs gv.c op.c perl.c perl.h
 ____________________________________________________________________________
-[ 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>
+[ 19693] By: jhi                                   on 2003/06/05  17:26:04
+        Log: SKIP label was missing.
      Branch: perl
-          ! op.c
+          ! t/io/utf8.t
 ____________________________________________________________________________
-[ 14081] By: jhi                                   on 2002/01/04  21:45:22
-        Log: Integrate change #14062 from macperl;
-             Define setbuf, setvbuf for Mac OS
+[ 19692] By: jhi                                   on 2003/06/05  16:58:23
+        Log: z/OS makedepend fix from Peter Prymmer;
+             still needed as reported by Brian De Pradine.
      Branch: perl
-         !> ext/IO/IO.xs
+          ! makedepend.SH
 ____________________________________________________________________________
-[ 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
+[ 19691] By: jhi                                   on 2003/06/05  16:56:01
+        Log: Even more getspecific patches from Brian De Pradine;
+             macrofy the construct.
+     Branch: perl
+          ! ext/threads/threads.xs
 ____________________________________________________________________________
-[ 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
+[ 19690] By: jhi                                   on 2003/06/05  16:19:40
+        Log: z/OS threads tweak from Brian De Pradine.
+     Branch: perl
+          ! ext/threads/threads.xs
 ____________________________________________________________________________
-[ 14078] By: jhi                                   on 2002/01/04  21:07:05
-        Log: Display the native pwd command.
+[ 19689] By: jhi                                   on 2003/06/05  05:43:31
+        Log: Upgrade to Time::HiRes 1.48.
      Branch: perl
-          ! ext/Cwd/t/cwd.t
+          ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
 ____________________________________________________________________________
-[ 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.
+[ 19688] By: rgs                                   on 2003/06/04  18:53:48
+        Log: Prevent a potential null pointer dereference.
+             Noticed by Ryan Koga <rkoga@caida.org> in
+             Message-ID: <Pine.BSF.4.44.0306031659090.1489-100000@login.caida.org>
      Branch: perl
-          ! t/op/stat.t
+          ! perlio.c
 ____________________________________________________________________________
-[ 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".
+[ 19687] By: jhi                                   on 2003/06/04  18:26:08
+        Log: Subject: Re: [MacOS X] consider useshrplib='false' by default
+             From: Andy Dougherty <doughera@lafayette.edu>
+             Date: Wed, 4 Jun 2003 11:33:29 -0400 (EDT)
+             Message-ID: <Pine.SOL.4.53.0306041128350.15343@maxwell.phys.lafayette.edu>
      Branch: perl
-          ! pod/perlhack.pod pod/perllocale.pod pod/perlrun.pod
+          ! hints/darwin.sh
 ____________________________________________________________________________
-[ 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.)
+[ 19686] By: jhi                                   on 2003/06/04  11:02:54
+        Log: On closer reading the proposed UTS#18 update required
+             even more changes.
      Branch: perl
-          + t/op/winsystem.t
-          - t/op/system.t
-          ! MANIFEST
+          ! lib/unicore/lib/Blank.pl lib/unicore/lib/Graph.pl
+          ! lib/unicore/lib/Print.pl lib/unicore/lib/Space.pl
+          ! lib/unicore/lib/SpacePer.pl lib/unicore/lib/Word.pl
+          ! lib/unicore/mktables
 ____________________________________________________________________________
-[ 14058] By: jhi                                   on 2002/01/04  19:48:09
-        Log: Some tweaks.
+[ 19685] By: jhi                                   on 2003/06/04  10:14:09
+        Log: Align the 'graph' property definition with the proposed
+             Unicode UTS #18 update (v7).
      Branch: perl
-          ! lib/Pod/t/Functions.t
+          ! lib/unicore/lib/Graph.pl lib/unicore/mktables
 ____________________________________________________________________________
-[ 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>
+[ 19681] By: jhi                                   on 2003/06/04  05:16:38
+        Log: Subject: [MacOS X] consider useshrplib='false' by default
+             From: Dan Kogai <dankogai@dan.co.jp>
+             Date: Wed, 4 Jun 2003 01:29:42 +0900
+             Message-Id: <94213618-95E0-11D7-8A27-000393AE4244@dan.co.jp>
      Branch: perl
-          ! ext/Time/HiRes/HiRes.t
+          ! hints/darwin.sh
 ____________________________________________________________________________
-[ 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>      
+[ 19679] By: jhi                                   on 2003/06/03  15:51:36
+        Log: Urk.  Joe's patches were for the maint branch,
+             not for the blead (which has assertions and stuff).
+             Retract #19677, #19676, #19674.
      Branch: perl
-          + lib/Pod/t/Functions.t
-          ! MANIFEST lib/Pod/Functions.pm
+          ! lib/perl5db.pl
 ____________________________________________________________________________
-[ 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]>
+[ 19678] By: jhi                                   on 2003/06/03  15:05:19
+        Log: According to Arthur this should help
+             #22060 Perl 5.8.0 on FreeBSD 5.0 threads (threads->list) possible bug
      Branch: perl
-          ! ext/Devel/PPPort/Makefile.PL lib/ExtUtils/MM_Unix.pm
+          ! ext/threads/threads.xs
 ____________________________________________________________________________
-[ 14054] By: jhi                                   on 2002/01/04  04:04:05
-        Log: Document the U+0085, U+2028, and U+2029.
+[ 19677] By: jhi                                   on 2003/06/03  14:07:06
+        Log: Tiny tweaks from Joe McMahon.
      Branch: perl
-          ! pod/perlre.pod pod/perlretut.pod
+          ! lib/perl5db.pl
 ____________________________________________________________________________
-[ 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>
+[ 19676] By: jhi                                   on 2003/06/03  12:38:46
+        Log: Tiny pod and speling tweaks.
      Branch: perl
-          ! pod/perldiag.pod pod/perlfunc.pod t/lib/warnings/toke toke.c
+          ! lib/perl5db.pl
 ____________________________________________________________________________
-[ 14052] By: jhi                                   on 2002/01/04  03:13:50
-        Log: Add U+0085, U+2028, and U+2029 to \s under Unicode.
+[ 19674] By: jhi                                   on 2003/06/03  12:20:59
+        Log: Subject: Extensive documentation patch redux
+             From: Joe McMahon <mcmahon@ibiblio.org>
+             Date: Mon, 2 Jun 2003 09:53:40 -0400
+             Message-Id: <9DB6529E-9501-11D7-9377-000393BCA0FC@ibiblio.org>
+
+             Subject: RE: [PATCH] RE: Extensive documentation patch redux
+             From: Robin Barker <Robin.Barker@npl.co.uk>
+             Date: Tue, 3 Jun 2003 10:00:22 +0100
+             Message-ID: <533D273D4014D411AB1D00062938C4D904046555@hotel.npl.co.uk>
      Branch: perl
-          ! lib/unicore/Is/SpacePerl.pl lib/unicore/mktables t/op/pat.t
+          ! lib/perl5db.pl
 ____________________________________________________________________________
-[ 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>
+[ 19673] By: jhi                                   on 2003/06/03  09:51:59
+        Log: Salvage parts of #19667.
      Branch: perl
-          ! lib/File/Compare.pm
+          ! perlio.c win32/win32.c win32/win32iop.h
 ____________________________________________________________________________
-[ 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>
+[ 19672] By: jhi                                   on 2003/06/03  09:26:45
+        Log: Salvage parts of #19418 (the ext/PerlIO/t/open.t
+             still is there).
      Branch: perl
-          ! ext/threads/shared/shared.pm
+          ! MANIFEST pod/perlfunc.pod
 ____________________________________________________________________________
-[ 14049] By: jhi                                   on 2002/01/03  20:38:22
-        Log: #14048 exposed few false positives, to be fixed soonish.
+[ 19671] By: merijn                                on 2003/06/03  08:27:07
+        Log: Subject: Re: [PATCH] perl.h, README.cygwin: Cygwin O_TEXT <> O_BINARY issue
+             From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
+             Date: Tue, 03 Jun 2003 01:55:06 -0700
+             Message-ID: <qJG3+gzkgajL092yn@efn.org>
      Branch: perl
-          ! t/op/pat.t
+          ! README.cygwin
 ____________________________________________________________________________
-[ 14048] By: jhi                                   on 2002/01/03  20:36:38
-        Log: Do not add the first characters of multicharacter foldings
-             into character classes.
+[ 19670] By: jhi                                   on 2003/06/03  08:04:39
+        Log: Retract #19667, #19660, #19659, #19658, #19657, #19656,
+             #19655, #19418; File::Temp no more used internally.
+             Some parts of these will be salvaged later.
      Branch: perl
-          ! regcomp.c
+          ! MANIFEST embed.fnc embed.h op.c perlio.c pod/perlfunc.pod
+          ! proto.h win32/win32.c win32/win32iop.h
 ____________________________________________________________________________
-[ 14047] By: jhi                                   on 2002/01/03  20:30:55
-        Log: A bit of testing for #14046.
+[ 19669] By: gsar                                  on 2003/06/02  20:59:39
+        Log: fix for 09_gen_rs.t#59 failure on windows
      Branch: perl
-          ! t/op/pat.t
+          ! lib/Tie/File/t/09_gen_rs.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")
+[ 19668] By: gsar                                  on 2003/06/02  20:40:19
+        Log: resurrect change#19628 and make it work by generalizing
+             a spot that had a hardcoded dependency on the cmd.exe
+             arguments being "/x/c" or "/c"
      Branch: perl
-          ! regcomp.c
+          ! pod/perlrun.pod win32/win32.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>
+[ 19667] By: gsar                                  on 2003/06/02  18:44:34
+        Log: don't use File::Temp to implement PerlIO_tmpfile() on windows;
+             reuse the straightforward native implementation instead
+
+             this fixes the warning from io_xs.t
+
+             NOTE: File::Temp has a less-than-robust implementation on windows
+             that relies on END blocks being run (this may not happen always)
      Branch: perl
-          - lib/File/Spec/NW5.pm
-          ! MANIFEST lib/File/Spec.pm
+          ! op.c win32/win32.c win32/win32iop.h
 ____________________________________________________________________________
-[ 14044] By: jhi                                   on 2002/01/03  19:26:53
-        Log: FAQ sync (RCS Ids only?)
+[ 19666] By: gsar                                  on 2003/06/02  18:29:46
+        Log: change#19628 broke many win32/system.t tests, so back it out
      Branch: perl
-          ! pod/perlfaq4.pod pod/perlfaq6.pod pod/perlfaq7.pod
+          ! pod/perlrun.pod win32/win32.c
 ____________________________________________________________________________
-[ 14043] By: jhi                                   on 2002/01/03  19:25:48
-        Log: AUTHORs updates.
+[ 19665] By: rgs                                   on 2003/06/02  18:22:06
+        Log: A little bit more of weird-code-proofing in B::Deparse.
+             Fixes a bug reported by Alexey Tourbin in
+             Message-ID: <20030602085348.GA24023@solemn.turbinal.org>
      Branch: perl
-          ! AUTHORS
+          ! ext/B/B/Deparse.pm
 ____________________________________________________________________________
-[ 14042] By: jhi                                   on 2002/01/03  16:04:24
-        Log: Update Changes.
+[ 19664] By: jhi                                   on 2003/06/02  16:41:37
+        Log: Upgrade to the CGI.pm 2.93.
+
+             (Lincoln keeps ripping out the BEGIN/PERL_CORE blocks.  Sigh.)
      Branch: perl
-          ! Changes patchlevel.h
+          + lib/CGI/t/util-58.t
+          ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
+          ! lib/CGI/Fast.pm lib/CGI/Pretty.pm lib/CGI/Util.pm
+          ! lib/CGI/t/apache.t lib/CGI/t/carp.t lib/CGI/t/cookie.t
+          ! lib/CGI/t/fast.t lib/CGI/t/form.t lib/CGI/t/function.t
+          ! lib/CGI/t/html.t lib/CGI/t/push.t lib/CGI/t/request.t
+          ! lib/CGI/t/switch.t lib/CGI/t/util.t
 ____________________________________________________________________________
-[ 14041] By: jhi                                   on 2002/01/03  15:57:42
-        Log: Missed the =head1 additions.
+[ 19663] By: jhi                                   on 2003/06/02  16:16:51
+        Log: Whitespace tweaks.
      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
+          ! hints/uwin.sh
 ____________________________________________________________________________
-[ 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>            
+[ 19662] By: jhi                                   on 2003/06/02  16:08:22
+        Log: U/WIN: final (for now) touches from John P. Linderman;
+             now we get 97% success rate, the remaining failures are
+             quite obscure.
      Branch: perl
-          ! lib/Carp.t lib/Carp/Heavy.pm
+          ! hints/uwin.sh lib/locale.t
 ____________________________________________________________________________
-[ 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.
+[ 19661] By: gbarr                                 on 2003/06/02  12:13:35
+        Log: Sync with libnet 1.14
      Branch: perl
-          ! hv.c
+          ! lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Domain.pm
+          ! lib/Net/FTP.pm lib/Net/FTP/A.pm lib/Net/NNTP.pm
+          ! lib/Net/POP3.pm lib/Net/README.libnet lib/Net/SMTP.pm
+          ! lib/Net/libnetFAQ.pod lib/Net/t/hostname.t
 ____________________________________________________________________________
-[ 14038] By: jhi                                   on 2002/01/03  15:01:09
-        Log: NetWare tweaks from Ananth Kesari.
+[ 19660] By: jhi                                   on 2003/06/02  09:28:30
+        Log: Beautification.
      Branch: perl
-          ! NetWare/t/NWScripts.pl lib/File/Find.pm
+          ! op.c
 ____________________________________________________________________________
-[ 14037] By: jhi                                   on 2002/01/03  13:41:38
-        Log: Cast.
+[ 19659] By: jhi                                   on 2003/06/02  09:07:38
+        Log: Duplicate definition bad.
      Branch: perl
-          ! regexec.c
+          ! op.c
 ____________________________________________________________________________
-[ 14036] By: ams                                   on 2002/01/03  12:12:31
-        Log: Grammar fix suggested by Gwyn Judd.
+[ 19658] By: jhi                                   on 2003/06/02  09:02:18
+        Log: I thought I tried building threaded.  Never think.  Try.
      Branch: perl
-          ! pod/perldiag.pod
+          ! perlio.c
 ____________________________________________________________________________
-[ 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
+[ 19657] By: jhi                                   on 2003/06/02  08:54:04
+        Log: Stick with the original (5.8.0) logic.
+     Branch: perl
+          ! op.c
 ____________________________________________________________________________
-[ 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
+[ 19656] By: jhi                                   on 2003/06/02  08:28:51
+        Log: Since pulling in File::Temp for tempfiles would pull in
+             also Fcntl, miniperl could not open up tempfiles.  This broke
+             the use of miniperl in VMS, as noticed by Craig Berry.
+             Try to cure this by moving the creation of tempfile into its
+             own routine, my_tmpfp(), which gets compiled differently
+             for miniperl and perl.
+     Branch: perl
+          ! embed.fnc embed.h op.c perlio.c proto.h
 ____________________________________________________________________________
-[ 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>
+[ 19655] By: jhi                                   on 2003/06/02  06:54:05
+        Log: A pointless test, noticed by Craig Berry.
      Branch: perl
-          ! ext/Devel/PPPort/Makefile.PL
+          ! perlio.c
 ____________________________________________________________________________
-[ 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)
+[ 19654] By: rgs                                   on 2003/06/01  07:37:50
+        Log: Two Cygwin patches from Gerrit.
+
+             Subject: [PATCH] perl.h, README.cygwin: Cygwin O_TEXT <> O_BINARY issue
+             From: "Gerrit P. Haase" <gp@familiehaase.de>
+             Date: Sat, 31 May 2003 14:12:07 +0200
+             Message-ID: <179860591535.20030531141207@familiehaase.de>
+
+             Subject: [PATCH] t/io/layers.t, Cygwin != DOSISH
+             Date: Sat, 31 May 2003 13:57:49 +0200
+             Message-ID: <11859733881.20030531135749@familiehaase.de>
+     Branch: perl
+          ! README.cygwin perl.h t/io/layers.t
 ____________________________________________________________________________
-[ 14031] By: jhi                                   on 2002/01/03  01:52:04
-        Log: Off-by-one is my middle name.
+[ 19652] By: rgs                                   on 2003/05/31  19:54:31
+        Log: Fix a case of segfault in gv_check(), by making
+             it ignore non-GV values in stashes.
      Branch: perl
-          ! regexec.c
+          ! gv.c t/op/stash.t
 ____________________________________________________________________________
-[ 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>
+[ 19651] By: rgs                                   on 2003/05/31  18:48:59
+        Log: Don't install test.pl files.
      Branch: perl
-          + ext/threads/shared/t/no_share.t
-          ! MANIFEST ext/threads/shared/shared.pm ext/threads/threads.pm
+          ! installperl
 ____________________________________________________________________________
-[ 14029] By: jhi                                   on 2002/01/02  23:40:08
-        Log: Simon's new perlapi scheme, I hope I got all the pieces.
+[ 19650] By: rgs                                   on 2003/05/31  18:47:50
+        Log: Regenerate internals pods.
      Branch: perl
-          + autodoc.pl embed.fnc
-          ! MANIFEST Makefile.SH embed.pl pod/perlapi.pod
+          ! pod/perlapi.pod pod/perlintern.pod
 ____________________________________________________________________________
-[ 14028] By: jhi                                   on 2002/01/02  23:29:03
-        Log: Integrate perlio:
-             
-             [ 14022]
-             More PPPort Makefile source dependence removal
+[ 19649] By: rgs                                   on 2003/05/31  18:33:07
+        Log: Subject: [PATCH] jumbo closure patch broke formats
+             From: Dave Mitchell <davem@fdgroup.com>
+             Date: Sat, 31 May 2003 19:54:48 +0100
+             Message-ID: <20030531185448.GA6055@fdgroup.com>
+             Plus restore the original test script for bug #22372
      Branch: perl
-         !> ext/Devel/PPPort/Makefile.PL perl.h
+          ! pad.c t/op/write.t
 ____________________________________________________________________________
-[ 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>
+[ 19648] By: jhi                                   on 2003/05/31  17:37:36
+        Log: Better patch from Inaba Hiroto for
+             [perl #22375] 'split'/'index' problem for utf8
      Branch: perl
-          ! pod/perldiag.pod
+          ! sv.c
 ____________________________________________________________________________
-[ 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>
+[ 19647] By: rgs                                   on 2003/05/31  11:46:52
+        Log: Subject: Re: [perl #22372] [PATCH] sv_chop() broken
+             From: Enache Adrian <enache@rdslink.ro>
+             Date: Sat, 31 May 2003 14:18:11 +0300
+             Message-ID: <20030531111811.GA1240@ratsnest.hole>
      Branch: perl
-          ! lib/Term/Cap.pm
+          ! t/op/write.t
 ____________________________________________________________________________
-[ 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>
+[ 19646] By: jhi                                   on 2003/05/31  05:40:15
+        Log: Interesting patch(1) glitch.
      Branch: perl
-          ! pod/perldiag.pod t/comp/proto.t toke.c
+          ! lib/Tie/File.pm
 ____________________________________________________________________________
-[ 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>
+[ 19645] By: jhi                                   on 2003/05/31  05:37:10
+        Log: Subject: Re: [perl #22372] [PATCH] sv_chop() broken
+             From: Enache Adrian <enache@rdslink.ro>
+             Date: Fri, 30 May 2003 18:52:28 +0300
+             Message-ID: <20030530155228.GA872@ratsnest.hole>
      Branch: perl
-          ! lib/Term/Cap.pm
+          ! sv.c t/op/write.t
 ____________________________________________________________________________
-[ 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>
+[ 19644] By: jhi                                   on 2003/05/31  05:31:11
+        Log: Subject: [PATCH] ext/Encode/t/perlio.t filename tweak
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Fri, 30 May 2003 13:08:01 -0500
+             Message-ID: <3ED79E01.8050401@mac.com>
      Branch: perl
-          ! lib/Cwd.pm
+          ! ext/Encode/t/perlio.t
 ____________________________________________________________________________
-[ 14022] By: nick                                  on 2002/01/02  18:01:21
-        Log: More PPPort Makefile source dependence removal
-     Branch: perlio
-          ! ext/Devel/PPPort/Makefile.PL
+[ 19643] By: jhi                                   on 2003/05/31  05:28:56
+        Log: Upgrade to Tie::File 0.96.
+     Branch: perl
+          ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
+          ! lib/Tie/File/t/09_gen_rs.t
 ____________________________________________________________________________
-[ 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
+[ 19642] By: jhi                                   on 2003/05/30  19:06:02
+        Log: test.pl-isation.
+     Branch: perl
+          ! t/op/index.t
 ____________________________________________________________________________
-[ 14020] By: ams                                   on 2002/01/02  17:06:27
-        Log: Fix misplaced application of #14016.
+[ 19641] By: jhi                                   on 2003/05/30  15:59:57
+        Log: A bit of networking notworking negativity.
+             (Inspiration from Jos.)
      Branch: perl
-          ! op.c
+          ! pod/perlport.pod
 ____________________________________________________________________________
-[ 14019] By: jhi                                   on 2002/01/02  16:51:38
-        Log: Integrate perlio:
-             
-             [ 14017]
-             Avoid un-init perl_debug_pad in clones
+[ 19640] By: jhi                                   on 2003/05/30  05:47:15
+        Log: Fix for "#22375 'split'/'index' problem for utf8".
      Branch: perl
-         !> sv.c
+          ! sv.c t/op/index.t
 ____________________________________________________________________________
-[ 14018] By: jhi                                   on 2002/01/02  16:50:22
-        Log: makedepend VOS fix from Paul Green.
+[ 19639] By: jhi                                   on 2003/05/29  19:07:35
+        Log: Add the test case for the already fixed
+             [perl #22351] perl bug with 'e' substitution modifier
      Branch: perl
-          ! makedepend.SH
+          ! t/op/subst.t
 ____________________________________________________________________________
-[ 14017] By: nick                                  on 2002/01/02  16:09:43
-        Log: Avoid un-init perl_debug_pad in clones
-     Branch: perlio
-          ! sv.c
+[ 19638] By: jhi                                   on 2003/05/29  18:56:46
+        Log: Comment tweakage.
+     Branch: perl
+          ! intrpvar.h
 ____________________________________________________________________________
-[ 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>
+[ 19637] By: rgs                                   on 2003/05/29  18:47:40
+        Log: Subject: [PATCH] jumbo closure fix
+             From: Dave Mitchell <davem@fdgroup.com>
+             Date: Wed, 26 Feb 2003 14:49:47 +0000
+             Message-ID: <20030226144947.A14444@fdgroup.com>
      Branch: perl
-          ! op.c
+          ! embed.fnc embed.h embedvar.h ext/Devel/Peek/Peek.t intrpvar.h
+          ! op.c pad.c perlapi.h pod/perldiag.pod pod/perlintern.pod
+          ! pod/perlref.pod proto.h regcomp.c t/lib/warnings/pad
+          ! t/op/closure.t
 ____________________________________________________________________________
-[ 14015] By: jhi                                   on 2002/01/02  15:21:12
-        Log: Update Changes.
+[ 19635] By: jhi                                   on 2003/05/29  09:13:06
+        Log: Subject: Credits patch
+             From: Ed Avis <ed@membled.com>
+             Date: Sun, 18 May 2003 18:08:55 +0100 (BST)
+             Message-ID: <Pine.LNX.4.20L2.0305181807080.10859-100000@budvar.future-i.net>
      Branch: perl
-          ! Changes patchlevel.h
+          ! lib/Tie/RefHash.pm
 ____________________________________________________________________________
-[ 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...
+[ 19634] By: jhi                                   on 2003/05/29  09:11:30
+        Log: Subject: [patch] IO::File->open() with encoding
+             From: Pradeep Hodigere <phodigere@yahoo.com>
+             Date: Mon, 19 May 2003 16:05:47 -0700 (PDT)
+             Message-ID: <20030519230547.39731.qmail@web12302.mail.yahoo.com>
      Branch: perl
-          ! embed.pl pod/perlapi.pod proto.h regexec.c t/op/pat.t utf8.c
+          + ext/IO/lib/IO/t/io_utf8.t
+          ! MANIFEST ext/IO/lib/IO/File.pm
 ____________________________________________________________________________
-[ 14013] By: ams                                   on 2002/01/02  13:43:58
-        Log: Upgrade to podlators-1.19.
+[ 19633] By: jhi                                   on 2003/05/29  08:18:09
+        Log: A *much* cut-down version of the patches in the thread
+             Subject: [perl #22224] 2 patches to perldiag.pod; for POSIX and Win32 errors
+             From: Jim Cromie (via RT) <perlbug-followup@perl.org>
+             Date: 16 May 2003 19:04:28 -0000
+             Message-Id: <rt-22224-57743.7.22990607358@bugs6.perl.org>
      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
+          ! pod/perldiag.pod
 ____________________________________________________________________________
-[ 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>
+[ 19632] By: jhi                                   on 2003/05/29  08:12:46
+        Log: Subject: [PATCH] $x = $empty_hash{$undef_val} doesn't give a warning
+             From: Dave Mitchell <davem@fdgroup.com>
+             Date: Tue, 27 May 2003 19:31:10 +0100
+             Message-ID: <20030527183110.GA22715@fdgroup.com>
      Branch: perl
-          ! lib/Pod/Usage.pm
+          ! hv.c
 ____________________________________________________________________________
-[ 14011] By: nick                                  on 2002/01/02  08:38:18
-        Log: Integrate mainline
-     Branch: perlio
-         !> (integrate 28 files)
+[ 19631] By: jhi                                   on 2003/05/29  08:11:42
+        Log: Document that setvbuf() is not probably any more available.
+             Many reports, most recently by mjd in
+             [perl #22339] IO::Handle::setvbuf not defined properly
+     Branch: perl
+          ! ext/IO/lib/IO/Handle.pm
 ____________________________________________________________________________
-[ 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.
+[ 19630] By: jhi                                   on 2003/05/29  07:59:51
+        Log: Subject: typo in pod/perlfunc.pod
+             From: Alexey Mahotkin <alexm@w-m.ru>
+             Date: Wed, 28 May 2003 15:18:04 +0400
+             Message-ID: <878ysrs4k3.fsf@dim.w-m.ru>
      Branch: perl
-          ! embed.h embed.pl pod/perlapi.pod proto.h regexec.c utf8.c
+          ! pod/perlfunc.pod
 ____________________________________________________________________________
-[ 14009] By: jhi                                   on 2002/01/02  00:35:15
-        Log: Once more try to get the PPPort Makefile right.
+[ 19629] By: merijn                                on 2003/05/28  12:24:42
+        Log: Subject: [PATCH] Re: a2p is linked against too many libraries
+             From: Andy Dougherty <doughera@lafayette.edu>
+             Date: Wed, 28 May 2003 09:20:06 -0400 (EDT)
+             Message-ID: <Pine.SOL.4.53.0305280913350.27138@maxwell.phys.lafayette.edu>
      Branch: perl
-          ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/ppport_h.PL
+          ! x2p/Makefile.SH
 ____________________________________________________________________________
-[ 14008] By: jhi                                   on 2002/01/02  00:03:27
-        Log: -Wall silencing.
+[ 19628] By: jhi                                   on 2003/05/28  05:26:43
+        Log: Subject: [PATCH] Use "cmd.exe /x/d/c" as the default PERL5SHELL on Windows NT/2K/XP
+             From: Jan Dubois <jand@ActiveState.com>
+             Date: Mon, 26 May 2003 23:33:53 -0700
+             Message-ID: <dv06dv48900iqv5hqddmbc6vt0efvto8d6@4ax.com>
      Branch: perl
-          ! utf8.c
+          ! pod/perlrun.pod win32/win32.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>
+[ 19627] By: jhi                                   on 2003/05/28  05:08:07
+        Log: OpenZaurus cross-compilation patches from Redvers Davies.
      Branch: perl
-          ! ext/B/B/Deparse.pm
+          ! Cross/Makefile Cross/Makefile.SH.patch Cross/README
+          ! Cross/config.sh-arm-linux Cross/generate_config_sh
+          ! Cross/installperl.patch
 ____________________________________________________________________________
-[ 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.
+[ 19626] By: jhi                                   on 2003/05/27  06:30:54
+        Log: For now reword the sysread/syswrite description to
+             stress the fact that by default everything is still bytes.
      Branch: perl
-          ! perl.h
+          ! pod/perlfunc.pod
 ____________________________________________________________________________
-[ 14005] By: jhi                                   on 2002/01/01  23:34:25
-        Log: Make ibcmp_utf8() more robust and make regmatch() use it.
+[ 19625] By: jhi                                   on 2003/05/26  20:31:56
+        Log: Subject: Re: [perl #22299] goto doesn't find label
+             From: Dave Mitchell <davem@fdgroup.com>
+             Date: Sat, 24 May 2003 12:25:17 +0100
+             Message-ID: <20030524112517.GA11761@fdgroup.com>
+
+             Subject: [PATCH] Re: [perl #22299] goto doesn't find label
+             From: Dave Mitchell <davem@fdgroup.com>
+             Date: Mon, 26 May 2003 13:47:11 +0100
+             Message-ID: <20030526124710.GA17670@fdgroup.com>
      Branch: perl
-          ! regexec.c utf8.c
+          ! pp_ctl.c t/op/goto.t
 ____________________________________________________________________________
-[ 14004] By: jhi                                   on 2002/01/01  18:27:50
-        Log: Now that to_utf8_fold() was fixed.
+[ 19623] By: merijn                                on 2003/05/26  11:19:38
+        Log: Subject: [PATCH] for cygwin/perlld.in
+             From: "Gerrit P. Haase" <gp@familiehaase.de>
+             Date: Sat, 24 May 2003 16:51:29 +0200
+             Message-ID: <162265353578.20030524165129@familiehaase.de>
      Branch: perl
-          ! regcomp.c regexec.c
+          ! cygwin/perlld.in
 ____________________________________________________________________________
-[ 14003] By: jhi                                   on 2002/01/01  18:04:02
-        Log: Integrate perlio:
-             
-             [ 13991]
-             Experimental binmode() re-coding (UNIX okay - but it would be...)
+[ 19622] By: jhi                                   on 2003/05/25  18:57:18
+        Log: Regen modlib and toc.
      Branch: perl
-         !> perlio.c
+          ! pod/perlmodlib.pod pod/perltoc.pod
 ____________________________________________________________________________
-[ 14002] By: jhi                                   on 2002/01/01  17:53:44
-        Log: Document the to_utf8_*() functions.
+[ 19621] By: jhi                                   on 2003/05/25  18:51:00
+        Log: Run external commands only with localized sanitized $ENV{PATH}.
      Branch: perl
-          ! embed.pl pod/perlapi.pod utf8.c
+          ! ext/Sys/Hostname/Hostname.pm
 ____________________________________________________________________________
-[ 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.
+[ 19620] By: jhi                                   on 2003/05/25  18:39:04
+        Log: Subject: Re: [PATCH: perlio.h] maint snap @ 19613
+             From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
+             Date: Sun, 25 May 2003 21:17:42 +0200
+             Message-ID: <003701c322f2$517fb5e0$0c2f1fac@R2D2>
      Branch: perl
-          ! regexec.c
+          ! perlio.h
 ____________________________________________________________________________
-[ 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>
+[ 19619] By: jhi                                   on 2003/05/25  18:36:17
+        Log: Protect against race conditions: if the pid is not seen,
+             neither will be the $0 change be seen (and vice versa).
      Branch: perl
-          ! installperl
+          ! ext/threads/t/join.t
 ____________________________________________________________________________
-[ 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>
+[ 19618] By: jhi                                   on 2003/05/24  19:54:39
+        Log: Subject: [Encode] Minor bug in piconv induced by Getopt::Long
+             From: Dan Kogai <dankogai@dan.co.jp>
+             Date: 24 May 2003 19:50:48 -0000
+             Message-ID: <20030524195048.16052.qmail@dan-gm.gm.dan.co.jp>
      Branch: perl
-          ! pod/perldiag.pod
+          ! ext/Encode/bin/piconv
 ____________________________________________________________________________
-[ 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>
+[ 19610] By: jhi                                   on 2003/05/24  06:42:52
+        Log: Subject: [PATCH #2] Re: [perl #22181] goto undefines my() variables
+             From: Dave Mitchell <davem@fdgroup.com>
+             Date: Thu, 22 May 2003 10:13:19 +0100
+             Message-ID: <20030522091319.GA4568@fdgroup.com>
+
+             Subject: Re: [PATCH #2] Re: [perl #22181] goto undefines my() variables
+             From: Dave Mitchell <davem@fdgroup.com>
+             Date: Fri, 23 May 2003 17:09:44 +0100
+             Message-ID: <20030523160944.GC9194@fdgroup.com>
      Branch: perl
-          ! pod/perldiag.pod
+          ! ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/t/debug.t
+          ! ext/B/t/deparse.t op.c op.h t/op/goto.t t/run/switchd.t
 ____________________________________________________________________________
-[ 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>
+[ 19608] By: jhi                                   on 2003/05/24  06:30:40
+        Log: Missing "to".
      Branch: perl
-          ! ext/Socket/socketpair.t
+          ! NetWare/config_H.wc Porting/config_H config_h.SH
+          ! plan9/config.plan9 plan9/config_h.sample uconfig.h
+          ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
+          ! win32/config_H.vc64 wince/config_H.ce
 ____________________________________________________________________________
-[ 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>
+[ 19607] By: jhi                                   on 2003/05/24  06:23:51
+        Log: Introduce (undefined) pthread_attr_setscope to non-Configure lands.
      Branch: perl
-          ! ext/B/t/stash.t lib/Exporter.pm lib/Exporter/Heavy.pm
+          ! Cross/config.sh-arm-linux NetWare/config.wc
+          ! NetWare/config_H.wc configure.com epoc/config.sh
+          ! plan9/config.plan9 plan9/config_h.sample
+          ! plan9/config_sh.sample uconfig.h uconfig.sh 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 wince/config.ce wince/config_H.ce
 ____________________________________________________________________________
-[ 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>
+[ 19606] By: jhi                                   on 2003/05/24  06:05:17
+        Log: Regen Glossary et al.
      Branch: perl
-          ! utils/h2xs.PL
+          ! Porting/Glossary Porting/config.sh Porting/config_H
 ____________________________________________________________________________
-[ 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>
+[ 19604] By: jhi                                   on 2003/05/24  05:57:49
+        Log: Add a real scan for pthread_attr_setscope().
      Branch: perl
-          ! lib/ExtUtils/MM_Unix.pm
+          ! Configure config_h.SH ext/threads/threads.xs
 ____________________________________________________________________________
-[ 13993] By: jhi                                   on 2002/01/01  03:45:24
-        Log: Rename the variables to be a bit more consistent.
+[ 19603] By: jhi                                   on 2003/05/24  05:32:34
+        Log: lib/ftp.pl requires the obsoleted (and removed) chat2.pl.
      Branch: perl
-          ! utf8.c
+          - lib/ftp.pl
+          ! MANIFEST
 ____________________________________________________________________________
-[ 13992] By: jhi                                   on 2002/01/01  03:35:01
-        Log: Unnecessary/Lingering UTF8 flag might mess up caseless matching
-             (found by Jeffrey Friedl)
+[ 19602] By: jhi                                   on 2003/05/23  17:02:28
+        Log: Noticed by John P. Linderman.
      Branch: perl
-          ! regexec.c t/op/pat.t utf8.c
+          ! epoc/epocish.h mpeix/mpeixish.h perl.h unixish.h
 ____________________________________________________________________________
-[ 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
+[ 19601] By: jhi                                   on 2003/05/23  16:58:04
+        Log: Subject: [PATCH] RE: state of deparse?
+             From: Robin Barker <Robin.Barker@npl.co.uk>
+             Date: Fri, 23 May 2003 17:42:37 +0100
+             Message-ID: <533D273D4014D411AB1D00062938C4D90404653E@hotel.npl.co.uk>
+     Branch: perl
+          ! ext/B/B/Deparse.pm
 ____________________________________________________________________________
-[ 13990] By: jhi                                   on 2001/12/31  17:13:12
-        Log: Update Changes.
+[ 19600] By: jhi                                   on 2003/05/23  16:55:09
+        Log: Subject: [PATCH] for Configure -Dnoextensions=Encode
+             From: Robin Barker <Robin.Barker@npl.co.uk>
+             Date: Fri, 23 May 2003 17:37:09 +0100
+             Message-ID: <533D273D4014D411AB1D00062938C4D90404653D@hotel.npl.co.uk>
      Branch: perl
-          ! Changes patchlevel.h
+          ! ext/PerlIO/t/encoding.t ext/PerlIO/t/fallback.t
+          ! ext/Storable/t/utf8hash.t lib/open.pm lib/open.t
 ____________________________________________________________________________
-[ 13989] By: jhi                                   on 2001/12/31  16:47:28
-        Log: Less unused ones.
+[ 19599] By: jhi                                   on 2003/05/23  16:51:18
+        Log: Subject: [PATCH] RE: [PATCH] RE: maint snapshot @ 19525
+             From: Robin Barker <Robin.Barker@npl.co.uk>
+             Date: Fri, 23 May 2003 17:32:22 +0100
+             Message-ID: <533D273D4014D411AB1D00062938C4D90404653C@hotel.npl.co.uk>
      Branch: perl
-          ! regexec.c
+          ! embed.pl perl.h perlio.c perlio.h proto.h
 ____________________________________________________________________________
-[ 13988] By: jhi                                   on 2001/12/31  16:46:29
-        Log: Unused variable.
+[ 19598] By: jhi                                   on 2003/05/23  16:05:36
+        Log: Hasty editing, grumble.
      Branch: perl
-          ! regcomp.c
+          ! ext/POSIX/POSIX.xs
 ____________________________________________________________________________
-[ 13987] By: jhi                                   on 2001/12/31  16:41:15
-        Log: Forgotten file.
+[ 19597] By: jhi                                   on 2003/05/23  16:02:30
+        Log: Linewrapping MUAs, grumble.
      Branch: perl
-          ! MANIFEST
+          ! ext/POSIX/POSIX.xs
 ____________________________________________________________________________
-[ 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>
+[ 19596] By: jhi                                   on 2003/05/23  16:00:51
+        Log: U/WIN extension fix from John P. Linderman.
      Branch: perl
-          ! cygwin/Makefile.SHs
+          ! ext/POSIX/POSIX.xs
 ____________________________________________________________________________
-[ 13985] By: jhi                                   on 2001/12/31  16:33:08
-        Log: Add some comments to the recent Unicode case-folding saga.
+[ 19595] By: jhi                                   on 2003/05/23  14:19:53
+        Log: Subject: Re: Stateful PerlIO implemented [Was: [perl #22261] Was: Unrecognised BOM...]
+             From: Dan Kogai <dankogai@dan.co.jp>
+             Date: Sat, 24 May 2003 00:15:49 +0900
+             Message-Id: <6F7B29DA-8D31-11D7-9F95-000393AE4244@dan.co.jp>
      Branch: perl
-          ! regcomp.c regexec.c
+          ! ext/Encode/Changes ext/Encode/Unicode/Unicode.xs
+          ! ext/Encode/t/perlio.t ext/PerlIO/encoding/encoding.pm
 ____________________________________________________________________________
-[ 13984] By: jhi                                   on 2001/12/31  16:19:13
-        Log: Slight comment tweakage.
+[ 19594] By: jhi                                   on 2003/05/23  13:06:25
+        Log: Subject: [PATCH] ExtUtils::MakeMaker 6.10_03 -> 6.10_04
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Fri, 23 May 2003 02:10:46 -0700
+             Message-ID: <20030523091046.GB11662@windhund.schwern.org>
+     Branch: perl
+          + lib/ExtUtils/META.yml lib/ExtUtils/MakeMaker/bytes.pm
+          + lib/ExtUtils/t/bytes.t lib/ExtUtils/t/vmsish.t
+          ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Install.pm
+          ! lib/ExtUtils/Liblist/Kid.pm lib/ExtUtils/MM_Any.pm
+          ! lib/ExtUtils/MM_MacOS.pm lib/ExtUtils/MM_Unix.pm
+          ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
+          ! lib/ExtUtils/MakeMaker/FAQ.pod
+          ! lib/ExtUtils/MakeMaker/Tutorial.pod lib/ExtUtils/Manifest.pm
+          ! lib/ExtUtils/TODO lib/ExtUtils/t/Install.t
+          ! lib/ExtUtils/t/Manifest.t lib/ExtUtils/t/basic.t
+____________________________________________________________________________
+[ 19593] By: jhi                                   on 2003/05/23  12:56:23
+        Log: Subject: Stateful PerlIO implemented [Was: [perl #22261] Was: Unrecognised BOM...]
+             From: Dan Kogai <dankogai@dan.co.jp>
+             Date: Fri, 23 May 2003 20:17:16 +0900
+             Message-Id: <1C123D88-8D10-11D7-B277-000393AE4244@dan.co.jp>
      Branch: perl
-          ! ext/I18N/Langinfo/Langinfo.t
+          ! ext/Encode/Encode.pm ext/Encode/Encode.xs
+          ! ext/Encode/Unicode/Unicode.pm ext/Encode/Unicode/Unicode.xs
+          ! ext/Encode/lib/Encode/Encoding.pm
+          ! ext/PerlIO/encoding/encoding.xs
 ____________________________________________________________________________
-[ 13983] By: jhi                                   on 2001/12/31  16:05:18
-        Log: Clarify the BeOS O_TEXT/O_BINARY situation.
+[ 19592] By: jhi                                   on 2003/05/23  12:52:05
+        Log: Workaround for buggy gcc 2.95.3 in openbsd/sparc64.
      Branch: perl
-          ! perl.h
+          ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
+          ! ext/Time/HiRes/HiRes.xs
 ____________________________________________________________________________
-[ 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>
+[ 19590] By: jhi                                   on 2003/05/22  11:51:46
+        Log: Subject: Re: [cpan #2629] Wrong assumption in numeric comparison
+             From: Dan Kogai <dankogai@dan.co.jp>
+             Date: Thu, 22 May 2003 18:46:40 +0900
+             Message-Id: <49E36875-8C3A-11D7-9C91-000393AE4244@dan.co.jp>
      Branch: perl
-          ! lib/Pod/t/basic.t
+          ! ext/Encode/encoding.pm
 ____________________________________________________________________________
-[ 13981] By: jhi                                   on 2001/12/31  14:44:03
-        Log: Tweak the dependencies not to recompile everytime,
-             as suggested by NI-S.
+[ 19589] By: rgs                                   on 2003/05/21  21:37:28
+        Log: Subject: [PATCH] [perl #21887] h2xs becoming enum-aware
+             From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
+             Date: Tue, 13 May 2003 10:36:32 +0200
+             Message-id: <20030513083631.GA21782@ethan>
      Branch: perl
-          ! ext/Devel/PPPort/Makefile.PL
+          ! utils/h2xs.PL
 ____________________________________________________________________________
-[ 13980] By: jhi                                   on 2001/12/31  14:29:17
-        Log: Planning still not right.
+[ 19588] By: rgs                                   on 2003/05/21  21:03:04
+        Log: New warning "Useless localization of %s", based on
+             Subject: [PATCH] new warning "Useless localization of %s is deprecated"
+             From: Dave Mitchell <davem@fdgroup.com>
+             Date: Wed, 30 Apr 2003 21:17:38 +0100
+             Message-ID: <20030430201738.GA22054@fdgroup.com>
+
+             The proposed patch added this warning in the 'deprecated' category ;
+             I think this category is for things that exist and will be removed,
+             rather than for things that don't exist and that will maybe be added.
      Branch: perl
-          ! lib/User/grent.t
+          ! op.c pod/perldiag.pod t/lib/warnings/op
 ____________________________________________________________________________
-[ 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)
+[ 19586] By: rgs                                   on 2003/05/21  19:56:38
+        Log: Introduce a new preprocessor symbol, PERL_DISABLE_PMC, to
+             disable the loading of .pmc files if defined.
+             Rename the function S_doopen_pmc to S_doopen_pm.
      Branch: perl
-          ! lib/User/grent.t
+          ! Porting/thirdclean embed.fnc embed.h pp_ctl.c proto.h
 ____________________________________________________________________________
-[ 13978] By: jhi                                   on 2001/12/31  14:17:55
-        Log: Integrate perlio:
-             
-             [ 13975]
-             perlio.c cleanup - in particular avoid accidental PerlIO_flush(NULL)
-             if PerlIONext is NULL.
+[ 19585] By: jhi                                   on 2003/05/21  19:28:23
+        Log: More U/WIN tweaks from John P. Linderman.
      Branch: perl
-         !> ext/Devel/PPPort/MANIFEST perlio.c perliol.h
+          ! t/io/layers.t t/io/tell.t
 ____________________________________________________________________________
-[ 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>
+[ 19584] By: rgs                                   on 2003/05/21  19:27:13
+        Log: Subject: [PATCH] perldata.pod revamp rev. 3
+             From: Shlomi Fish <shlomif@vipe.technion.ac.il>
+             Date: Wed, 14 May 2003 17:46:05 +0300 (IDT)
+             Message-ID: <Pine.LNX.4.33L2.0305141744520.24207-200000@vipe.technion.ac.il>
      Branch: perl
-          ! ext/IO/lib/IO/Socket/INET.pm
+          ! pod/perldata.pod
 ____________________________________________________________________________
-[ 13976] By: nick                                  on 2001/12/31  13:56:11
-        Log: Integrate mainline
-     Branch: perlio
-         !> (integrate 29 files)
+[ 19583] By: jhi                                   on 2003/05/21  19:18:21
+        Log: Subject: Re: [perl #22231] <$foo> is parsed as glob(' ' . $foo) if Switch.pm is used
+             From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
+             Date: Mon, 19 May 2003 17:53:25 -0400
+             Message-ID: <20030519215325.GE1629175@linguist.thayer.dartmouth.edu>
+
+             (the bug id corrected to be #22231, not #22238)
+     Branch: perl
+          ! lib/Switch.pm
 ____________________________________________________________________________
-[ 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
+[ 19582] By: jhi                                   on 2003/05/21  14:17:14
+        Log: MAN3PODS => {} good.  (Was in 5.8.0, has been lost at some point.)
+     Branch: perl
+          ! ext/MIME/Base64/Makefile.PL
 ____________________________________________________________________________
-[ 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>
+[ 19581] By: jhi                                   on 2003/05/21  14:15:26
+        Log: U/WIN test tweak from John P. Linderman.
      Branch: perl
-          ! t/comp/proto.t toke.c
+          ! t/op/chdir.t
 ____________________________________________________________________________
-[ 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]>
+[ 19580] By: jhi                                   on 2003/05/21  13:06:13
+        Log: VMS test tweak from Craig Berry.
      Branch: perl
-          ! configure.com
+          ! lib/DirHandle.t
 ____________________________________________________________________________
-[ 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>
+[ 19579] By: jhi                                   on 2003/05/21  13:03:34
+        Log: U/WIN test nit for John P. Linderman.
      Branch: perl
-          ! lib/ExtUtils/t/MM_Win32.t
+          ! ext/Cwd/t/cwd.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>
+[ 19578] By: jhi                                   on 2003/05/21  13:01:42
+        Log: Subject: [Encode] 1.95 released
+             From: Dan Kogai <dankogai@dan.co.jp>
+             Date: Wed, 21 May 2003 18:26:26 +0900
+             Message-Id: <4B8D9AB5-8B6E-11D7-848A-000393AE4244@dan.co.jp>
      Branch: perl
-          ! pod/perldiag.pod t/comp/proto.t toke.c
+          ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/MANIFEST
+          ! ext/Encode/META.yml ext/Encode/Unicode/Unicode.pm
+          ! ext/Encode/lib/Encode/Alias.pm ext/Encode/lib/Encode/Config.pm
+          ! ext/Encode/lib/Encode/Unicode/UTF7.pm ext/Encode/t/Unicode.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
 ____________________________________________________________________________
-[ 13970] By: jhi                                   on 2001/12/31  03:53:54
-        Log: Makefiles are sloppy about the exe suffix
-             (from Paul Green)
+[ 19575] By: rgs                                   on 2003/05/20  19:22:30
+        Log: Enhance the failure reporting for the pod2html tests
      Branch: perl
-          ! Makefile.SH x2p/Makefile.SH
+          ! lib/Pod/t/htmlview.t lib/Pod/t/pod2html-lib.pl
 ____________________________________________________________________________
-[ 13969] By: jhi                                   on 2001/12/31  03:42:15
-        Log: Delay folding until necessary; start of handling
-             folding into several characters.
+[ 19574] By: rgs                                   on 2003/05/20  18:52:21
+        Log: Upgrade to Getopt::Long 2.33
+             (mostly a version number increment)
      Branch: perl
-          ! regcomp.c regexec.c
+          ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES
+          ! lib/Getopt/Long/README
 ____________________________________________________________________________
-[ 13968] By: jhi                                   on 2001/12/31  00:35:35
-        Log: gcc -Wall dewhine.
+[ 19573] By: rgs                                   on 2003/05/20  18:43:37
+        Log: Upgrade to CPAN 1.70_54
+             Subject: Re: CPAN.pm into blead
+             From: Andreas J Koenig <andreas.koenig@anima.de>
+             Date: Tue, 20 May 2003 11:31:16 +0200
+             Message-ID: <87of1y6k2j.fsf@franz.ak.mind.de>
      Branch: perl
-          ! regexec.c
+          - lib/CPAN/README
+          ! MANIFEST lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
 ____________________________________________________________________________
-[ 13967] By: jhi                                   on 2001/12/31  00:29:37
-        Log: More Unicode folding tweaks, avoid potential false matches.
+[ 19571] By: jhi                                   on 2003/05/19  19:52:23
+        Log: Further -Uuseperlio tweaking.
      Branch: perl
-          ! regexec.c
+          ! ext/Encode/t/Unicode.t
 ____________________________________________________________________________
-[ 13966] By: jhi                                   on 2001/12/30  23:30:56
-        Log: Make that six wrongs.
+[ 19570] By: rgs                                   on 2003/05/19  19:20:48
+        Log: Subject: Re: Possible precedence problem on bitwise ^ operator
+             From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
+             Date: Sun, 18 May 2003 19:21:01 -0700
+             Message-ID: <N+Dy+gzkg+XX092yn@efn.org>
+             (with tweaks to perldiag.pod)
      Branch: perl
-          ! regexec.c utf8.c
+          ! op.c pod/perldiag.pod
 ____________________________________________________________________________
-[ 13965] By: jhi                                   on 2001/12/30  23:12:17
-        Log: Four wrongs can make a right.
+[ 19569] By: jhi                                   on 2003/05/19  19:02:23
+        Log: More Ultrix double definition avoidance.
      Branch: perl
-          ! regexec.c utf8.c
+          ! ext/Socket/Socket.xs
 ____________________________________________________________________________
-[ 13964] By: jhi                                   on 2001/12/30  21:12:25
-        Log: Fix all the I case foldings as per CaseFold.txt.
+[ 19566] By: jhi                                   on 2003/05/19  04:58:25
+        Log: Integrate perlio:
+             [ 19556]
+             Fix ticket 18265
+
+             [ 19557]
+             EINTR retry should exit on count >= 0 not !=0
      Branch: perl
-          ! regcomp.c regexec.c
+         !> perlio.c
 ____________________________________________________________________________
-[ 13963] By: jhi                                   on 2001/12/30  20:04:32
-        Log: Fix all the C(ommon) case foldings as per CaseFold.txt.
+[ 19565] By: jhi                                   on 2003/05/19  04:56:16
+        Log: Nekkid numbers.
      Branch: perl
-          ! lib/unicore/To/Fold.pl lib/unicore/mktables regcomp.c
-          ! regexec.c utf8.c
+          ! ext/threads/threads.xs
 ____________________________________________________________________________
-[ 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
+[ 19564] By: jhi                                   on 2003/05/19  04:52:49
+        Log: Meaningless cosmetics.
+     Branch: perl
+          ! ext/threads/threads.xs
 ____________________________________________________________________________
-[ 13961] By: jhi                                   on 2001/12/30  17:35:45
-        Log: Integrate perlio:
-             
-             [ 13959]
-             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:
-             
-             [ 13950]
-             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 $!.
-             
-             [ 13948]
-             remove embed.pl duplicates
-             
-             [ 13944]
-             "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 
+[ 19563] By: jhi                                   on 2003/05/19  04:47:53
+        Log: Make Perl_ithread_self() a bit more helpful when
+             finding the thread fails (suggested by Stas in
+             perl-ithreads Mar 01)
      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
+          ! ext/threads/threads.xs
 ____________________________________________________________________________
-[ 13957] By: jhi                                   on 2001/12/30  16:32:33
-        Log: metaconfig unit change for #13956.
-     Branch: metaconfig
-          ! U/modified/spitshell.U
+[ 19562] By: jhi                                   on 2003/05/19  04:40:11
+        Log: Slightly wrong panic messages.
+     Branch: perl
+          ! ext/threads/threads.xs
 ____________________________________________________________________________
-[ 13956] By: jhi                                   on 2001/12/30  16:32:11
-        Log: Must look for cat also in $PATH (noticed by Philip Newton).
+[ 19561] By: jhi                                   on 2003/05/19  04:33:31
+        Log: Ultrix: the #19435 helped the IO extension, so this should
+             help the Socket extension (socket structs redefinitions).
      Branch: perl
-          ! Configure
+          ! ext/Socket/Socket.xs
 ____________________________________________________________________________
-[ 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>
+[ 19560] By: jhi                                   on 2003/05/19  04:30:01
+        Log: Based on
+
+             Subject: [PATCH threads.xs] no system scope on VMS
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Sun, 18 May 2003 23:02:07 -0500
+             Message-ID: <3EC8573F.6050005@mac.com>
+
+             but instead go for #ifdef PTHREAD_SCOPE_SYSTEM.
      Branch: perl
-          ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod
+          ! ext/threads/threads.xs
 ____________________________________________________________________________
-[ 13954] By: jhi                                   on 2001/12/30  16:17:44
-        Log: Regen files.
+[ 19559] By: jhi                                   on 2003/05/19  04:24:27
+        Log: Make the test work without perlio, from Dan Kogai.
      Branch: perl
-          ! embed.h global.sym pod/perlapi.pod uconfig.h
+          ! ext/Encode/t/Unicode.t
 ____________________________________________________________________________
-[ 13953] By: jhi                                   on 2001/12/30  15:57:25
-        Log: Subject: [PATCH] -t without -w 
+[ 19558] By: rgs                                   on 2003/05/18  21:40:10
+        Log: Subject: [PATCH] Re: [PATCH pod/perlsyn.pod pod/perltrap.pod] Unseding perlsyn
              From: Michael G Schwern <schwern@pobox.com>
-             Date: Sat, 29 Dec 2001 23:46:25 -0500
-             Message-ID: <20011230044625.GA14386@blackrider>
+             Date: Wed, 14 May 2003 15:36:23 -0700
+             Message-ID: <20030514223623.GD23350@windhund.schwern.org>
      Branch: perl
-          ! perl.c pod/perlrun.pod pp_ctl.c t/run/switcht.t warnings.h
-          ! warnings.pl
+          ! pod/perlsyn.pod pod/perltrap.pod
 ____________________________________________________________________________
-[ 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.
+[ 19552] By: jhi                                   on 2003/05/18  07:57:23
+        Log: Integrate from perlio:
+             [ 19542]
+             Fix ticket #22219
+
+             [ 19543]
+             Spotted a bare close() where PerlLIO_close() seems correct.
      Branch: perl
-          ! lib/ExtUtils/MakeMaker.pm lib/File/Spec.pm
+         !> doio.c perlio.c
 ____________________________________________________________________________
-[ 13951] By: jhi                                   on 2001/12/30  15:51:19
-        Log: Sarathy thinks undoing C++ comments from C++ files
-             is a bit too zealous.
+[ 19550] By: jhi                                   on 2003/05/18  06:23:50
+        Log: UTF-7 tweak from Dan Kogai.
      Branch: perl
-          ! win32/perlhost.h win32/vmem.h
+          ! ext/Encode/lib/Encode/Unicode/UTF7.pm
 ____________________________________________________________________________
-[ 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
+[ 19549] By: jhi                                   on 2003/05/18  05:58:58
+        Log: The 'quotes' really are important (caught by Enache Adrian).
+     Branch: perl
+          ! Makefile.SH
 ____________________________________________________________________________
-[ 13949] By: nick                                  on 2001/12/30  12:02:21
-        Log: Integrate Cwd muddle
-     Branch: perlio
-         !> MANIFEST installperl lib/Cwd.pm
+[ 19548] By: jhi                                   on 2003/05/17  16:39:19
+        Log: Subject: [Encode] UTF-7 Support
+             From: Dan Kogai <dankogai@dan.co.jp>
+             Date: Sun, 18 May 2003 00:45:35 +0900
+             Message-Id: <99C4504E-887E-11D7-840A-000393AE4244@dan.co.jp>
+     Branch: perl
+          + ext/Encode/lib/Encode/Unicode/UTF7.pm
+          ! MANIFEST ext/Encode/Changes ext/Encode/MANIFEST
+          ! ext/Encode/Unicode/Unicode.pm ext/Encode/lib/Encode/Alias.pm
+          ! ext/Encode/lib/Encode/Config.pm
+          ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Unicode.t
 ____________________________________________________________________________
-[ 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
+[ 19547] By: jhi                                   on 2003/05/17  16:26:47
+        Log: Old (4.2BSD, like Ultrix) Bourne shells do not understand
+             non-left-aligned heredocs.
+     Branch: perl
+          ! Makefile.SH
 ____________________________________________________________________________
-[ 13947] By: nick                                  on 2001/12/30  11:35:51
-        Log: More Cwd tidy up
+[ 19545] By: jhi                                   on 2003/05/17  15:51:07
+        Log: Subject: Re: Last Call For (Least) Favourite Issues For 5.8.1
+             From: Alan Burlison <Alan.Burlison@sun.com>
+             Date: Thu, 15 May 2003 22:17:55 +0100
+             Message-ID: <3EC40403.9000804@sun.com>
+
+             (fixed symbol scanning for Solaris 10)
      Branch: perl
-          ! MANIFEST installperl
+          ! Configure
 ____________________________________________________________________________
-[ 13946] By: nick                                  on 2001/12/30  11:12:42
-        Log: Undo a mess trying Cwd.pm in its ext directory
+[ 19541] By: rgs                                   on 2003/05/17  12:10:14
+        Log: Upgrade to Getopt::Long 2.32_05
      Branch: perl
-          + lib/Cwd.pm
-          - ext/Cwd/Cwd.pm
+          ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES
+          ! lib/Getopt/Long/README lib/Getopt/Long/t/gol-basic.t
+          ! lib/Getopt/Long/t/gol-compat.t lib/Getopt/Long/t/gol-linkage.t
+          ! lib/Getopt/Long/t/gol-oo.t
 ____________________________________________________________________________
-[ 13945] By: nick                                  on 2001/12/30  10:03:43
-        Log: Integrate mainline
+[ 19540] By: rgs                                   on 2003/05/17  11:46:25
+        Log: Clarify the explanation of the warning "Possible precedence problem
+             on bitwise operator".
      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
+          ! pod/perldiag.pod
 ____________________________________________________________________________
-[ 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)
-             Date: 29 Dec 2001 21:42:37 +0100
-             Message-ID: <m33d1tvjuq.fsf@anima.de>
-             
-             (the DB_File patches)
+[ 19539] By: rgs                                   on 2003/05/17  11:36:08
+        Log: Fix bug #22216 : B::Deparse can't handle "use Module Version"
+             with fractional version numbers or v-strings.
      Branch: perl
-          ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
-          ! ext/DB_File/t/db-recno.t
+          ! ext/B/B/Deparse.pm
 ____________________________________________________________________________
-[ 13941] By: jhi                                   on 2001/12/29  20:25:22
-        Log: Integrate perlio:
-             
-             [ 13936]
-             Routine regen_config_h - no real differences other than order of crypt 
+[ 19537] By: gsar                                  on 2003/05/17  06:32:46
+        Log: missing init in change#19533
      Branch: perl
-         !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
+          ! win32/win32sck.c
 ____________________________________________________________________________
-[ 13940] By: jhi                                   on 2001/12/29  20:22:57
-        Log: Subject: [PATCH] cleaner close on tests, take 2             
-             From: andreas.koenig@anima.de (Andreas J. Koenig)
-             Date: 29 Dec 2001 21:42:37 +0100
-             Message-ID: <m33d1tvjuq.fsf@anima.de>
-             
-             (except for the three DB_File patch fragments)
+[ 19536] By: gsar                                  on 2003/05/17  06:07:07
+        Log: apply Net::Ping patch that makes the fork()-based approach
+             work better on windows (Marcus Holland-Moritz <mhx-perl@gmx.net>)
+
+             the code this affects is currently not enabled anywhere, but
+             could be enabled if the non-blocking approach runs into problems
+             on older windows versions
      Branch: perl
-          ! ext/Devel/DProf/DProf.t ext/PerlIO/t/encoding.t
-          ! ext/SDBM_File/sdbm.t ext/Storable/t/store.t lib/strict.t
-          ! t/cmd/while.t t/comp/cpp.aux t/comp/multiline.t
-          ! t/comp/require.t t/comp/script.t t/io/argv.t t/io/dup.t
-          ! t/lib/filter-util.pl t/op/anonsub.t t/op/do.t t/op/inccode.t
-          ! t/op/runlevel.t t/op/write.t t/run/switches.t
-____________________________________________________________________________
-[ 13939] By: jhi                                   on 2001/12/29  20:17:55
-        Log: Subject: [PATCH] from the non-ANSI comment police (was: it won't compile on win32)  
-             From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
-             Date: Sat, 29 Dec 2001 20:38:59 +0100
-             Message-Id: <20011229203646.24CF.H.M.BRAND@hccnet.nl>      
-             
-             (NetWare tree not touched because it's very //)
-     Branch: perl
-          ! XSUB.h os2/os2.c perl.h win32/include/netdb.h
-          ! win32/include/sys/socket.h win32/perlhost.h win32/vmem.h
-          ! wince/include/errno.h wince/include/netdb.h
-          ! wince/include/sys/socket.h wince/include/sys/stat.h
-          ! wince/perllib.c wince/perlmain.c wince/win32.h
-          ! 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
+          ! lib/Net/Ping.pm
 ____________________________________________________________________________
-[ 13935] By: jhi                                   on 2001/12/29  17:36:08
-        Log: Integrate perlio:
-             
-             [ 13934]
-             Fudge Config.pm so File::Spec does not croak.
-             
-             [ 13931]
-             Define the two socket error numbers in terms of WSAEXXXXX equivalents
-             (just to get util.c to compile)
+[ 19535] By: gsar                                  on 2003/05/17  05:54:39
+        Log: improve the implementation of Net::Ping on windows by avoiding
+             fork(), which is pretty heavy-weight for this kind of
+             application; use non-blocking sockets instead
+
+             has been verified to work on Win2k but will need testing on
+             other flavors of windows
+
+             there is a single known failure on windows in 450_service.t (test 18)
+             due to what appears to be bugs in the ping_syn()/ack() code
      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
+          ! lib/Net/Ping.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
+[ 19534] By: gsar                                  on 2003/05/17  04:53:06
+        Log: change#16723 broke the ioctl() return value on platforms
+             that have ioctl() but no fcntl() (e.g. windows)
+
+             change#17577 then attempted to fix the bustage, but got
+             it wrong
+     Branch: perl
+          ! pp_sys.c
 ____________________________________________________________________________
-[ 13932] By: jhi                                   on 2001/12/29  17:24:24
-        Log: VOS tweaks from Paul Green.
-             
-             The Configure tweaks: the _exe needs to be
-             set after the init; VOS has fd 3 hardwired to /dev/tty;
-             the grep/ln/make substitutions really need to stick.
-     Branch: perl
-          ! Configure hints/vos.sh perl.h util.c vos/build.cm
-          ! 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
+[ 19533] By: gsar                                  on 2003/05/17  04:49:18
+        Log: avoid select() on windows destroying errno (used to typically
+             always sets it to EINVAL due to the way it maps the FD_SETs)
+     Branch: perl
+          ! win32/win32sck.c
 ____________________________________________________________________________
-[ 13930] By: jhi                                   on 2001/12/29  15:35:00
-        Log: Subject: [PATCH] Pod whitespace cleanup, round 0.                
-             From: coral@eekeek.org
-             Date: Fri, 28 Dec 2001 19:58:22 -0500      
-             Message-Id: <200112290058.fBT0wMD26750@eekeek.org>
+[ 19532] By: jhi                                   on 2003/05/16  18:21:27
+        Log: The suggested patch for [perl #22201] "patch: perl 5.8.0
+             compile error on ia64/HP-UX (comparing incompatible pointers)"
+             plus a possible cure for the warning mentioned in the case.
      Branch: perl
-          ! pod/perl561delta.pod pod/perl572delta.pod pod/perlapi.pod
-          ! pod/perldelta.pod pod/perlfaq4.pod pod/perlfaq6.pod
-          ! pod/perlfaq7.pod pod/perlfunc.pod pod/perlpacktut.pod
-          ! pod/perlunicode.pod pod/perlxs.pod util.c
+          ! ext/Storable/Storable.xs
 ____________________________________________________________________________
-[ 13929] By: jhi                                   on 2001/12/29  15:31:20
-        Log: op/exec Win32 patch from Schwern via Abe Timmerman.
+[ 19531] By: jhi                                   on 2003/05/16  17:56:06
+        Log: Apply the supplied patch for [perl #22195]
+             "File::Find, sorted directory traversal order is inverted"
      Branch: perl
-          ! t/op/exec.t
+          ! lib/File/Find.pm
 ____________________________________________________________________________
-[ 13928] By: jhi                                   on 2001/12/29  15:30:14
-        Log: Subject: [PATCH lib/Pod/t/InputObjects.t] 
-             From: Abe Timmerman <abe@ztreet.demon.nl>
-             Date: Sat, 29 Dec 2001 13:10:06 +0100
-             Message-ID: <cibr2u4f2ksggo4bgt8ijdkfn783avvvj4@4ax.com>           
+[ 19528] By: jhi                                   on 2003/05/16  15:56:33
+        Log: Subject: [PATCH] RE: maint snapshot @ 19525
+             From: Robin Barker <Robin.Barker@npl.co.uk>
+             Date: Fri, 16 May 2003 17:16:57 +0100
+             Message-ID: <533D273D4014D411AB1D00062938C4D90404651D@hotel.npl.co.uk>
+
+             (Part #2: the hv.c SVf)
      Branch: perl
-          + lib/Pod/t/InputObjects.t
+          ! hv.c
 ____________________________________________________________________________
-[ 13927] By: jhi                                   on 2001/12/29  15:27:39
-        Log: Integrate perlio:
-             
-             [ 13926]
-             Nick Clark's embed.pl fix for my_socketpair
-             
-             [ 13923]
-             Quick fix (after couple of clever fixes failed) for
-             "accept leaks memory" fail [ID 20011223.001]
+[ 19527] By: jhi                                   on 2003/05/16  15:55:10
+        Log: Subject: [PATCH] RE: maint snapshot @ 19525
+             From: Robin Barker <Robin.Barker@npl.co.uk>
+             Date: Fri, 16 May 2003 17:16:57 +0100
+             Message-ID: <533D273D4014D411AB1D00062938C4D90404651D@hotel.npl.co.uk>
+
+             (Part #1: the __format__ and __printf__)
      Branch: perl
-         !> embed.h embed.pl global.sym pod/perlapi.pod pp_sys.c proto.h
+          ! Configure embed.pl perlio.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
+[ 19523] By: jhi                                   on 2003/05/14  05:19:05
+        Log: Subject: Re: [PATCH] Sync up MIME-Base64 to latest on CPAN
+             From: Gisle Aas <gisle@ActiveState.com>
+             Date: 13 May 2003 19:51:19 -0700
+             Message-ID: <lrptmmw89k.fsf@caliper.activestate.com>
+     Branch: perl
+          ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
+          ! ext/MIME/Base64/Changes ext/MIME/Base64/QuotedPrint.pm
+          ! ext/MIME/Base64/t/quoted-print.t
 ____________________________________________________________________________
-[ 13925] By: jhi                                   on 2001/12/29  15:21:53
-        Log: Slight tweaks on the MM_Win32.t.
+[ 19522] By: jhi                                   on 2003/05/14  05:11:49
+        Log: More Panther moves.
      Branch: perl
-          ! lib/ExtUtils/t/MM_Win32.t
+          ! Makefile.SH hints/darwin.sh
 ____________________________________________________________________________
-[ 13924] By: jhi                                   on 2001/12/29  15:16:47
-        Log: Subject: [PATCH lib/ExtUtils/t/MM_Win32.t]
-             From: Abe Timmerman <abe@ztreet.demon.nl>
-             Date: Sat, 29 Dec 2001 12:51:36 +0100
-             Message-ID: <bmar2u8jdib45442jh1ht3e3i1qhlaek59@4ax.com>
+[ 19521] By: jhi                                   on 2003/05/13  19:33:44
+        Log: Curliff and liff with ease.
      Branch: perl
-          + lib/ExtUtils/t/MM_Win32.t
+          + Porting/curliff.pl
           ! 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>                 
-             Date: Sat, 29 Dec 2001 01:59:28 +0800
-             Message-ID: <20011229015928.A29712@geb.elixus.org>              
-     Branch: perl
-          ! lib/Exporter/Heavy.pm pod/perl561delta.pod pod/perl56delta.pod
-          ! pod/perldebguts.pod pod/perldebug.pod pod/perlfaq4.pod
-          ! pod/perlfaq6.pod pod/perlfunc.pod pod/perlguts.pod
-          ! pod/perlpacktut.pod pod/perlsub.pod pod/perltodo.pod
-          ! pod/perlunicode.pod pod/perlutil.pod pod/perlxs.pod
-____________________________________________________________________________
-[ 13921] By: jhi                                   on 2001/12/29  15:05:08
-        Log: socketpair tweaks from Nicholas Clark.
-     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.
+[ 19520] By: jhi                                   on 2003/05/13  18:59:51
+        Log: Use /usr/bin/perl (de facto in Porting/ scripts).
      Branch: perl
-          ! doop.c
+          ! Porting/sort_perldiag.pl
 ____________________________________________________________________________
-[ 13918] By: jhi                                   on 2001/12/28  17:00:53
-        Log: Subject: provisional MakeMaker patch for VMS
-             From: "Craig A. Berry" <craigberry@mac.com> 
-             Date: Thu, 27 Dec 2001 22:29:37 -0600
-             Message-Id: <a05101004b8515264aa3a@[172.16.52.1]>
+[ 19518] By: jhi                                   on 2003/05/13  18:53:48
+        Log: Subject: [PATCH] [perl #8599] s/catenate/concatenate/
+             From: Casey West <casey@geeknest.com>
+             Date: Fri, 9 May 2003 04:00:44 -0400
+             Message-ID: <20030509080044.GA49820@geeknest.com>
+
+             (except for the dup.t patch which diddled with system().)
      Branch: perl
-          ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
+          ! Configure NetWare/config_H.wc Porting/config_H README.Y2K
+          ! config_h.SH lib/File/Spec.pm lib/File/Spec/Unix.pm
+          ! plan9/config.plan9 plan9/config_h.sample uconfig.h
+          ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
+          ! win32/config_H.vc64 wince/config_H.ce
 ____________________________________________________________________________
-[ 13917] By: jhi                                   on 2001/12/28  16:57:19
-        Log: (retracted by #13919)
+[ 19517] By: jhi                                   on 2003/05/13  18:39:40
+        Log: Subject: [PATCH] Sync up MIME-Base64 to latest on CPAN
+             From: Gisle Aas <gisle@ActiveState.com>
+             Date: 13 May 2003 09:59:50 -0700
+             Message-ID: <lru1byzss9.fsf@caliper.activestate.com>
      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
+          ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
+          ! ext/MIME/Base64/Changes ext/MIME/Base64/QuotedPrint.pm
+          ! ext/MIME/Base64/t/quoted-print.t
 ____________________________________________________________________________
-[ 13915] By: jhi                                   on 2001/12/28  01:16:45
-        Log: Remove debris in any case.
+[ 19516] By: jhi                                   on 2003/05/13  18:37:11
+        Log: Subject: [PATCH] More perldiag.pod sorting
+             From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu>
+             Date: Tue, 13 May 2003 15:13:53 -0400
+             Message-ID: <20030513191353.GB1556429@linguist.thayer.dartmouth.edu>
+
+             (plus add 'no locale;')
      Branch: perl
-          ! Configure
+          + Porting/sort_perldiag.pl
+          ! MANIFEST pod/perldiag.pod
 ____________________________________________________________________________
-[ 13914] By: jhi                                   on 2001/12/28  00:22:10
-        Log: Subject: [PATCH] Re: B::walksymtable oddness
-             From: "Mattia Barbon" <mbarbon@dsi.unive.it>
-             Date: Thu, 27 Dec 2001 19:14:24 +0100
-             Message-ID: <3C2B7310.861.18820D0@localhost>
+[ 19514] By: jhi                                   on 2003/05/13  17:38:09
+        Log: Detypo.
      Branch: perl
-          ! ext/B/B.pm
+          ! lib/Unicode/UCD.pm
 ____________________________________________________________________________
-[ 13913] By: jhi                                   on 2001/12/27  23:57:34
-        Log: Subject: [PATCH] because (sys)?read doesn't reset buffers
-             From: Nicholas Clark <nick@unfortu.net> 
-             Date: Fri, 28 Dec 2001 00:43:02 +0000
-             Message-ID: <20011228004301.B23373@Bagpuss.unfortu.net>
+[ 19512] By: gsar                                  on 2003/05/13  13:28:42
+        Log: make it easier to reproduce the bug
      Branch: perl
-          ! ext/Socket/socketpair.t
+          ! lib/Tie/File.pm
 ____________________________________________________________________________
-[ 13912] By: jhi                                   on 2001/12/27  23:56:20
-        Log: Fast Latin1<->UTF-8 conversion for older Perls.
+[ 19511] By: gsar                                  on 2003/05/13  13:08:47
+        Log: the \do {local *FH} trick in Tie::File was really only needed
+             on 5.005 and earlier, since later versions can autovivify
+             the handle
+
+             however, a search in the p5p archives reveals the trick doesn't
+             fully work in the versions it is needed in, so use the more
+             standard Symbol::gensym() way
      Branch: perl
-          ! pod/perluniintro.pod
+          ! lib/Tie/File.pm lib/Tie/File/t/09_gen_rs.t
 ____________________________________________________________________________
-[ 13911] By: jhi                                   on 2001/12/27  14:52:45
-        Log: Update Changes.
+[ 19510] By: gsar                                  on 2003/05/13  12:36:01
+        Log: $Config{usethreads} wasn't being set on windows
      Branch: perl
-          ! Changes patchlevel.h
+          ! win32/Makefile win32/makefile.mk
 ____________________________________________________________________________
-[ 13910] By: jhi                                   on 2001/12/27  14:32:23
-        Log: More wait status trickery for BeOS.
+[ 19509] By: jhi                                   on 2003/05/13  12:24:19
+        Log: Reinstate the #19498 but now skip the crashing
+             tests (when threaded) as TODOs.
      Branch: perl
-          ! ext/POSIX/POSIX.xs
+          ! lib/Tie/File.pm lib/Tie/File/t/09_gen_rs.t
 ____________________________________________________________________________
-[ 13909] By: jhi                                   on 2001/12/27  14:15:49
-        Log: metaconfig unit change for #13908.
-     Branch: metaconfig/U/perl
-          ! d_u32align.U
+[ 19508] By: jhi                                   on 2003/05/13  11:22:06
+        Log: Revert #19498 since it broke threaded builds.
+     Branch: perl
+          ! lib/Tie/File.pm
 ____________________________________________________________________________
-[ 13908] By: jhi                                   on 2001/12/27  14:15:27
-        Log: Try to catch the SIGBUS, as suggested by Nicholas Clark.
+[ 19507] By: jhi                                   on 2003/05/13  05:20:56
+        Log: Better be explicit with dangling elses.
      Branch: perl
-          ! Configure
+          ! pp.c
 ____________________________________________________________________________
-[ 13907] By: jhi                                   on 2001/12/27  14:05:09
-        Log: Subject: [ID 20011227.002] Not OK: perl v5.7.2 +DEVEL13884 on i386-freebsd 4.4-stable (UNINSTALLED)
-             From: gbarr@monty.mutatus.co.uk
-             Date: 27 Dec 2001 14:41:36 -0000
-             Message-Id: <20011227144136.71851.qmail@monty.mutatus.co.uk>    
+[ 19506] By: jhi                                   on 2003/05/13  04:46:18
+        Log: Detypo Pantherisms.
      Branch: perl
-          ! lib/ExtUtils/t/Embed.t
+          ! Makefile.SH hints/darwin.sh
 ____________________________________________________________________________
-[ 13906] By: jhi                                   on 2001/12/27  13:58:18
-        Log: Subject: [PATCH] Re: socketpair emulation
-             From: Nicholas Clark <nick@unfortu.net> 
-             Date: Wed, 26 Dec 2001 20:08:14 +0000
-             Message-ID: <20011226200813.A11903@Bagpuss.unfortu.net>
+[ 19505] By: rgs                                   on 2003/05/12  21:49:21
+        Log: Subject: Re: Bug stomping fun. [PATCH: bug #1016]
+             From: Alex Vandiver <alexmv@MIT.EDU>
+             Date: 02 May 2003 06:45:05 -0400
+             Message-Id: <1051872303.26203.104.camel@supox>
+             (plus perldiag nit)
      Branch: perl
-          ! ext/Socket/socketpair.t
+          ! dump.c gv.c hv.c pod/perldiag.pod pp.c pp_hot.c sv.c
+          ! t/comp/package.t
 ____________________________________________________________________________
-[ 13905] By: jhi                                   on 2001/12/27  13:55:03
-        Log: Subject: [DOC PATCH] left is right and right is left
-             From: Philip Newton <Philip.Newton@gmx.net>
-             Date: Thu, 27 Dec 2001 10:04:17 +0100
-             Message-ID: <vsol2uchfg3ruf0rfjf33b75544nv21uhi@4ax.com>
+[ 19504] By: rgs                                   on 2003/05/12  20:52:52
+        Log: Small nit in perlsyn about the new // operator
      Branch: perl
-          ! pod/perlfunc.pod pod/perlport.pod
+          ! pod/perlsyn.pod
 ____________________________________________________________________________
-[ 13904] By: jhi                                   on 2001/12/27  13:53:25
-        Log: Subject: [PATCH] check return of close
-             From: andreas.koenig@anima.de (Andreas J. Koenig)            
-             Date: 27 Dec 2001 09:47:30 +0100
-             Message-ID: <m3ellhgicd.fsf@anima.de> 
-             
-             Subject: [PATCH] improve error reporting
-             From: andreas.koenig@anima.de (Andreas J. Koenig)            
-             Date: 27 Dec 2001 09:54:55 +0100
-             Message-ID: <m3adw5gi00.fsf@anima.de> 
-             
-             Subject: [PATCH] check return value of close
-             From: andreas.koenig@anima.de (Andreas J. Koenig)            
-             Date: 27 Dec 2001 10:03:55 +0100
-             Message-ID: <m3666tghl0.fsf@anima.de> 
-             
-             Subject: [PATCH] return of close
-             From: andreas.koenig@anima.de (Andreas J. Koenig)            
-             Date: 27 Dec 2001 10:22:15 +0100
-             Message-ID: <m31yhhggqg.fsf@anima.de> 
+[ 19503] By: rgs                                   on 2003/05/12  19:43:07
+        Log: Use a more sophisticated heuristics to produce the warning
+             'Parentheses missing around "%s" list'. This fixes bug #22147.
+             Also, the warning is now produced for C<local *a,*b;>.
      Branch: perl
-          ! ext/IO/lib/IO/t/io_dir.t lib/warnings.t t/cmd/subval.t
-          ! t/io/fflush.t
+          ! op.c t/lib/warnings/op
 ____________________________________________________________________________
-[ 13903] By: jhi                                   on 2001/12/27  13:44:57
-        Log: Subject: [PATCH] check return of close
-             From: andreas.koenig@anima.de (Andreas J. Koenig)            
-             Date: 27 Dec 2001 09:47:30 +0100
-             Message-ID: <m3ellhgicd.fsf@anima.de> 
+[ 19502] By: jhi                                   on 2003/05/12  19:34:10
+        Log: Work also without perlio.
      Branch: perl
-          ! t/base/rs.t
+          ! t/io/dup.t
 ____________________________________________________________________________
-[ 13902] By: jhi                                   on 2001/12/27  13:38:30
-        Log: Subject: [PATCH] better error diagnosis from t/op/sysio.t
-             From: andreas.koenig@anima.de (Andreas J. Koenig)
-             Date: 27 Dec 2001 09:21:16 +0100
-             Message-ID: <m3n105gjk3.fsf@anima.de>
+[ 19500] By: jhi                                   on 2003/05/12  05:25:14
+        Log: Panther preparation.
      Branch: perl
-          ! t/op/sysio.t
+          ! Makefile.SH hints/darwin.sh
 ____________________________________________________________________________
-[ 13901] By: jhi                                   on 2001/12/27  13:35:03
-        Log: Subject: [PATCH] Re: ExtUtils::MM_Cygwin test failures (was Re: [ PATCH ] Cygwin groups.t  (PLEASE CHECK))
-             From: "Gerrit P. Haase" <gp@familiehaase.de>
-             Date: Thu, 27 Dec 2001 09:23:55 +0100 
-             Message-ID: <98211521662.20011227092355@familiehaase.de>
+[ 19499] By: jhi                                   on 2003/05/12  04:49:57
+        Log: More moves to intrpvar.h.
      Branch: perl
-          ! lib/ExtUtils/t/MM_Cygwin.t
+          ! embedvar.h intrpvar.h perlapi.h perlvars.h sv.c
 ____________________________________________________________________________
-[ 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)
+[ 19498] By: gsar                                  on 2003/05/12  01:40:46
+        Log: fix for Tie::File test failures on windows: the problem was
+             that Tie::File did not close any file handles it opens internally,
+             leading to file handle leaks and t/tf* temporary file littering;
+             we now close the handle iff Tie::File opened it
+
+             this fix unearths what appears to be a perl bug in localizing globs:
+             09_gen_rs.t fails due to a prematurely closed filehandle, although
+             it wasn't explicitly closed anywhere by the code (renaming the
+             *FH at line 97 to *FH1 makes it work, but I haven't done this
+             to allow the bug to be tracked down)
+     Branch: perl
+          ! lib/Tie/File.pm
 ____________________________________________________________________________
-[ 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.
+[ 19497] By: jhi                                   on 2003/05/11  20:17:30
+        Log: Move the thread *hook into interpreter.
      Branch: perl
-          ! README.hpux
+          ! embedvar.h intrpvar.h perlapi.h perlvars.h sv.c
 ____________________________________________________________________________
-[ 13898] By: jhi                                   on 2001/12/26  21:21:01
-        Log: Naughty /dev/printer (ls -l, really) of IRIX.
+[ 19496] By: rgs                                   on 2003/05/11  20:06:03
+        Log: Subject: [PATCH] [perl #7391] Perl crashes with certain write() formats.
+             From: Dave Mitchell <davem@fdgroup.com>
+             Date: Sat, 10 May 2003 01:45:23 +0100
+             Message-ID: <20030510004523.GC20871@fdgroup.com>
      Branch: perl
-          ! t/op/stat.t
+          ! pp_ctl.c
 ____________________________________________________________________________
-[ 13897] By: jhi                                   on 2001/12/26  20:56:09
-        Log: Upgrade to Net::Ping 2.10.
+[ 19495] By: rgs                                   on 2003/05/11  20:01:10
+        Log: Open UNIX is not really "formerly Unixware", since the most
+             recent releases are known as Unixware, not as Open UNIX.
      Branch: perl
-          ! lib/Net/Ping.pm lib/Net/Ping/CHANGES 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
+          ! pod/perlport.pod
 ____________________________________________________________________________
-[ 13896] By: jhi                                   on 2001/12/26  20:15:32
-        Log: BeOS has times() tick of 1000000, not CLK_TCK (1000)
-             (this showed up in Benchmark.t)
+[ 19494] By: jhi                                   on 2003/05/11  19:52:38
+        Log: Slight tweaks to the platform list.
      Branch: perl
-          ! pp_sys.c
+          ! pod/perlport.pod
 ____________________________________________________________________________
-[ 13895] By: jhi                                   on 2001/12/26  19:52:03
-        Log: BeOS updates.
+[ 19493] By: rgs                                   on 2003/05/11  19:13:00
+        Log: Subject: Re: [PATCH] [perl #8636] [perl #8634] Both patches together for perlop
+             From: Casey West <casey@geeknest.com>
+             Date: Fri, 9 May 2003 10:30:13 -0400
+             Message-ID: <20030509143013.GM49820@geeknest.com>
      Branch: perl
-          ! README.beos beos/beos.c
+          ! pod/perlop.pod
 ____________________________________________________________________________
-[ 13894] By: jhi                                   on 2001/12/26  19:31:38
-        Log: Subject: Re: bleadperl doesn't compile
-             From: "Gerrit P. Haase" <gp@familiehaase.de>
-             Date: Wed, 26 Dec 2001 21:29:08 +0100
-             Message-ID: <22168634623.20011226212908@familiehaase.de>
-             
-             Cygwin with multiplicity.
+[ 19492] By: rgs                                   on 2003/05/11  19:04:27
+        Log: perlport.pod nit for doc bug #8253.
      Branch: perl
-          ! perlio.c
+          ! pod/perlport.pod
 ____________________________________________________________________________
-[ 13893] By: jhi                                   on 2001/12/26  19:11:49
-        Log: Subject: [PATCH] Re: [ PATCH ] Cygwin groups.t  (PLEASE CHECK)
-             From: Nicholas Clark <nick@ccl4.org>
-             Date: Wed, 26 Dec 2001 19:07:33 +0000
-             Message-ID: <20011226190732.J48842@plum.flirble.org>            
-             
-             socketpair() (un)signedness nit.
+[ 19491] By: jhi                                   on 2003/05/11  17:50:49
+        Log: Use test.pl.
      Branch: perl
-          ! util.c
+          ! t/io/fflush.t
 ____________________________________________________________________________
-[ 13892] By: jhi                                   on 2001/12/26  19:10:15
-        Log: Subject: Re: [PATCH] Re: [ PATCH ] Cygwin groups.t  (PLEASE CHECK)
-             From: Nicholas Clark <nick@ccl4.org>
-             Date: Wed, 26 Dec 2001 19:19:47 +0000
-             Message-ID: <20011226191946.K48842@plum.flirble.org>
-             
-             Use report_evil_fh().
+[ 19490] By: jhi                                   on 2003/05/11  17:46:09
+        Log: Try to handle a $^X with spaces in it.
      Branch: perl
-          ! doio.c
+          ! t/test.pl
 ____________________________________________________________________________
-[ 13891] By: jhi                                   on 2001/12/26  18:58:09
-        Log: Bad $? assumptions.
+[ 19489] By: jhi                                   on 2003/05/11  17:44:28
+        Log: Separate the creation of the command to run by
+             runperl() into its own function, _create_runperl().
      Branch: perl
-          ! ext/POSIX/POSIX.pod pod/perlfunc.pod pod/perlport.pod
+          ! t/test.pl
 ____________________________________________________________________________
-[ 13890] By: jhi                                   on 2001/12/26  17:47:57
-        Log: Net::Ping isn't going to work much without
-             the Socket extension; fail more gracefully.
+[ 19488] By: jhi                                   on 2003/05/11  16:52:00
+        Log: Fixup the method behaviour table.
      Branch: perl
-          ! 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
+          ! pod/perliol.pod
 ____________________________________________________________________________
-[ 13889] By: jhi                                   on 2001/12/26  17:19:18
-        Log: metaconfig unit change for #13888.
-     Branch: metaconfig
-          ! U/modified/Oldconfig.U
+[ 19487] By: jhi                                   on 2003/05/11  16:43:26
+        Log: Integrate from perlio:
+             [ 19474]
+             Tweaks to Jarkko's NULL deref checks in perlio.c
+
+             [ 19475]
+             Fix for bugs 21717 and 22140.
+             Win32's lseek claims to have succeeded in pipes etc. Which confuses :perlio
+             and derived layers. So have :unix's "pushed" method stat() the fd and
+             cache non S_ISREG nature. Have Unix_seek fail if fd is NOT S_ISREG to match
+             UNIX behaviour.
+
+             [ 19479]
+             Better but still unproven fix for lseek() on pipes.
+
+             [ 19483]
+             Unused variable
+
+             [ 19485]
+             Tests to prove Ticket 9468 is fixed.
+
+             [ 19486]
+             add test for change#19475,19479 (bugs#21717,22140)
+     Branch: perl
+         !> ext/Encode/Encode.xs perlio.c perliol.h t/io/dup.t
+         !> t/io/fflush.t
 ____________________________________________________________________________
-[ 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)
+[ 19484] By: gsar                                  on 2003/05/11  15:37:14
+        Log: fix Embed.t failure on windows: PERL_SYS_TERM() is implemented
+             in terms of an exported function rather than as an inlined
+             macro (latter wants PL_op_mutex which isn't exported as such)
+
+             Jarkko: please merge into maint-5.8
      Branch: perl
-          ! Configure
+          ! dosish.h makedef.pl win32/win32.c win32/win32.h
 ____________________________________________________________________________
-[ 13887] By: jhi                                   on 2001/12/26  17:13:27
-        Log: No AF_UNIX in BeOS.
+[ 19482] By: jhi                                   on 2003/05/11  07:53:26
+        Log: Test _getcode().
      Branch: perl
-          ! util.c
+          ! lib/Unicode/UCD.t
 ____________________________________________________________________________
-[ 13886] By: jhi                                   on 2001/12/26  17:07:39
-        Log: FAQ sync.
+[ 19481] By: jhi                                   on 2003/05/11  06:25:08
+        Log: Clarify the doc (and the code) for Unicode code points.
      Branch: perl
-          ! pod/perlfaq5.pod
+          ! lib/Unicode/UCD.pm
 ____________________________________________________________________________
-[ 13885] By: jhi                                   on 2001/12/25  16:24:10
-        Log: Update Changes.
+[ 19480] By: jhi                                   on 2003/05/11  06:18:06
+        Log: Another doc suggestion from terry@eatoni.com (terry jones):
+             use codepoints that return undef.
      Branch: perl
-          ! Changes patchlevel.h
+          ! lib/Unicode/UCD.pm
 ____________________________________________________________________________
-[ 13884] By: jhi                                   on 2001/12/25  16:20:19
-        Log: Make -t equal -tw.
+[ 19478] By: jhi                                   on 2003/05/10  19:01:17
+        Log: Add Encode's META.yml.
      Branch: perl
-          ! perl.c pod/perlrun.pod
+          + ext/Encode/META.yml
+          ! MANIFEST
 ____________________________________________________________________________
-[ 13883] By: jhi                                   on 2001/12/25  15:56:49
-        Log: Subject: Re: Not OK 13881
-             From: John Peacock <jpeacock@rowman.com>
-             Date: Tue, 25 Dec 2001 06:02:12 -0500
-             Message-ID: <3C285CB4.8040006@rowman.com>
+[ 19477] By: jhi                                   on 2003/05/10  18:59:29
+        Log: Upgrade to Encode 1.94.
      Branch: perl
-          ! embed.h embed.pl global.sym pod/perlapi.pod util.c
+          ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
+          ! ext/Encode/MANIFEST ext/Encode/bin/piconv
+          ! ext/Encode/lib/Encode/MIME/Header.pm ext/Encode/t/enc_module.t
+          ! ext/Encode/t/mime-header.t
 ____________________________________________________________________________
-[ 13882] By: jhi                                   on 2001/12/25  15:45:52
-        Log: Subject: Re: Not OK 13881
-             From: andreas.koenig@anima.de (Andreas J. Koenig)
-             Date: 25 Dec 2001 07:33:23 +0100
-             Message-ID: <m3bsgnajws.fsf@anima.de>
+[ 19476] By: jhi                                   on 2003/05/10  18:56:08
+        Log: Doc bug noticed by terry@eatoni.com (terry jones).
      Branch: perl
-          ! op.c
+          ! lib/Unicode/UCD.pm
 ____________________________________________________________________________
-[ 13881] By: jhi                                   on 2001/12/24  23:47:53
-        Log: Subject: PATCH: Restore "Can't declare scalar dereference in my" error
-             From: Mark-Jason Dominus <mjd@plover.com>    
-             Date: Mon, 24 Dec 2001 18:14:48 -0500
-             Message-ID: <20011224231448.25826.qmail@plover.com>
+[ 19472] By: jhi                                   on 2003/05/10  10:55:49
+        Log: Try to plug more potential PerlIO NULL method
+             dereferences; try to document the matter.
      Branch: perl
-          ! op.c t/op/eval.t
+          ! perlio.c pod/perliol.pod
 ____________________________________________________________________________
-[ 13880] By: jhi                                   on 2001/12/24  22:58:18
-        Log: Subject: [PATCH]: ExtUtils::MM_* and File::Spec 
-             From: Dave Rolsky <autarch@urth.org>
-             Date: Mon, 24 Dec 2001 13:27:23 -0600 (CST) 
-             Message-ID: <Pine.LNX.4.43.0112241305020.21723-100000@urth.org>
+[ 19471] By: jhi                                   on 2003/05/10  07:07:30
+        Log: UseNicerNames instead of SHOUTING_LIKE_THIS.
      Branch: perl
-          + lib/File/Spec/Cygwin.pm lib/File/Spec/NW5.pm
-          ! MANIFEST 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/File/Spec.pm lib/File/Spec/Win32.pm
+          ! perlio.c
 ____________________________________________________________________________
-[ 13879] By: jhi                                   on 2001/12/24  18:52:10
-        Log: Subject: [PATCH] and [BUG]   \X and \C fixed, \X still dorked 
-             From: Jeffrey Friedl <jfriedl@yahoo.com>
-             Date: Fri, 21 Dec 2001 23:18:17 -0800 (PST)           
-             Message-Id: <200112220718.fBM7IHG25075@ventrue.corp.yahoo.com>
-             
-             The rest of the tests for plus few extras.
+[ 19470] By: jhi                                   on 2003/05/10  06:51:24
+        Log: In eof() the errno can get stomped by the peek-ahead.
      Branch: perl
-          ! t/op/pat.t
+          ! doio.c ext/Socket/socketpair.t
 ____________________________________________________________________________
-[ 13878] By: jhi                                   on 2001/12/24  17:16:10
-        Log: metaconfig unit change for #13877.
-     Branch: metaconfig
-          ! U/modified/Unix.U
+[ 19469] By: rgs                                   on 2003/05/09  21:33:15
+        Log: A regression test for the remaining "Final $ should be..." error.
+     Branch: perl
+          ! t/comp/parser.t
 ____________________________________________________________________________
-[ 13877] By: jhi                                   on 2001/12/24  17:13:53
-        Log: No-op.
+[ 19468] By: rgs                                   on 2003/05/09  21:23:57
+        Log: Remove the error messages "Final @ should be \@ or @name"
+             and "Final % should be \% or %name", that appear to be
+             only produced in addition to another syntax error, and therefore
+             misleading, if I understand correctly that kind of black magic.
      Branch: perl
-          ! Configure
+          ! pod/perldiag.pod toke.c
 ____________________________________________________________________________
-[ 13876] By: jhi                                   on 2001/12/24  17:13:16
-        Log: More constant casting.
+[ 19467] By: jhi                                   on 2003/05/09  20:11:18
+        Log: Have to think this test more when I'm awake.
      Branch: perl
-          ! regexec.c
+          ! ext/Socket/socketpair.t
 ____________________________________________________________________________
-[ 13875] By: jhi                                   on 2001/12/24  16:47:30
-        Log: Subject: perlhack.pod 
-             From: "John P. Linderman" <jpl@research.att.com>
-             Date: Sun, 23 Dec 2001 16:16:10 -0500 (EST) 
-             Message-Id: <200112232116.QAA18463@raptor.research.att.com>
+[ 19466] By: rgs                                   on 2003/05/09  19:56:37
+        Log: Document that perl tries to load .pmc files before .pm files.
+             Subject: Re: [perl #8860] [not RESOLVED] .pmc extension not documented in require
+             From: Casey West <casey@geeknest.com>
+             Date: Fri, 9 May 2003 17:03:50 -0400
+             Message-ID: <20030509210350.GW49820@geeknest.com>
      Branch: perl
-          ! pod/perlhack.pod
+          ! pod/perlfunc.pod
 ____________________________________________________________________________
-[ 13874] By: jhi                                   on 2001/12/24  16:41:03
-        Log: File::Find patch patches from Thomas Wegner.
+[ 19465] By: rgs                                   on 2003/05/09  19:47:49
+        Log: Fix for doc bug #8602 : clarify eof() example comments
      Branch: perl
-          ! lib/File/Find.pm
+          ! pod/perlfunc.pod
 ____________________________________________________________________________
-[ 13873] By: jhi                                   on 2001/12/24  16:38:10
-        Log: Subject: Re: socketpair emulation 
-             From: Nicholas Clark <nick@unfortu.net>                 
-             Date: Mon, 24 Dec 2001 16:11:30 +0000                 
-             Message-ID: <20011224161129.A1520@Bagpuss.unfortu.net>          
+[ 19464] By: rgs                                   on 2003/05/09  19:34:30
+        Log: Subject: [PATCH] [perl #8702] Clean up perltrap mis-information
+             From: Casey West <casey@geeknest.com>
+             Date: Fri, 9 May 2003 11:09:39 -0400
+             Message-ID: <20030509150939.GN49820@geeknest.com>
      Branch: perl
-          ! ext/Socket/socketpair.t
+          ! pod/perltrap.pod
 ____________________________________________________________________________
-[ 13872] By: jhi                                   on 2001/12/24  02:53:02
-        Log: Must cast constants if they can be quads.
+[ 19463] By: rgs                                   on 2003/05/09  19:33:25
+        Log: Subject: Re: [DOC PATCH] [perl #1165] crypt accepts any character as salt
+             From: Casey West <casey@geeknest.com>
+             Date: Fri, 9 May 2003 15:25:59 -0400
+             Message-ID: <20030509192559.GS49820@geeknest.com>
      Branch: perl
-          ! regcomp.c
+          ! pod/perlfunc.pod
 ____________________________________________________________________________
-[ 13871] By: jhi                                   on 2001/12/24  01:40:12
-        Log: Promote the e/uid to wide enough un/signed integers
-             and printf them as such.
+[ 19462] By: jhi                                   on 2003/05/09  18:53:27
+        Log: Try to comprehensively have a plan B if a PerlIO
+             layer doesn't have a particular function.
+             (1) If there's a corresponding PerlIOBase, call it.
+             (2) If not having the function is 'harmless', be silently happy.
+             (Currently only Flush is in this category.)
+             (3) Otherwise set errno and return failure.
      Branch: perl
-          ! taint.c
+          ! perlio.c
 ____________________________________________________________________________
-[ 13870] By: jhi                                   on 2001/12/24  01:14:52
-        Log: metaconfig unit change for #13869.
-     Branch: metaconfig/U/perl
-          ! d_u32align.U
+[ 19461] By: rgs                                   on 2003/05/09  18:45:39
+        Log: Subject: [PATCH] [perl #8703] unescaped @ is fine
+             From: Casey West <casey@geeknest.com>
+             Date: Fri, 9 May 2003 11:17:53 -0400
+             Message-ID: <20030509151753.GO49820@geeknest.com>
+     Branch: perl
+          ! pod/perltrap.pod
 ____________________________________________________________________________
-[ 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
-             we may see coredumps from the test.   I sure hope MMUless
-             places don't crash on the test.
+[ 19460] By: jhi                                   on 2003/05/09  14:25:49
+        Log: Add the PerlIOBase_noop_* to the public API as suggested by Stas.
      Branch: perl
-          ! Configure
+          ! makedef.pl
 ____________________________________________________________________________
-[ 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
+[ 19459] By: jhi                                   on 2003/05/09  14:22:08
+        Log: Result of change #19458.
+     Branch: perl
+          ! MANIFEST
 ____________________________________________________________________________
-[ 13867] By: jhi                                   on 2001/12/23  23:46:18
-        Log: More VOS tweaks.
+[ 19458] By: jhi                                   on 2003/05/09  14:21:51
+        Log: Subject: Weekend fun: MANIFEST sorting
+             From: andreas.koenig@anima.de (Andreas J. Koenig)
+             Date: Fri, 09 May 2003 15:12:05 +0200
+             Message-ID: <m3y91g463e.fsf@franz.ak.mind.de>
+
+             (both sorts need LC_ALL=C)
+             (add also manicheck target)
      Branch: perl
-          ! Configure
+          ! Makefile.SH
 ____________________________________________________________________________
-[ 13866] By: jhi                                   on 2001/12/23  16:43:29
-        Log: The funky final sigma casefolding.
+[ 19457] By: jhi                                   on 2003/05/09  04:30:13
+        Log: Better skip this test on OpenBSD and BSD/OS since it
+             does not seem to work (Slaven Rezic).
      Branch: perl
-          ! regcomp.c regexec.c t/op/pat.t utf8.h
+          ! lib/filetest.t
 ____________________________________________________________________________
-[ 13865] By: jhi                                   on 2001/12/23  13:55:23
-        Log: Update Changes.
+[ 19456] By: jhi                                   on 2003/05/09  03:41:56
+        Log: Subject: [PATCH] Re: [perl #16834] Anomolous behaviour of SUBSTR() used as LValue
+             From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
+             Date: Wed, 07 May 2003 23:37:47 -0700
+             Message-ID: <7sfu+gzkg+AY092yn@efn.org>
      Branch: perl
-          ! Changes patchlevel.h
+          ! pod/perlfunc.pod
 ____________________________________________________________________________
-[ 13864] By: jhi                                   on 2001/12/23  13:50:25
-        Log: Move the \C and \X to pat.t.
+[ 19455] By: jhi                                   on 2003/05/09  03:36:54
+        Log: Missing files.
      Branch: perl
-          ! t/op/pat.t t/op/re_tests
+          ! MANIFEST
 ____________________________________________________________________________
-[ 13863] By: jhi                                   on 2001/12/23  04:04:20
-        Log: More logical test ordering.
+[ 19454] By: rgs                                   on 2003/05/08  18:49:25
+        Log: Suppress a few compilation warnings in pp_hot.c.
      Branch: perl
-          ! perl.h
+          ! pp_hot.c
 ____________________________________________________________________________
-[ 13862] By: jhi                                   on 2001/12/23  01:47:23
-        Log: Integrate perlio:
-             
-             [ 13854]
-             Win32 and makedef.pl fall-out of PerlIO/pTHX stuff
-             
-             [ 13853]
-             Put PerlIO stuff inside EXTERN C
-             
-             [ 13852]
-             Add at least the "important" PerlIO_xxxx functions to embed.pl
-             so that they get implicit pTHX_ and we can avoid slow dTHX.
+[ 19453] By: rgs                                   on 2003/05/08  18:42:16
+        Log: Remove duplicate entries from perldiag
      Branch: perl
-         !> embed.h embed.pl ext/IO/IO.xs global.sym globals.c makedef.pl
-         !> perlio.c perlio.h perlio.sym pod/perlapi.pod proto.h
-         !> win32/win32.c
+          ! pod/perldiag.pod
 ____________________________________________________________________________
-[ 13861] By: jhi                                   on 2001/12/23  01:38:54
-        Log: Even more \X fixing.
+[ 19452] By: jhi                                   on 2003/05/08  18:12:46
+        Log: Subject: Re: [perl #17718] %tiedhash in bool context doesn't check if hash is empty
+             From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
+             Date: Wed, 07 May 2003 15:27:07 -0700
+             Message-ID: <7gYu+gzkgaFU092yn@efn.org>
      Branch: perl
-          ! regexec.c t/op/pat.t
+          ! pod/perldata.pod pod/perldiag.pod pod/perltie.pod pp.c
+          ! pp_hot.c t/op/magic.t
 ____________________________________________________________________________
-[ 13860] By: jhi                                   on 2001/12/23  01:29:45
-        Log: More \X fixing.
+[ 19451] By: jhi                                   on 2003/05/08  17:47:13
+        Log: Tiny nit from mjd.
      Branch: perl
-          ! regexec.c t/op/pat.t
+          ! lib/Tie/File.pm
 ____________________________________________________________________________
-[ 13859] By: jhi                                   on 2001/12/23  00:57:10
-        Log: Fix encoding pragma.
+[ 19450] By: jhi                                   on 2003/05/08  17:46:26
+        Log: Upgrade to Tie::File 0.95.
      Branch: perl
-          ! regcomp.c
+          + lib/Tie/File/t/27_iwrite.t lib/Tie/File/t/28_mtwrite.t
+          + lib/Tie/File/t/29_downcopy.t lib/Tie/File/t/29a_upcopy.t
+          + lib/Tie/File/t/42_offset.t
+          ! 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/09_gen_rs.t lib/Tie/File/t/16_handle.t
+          ! lib/Tie/File/t/19_cache.t lib/Tie/File/t/21_win32.t
+          ! lib/Tie/File/t/25_gen_nocache.t lib/Tie/File/t/26_twrite.t
+          ! lib/Tie/File/t/30_defer.t
 ____________________________________________________________________________
-[ 13858] By: jhi                                   on 2001/12/23  00:12:51
-        Log: Subject: socketpair emulation
-             From: Nicholas Clark <nick@unfortu.net>
-             Date: Sat, 22 Dec 2001 18:38:18 +0000
-             Message-ID: <20011222183817.A12020@Bagpuss.unfortu.net>
-     Branch: perl
-          + ext/Socket/socketpair.t
-          ! MANIFEST embed.h embed.pl global.sym perl.h pod/perlfunc.pod
-          ! pp_sys.c proto.h util.c
-____________________________________________________________________________
-[ 13857] By: jhi                                   on 2001/12/22  23:53:26
-        Log: Subject: [PATCH] and [BUG]   \X and \C fixed, \X still dorked        
-             From: Jeffrey Friedl <jfriedl@yahoo.com>
-             Date: Fri, 21 Dec 2001 23:18:17 -0800 (PST) 
-             Message-Id: <200112220718.fBM7IHG25075@ventrue.corp.yahoo.com>  
-             
-             (partially applied, most of the new tests need to be rethought)
+[ 19449] By: jhi                                   on 2003/05/08  17:35:10
+        Log: Subject: [perl #22141] patch for Time::HiRes to get rid of -lrt on linux
+             From: Marc Lehmann (via RT) <perlbug-followup@perl.org>
+             Message-Id: <rt-22141-56710.3.69543054121962@bugs6.perl.org>
+             Date: 8 May 2003 00:42:18 -0000
      Branch: perl
-          ! regcomp.c t/op/re_tests
+          ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
+          ! ext/Time/HiRes/Makefile.PL
 ____________________________________________________________________________
-[ 13856] By: jhi                                   on 2001/12/22  23:45:35
-        Log: Small tweaks.
+[ 19448] By: jhi                                   on 2003/05/08  17:27:47
+        Log: Subject: [PATCH] alphabetize perldiag.pod
+             From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
+             Date: Thu, 8 May 2003 11:52:39 -0400
+             Message-ID: <20030508155239.GC1495587@linguist.thayer.dartmouth.edu>
      Branch: perl
-          ! handy.h regexec.c
+          ! pod/perldiag.pod
 ____________________________________________________________________________
-[ 13855] By: jhi                                   on 2001/12/22  20:10:01
-        Log: Unicode casefolding continues.
-             (lib/encoding.t still failing.)
+[ 19447] By: jhi                                   on 2003/05/08  17:19:06
+        Log: Subject: [PATCH] [perl #22127] get(av|cv|hv|sv) added to Devel::PPPort
+             From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
+             Date: Thu, 08 May 2003 08:42:20 +0200
+             Message-id: <20030508064220.GA763@ethan>
      Branch: perl
-          ! regexec.c t/op/pat.t
+          ! ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.pm
+          ! ext/Devel/PPPort/t/test.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
+[ 19445] By: jhi                                   on 2003/05/08  05:21:44
+        Log: A variant of
+
+             Subject: Re: 0 is not perl (was Re: Report /export/home/nwc10/Gripping-Smoke/Smoke)
+             From: enache@rdslink.ro (Enache Adrian)
+             Date: Tue, 22 Apr 2003 02:54:05 +0300
+             Message-ID: <20030421235405.GA1162@ratsnest.hole>
+
+             to quench the black smoke from the BSD builds.
+     Branch: perl
+          ! lib/ExtUtils/MM_Unix.pm
 ____________________________________________________________________________
-[ 13853] By: nick                                  on 2001/12/22  19:58:53
-        Log: Put PerlIO stuff inside EXTERN C
-     Branch: perlio
-          ! embed.pl proto.h
+[ 19444] By: rgs                                   on 2003/05/07  20:25:45
+        Log: Subject: Re: [DOC PATCH] & More File::Path issues
+             From: Casey West <casey@geeknest.com>
+             Date: Mon, 5 May 2003 13:25:47 -0400
+             Message-ID: <20030505172547.GB20508@geeknest.com>
+     Branch: perl
+          ! lib/File/Path.pm
 ____________________________________________________________________________
-[ 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
+[ 19443] By: jhi                                   on 2003/05/07  20:03:58
+        Log: Spelling correction from Nicholas Clark.
+     Branch: perl
+          ! ext/POSIX/POSIX.pod
 ____________________________________________________________________________
-[ 13851] By: jhi                                   on 2001/12/22  17:42:10
-        Log: metaconfig unit change for #13850.
-     Branch: metaconfig
-          ! U/modified/Loc.U
+[ 19440] By: jhi                                   on 2003/05/07  19:20:53
+        Log: One more possible extensions permutation.
+     Branch: perl
+          ! Configure
 ____________________________________________________________________________
-[ 13850] By: jhi                                   on 2001/12/22  17:41:40
-        Log: Rework the make logic (again).
+[ 19437] By: jhi                                   on 2003/05/07  16:58:21
+        Log: Allow platforms to manipulate their archname by creating
+             a archname.cbu in their hints files.
      Branch: perl
           ! Configure
 ____________________________________________________________________________
-[ 13849] By: jhi                                   on 2001/12/22  16:40:24
-        Log: Integrate perlio:
-             
-             [ 13848]
-             The CR at EOF fix earlier broke CR at end-of-buffer.
-             This should be okay for both?
-             
-             [ 13847]
-             Correct checking code which Ilya spotted was tripped by CR at EOF.
-             Also tone down perl -DP tracing of sv_gets.
-             
-             [ 13846]
-             Fix mis-parse of autoloaded usage code by declaring the sub
+[ 19436] By: jhi                                   on 2003/05/07  16:53:26
+        Log: More long double logic from Alan Burlison.
      Branch: perl
-          ! regexec.c
-         !> ext/POSIX/POSIX.pm perlio.c sv.c
+          ! Configure
 ____________________________________________________________________________
-[ 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
+[ 19435] By: jhi                                   on 2003/05/06  15:21:55
+        Log: Worth a try for [perl #17146]
+     Branch: perl
+          ! ext/IO/poll.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
+[ 19433] By: jhi                                   on 2003/05/06  05:12:23
+        Log: Document which interfaces are NOT Unicode-aware.
+     Branch: perl
+          ! pod/perltodo.pod pod/perlunicode.pod
 ____________________________________________________________________________
-[ 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
+[ 19432] By: rgs                                   on 2003/05/05  20:31:22
+        Log: Subject: [PATCH] [perl #8063] perlfilter doesn't mention potential DATA clobber
+             From: Casey West <casey@geeknest.com>
+             Date: Mon, 28 Apr 2003 11:07:36 -0400
+             Message-ID: <20030428150736.GD62281@geeknest.com>
+     Branch: perl
+          ! pod/perlfilter.pod
 ____________________________________________________________________________
-[ 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)
+[ 19431] By: rgs                                   on 2003/05/05  20:07:33
+        Log: Subject: [patch] Re: [perl #21728] regexp SEGV
+             From: Enache Adrian <enache@rdslink.ro>
+             Date: Fri, 28 Mar 2003 23:53:09 +0200
+             Message-ID: <20030328215309.GA6413@ratsnest.hole>
+             (with minor tweaks)
+     Branch: perl
+          ! embed.fnc embed.h global.sym proto.h regexec.c scope.c scope.h
 ____________________________________________________________________________
-[ 13844] By: jhi                                   on 2001/12/22  04:27:46
-        Log: More Unicode casing fixes.
+[ 19430] By: rgs                                   on 2003/05/05  20:01:36
+        Log: Fix doc bug #22067, noticed by Mark Knutsen
      Branch: perl
-          ! regexec.c t/op/pat.t
+          ! pod/perlfunc.pod
 ____________________________________________________________________________
-[ 13843] By: jhi                                   on 2001/12/22  02:47:08
-        Log: Unicode casefolding fixes.
+[ 19429] By: rgs                                   on 2003/05/05  18:59:59
+        Log: Fix : the svr5 hints file doesn't propagate libswanted with
+             threads enabled. Now threads are OK on OpenUNIX 8, except a
+             mysterious failure in ext/POSIX/t/sigaction.t.
      Branch: perl
-          ! op.c regcomp.c regexec.c t/op/pat.t
+          ! hints/svr5.sh
 ____________________________________________________________________________
-[ 13842] By: jhi                                   on 2001/12/21  22:32:14
-        Log: Subject: [PATCH B::Deparse] __DATA__ and packages
-             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> 
-             Date: Sat, 22 Dec 2001 00:01:29 +0100
-             Message-ID: <20011222000129.A713@rafael>
+[ 19428] By: jhi                                   on 2003/05/05  16:54:34
+        Log: Snip away the perlunicode slowness demo since the new
+             caching scheme should help things a bit.
      Branch: perl
-          ! ext/B/B/Deparse.pm
+          ! pod/perlunicode.pod
 ____________________________________________________________________________
-[ 13841] By: jhi                                   on 2001/12/21  20:38:28
-        Log: VOS config from Paul Green.
+[ 19427] By: jhi                                   on 2003/05/05  16:14:09
+        Log: Subject: Re: Minor change to strict.pm. Who? How?
+             From: Adam Kennedy <adam@ali.as>
+             Date: Wed, 30 Apr 2003 00:02:40 +1000
+             Message-ID: <3EAE8600.2000806@ali.as>
+
+             Subject: [PATCH] Re: Minor change to strict.pm. Who? How?
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Tue, 29 Apr 2003 12:26:32 -0700
+             Message-ID: <20030429192632.GA6129@windhund.schwern.org>
      Branch: perl
-          ! hints/vos.sh
+          ! lib/strict.pm
 ____________________________________________________________________________
-[ 13840] By: jhi                                   on 2001/12/21  20:00:43
-        Log: Subject: [PATCH @13746] CreateTTY on OS/2
-             From: Ilya Zakharevich <ilya@math.ohio-state.edu>
-             Date: Fri, 21 Dec 2001 15:59:45 -0500
-             Message-ID: <20011221155945.A6806@math.ohio-state.edu>
+[ 19426] By: jhi                                   on 2003/05/05  15:48:57
+        Log: Subject: [DOC PATCH] missing ')' in File::Path docs
+             From: "Jos I.Boumans" <kane@dwim.org>
+             Date: 30 Apr 2003 09:45:16 -0000
+             Message-ID: <20030430114513165+0200@nntp.perl.org>
      Branch: perl
-          ! lib/perl5db.pl
+          ! lib/File/Path.pm
 ____________________________________________________________________________
-[ 13839] By: jhi                                   on 2001/12/21  19:52:49
-        Log: Subject: [PATCH @13746] uninstalled build of modules broken
-             From: Ilya Zakharevich <ilya@math.ohio-state.edu>
-             Date: Fri, 21 Dec 2001 15:49:09 -0500
-             Message-ID: <20011221154909.A6760@math.ohio-state.edu>
+[ 19425] By: jhi                                   on 2003/05/05  15:47:19
+        Log: Subject: [PATCH pod/perlmod.pod] Simpler $Revision$ based $VERSION. Plus, repentance!
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Sat, 3 May 2003 15:30:16 -0700
+             Message-ID: <20030503223016.GE1234@windhund.schwern.org>
      Branch: perl
-          ! lib/ExtUtils/MM_Unix.pm
+          ! pod/perlmod.pod
 ____________________________________________________________________________
-[ 13838] By: jhi                                   on 2001/12/21  19:52:09
-        Log: Subject: [PATCH @13746] OS/2 File::* modules
-             From: Ilya Zakharevich <ilya@math.ohio-state.edu>
-             Date: Fri, 21 Dec 2001 15:43:24 -0500
-             Message-ID: <20011221154324.A6524@math.ohio-state.edu>
+[ 19424] By: jhi                                   on 2003/05/05  15:44:39
+        Log: Subject: [PATCH] [perl #3096] undefing hash with object values
+             From: Dave Mitchell <davem@fdgroup.com>
+             Date: Thu, 1 May 2003 21:06:57 +0100
+             Message-ID: <20030501200657.GA25456@fdgroup.com>
      Branch: perl
-          ! lib/File/Basename.pm lib/File/Spec/OS2.pm
+          ! hv.c t/op/undef.t
 ____________________________________________________________________________
-[ 13837] By: jhi                                   on 2001/12/21  19:49:41
-        Log: Subject: [PATCH] perltie.pod (or what does it mean?)
-             From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
-             Date: Fri, 21 Dec 2001 17:29:07 +0100
-             Message-ID: <3C236353.6625C4C0@alcatel.at>
+[ 19423] By: jhi                                   on 2003/05/05  15:42:58
+        Log: Subject: Re: hv.c patch - pathological hashes too easy
+             From: "Tye McQueen" <tye@metronet.com>
+             Date: Thu, 1 May 2003 13:34:50 -0500 (CDT)
+             Message-Id: <200305011834.h41IYoE08503@metronet.com>
      Branch: perl
-          ! pod/perltie.pod
+          ! hv.c
 ____________________________________________________________________________
-[ 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
+[ 19422] By: jhi                                   on 2003/05/05  15:40:02
+        Log: Subject: [PATCH] [perl #18341] random nits in perlrequick.pod
+             From: Casey West <casey@geeknest.com>
+             Date: Tue, 29 Apr 2003 16:14:20 -0400
+             Message-ID: <20030429201420.GT62281@geeknest.com>
+     Branch: perl
+          ! pod/perlrequick.pod
 ____________________________________________________________________________
-[ 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
-             VOS logic.
+[ 19421] By: jhi                                   on 2003/05/05  15:38:23
+        Log: Subject: [PATCH] ExtUtils::Install and the don't-really-do-it switch
+             From: Slaven Rezic <slaven@rezic.de>
+             Date: Thu, 24 Apr 2003 00:42:11 +0200 (CEST)
+             Message-Id: <200304232242.h3NMgBqD028515@vran.herceg.de>
      Branch: perl
-          ! Configure Makefile.SH
+          ! lib/ExtUtils/Install.pm lib/ExtUtils/t/Install.t
 ____________________________________________________________________________
-[ 13834] By: jhi                                   on 2001/12/21  15:12:26
-        Log: Update Changes.
+[ 19420] By: jhi                                   on 2003/05/05  15:36:39
+        Log: Subject: [PATCH 5.8.0 UTIL] h2xs generates false comments about ABSTRACT
+             From: Steve Hay <steve.hay@uk.radan.com>
+             Date: Wed, 30 Apr 2003 09:52:30 +0100
+             Message-ID: <3EAF8ECE.8060403@uk.radan.com>
      Branch: perl
-          ! Changes patchlevel.h
+          ! utils/h2xs.PL
 ____________________________________________________________________________
-[ 13833] By: jhi                                   on 2001/12/21  14:46:45
-        Log: metaconfig unit change for #13832.
-     Branch: metaconfig
-          ! U/modified/spitshell.U
+[ 19419] By: jhi                                   on 2003/05/05  08:20:34
+        Log: Reintroduce the mention of the fact that the Artistic/GPL
+             also are Perl's own licenses.
+     Branch: perl
+          ! pod/perlartistic.pod pod/perlgpl.pod
 ____________________________________________________________________________
-[ 13832] By: jhi                                   on 2001/12/21  14:46:24
-        Log: Also the search for cat needs to be _exe-aware.
+[ 19418] By: jhi                                   on 2003/05/05  07:23:57
+        Log: Switch the new perlio way of opening anonymous temporary files
+             open my $fh, '+>', undef
+             to using File::Temp.  Test it, and test also the "accidental
+             feature" of +< working the same way.
+             This should address [perl #21937].
      Branch: perl
-          ! Configure
+          + ext/PerlIO/t/open.t
+          ! MANIFEST perlio.c pod/perlfunc.pod
 ____________________________________________________________________________
-[ 13831] By: jhi                                   on 2001/12/21  13:43:53
-        Log: Subject: [PATCH] ext/B/B/Xref.pm adding "our" recognition
-             From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
-             Date: Fri, 21 Dec 2001 14:02:01 +0100
-             Message-ID: <3C2332C9.7CFED5F2@alcatel.at>
+[ 19417] By: jhi                                   on 2003/05/05  05:52:47
+        Log: perlartistic and perlgpl reformatting from Sean Burke.
      Branch: perl
-          ! ext/B/B/Xref.pm
+          ! pod/perlartistic.pod pod/perlgpl.pod
 ____________________________________________________________________________
-[ 13830] By: jhi                                   on 2001/12/21  13:42:31
-        Log: packing I32 with L is not nice, need l; from Wolfgang Laun.
+[ 19416] By: jhi                                   on 2003/05/05  05:33:43
+        Log: pack/unpack fixes from Wolfgang Laun:
+             - fix bug in UNICOS (where SIZE16 != sizeof(short))
+             - introduce and use new internal pack/unpack API
+             (packlist, unpackstring)
+             that does away with the unused arguments in the old API
+             (pack_cat, unpack_str).
      Branch: perl
-          ! ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
-          ! ext/B/t/assembler.t
+          ! embed.fnc embed.h global.sym pod/perlapi.pod pp_pack.c proto.h
 ____________________________________________________________________________
-[ 13829] By: jhi                                   on 2001/12/21  13:39:06
-        Log: Subject: [ PATCH ] Smoke 13820 /pro/3gl/CPAN/perl-current
-             From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
-             Date: Fri, 21 Dec 2001 11:15:38 +0100
-             Message-Id: <20011221104035.4B4F.H.M.BRAND@hccnet.nl>
+[ 19415] By: jhi                                   on 2003/05/05  04:58:39
+        Log: Subject: [PATCH] Embed.t flushing problem
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Sun, 04 May 2003 16:25:38 -0500
+             Message-ID: <3EB58552.2070207@mac.com>
      Branch: perl
-          ! hv.c
+          ! lib/ExtUtils/t/Embed.t
 ____________________________________________________________________________
-[ 13828] By: jhi                                   on 2001/12/21  01:59:10
-        Log: A plan is good.
+[ 19414] By: jhi                                   on 2003/05/05  04:52:37
+        Log: Doc nit from mjd.
      Branch: perl
-          ! ext/re/re.t
+          ! ext/DB_File/DB_File.pm
 ____________________________________________________________________________
-[ 13827] By: jhi                                   on 2001/12/21  01:57:48
-        Log: Subject: [REPATCH MANIFEST, ext/re/re.t] Tests for re pragma
-             From: chromatic <chromatic@rmci.net>
-             Date: Thu, 20 Dec 2001 16:16:48 -0700
-             Message-ID: <20011220231726.23878.qmail@onion.perl.org>
+[ 19413] By: ams                                   on 2003/05/05  04:03:10
+        Log: None of that "our" stuff here, please.
      Branch: perl
-          + ext/re/re.t
-          ! MANIFEST
+          ! ext/Storable/t/tied.t
 ____________________________________________________________________________
-[ 13826] By: jhi                                   on 2001/12/21  01:34:37
-        Log: Synchronize the skippage message.
+[ 19412] By: ams                                   on 2003/05/05  03:57:06
+        Log: Oops. More Storable 2.07 preparations.
      Branch: perl
-          ! lib/ExtUtils/t/MM_OS2.t
+          ! ext/Storable/README ext/Storable/Storable.pm
 ____________________________________________________________________________
-[ 13825] By: jhi                                   on 2001/12/21  01:32:42
-        Log: Subject: [PATCH MANIFEST, lib/ExtUtils/t/MM_OS2.t] Tests for ExtUtils::MM_OS2
-             From: chromatic <chromatic@rmci.net>
-             Date: Thu, 20 Dec 2001 16:09:10 -0700
-             Message-ID: <20011220230948.18010.qmail@onion.perl.org>
+[ 19411] By: ams                                   on 2003/05/05  03:53:44
+        Log: Update changelog for 2.07 release.
      Branch: perl
-          + lib/ExtUtils/t/MM_OS2.t
-          ! MANIFEST
+          ! ext/Storable/ChangeLog
 ____________________________________________________________________________
-[ 13824] By: jhi                                   on 2001/12/21  01:14:12
-        Log: Subject: perlfunc.pod patch re flock via fcntl
-             From: "Tye McQueen" <tye@metronet.com>
-             Date: Thu, 20 Dec 2001 14:52:19 -0600 (CST) 
-             Message-Id: <200112202052.fBKKqKH16263@metronet.com>
+[ 19410] By: ams                                   on 2003/05/05  03:31:36
+        Log: Update Changes.
      Branch: perl
-          ! pod/perlfunc.pod
+          ! Changes
 ____________________________________________________________________________
-[ 13823] By: jhi                                   on 2001/12/21  00:54:49
-        Log: Make using U+FDD0..U+FDEF (noncharacters since Unicode 3.1),
-             U+...FFFE, U+...FFFF, and characters beyond U+10FFFF
-             (the Unicode maximum code point) warnable offenses.
+[ 19409] By: ams                                   on 2003/05/05  03:21:41
+        Log: Subject: Re: Bug in Storable???
+             From: Slaven Rezic <slaven@rezic.de>
+             Date: 04 May 2003 18:00:40 +0200
+             Message-Id: <87of2iwvkn.fsf@vran.herceg.de>
      Branch: perl
-          ! embed.h embed.pl global.sym op.c pod/perlapi.pod pp.c proto.h
-          ! t/op/each.t t/op/pat.t t/op/qq.t utf8.c utf8.h
+          ! ext/Storable/Storable.xs ext/Storable/t/integer.t
 ____________________________________________________________________________
-[ 13822] By: jhi                                   on 2001/12/20  20:59:55
-        Log: Sterner admonishment on -t.
+[ 19407] By: jhi                                   on 2003/05/04  19:39:01
+        Log: This way reads a bit better with pod2man.
      Branch: perl
-          ! pod/perlrun.pod
+          ! pod/perlartistic.pod pod/perlgpl.pod
 ____________________________________________________________________________
-[ 13821] By: jhi                                   on 2001/12/20  20:53:42
-        Log: Subject: [PATCH B::Dpparse] minor qr// fix
-             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
-             Date: Thu, 20 Dec 2001 22:53:34 +0100
-             Message-ID: <20011220225334.A735@rafael>
+[ 19406] By: jhi                                   on 2003/05/04  12:01:00
+        Log: Integrate from maint:
+             [ 18568]
+             Add the POSIX::sigaction() trick by Slaven Rezic
+             for [perl #17341].
      Branch: perl
-          ! ext/B/B/Deparse.pm
+         !> pod/perlfunc.pod pod/perlipc.pod
 ____________________________________________________________________________
-[ 13820] By: jhi                                   on 2001/12/20  15:18:25
-        Log: Subject: [PATCH} typo fix in Carp/Heavy.pm
-             From: Robert Spier <rspier@pobox.com>
-             Date: Thu, 20 Dec 2001 08:10:00 -0800
-             Message-ID: <15394.3416.693353.107334@rls.cx>
+[ 19401] By: jhi                                   on 2003/05/04  09:25:48
+        Log: Add Artistic as perlartistic and GPL (the Copying) as perlgpl;
+             regen perltoc, perlmodlib.  The GPL added as verbatim as possible,
+             the perlartistic is a straightforward podification.
      Branch: perl
-          ! lib/Carp/Heavy.pm
+          + pod/perlartistic.pod pod/perlgpl.pod
+          ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlmodlib.PL
+          ! pod/perlmodlib.pod pod/perlmodstyle.pod pod/perltoc.pod
 ____________________________________________________________________________
-[ 13819] By: jhi                                   on 2001/12/20  14:56:30
-        Log: Integrate perlio:
-             
-             [ 13815]
-             pTHX_ fixes for :win32 layer
+[ 19398] By: jhi                                   on 2003/05/04  08:19:14
+        Log: Doesn't make any difference for the test but is more logical.
      Branch: perl
-         !> win32/win32io.c
+          ! t/lib/Devel/switchd.pm
 ____________________________________________________________________________
-[ 13818] By: jhi                                   on 2001/12/20  14:53:05
-        Log: Subject: Re: [PATCH pod/perliol.pod] resend
-             From: Stas Bekman <stas@stason.org>
-             Date: Thu, 20 Dec 2001 17:15:09 +0800 (SGT)
-             Message-ID: <Pine.LNX.4.40.0112201714210.23498-100000@hope.stason.org>
+[ 19396] By: jhi                                   on 2003/05/03  15:42:54
+        Log: Plagued by thinkos tonight.
      Branch: perl
-          ! pod/perliol.pod
+          ! lib/filetest.t
 ____________________________________________________________________________
-[ 13817] By: jhi                                   on 2001/12/20  14:51:24
-        Log: Fix up the APIs noone hopefully uses.
+[ 19395] By: jhi                                   on 2003/05/03  15:37:35
+        Log: Must skip more.
      Branch: perl
-          ! utf8.c
+          ! lib/filetest.t
 ____________________________________________________________________________
-[ 13816] By: jhi                                   on 2001/12/20  14:18:56
-        Log: Subject: [PATCH] Carp.pm caller_info returns wrong info for eval
-             Date: Wed, 19 Dec 2001 14:13:38 -0800
-             From: Robert Spier <rspier@pobox.com>
-             Message-ID: <15393.4370.605214.548582@rls.cx>
-     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
-          ! embed.h embed.pl embedvar.h perlapi.h proto.h thrdvar.h utf8.c
-          ! wince/perldll.def
-____________________________________________________________________________
-[ 13812] By: jhi                                   on 2001/12/19  17:56:53
-        Log: gcc pacifying (RH 7.1/ia64).
+[ 19394] By: jhi                                   on 2003/05/03  15:30:45
+        Log: Subject: Re: Does filetest work at all?
+             From: Slaven Rezic <slaven@rezic.de>
+             Date: 03 May 2003 18:26:49 +0200
+             Message-ID: <87ade4q9me.fsf@vran.herceg.de>
      Branch: perl
-          ! pp.c
+          ! lib/filetest.t pp_sys.c
 ____________________________________________________________________________
-[ 13811] By: jhi                                   on 2001/12/19  16:55:09
-        Log: Update Changes.
+[ 19393] By: jhi                                   on 2003/05/03  05:34:21
+        Log: Extra tweakage from Rafael for #19392.
      Branch: perl
-          ! Changes patchlevel.h
+          ! ext/B/B/Concise.pm lib/filetest.pm
 ____________________________________________________________________________
-[ 13810] By: jhi                                   on 2001/12/19  16:50:12
-        Log: Subject: Re: [BUG] bleadperl regexp (was ok in 5.6.0)
-             From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
-             Date: Wed, 19 Dec 2001 12:35:07 +0100
-             Message-ID: <3C207B6B.A687A8EC@alcatel.at>
-             
-             Subject: Re: [BUG] bleadperl regexp (was ok in 5.6.0)
-             From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
-             Date: Wed, 19 Dec 2001 17:34:51 +0000
-             Message-Id: <200112191734.fBJHYpd30715@crypt.compulink.co.uk>
+[ 19392] By: jhi                                   on 2003/05/03  05:33:04
+        Log: Salvage 'use filetest "access"' from compiletime to runtime.
      Branch: perl
-          ! pod/perlre.pod
+          ! dump.c op.c op.h pp_sys.c
 ____________________________________________________________________________
-[ 13809] By: jhi                                   on 2001/12/19  16:47:11
-        Log: Integrate perlio:
-             
-             [ 13808]
-             Add pTHX to all vtable functions for future-proofing and
-             consistency of PerlIO layers.
-             
-             [ 13797]
-             Remove the sometimes-lvalue cast
-             
-             [ 13796]
-             alarm.t with -Uuseperlio fix
-             - SA_RESTART should only be function of PERL_OLD_SIGNALS
-             not USE_PERLIO
-             
-             [ 13795]
-             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?)
+[ 19391] By: jhi                                   on 2003/05/03  05:19:23
+        Log: Upgrade to Unicode 4.0.0.  (Well, upgrade at least
+             the Unicode character database to 4.0.0.)
      Branch: perl
-         !> 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
+          + lib/unicore/HangulSyllableType.txt
+          + lib/unicore/NormalizationCorrections.txt
+          + lib/unicore/StandardizedVariants.txt
+          + lib/unicore/lib/Braille.pl lib/unicore/lib/Cypriot.pl
+          + lib/unicore/lib/InAegean.pl lib/unicore/lib/InCyprio.pl
+          + lib/unicore/lib/InKhmerS.pl lib/unicore/lib/InLimbu.pl
+          + lib/unicore/lib/InLinea2.pl lib/unicore/lib/InLinear.pl
+          + lib/unicore/lib/InMisce5.pl lib/unicore/lib/InOsmany.pl
+          + lib/unicore/lib/InPhonet.pl lib/unicore/lib/InShavia.pl
+          + lib/unicore/lib/InTaiLe.pl lib/unicore/lib/InTaiXua.pl
+          + lib/unicore/lib/InUgarit.pl lib/unicore/lib/InVaria2.pl
+          + lib/unicore/lib/InYijing.pl lib/unicore/lib/Limbu.pl
+          + lib/unicore/lib/LinearB.pl lib/unicore/lib/Osmanya.pl
+          + lib/unicore/lib/OtherIdS.pl lib/unicore/lib/Shavian.pl
+          + lib/unicore/lib/TaiLe.pl lib/unicore/lib/Ugaritic.pl
+          ! (edit 129 files)
 ____________________________________________________________________________
-[ 13807] By: jhi                                   on 2001/12/19  15:59:02
-        Log: One more embedded (?sx) de-embedded, from Wolfgang Laun.
+[ 19390] By: jhi                                   on 2003/05/03  04:52:09
+        Log: Tru64: PerlIO_tell() was returning about one _megabyte_ for
+             the fp offset, which was quite a big larger than the input file,
+             which meant that the SvGROW tried to grow the file to about
+             2**64-2**20, which made safesysrealloc() to understandably
+             croak (in argv.t).
      Branch: perl
-          ! ext/B/B/Assembler.pm
+          ! sv.c
 ____________________________________________________________________________
-[ 13806] By: jhi                                   on 2001/12/19  15:08:29
-        Log: Reword the alarm explanation.
+[ 19387] By: jhi                                   on 2003/05/02  19:18:35
+        Log: Regen Configure (no changes but that's fine).
      Branch: perl
-          ! pod/perlfunc.pod
+          ! Configure
 ____________________________________________________________________________
-[ 13805] By: jhi                                   on 2001/12/19  15:04:03
-        Log: Subject: [PATCH @13746] OS/2 build
-             From: Ilya Zakharevich <ilya@math.ohio-state.edu> 
-             Date: Wed, 19 Dec 2001 02:45:41 -0500
-             Message-ID: <20011219024541.A29803@math.ohio-state.edu>        
-             
-             (skipped the t/TEST change)
-     Branch: perl
-          ! lib/English.t lib/ExtUtils/t/Embed.t lib/File/stat.t
-          ! lib/Shell.t os2/Makefile.SHs os2/OS2/REXX/DLL/Makefile.PL
-          ! os2/os2.c os2/perlrexx.c t/op/alarm.t util.c
-____________________________________________________________________________
-[ 13804] By: jhi                                   on 2001/12/19  14:55:26
-        Log: Upgrade to Net::Ping 2.09.
-     Branch: perl
-          + 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
-          ! 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.
-             
-             TODO: getting perlcc working.
+[ 19386] By: jhi                                   on 2003/05/02  19:06:39
+        Log: Subject: [PATCH] Re: maintperl on OpenUNIX 8
+             From: Andy Dougherty <doughera@lafayette.edu>
+             Date: Mon, 28 Apr 2003 12:24:38 -0400 (EDT)
+             Message-ID: <Pine.SOL.4.53.0304281208490.25038@maxwell.phys.lafayette.edu>
      Branch: perl
-          + ext/B/t/assembler.t
-          ! MANIFEST ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
+          ! Configure
 ____________________________________________________________________________
-[ 13801] By: jhi                                   on 2001/12/19  14:18:10
-        Log: Can't printf U8s as UVs.
+[ 19385] By: jhi                                   on 2003/05/02  19:01:04
+        Log: Subject: [PATCH] OpenUNIX 8 support
+             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
+             Date: Fri, 2 May 2003 12:12:08 +0200
+             Message-Id: <20030502121208.3d235027.rgarciasuarez@free.fr>
      Branch: perl
-          ! utf8.c
+          ! Configure ext/Socket/socketpair.t hints/svr5.sh pp_sys.c
 ____________________________________________________________________________
-[ 13800] By: jhi                                   on 2001/12/19  14:12:02
-        Log: Subject: Re: [PATCH] ...while $var = glob(...)
-             From: Robin Houston <robin@kitsite.com> 
-             Date: Wed, 19 Dec 2001 13:48:55 +0000
-             Message-ID: <20011219134855.A20452@puffinry.freeserve.co.uk>        
-             
-             Not exactly a glob test but internal-logically correct.
+[ 19384] By: jhi                                   on 2003/05/02  18:58:32
+        Log: Subject: [PATCH win32/win32.c] silence compiler warnings
+             From: Abe Timmerman <abe@ztreet.demon.nl>
+             Date: Fri, 2 May 2003 00:51:42 +0200
+             Message-Id: <200305020051.43166.abe@ztreet.demon.nl>
      Branch: perl
-          ! t/op/glob.t
+          ! win32/win32.c
 ____________________________________________________________________________
-[ 13799] By: jhi                                   on 2001/12/19  13:51:37
-        Log: Subject: [PATCH lib/lib_pm.PL lib/lib.t] portability snag
-             From: Michael G Schwern <schwern@pobox.com> 
-             Date: Wed, 19 Dec 2001 07:42:54 -0500
-             Message-ID: <20011219124254.GF8630@blackrider>
+[ 19383] By: jhi                                   on 2003/05/02  18:55:37
+        Log: Subject: [PATCH win32/win32.h] Re: Smoke [5.9.0] 19367 FAIL(F) MSWin32 5.0 Service Pack 3 (x86/1 cpu)
+             From: Abe Timmerman <abe@ztreet.demon.nl>
+             Date: Thu, 1 May 2003 18:34:35 +0200
+             Message-Id: <200305011834.35685.abe@ztreet.demon.nl>
      Branch: perl
-          + lib/lib.t
-          ! MANIFEST lib/lib_pm.PL
+          ! win32/win32.h
 ____________________________________________________________________________
-[ 13798] By: jhi                                   on 2001/12/19  13:35:59
-        Log: Integrate with perlio.
+[ 19382] By: jhi                                   on 2003/05/02  18:50:25
+        Log: Subject: [PATCH ext/POSIX/POSIX.pod] Deceptive POSIX exporting docs
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Wed, 30 Apr 2003 18:19:32 -0700
+             Message-ID: <20030501011932.GM701@windhund.schwern.org>
      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
+          ! ext/POSIX/POSIX.pod
 ____________________________________________________________________________
-[ 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.
+[ 19381] By: jhi                                   on 2003/05/02  15:12:47
+        Log: Forgot to check in the -d: file.
      Branch: perl
-          ! pod/perltoc.pod
+          + t/lib/Devel/switchd.pm
+          ! MANIFEST t/run/switchd.t
 ____________________________________________________________________________
-[ 13792] By: jhi                                   on 2001/12/19  04:56:42
-        Log: FAQ sync.
+[ 19380] By: jhi                                   on 2003/05/02  15:02:04
+        Log: Solaris: make -Duse64bitall'ed to have an archname of
+             sun4-solaris-64, from Alan Burlison.  (The default is to not
+             to suffix anything with -Duse64bitall if longs are 64 bit.
+             This may lead into confusion and much sorrow if 32-bit binaries
+             and 64-bit binaries are installed under the same directories.
+             Why is "-64" or something like that the default?  Well, there
+             are platforms where 64 bits really is the default default.
+             There adding a "-64" would be kind of odd.  Better to let
+             each 64-bit capable platform to choose their archnames.)
      Branch: perl
-          ! pod/perlfaq5.pod
+          ! hints/solaris_2.sh
 ____________________________________________________________________________
-[ 13791] By: jhi                                   on 2001/12/19  04:38:47
-        Log: Reformat round.
+[ 19378] By: jhi                                   on 2003/05/02  08:41:40
+        Log: The [perl #21890] (Devel::Coverage breakage) has been fixed
+             by change #18589 (it was broken by change #9754); add test case.
      Branch: perl
-          ! pod/perlunicode.pod
+          + t/run/switchd.t
+          ! MANIFEST
 ____________________________________________________________________________
-[ 13790] By: jhi                                   on 2001/12/19  04:32:06
-        Log: Subject: [PATCH] pod/perlunicode.pod
-             From: Jeffrey Friedl <jfriedl@yahoo.com>
-             Date: Tue, 18 Dec 2001 21:31:13 -0800 (PST) 
-             Message-Id: <200112190531.fBJ5VDp57308@ventrue.corp.yahoo.com> 
+[ 19376] By: jhi                                   on 2003/05/02  05:31:52
+        Log: great_circle_direction() was broken,
+             reported by Alexander Becher.
      Branch: perl
-          ! pod/perlunicode.pod
+          ! lib/Math/Trig.pm lib/Math/Trig.t
 ____________________________________________________________________________
-[ 13789] By: jhi                                   on 2001/12/19  04:16:39
-        Log: Subject: Re: [PATCH] pod/perluniintro.pod (removes unnecessary UTF-8 references)
-             From: Jeffrey Friedl <jfriedl@yahoo.com>
-             Date: Tue, 18 Dec 2001 21:13:59 -0800 (PST) 
-             Message-Id: <200112190513.fBJ5DxN56315@ventrue.corp.yahoo.com> 
+[ 19375] By: jhi                                   on 2003/05/01  18:18:06
+        Log: OS X: could not -Doptimize=-g.
      Branch: perl
-          ! pod/perluniintro.pod
+          ! hints/darwin.sh
 ____________________________________________________________________________
-[ 13788] By: jhi                                   on 2001/12/19  03:54:08
-        Log: Slight pod reformatting.
+[ 19374] By: jhi                                   on 2003/05/01  12:33:44
+        Log: OS X test tweak.
      Branch: perl
-          ! pod/perluniintro.pod
+          ! ext/Cwd/t/cwd.t
 ____________________________________________________________________________
-[ 13787] By: jhi                                   on 2001/12/19  03:41:45
-        Log: Subject: [PATCH] pod/perluniintro.pod (removes unnecessary UTF-8 references)
-             From: Jeffrey Friedl <jfriedl@yahoo.com>    
-             Date: Tue, 18 Dec 2001 20:27:42 -0800 (PST)
-             Message-Id: <200112190427.fBJ4RgP53458@ventrue.corp.yahoo.com>
+[ 19373] By: jhi                                   on 2003/05/01  11:09:42
+        Log: Subject: [PATCH] RE: perl@19333
+             From: Robin Barker <Robin.Barker@npl.co.uk>
+             Date: Tue, 29 Apr 2003 17:30:23 +0100
+             Message-ID: <533D273D4014D411AB1D00062938C4D9040464F7@hotel.npl.co.uk>
      Branch: perl
-          ! pod/perluniintro.pod
+          ! embed.pl pp_hot.c pp_pack.c proto.h
 ____________________________________________________________________________
-[ 13786] By: jhi                                   on 2001/12/19  01:14:04
-        Log: Subject: Re: [ID 20011213.001] Segfault with overload and Test
-             From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
-             Date: Wed, 19 Dec 2001 01:45:23 +0000
-             Message-Id: <200112190145.fBJ1jNt23668@crypt.compulink.co.uk>
+[ 19372] By: jhi                                   on 2003/05/01  09:52:52
+        Log: miniperl cannot handle layers.t.
      Branch: perl
-          ! sv.c
+          ! t/io/layers.t
 ____________________________________________________________________________
-[ 13785] By: jhi                                   on 2001/12/19  01:11:45
-        Log: Subject: Porting/checkURL.pl
-             From: abigail@foad.org
-             Date: Tue, 18 Dec 2001 19:03:22 +0100          
-             Message-ID: <20011218180322.8278.qmail@foad.org> 
+[ 19371] By: jhi                                   on 2003/05/01  08:26:06
+        Log: The solution in change #19363 was too unportable.
      Branch: perl
-          ! Porting/checkURL.pl
+          ! t/io/openpid.t
 ____________________________________________________________________________
-[ 13784] By: jhi                                   on 2001/12/19  01:05:25
-        Log: metaconfig unit change for #13783.
-     Branch: metaconfig
-          ! U/modified/Loc.U
+[ 19369] By: jhi                                   on 2003/05/01  07:48:06
+        Log: perlreftut updates from mjd.
+     Branch: perl
+          ! pod/perlreftut.pod
 ____________________________________________________________________________
-[ 13783] By: jhi                                   on 2001/12/19  00:26:34
-        Log: A bit too oversweeping matching in #13778.
+[ 19368] By: jhi                                   on 2003/05/01  07:45:06
+        Log: z/OS: More threaded build tweaks from Brian De Pradine--
+             apparently now it works!
      Branch: perl
-          ! Configure
+          ! ext/threads/threads.xs handy.h hints/os390.sh thread.h
 ____________________________________________________________________________
-[ 13782] By: jhi                                   on 2001/12/19  00:09:10
-        Log: Re-gen Configure based on #13778..13781.
+[ 19367] By: rgs                                   on 2003/04/29  20:31:07
+        Log: Subject: [PATCH] buglet: sub a(;&) { } doesn't work
+             From: Enache Adrian <enache@rdslink.ro>
+             Date: Sat, 19 Apr 2003 01:41:07 +0300
+             Message-ID: <20030418224107.GA2751@ratsnest.hole>
      Branch: perl
-          ! Configure config_h.SH
+          ! t/comp/parser.t toke.c
 ____________________________________________________________________________
-[ 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
+[ 19366] By: jhi                                   on 2003/04/29  08:55:12
+        Log: If it's S_, it should be STATIC.
      Branch: perl
-          ! Configure config_h.SH
+          ! embed.fnc embed.h numeric.c proto.h
 ____________________________________________________________________________
-[ 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>
-             Date: Tue, 18 Dec 2001 22:51:25 +0000
-             Message-ID: <20011218225124.N21702@plum.flirble.org>
+[ 19365] By: sky                                   on 2003/04/28  16:30:03
+        Log: Subject: [PATCH] [perl #7592] Clarify what qw() does in scalar context
+             From: Casey West <casey@geeknest.com>
+             Date: m\8cn apr 28, 2003  16:00:05 Europe/Stockholm
+             Message-Id: <20030428140005.GC62281@geeknest.com>
      Branch: perl
-          ! lib/Benchmark.t
+          ! pod/perlop.pod
 ____________________________________________________________________________
-[ 13766] By: jhi                                   on 2001/12/18  22:07:35
-        Log: Re-applying #13752 until a better solution can be found.
+[ 19364] By: sky                                   on 2003/04/28  16:20:43
+        Log: Subject: [PATCH] [patch #7514] Bug in perlop regex explination
+             From: Casey West <casey@geeknest.com>
+             Date: m\8cn apr 28, 2003  19:22:06 Europe/Stockholm
+             Message-Id: <20030428172206.GK62281@geeknest.com>
      Branch: perl
-          ! lib/ExtUtils/t/MM_Unix.t
+          ! pod/perlop.pod
 ____________________________________________________________________________
-[ 13765] By: jhi                                   on 2001/12/18  21:05:13
-        Log: Subject: [PATCH] Suggested doc enhancement(?) to Exporter.pm
-             From: "Giroux, Mike (Exchange)" <mgiroux@bear.com>
-             Date: Tue, 18 Dec 2001 12:05:40 -0500
-             Message-ID: <03CF7D5B2CFFD211990300A0C95DEA0C080BEB5A@whmsx18.is.bear.com>
+[ 19363] By: sky                                   on 2003/04/28  15:32:35
+        Log: Fix bug 2681, change the test not to use the shell and use 3+arg
+             open.
      Branch: perl
-          ! lib/Exporter.pm
+          ! t/io/openpid.t
 ____________________________________________________________________________
-[ 13764] By: jhi                                   on 2001/12/18  20:58:44
-        Log: %g -> NVgf cleanup, based on Schwern's RedHat 7.1/Alpha
-             findings -- some of the warnings I can't explain except
-             by NVgf being detected wrong, though.
+[ 19359] By: jhi                                   on 2003/04/28  08:43:23
+        Log: Feel-good cleanup.
      Branch: perl
-          ! dump.c pp.c sv.c x2p/a2p.h x2p/str.c
+          ! intrpvar.h sv.c
 ____________________________________________________________________________
-[ 13763] By: jhi                                   on 2001/12/18  20:54:28
-        Log: Subject: [PATCH] pod/perluniintro.pod
-             From: Jeffrey Friedl <jfriedl@yahoo.com>
-             Date: Tue, 18 Dec 2001 10:27:45 -0800 (PST)
-             Message-Id: <200112181827.fBIIRjv16547@ventrue.corp.yahoo.com>
+[ 19358] By: jhi                                   on 2003/04/28  08:27:15
+        Log: SysV msg queues can be something hanging (witnessed in IRIX),
+             so let's use IPC_NOWAIT.
      Branch: perl
-          ! pod/perluniintro.pod
+          ! ext/IPC/SysV/t/msg.t t/op/taint.t
 ____________________________________________________________________________
-[ 13762] By: jhi                                   on 2001/12/18  17:49:07
-        Log: ".pm" is the native executable suffix in VOS.
+[ 19357] By: jhi                                   on 2003/04/28  06:32:47
+        Log: Detecting errors of reentrant APIs: getgrgid_r and the like
+             when returning an int can either return the error in the return
+             value or in the errno.  We need a new per-interp variable to store
+             the return value instead of clobbering the errno with it.  The new
+             variable, PL_reentrant_retint, is only used within the reentrancy
+             framework, and immediately after it's set, so there should not be
+             similar visibility issues as for the errno.  Spotted by Edward Moy.
      Branch: perl
-          ! hints/vos.sh
+          ! embedvar.h intrpvar.h perlapi.h reentr.c reentr.h reentr.pl
 ____________________________________________________________________________
-[ 13761] By: jhi                                   on 2001/12/18  15:57:39
-        Log: Integrate perlio:
-             
-             [ 13760]
-             Tidied version of Jeffrey Friedl's <jfriedl@yahoo.com> restricted hashes
-             - added delete of READONLY value inhibit & test for same
-             - re-tabbed
+[ 19356] By: rgs                                   on 2003/04/27  20:09:01
+        Log: Newer glibc's nice(2) return the new nice value, instead of 0 or -1.
+             Check errno to see if the call to nice(2) succeeded.
+             Subject: Re: [PATCH++] all about the recent standard conforming glibc's nic
+             From: Enache Adrian <enache@rdslink.ro>
+             Date: Wed, 23 Apr 2003 22:48:20 +0300
+             Message-ID: <20030423194820.GA874@ratsnest.hole>
      Branch: perl
-         !> ext/Devel/Peek/Peek.t hv.c hv.h scope.c sv.c t/lib/access.t
+          ! ext/POSIX/POSIX.xs
 ____________________________________________________________________________
-[ 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
+[ 19355] By: jhi                                   on 2003/04/27  19:56:09
+        Log: Document a faint compilation noise.
+     Branch: perl
+          ! README.aix
 ____________________________________________________________________________
-[ 13759] By: jhi                                   on 2001/12/18  15:54:19
-        Log: (Undone by #13766.)
-             Retract #13752.
+[ 19354] By: rgs                                   on 2003/04/27  19:35:11
+        Log: $[ clarifications.
      Branch: perl
-          ! lib/ExtUtils/t/MM_Unix.t
+          ! pod/perlvar.pod
 ____________________________________________________________________________
-[ 13758] By: jhi                                   on 2001/12/18  15:26:18
-        Log: Echoes of #13757.
+[ 19353] By: rgs                                   on 2003/04/27  18:51:37
+        Log: utime() doc clarifications
+             based on :
+             Subject: Re: [PATCH] [perl #18589] Add NFS warning, clarify touch example
+             From: Casey West <casey@geeknest.com>
+             Date: Fri, 25 Apr 2003 08:00:54 -0400
+             Message-ID: <20030425120054.GQ34510@geeknest.com>
      Branch: perl
-          ! t/lib/warnings/utf8
+          ! pod/perlfunc.pod
 ____________________________________________________________________________
-[ 13757] By: jhi                                   on 2001/12/18  15:24:50
-        Log: Make the utf8 malformedness messages more verbose.
+[ 19351] By: jhi                                   on 2003/04/27  08:13:34
+        Log: Add a test case for [perl #15288] (already solved).
      Branch: perl
-          ! lib/utf8.t utf8.c
+          ! t/op/pack.t
 ____________________________________________________________________________
-[ 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)
+[ 19350] By: jhi                                   on 2003/04/27  07:38:17
+        Log: Add Dave Mitchell's test case for fields.
+     Branch: perl
+          ! lib/fields.t
 ____________________________________________________________________________
-[ 13755] By: jhi                                   on 2001/12/18  14:05:26
-        Log: README.aix updates from Jens-Uwe Mager.
+[ 19349] By: jhi                                   on 2003/04/27  06:50:09
+        Log: Subject: [PATCH] VMS::Stdio test tweak
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Sat, 26 Apr 2003 15:53:07 -0500
+             Message-ID: <3EAAF1B3.7020708@mac.com>
      Branch: perl
-          ! README.aix
+          ! vms/ext/Stdio/test.pl
 ____________________________________________________________________________
-[ 13754] By: jhi                                   on 2001/12/18  14:03:31
-        Log: Subject: [PATCH lib/Benchmark.t] Show value of $fastslow on failure
-             From: Michael G Schwern <schwern@pobox.com>
-             Date: Tue, 18 Dec 2001 00:58:18 -0500
-             Message-ID: <20011218055818.GC4362@blackrider>
+[ 19348] By: jhi                                   on 2003/04/27  06:46:16
+        Log: Subject: Re: [COMPLETE PATCH lib/UNIVERSAL.pm] RE: [perl #22018] UNIVERSAL documentatio n contradicts itself
+             From: Casey West <casey@geeknest.com>
+             Date: Thu, 24 Apr 2003 08:18:42 -0400
+             Message-ID: <20030424121842.GW34510@geeknest.com>
      Branch: perl
-          ! lib/Benchmark.t
+          ! lib/UNIVERSAL.pm
 ____________________________________________________________________________
-[ 13753] By: jhi                                   on 2001/12/18  14:02:49
-        Log: Subject: [PATCH lib/ExtUtils/t/Installed.t] Making it somewhat more portable
-             From: Michael G Schwern <schwern@pobox.com>
-             Date: Tue, 18 Dec 2001 00:40:38 -0500
-             Message-ID: <20011218054038.GB4362@blackrider>
+[ 19346] By: jhi                                   on 2003/04/27  06:03:48
+        Log: Document that restricted hashes are not atomic
+             (from Dave Mitchell).
      Branch: perl
-          ! lib/ExtUtils/Installed.pm lib/ExtUtils/t/Installed.t
+          ! lib/Hash/Util.pm
 ____________________________________________________________________________
-[ 13752] By: jhi                                   on 2001/12/18  14:01:44
-        Log: (reintroduced by #13766)
-             (retracted by #13759)
-             
-             Subject: [PATCH lib/ExtUtils/t/MM_Unix.t] All the world's not a Unix
-             From: Michael G Schwern <schwern@pobox.com>  
-             Date: Tue, 18 Dec 2001 00:00:23 -0500
-             Message-ID: <20011218050023.GA27893@blackrider>
+[ 19345] By: jhi                                   on 2003/04/27  05:59:39
+        Log: Subject: [PATCH] Re: the revenge of the bride of the son of the night of the living pseudohashes
+             From: Dave Mitchell <davem@fdgroup.com>
+             Date: Sat, 26 Apr 2003 18:45:28 +0100
+             Message-ID: <20030426174528.GA9588@fdgroup.com>
      Branch: perl
-          ! lib/ExtUtils/t/MM_Unix.t
+          ! hv.c lib/Hash/Util.t pod/perldiag.pod
 ____________________________________________________________________________
-[ 13751] By: jhi                                   on 2001/12/18  13:59:32
-        Log: Re-patch #13749.
+[ 19344] By: rgs                                   on 2003/04/26  22:48:32
+        Log: Some doc patches by Casey West :
+
+             Subject: Re: [PATCH] Re: [perl #21260] adding error handling info to perlfunc/readline
+             From: Casey West <casey@geeknest.com>
+             Date: Fri, 25 Apr 2003 10:46:39 -0400
+             Message-ID: <20030425144639.GY34510@geeknest.com>
+
+             Subject: Re: [perl #21785] [PATCH] clarify readdir in for conditional
+             From: Casey West <casey@geeknest.com>
+             Date: Fri, 25 Apr 2003 07:52:13 -0400
+             Message-ID: <20030425115213.GP34510@geeknest.com>
+
+             Subject: Re: [perl #7213] [PATCH] Updating example in perldata
+             From: Casey West <casey@geeknest.com>
+             Date: Thu, 24 Apr 2003 21:27:22 -0400
+             Message-ID: <20030425012722.GN34510@geeknest.com>
      Branch: perl
-          ! t/op/glob.t
+          ! pod/perldata.pod pod/perlfunc.pod pod/perlsyn.pod
 ____________________________________________________________________________
-[ 13750] By: jhi                                   on 2001/12/18  13:56:34
-        Log: Subject: [doc patch] s{(?<=perldeb)ug}{guts}
-             From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
-             Date: Tue, 18 Dec 2001 12:55:43 +0000
-             Message-Id: <200112181255.fBICthb09977@crypt.compulink.co.uk>
+[ 19343] By: rgs                                   on 2003/04/26  22:30:07
+        Log: Document that splice() doesn't extend arrays
+             Subject: Re: slice autoextending ? still another revised doc patch; COW
+             From: david nicol <whatever@davidnicol.com>
+             Date: 22 Apr 2003 22:05:02 -0500
+             Message-Id: <1051067101.1086.113.camel@plaza.davidnicol.com>
      Branch: perl
-          ! ext/Devel/Peek/Peek.pm
+          ! pod/perlfunc.pod
 ____________________________________________________________________________
-[ 13749] By: jhi                                   on 2001/12/18  13:55:12
-        Log: Subject: Third time lucky? (Re: [PATCH] ...while $var = glob(...))
-             From: Robin Houston <robin@kitsite.com> 
-             Date: Tue, 18 Dec 2001 14:54:33 +0000
-             Message-ID: <20011218145433.A18835@puffinry.freeserve.co.uk>
+[ 19342] By: sky                                   on 2003/04/26  21:43:32
+        Log: Fix bug #15161 by increasing the refcount on the RE and making
+             sure to restore it correctly. Deals with both s//e and s///g.
      Branch: perl
-          ! t/op/glob.t
+          ! pp_ctl.c pp_hot.c
 ____________________________________________________________________________
-[ 13748] By: jhi                                   on 2001/12/17  23:54:41
-        Log: Subject: [PATCH] slightly more for Exporter.pm
-             From: Nicholas Clark <nick@ccl4.org>
-             Date: Tue, 18 Dec 2001 00:22:03 +0000
-             Message-ID: <20011218002203.M21702@plum.flirble.org>
+[ 19341] By: jhi                                   on 2003/04/26  04:36:03
+        Log: Integrate:
+             [ 19340]
+             Caught by Mark Lutz in UNICOS: A declaration cannot appear
+             after an executable statement in a block.
      Branch: perl
-          ! lib/Exporter.pm
+         !> pp_pack.c
 ____________________________________________________________________________
-[ 13747] By: jhi                                   on 2001/12/17  21:59:07
-        Log: Subject: [PATCH] Re: chomp/chop prototype changed?
-             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
-             Date: Mon, 17 Dec 2001 16:37:18 +0100
-             Message-ID: <20011217163718.A2292@rafael>
-             
-             Subject: Re: [PATCH] Re: chomp/chop prototype changed?
-             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
-             Date: Mon, 17 Dec 2001 23:17:06 +0100
-             Message-ID: <20011217231706.A730@rafael>
+[ 19337] By: jhi                                   on 2003/04/25  20:19:36
+        Log: Now the -Dnoextensions and -Dnoextensions have the
+             chance of actually doing something.
      Branch: perl
-          ! pod/perlsub.pod pp.c toke.c
+          ! Configure
 ____________________________________________________________________________
-[ 13746] By: jhi                                   on 2001/12/17  20:22:08
-        Log: Update Changes.
+[ 19334] By: jhi                                   on 2003/04/25  19:48:31
+        Log: Subject: [PATCH] Configure's extension sanity check is too strict
+             From: Andy Dougherty <doughera@lafayette.edu>
+             Date: Fri, 25 Apr 2003 16:23:45 -0400 (EDT)
+             Message-ID: <Pine.SOL.4.53.0304251621250.24848@maxwell.phys.lafayette.edu>
      Branch: perl
-          ! Changes patchlevel.h
+          ! Configure
 ____________________________________________________________________________
-[ 13745] By: jhi                                   on 2001/12/17  20:12:37
-        Log: New test warrants a MANIFEST entry.
+[ 19330] By: jhi                                   on 2003/04/25  14:11:33
+        Log: Subject: [PATCH Encode 1.93] another spin on the enc_module.t merry-go-round
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Thu, 24 Apr 2003 20:09:48 -0500
+             Message-ID: <3EA88ADC.3000300@mac.com>
      Branch: perl
-          ! MANIFEST
+          ! ext/Encode/t/enc_module.t
 ____________________________________________________________________________
-[ 13744] By: jhi                                   on 2001/12/17  19:27:40
-        Log: Subject: Re: [PATCH] ...while $var = glob(...)
-             From: Robin Houston <robin@kitsite.com>
-             Date: Mon, 17 Dec 2001 20:27:30 +0000
-             Message-ID: <20011217202730.A17817@puffinry.freeserve.co.uk>
-             
-             Can't portably unlink open files.
+[ 19329] By: jhi                                   on 2003/04/25  07:06:49
+        Log: Upgrade to Time::HiRes 1.46.
      Branch: perl
-          ! t/op/glob.t
+          ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
+          ! ext/Time/HiRes/Makefile.PL
 ____________________________________________________________________________
-[ 13743] By: jhi                                   on 2001/12/17  19:26:34
-        Log: perluniintro tweaks as suggested by Jeffrey Friedl.
+[ 19328] By: jhi                                   on 2003/04/25  06:57:10
+        Log: Subject: typo in Time::HiRes docs
+             From: mjd@plover.com
+             Date: 19 Apr 2003 15:13:44 -0000
+             Message-ID: <20030419151344.28237.qmail@plover.com>
      Branch: perl
-          ! pod/perluniintro.pod
+          ! ext/Time/HiRes/HiRes.pm
 ____________________________________________________________________________
-[ 13742] By: jhi                                   on 2001/12/17  19:18:52
-        Log: Move typeglob test from glob.t to gv.t.
+[ 19327] By: jhi                                   on 2003/04/25  04:45:05
+        Log: Clarify(?) the perlio default layers table.
      Branch: perl
-          ! t/op/glob.t t/op/gv.t
+          ! lib/PerlIO.pm t/io/layers.t
 ____________________________________________________________________________
-[ 13741] By: jhi                                   on 2001/12/17  19:12:16
-        Log: Subject: Re: [PATCH] ...while $var = glob(...)                
-             From: Robin Houston <robin@kitsite.com> 
-             Date: Mon, 17 Dec 2001 20:07:02 +0000                 
-             Message-ID: <20011217200702.A17721@puffinry.freeserve.co.uk>
+[ 19326] By: jhi                                   on 2003/04/25  04:22:49
+        Log: Upgrade to Test::Harness 2.28.
      Branch: perl
-          ! t/op/glob.t
+          ! lib/Test/Harness.pm lib/Test/Harness/Changes
+          ! lib/Test/Harness/t/pod.t
 ____________________________________________________________________________
-[ 13740] By: jhi                                   on 2001/12/17  19:11:29
-        Log: Demote the surrogate and non-character errors to warnings.
+[ 19325] By: jhi                                   on 2003/04/24  19:06:29
+        Log: Upgrade to Encode 1.93.
      Branch: perl
-          ! pod/perldiag.pod t/lib/warnings/utf8 t/op/ord.t utf8.c
+          ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Makefile.PL
+          ! ext/Encode/lib/Encode/CJKConstants.pm
+          ! ext/Encode/lib/Encode/CN/HZ.pm
+          ! ext/Encode/lib/Encode/Encoding.pm
+          ! ext/Encode/lib/Encode/Guess.pm
+          ! ext/Encode/lib/Encode/KR/2022_KR.pm
+          ! ext/Encode/lib/Encode/PerlIO.pod ext/Encode/t/CJKT.t
+          ! ext/Encode/t/enc_eucjp.t ext/Encode/t/enc_module.t
+          ! ext/Encode/t/guess.t ext/Encode/ucm/euc-cn.ucm
+          ! ext/Encode/ucm/euc-jp.ucm ext/Encode/ucm/euc-kr.ucm
 ____________________________________________________________________________
-[ 13739] By: jhi                                   on 2001/12/17  18:47:41
-        Log: Subject: [PATCH] more POSIX tests, and more autoloading
-             From: Nicholas Clark <nick@ccl4.org>
-             Date: Mon, 17 Dec 2001 18:27:47 +0000
-             Message-ID: <20011217182747.D21702@plum.flirble.org>
+[ 19323] By: jhi                                   on 2003/04/24  16:57:13
+        Log: VMS patch for faststdio from Craig Berry.
      Branch: perl
-          ! ext/POSIX/POSIX.pm ext/POSIX/t/posix.t
+          ! configure.com
 ____________________________________________________________________________
-[ 13738] By: jhi                                   on 2001/12/17  18:43:55
-        Log: Subject: [PATCH] ...while $var = glob(...)
-             From: Robin Houston <robin@kitsite.com> 
-             Date: Mon, 17 Dec 2001 15:51:54 +0000
-             Message-ID: <20011217155153.A311@robin.kitsite.com>
+[ 19320] By: rgs                                   on 2003/04/23  20:20:58
+        Log: Subject: Re: [PATCH] [perl #18055] Clarify for bug resolution.
+             From: Casey West <casey@geeknest.com>
+             Date: Wed, 23 Apr 2003 14:03:20 -0400
+             Message-ID: <20030423180320.GZ15574@geeknest.com>
      Branch: perl
-          ! op.c
+          ! pod/perlmodlib.PL pod/perlmodlib.pod
 ____________________________________________________________________________
-[ 13737] By: jhi                                   on 2001/12/17  18:38:33
-        Log: Subject: [PATCH] -t and the core tests; -t and PERL5OPT
-             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
-             Date: Mon, 17 Dec 2001 15:23:01 +0100
-             Message-ID: <20011217152301.A704@rafael>
+[ 19319] By: rgs                                   on 2003/04/23  19:54:31
+        Log: Subject: [perl #22011] [PATCH] pod/perlmod.pod (v5.8.0)
+             From: Chris Pepper (via RT) <perlbug-followup@perl.org>
+             Date: 22 Apr 2003 04:31:17 -0000
+             Message-Id: <rt-22011-55473.11.0523590303906@bugs6.perl.org>
+             (with minor further corrections)
      Branch: perl
-          ! perl.c pod/perldiag.pod pod/perlrun.pod t/run/runenv.t
+          ! pod/perlmod.pod
 ____________________________________________________________________________
-[ 13736] By: jhi                                   on 2001/12/17  18:36:20
-        Log: The system() vs $SIG{ARLM} is no more a todo.
+[ 19316] By: rgs                                   on 2003/04/23  19:11:01
+        Log: A new fatal error :
+             Subject: [PATCH] Perl_croak("Use of freed value in iteration")
+             From: Dave Mitchell <davem@fdgroup.com>
+             Date: Mon, 21 Apr 2003 13:19:50 +0100
+             Message-ID: <20030421121950.GB18189@fdgroup.com>
+             Message-ID: <20030421125433.GC18189@fdgroup.com>
      Branch: perl
-          ! t/op/alarm.t
+          ! pod/perldiag.pod pp_hot.c t/cmd/for.t
 ____________________________________________________________________________
-[ 13735] By: jhi                                   on 2001/12/17  18:34:43
-        Log: Subject: [PATCH t/op/alarm.t MANIFEST] alarm() test, take two
-             From: Michael G Schwern <schwern@pobox.com>
-             Date: Sun, 16 Dec 2001 23:59:01 -0500
-             Message-ID: <20011217045901.GL17232@blackrider>
+[ 19314] By: jhi                                   on 2003/04/23  18:53:46
+        Log: Introduce 'fast stdio' symbols to non-Configure lands.
      Branch: perl
-          + t/op/alarm.t
-          ! MANIFEST
+          ! NetWare/config.wc NetWare/config_H.wc configure.com
+          ! epoc/config.sh plan9/config.plan9 plan9/config_h.sample
+          ! plan9/config_sh.sample uconfig.h uconfig.sh 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 wince/config.ce wince/config_H.ce
 ____________________________________________________________________________
-[ 13734] By: jhi                                   on 2001/12/17  17:54:19
-        Log: s/UNIX/Unix/
+[ 19312] By: jhi                                   on 2003/04/23  18:21:47
+        Log: Regen Configure, Glossary, et alia.
      Branch: perl
-          ! MANIFEST
+          ! Configure Porting/Glossary Porting/config.sh Porting/config_H
+          ! config_h.SH
 ____________________________________________________________________________
-[ 13733] By: jhi                                   on 2001/12/17  17:50:22
-        Log: Move ExtUtils tests to lib/ExtUtils/t.
-     Branch: perl
-          + 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
-          - lib/ExtUtils.t lib/ExtUtils/Command.t lib/ExtUtils/Embed.t
-          - lib/ExtUtils/Installed.t lib/ExtUtils/MM_Cygwin.t
-          - lib/ExtUtils/MM_Unix.t lib/ExtUtils/MM_VMS.t
-          - lib/ExtUtils/Manifest.t lib/ExtUtils/Mkbootstrap.t
-          - lib/ExtUtils/Packlist.t lib/ExtUtils/testlib.t
-          ! MANIFEST
+[ 19310] By: jhi                                   on 2003/04/23  08:34:33
+        Log: Handle the combination of dosish and non-faststdio.
+     Branch: perl
+          ! t/io/layers.t
 ____________________________________________________________________________
-[ 13732] By: jhi                                   on 2001/12/17  17:45:33
-        Log: Subject: [PATCH] MM_Unix tests, and some questions
-             From: Tels <perl_dummy@bloodgate.com>
-             Date: Sun, 16 Dec 2001 22:29:13 +0100 (CET)                
-             Message-Id: <200112162132.XAA12694@tiku.hut.fi>
-             
-             Subject: Re: [PATCH] MM_Unix tests, and some questions
-             From: Tels <perl_dummy@bloodgate.com>
-             Date: Mon, 17 Dec 2001 00:29:11 +0100 (CET)                
-             Message-Id: <200112162332.BAA25411@tiku.hut.fi>
+[ 19308] By: rgs                                   on 2003/04/22  20:53:20
+        Log: Subject: 5.8.0: two problems
+             From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
+             Date: Tue, 22 Apr 2003 11:43:17 -0700
+             Message-ID: <20030422184316.GA8602@math.berkeley.edu>
      Branch: perl
-          + lib/ExtUtils/MM_Unix.t
-          ! MANIFEST lib/ExtUtils/MM_Unix.pm
+          ! XSUB.h
 ____________________________________________________________________________
-[ 13731] By: jhi                                   on 2001/12/17  17:31:35
-        Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm] miniperl found before perl
-             From: Michael G Schwern <schwern@pobox.com>
-             Date: Sun, 16 Dec 2001 17:53:55 -0500
-             Message-ID: <20011216225354.GE8900@blackrider>
+[ 19307] By: ams                                   on 2003/04/22  16:39:51
+        Log: Subject: [PATCH] Doc pointers in perlbot.
+             From: Casey West <casey@geeknest.com>
+             Date: Tue, 22 Apr 2003 11:19:09 -0400
+             Message-Id: <20030422151909.GC11119@geeknest.com>
+             (Applied by hand.)
      Branch: perl
-          ! lib/ExtUtils/MM_Unix.pm
+          ! pod/perlbot.pod
 ____________________________________________________________________________
-[ 13730] By: jhi                                   on 2001/12/17  17:26:44
-        Log: Subject: [PATCH ext/B/B/Deparse.pm] Re: [ID 20011216.005] B::Deparse turns legal code into illegal ones.
-             From: Michael G Schwern <schwern@pobox.com>                
-             Date: Sun, 16 Dec 2001 16:12:55 -0500
-             Message-ID: <20011216211255.GV8900@blackrider>
+[ 19306] By: jhi                                   on 2003/04/22  13:09:21
+        Log: z/OS: changes for building threaded from "Brian De Pradine"
+             <PRADINE@uk.ibm.com>.
      Branch: perl
-          ! ext/B/B/Deparse.pm
+          ! Makefile.SH hints/os390.sh thread.h util.c
 ____________________________________________________________________________
-[ 13729] By: jhi                                   on 2001/12/17  17:25:09
-        Log: Subject: [PATCH] Exporter.pm
-             From: Nicholas Clark <nick@ccl4.org>
-             Date: Sun, 16 Dec 2001 19:24:25 +0000
-             Message-ID: <20011216192425.R21702@plum.flirble.org>
+[ 19305] By: jhi                                   on 2003/04/22  11:42:35
+        Log: Enache's turn.
      Branch: perl
-          ! lib/Exporter.pm
+          ! ext/Encode/t/enc_module.t
 ____________________________________________________________________________
-[ 13728] By: jhi                                   on 2001/12/17  17:20:51
-        Log: Subject: [PATCH] Exporter.t (and question)
-             From: Nicholas Clark <nick@ccl4.org>
-             Date: Sun, 16 Dec 2001 17:24:55 +0000
-             Message-ID: <20011216172455.P21702@plum.flirble.org>
+[ 19304] By: jhi                                   on 2003/04/22  10:48:47
+        Log: Re-merge Encode 1.92.
      Branch: perl
-          ! lib/Exporter.t
+          ! ext/Encode/Makefile.PL ext/Encode/t/enc_module.t
 ____________________________________________________________________________
-[ 13727] By: jhi                                   on 2001/12/17  17:18:21
-        Log: Subject: Re: perl@13661
-             From: "John P. Linderman" <jpl@research.att.com>              
-             Date: Mon, 17 Dec 2001 07:11:27 -0500 (EST)           
-             Message-Id: <200112171211.HAA71597@raptor.research.att.com>
+[ 19302] By: jhi                                   on 2003/04/22  05:26:21
+        Log: Argh, cut-and-pasto.
      Branch: perl
-          ! pp_sort.c
+          ! perlio.c
 ____________________________________________________________________________
-[ 13726] By: jhi                                   on 2001/12/17  16:57:57
-        Log: Subject: Will the real Unicode encoding please stand up?
-             From: Jeffrey Friedl <jfriedl@yahoo.com>
-             Date: Sun, 16 Dec 2001 11:36:32 -0800 (PST)
-             Message-Id: <200112161936.fBGJaWe41263@ventrue.corp.yahoo.com>
+[ 19301] By: sky                                   on 2003/04/21  21:33:14
+        Log: Fix bug 17964 by properly refcounting the gv top.
+             Seems like the entries in rsfp are way different than
+             normal PVIO objects.
      Branch: perl
-          ! pod/perluniintro.pod
+          ! sv.c
 ____________________________________________________________________________
-[ 13725] By: jhi                                   on 2001/12/17  16:43:09
-        Log: Integrate perlio:
-             
-             [ 13724]
-             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: 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
+[ 19300] By: rgs                                   on 2003/04/21  19:42:04
+        Log: Fix another segfault case (warn called from UNIVERSAL::DESTROY).
+
+             Subject: Re: [perl #21347] segfault in UNIVERSAL::AUTOLOAD
+             From: Enache Adrian <enache@rdslink.ro>
+             Date: Sun, 20 Apr 2003 02:45:48 +0300
+             Message-ID: <20030419234548.GA849@ratsnest.hole>
+             and
+             Date: Wed, 2 Apr 2003 07:52:28 +0300
+             Message-ID: <20030402045227.GA1023@ratsnest.hole>
+     Branch: perl
+          ! pp_sys.c t/op/ref.t util.c
 ____________________________________________________________________________
-[ 13723] By: nick                                  on 2001/12/17  07:45:13
-        Log: Integrate mainline
-     Branch: perlio
-         +> (branch 26 files)
-         !> (integrate 47 files)
+[ 19299] By: sky                                   on 2003/04/21  17:05:31
+        Log: Croak on non ref to shared methods instead of segfault.
+             This can really only happen for &share("string").
+     Branch: perl
+          ! ext/threads/shared/shared.xs
 ____________________________________________________________________________
-[ 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,
-             and characters beyond 0x10FFF should be disallowed, too,
-             but some tests would need changing, but more importantly some
-             APIs would need remodeling since one can easily generate such
-             characters either by bitwise complements, tr complements, or
-             v-strings.
+[ 19297] By: jhi                                   on 2003/04/21  16:24:36
+        Log: Add OpenZaurus cross-compilation patches.
      Branch: perl
-          ! pod/perldiag.pod utf8.c
+          + Cross/Makefile Cross/Makefile.SH.patch Cross/TODO Cross/config
+          + Cross/config.sh-arm-linux Cross/generate_config_sh
+          + Cross/installperl.patch Cross/warp
+          ! Cross/README INSTALL MANIFEST
 ____________________________________________________________________________
-[ 13721] By: jhi                                   on 2001/12/16  15:34:52
-        Log: Make surrogates illegal also on EBCDIC.
+[ 19289] By: sky                                   on 2003/04/21  13:24:40
+        Log: Fixes bug #17043, resets PL_srand_called before the cloning.
+             Allows people to override the resetting by using srand() in CLONE.
      Branch: perl
-          ! utf8.c
+          ! ext/threads/t/thread.t ext/threads/threads.xs
 ____________________________________________________________________________
-[ 13720] By: jhi                                   on 2001/12/16  14:49:18
-        Log: Subject: [patch @13687] Unicode::Collate 0.10
-             From: SADAHIRO Tomoyuki <bqw10602@nifty.com>               
-             Date: Sun, 16 Dec 2001 21:22:12 +0900
-             Message-Id: <20011216211615.8ED5.BQW10602@nifty.com>
+[ 19286] By: jhi                                   on 2003/04/21  06:50:42
+        Log: Introduce two new Configure symbols:
+             [1] d_faststdio  = d_stdstdio && d_stdio_ptr_lval &&
+             (d_stdio_cnt_lval || d_stdio_ptr_lval_sets_cnt)
+             [2] usefaststdio = do we use fast stdio if we have it?
+             For 5.[68], we do.  For anything else, we don't.
+             (At least, unless otherwise instructed by -Dusefaststdio.)
+             This means that for bleadperl we no more use stdio, but instead
+             default to perlio: the effect of PERLIO=perlio, in other words.
+             (PERLIO=stdio will still switch to using stdio.)
+             This change may endanger extensions using FILE*-- but if we are
+             to migrate fully to perlio, better start swallowing the poison now.
+             For maintperl, the usefaststdio still defaults to yes.
      Branch: perl
-          ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
-          ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
+          ! Configure config_h.SH perlio.c t/io/layers.t
 ____________________________________________________________________________
-[ 13719] By: jhi                                   on 2001/12/16  14:39:34
-        Log: More documentation for the encoding pragma.
+[ 19285] By: jhi                                   on 2003/04/21  05:43:55
+        Log: Upgrade to Locale::Maketext 1.05.
      Branch: perl
-          ! lib/encoding.pm
+          ! lib/Locale/Maketext.pm lib/Locale/Maketext/ChangeLog
 ____________________________________________________________________________
-[ 13718] By: jhi                                   on 2001/12/16  14:34:02
-        Log: Subject: [PATCH] lib/open.pm 
-             From: Jeffrey Friedl <jfriedl@yahoo.com>
-             Date: Sat, 15 Dec 2001 23:07:42 -0800 (PST)
-             Message-Id: <200112160707.fBG77g896350@ventrue.corp.yahoo.com>
+[ 19284] By: jhi                                   on 2003/04/21  05:40:34
+        Log: Upgrade to Test 1.24.
      Branch: perl
-          ! lib/open.pm
+          ! lib/Test.pm
 ____________________________________________________________________________
-[ 13717] By: jhi                                   on 2001/12/16  14:18:49
-        Log: Subject: [PATCH MANIFEST, lib/ExtUtils/Installed.t] Add tests for ExtUtils::Installed
-             From: chromatic <chromatic@rmci.net>
-             Date: Sat, 15 Dec 2001 23:24:40 -0700
-             Message-ID: <20011216062507.71492.qmail@onion.perl.org>
+[ 19283] By: rgs                                   on 2003/04/20  22:01:28
+        Log: Subject: [PATCH] goto &sub doesn't empty @_
+             From: Dave Mitchell <davem@fdgroup.com>
+             Date: Sun, 20 Apr 2003 21:46:51 +0100
+             Message-ID: <20030420204651.GE15591@fdgroup.com>
      Branch: perl
-          + lib/ExtUtils/Installed.t
-          ! MANIFEST
+          ! pp_ctl.c
 ____________________________________________________________________________
-[ 13716] By: jhi                                   on 2001/12/16  14:17:10
-        Log: Subject: [PATCH lib/diagnostics.pm] Little warning nit
-             From: Michael G Schwern <schwern@pobox.com>
-             Date: Sun, 16 Dec 2001 01:14:00 -0500
-             Message-ID: <20011216061400.GC8900@blackrider>
+[ 19282] By: rgs                                   on 2003/04/20  21:22:29
+        Log: Remove, in the main Makefile, the $(LDLIBPTH) variable from
+             the commands that invoke $(CC).
+             Subject: Re: Smoke failure
+             From: Enache Adrian <enache@rdslink.ro>
+             Date: Fri, 18 Apr 2003 19:06:07 +0300
+             Message-ID: <20030418160606.GA797@ratsnest.hole>
      Branch: perl
-          ! lib/diagnostics.pm
+          ! Makefile.SH
 ____________________________________________________________________________
-[ 13715] By: jhi                                   on 2001/12/16  14:16:17
-        Log: Subject: [PATCH] Re: [PATCH t/test.pl] diagnostics to STDERR
-             From: Michael G Schwern <schwern@pobox.com>
-             Date: Sun, 16 Dec 2001 01:12:42 -0500
-             Message-ID: <20011216061242.GB8900@blackrider>
+[ 19281] By: rgs                                   on 2003/04/20  19:53:53
+        Log: Subject: Re: [perl #22000] AutoReply: [PATCH] Naughty sv_gets/RsRECORD bug
+             From: Enache Adrian <enache@rdslink.ro>
+             Date: Sat, 19 Apr 2003 20:12:18 +0300
+             Message-ID: <20030419171218.GA974@ratsnest.hole>
      Branch: perl
-          ! t/test.pl
+          ! sv.c
 ____________________________________________________________________________
-[ 13714] By: jhi                                   on 2001/12/16  04:21:53
-        Log: I sometimes outsmart myself.
+[ 19280] By: rgs                                   on 2003/04/20  18:55:40
+        Log: Document PERL_DEBUGGING_MSTATS in INSTALL and in the Win32 Makefile.
+             Subject: [DOC PATCH 5.8.0] Re: Problem with Devel::Peek on Perl 5.8.0
+             From: Steve Hay <steve.hay@uk.radan.com>
+             Date: Wed, 16 Apr 2003 11:12:22 +0100
+             Message-ID: <3E9D2C86.8040104@uk.radan.com>
      Branch: perl
-          ! lib/ExtUtils/MM_Cygwin.t lib/ExtUtils/MM_VMS.t
+          ! INSTALL win32/Makefile
 ____________________________________________________________________________
-[ 13713] By: jhi                                   on 2001/12/16  03:24:34
-        Log: Subject: [PATCH lib/AutoSplit.pm]  Fwd: [russell-belfast-pm@futureless.org: Re: This is the __END__] 
-             From: Michael G Schwern <schwern@pobox.com>
-             Date: Sat, 15 Dec 2001 15:08:29 -0500
-             Message-ID: <20011215200829.GK1548@blackrider>
+[ 19278] By: jhi                                   on 2003/04/20  07:42:17
+        Log: Give more information of what to do when -Dusexxx fail.
      Branch: perl
-          ! lib/AutoSplit.pm
+          ! Configure
 ____________________________________________________________________________
-[ 13712] By: jhi                                   on 2001/12/16  03:22:39
-        Log: perlunicode enchancements suggested by Jeffrey Friedl.
+[ 19277] By: rgs                                   on 2003/04/19  19:40:22
+        Log: Fix bug #21347 (segfault in UNIVERSAL::AUTOLOAD with qr//)
+             by adding a dummy destructor method Regexp::DESTROY.
+             This prevents infinite recursion, since Regexp::DESTROY
+             is no more autoloaded.
+
+             Subject: Re: [perl #21347] segfault in UNIVERSAL::AUTOLOAD
+             From: Enache Adrian <enache@rdslink.ro>
+             Date: Wed, 2 Apr 2003 05:02:42 +0300
+             Message-ID: <20030402020242.GA2966@ratsnest.hole>
      Branch: perl
-          ! pod/perlunicode.pod
+          ! ext/B/t/stash.t t/op/ref.t universal.c
 ____________________________________________________________________________
-[ 13711] By: jhi                                   on 2001/12/16  03:00:44
-        Log: Subject: [PATCH] perlunicode.pod
-             From: Jeffrey Friedl <jfriedl@yahoo.com>
-             Date: Sat, 15 Dec 2001 19:17:09 -0800 (PST) 
-             Message-Id: <200112160317.fBG3H9M82618@ventrue.corp.yahoo.com>
+[ 19276] By: rgs                                   on 2003/04/19  19:32:25
+        Log: Subject: Re: [PATCH] [perl #21875] Hash ref transformed as a list
+             From: Dave Mitchell <davem@fdgroup.com>
+             Date: Sat, 19 Apr 2003 20:06:51 +0100
+             Message-ID: <20030419190651.GD13333@fdgroup.com>
      Branch: perl
-          ! pod/perlunicode.pod
+          ! t/comp/parser.t toke.c
 ____________________________________________________________________________
-[ 13710] By: jhi                                   on 2001/12/16  02:57:09
-        Log: Subject: RESENT - [PATCH] utf8_heavy.pl 
-             From: Jeffrey Friedl <jfriedl@yahoo.com>
-             Date: Sat, 15 Dec 2001 19:55:01 -0800 (PST) 
-             Message-Id: <200112160355.fBG3t1t84835@ventrue.corp.yahoo.com>
+[ 19275] By: jhi                                   on 2003/04/19  18:52:24
+        Log: Restore the two variables retired by the change #19268
+             (for binary backward compatibility)
      Branch: perl
-          ! lib/utf8_heavy.pl
+          ! embedvar.h perlapi.h thrdvar.h
 ____________________________________________________________________________
-[ 13709] By: jhi                                   on 2001/12/16  02:47:36
-        Log: Can't create surrogates; so can't match them, either.
+[ 19273] By: jhi                                   on 2003/04/19  17:36:33
+        Log: Fail if the specified -Duse64xxx cannot be fulfilled.
+             (And undo a doublesize probe glitch from change #19272.)
      Branch: perl
-          ! pod/perlunicode.pod
+          ! Configure
 ____________________________________________________________________________
-[ 13708] By: jhi                                   on 2001/12/16  02:46:07
-        Log: Subject: [PATCH t/test.pl] diagnostics to STDERR
-             From: Michael G Schwern <schwern@pobox.com>
-             Date: Sat, 15 Dec 2001 21:20:35 -0500
-             Message-ID: <20011216022035.GE5672@blackrider>
+[ 19272] By: jhi                                   on 2003/04/19  16:38:12
+        Log: If long doubles fail, we really cannot sensibly
+             drop back to doubles anymore, therefore abort.
+             Pointed out by Slaven Rezic. (I tried to fix this
+             via metaconfig but ended up with a vicious cyclic
+             dependency.)
      Branch: perl
-          ! t/test.pl
+          ! Configure
 ____________________________________________________________________________
-[ 13707] By: jhi                                   on 2001/12/16  02:45:06
-        Log: Make creating UTF-8 surrogates a punishable act.
+[ 19270] By: jhi                                   on 2003/04/19  12:09:21
+        Log: Upgrade to Net::Ping 2.30.
      Branch: perl
-          ! pod/perldiag.pod pod/perlunicode.pod t/op/ord.t utf8.c
+          ! lib/Net/Ping.pm lib/Net/Ping/Changes
+          ! lib/Net/Ping/t/450_service.t
 ____________________________________________________________________________
-[ 13706] By: jhi                                   on 2001/12/15  23:00:56
-        Log: Support \p{All}, \p{IsAssigned}, \p{IsUnassigned}.
+[ 19269] By: jhi                                   on 2003/04/19  07:10:57
+        Log: Bump the test count.
      Branch: perl
-          + lib/unicore/In/172.pl lib/unicore/In/173.pl
-          ! MANIFEST lib/unicore/In.pl lib/unicore/In/164.pl
-          ! lib/unicore/In/165.pl lib/unicore/In/166.pl
-          ! lib/unicore/In/167.pl lib/unicore/In/168.pl
-          ! lib/unicore/In/169.pl lib/unicore/In/170.pl
-          ! lib/unicore/In/171.pl lib/unicore/mktables lib/utf8_heavy.pl
+          ! ext/Storable/t/tied.t
 ____________________________________________________________________________
-[ 13705] By: jhi                                   on 2001/12/15  22:17:10
-        Log: Subject: [PATCH B::Deparse] rcatline support ($_.=<ARGV>)
-             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
-             Date: Sat, 15 Dec 2001 23:21:43 +0100
-             Message-ID: <20011215232143.A11790@rafael>
+[ 19268] By: jhi                                   on 2003/04/19  07:06:13
+        Log: Subject: [PATCH] allow recursive FETCHes
+             From: Dave Mitchell <davem@fdgroup.com>
+             Date: Mon, 7 Apr 2003 10:00:41 +0100
+             Message-ID: <20030407100041.A1617@fdgroup.com>
      Branch: perl
-          ! ext/B/B/Deparse.pm ext/B/t/deparse.t
+          ! av.c dump.c embed.fnc embed.h embedvar.h
+          ! ext/Storable/t/st-dump.pl hv.c perl.c perlapi.h proto.h sv.c
+          ! sv.h t/op/tie.t thrdvar.h
 ____________________________________________________________________________
-[ 13704] By: jhi                                   on 2001/12/15  22:09:20
-        Log: Make charnames more robust.
+[ 19267] By: jhi                                   on 2003/04/19  06:54:34
+        Log: Subject: [PATCH] readline.t tweak for VMS
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Thu, 17 Apr 2003 17:18:19 -0500
+             Message-ID: <3E9F282B.6090603@mac.com>
      Branch: perl
-          ! lib/charnames.pm
+          ! t/op/readline.t
 ____________________________________________________________________________
-[ 13703] By: jhi                                   on 2001/12/15  17:30:55
-        Log: The hoops one has to jump through.
+[ 19266] By: jhi                                   on 2003/04/19  06:46:48
+        Log: Subject: [PATCH] Re: any takers for this Storable bug?
+             From: Enache Adrian <enache@rdslink.ro>
+             Date: Wed, 16 Apr 2003 21:11:11 +0300
+             Message-ID: <20030416181111.GA6687@ratsnest.hole>
+
+             ams had already fixed the bug by #19227, but take the
+             test case.
      Branch: perl
-          ! ext/I18N/Langinfo/Langinfo.pm
+          ! ext/Storable/t/tied.t
 ____________________________________________________________________________
-[ 13702] By: jhi                                   on 2001/12/15  17:18:49
-        Log: Subject: [PATCH] perlstyle.pod nit on warnings
-             From: Autrijus Tang <autrijus@egb.elixus.org>
-             Date: Sat, 15 Dec 2001 04:24:34 -0800
-             Message-ID: <20011215122434.GA1682@egb.elixus.org> 
+[ 19265] By: sky                                   on 2003/04/19  00:40:42
+        Log: Don't use the stack to allocate a SV that we hand out to another
+             function, only badness can ensure.
+             Message-Id: <20030418180131.GD10086@fdgroup.com>
+             Thanks go to Dave Mitchell for help in tracking down the bug!
      Branch: perl
-          ! pod/perlstyle.pod
+          ! sv.c
 ____________________________________________________________________________
-[ 13701] By: jhi                                   on 2001/12/15  17:17:47
-        Log: I don't think we are in FooOS, Toto.
+[ 19264] By: jhi                                   on 2003/04/18  19:28:04
+        Log: UTF8 regexp patch from Inaba Hiroto.
      Branch: perl
-          ! lib/ExtUtils/MM_Cygwin.t lib/ExtUtils/MM_VMS.t
+          ! regcomp.c t/op/pat.t
 ____________________________________________________________________________
-[ 13700] By: jhi                                   on 2001/12/15  17:15:50
-        Log: Subject: Re: Untested modules update:  There's more than we thought
-             From: chromatic <chromatic@rmci.net>
-             Date: Fri, 14 Dec 2001 17:20:24 -0700
-             Message-ID: <20011215002049.37259.qmail@onion.perl.org>
+[ 19263] By: jhi                                   on 2003/04/18  19:16:43
+        Log: Unused variables.
      Branch: perl
-          + lib/ExtUtils/MM_Cygwin.t
-          ! MANIFEST
+          ! perlio.c universal.c
 ____________________________________________________________________________
-[ 13699] By: jhi                                   on 2001/12/15  17:14:26
-        Log: Subject: [PATCH t/TEST] -bytecompile & -compile for testing perlcc
-             From: Michael G Schwern <schwern@pobox.com> 
-             Date: Fri, 14 Dec 2001 20:59:42 -0500
-             Message-ID: <20011215015942.GF28596@blackrider>
+[ 19262] By: sky                                   on 2003/04/17  20:02:33
+        Log: Another needle in the voodoo doll.
+             Now I think it should work with the shared
+             strings.
      Branch: perl
-          ! t/TEST
+          ! sv.c
 ____________________________________________________________________________
-[ 13698] By: jhi                                   on 2001/12/15  17:13:35
-        Log: Subject: [PATCH MANIFEST ext/B/t/bblock.t] Compile test
-             From: Michael G Schwern <schwern@pobox.com> 
-             Date: Fri, 14 Dec 2001 20:03:46 -0500
-             Message-ID: <20011215010346.GD28596@blackrider>
+[ 19254] By: sky                                   on 2003/04/17  17:31:52
+        Log: Extreme Voodoo programming, by not pinching the SV if it is a
+             PADTMP it happily keeps it's value later on!
      Branch: perl
-          + ext/B/t/bblock.t
-          ! MANIFEST
+          ! sv.c
 ____________________________________________________________________________
-[ 13697] By: jhi                                   on 2001/12/15  17:12:32
-        Log: Subject: [PATCH ext/B/B/Bblock.pm] Some weak docs
-             From: Michael G Schwern <schwern@pobox.com> 
-             Date: Fri, 14 Dec 2001 19:59:13 -0500
-             Message-ID: <20011215005913.GC28596@blackrider>
+[ 19253] By: jhi                                   on 2003/04/17  17:09:16
+        Log: Implement -Dnoextensions=... and -Donlyextensions=...
      Branch: perl
-          ! ext/B/B/Bblock.pm
+          ! Configure INSTALL
 ____________________________________________________________________________
-[ 13696] By: jhi                                   on 2001/12/15  17:11:32
-        Log: Subject: [PATCH MANIFEST ext/B/t/asmdata.t] B::Asmdata test 
-             From: Michael G Schwern <schwern@pobox.com> 
-             Date: Fri, 14 Dec 2001 19:36:12 -0500
-             Message-ID: <20011215003611.GA28596@blackrider>
+[ 19252] By: ams                                   on 2003/04/17  16:19:31
+        Log: Speculative fix: don't set GvNAMELEN to 1 if GvNAME is "".
+             Anything that's broken by this change should be fixed.
      Branch: perl
-          + ext/B/t/asmdata.t
-          ! MANIFEST
+          ! gv.c
 ____________________________________________________________________________
-[ 13695] By: jhi                                   on 2001/12/15  17:10:05
-        Log: Subject: [PATCH bytecode.pl] Adding B::Asmdata docs
-             From: Michael G Schwern <schwern@pobox.com> 
-             Date: Fri, 14 Dec 2001 19:14:14 -0500
-             Message-ID: <20011215001414.GA25077@blackrider>
+[ 19251] By: jhi                                   on 2003/04/17  15:39:56
+        Log: Introduce the new *l APIs, undefined, to non-Configure lands.
      Branch: perl
-          ! bytecode.pl ext/B/B/Asmdata.pm
+          ! NetWare/config.wc NetWare/config_H.wc configure.com
+          ! djgpp/configure.bat epoc/config.sh plan9/config.plan9
+          ! plan9/config_h.sample plan9/config_sh.sample 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 wince/config.ce wince/config_H.ce
 ____________________________________________________________________________
-[ 13694] By: jhi                                   on 2001/12/15  17:00:44
-        Log: Permissions.
+[ 19250] By: jhi                                   on 2003/04/17  15:07:08
+        Log: Regen Glossary et alia.
      Branch: perl
-          ! ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/module2.c
-          ! ext/Devel/PPPort/module3.c
+          ! Porting/Glossary Porting/config.sh Porting/config_H
 ____________________________________________________________________________
-[ 13693] By: jhi                                   on 2001/12/14  23:48:59
-        Log: Benchmark test from Nicholas Clark.
+[ 19248] By: jhi                                   on 2003/04/17  14:53:41
+        Log: Small tidying up of the selectminbits code, but most
+             importantly allocate the buffer from the heap using
+             malloc, not from the stack: using stack causes unaligned
+             access in LP64 Solaris since stack data is not guaranteed
+             to be 64-bit aligned, while a fd_set is (it has 1024 longs).
+             (via Alan Burlison)
      Branch: perl
-          + lib/Benchmark.t
-          ! MANIFEST lib/Benchmark.pm
+          ! Configure
 ____________________________________________________________________________
-[ 13692] By: jhi                                   on 2001/12/14  23:33:28
-        Log: Mithing.
+[ 19247] By: ams                                   on 2003/04/17  12:24:57
+        Log: Subject: Re: [perl #21950] 5.8.x -- :scalar and magic strings
+             From: Enache Adrian <enache@rdslink.ro>
+             Date: Thu, 17 Apr 2003 14:35:36 +0300
+             Message-Id: <20030417113536.GA898@ratsnest.hole>
      Branch: perl
-          + lib/Attribute/Handlers/demo/demo2.pl
-          + lib/Attribute/Handlers/demo/demo3.pl
-          + lib/Attribute/Handlers/demo/demo4.pl
+          ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/t/scalar.t
 ____________________________________________________________________________
-[ 13691] By: jhi                                   on 2001/12/14  21:26:08
-        Log: Silence compiler worries found by Schwern/Digital cc.
+[ 19245] By: jhi                                   on 2003/04/17  09:20:27
+        Log: Document that the open pragma does not affect
+             the three-headed hydra, ummm, open.
      Branch: perl
-          ! perlio.c sv.c x2p/str.c
+          ! lib/open.pm
+____________________________________________________________________________
+[ 19244] By: jhi                                   on 2003/04/17  06:45:26
+        Log: More maneuvering closer to proposed POSIX classes
+             mapping to Unicode: (1) The definitions of "graph" and
+             "print" are still in flux: move closer back to how Perl
+             5.8.0 defined it (though drop Co, that did not make sense)
+             (2) Add U+0085 (NEL) to "space".
+     Branch: perl
+          ! lib/unicore/lib/Graph.pl lib/unicore/lib/Print.pl
+          ! lib/unicore/lib/Space.pl lib/unicore/mktables
+____________________________________________________________________________
+[ 19243] By: jhi                                   on 2003/04/17  05:29:24
+        Log: Detect the 'fast stdio' case.
+     Branch: perl
+          ! lib/PerlIO.pm t/io/layers.t
+____________________________________________________________________________
+[ 19242] By: jhi                                   on 2003/04/16  20:14:01
+        Log: Fix up Larry's copyright statements to my best knowledge.
+             (Lots of Perl 5 source code archaeology was involved.)
+             Larry didn't make strangled noises when I showed him
+             the patch, either :-)
+     Branch: perl
+          ! EXTERN.h INTERN.h Porting/pumpkin.pod README XSUB.h av.c av.h
+          ! cc_runtime.h cop.h cv.h deb.c doio.c doop.c dosish.h dump.c
+          ! embed.h embed.pl embedvar.h fakesdio.h fakethr.h form.h
+          ! global.sym globals.c gv.c gv.h handy.h hv.c hv.h keywords.h
+          ! keywords.pl locale.c mg.c mg.h miniperlmain.c nostdio.h
+          ! numeric.c op.c op.h opcode.h opcode.pl opnames.h pad.c pad.h
+          ! patchlevel.h perl.c perl.h perlapi.c perlapi.h perlio.h
+          ! perlsdio.h perlsfio.h perlvars.h pp.c pp.h pp_ctl.c pp_hot.c
+          ! pp_pack.c pp_sort.c pp_sys.c proto.h reentr.c reentr.h
+          ! reentr.pl regcomp.c regcomp.h regexec.c regexp.h run.c scope.c
+          ! scope.h sv.c sv.h taint.c thrdvar.h thread.h toke.c
+          ! universal.c unixish.h 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/a2py.c x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c
+          ! x2p/str.h x2p/util.c x2p/util.h x2p/walk.c xsutils.c
 ____________________________________________________________________________
-[ 13690] By: jhi                                   on 2001/12/14  20:26:51
-        Log: User may not have a valid home directory even if
-             getpwuid() succedds.
+[ 19241] By: jhi                                   on 2003/04/16  17:24:24
+        Log: Handle PERLIO= and document a bit.
      Branch: perl
-          ! ext/File/Glob/t/basic.t
+          ! lib/PerlIO.pm pod/perlrun.pod t/io/layers.t
 ____________________________________________________________________________
-[ 13689] By: jhi                                   on 2001/12/14  18:14:52
-        Log: Integrate with perlio.  (No changes, but that's okay.)
+[ 19240] By: sky                                   on 2003/04/16  16:27:43
+        Log: Fix double join problem for those places where free
+             actually means free (solaris for example :)
+             Fixes bug #16681
      Branch: perl
-         !> doio.c lib/Exporter.pm perlio.c perliol.h pod/perlmodlib.pod
+          ! ext/threads/t/join.t ext/threads/threads.xs
 ____________________________________________________________________________
-[ 13688] By: jhi                                   on 2001/12/14  18:06:18
-        Log: Add a Configure hints file for VOS: the POSIX support
-             of VOS is getting close to the point where it can run
-             Configure (some Configure tweaks will be required).
+[ 19239] By: jhi                                   on 2003/04/16  14:57:47
+        Log: Try to get the layers.t working also for dosish platforms.
      Branch: perl
-          + hints/vos.sh
-          ! MANIFEST
+          ! lib/PerlIO.pm t/io/layers.t
 ____________________________________________________________________________
-[ 13687] By: jhi                                   on 2001/12/14  16:15:17
-        Log: Update Changes.
+[ 19238] By: jhi                                   on 2003/04/16  13:27:24
+        Log: A -C parsed from the #! line can still have line endings in it.
      Branch: perl
-          ! Changes patchlevel.h
+          ! util.c
 ____________________________________________________________________________
-[ 13686] By: jhi                                   on 2001/12/14  16:07:02
-        Log: Reintroduce Attribute::Handlers with Spider's fixes.
-     Branch: perl
-          + 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/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
-          ! 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> 
-             Date: Thu, 13 Dec 2001 19:27:08 -0500
-             Message-ID: <20011214002707.GA10532@blackrider>
-             
-             (reword the perlrun -t description a bit,
-             and move the Itaint_warn to the bottom of
-             the intrpvar.h for binary compatibility)
-     Branch: perl
-          + t/run/switcht.t
-          ! 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.
+[ 19237] By: jhi                                   on 2003/04/16  13:23:37
+        Log: What does an empty PERLIO= mean, anyway?
      Branch: perl
-          ! utf8.c
+          ! t/io/layers.t
 ____________________________________________________________________________
-[ 13681] By: jhi                                   on 2001/12/14  04:07:08
-        Log: Buffer overflow checks.
+[ 19236] By: jhi                                   on 2003/04/16  13:09:42
+        Log: Document the effect of thread creation context.
      Branch: perl
-          ! utf8.c
+          ! ext/threads/threads.pm
 ____________________________________________________________________________
-[ 13680] By: jhi                                   on 2001/12/13  21:30:14
-        Log: Subject: [ID 20011213.009] Not OK: perl v5.7.2 +DEVEL13660 on alpha-dec_osf-perlio-ld 5.1 (UNINSTALLED)
-             From: Spider Boardman <spider@leggy.zk3.dec.com>
-             Date: Thu, 13 Dec 2001 15:32:51 -0500
-             Message-Id: <200112132032.PAA203491@leggy.zk3.dec.com>
+[ 19235] By: jhi                                   on 2003/04/16  12:13:07
+        Log: Use the right prototype and a glob is fine (from Rafael).
      Branch: perl
-          ! lib/ExtUtils/Embed.t
+          ! lib/PerlIO.pm universal.c
 ____________________________________________________________________________
-[ 13679] By: jhi                                   on 2001/12/13  21:27:31
-        Log: More on the Unicode "line" definition.
+[ 19234] By: jhi                                   on 2003/04/16  10:20:46
+        Log: PerlIO::get_layers() usage tip.
      Branch: perl
-          ! pod/perlunicode.pod
+          ! lib/PerlIO.pm
 ____________________________________________________________________________
-[ 13678] By: jhi                                   on 2001/12/13  21:18:47
-        Log: Open-ended VERSION?
+[ 19233] By: jhi                                   on 2003/04/16  10:07:48
+        Log: Syntax terror.
      Branch: perl
-          ! lib/ExtUtils/Install.pm
+          ! lib/unicore/mktables
 ____________________________________________________________________________
-[ 13677] By: jhi                                   on 2001/12/13  19:13:13
-        Log: Subject: [PATCH] Better make distclean
-             From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
-             Date: Thu, 13 Dec 2001 21:10:18 +0100
-             Message-Id: <20011213204542.0321.H.M.BRAND@hccnet.nl>
+[ 19232] By: jhi                                   on 2003/04/16  09:45:51
+        Log: Redundant test.
      Branch: perl
-          ! Makefile.SH
+          ! lib/unicore/mktables
 ____________________________________________________________________________
-[ 13676] By: jhi                                   on 2001/12/13  17:11:42
-        Log: Remove Memoize::Saves as requested by mjd.
+[ 19231] By: jhi                                   on 2003/04/16  09:21:25
+        Log: Synchronize the specifications of the POSIX character
+             classes alnum, graph, and print closer to the planned
+             Unicode proposal.
      Branch: perl
-          - lib/Memoize/Saves.pm
-          ! MANIFEST pod/perlmodlib.pod pod/perltoc.pod
+          ! lib/unicore/lib/Alnum.pl lib/unicore/lib/Graph.pl
+          ! lib/unicore/lib/Print.pl lib/unicore/mktables utf8.c
 ____________________________________________________________________________
-[ 13675] By: jhi                                   on 2001/12/13  16:16:12
-        Log: Subject: [PATCH ExtUtils::Install] Old RCS $Date$ tag
-             From: Michael G Schwern <schwern@pobox.com>
-             Date: Tue, 11 Dec 2001 23:17:32 -0500
-             Message-ID: <20011212041732.GS17250@blackrider>
+[ 19230] By: jhi                                   on 2003/04/16  08:57:01
+        Log: Patch from Merijn.
      Branch: perl
-          ! lib/ExtUtils/Install.pm
+          ! perl.h
 ____________________________________________________________________________
-[ 13674] By: jhi                                   on 2001/12/13  16:12:19
-        Log: Subject: [PATCH] Re: use utf8; with bad utf8
-             From: Nicholas Clark <nick@ccl4.org>
-             Date: Thu, 13 Dec 2001 17:09:39 +0000
-             Message-ID: <20011213170939.L21702@plum.flirble.org>
+[ 19228] By: jhi                                   on 2003/04/16  08:27:26
+        Log: Thinko in modfl detection.
      Branch: perl
-          ! t/lib/1_compile.t
+          ! Configure
 ____________________________________________________________________________
-[ 13673] By: jhi                                   on 2001/12/13  16:09:18
-        Log: Subject: (LONG!) Sort benchmarks and patch
-             From: "John P. Linderman" <jpl@research.att.com>
-             Date: Thu, 13 Dec 2001 09:50:58 -0500 (EST)
-             Message-Id: <200112131450.JAA84836@raptor.research.att.com>
+[ 19227] By: ams                                   on 2003/04/16  02:32:11
+        Log: Storable now handles self-tied scalars with NULL mg_obj.
      Branch: perl
-          ! pp_sort.c
+          ! ext/Storable/Storable.xs
 ____________________________________________________________________________
-[ 13672] By: jhi                                   on 2001/12/13  14:19:28
-        Log: Unadorned numbers evil.
+[ 19226] By: jhi                                   on 2003/04/15  18:00:21
+        Log: Upgrade to Pod::LaTeX 0.55.
      Branch: perl
-          ! pp.c regcomp.c regexec.c utf8.c utf8.h
+          + lib/Pod/t/pod2latex.t
+          - lib/Pod/t/latex.t
+          ! MANIFEST lib/Pod/LaTeX.pm pod/pod2latex.PL
 ____________________________________________________________________________
-[ 13671] By: jhi                                   on 2001/12/13  13:35:47
-        Log: "preprocessing directive not recognized within macro arg"
+[ 19224] By: jhi                                   on 2003/04/15  17:01:27
+        Log: The 'disable-longdouble-if-no-modfl-sqrtl' part didn't stick.
      Branch: perl
-          ! ext/Data/Dumper/Dumper.xs
+          ! Configure
 ____________________________________________________________________________
-[ 13670] By: jhi                                   on 2001/12/13  13:32:37
-        Log: Subject: Clarifying the documentation of goto            
-             From: "Benjamin J. Tilly" <ben_tilly@operamail.com>      
-             Date: Thu, 13 Dec 2001 08:57:38 -0500
-             Message-ID: <3C18BD8B@operamail.com>
+[ 19223] By: jhi                                   on 2003/04/15  16:36:32
+        Log: Handle PERLIO=stdio, PERLIO=perlio, PERLIO=mmap, and no PERLIO.
      Branch: perl
-          ! pod/perlfunc.pod
+          ! t/io/layers.t
 ____________________________________________________________________________
-[ 13669] By: jhi                                   on 2001/12/13  04:38:19
-        Log: It could be possible for the case-insensitive
-             Unicode-aware string comparison to wander off
-             to the la-la land.
+[ 19221] By: jhi                                   on 2003/04/15  16:27:49
+        Log: False alarm: no cyclic dependency.
      Branch: perl
-          ! embed.h embed.pl pod/perlapi.pod pod/perlunicode.pod proto.h
-          ! regexec.c utf8.c
+          ! Configure config_h.SH
 ____________________________________________________________________________
-[ 13668] By: jhi                                   on 2001/12/13  02:48:14
-        Log: Subject: [PATCH] Re: [PATCH t/test.pl t/op/stat.t lib/Net/hostent.t] Unbail out
-             From: Michael G Schwern <schwern@pobox.com> 
-             Date: Wed, 12 Dec 2001 21:53:46 -0500
-             Message-ID: <20011213025346.GH25129@blackrider>
+[ 19219] By: jhi                                   on 2003/04/15  16:08:11
+        Log: Backport of _most_ of the changes in #19218: not one big
+             cyclic dependency, though, it must be broken up somehow.
      Branch: perl
-          ! lib/Net/hostent.t t/op/stat.t t/test.pl
+          ! Configure config_h.SH
 ____________________________________________________________________________
-[ 13667] By: jhi                                   on 2001/12/13  02:47:27
-        Log: Subject: [PATCH t/io/fs.t] Proper skip tests and VMS unlink
-             From: Michael G Schwern <schwern@pobox.com> 
-             Date: Wed, 12 Dec 2001 20:33:42 -0500
-             Message-ID: <20011213013342.GX25129@blackrider>
+[ 19218] By: jhi                                   on 2003/04/15  14:09:31
+        Log: Big patch from Alan Burlison to make Solaris long doubles work.
+             (Also spreads more <stdlib.h> joy.)
+             Needs backporting to metaconfig units and introducing the new
+             symbols to non-Configure lands.
      Branch: perl
-          ! t/io/fs.t
+          ! Configure config_h.SH hints/solaris_2.sh numeric.c perl.h pp.c
 ____________________________________________________________________________
-[ 13666] By: jhi                                   on 2001/12/12  23:22:27
-        Log: Subject: Re: [PATCH] use utf8; tests
-             From: Nicholas Clark <nick@ccl4.org>
-             Date: Thu, 13 Dec 2001 00:16:58 +0000
-             Message-ID: <20011213001658.I21702@plum.flirble.org>
+[ 19217] By: jhi                                   on 2003/04/15  14:01:03
+        Log: Don't skip the whole test for PERLIO=perlio.
      Branch: perl
-          ! lib/utf8.t
+          ! t/io/layers.t
 ____________________________________________________________________________
-[ 13665] By: jhi                                   on 2001/12/12  21:45:49
-        Log: EPOC fixes from Olaf Flebbe.
+[ 19215] By: jhi                                   on 2003/04/15  05:54:17
+        Log: Add a test for [perl #17753].
      Branch: perl
-          ! README.epoc epoc/config.sh epoc/createpkg.pl
-          ! ext/Data/Dumper/Dumper.xs ext/Errno/Errno_pm.PL
+          ! t/op/undef.t
 ____________________________________________________________________________
-[ 13664] By: jhi                                   on 2001/12/12  21:33:50
-        Log: Subject: [PATCH perl@13661] VMS test fix-ups
-             From: "Craig A. Berry" <craigberry@mac.com>
-             Date: Wed, 12 Dec 2001 16:27:48 -0600
-             Message-Id: <5.1.0.14.2.20011212154350.01be3618@exchi01>
+[ 19214] By: jhi                                   on 2003/04/15  05:40:52
+        Log: "proto.h": 'id' is a reserved word in Objective-C.
      Branch: perl
-          ! lib/Net/hostent.t t/io/fs.t
+          ! embed.fnc op.c proto.h
 ____________________________________________________________________________
-[ 13663] By: jhi                                   on 2001/12/12  19:59:56
-        Log: Subject: Re: Next cygwin round.
-             From: "Gerrit P. Haase" <gp@familiehaase.de>
-             Date: Wed, 12 Dec 2001 21:59:00 +0100
-             Message-ID: <122343874595.20011212215900@familiehaase.de>
+[ 19213] By: sky                                   on 2003/04/14  21:42:10
+        Log: Ook, run tests on correct build-dir next time.
+             We must check if the hv is a stash, otherwise we try to delete
+             something that is a HvNAME of null.....  tests pass better now
      Branch: perl
-          ! t/io/fs.t
+          ! gv.c
 ____________________________________________________________________________
-[ 13662] By: jhi                                   on 2001/12/12  19:12:36
-        Log: Subject: [PATCH] use utf8; tests
-             From: Nicholas Clark <nick@ccl4.org>
-             Date: Wed, 12 Dec 2001 20:07:04 +0000
-             Message-ID: <20011212200704.E21702@plum.flirble.org>
+[ 19212] By: sky                                   on 2003/04/14  21:15:00
+        Log: Fixes to bugs introduced by PL_stashcache
+             A) Follow suggestion by Benjamin Goldberg to use hv_delete
+             instead of hv_delete_ent to avoid creating a temporary SV
+             B) Don't increment the refcount, sneak it into an IV instead
+             C) When a GP is a deleted that contains a stash, remove the
+             corresponding entry since hv might be in use in other places.
+             D) Note that no test cases test the deletion of packages to catch
+             this bug.
      Branch: perl
-          ! lib/utf8.t t/test.pl
+          ! gv.c hv.c pp_hot.c
 ____________________________________________________________________________
-[ 13661] By: jhi                                   on 2001/12/12  15:24:42
-        Log: Update Changes.
+[ 19211] By: rgs                                   on 2003/04/14  21:11:11
+        Log: Mention that "make test_harness" lets messages sent through
+             standard error out. Complements change #19206.
      Branch: perl
-          ! Changes patchlevel.h
+          ! pod/perlhack.pod
 ____________________________________________________________________________
-[ 13660] By: jhi                                   on 2001/12/12  15:04:03
-        Log: Subject: [PATCH] Passing in env to perl_parse did not work
-             From: Gisle Aas <gisle@ActiveState.com>
-             Date: 11 Dec 2001 20:52:57 -0800
-             Message-ID: <lrheqxniom.fsf@caliper.activestate.com>
+[ 19210] By: rgs                                   on 2003/04/14  20:48:02
+        Log: Subject: Re: Parse::RecDescent triggers infinete loop in perl5.9.0 and 5.8.1  [perl #17757]
+             From: Inaba Hiroto <inaba@st.rim.or.jp>
+             Date: Fri, 21 Mar 2003 17:35:21 +0900
+             Message-ID: <3E7ACEC8.E0D57221@st.rim.or.jp>
+             Date: Sat, 22 Mar 2003 11:28:05 +0900
+             Message-ID: <3E7BCA34.6824269F@st.rim.or.jp>
      Branch: perl
-          ! perl.c perl.h
+          ! regexec.c t/op/pat.t
 ____________________________________________________________________________
-[ 13659] By: jhi                                   on 2001/12/12  14:33:30
-        Log: Fixes for casting problems detected on a SuSE 7.2 Itanium,
-             mostly gcc -Wall complaining about the argument of %p not
-             being a void *.
+[ 19209] By: jhi                                   on 2003/04/14  20:36:55
+        Log: PERLIO=perlio requires extra steps.
      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
+          ! lib/PerlIO.pm t/io/layers.t
 ____________________________________________________________________________
-[ 13657] By: jhi                                   on 2001/12/12  14:08:49
-        Log: Try YP/NIS also from /usr/lib/yp.
+[ 19208] By: jhi                                   on 2003/04/14  20:02:04
+        Log: Skip as early as possible if no perlio since the
+             use open would be compile-time.
      Branch: perl
-          ! Configure
+          ! t/io/layers.t
 ____________________________________________________________________________
-[ 13656] By: jhi                                   on 2001/12/12  14:05:28
-        Log: Subject: [PATCH Configure t/op/grent.t] ypcat working, but NIS not used
-             From: Michael G Schwern <schwern@pobox.com>                
-             Date: Wed, 12 Dec 2001 05:27:02 -0500      
-             Message-ID: <20011212102702.GW17250@blackrider>
-             
-             (the op/grent part)
+[ 19207] By: rgs                                   on 2003/04/14  19:34:42
+        Log: Document and test autovivified dirhandles.
+             Subject: [perl #21952] [patch] t/op/readdir.t and perlfunc.pod
+             From: Nathan Torkington (via RT) <perlbug-followup@perl.org>
+             Date: 12 Apr 2003 12:40:45 -0000
+             Message-Id: <rt-21952-55079.8.08945458828887@bugs6.perl.org>
      Branch: perl
-          ! t/op/grent.t
+          ! pod/perlfunc.pod t/op/readdir.t
 ____________________________________________________________________________
-[ 13655] By: jhi                                   on 2001/12/12  14:01:55
-        Log: Weed out .files from ls and readdir() results.
+[ 19206] By: rgs                                   on 2003/04/14  19:13:26
+        Log: More docs about running tests and the test suite.
+             Update perlhack.pod in various places.
+             Add 'test_harness' as a .PHONY dependency in the Makefile.
      Branch: perl
-          ! t/op/stat.t
+          ! Makefile.SH pod/perlhack.pod t/README
 ____________________________________________________________________________
-[ 13654] By: jhi                                   on 2001/12/12  13:45:21
-        Log: Subject: Re: [PATCH] ID 20011206.007 File::Find:name set to empty string for "/"  
-             From: "Wolfgang Laun" <wolfgang.laun@chello.at>
-             Date: Wed, 12 Dec 2001 10:52:21 +0100
-             Message-ID: <200112121052210220.001ACE6B@smtp.chello.at>
+[ 19205] By: jhi                                   on 2003/04/14  18:58:01
+        Log: Build get_layers() also under -Uuseperlio.
      Branch: perl
-          ! lib/File/Find.pm
+          ! universal.c
 ____________________________________________________________________________
-[ 13653] By: jhi                                   on 2001/12/12  13:34:06
-        Log: Subject: [PATCH] doio fatal on cygwin for 13651
-             From: "H.Merijn Brand" <h.m.brand@hccnet.nl>               
-             Date: Wed, 12 Dec 2001 11:28:13 +0100      
-             Message-Id: <20011212112548.4611.H.M.BRAND@hccnet.nl>
+[ 19204] By: jhi                                   on 2003/04/14  18:48:04
+        Log: Bump up the version and admonish against aspiring (ab)use.
      Branch: perl
-          ! doio.c
+          ! lib/PerlIO.pm
 ____________________________________________________________________________
-[ 13652] By: jhi                                   on 2001/12/12  13:32:51
-        Log: Get the whole line of ls, makes debugging easier
-             (from Schwern)
+[ 19203] By: jhi                                   on 2003/04/14  17:35:51
+        Log: Introduce PerlIO::get_layers() to allow people to peek
+             at the PerlIO layer stack.
      Branch: perl
-          ! t/op/stat.t
+          + t/io/layers.t
+          ! MANIFEST lib/PerlIO.pm perlio.c perlio.h t/io/open.t
+          ! universal.c
 ____________________________________________________________________________
-[ 13651] By: jhi                                   on 2001/12/12  05:42:05
-        Log: rename() must be tested even without link()
-             or the utime() and rename-directory tests fail.
-             (Also got the BeOS utime atime/time the wrong way round.)
+[ 19202] By: merijn                                on 2003/04/14  05:42:18
+        Log: Subject: [PATCH] vms/vms.c waitpid tweak
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Mon, 14 Apr 2003 00:43:00 -0500
+             Message-ID: <3E9A4A64.6030205@mac.com>
      Branch: perl
-          ! t/io/fs.t
+          ! vms/vms.c
 ____________________________________________________________________________
-[ 13650] By: jhi                                   on 2001/12/12  05:36:31
-        Log: Now that the beos.c is compiled at the main level
-             the header is in the beos/
+[ 19201] By: sky                                   on 2003/04/13  19:26:46
+        Log: Fix bug #16253, use all the CPU that we can :-)
      Branch: perl
-          ! beos/beos.c
+          ! ext/threads/threads.xs
 ____________________________________________________________________________
-[ 13649] By: jhi                                   on 2001/12/12  04:25:21
-        Log: Must remember to require Socket.
+[ 19200] By: sky                                   on 2003/04/13  18:38:58
+        Log: Fix bug #15893 by creating shared scalars with a refcount of 1
+             instead of 2 and make push and pop increase the refcount.
      Branch: perl
-          ! ext/Sys/Syslog/syslog.t
+          ! ext/threads/shared/shared.xs
 ____________________________________________________________________________
-[ 13648] By: jhi                                   on 2001/12/12  04:12:05
-        Log: In BeOS Errno must resort to actual compilation
-             and execution for some of the error constants.
+[ 19199] By: jhi                                   on 2003/04/13  11:45:42
+        Log: Because we chdir to 'Big-Dummy' the lib/utf8.pm may be at
+             ../../lib for the lc() at line 66 (UTF-8 data possible
+             if using UTF-8 locales).
      Branch: perl
-          ! ext/Errno/Errno_pm.PL
+          ! lib/ExtUtils/t/Install.t
 ____________________________________________________________________________
-[ 13647] By: jhi                                   on 2001/12/12  03:23:26
-        Log: BeOS still has no good sockets.
+[ 19198] By: jhi                                   on 2003/04/13  09:43:09
+        Log: The lib/ipc_sysv.t test has a new name.
      Branch: perl
-          ! ext/IO/lib/IO/t/io_sel.t
+          ! INSTALL
 ____________________________________________________________________________
-[ 13646] By: jhi                                   on 2001/12/12  03:19:56
-        Log: BeOS sockets are not true sockets.
+[ 19197] By: jhi                                   on 2003/04/13  09:32:05
+        Log: Continue hunting for the cause of the Tru64 failed threaded smokes
+             most probably introduced by the change #19157.  The tweak suggested
+             by Stephen McCamant trades a possible dangling pointer (CopFILE()
+             is tricky like that with threads) to a memory leak.  (This means
+             that this tweak shouldn't be left in as-is, but if this helps,
+             we at least know that the failure was caused by the #19157.)
      Branch: perl
-          ! ext/IO/lib/IO/t/io_poll.t
+          ! op.c
 ____________________________________________________________________________
-[ 13645] By: jhi                                   on 2001/12/12  03:14:32
-        Log: No Socket, no Syslog.
+[ 19196] By: jhi                                   on 2003/04/13  09:20:02
+        Log: Upgrade to Net::Ping 2.29.
      Branch: perl
-          ! ext/Sys/Syslog/syslog.t
+          + lib/Net/Ping/t/510_ping_udp.t
+          - lib/Net/Ping/README
+          ! MANIFEST lib/Net/Ping.pm lib/Net/Ping/Changes
 ____________________________________________________________________________
-[ 13644] By: jhi                                   on 2001/12/12  03:12:46
-        Log: (On some platforms) missing truncate FH.
+[ 19195] By: jhi                                   on 2003/04/13  09:02:05
+        Log: Upgrade to Test::Harness 2.27_04.
      Branch: perl
-          ! pod/perltodo.pod
+          + lib/Test/Harness/t/pod.t t/lib/sample-tests/switches
+          ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Straps.pm
+          ! lib/Test/Harness/t/test-harness.t
 ____________________________________________________________________________
-[ 13643] By: jhi                                   on 2001/12/12  03:09:37
-        Log: io/fs cleanup: testing on win32/cygwin/netware/djgpp/...
-             and vms would be muchly appreciated.
+[ 19194] By: rgs                                   on 2003/04/12  21:21:04
+        Log: Darwin/Rhapsody hints files updates by Wilfredo Sánchez
      Branch: perl
-          ! t/io/fs.t
+          ! hints/darwin.sh hints/rhapsody.sh
 ____________________________________________________________________________
-[ 13642] By: jhi                                   on 2001/12/12  02:32:05
-        Log: utime() updates only the mtime in BeOS. 
+[ 19192] By: jhi                                   on 2003/04/12  18:23:40
+        Log: The debugging aid #19182 didn't.
      Branch: perl
-          ! pod/perlport.pod
+          ! ext/B/t/deparse.t
 ____________________________________________________________________________
-[ 13641] By: jhi                                   on 2001/12/12  01:50:13
-        Log: No link(), no need to dSP.
+[ 19191] By: jhi                                   on 2003/04/12  16:51:12
+        Log: Benchmark nit from Nick Clark (in OpenBSD the result could
+             be a negative zero, -0).
      Branch: perl
-          ! pp_sys.c
+          ! lib/Benchmark.t
 ____________________________________________________________________________
-[ 13640] By: jhi                                   on 2001/12/12  01:49:40
-        Log: Missing argument.
+[ 19190] By: rgs                                   on 2003/04/12  13:41:25
+        Log: Subject: [PATCH] MakeMaker 6.10_02 -> 6.10_03
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Fri, 11 Apr 2003 00:32:02 -0700
+             Message-ID: <20030411073202.GC5916@windhund.schwern.org>
      Branch: perl
-          ! utf8.c
+          ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_MacOS.pm
+          ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
+          ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/TODO
+          ! lib/ExtUtils/t/00compile.t lib/ExtUtils/t/00setup_dummy.t
+          ! lib/ExtUtils/t/Installed.t lib/ExtUtils/t/basic.t
+          ! lib/ExtUtils/t/zz_cleanup_dummy.t
 ____________________________________________________________________________
-[ 13639] By: jhi                                   on 2001/12/12  01:44:39
-        Log: (1) To assume any setuid programs is silly.
-             (2) Chaining tests with booleans means that some
-             of them may not get run which means getting out
-             of test count sync.
+[ 19189] By: rgs                                   on 2003/04/10  20:40:14
+        Log: Peter Scott suggests that the docs for base.pm should
+             state explicitely that base.pm doesn't call import()
+             on base classes. Plus a few typos.
      Branch: perl
-          ! t/op/stat.t
+          ! lib/base.pm
 ____________________________________________________________________________
-[ 13638] By: jhi                                   on 2001/12/12  01:12:49
-        Log: The beos.c needs to be in the main directory.
+[ 19188] By: rgs                                   on 2003/04/10  19:45:08
+        Log: PerlFAQ sync.
      Branch: perl
-          ! hints/beos.sh
+          ! pod/perlfaq.pod pod/perlfaq3.pod pod/perlfaq4.pod
+          ! pod/perlfaq7.pod pod/perlfaq9.pod
 ____________________________________________________________________________
-[ 13637] By: jhi                                   on 2001/12/12  00:37:20
-        Log: Detypo and rename.
+[ 19187] By: rgs                                   on 2003/04/10  19:25:18
+        Log: Fix bug #21914, 3-arg open + local $fh + strict coredump.
+             There used to be a nullstash (%{"<none>::"}) to hold illegal
+             variables under strict 'vars'. It has been removed by change #17942.
+             This can lead to segfaults during the parsing, because some illegal
+             variables might have been discarded before the compilation of the
+             current statement had completed.
+             Bug analysis and test case by Enache Adrian.
      Branch: perl
-          ! doio.c perl.h perlio.c perliol.h
+          ! gv.c t/lib/strict/vars
 ____________________________________________________________________________
-[ 13636] By: jhi                                   on 2001/12/12  00:22:16
-        Log: This time I test compiled.  Honest.
+[ 19186] By: jhi                                   on 2003/04/10  19:13:40
+        Log: Be more descriptive.
      Branch: perl
-          ! beos/beos.c
+          ! MANIFEST
 ____________________________________________________________________________
-[ 13635] By: jhi                                   on 2001/12/11  22:57:07
-        Log: Subject: [PATCH] slightly more pack tests
-             From: Nicholas Clark <nick@ccl4.org>
-             Date: Tue, 11 Dec 2001 23:41:23 +0000
-             Message-ID: <20011211234123.Y21702@plum.flirble.org>
+[ 19185] By: jhi                                   on 2003/04/10  19:06:02
+        Log: Noted by Nat: -0 didn't work that well with Unicode.
      Branch: perl
-          ! t/op/pack.t
+          ! perl.c pod/perlrun.pod
 ____________________________________________________________________________
-[ 13634] By: jhi                                   on 2001/12/11  21:49:58
-        Log: Subject: [PATCH perl@13600] Gconvert for VMS again
-             From: "Craig A. Berry" <craigberry@mac.com>
-             Date: Tue, 11 Dec 2001 16:39:13 -0600
-             Message-Id: <5.1.0.14.2.20011211162600.02a4b008@exchi01>
+[ 19184] By: jhi                                   on 2003/04/10  17:26:43
+        Log: Add an option for the grok_xxx() to silently ignore bad digits.
      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
+          ! numeric.c perl.h
 ____________________________________________________________________________
-[ 13632] By: jhi                                   on 2001/12/11  21:48:26
-        Log: Subject: $Config{perlpath} and -Dversiononly
-             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
-             Date: Tue, 11 Dec 2001 23:32:33 +0100
-             Message-ID: <20011211233233.A11587@rafael>
+[ 19183] By: jhi                                   on 2003/04/10  10:56:25
+        Log: The test doesn't work that well when -Uusedl.
+             Some of the tests could be salvaged even then I guess.
      Branch: perl
-          ! Configure
+          ! lib/ExtUtils/t/Constant.t
 ____________________________________________________________________________
-[ 13631] By: jhi                                   on 2001/12/11  21:01:00
-        Log: Subject: [PATCH] _qq pack.t Re: [PATCH] tests for hash assignment
-             From: Nicholas Clark <nick@ccl4.org>
-             Date: Tue, 11 Dec 2001 21:59:36 +0000
-             Message-ID: <20011211215935.W21702@plum.flirble.org>
+[ 19182] By: jhi                                   on 2003/04/10  09:40:24
+        Log: A temporary debugging aid for Tru64 threaded builds.
      Branch: perl
-          ! t/op/pack.t
+          ! ext/B/t/deparse.t
 ____________________________________________________________________________
-[ 13630] By: jhi                                   on 2001/12/11  20:16:29
-        Log: More UTF-8 API docs.
+[ 19181] By: jhi                                   on 2003/04/10  08:02:10
+        Log: Unless Inuits are involved...
      Branch: perl
-          ! embed.pl pod/perlapi.pod pod/perlunicode.pod utf8.c
+          ! pod/perlrun.pod
 ____________________________________________________________________________
-[ 13629] By: jhi                                   on 2001/12/11  19:17:16
-        Log: Subject: [PATCH] Re: [PATCH] Re: [PATCH t/op/pack.t] Cleanup
-             From: Nicholas Clark <nick@ccl4.org>
-             Date: Tue, 11 Dec 2001 20:08:59 +0000
-             Message-ID: <20011211200859.S21702@plum.flirble.org>
+[ 19180] By: jhi                                   on 2003/04/10  07:02:44
+        Log: With AFS the cwds have little chance of agreeing.
      Branch: perl
-          ! t/op/pack.t
+          ! ext/Cwd/t/cwd.t
 ____________________________________________________________________________
-[ 13628] By: jhi                                   on 2001/12/11  19:13:57
-        Log: Subject: Re: use utf8; with bad utf8
-             From: Nicholas Clark <nick@ccl4.org>
-             Date: Tue, 11 Dec 2001 19:49:21 +0000
-             Message-ID: <20011211194921.R21702@plum.flirble.org>
+[ 19179] By: jhi                                   on 2003/04/10  06:46:50
+        Log: I assume the idea was to use the *cwd variables for testing.
      Branch: perl
-          ! lib/utf8.t
+          ! ext/Cwd/t/cwd.t
 ____________________________________________________________________________
-[ 13627] By: jhi                                   on 2001/12/11  17:29:01
-        Log: Can't spell worth a dam.  (Try Three Gorges.)
+[ 19177] By: jhi                                   on 2003/04/10  04:34:48
+        Log: perlport information about portably embedding string data.
      Branch: perl
-          ! beos/beos.c
+          ! pod/perlport.pod
 ____________________________________________________________________________
-[ 13626] By: jhi                                   on 2001/12/11  15:55:51
-        Log: We need DWIM cpps.
+[ 19176] By: jhi                                   on 2003/04/10  04:18:45
+        Log: Also locale names can contain illegal UTF-8.
      Branch: perl
-          ! perlio.c
+          ! lib/locale.t
 ____________________________________________________________________________
-[ 13625] By: jhi                                   on 2001/12/11  15:53:41
-        Log: The unixish.h needs to be found and the waitpid wrapper
-             could use a proto.
+[ 19175] By: jhi                                   on 2003/04/10  04:03:48
+        Log: In case someone is using UTF-8 locales.
      Branch: perl
-          ! beos/beosish.h
+          ! lib/ExtUtils/MM_MacOS.pm
 ____________________________________________________________________________
-[ 13624] By: jhi                                   on 2001/12/11  15:27:06
-        Log: The BeOS waitpid() seems to be broken,
-             have a wrapper for it.
+[ 19174] By: merijn                                on 2003/04/09  14:33:12
+        Log: Even more promotion for -lc128 (long doubles on AIX)
+             More obvious detection of C compiler
+             cc_type should not promote to config.sh
+
+             From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
+             Date: Wed, 09 Apr 2003 14:31:48 +0200
+             Message-Id: <20030409143007.B4A4.H.M.BRAND@hccnet.nl>
      Branch: perl
-          + beos/beos.c beos/beosish.h
-          ! MANIFEST hints/beos.sh perl.h
+          ! hints/aix.sh
 ____________________________________________________________________________
-[ 13623] By: jhi                                   on 2001/12/11  15:12:18
-        Log: Unlean the leaning tower of Babel.
+[ 19173] By: jhi                                   on 2003/04/09  12:39:35
+        Log: open(my $fh, ">&", STDOUT) should not warn under strict.
      Branch: perl
-          ! perl.h
+          ! op.c t/io/open.t
 ____________________________________________________________________________
-[ 13622] By: jhi                                   on 2001/12/11  14:34:53
-        Log: Retract #13607 until we figure out what to do with autouse.
+[ 19172] By: jhi                                   on 2003/04/09  10:40:31
+        Log: Try to be more descriptive than just __ANONIO__ which is what
+             you get when you autovivify filehandles into array/hash elements.
      Branch: perl
-          ! lib/Carp.pm
+          ! doio.c op.c t/io/open.t
 ____________________________________________________________________________
-[ 13621] By: jhi                                   on 2001/12/11  14:33:14
-        Log: Try to handle platforms that have O_TEXT != O_BINARY but
-             which are not DOSish, BeOS being one of such platforms.
-             Ideally this should be a Configure test, not a hardwired
-             cpp symbol test... 
+[ 19171] By: rgs                                   on 2003/04/08  20:44:20
+        Log: Implement support for --help and --version in Getopt::Std
+             Subject: Re: [PATCH 5.8.1 @19053] Getopt::Std
+             From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
+             Date: Mon, 7 Apr 2003 17:07:15 -0700
+             Message-ID: <20030408000714.GA953@math.berkeley.edu>
      Branch: perl
-          ! doio.c perl.h perlio.c perliol.h
+          ! lib/Getopt/Std.pm
 ____________________________________________________________________________
-[ 13620] By: jhi                                   on 2001/12/11  13:56:17
-        Log: Subject: [PATCH lib/Term/Cap.pm lib/Term/Cap.t] Sync changes in CPAN version
-             From: Jonathan Stowe <gellyfish@gellyfish.com>
-             Date: Tue, 11 Dec 2001 07:28:45 +0000 (GMT) 
-             Message-ID: <Pine.LNX.4.33.0112110720470.31242-100000@orpheus.gellyfish.com>
+[ 19170] By: rgs                                   on 2003/04/08  19:47:05
+        Log: Subject: [PATCH] Re: Error: Unknown error
+             From: Enache Adrian <enache@rdslink.ro>
+             Date: Tue, 8 Apr 2003 07:12:13 +0300
+             Message-ID: <20030408041213.GA13553@ratsnest.hole>
      Branch: perl
-          ! lib/Term/Cap.pm lib/Term/Cap.t
+          ! lib/fields.t lib/strict.t op.c t/lib/strict/subs
 ____________________________________________________________________________
-[ 13619] By: jhi                                   on 2001/12/11  13:51:21
-        Log: Subject: [patch perlio.c] test for NULL before derefencing
-             From: Stas Bekman <stas@stason.org>
-             Date: Tue, 11 Dec 2001 16:17:55 +0800
-             Message-ID: <3C15C133.8@stason.org>
+[ 19169] By: rgs                                   on 2003/04/08  19:19:34
+        Log: Subject: [PATCH] (vaguely connected with) [perl #21875] Hash ref transformed as a list
+             From: Dave Mitchell <davem@fdgroup.com>
+             Date: Mon, 7 Apr 2003 21:43:17 +0100
+             Message-ID: <20030407204317.GA8796@fdgroup.com>
+
+             The new XTERMORDORDOR lexer expectation must also be named
+             in debugging perls, to be used in the output of -DT.
      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
+          ! perl.h toke.c
 ____________________________________________________________________________
-[ 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
-             new networking implementation, which is rumored to fix the
-             non-standardness of sockets, but it's apparently not publicly
-             available, and anything to do with BeOS has become quite
-             complicated with the sale of the Be assets to Palm.)
+[ 19168] By: rgs                                   on 2003/04/08  19:05:22
+        Log: Document that perl recognizes 2>&1 on the command-line on VMS.
      Branch: perl
-          ! Configure
+          ! vms/perlvms.pod
 ____________________________________________________________________________
-[ 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>
-             Date: Mon, 10 Dec 2001 21:30:20 -0500
-             Message-ID: <3C4AA201@operamail.com>
+[ 19167] By: rgs                                   on 2003/04/08  18:47:18
+        Log: Typos fixes by Stas Bekman.
      Branch: perl
-          ! lib/Exporter.pm
+          ! cv.h lib/attributes.pm sv.h
 ____________________________________________________________________________
-[ 13610] By: jhi                                   on 2001/12/11  04:28:31
-        Log: Make Errno better in BeOS (the second hunk is
-             good on any platform).  Still not working in BeOS
-             are the E constants that refer BeOS native error
-             constants (B_...) which are enums (*groan*).
+[ 19166] By: rgs                                   on 2003/04/08  18:43:22
+        Log: Subject: [PATCH pod/perlpod.pod] was RE: How cross-platform is `foo 2>&1`  these days?
+             From: Robin Barker <Robin.Barker@npl.co.uk>
+             Date: Tue, 8 Apr 2003 14:23:04 +0100
+             Message-ID: <533D273D4014D411AB1D00062938C4D904046395@hotel.npl.co.uk>
      Branch: perl
-          ! ext/Errno/Errno_pm.PL
+          ! pod/perlpod.pod
 ____________________________________________________________________________
-[ 13609] By: jhi                                   on 2001/12/11  00:59:31
-        Log: The BeOS linker seems to link the last seen symbol,
-             not the first (so the symbols of op.o from libperl.so
-             would get linked to miniperl instead of the symbols of
-             opmini.o)-- use the same trick as for NeXT4 for linking
-             miniperl.
+[ 19164] By: jhi                                   on 2003/04/08  04:42:05
+        Log: Few more words about safe/unsafe signals.
      Branch: perl
-          ! Makefile.SH
+          ! pod/perlipc.pod pod/perlrun.pod pod/perlvar.pod
 ____________________________________________________________________________
-[ 13608] By: jhi                                   on 2001/12/11  00:49:15
-        Log: Subject: Re: [PATCH] tests for hash assignment
-             From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
-             Date: Tue, 11 Dec 2001 01:48:55 +0000
-             Message-Id: <200112110148.fBB1mtl19148@crypt.compulink.co.uk>
+[ 19163] By: jhi                                   on 2003/04/07  19:25:39
+        Log: The SvGROW() might move the PV.
      Branch: perl
-          ! utf8.c
+          ! pp.c
 ____________________________________________________________________________
-[ 13607] By: jhi                                   on 2001/12/11  00:40:47
-        Log: (retracted by #13622)
-             
-             Subject: RE: More verbose POD for Carp
-             From: "Benjamin J. Tilly" <ben_tilly@operamail.com>
-             Date: Mon, 10 Dec 2001 20:23:20 -0500
-             Message-ID: <3C4A3566@operamail.com>
+[ 19162] By: jhi                                   on 2003/04/07  18:23:29
+        Log: Subject: Re: [PATCH] ExtUtils::MakeMaker 6.10_02
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Mon, 7 Apr 2003 02:09:17 -0700
+             Message-ID: <20030407090917.GA9221@windhund.schwern.org>
      Branch: perl
-          ! lib/Carp.pm
+          + lib/ExtUtils/t/MM_Any.t
+          ! MANIFEST lib/ExtUtils/Command.pm lib/ExtUtils/Command/MM.pm
+          ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
+          ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Liblist/Kid.pm
+          ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_BeOS.pm
+          ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_DOS.pm
+          ! lib/ExtUtils/MM_MacOS.pm lib/ExtUtils/MM_NW5.pm
+          ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_UWIN.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/MakeMaker/FAQ.pod
+          ! lib/ExtUtils/Manifest.pm lib/ExtUtils/PATCHING
+          ! lib/ExtUtils/README lib/ExtUtils/TODO
+          ! lib/ExtUtils/t/00compile.t lib/ExtUtils/t/MM_Cygwin.t
+          ! lib/ExtUtils/t/basic.t t/lib/MakeMaker/Test/Utils.pm
 ____________________________________________________________________________
-[ 13606] By: jhi                                   on 2001/12/11  00:39:20
-        Log: Subject: [PATCH follow-up] (was Re: [PATCH perl@13600] cat2type in tests for VMS)
-             From: "Craig A. Berry" <craigberry@mac.com>
-             Date: Mon, 10 Dec 2001 18:25:37 -0600
-             Message-Id: <5.1.0.14.2.20011210174517.029c7ec0@mail.mac.com>
+[ 19160] By: jhi                                   on 2003/04/07  04:17:38
+        Log: Time::HiRes: Do not create files in blib directories under core
+             (from Rafael)
      Branch: perl
-          ! t/op/write.t t/test.pl
+          ! ext/Time/HiRes/Makefile.PL
 ____________________________________________________________________________
-[ 13605] By: jhi                                   on 2001/12/11  00:37:54
-        Log: Subject: [PATCH t/io/multiline.t] Cleanup and $. check
-             From: Michael G Schwern <schwern@pobox.com>
-             Date: Mon, 10 Dec 2001 08:00:01 -0500
-             Message-ID: <20011210130000.GK1770@blackrider>
+[ 19159] By: jhi                                   on 2003/04/07  03:53:01
+        Log: Future binary compat wishful thinking:
+             maint will use the stashcache, but not the dbassertion.
      Branch: perl
-          ! t/comp/multiline.t
+          ! intrpvar.h
 ____________________________________________________________________________
-[ 13604] By: jhi                                   on 2001/12/10  22:51:44
-        Log: Subject: Re: [PATCH] tests for hash assignment
-             From: Nicholas Clark <nick@ccl4.org>
-             Date: Mon, 10 Dec 2001 23:22:28 +0000
-             Message-ID: <20011210232228.M21702@plum.flirble.org>
+[ 19158] By: jhi                                   on 2003/04/07  03:41:17
+        Log: More WinCE tweaking for Vadim Konovalov.
      Branch: perl
-          + t/op/hashassign.t
-          ! MANIFEST t/op/each.t t/test.pl
+          ! wince/Makefile.ce wince/compile-all.bat wince/compile.bat
+          ! wince/makedist.pl
 ____________________________________________________________________________
-[ 13603] By: jhi                                   on 2001/12/10  21:34:46
-        Log: Subject: [PATCH perl@13600] cat2type in tests for VMS
-             From: "Craig A. Berry" <craigberry@mac.com>
-             Date: Mon, 10 Dec 2001 16:38:14 -0600
-             Message-Id: <5.1.0.14.2.20011210154846.01aef188@exchi01>
+[ 19157] By: rgs                                   on 2003/04/06  20:53:29
+        Log: Subject: CvFILE for constant subs
+             From: Stephen McCamant <smcc@mit.edu>
+             Date: Sun, 6 Apr 2003 16:39:13 -0400
+             Message-ID: <16016.36977.667436.279778@syllepsis.MIT.EDU>
      Branch: perl
-          ! ext/IO/lib/IO/t/io_dup.t t/comp/multiline.t t/io/dup.t
+          ! op.c
 ____________________________________________________________________________
-[ 13602] By: jhi                                   on 2001/12/10  19:52:01
-        Log: Subject: [PATCH perl@13600] configure.com fixes
-             From: "Craig A. Berry" <craigberry@mac.com>
-             Date: Mon, 10 Dec 2001 14:40:20 -0600
-             Message-Id: <5.1.0.14.2.20011210142528.01aff2e8@exchi01>
+[ 19156] By: rgs                                   on 2003/04/06  20:44:09
+        Log: Subject: [PATCH] B::Deparse: sv_no != 0
+             From: Stephen McCamant <smcc@mit.edu>
+             Date: Sun, 6 Apr 2003 17:00:48 -0400
+             Message-ID: <16016.38272.921140.343901@syllepsis.MIT.EDU>
      Branch: perl
-          ! configure.com
+          ! ext/B/B/Deparse.pm
 ____________________________________________________________________________
-[ 13601] By: jhi                                   on 2001/12/10  18:25:30
-        Log: Silence BeOS compilation moaning.
+[ 19154] By: jhi                                   on 2003/04/06  19:46:35
+        Log: An unconditional carp is not nice.
      Branch: perl
-          ! perl.h
+          ! ext/Sys/Syslog/Syslog.pm
 ____________________________________________________________________________
-[ 13600] By: jhi                                   on 2001/12/10  15:11:40
-        Log: Update Changes.
+[ 19153] By: rgs                                   on 2003/04/06  18:37:58
+        Log: Subject: [DOC PATCH] README.solaris and -Dcc=gcc
+             From: Robert Spier <rspier@pobox.com>
+             Date: Sat, 05 Apr 2003 21:12:20 -0800
+             Message-ID: <m37ka88b0r.wl_rspier@pobox.com>
      Branch: perl
-          ! Changes patchlevel.h
+          ! README.solaris
 ____________________________________________________________________________
-[ 13599] By: jhi                                   on 2001/12/10  13:35:57
-        Log: Subject: [PATCH lib/ExtUtils/Command.t] Bad touch
-             From: Michael G Schwern <schwern@pobox.com>
-             Date: Mon, 10 Dec 2001 01:21:03 -0500
-             Message-ID: <20011210062103.GC1770@blackrider>
+[ 19152] By: rgs                                   on 2003/04/06  18:24:38
+        Log: Remove unportable ">|" shell syntax
+             Subject: Re: Change 19150: LD_PRELOAD hack, still badly flawed / a solution
+             From: Enache Adrian <enache@rdslink.ro>
+             Date: Sun, 6 Apr 2003 21:13:27 +0300
+             Message-ID: <20030406181326.GA873@ratsnest.hole>
      Branch: perl
-          ! lib/ExtUtils/Command.t
+          ! Makefile.SH
 ____________________________________________________________________________
-[ 13598] By: jhi                                   on 2001/12/10  13:35:20
-        Log: Subject: [PATCH t/op/groups.t] Need @INC = '../lib' mantra
-             From: Michael G Schwern <schwern@pobox.com>
-             Date: Mon, 10 Dec 2001 01:10:57 -0500
-             Message-ID: <20011210061057.GB1770@blackrider>
+[ 19151] By: jhi                                   on 2003/04/06  18:14:44
+        Log: Subject: PATCH (was: Re: [perl #18180] problem with sys:syslog on solaris 8 with perl 5.8.0)
+             From: Joost van Baal <J.E.vanBaal@uvt.nl>
+             Date: Mon, 25 Nov 2002 17:35:37 +0100
+             Message-ID: <20021125163537.GC4745@banach.uvt.nl>
+
+             (The .pm patch modified a bit, and removed the false
+             claim that _PATH_INFO would be coming from syslog.ph)
      Branch: perl
-          ! t/op/groups.t
+          ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.pm
+          ! ext/Sys/Syslog/syslog.t
 ____________________________________________________________________________
-[ 13597] By: jhi                                   on 2001/12/10  13:33:51
-        Log: Retract #13596, #13593 should do the trick.
+[ 19150] By: rgs                                   on 2003/04/05  21:10:00
+        Log: Subject: LD_PRELOAD hack, still badly flawed / a solution
+             From: Enache Adrian <enache@rdslink.ro>
+             Date: Thu, 3 Apr 2003 15:50:48 +0300
+             Message-ID: <20030403125048.GA6107@ratsnest.hole>
+
+             On linux, when building a shared library, generate
+             a small shell wrapper, "preload", that preloads libperl.so
+             only if it exists. Useful when the 'make' process stops
+             before the link phase.
      Branch: perl
-          ! t/op/stat.t
+          ! Makefile.SH
 ____________________________________________________________________________
-[ 13596] By: jhi                                   on 2001/12/10  13:31:38
-        Log: (retracted by #13597, #13593 does the job better)
-             
-             Subject: [PATCH t/op/stat.t] -B/-T Cygwin fix
-             From: Michael G Schwern <schwern@pobox.com>
-             Date: Mon, 10 Dec 2001 00:53:16 -0500
-             Message-ID: <20011210055316.GA1770@blackrider>
+[ 19149] By: jhi                                   on 2003/04/05  20:44:25
+        Log: Upgrade to Locale::Maketext 1.04.
      Branch: perl
-          ! t/op/stat.t
+          + lib/Locale/Maketext/t/00about.t lib/Locale/Maketext/t/01make.t
+          + lib/Locale/Maketext/t/02get.t lib/Locale/Maketext/t/03http.t
+          - lib/Locale/Maketext/test.pl
+          ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext.pod
+          ! lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/README
 ____________________________________________________________________________
-[ 13595] By: jhi                                   on 2001/12/10  13:28:30
-        Log: Subject: [PATCH lib/AutoSplit.t] Too fast for FAT filesystems
-             From: Michael G Schwern <schwern@pobox.com> 
-             Date: Mon, 10 Dec 2001 02:19:14 -0500
-             Message-ID: <20011210071914.GF1770@blackrider>
+[ 19148] By: jhi                                   on 2003/04/05  20:38:30
+        Log: perluniintro.pod: nice_string() doesn't escape
+             literal escape chars -- use Sadahiro-san's fix(es).
      Branch: perl
-          ! lib/AutoSplit.t
+          ! pod/perluniintro.pod
 ____________________________________________________________________________
-[ 13594] By: jhi                                   on 2001/12/10  13:26:24
-        Log: Subject: [PATCH] Re: [PATCH t/op/pack.t] Cleanup
-             From: Michael G Schwern <schwern@pobox.com>
-             Date: Mon, 10 Dec 2001 02:47:40 -0500
-             Message-ID: <20011210074739.GH1770@blackrider>
+[ 19147] By: rgs                                   on 2003/04/05  19:12:30
+        Log: Subject: [PATCH 5.8.1 @19053] Embedding
+             From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
+             Date: Mon, 31 Mar 2003 12:39:24 -0800
+             Message-ID: <20030331203924.GA3602@math.berkeley.edu>
+
+             Advertise the pair of macros PERL_SYS_INIT3 / PERL_SYS_TERM
+             to be used in a C program's main function.
      Branch: perl
-          ! t/op/pack.t
+          ! lib/ExtUtils/t/Embed.t pod/perlembed.pod
 ____________________________________________________________________________
-[ 13593] By: jhi                                   on 2001/12/10  13:22:49
-        Log: Subject: [PATCH t/test.pl] Moving Cygwin .exe logic into which_perl
-             From: Michael G Schwern <schwern@pobox.com>
-             Date: Mon, 10 Dec 2001 02:54:22 -0500
-             Message-ID: <20011210075422.GI1770@blackrider>
+[ 19146] By: jhi                                   on 2003/04/05  19:08:37
+        Log: Heredocs and use encoding didn't work for SJIS;
+             patch from Inaba Hiroto.
      Branch: perl
-          ! t/test.pl
+          ! toke.c
 ____________________________________________________________________________
-[ 13592] By: jhi                                   on 2001/12/10  13:21:06
-        Log: Subject: Re: [ID 20011209.005] perl "u2" eats RAM
-             From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
-             Date: Mon, 10 Dec 2001 08:45:20 +0100
-             Message-ID: <3C146810.60B5B7C0@alcatel.at>
+[ 19145] By: rgs                                   on 2003/04/05  11:45:36
+        Log: The manpages don't have to be built by MakeMaker for the
+             core modules in ext/. Disable this in Devel::PPPort (not
+             up-to-date on CPAN), Unicode::Normalize (the CPAN version
+             uses a different Makefile.PL anyway) and XS::APItest
+             (not CPANized.)
      Branch: perl
-          ! pp_pack.c
+          ! ext/Devel/PPPort/Makefile.PL ext/Unicode/Normalize/Makefile.PL
+          ! ext/XS/APItest/Makefile.PL
 ____________________________________________________________________________
-[ 13591] By: jhi                                   on 2001/12/10  13:18:17
-        Log: Subject: [PATCH] Re: [PATCH t/io/openpid.t] Cleanup
-             From: Michael G Schwern <schwern@pobox.com>
-             Date: Mon, 10 Dec 2001 03:27:02 -0500
-             Message-ID: <20011210082702.GN1770@blackrider>
+[ 19144] By: rgs                                   on 2003/04/05  11:28:22
+        Log: Upgrade to Unicode::Normalize 0.21 and Unicode::Collate 0.24,
+             by SADAHIRO Tomoyuki.
      Branch: perl
-          ! t/io/openpid.t
+          ! ext/Unicode/Normalize/Changes
+          ! ext/Unicode/Normalize/Normalize.pm
+          ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
+          ! 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/Changes lib/Unicode/Collate/README
+          ! lib/Unicode/Collate/t/index.t lib/Unicode/Collate/t/test.t
 ____________________________________________________________________________
-[ 13590] By: jhi                                   on 2001/12/10  13:17:08
-        Log: More chmod +w.
+[ 19143] By: merijn                                on 2003/04/03  08:55:33
+        Log: Subject: [PATCH] VMS %ENV fix (follow-up to 18852)
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Wed, 02 Apr 2003 18:09:03 -0600
+             Message-Id: <5.2.0.9.0.20030402173822.01ba1df0@dcichiexc1>
      Branch: perl
-          ! Porting/makerel
+          ! vms/vms.c vms/vmsish.h
 ____________________________________________________________________________
-[ 13589] By: jhi                                   on 2001/12/10  04:21:59
-        Log: Just skip the readability test if running as root.
+[ 19142] By: merijn                                on 2003/04/03  08:50:55
+        Log: Subject: Re: [PATCH 5.8.0 DOC] Fix missing functions when splitting perlfunc
+             From: andreas.koenig@anima.de (Andreas J. Koenig)
+             Date: Thu, 03 Apr 2003 08:28:52 +0200
+             Message-ID: <m3u1dgnlgb.fsf@franz.ak.mind.de>
      Branch: perl
-          ! lib/Net/t/netrc.t
+          ! lib/Pod/t/Functions.t
 ____________________________________________________________________________
-[ 13588] By: jhi                                   on 2001/12/10  04:03:10
-        Log: Tell about the downside of safe signals.
+[ 19141] By: jhi                                   on 2003/04/03  05:00:36
+        Log: Don't recurse from threads to threads/shared (since
+             threads/shared is built separately, temp solution from
+             Schwern while MM is being fixed.)
      Branch: perl
-          ! pod/perldelta.pod
+          ! ext/threads/Makefile.PL
 ____________________________________________________________________________
-[ 13587] By: jhi                                   on 2001/12/10  03:38:20
-        Log: Make the whole -lperl thing NetBSD only until we
-             find some other platform that needs the same.
+[ 19140] By: rgs                                   on 2003/04/02  20:41:46
+        Log: Subject: [PATCH 5.8.0 DOC] Fix missing functions when splitting perlfunc
+             From: Steve Hay <steve.hay@uk.radan.com>
+             Date: Thu, 20 Mar 2003 11:55:01 +0000
+             Message-ID: <3E79AC15.80307@uk.radan.com>
      Branch: perl
-          ! lib/ExtUtils/MM_Unix.pm
+          ! installhtml lib/Pod/Functions.pm pod/perlfunc.pod pod/splitpod
 ____________________________________________________________________________
-[ 13586] By: jhi                                   on 2001/12/10  03:13:59
-        Log: Subject: [PATCH t/op/pack.t] Cleanup
-             From: Michael G Schwern <schwern@pobox.com> 
-             Date: Sun, 9 Dec 2001 23:08:26 -0500
-             Message-ID: <20011210040826.GD660@blackrider>
+[ 19139] By: jhi                                   on 2003/04/02  19:44:07
+        Log: Make perldiag agree with #19138.
      Branch: perl
-          ! t/op/pack.t
+          ! pod/perldiag.pod
 ____________________________________________________________________________
-[ 13585] By: jhi                                   on 2001/12/10  02:47:01
-        Log: Add threads support for NetBSD.
-             
-             This is also the first (I think) Perl threads build with
-             the GNU pth ( http://www.gnu.org/software/pth/pth.html ).
-             NetBSD does not as of yet have true kernel POSIX threads,
-             but the user-level pth seems to be doing pretty well--
-             the only failure is that threads/t/basic okays 6 and 7
-             consistently seem be arriving in the reverse order.
-             Well, gdbm.t is also failing: 'Undefined PLT symbol
-             "gdbm_open" (reloc type = 7, symnum = 28)', but I'm
-             guessing that GDBM would need a threaded rebuild.
+[ 19138] By: jhi                                   on 2003/04/02  19:37:59
+        Log: Make at least the thread count make sense.
      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
+          ! ext/threads/threads.xs
 ____________________________________________________________________________
-[ 13583] By: jhi                                   on 2001/12/10  02:01:49
-        Log: metaconfig unit change for #13582.
-     Branch: metaconfig
-          ! U/threads/usethreads.U
+[ 19137] By: rgs                                   on 2003/04/02  19:24:47
+        Log: Adjust test for the recent change (#19136) to Pod::Html
+     Branch: perl
+          ! lib/Pod/t/htmlview.t
 ____________________________________________________________________________
-[ 13582] By: jhi                                   on 2001/12/10  02:01:26
-        Log: Update the ithreads selection info in Configure,
-             as suggested by Michael Schwern.
+[ 19136] By: rgs                                   on 2003/04/02  18:46:31
+        Log: Fixes for "installhtml --splithead", based on :
+             Subject: Re: [PATCH 5.8.0 UTIL] Fix installhtml for splitting and PM/POD conflicts
+             From: Steve Hay <steve.hay@uk.radan.com>
+             Date: Wed, 02 Apr 2003 11:33:41 +0100
+             Message-ID: <3E8ABC85.5060807@uk.radan.com>
+
+             This also includes a small patch to Pod::Html : when generating
+             anchor names, play on the safe side and turn every non-alphanumeric
+             character into an '_'. Moreover, Pod::Html::anchorify() is now
+             optionally exported.
      Branch: perl
-          ! Configure
+          ! installhtml lib/Pod/Html.pm
 ____________________________________________________________________________
-[ 13581] By: jhi                                   on 2001/12/10  01:56:14
-        Log: Clearing locale environment simply doesn't seem to
-             guarantee that (nl_)langinfo(CODESET) would return nil.
-             (I for example get "ISO8859-1", so <guess>maybe there can
-             be per-system default settings at work</guess>.)
+[ 19135] By: rgs                                   on 2003/04/02  18:42:50
+        Log: Subject: Re: [perl #21765] $s = ""; $n = @a = split(/,/, $s); results in undef $n
+             From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
+             Date: Tue, 01 Apr 2003 16:32:46 -0800
+             Message-ID: <u+ii+gzkgqkV092yn@efn.org>
      Branch: perl
-          ! lib/open.t
+          ! pp.c t/op/split.t
 ____________________________________________________________________________
-[ 13580] By: jhi                                   on 2001/12/10  01:53:11
-        Log: Subject: RE: Exporter fixes reversed in 13540?
-             From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
-             Date: Sun, 9 Dec 2001 12:55:15 -0500
-             Message-ID: <3C13F455@operamail.com>
+[ 19134] By: sky                                   on 2003/04/02  18:01:40
+        Log: Fix some small nits, thanks to Rafael.
      Branch: perl
-          ! lib/open.pm
+          ! pp_hot.c
 ____________________________________________________________________________
-[ 13579] By: jhi                                   on 2001/12/10  01:26:53
-        Log: Root is the lizard king.
+[ 19133] By: sky                                   on 2003/04/02  13:41:14
+        Log: Add packname->stash cache before the check if a packname is a
+             filehandle or a package, it works because only packnames
+             that have been resolved to stashes are added to the cache,
+             and when a newIO is created we clean the cache.
+             Results in roughly 1.8 speed increase for class->method()
+             calls.
      Branch: perl
-          ! lib/Net/t/netrc.t
+          ! embedvar.h gv.c hv.c intrpvar.h perl.c perlapi.h pp_hot.c sv.c
 ____________________________________________________________________________
-[ 13578] By: jhi                                   on 2001/12/10  01:01:24
-        Log: Telling how many tests we are expecting helps.
+[ 19132] By: merijn                                on 2003/04/02  11:28:02
+        Log: #19122 should have been tested on non-glibc system (like AIX)
      Branch: perl
-          ! ext/POSIX/t/waitpid.t
+          ! pp.c
 ____________________________________________________________________________
-[ 13577] By: jhi                                   on 2001/12/10  00:38:09
-        Log: Add a test case for waitpid(): from Rocco Caputo.
+[ 19131] By: jhi                                   on 2003/04/02  05:25:19
+        Log: Spread IlyaZ's PERL_CORE detection trick.
      Branch: perl
-          + ext/POSIX/t/waitpid.t
-          ! MANIFEST
+          ! ext/Encode/Makefile.PL
 ____________________________________________________________________________
-[ 13576] By: jhi                                   on 2001/12/10  00:15:19
-        Log: Subject: [PATCH] Term::ReadLine tweaks and test
-             From: Richard Clamp <richardc@unixbeard.net>
-             Date: Mon, 10 Dec 2001 00:51:47 +0000
-             Message-ID: <20011210005147.GA1073@mirth.demon.co.uk>
+[ 19130] By: jhi                                   on 2003/04/02  04:42:40
+        Log: Cannot portably compare files if one of them is still open
+             (from Craig Berry).
      Branch: perl
-          + lib/Term/ReadLine.t
-          ! MANIFEST lib/Term/ReadLine.pm
+          ! ext/Encode/t/enc_module.t
 ____________________________________________________________________________
-[ 13575] By: jhi                                   on 2001/12/10  00:04:56
-        Log: Subject: [patch] non-blocking waitpid(-1,WNOHANG) for MSWin32
-             From: Rocco Caputo <troc@netrus.net>
-             Date: Sun, 9 Dec 2001 18:12:38 -0500
-             Message-ID: <20011209181238.A803@eyrie.homenet>
+[ 19129] By: jhi                                   on 2003/04/02  04:30:45
+        Log: MM_VMS tweak from Craig Berry:
+             http://nntp.x.perl.org/group/perl.makemaker/1002
      Branch: perl
-          ! win32/win32.c
+          ! lib/ExtUtils/MM_VMS.pm
 ____________________________________________________________________________
-[ 13574] By: jhi                                   on 2001/12/09  23:49:19
-        Log: make sure that va_start() has matching va_end();
-             from OpenBSD 3.0.
+[ 19128] By: rgs                                   on 2003/04/01  21:30:12
+        Log: Subject: [PATCH 5.8.0 UTIL] Fix installhtml for splitting and PM/POD conflicts
+             From: Steve Hay <steve.hay@uk.radan.com>
+             Date: Thu, 20 Mar 2003 12:34:15 +0000
+             Message-ID: <3E79B547.6030201@uk.radan.com>
+             (with a few minor tweaks)
      Branch: perl
-          ! x2p/util.c
+          ! installhtml
 ____________________________________________________________________________
-[ 13573] By: jhi                                   on 2001/12/09  23:45:57
-        Log: h2ph updates from OpenBSD 3.0.
+[ 19127] By: rgs                                   on 2003/04/01  19:01:20
+        Log: Subject: Re: [perl #21744] Deparse bug: "\::" deparsed as "::"
+             From: Enache Adrian <enache@rdslink.ro>
+             Date: Sat, 29 Mar 2003 19:45:41 +0200
+             Message-ID: <20030329174541.GA8138@ratsnest.hole>
      Branch: perl
-          ! utils/h2ph.PL
+          ! ext/B/B/Deparse.pm
 ____________________________________________________________________________
-[ 13572] By: jhi                                   on 2001/12/09  23:44:25
-        Log: OpenBSD hints update from OpenBSD 3.0.
+[ 19126] By: rgs                                   on 2003/04/01  18:39:43
+        Log: Fix bug #21742. require should be always invoked in
+             scalar context. This wasn't the case when called from
+             an eval(""), because the void context doesn't propagate
+             through the leaveeval op. Instead of making scalarvoid()
+             handle OP_LEAVEEVAL -- this breaks AutoLoader -- implement
+             a workaround in doeval().
      Branch: perl
-          ! hints/openbsd.sh
+          ! pp_ctl.c t/comp/require.t
 ____________________________________________________________________________
-[ 13571] By: jhi                                   on 2001/12/09  23:32:08
-        Log: DJGPP tweaks from Laszlo Molnar.
+[ 19124] By: jhi                                   on 2003/04/01  16:52:28
+        Log: Subject: [patch] fix HiRes.t failures on Stratus VOS
+             From: "Green, Paul" <Paul.Green@stratus.com>
+             Date: Tue, 1 Apr 2003 12:37:38 -0500
+             Message-ID: <A2A34F15EE916148BC4C4748223E67A403D99C9D@exna4.stratus.com>
      Branch: perl
-          ! djgpp/config.over lib/File/Find/t/find.t
-          ! lib/File/Find/t/taint.t t/pod/find.t
+          ! hints/vos.sh
 ____________________________________________________________________________
-[ 13570] By: jhi                                   on 2001/12/09  23:28:55
-        Log: Subject: [PATCH README.cygwin] 64bit ints & Cygwin98 ok
-             From: Michael G Schwern <schwern@pobox.com> 
-             Date: Sun, 9 Dec 2001 19:28:12 -0500
-             Message-ID: <20011210002812.GF13586@blackrider>
+[ 19122] By: jhi                                   on 2003/04/01  16:36:52
+        Log: Integrate:
+             [ 19119]
+             Address "5.8.1@19053: crypt_r() takes 128K per thread".
      Branch: perl
-          ! README.cygwin
+         !> pp.c reentr.c reentr.h reentr.pl
 ____________________________________________________________________________
-[ 13569] By: jhi                                   on 2001/12/09  21:51:37
-        Log: README.cygwin update from Gerrit P. Haase.
+[ 19121] By: jhi                                   on 2003/04/01  16:36:02
+        Log: Integrate:
+             [ 19109]
+             Subject: [PATCH 5.8.1 @19053] Time::HiRes
+             From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
+             Date: Mon, 31 Mar 2003 12:53:01 -0800
+             Message-ID: <20030331205301.GA3687@math.berkeley.edu>
+
+             [ 19111]
+             A cleaner way to detect PERL_CORE, from IlyaZ.
+     Branch: perl
+         !> ext/Time/HiRes/HiRes.t ext/Time/HiRes/Makefile.PL
+____________________________________________________________________________
+[ 19120] By: jhi                                   on 2003/04/01  16:32:03
+        Log: Integrate:
+             [ 19106]
+             Subject: [PATCH 5.8.1 @19053] OS/2-related patches
+             From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
+             Date: Mon, 31 Mar 2003 12:43:37 -0800
+             Message-ID: <20030331204337.GA3634@math.berkeley.edu>
+
+             and regen Configure.
      Branch: perl
-          ! README.cygwin
+          ! Configure config_h.SH embedvar.h
+         !> Makefile.SH embed.fnc embed.h embed.pl ext/threads/threads.xs
+         !> intrpvar.h makedef.pl os2/Makefile.SHs os2/OS2/ExtAttr/Changes
+         !> os2/OS2/ExtAttr/ExtAttr.pm os2/OS2/PrfDB/Changes
+         !> os2/OS2/PrfDB/PrfDB.pm os2/OS2/REXX/DLL/DLL.pm
+         !> os2/OS2/REXX/REXX.pm os2/dl_os2.c os2/os2.c os2/os2ish.h
+         !> os2/os2thread.h perlapi.h perlio.c perlvars.h reentr.c
+         !> reentr.h reentr.pl sv.c
 ____________________________________________________________________________
-[ 13568] By: jhi                                   on 2001/12/09  21:49:06
-        Log: Apply NetBSD patch-ag: shared/static linking,
-             but make the change less intrusive on non-NetBSD.
+[ 19118] By: jhi                                   on 2003/04/01  16:17:04
+        Log: Document the _exit() issue with threads in Linux [perl #17057].
      Branch: perl
-          ! lib/ExtUtils/MM_Unix.pm
+          ! ext/POSIX/POSIX.pod
 ____________________________________________________________________________
-[ 13567] By: jhi                                   on 2001/12/09  21:09:10
-        Log: Apply NetBSD patch-af: handle both -[LR] and -Wl,-R linker paths.
+[ 19117] By: jhi                                   on 2003/04/01  16:07:59
+        Log: Subject: Re: 5.8.1@19053 bug: make minitest fails with threads
+             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
+             Date: Tue, 1 Apr 2003 11:02:35 +0200
+             Message-Id: <20030401110235.3f20ffb2.rgarciasuarez@free.fr>
      Branch: perl
-          ! lib/ExtUtils/Liblist.pm
+          ! t/op/getpid.t
 ____________________________________________________________________________
-[ 13566] By: jhi                                   on 2001/12/09  20:55:32
-        Log: Apply NetBSD patch-ae: another gcc sparc64 bug.
+[ 19116] By: jhi                                   on 2003/04/01  16:06:12
+        Log: Subject: [PATCH ext/SDBM_File/sdbm/Makefile.PL] MM hackery and whitespace changes
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Mon, 31 Mar 2003 15:16:57 -0800
+             Message-ID: <20030331231657.GJ17529@windhund.schwern.org>
      Branch: perl
-          ! regcomp.c
+          ! ext/SDBM_File/sdbm/Makefile.PL
 ____________________________________________________________________________
-[ 13565] By: jhi                                   on 2001/12/09  20:50:57
-        Log: Apply NetBSD patch-ad: a gcc sparc64 code generation bug.
+[ 19115] By: jhi                                   on 2003/04/01  15:58:45
+        Log: Subject: [PATCH] overdue perlhack.pod corrections for RT
+             From: Richard.Foley@ubsw.com
+             Date: Mon, 31 Mar 2003 16:27:14 +0200
+             Message-ID: <B374141B0A424D4F9CF143CC51B3ADD9857B39@NZURC900PEX1.ubsgs.ubsgroup.net>
      Branch: perl
-          ! pp.c
+          ! pod/perlhack.pod
 ____________________________________________________________________________
-[ 13564] By: jhi                                   on 2001/12/09  20:38:48
-        Log: Apply NetBSD patch-ac.
-             (the fix has already been done: change #9706, fully qualified
-             pathnames in packlists)
+[ 19114] By: jhi                                   on 2003/04/01  15:56:27
+        Log: Subject: [PATCH] Text::Abbrev warnings safe
+             From: Peter Scott <Peter@PSDT.com>
+             Date: Fri, 28 Mar 2003 16:34:47 -0800
+             Message-id: <5.2.0.9.2.20030328161002.00b45f08@shell2.webquarry.com>
      Branch: perl
-          ! lib/ExtUtils/Install.pm
+          ! lib/Text/Abbrev.pm lib/Text/Abbrev.t
 ____________________________________________________________________________
-[ 13563] By: jhi                                   on 2001/12/09  20:32:52
-        Log: Apply NetBSD patch-ab: NetBSD hints update.
+[ 19113] By: merijn                                on 2003/04/01  14:12:33
+        Log: Implemented AIX longdouble support in hints/aix.sh, which now
+             actually work.  Thanks to John L. Allen for the hint.
+
+             Subject: Re: AIX longdoubles
+             From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
+             Date: Tue, 01 Apr 2003 17:18:57 +0200
+             Message-Id: <20030401171819.D8E6.H.M.BRAND@hccnet.nl>
      Branch: perl
-          ! hints/netbsd.sh
+          ! hints/aix.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
+[ 19104] By: jhi                                   on 2003/03/31  10:51:36
+        Log: Tabify; strictly speaking unnecessary but anyway...
+     Branch: perl
+          ! MANIFEST
 ____________________________________________________________________________
-[ 13561] By: jhi                                   on 2001/12/09  20:31:14
-        Log: NetBSD has <ieeefp.h> but hidden.
+[ 19102] By: jhi                                   on 2003/03/31  10:36:48
+        Log: Upgrade to Test::Harness 2.27_02.
      Branch: perl
-          ! hints/netbsd.sh
+          + t/lib/sample-tests/no_output t/lib/sample-tests/segfault
+          + t/lib/sample-tests/too_many
+          ! 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/strap.t lib/Test/Harness/t/test-harness.t
 ____________________________________________________________________________
-[ 13560] By: jhi                                   on 2001/12/09  20:29:35
-        Log: Implement NetBSD patch-aa.
+[ 19101] By: jhi                                   on 2003/03/31  10:07:35
+        Log: Upgrade to podlators 1.26.
      Branch: perl
-          ! Configure
+          ! lib/Pod/Man.pm
 ____________________________________________________________________________
-[ 13559] By: jhi                                   on 2001/12/09  19:21:45
-        Log: Subject: Re: [ID 20011206.006] File::Find calls lstat on wrong object before wanted()
-             From: "Wolfgang Laun" <wolfgang.laun@chello.at>             
-             Date: Sun, 09 Dec 2001 13:40:58 +0100
-             Message-ID: <200112091340580550.008ED513@smtp.chello.at>
-             
-             (The lstat()s were there in 5.6.1: what happened to them?)
+[ 19100] By: jhi                                   on 2003/03/31  10:03:50
+        Log: Upgrade to Encode 1.92.
      Branch: perl
-          ! lib/File/Find.pm
+          ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
+          ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Guess.pm
+          ! ext/Encode/t/CJKT.t ext/Encode/t/enc_module.t
+          ! ext/Encode/ucm/big5-eten.ucm ext/Encode/ucm/big5-hkscs.ucm
+          ! ext/Encode/ucm/cp932.ucm ext/Encode/ucm/cp936.ucm
+          ! ext/Encode/ucm/cp949.ucm ext/Encode/ucm/cp950.ucm
 ____________________________________________________________________________
-[ 13558] By: jhi                                   on 2001/12/09  19:04:23
-        Log: Quickie documentation of the C UTF-8 API.
+[ 19099] By: jhi                                   on 2003/03/31  09:54:52
+        Log: Subject: [PATCH] ExtUtils::MakeMaker 6.03 -> 6.06_05ish
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Mon, 31 Mar 2003 02:42:58 -0800
+             Message-ID: <20030331104257.GB15327@windhund.schwern.org>
+     Branch: perl
+          + lib/ExtUtils/MakeMaker/FAQ.pod
+          + lib/ExtUtils/MakeMaker/Tutorial.pod
+          + lib/ExtUtils/MakeMaker/vmsish.pm lib/ExtUtils/NOTES
+          + lib/ExtUtils/PATCHING lib/ExtUtils/README lib/ExtUtils/TODO
+          + lib/ExtUtils/t/00compile.t lib/ExtUtils/t/Install.t
+          + lib/ExtUtils/t/Liblist.t lib/ExtUtils/t/oneliner.t
+          + lib/ExtUtils/t/prompt.t lib/ExtUtils/t/split_command.t
+          + t/lib/TieIn.pm
+          ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Command.pm
+          ! lib/ExtUtils/Command/MM.pm lib/ExtUtils/Install.pm
+          ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Liblist/Kid.pm
+          ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/MM_Any.pm
+          ! lib/ExtUtils/MM_BeOS.pm lib/ExtUtils/MM_Cygwin.pm
+          ! lib/ExtUtils/MM_DOS.pm lib/ExtUtils/MM_MacOS.pm
+          ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_OS2.pm
+          ! lib/ExtUtils/MM_UWIN.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/Manifest.pm lib/ExtUtils/t/00setup_dummy.t
+          ! lib/ExtUtils/t/Command.t lib/ExtUtils/t/INST.t
+          ! lib/ExtUtils/t/INST_PREFIX.t lib/ExtUtils/t/MM_BeOS.t
+          ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_NW5.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/basic.t
+          ! lib/ExtUtils/t/hints.t lib/ExtUtils/t/prefixify.t
+____________________________________________________________________________
+[ 19098] By: jhi                                   on 2003/03/31  09:36:11
+        Log: Subject: [PATCH dump.c] stray n_a
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Mon, 31 Mar 2003 00:55:49 -0800
+             Message-ID: <20030331085549.GB1300@windhund.schwern.org>
      Branch: perl
-          ! pod/perlunicode.pod
+          ! dump.c
 ____________________________________________________________________________
-[ 13557] By: jhi                                   on 2001/12/09  18:36:20
-        Log: Subject: bleadperl on cygwin weirdness...
-             From: "Gerrit P. Haase" <gp@familiehaase.de>
-             Date: Sun, 9 Dec 2001 20:31:28 +0100
-             Message-ID: <13779422183.20011209203128@familiehaase.de>          
-             
-             (plus libperl*.dll version portability tweaks)
+[ 19097] By: jhi                                   on 2003/03/31  05:00:07
+        Log: Some low-hanging fruit for EBCDIC portability
+             (or for marking as EBCDIC todos)
      Branch: perl
-          ! lib/ExtUtils/Embed.t
+          ! ext/List/Util/t/isvstring.t lib/utf8.t t/run/switchC.t
+          ! t/uni/write.t
 ____________________________________________________________________________
-[ 13556] By: jhi                                   on 2001/12/09  18:21:46
-        Log: Instead of muting symbol export error if under eval,
-             delay the errors until the croak().
-             
-             (replaces #13408)
+[ 19094] By: jhi                                   on 2003/03/30  15:54:35
+        Log: Upgrade to Time::HiRes 1.44.
      Branch: perl
-          ! lib/Exporter/Heavy.pm
+          ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
 ____________________________________________________________________________
-[ 13555] By: jhi                                   on 2001/12/09  18:09:12
-        Log: Basegroup 0 is a cygwin_nt thing.
+[ 19092] By: jhi                                   on 2003/03/30  15:09:02
+        Log: IRIX 5.3 update.
      Branch: perl
-          ! t/op/groups.t
+          ! README.irix
 ____________________________________________________________________________
-[ 13554] By: jhi                                   on 2001/12/09  17:57:44
-        Log: Also WinME is LoseLink.
+[ 19091] By: jhi                                   on 2003/03/30  10:26:32
+        Log: Not all compilers like #ifdefs within cpp macros
+             (follow-up on #19086)
      Branch: perl
-          ! t/op/stat.t
+          ! pp_sys.c
 ____________________________________________________________________________
-[ 13553] By: jhi                                   on 2001/12/09  16:25:52
-        Log: Forgotten checkin.
+[ 19090] By: jhi                                   on 2003/03/30  09:50:33
+        Log: Ending strings is customary (typo from #19084).
      Branch: perl
-          ! lib/User/grent.t
+          ! ext/Socket/Socket.t
 ____________________________________________________________________________
-[ 13552] By: jhi                                   on 2001/12/09  16:23:14
-        Log: Subject: [PATCH] ID 20011206.007 File::Find:name set to empty string for "/"
-             From: "Wolfgang Laun" <wolfgang.laun@chello.at>
-             Date: Sun, 09 Dec 2001 13:45:06 +0100
-             Message-ID: <200112091345060760.00929EA9@smtp.chello.at>
+[ 19089] By: jhi                                   on 2003/03/30  09:24:08
+        Log: Re-sort MANIFEST (LC_ALL=C sort -fo MANIFEST MANIFEST)
      Branch: perl
-          ! lib/File/Find.pm
+          ! MANIFEST
 ____________________________________________________________________________
-[ 13551] By: jhi                                   on 2001/12/09  16:18:20
-        Log: Tweakback.
+[ 19088] By: jhi                                   on 2003/03/30  09:09:42
+        Log: Another victim of IRIX 5.3's inability to resolve 'localhost'
+             as the test expects.
      Branch: perl
           ! lib/Net/hostent.t
 ____________________________________________________________________________
-[ 13550] By: jhi                                   on 2001/12/09  16:01:55
-        Log: Subject: [PATCH lib/User/grent.t] More Cygwin98 group oddities
-             From: Michael G Schwern <schwern@pobox.com>
-             Date: Sat, 8 Dec 2001 14:48:38 -0500
-             Message-ID: <20011208194838.GA8650@blackrider>
+[ 19087] By: jhi                                   on 2003/03/30  09:08:07
+        Log: In IRIX 5.3 turn off some of the warnings that cannot
+             really be helped (e.g. warnings coming from system headers,
+             or linker warnings during Configure).
      Branch: perl
-          ! t/op/grent.t
+          ! hints/irix_5.sh
 ____________________________________________________________________________
-[ 13549] By: jhi                                   on 2001/12/09  15:40:28
-        Log: Subject: [README.cygwin] Removing old expected test failures
-             From: Michael G Schwern <schwern@pobox.com>
-             Date: Sat, 8 Dec 2001 15:38:28 -0500
-             Message-ID: <20011208203828.GB9017@blackrider>
+[ 19086] By: jhi                                   on 2003/03/30  08:59:24
+        Log: In IRIX 5.3 the cc is awfully confused about the prototype
+             of select().
      Branch: perl
-          ! README.cygwin
+          ! hints/irix_5.sh pp_sys.c
 ____________________________________________________________________________
-[ 13548] By: jhi                                   on 2001/12/09  15:37:48
-        Log: Subject: [PATCH lib/Net/hostent.t] Cleanup and Cygwin98 oddity
-             From: Michael G Schwern <schwern@pobox.com>                
-             Date: Sat, 8 Dec 2001 15:26:59 -0500
-             Message-ID: <20011208202659.GA9017@blackrider> 
+[ 19085] By: jhi                                   on 2003/03/30  08:43:53
+        Log: In IRIX 5.3 being too POSIXly hides the struct timespec.
      Branch: perl
-          ! lib/Net/hostent.t
+          + ext/Time/HiRes/hints/irix.pl
+          ! MANIFEST
 ____________________________________________________________________________
-[ 13547] By: jhi                                   on 2001/12/09  15:33:43
-        Log: Subject: [PATCH t/op/stat.t] Cygwin98 fakes hard links
-             From: Michael G Schwern <schwern@pobox.com> 
-             Date: Sat, 8 Dec 2001 15:06:16 -0500
-             Message-ID: <20011208200616.GA8915@blackrider>
+[ 19084] By: jhi                                   on 2003/03/30  08:31:53
+        Log: gethostbyname('localhost') is not that portable.
+             inet_aton('localhost') in IRIX 5.3 returned an undef,
+             which in turn made pack_sockaddr_in to barf on zero
+             length in_addr.
      Branch: perl
-          ! t/op/stat.t
-____________________________________________________________________________
-[ 13546] By: jhi                                   on 2001/12/09  15:31:19
-        Log: Developer deprecations and an incompatibility.
-     Branch: perl
-          ! pod/perldelta.pod pod/perlmodlib.pod pod/perltoc.pod
-____________________________________________________________________________
-[ 13545] By: jhi                                   on 2001/12/09  15:27:14
-        Log: Shoo.
-     Branch: perl
-          - lib/Attribute/Handlers.pm
-____________________________________________________________________________
-[ 13544] By: jhi                                   on 2001/12/09  15:20:08
-        Log: Remove Attribute::Handlers, as per Damian's request.
-             (Because of fixing the my variables to be now handled
-             in run-time, the whole internals of the A::H needs to
-             be rewritten and Damian will not have time for that
-             for months.)
-     Branch: perl
-          - 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
-          ! MANIFEST lib/Attribute/Handlers.pm pod/perldelta.pod
-          ! pod/perlmodlib.pod pod/perltoc.pod
+          ! ext/Socket/Socket.t pod/perlfunc.pod pod/perlport.pod
 ____________________________________________________________________________
-[ 13543] By: jhi                                   on 2001/12/09  15:00:50
-        Log: Subject: Re: attributes are broken
-             From: Spider Boardman <spider@Orb.Nashua.NH.US>
-             Date: Sun, 09 Dec 2001 00:09:23 -0500
-             Message-Id: <200112090509.AAA02053@Orb.Nashua.NH.US>              
+[ 19083] By: jhi                                   on 2003/03/30  07:49:46
+        Log: Subject: [PATCH] COW formats (was Re: Smoke [5.9.0] 19044 FAIL(F) linux 2.4.18-3 (i686/1 cpu))
+             From: Nicholas Clark <nick@unfortu.net>
+             Date: Sun, 30 Mar 2003 00:35:48 +0000
+             Message-ID: <20030330003547.GO274@Bagpuss.unfortu.net>
      Branch: perl
-          ! dump.c embed.h embed.pl lib/attributes.pm op.c op.h
-          ! pod/perldelta.pod pod/perltoc.pod proto.h t/op/attrs.t
-          ! xsutils.c
+          ! sv.c
 ____________________________________________________________________________
-[ 13542] By: jhi                                   on 2001/12/09  14:49:46
-        Log: Forgotten checkin.
+[ 19082] By: jhi                                   on 2003/03/29  21:18:32
+        Log: IRIX 5.3 can have PF_LINK defined to be AF_LINK but
+             not defined AF_LINK.
      Branch: perl
-          ! lib/Pod/Text.pm
+          ! ext/Socket/Socket.xs
 ____________________________________________________________________________
-[ 13541] By: jhi                                   on 2001/12/09  14:48:15
-        Log: uconfig.h update.
+[ 19081] By: jhi                                   on 2003/03/29  20:41:56
+        Log: Subject: [unPATCH] Re: Smoke [5.8.1] 19076 FAIL(F) openbsd 3.2 (i386/1 cpu)
+             From: Nicholas Clark <nick@unfortu.net>
+             Date: Sat, 29 Mar 2003 18:58:09 +0000
+             Message-ID: <20030329185807.GL274@Bagpuss.unfortu.net>
      Branch: perl
-          ! uconfig.h
+          ! dump.c
 ____________________________________________________________________________
-[ 13540] By: jhi                                   on 2001/12/08  18:39:51
-        Log: Update Changes.
+[ 19080] By: rgs                                   on 2003/03/29  20:39:34
+        Log: Minor rephrasing in perlopentut,
+             noticed by Bob Wilkinson (RT [perl #21725])
      Branch: perl
-          ! Changes patchlevel.h
+          ! pod/perlopentut.pod
 ____________________________________________________________________________
-[ 13539] By: jhi                                   on 2001/12/08  18:28:02
-        Log: Note that some of the Unicode features are
-             dependent on perlio.
+[ 19079] By: rgs                                   on 2003/03/29  20:21:11
+        Log: Subject: [DOCPATCH] Re: [PATCH] Re: [perl #21614] 5.8.0 Unbalanced string table refcount
+             From: Nicholas Clark <nick@unfortu.net>
+             Date: Thu, 27 Mar 2003 22:37:35 +0000
+             Message-ID: <20030327223735.GD277@Bagpuss.unfortu.net>
      Branch: perl
-          ! pod/perluniintro.pod
+          ! pod/perlapi.pod sv.h
 ____________________________________________________________________________
-[ 13538] By: jhi                                   on 2001/12/08  17:53:00
-        Log: Regen perlapi, regen toc.
+[ 19078] By: jhi                                   on 2003/03/29  07:23:00
+        Log: It seems that in Tru64 V5 gcc cannot be used to
+             compile a threaded Perl because <pthread.h> explicitly
+             checks for supported compilers (gcc not being one of them).
+             This is not so bad since the system C compiler is always there.
      Branch: perl
-          ! pod/perlapi.pod pod/perltoc.pod
+          ! README.tru64 hints/dec_osf.sh
 ____________________________________________________________________________
-[ 13537] By: jhi                                   on 2001/12/08  17:44:48
-        Log: FAQ sync.
+[ 19077] By: jhi                                   on 2003/03/28  06:03:16
+        Log: Feeding illegal QP (like \x80) to this
+             ./perl -Ilib -wne 'use PerlIO::via::QuotedPrint;BEGIN{binmode(STDIN, ":via(QuotedPrint)")};print'
+             caused a coredump in av_length() <- nextargv() because
+             the av was NULL.  I don't know that returning Nullfp is
+             the best thing to do, but it dodges the segfault and
+             introduces no test failures.
      Branch: perl
-          ! pod/perlfaq4.pod pod/perlfaq6.pod
+          ! doio.c
 ____________________________________________________________________________
-[ 13536] By: jhi                                   on 2001/12/08  17:37:53
-        Log: Subject: [PATCH] Fix odd language in an sv.c comment
-             From: coral@eekeek.org
-             Date: Sat, 8 Dec 2001 12:19:39 -0500
-             Message-Id: <200112081719.fB8HJdZ14747@eekeek.org>
+[ 19074] By: jhi                                   on 2003/03/27  18:17:20
+        Log: Missing final \n.
      Branch: perl
-          ! sv.c
+          ! lib/Attribute/Handlers/Changes
 ____________________________________________________________________________
-[ 13535] By: jhi                                   on 2001/12/08  15:29:18
-        Log: Subject: [PATCH lib/vmsish.t] Small test name abuse.
-             From: Michael G Schwern <schwern@pobox.com>
-             Date: Fri, 7 Dec 2001 20:03:45 -0500
-             Message-ID: <20011208010345.GD642@blackrider>
-             
-             Subject: [PATCH vms/test.com] Goodbye frightening echo kludge!
-             From: Michael G Schwern <schwern@pobox.com>
-             Date: Fri, 7 Dec 2001 20:13:54 -0500
-             Message-ID: <20011208011354.GE642@blackrider>
-             
-             Subject: [PATCH t/io/pipe.t t/test.pl] Cleanup & $NO_ENDING
-             From: Michael G Schwern <schwern@pobox.com>
-             Date: Fri, 7 Dec 2001 21:47:36 -0500
-             Message-ID: <20011208024736.GH642@blackrider>
-             
-             Subject: [PATCH t/op/exec.t] Piping and newline on pipe tests
-             From: Michael G Schwern <schwern@pobox.com>
-             Date: Fri, 7 Dec 2001 23:09:43 -0500
-             Message-ID: <20011208040943.GK642@blackrider>
-             
-             Subject: [PATCH] vms/test.com -- skip tty tests when not interactive
-             Message-Id: <a05101004b83754903506@[172.16.52.1]>
-             Date: Fri, 7 Dec 2001 23:28:15 -0600
-             From: "Craig A. Berry" <craigberry@mac.com>
+[ 19072] By: rgs                                   on 2003/03/26  22:30:09
+        Log: Subject: [perl #21672] IO::New and undefined filename behaviour
+             From: "mike@exegenix.com (via RT)" <perlbug-followup@perl.org>
+             Date: 24 Mar 2003 16:29:08 -0000
+             Message-Id: <rt-21672-54038.2.07650993465862@bugs6.perl.org>
+             plus a regression test
      Branch: perl
-          ! lib/vmsish.t t/io/pipe.t t/op/exec.t t/test.pl vms/test.com
+          ! ext/IO/lib/IO/File.pm lib/FileHandle.t
 ____________________________________________________________________________
-[ 13534] By: jhi                                   on 2001/12/08  15:16:14
-        Log: Integrate perlio:
-             
-             [ 13531]
-             Tweak multi-arg open error messages
-             
-             [ 13530]
-             Allow multi-arg open() if opening layer declares this legal.
+[ 19071] By: rgs                                   on 2003/03/26  22:08:16
+        Log: Better version of change #19069
+             Subject: [PATCH] Re: [PATCH] Re: [perl #21614] 5.8.0 Unbalanced string table refcount
+             From: Nicholas Clark <nick@unfortu.net>
+             Date: Wed, 26 Mar 2003 23:01:46 +0000
+             Message-ID: <20030326230145.GC279@Bagpuss.unfortu.net>
      Branch: perl
-         !> doio.c lib/Exporter/Heavy.pm lib/open.t op.c perlio.c
-         !> perliol.h pod/perlfunc.pod pod/perltoc.pod pp.c
+          ! pp_hot.c sv.c t/op/readline.t
 ____________________________________________________________________________
-[ 13533] By: jhi                                   on 2001/12/08  15:13:39
-        Log: Retract #11156 since Sarathy has found that it breaks code:
-             http://bugs.ActiveState.com/show_bug.cgi?id=18457
-             http://bugs.ActiveState.com/show_bug.cgi?id=18858
+[ 19070] By: rgs                                   on 2003/03/26  21:31:55
+        Log: Subject: [patch] for Stratus VOS
+             From: "Green, Paul" <Paul.Green@stratus.com>
+             Date: Wed, 26 Mar 2003 17:24:38 -0500
+             Message-ID: <A2A34F15EE916148BC4C4748223E67A403D99C74@exna4.stratus.com>
+             (plus a small tweak to the test script)
      Branch: perl
-          ! op.c sv.c t/op/pos.t
+          ! README.vos t/op/pack.t
 ____________________________________________________________________________
-[ 13532] By: nick                                  on 2001/12/08  14:11:12
-        Log: Integrate mainline
-     Branch: perlio
-         !> Changes doop.c patchlevel.h pod/perluniintro.pod t/op/chop.t
-         !> t/op/magic.t t/op/stat.t t/run/switches.t t/test.pl
-____________________________________________________________________________
-[ 13531] By: nick                                  on 2001/12/08  13:48:21
-        Log: Tweak multi-arg open error messages
-     Branch: perlio
-          ! perlio.c
+[ 19069] By: rgs                                   on 2003/03/26  21:14:33
+        Log: Subject: [PATCH] Re: [perl #21614] 5.8.0 Unbalanced string table refcount
+             From: Nicholas Clark <nick@unfortu.net>
+             Date: Tue, 25 Mar 2003 22:59:17 +0000
+             Message-ID: <20030325225917.GE284@Bagpuss.unfortu.net>
+     Branch: perl
+          ! sv.c t/op/readline.t
 ____________________________________________________________________________
-[ 13530] By: nick                                  on 2001/12/08  10:20:06
-        Log: Allow multi-arg open() if opening layer declares this legal.
-     Branch: perlio
-          ! doio.c perlio.c perliol.h
+[ 19068] By: rgs                                   on 2003/03/26  20:53:18
+        Log: Win32 counterpart of change #19065
+     Branch: perl
+          ! win32/Makefile win32/makefile.mk
 ____________________________________________________________________________
-[ 13529] By: jhi                                   on 2001/12/07  23:48:58
-        Log: Subject: [PATCH t/run/switches.t] Declaring mostly TODO
-             From: Michael G Schwern <schwern@pobox.com>       
-             Date: Fri, 7 Dec 2001 19:41:31 -0500
-             Message-ID: <20011208004131.GC642@blackrider>
+[ 19067] By: rgs                                   on 2003/03/26  20:34:32
+        Log: VMS counterpart of change #19065
      Branch: perl
-          ! t/run/switches.t t/test.pl
+          ! vms/descrip_mms.template
 ____________________________________________________________________________
-[ 13528] By: jhi                                   on 2001/12/07  23:47:26
-        Log: Subject: [PATCH t/op/stat.t] Declaring -t STDIN w/pipe TODO
-             From: Michael G Schwern <schwern@pobox.com>       
-             Date: Fri, 7 Dec 2001 19:12:44 -0500
-             Message-ID: <20011208001244.GB642@blackrider>
+[ 19066] By: jhi                                   on 2003/03/26  20:05:40
+        Log: Upgrade to Term::ANSIColor 1.07.
      Branch: perl
-          ! t/op/stat.t
+          ! lib/Term/ANSIColor.pm lib/Term/ANSIColor/ChangeLog
+          ! lib/Term/ANSIColor/README
 ____________________________________________________________________________
-[ 13527] By: jhi                                   on 2001/12/07  22:31:22
-        Log: Subject: [PATCH t/op/magic.t] Puut... The TODO... Beck!
-             From: Michael G Schwern <schwern@pobox.com>
-             Date: Fri, 7 Dec 2001 17:28:57 -0500
-             Message-ID: <20011207222857.GI23210@blackrider>
+[ 19065] By: rgs                                   on 2003/03/26  19:55:20
+        Log: Add a file utils/cpan.PL to generate the "cpan" utility,
+             also separately maintained on CPAN, and now moved as
+             lib/CPAN/bin/cpan. Tweak installperl to avoid installing
+             this last file.
      Branch: perl
-          ! t/op/magic.t
+          + utils/cpan.PL
+         +> lib/CPAN/bin/cpan
+          - utils/cpan
+          ! MANIFEST installperl utils/Makefile
 ____________________________________________________________________________
-[ 13526] By: jhi                                   on 2001/12/07  22:27:46
-        Log: which_perl: if File::Spec fails, assume "./" and hope for the best.
+[ 19064] By: jhi                                   on 2003/03/26  19:48:32
+        Log: Subject: [PATCH] Re: [perl #21542] local $_ [0] = $_ [0] fails.
+             From: Dave Mitchell <davem@fdgroup.com>
+             Date: Thu, 20 Mar 2003 01:26:19 +0000
+             Message-ID: <20030320012619.C19869@fdgroup.com>
+
+             Subject: Re: [PATCH] Re: [perl #21542] local $_ [0] = $_ [0] fails.
+             From: Dave Mitchell <davem@fdgroup.com>
+             Date: Mon, 24 Mar 2003 16:06:51 +0000
+             Message-ID: <20030324160651.D1798@fdgroup.com>
      Branch: perl
-          ! t/test.pl
+          ! pp_ctl.c pp_hot.c scope.c t/op/args.t
 ____________________________________________________________________________
-[ 13525] By: jhi                                   on 2001/12/07  22:21:25
-        Log: which_perl: delay as much a possible till runtime.
+[ 19063] By: jhi                                   on 2003/03/26  19:33:09
+        Log: Subject: [perl #21648] Doc typo in Net::servent
+             From: Andy Lester (via RT) <perlbug-followup@perl.org>
+             Date: 22 Mar 2003 05:02:31 -0000
+             Message-Id: <rt-21648-53986.0.682889311382979@bugs6.perl.org>
      Branch: perl
-          ! t/test.pl
+          ! lib/Net/servent.pm
 ____________________________________________________________________________
-[ 13524] By: jhi                                   on 2001/12/07  21:58:15
-        Log: Further tweakage to which_perl().
+[ 19062] By: jhi                                   on 2003/03/26  19:29:39
+        Log: Subject: [PATCH README.qnx] for QNX 6.2
+             From: Norton Allen <allen@huarp.harvard.edu>
+             Date: Tue, 25 Mar 2003 12:09:42 -0500 (est)
+             Message-Id: <200303251709.MAA11391@bottesini.harvard.edu>
      Branch: perl
-          ! t/test.pl
+          ! README.qnx
 ____________________________________________________________________________
-[ 13523] By: jhi                                   on 2001/12/07  21:57:30
-        Log: perluniintro tweaks.
+[ 19060] By: merijn                                on 2003/03/26  13:13:23
+        Log: Subject: [PATCH] lib/vmsish.t GMT bug fix
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Tue, 25 Mar 2003 22:52:58 -0600
+             Message-ID: <3E81322A.3040508@mac.com>
      Branch: perl
-          ! pod/perluniintro.pod
+          ! lib/vmsish.t
 ____________________________________________________________________________
-[ 13522] By: jhi                                   on 2001/12/07  21:01:02
-        Log: Tweak the $Perl computation.
+[ 19059] By: rgs                                   on 2003/03/24  21:43:03
+        Log: Change 19056 wasn't good enough.
+             ldlibpth should be changed later, to avoid spaces to be quoted.
      Branch: perl
-          ! t/test.pl
+          ! Makefile.SH
 ____________________________________________________________________________
-[ 13521] By: jhi                                   on 2001/12/07  17:27:02
-        Log: Subject: Re: [PATCH] chom?p needs to remove read only fakery
-             From: Nicholas Clark <nick@ccl4.org>
-             Date: Fri, 7 Dec 2001 17:06:56 +0000
-             Message-ID: <20011207170656.G21702@plum.flirble.org>
+[ 19058] By: rgs                                   on 2003/03/24  21:37:59
+        Log: Subject: [PATCH pod/perlhist.pod] Adding the latest version of Perl
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Mon, 24 Mar 2003 00:50:39 -0800
+             Message-ID: <20030324085039.GA19981@windhund.schwern.org>
      Branch: perl
-          ! doop.c t/op/chop.t
+          ! pod/perlhist.pod
 ____________________________________________________________________________
-[ 13520] By: jhi                                   on 2001/12/07  15:55:34
-        Log: Update Changes.
+[ 19057] By: rgs                                   on 2003/03/24  21:33:43
+        Log: Typo, spotted by Doru Petrescu
+             Message-ID: <Pine.LNX.4.31.0303241134170.13160-100000@linux.kappa.ro>
      Branch: perl
-          ! Changes patchlevel.h
+          ! ext/Data/Dumper/Dumper.pm
 ____________________________________________________________________________
-[ 13519] By: jhi                                   on 2001/12/07  15:32:58
-        Log: Missing ).
+[ 19056] By: rgs                                   on 2003/03/24  21:05:48
+        Log: Subject: Re: Smoke [5.9.0] 19055 FAIL(m) linux 2.4.18-3 (i686/1 cpu)
+             From: Enache Adrian <enache@rdslink.ro>
+             Date: Mon, 24 Mar 2003 23:56:25 +0200
+             Message-ID: <20030324215625.GB853@ratsnest.hole>
      Branch: perl
-          ! t/test.pl
+          ! Makefile.SH
 ____________________________________________________________________________
-[ 13518] By: jhi                                   on 2001/12/07  15:24:32
-        Log: Allow several arguments to display().
+[ 19055] By: merijn                                on 2003/03/24  07:05:39
+        Log: Subject: no more 'make install && make test' with shared libperl.so on Linux
+             From: Enache Adrian <enache@rdslink.ro>
+             Date: Sat, 22 Mar 2003 22:49:49 +0200
+             Message-ID: <20030322204949.GB794@ratsnest.hole>
+
+             This is a slightly more defensive patch than Chip's patch that
+             fell through the cracks, but does the same
+             Subject: Shared libperl.so and build issues
+             From: Chip Turner <cturner@redhat.com>
+             Date: Tue 31 Dec 2002 17:21
      Branch: perl
-          ! t/test.pl
+          ! Makefile.SH
 ____________________________________________________________________________
-[ 13517] By: jhi                                   on 2001/12/07  15:19:20
-        Log: /dev/stdout could be either a character special file
-             or a named pipe, so let's pretend it doesn't exist.
+[ 19054] By: merijn                                on 2003/03/24  06:54:23
+        Log: Subject: [PATCH bleadperl] vms.c thread clean-up
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Sun, 23 Mar 2003 15:32:58 -0600
+             Message-ID: <3E7E280A.5000304@mac.com>
      Branch: perl
-          ! t/op/stat.t
+          ! vms/vms.c
 ____________________________________________________________________________
-[ 13516] By: nick                                  on 2001/12/07  15:09:23
-        Log: Integrate again - can I catch up ?
-     Branch: perlio
-         !> t/test.pl
-____________________________________________________________________________
-[ 13515] By: nick                                  on 2001/12/07  15:08:17
-        Log: Integrate mainline some more
-     Branch: perlio
-         !> README.hpux hints/linux.sh pod/perlfunc.pod
-____________________________________________________________________________
-[ 13514] By: nick                                  on 2001/12/07  15:07:15
-        Log: Integrate mainline
-     Branch: perlio
-         +> djgpp/djgpp.h ext/Devel/PPPort/Changes
-         +> ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/module2.c
-         +> ext/Devel/PPPort/module3.c ext/Devel/PPPort/t/test.t
-         +> hints/super-ux.sh lib/File/Spec/t/Functions.t
-         +> lib/File/Spec/t/Spec.t lib/File/Spec/t/rel2abs2rel.t
-         +> lib/Math/BigInt/t/bare_mbi.t pod/perl561delta.pod
-         +> t/lib/Math/BigInt/BareCalc.pm
-          - ext/Devel/PPPort/harness/Harness.pm
-          - ext/Devel/PPPort/harness/Harness.xs
-          - ext/Devel/PPPort/harness/Makefile.PL
-          - ext/Devel/PPPort/harness/module2.c
-          - ext/Devel/PPPort/harness/module3.c
-          - ext/Devel/PPPort/harness/t/test.t lib/File/Spec.t
-          - lib/File/Spec/Functions.t
-         !> (integrate 103 files)
-____________________________________________________________________________
-[ 13513] By: jhi                                   on 2001/12/07  14:58:06
-        Log: Add display() for displaying icky scalars.
+[ 19052] By: jhi                                   on 2003/03/24  04:28:13
+        Log: For change #19051: a new .bat to CRLF.
      Branch: perl
-          ! t/test.pl
+          ! Porting/makerel
 ____________________________________________________________________________
-[ 13511] By: jhi                                   on 2001/12/07  14:40:58
-        Log: Subject: [ID 20011207.001] documentation bug for waitpid
-             From: Jan-Pieter Cornet <john@pc.xs4all.nl>
-             Date: Fri, 7 Dec 2001 12:44:56 +0100
-             Message-Id: <200112071144.MAA12790@pc.xs4all.nl>
+[ 19051] By: jhi                                   on 2003/03/24  04:27:55
+        Log: WinCE update from Vadim Konovalov.
      Branch: perl
-          ! pod/perlfunc.pod
+          + wince/compile-all.bat wince/makedist.pl
+          - wince/include/sys/stat.h wince/xbuildall.ksh
+          - wince/xdistclean.ksh wince/xmakediffs.ksh
+          ! MANIFEST README.ce dosish.h wince/Makefile.ce
+          ! wince/compile.bat wince/config.ce
 ____________________________________________________________________________
-[ 13510] By: jhi                                   on 2001/12/07  14:38:39
-        Log: gcc version matching didn't.
+[ 19050] By: jhi                                   on 2003/03/24  04:25:15
+        Log: Oops (change #19013 missed changing the Perl version number).
      Branch: perl
-          ! hints/linux.sh
+          ! cygwin/perlld.in
 ____________________________________________________________________________
-[ 13509] By: jhi                                   on 2001/12/07  14:21:33
-        Log: Subject: HP renamed their servers              
-             From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
-             Date: Fri, 07 Dec 2001 12:07:22 +0100
-             Message-Id: <20011207120501.E16F.H.M.BRAND@hccnet.nl>
+[ 19047] By: jhi                                   on 2003/03/23  17:54:33
+        Log: Integrate from maint-5.8:
+             [ 19045]
+             If no IVSIZE == 8, no need for modulo_1.
      Branch: perl
-          ! README.hpux
+         !> pp.c
 ____________________________________________________________________________
-[ 13508] By: jhi                                   on 2001/12/07  14:01:41
-        Log: Subject: Re: [patch pod/perlport.pod] wrong escape
-             From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
-             Date: Fri, 7 Dec 2001 00:24:55 -0500
-             Message-ID: <20011207002455.D529632@linguist.thayer.dartmouth.edu>
+[ 19044] By: rgs                                   on 2003/03/21  21:09:15
+        Log: Subject: [PATCH] p4genpatch
+             From: andreas.koenig@anima.de (Andreas J. Koenig)
+             Date: Sat, 15 Mar 2003 12:04:18 +0100
+             Message-ID: <m3hea4gabx.fsf@k242.linux.bogus>
      Branch: perl
-          ! pod/perlport.pod
+          ! Porting/p4genpatch
 ____________________________________________________________________________
-[ 13507] By: jhi                                   on 2001/12/07  03:07:03
-        Log: Subject: [PATCH t/op/exec.t t/base/lex.t] Test For Echo, take 2
-             From: Michael G Schwern <schwern@pobox.com> 
-             Date: Thu, 6 Dec 2001 22:56:34 -0500
-             Message-ID: <20011207035634.GO22648@blackrider>
+[ 19043] By: rgs                                   on 2003/03/21  20:43:55
+        Log: Subject: [PATCH] perlsub.pod and perlsyn.pod: better organise scoping info for modifiers
+             From: Martien Verbruggen <mgjv@tradingpost.com.au>
+             Date: Sat, 15 Mar 2003 12:31:47 +1100
+             Message-Id: <slrnb750k3.j8t.mgjv@martien.heliotrope.home>
      Branch: perl
-          ! t/base/lex.t t/op/exec.t
+          ! pod/perlsub.pod pod/perlsyn.pod
 ____________________________________________________________________________
-[ 13506] By: jhi                                   on 2001/12/07  03:05:38
-        Log: Subject: [PATCH t/test.pl ...] which_perl for safer $^Xing
-             From: Michael G Schwern <schwern@pobox.com>
-             Date: Thu, 6 Dec 2001 22:45:44 -0500
-             Message-ID: <20011207034544.GN22648@blackrider>
-             
-             (plus op/ref tweak)
+[ 19042] By: merijn                                on 2003/03/21  07:45:54
+        Log: Subject: [PATCH] readdir_r for VMS (was Re: [PATCH] configure.com: sig_num, etc.)
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Thu, 20 Mar 2003 23:03:36 -0600
+             Message-ID: <3E7A9D28.1040706@mac.com>
      Branch: perl
-          ! t/comp/script.t t/io/open.t t/op/ref.t t/op/stat.t
-          ! t/run/kill_perl.t t/test.pl
+          ! configure.com vms/vms.c vms/vmsish.h
 ____________________________________________________________________________
-[ 13505] By: jhi                                   on 2001/12/07  01:30:25
-        Log: Upgrade to Math::BigInt 1.48.
+[ 19039] By: rgs                                   on 2003/03/20  22:40:38
+        Log: Subject: Re: [patch] [perl #21628] rcatline issue
+             From: Enache Adrian <enache@rdslink.ro>
+             Date: Thu, 20 Mar 2003 22:39:06 +0200
+             Message-ID: <20030320203906.GA31199@ratsnest.hole>
      Branch: perl
-          + lib/Math/BigInt/t/bare_mbi.t t/lib/Math/BigInt/BareCalc.pm
-          ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
-          ! lib/Math/BigInt/Calc.pm 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/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
-          ! t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/Subclass.pm
+          ! MANIFEST pp_hot.c t/op/readline.t
 ____________________________________________________________________________
-[ 13504] By: jhi                                   on 2001/12/07  00:56:58
-        Log: Mention also perl56delta in case someone is upgrading from
-             Perl 5.005_03.
+[ 19038] By: rgs                                   on 2003/03/20  22:07:50
+        Log: Subject: Re: Bytecode? Back into service.
+             From: Enache Adrian <enache@rdslink.ro>
+             Date: Thu, 20 Mar 2003 07:38:39 +0200
+             Message-ID: <20030320053839.GA4044@ratsnest.hole>
      Branch: perl
-          ! pod/perldelta.pod
+          ! bytecode.pl ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
+          ! ext/ByteLoader/byterun.h op.c
 ____________________________________________________________________________
-[ 13503] By: jhi                                   on 2001/12/07  00:46:55
-        Log: Subject: [PATCH t/base/lex.t, term.t] Purging echo from base tests
-             From: Michael G Schwern <schwern@pobox.com>
-             Date: Thu, 6 Dec 2001 15:15:28 -0500
-             Message-ID: <20011206201528.GF16414@blackrider>
-             
-             (just the term.t, not the lex.t)
-             
-             Subject: [PATCH t/comp/script.t] Elimininating needless logic, runs from t/ now
-             From: Michael G Schwern <schwern@pobox.com>
-             Date: Thu, 6 Dec 2001 15:22:22 -0500
-             Message-ID: <20011206202222.GG16414@blackrider>
-             
-             Subject: [PATCH t/run/kill_perl.t] Eliminationg needless $^X logic
-             From: Michael G Schwern <schwern@pobox.com>
-             Date: Thu, 6 Dec 2001 15:31:58 -0500
-             Message-ID: <20011206203158.GI16414@blackrider>
-             
-             Subject: [PATCH t/io/open.t t/test.pl] Cleanup and echo purge
-             From: Michael G Schwern <schwern@pobox.com>
-             Date: Thu, 6 Dec 2001 17:38:55 -0500
-             Message-ID: <20011206223855.GC22648@blackrider>
+[ 19037] By: rgs                                   on 2003/03/20  20:16:43
+        Log: Subject: [DOC-PATCH] for README.cygwin, bleadperl version
+             From: "Gerrit P. Haase" <gp@familiehaase.de>
+             Date: Thu, 20 Mar 2003 21:23:28 +0100
+             Message-ID: <941032389637.20030320212328@familiehaase.de>
      Branch: perl
-          ! t/base/term.t t/comp/script.t t/io/open.t t/run/kill_perl.t
-          ! t/test.pl
+          ! README.cygwin
 ____________________________________________________________________________
-[ 13502] By: jhi                                   on 2001/12/06  22:15:49
-        Log: Update the thr5005 situation.
+[ 19036] By: jhi                                   on 2003/03/20  05:23:15
+        Log: Integrate:
+             [ 19033]
+             file test operators weren't doing the right thing if the SV
+             passed to them wasn't NUL-terminated
+
+             [ 19034]
+             ensure SVs returned by Win32::Get{Short,Full}PathName() are
+             NUL-terminated
      Branch: perl
-          ! pod/perldelta.pod
+         !> doio.c win32/win32.c
 ____________________________________________________________________________
-[ 13501] By: jhi                                   on 2001/12/06  22:06:28
-        Log: perldelta borrowings from perl561delta.
+[ 19028] By: jhi                                   on 2003/03/19  09:46:27
+        Log: Better wording as requested by Rafael, and
+             the module is BerkeleyDB, not BerkeleyFile.
      Branch: perl
-          ! pod/perldelta.pod
+          ! README.tru64
 ____________________________________________________________________________
-[ 13500] By: jhi                                   on 2001/12/06  21:21:59
-        Log: Add the 5.6.1 perldelta as perl561delta.
-             (Makes it easier to steal stuff for perldelta :-)
+[ 19026] By: jhi                                   on 2003/03/19  09:11:43
+        Log: Update the DB_File instructions in Tru64.
      Branch: perl
-          + pod/perl561delta.pod
-          ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
+          ! README.tru64
 ____________________________________________________________________________
-[ 13499] By: jhi                                   on 2001/12/06  20:46:04
-        Log: Retract #13496 for now.
+[ 19025] By: rgs                                   on 2003/03/18  21:59:33
+        Log: Subject: [PATCH] [perl #9990] avoid goto &tmpsub coredump
+             From: Dave Mitchell <davem@fdgroup.com>
+             Date: Tue, 18 Mar 2003 21:55:05 +0000
+             Message-ID: <20030318215505.A16787@fdgroup.com>
      Branch: perl
-          ! t/base/lex.t t/base/term.t
+          ! pp_ctl.c t/op/goto.t
 ____________________________________________________________________________
-[ 13498] By: jhi                                   on 2001/12/06  20:16:04
-        Log: Subject: [PATCH per@13492] (was Re: [PATCH perl@13462]] VMS-only File::Spec->canonpath fix)
+[ 19024] By: rgs                                   on 2003/03/18  21:24:27
+        Log: Subject: [PATCH] VMS pod install tweaks
              From: "Craig A. Berry" <craigberry@mac.com>
-             Date: Thu, 6 Dec 2001 14:54:36 -0600
-             Message-Id: <a05101000b8358a58eb28@[172.16.52.1]>
+             Date: Sat, 15 Mar 2003 16:06:07 -0600
+             Message-ID: <3E73A3CF.3060502@mac.com>
      Branch: perl
-          ! vms/ext/filespec.t
+          ! vms/descrip_mms.template
 ____________________________________________________________________________
-[ 13496] By: jhi                                   on 2001/12/06  19:47:53
-        Log: (retracted by #13499)
-             
-             Subject: [PATCH t/base/lex.t, term.t] Purging echo from base tests
-             From: Michael G Schwern <schwern@pobox.com>
-             Date: Thu, 6 Dec 2001 15:15:28 -0500
-             Message-ID: <20011206201528.GF16414@blackrider>
+[ 19023] By: rgs                                   on 2003/03/18  21:22:03
+        Log: Subject: [PATCH] poll() help for VMS
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Tue, 18 Mar 2003 01:10:10 -0600
+             Message-ID: <3E76C652.30205@mac.com>
      Branch: perl
-          ! t/base/lex.t t/base/term.t
+          ! configure.com ext/IO/poll.h
 ____________________________________________________________________________
-[ 13495] By: jhi                                   on 2001/12/06  17:56:15
-        Log: Subject: [PATCH t/op/stat.t] VMS has no link count
-             From: Michael G Schwern <schwern@pobox.com>
-             Date: Thu, 6 Dec 2001 13:54:48 -0500
-             Message-ID: <20011206185448.GC16414@blackrider>
+[ 19021] By: jhi                                   on 2003/03/18  06:56:26
+        Log: The description of SIG_SIZE was off.
      Branch: perl
-          ! t/op/stat.t
+          ! Configure NetWare/config_H.wc Porting/Glossary
+          ! Porting/config.sh Porting/config_H config_h.SH
+          ! plan9/config.plan9 plan9/config_h.sample win32/config_H.bc
+          ! win32/config_H.gc win32/config_H.vc win32/config_H.vc64
+          ! wince/config_H.ce
 ____________________________________________________________________________
-[ 13494] By: jhi                                   on 2001/12/06  17:54:14
-        Log: The #4 has nothing to do with Unicode.
+[ 19020] By: merijn                                on 2003/03/18  05:45:50
+        Log: Minor updates of Wolfgang's pack patch
+
+             Subject: Re: pack changes and related fixes
+             From: Philip Newton <Philip.Newton@gmx.net>
+             Date: Tue, 18 Mar 2003 06:19:30 +0100
+             Message-ID: <tb9d7vo1ocb14o73lnhabbmh5bsjoe5m46@4ax.com>
      Branch: perl
-          ! t/op/tr.t
+          ! embed.fnc pod/perldiag.pod
 ____________________________________________________________________________
-[ 13493] By: jhi                                   on 2001/12/06  17:52:43
-        Log: Subject: [PATCH t/op/tr.t] Cleanup and more counting tests
-             From: Michael G Schwern <schwern@pobox.com>
-             Date: Thu, 6 Dec 2001 13:45:48 -0500
-             Message-ID: <20011206184548.GB16414@blackrider>
+[ 19019] By: gsar                                  on 2003/03/18  05:06:07
+        Log: regenerate win32/config_H.*
      Branch: perl
-          ! t/op/tr.t
+          ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
+          ! win32/config_H.vc64
 ____________________________________________________________________________
-[ 13492] By: jhi                                   on 2001/12/06  15:47:08
-        Log: Update Changes.
+[ 19018] By: gsar                                  on 2003/03/18  03:02:38
+        Log: there is no trailing NULL in sig_name or sig_num, so don't
+             talk about it
      Branch: perl
-          ! Changes patchlevel.h
+          ! Porting/Glossary
 ____________________________________________________________________________
-[ 13491] By: jhi                                   on 2001/12/06  15:43:22
-        Log: Subject: [PATCH Perl@13462, on top of prev. multiplicity patch] MY_RAND workaround update
-             From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
-             Date: Thu, 6 Dec 2001 11:41:25 EST
-             Message-Id: <011206114105.67cab@DUPHY4.Physics.Drexel.Edu>
+[ 19017] By: gsar                                  on 2003/03/18  03:01:02
+        Log: according to the new Porting/Glossary, sig_num doesn't have an
+             extra '0' at the end
      Branch: perl
-          ! vms/vms.c vms/vmsish.h
+          ! win32/config.bc win32/config.gc win32/config.vc
+          ! win32/config.vc64
 ____________________________________________________________________________
-[ 13490] By: jhi                                   on 2001/12/06  15:08:40
-        Log: Subject: [PATCH] Re: weirdness in regexps
-             From: Robin Houston <robin@kitsite.com> 
-             Date: Thu, 6 Dec 2001 14:44:01 +0000
-             Message-ID: <20011206144401.A27752@puffinry.freeserve.co.uk>
+[ 19016] By: hv                                    on 2003/03/18  00:52:09
+        Log: add tests for existing behaviour of undef postinc/dec
      Branch: perl
-          ! op.c t/lib/strict/subs
+          ! t/op/inc.t
 ____________________________________________________________________________
-[ 13489] By: jhi                                   on 2001/12/06  15:07:18
-        Log: Make the -b -c -S tests count all of the /dev, not just
-             check the first one, as suggested by Benjamin Goldberg.
+[ 19015] By: hv                                    on 2003/03/18  00:46:18
+        Log: add comment at undef postinc special case
      Branch: perl
-          ! t/op/stat.t
+          ! pp.c
 ____________________________________________________________________________
-[ 13488] By: jhi                                   on 2001/12/06  14:41:02
-        Log: Subject: Re: [PATCH: bleadperl] casefold backref
-             From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
-             Date: Thu, 6 Dec 2001 10:39:45 -0500 (EST) 
-             Message-ID: <Pine.GSO.4.21.0112061038490.14590-100000@crusoe.crusoe.net>
+[ 19014] By: hv                                    on 2003/03/18  00:27:19
+        Log: clarify behaviour of $a++
      Branch: perl
-          ! regexec.c
+          ! pod/perlop.pod
 ____________________________________________________________________________
-[ 13487] By: jhi                                   on 2001/12/06  14:30:45
-        Log: Nits noticed by Philip Newton, and de-tab DB.t.
+[ 19013] By: jhi                                   on 2003/03/17  19:52:06
+        Log: Integrate:
+             [ 19012]
+             We don't have the new Perl at this stage.
      Branch: perl
-          ! lib/DB.t
+         !> cygwin/perlld.in
 ____________________________________________________________________________
-[ 13486] By: jhi                                   on 2001/12/06  14:23:06
-        Log: Subject: [PATCH] Re: counting tr thinks it's modifying 
-             From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
-             Date: 6 Dec 2001 11:06:01 -0000
-             Message-Id: <slrna0ukap.kbt.rgarciasuarez@rafael.kazibao.net>
+[ 19010] By: jhi                                   on 2003/03/17  17:16:44
+        Log: Subject: pack changes and related fixes
+             From: LAUN Wolfgang <wolfgang.laun@alcatel.at>
+             Date: Mon, 17 Mar 2003 13:55:37 +0100
+             Message-ID: <75A46BF1A9D8D311863A00508B6259A405F17EB8@ATTMSX4>
      Branch: perl
-          ! op.c t/op/tr.t
+          ! embed.fnc embed.h lib/diagnostics.pm perl.h pod/perldiag.pod
+          ! pod/perlfunc.pod pod/perlpacktut.pod pp_pack.c proto.h
+          ! t/lib/warnings/pp_pack t/op/pack.t
 ____________________________________________________________________________
-[ 13485] By: jhi                                   on 2001/12/06  14:07:54
-        Log: Subject: [PATCH: bleadperl] casefold backref
-             From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
-             Date: Wed, 05 Dec 2001 17:27:05 +0000
-             Message-Id: <200112051727.fB5HR5422706@crypt.compulink.co.uk> 
+[ 19007] By: jhi                                   on 2003/03/17  04:45:40
+        Log: Integrate:
+             [ 19006]
+             Subject: Re: [Patch] Maintperl versioning for Cygwin
+             From: Slaven Rezic <slaven@rezic.de>
+             Date: 17 Mar 2003 00:42:43 +0100
+             Message-ID: <87ptoqev4c.fsf@vran.herceg.de>
      Branch: perl
-          ! regexec.c t/op/re_tests
+         !> cygwin/perlld.in
 ____________________________________________________________________________
-[ 13484] By: jhi                                   on 2001/12/06  03:04:18
-        Log: Subject: [PATCH Perl@13440] MULTIPLICITY fixups               
-             From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
-             Date: Wed, 5 Dec 2001 22:34:53 EST
-             Message-Id: <011205223453.8122e@DUPHY4.Physics.Drexel.Edu>
+[ 19005] By: hv                                    on 2003/03/17  02:06:20
+        Log: Subject: Patch for Data::Dumper 2.12 to Allow Custom Hash Key/Value Separator
+             From: chocolateboy <chocolateboy@chocolatey.com>
+             Date: Sat, 22 Feb 2003 12:17:28 +0000
+             Message-ID: <3E576A58.8010901@chocolatey.com>
      Branch: perl
-          ! mg.c vms/vms.c vms/vmsish.h
+          + ext/Data/Dumper/t/pair.t
+          ! MANIFEST ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
 ____________________________________________________________________________
-[ 13483] By: jhi                                   on 2001/12/06  02:59:40
-        Log: Subject: [PATCH lib/File/Spec* MANIFEST] Better abs2rel/rel2abs/canonpath tests
-             From: Michael G Schwern <schwern@pobox.com>
-             Date: Wed, 5 Dec 2001 19:52:58 -0500
-             Message-ID: <20011205195257.A903@blackrider>
+[ 19004] By: hv                                    on 2003/03/17  01:38:23
+        Log: Subject: [patch] utils/h2xs.PL (get rid of \t and '')
+             From: Stas Bekman <stas@stason.org>
+             Date: Fri, 14 Feb 2003 11:59:53 +1100
+             Message-ID: <3E4C3F89.6050005@stason.org>
      Branch: perl
-          + lib/File/Spec/t/Functions.t lib/File/Spec/t/Spec.t
-          + lib/File/Spec/t/rel2abs2rel.t
-          - lib/File/Spec.t lib/File/Spec/Functions.t
-          ! MANIFEST
+          ! utils/h2xs.PL
 ____________________________________________________________________________
-[ 13482] By: jhi                                   on 2001/12/06  02:48:27
-        Log: Subject: Re: Silly stat() portability questions                
-             From: Benjamin Goldberg <goldbb2@earthlink.net>
-             Date: Wed, 05 Dec 2001 22:52:35 -0500
-             Message-ID: <3C0EEB83.8CE93CA2@earthlink.net>
+[ 19003] By: hv                                    on 2003/03/17  01:23:02
+        Log: Subject: [perl #20724] Patch for dprofpp
+             From: Nicholas "Oxhøj" (via RT) <perlbug-followup@perl.org>
+             Date: 5 Feb 2003 08:41:17 -0000
+             Message-Id: <rt-20724-50329.7.50247680562964@bugs6.perl.org>
      Branch: perl
-          ! pod/perlport.pod
+          ! utils/dprofpp.PL
 ____________________________________________________________________________
-[ 13481] By: jhi                                   on 2001/12/06  02:39:43
-        Log: Subject: [PATCH perl@13462]] VMS-only File::Spec->canonpath fix
-             From: "Craig A. Berry" <craigberry@mac.com>
-             Date: Wed, 05 Dec 2001 16:41:59 -0600
-             Message-Id: <5.1.0.14.2.20011205160043.02160e90@exchi01>
+[ 19002] By: hv                                    on 2003/03/16  23:36:57
+        Log: Subject: [perl #19898] [PATCH] forking to Perl children with IPC::Open3
+             From: Adam Spiers (via RT) <perlbug-followup@perl.org>
+             Date: 10 Jan 2003 10:59:44 -0000
+             Message-Id: <rt-19898-47213.12.0892150698178@bugs6.perl.org>
      Branch: perl
-          ! README.vms configure.com lib/File/Spec/VMS.pm
-          ! vms/ext/filespec.t
+          ! lib/IPC/Open3.pm
 ____________________________________________________________________________
-[ 13480] By: jhi                                   on 2001/12/05  19:53:05
-        Log: $apply->('club', $glibc_maintainers);
-             
-             (Nick Clark just reported that <langinfo.h> YESSTR
-             is an empty string in Linux 2.4.16-rmk glibc 2.2.4-5)
+[ 19001] By: jhi                                   on 2003/03/16  21:50:24
+        Log: getservbyname_r() kaputt in OpenBSD (might get fixed
+             for 3.3, but only might)
      Branch: perl
-          ! ext/I18N/Langinfo/Langinfo.t
+          ! hints/openbsd.sh
 ____________________________________________________________________________
-[ 13479] By: jhi                                   on 2001/12/05  19:49:16
-        Log: Admonish against assuming A^HUNIX fs/uid/gid semantics.
+[ 18999] By: jhi                                   on 2003/03/16  21:33:49
+        Log: Stay within known facts: what platforms the skippage helps,
+             and in which it is not needed.
      Branch: perl
-          ! pod/perlport.pod
+          ! ext/POSIX/t/posix.t
 ____________________________________________________________________________
-[ 13478] By: gsar                                  on 2001/12/05  18:22:38
-        Log: tweak change#13474 (pad entries can apparently be null in some
-             situations)
-     Branch: maint-5.6/perl
-          ! op.c
+[ 18998] By: jhi                                   on 2003/03/16  18:15:42
+        Log: This seems to fix (well, dodge) the problems in FreeBSD for
+             Enache Adrian; in _theory_ this patch could be good for NetBSD,
+             too, but Alian gets a core dump already at subtest #9 (anyone
+             with a real NetBSD, Alian's is a VMware one, which has in the
+             past caused similar odd crashes).  OpenBSD threaded build result
+             still unknown.
+     Branch: perl
+          ! ext/POSIX/t/posix.t
 ____________________________________________________________________________
-[ 13477] By: jhi                                   on 2001/12/05  17:53:13
-        Log: Restore the /dev -b -c -S part of the test.
+[ 18997] By: jhi                                   on 2003/03/16  18:07:30
+        Log: IRIX ls -l marks sockets with 'S'.
      Branch: perl
           ! t/op/stat.t
 ____________________________________________________________________________
-[ 13476] By: jhi                                   on 2001/12/05  17:29:36
-        Log: Retract #13475 until Arthur gets back to the mine.
+[ 18996] By: jhi                                   on 2003/03/16  17:41:42
+        Log: Turn on UTF-8 flag only if the $str is valid utf8
+             (pointed out by Dan Kogai).
      Branch: perl
-          ! op.c t/run/kill_perl.t
+          ! lib/Term/ReadLine.pm
 ____________________________________________________________________________
-[ 13475] By: jhi                                   on 2001/12/05  17:07:00
-        Log: (retracted by #13476)
-             
-             Manually apply #13474; fixes stale reference to dead
-             CvOUTSIDE(); this can happen when anonymous subroutines
-             that aren't closures are returned from an eval""
-             
-             (threads/shared/sv_refs.t is coredump-unhappy about this change)
+[ 18995] By: jhi                                   on 2003/03/16  16:40:06
+        Log: Signedness nits.
      Branch: perl
-          ! op.c t/run/kill_perl.t
+          ! regcomp.c
 ____________________________________________________________________________
-[ 13474] By: gsar                                  on 2001/12/05  15:14:24
-        Log: replacement for change#10451
-             
-             fixes stale reference to dead CvOUTSIDE(); this can happen when
-             anonymous subroutines that aren't closures are returned from an
-             eval""
-     Branch: maint-5.6/perl
-          ! op.c t/op/misc.t
-____________________________________________________________________________
-[ 13473] By: gsar                                  on 2001/12/05  15:08:18
-        Log: revert change#10451,10472; it was a naive fix that simply
-             reintroduced the memory leak!
-     Branch: maint-5.6/perl
-          ! op.c t/op/misc.t
-____________________________________________________________________________
-[ 13472] By: jhi                                   on 2001/12/05  13:30:47
-        Log: Subject: Re: [PATCH] File::Basename pod and .t (was: perlpacktut.pod v0.0 (split))
-             From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
-             Date: Wed, 05 Dec 2001 10:49:20 +0100
-             Message-ID: <3C0DEDA0.C58A8A9E@alcatel.at>
-     Branch: perl
-          ! lib/File/Basename.pm lib/File/Basename.t
-____________________________________________________________________________
-[ 13471] By: jhi                                   on 2001/12/05  13:22:50
-        Log: Subject: [PATCH t/op/magic.t] Removing a TODO
-             From: Michael G Schwern <schwern@pobox.com> 
-             Date: Wed, 5 Dec 2001 02:47:59 -0500
-             Message-ID: <20011205024759.H14333@blackrider>
+[ 18994] By: jhi                                   on 2003/03/16  15:41:44
+        Log: Fix for [perl #21479] Term::ReadLine(::Stub) doesn't set UTF-8 flag.
+             Should work both for PERL_UNICODE/-C and use encoding 'foo';
      Branch: perl
-          ! t/op/magic.t
+          ! lib/Term/ReadLine.pm
 ____________________________________________________________________________
-[ 13470] By: jhi                                   on 2001/12/05  13:21:09
-        Log: Subject: [PATCH t/op/stat.t vms/test.com] stat.t portability, the LAST VMS exception!
-             From: Michael G Schwern <schwern@pobox.com>              
-             Date: Wed, 5 Dec 2001 02:22:05 -0500
-             Message-ID: <20011205022205.F14333@blackrider>
+[ 18991] By: jhi                                   on 2003/03/16  15:14:31
+        Log: Pod fix from Philip Newton.
      Branch: perl
-          ! t/op/stat.t vms/test.com
+          ! pod/perlfunc.pod
 ____________________________________________________________________________
-[ 13469] By: jhi                                   on 2001/12/05  03:44:59
-        Log: Subject: Re: [PATCH t/op/stat.t t/test.pl] stat.t cleanup, first pass
-             From: Michael G Schwern <schwern@pobox.com> 
-             Date: Tue, 4 Dec 2001 23:40:10 -0500
-             Message-ID: <20011204234010.B14333@blackrider>
+[ 18990] By: jhi                                   on 2003/03/16  15:12:00
+        Log: Further potential pitfalls for the utf8 len/pos cache
+             found by Inaba Hiroto.  No test cases, yet.
      Branch: perl
-          ! t/op/stat.t
+          ! regcomp.c
 ____________________________________________________________________________
-[ 13468] By: jhi                                   on 2001/12/05  01:37:04
-        Log: Subject: [PATCH t/op/stat.t t/test.pl] stat.t cleanup, first pass
-             From: Michael G Schwern <schwern@pobox.com> 
-             Date: Tue, 4 Dec 2001 21:09:18 -0500           
-             Message-ID: <20011204210918.D13279@blackrider>
-             
-             t/test.
+[ 18989] By: jhi                                   on 2003/03/16  08:02:31
+        Log: Make the :bytes conditional on PerlIO.
      Branch: perl
-          ! t/test.pl
+          ! ext/Encode/t/CJKT.t
 ____________________________________________________________________________
-[ 13467] By: jhi                                   on 2001/12/05  01:36:44
-        Log: (accidentally empty check-in)
+[ 18988] By: jhi                                   on 2003/03/15  18:27:36
+        Log: Needs PerlIO for :bytes.
      Branch: perl
-          ! t/op/stat.t
+          ! ext/Encode/t/CJKT.t
 ____________________________________________________________________________
-[ 13466] By: jhi                                   on 2001/12/04  22:51:19
-        Log: Subject: [PATCH] $., $%, $=, and $- are IV's now
-             From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
-             Date: Tue, 04 Dec 2001 23:40:27 +0100
-             Message-Id: <20011204233412.304B.H.M.BRAND@hccnet.nl>
+[ 18986] By: rgs                                   on 2003/03/14  20:28:20
+        Log: Subject: Re: [fix] [perl #21575] Bug with print( followed by a newline
+             From: Enache Adrian <enache@rdslink.ro>
+             Date: Fri, 14 Mar 2003 23:02:42 +0200
+             Message-ID: <20030314210242.GA1159@ratsnest.hole>
+             (with an added test)
      Branch: perl
-          ! mg.c
+          ! t/comp/parser.t toke.c
 ____________________________________________________________________________
-[ 13465] By: jhi                                   on 2001/12/04  22:50:26
-        Log: Subject: [PATCH] minor pod fix in Safe.pm
-             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
-             Date: Tue, 4 Dec 2001 22:02:34 +0100
-             Message-ID: <20011204220234.A17293@rafael>
+[ 18985] By: rgs                                   on 2003/03/14  19:45:18
+        Log: Time::HiRes is a core module
      Branch: perl
-          ! ext/Opcode/Safe.pm
+          ! pod/perlfunc.pod
 ____________________________________________________________________________
-[ 13464] By: jhi                                   on 2001/12/04  22:47:43
-        Log: CRLF GRRR.
+[ 18984] By: rgs                                   on 2003/03/14  19:38:57
+        Log: Subject: [patch ext/B/typemap] STRLEN T_UV
+             From: Stas Bekman <stas@stason.org>
+             Date: Fri, 14 Mar 2003 17:45:09 +1100
+             Message-ID: <3E717A75.2060300@stason.org>
      Branch: perl
-          ! djgpp/configure.bat
+          ! ext/B/typemap
 ____________________________________________________________________________
-[ 13463] By: jhi                                   on 2001/12/04  22:46:28
-        Log: DJGPP fixes from Laszlo Molnar.
+[ 18982] By: jhi                                   on 2003/03/14  15:16:18
+        Log: Better pass in the $self for a method.
      Branch: perl
-          ! djgpp/configure.bat djgpp/djgpp.h
+          ! lib/File/Spec/Unix.pm
 ____________________________________________________________________________
-[ 13462] By: jhi                                   on 2001/12/04  14:56:22
-        Log: Update Changes.
+[ 18980] By: jhi                                   on 2003/03/14  13:42:32
+        Log: Cleanup the File::Spec tmpdir() implementations:
+             now all the platforms specific modules call _tmpdir()
+             (inherited from Unix.pm) with the list of platform
+             specific list of temporary directories, and _tmpdir()
+             then does the appropriate suitability checking.
      Branch: perl
-          ! Changes patchlevel.h
+          ! lib/File/Spec.pm lib/File/Spec/Cygwin.pm lib/File/Spec/Epoc.pm
+          ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
+          ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
+          ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
 ____________________________________________________________________________
-[ 13461] By: jhi                                   on 2001/12/04  14:49:45
-        Log: Must wipe out the memory of real Socket before starting
-             to use the new fake one.
+[ 18979] By: jhi                                   on 2003/03/14  12:48:09
+        Log: whichsig() really does return -1 for unknown signals.
      Branch: perl
-          ! lib/Net/t/config.t
+          ! mg.c
 ____________________________________________________________________________
-[ 13460] By: jhi                                   on 2001/12/04  14:40:28
-        Log: LC_ALL might trump LANG.
+[ 18977] By: jhi                                   on 2003/03/14  10:42:33
+        Log: Rework the @Config{/sig.*/} tests.
      Branch: perl
-          ! lib/open.t
+          ! lib/Config.t
 ____________________________________________________________________________
-[ 13459] By: jhi                                   on 2001/12/04  14:39:38
-        Log: Make the eval runtime.
+[ 18976] By: jhi                                   on 2003/03/14  10:31:50
+        Log: Subject: [PATCH] configure.com: sig_num, etc.
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Thu, 13 Mar 2003 21:38:19 -0600
+             Message-ID: <3E714EAB.6030001@mac.com>
      Branch: perl
-          ! lib/open.pm
+          ! configure.com
 ____________________________________________________________________________
-[ 13458] By: jhi                                   on 2001/12/04  14:08:17
-        Log: Make the Langinfo test both more lenient (allow
-             for any symbol not to exists) and stricter (add
-             more symbols).
+[ 18975] By: jhi                                   on 2003/03/14  10:30:53
+        Log: Make whichsig() to work also if some system defines
+             zero signals (now -1 is the "not found").  Note that
+             in couple of mg.c spots only whichsig() > 0 branches
+             are taken because signal handlers et al don't make
+             much sense for the zero signal.
      Branch: perl
-          ! ext/I18N/Langinfo/Langinfo.t
+          ! doio.c mg.c
 ____________________________________________________________________________
-[ 13457] By: gsar                                  on 2001/12/04  14:07:01
-        Log: integrate change#13453 from maint-5.6
-             
-             tweak change#11399 to use an explicit flag rather than
-             ass_u_ming w32_pseudo_id will only be zero for the real
-             toplevel interpreter; avoids multiple hosts from diddling
-             the environment at the same time
+[ 18973] By: jhi                                   on 2003/03/14  10:27:46
+        Log: Since Configure does the signal name/number probe with awk
+             based on the cpp results (not by really running code), testing
+             for the signum value is not really helpful if we have runtime
+             function calls (some signal numbers are dynamic, for example)
+             (or other extra stuff where the signum value is expected).
+             (Runtimeness also means that Configure cannot get these right,
+             anyway.) Better filter in just the constant non-negative numbers.
      Branch: perl
-         !> win32/perlhost.h
+          ! Configure
 ____________________________________________________________________________
-[ 13456] By: jhi                                   on 2001/12/04  13:35:58
-        Log: Subject: [PATCH] VMS update for perldelta.pod
-             From: "Craig A. Berry" <craigberry@mac.com> 
-             Date: Tue, 4 Dec 2001 00:23:12 -0600
-             Message-Id: <a05101002b83218be190d@[172.16.52.1]>
+[ 18971] By: jhi                                   on 2003/03/14  09:30:18
+        Log: Signal issues.
+             (1) Filter out negative signals.
+             (2) Correct sig_num* and sig_name* descriptions.
      Branch: perl
-          ! pod/perldelta.pod
+          ! Configure Porting/Glossary Porting/config.sh Porting/config_H
+          ! config_h.SH
 ____________________________________________________________________________
-[ 13455] By: jhi                                   on 2001/12/04  13:23:19
-        Log: NetWare tweak from Ananth Kesari.
+[ 18970] By: jhi                                   on 2003/03/14  06:21:48
+        Log: Hopefully this works also in Win32.
      Branch: perl
-          ! NetWare/Makefile
+          ! ext/Encode/t/CJKT.t
 ____________________________________________________________________________
-[ 13454] By: jhi                                   on 2001/12/04  13:17:38
-        Log: Upgrade to Net::Ping 2.07, from Rob Brown.
-             Not adding the test suite because of its many assumptions.
+[ 18969] By: jhi                                   on 2003/03/14  05:43:34
+        Log: Subject: [PATCH] Perldoc.pm tweak for VMS
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Thu, 13 Mar 2003 13:44:55 -0600
+             Message-ID: <3E70DFB7.8070405@mac.com>
      Branch: perl
-          ! lib/Net/Ping.pm
+          ! lib/Pod/Perldoc.pm
 ____________________________________________________________________________
-[ 13453] By: gsar                                  on 2001/12/04  07:54:58
-        Log: tweak change#11399 to use an explicit flag rather than
-             ass_u_ming w32_pseudo_id will only be zero for the real
-             toplevel interpreter; avoids multiple hosts from diddling
-             the environment at the same time
-     Branch: maint-5.6/perl
-          ! win32/perlhost.h
+[ 18968] By: gsar                                  on 2003/03/14  04:41:25
+        Log: fix for switchC.t test#6 failure on windows
+     Branch: perl
+          ! perl.c
 ____________________________________________________________________________
-[ 13452] By: jhi                                   on 2001/12/04  04:28:29
-        Log: Add hints file for SUPER-UX: the UNIX of NEC SX series,
-             from Len Makin.
+[ 18967] By: gsar                                  on 2003/03/14  04:29:10
+        Log: Config.t wasn't getting the sig_num and sig_size relationship
+             right, and therefore failed test#35 on windows
+
+             note that config_h.SH documents that $sig_size does NOT include
+             the final NULL in $sig_num!
      Branch: perl
-          + hints/super-ux.sh
-          ! MANIFEST
+          ! lib/Config.t
 ____________________________________________________________________________
-[ 13451] By: jhi                                   on 2001/12/04  01:58:03
-        Log: Add Mac OS X known failures to perldelta.
+[ 18966] By: gsar                                  on 2003/03/14  04:20:51
+        Log: another fix for failing test on windows ("use encoding" puts
+             STDIN in :raw mode, so chomp() wasn't stripping the CR)
      Branch: perl
-          ! pod/perldelta.pod
+          ! ext/Encode/t/enc_module.t
 ____________________________________________________________________________
-[ 13450] By: jhi                                   on 2001/12/04  01:26:38
-        Log: I think it's time to call the utf8 code non-test.
+[ 18965] By: gsar                                  on 2003/03/14  04:06:31
+        Log: fix CJKT.t failures on windows due to incorrect binmode()
      Branch: perl
-          ! utf8.c
+          ! ext/Encode/t/CJKT.t
 ____________________________________________________________________________
-[ 13449] By: jhi                                   on 2001/12/04  00:59:27
-        Log: Retract #13303, need rethink.
+[ 18964] By: rgs                                   on 2003/03/13  21:47:52
+        Log: Skip the last test of Config.t on HP-UX.
+             (This test should be skipped for every system that
+             actually defines a negative signal number. Maybe that
+             test should be removed, to be future-proof.)
      Branch: perl
-          ! utf8.c
+          ! lib/Config.t
 ____________________________________________________________________________
-[ 13448] By: jhi                                   on 2001/12/03  22:40:22
-        Log: Subject: [PATCH perl@13440] VMS install fix-ups: add libnetcfg and xsubpp as utility commands
-             From: "Craig A. Berry" <craigberry@mac.com>
-             Date: Mon, 03 Dec 2001 16:28:06 -0600
-             Message-Id: <5.1.0.14.2.20011202223303.01c3ab98@exchi01>
+[ 18963] By: rgs                                   on 2003/03/13  20:57:32
+        Log: Subject: [perl #20755] [PATCH] 5.8.0 h2ph barfs on checksum.h on RH6.2/7.2
+             From: Kurt Starsinic <kstar@cpan.org>
+             Date: Mon, 10 Mar 2003 00:54:49 -0500
+             Message-ID: <m3d6kyvazx.wl_rspier@pobox.com>
      Branch: perl
-          ! configure.com lib/File/Basename.pm vms/descrip_mms.template
+          ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
 ____________________________________________________________________________
-[ 13447] By: jhi                                   on 2001/12/03  22:37:12
-        Log: Subject: [PATCH] Solaris/longdouble needs /opt/SUNWspro/lib
-             From: Andy Dougherty <doughera@lafayette.edu>
-             Date: Mon, 3 Dec 2001 15:48:26 -0500 (EST)
-             Message-ID: <Pine.SOL.4.10.10112031543520.5207-100000@maxwell.phys.lafayette.edu>
+[ 18962] By: rgs                                   on 2003/03/13  20:46:53
+        Log: Subject: [PATCH] checking for magic in hv.c and ext/POSIX/POSIX.xs
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Tue, 11 Mar 2003 21:29:31 -0600
+             Message-ID: <3E6EA99B.9060902@mac.com>
+             Patch by Scott Lepage (scott.lepage@hp.com)
      Branch: perl
-          ! hints/solaris_2.sh
+          ! hv.c
 ____________________________________________________________________________
-[ 13446] By: jhi                                   on 2001/12/03  22:29:58
-        Log: This test is not very robust on 8.3-constrained systems:
-             all the "with truncated name" lines between "Autosplitting ..."
-             and "some names are not unique" lines are unexpected,
-             and the truncation message becomes:
-             testtest.al, testtest.al truncate to testtest 
+[ 18959] By: jhi                                   on 2003/03/13  20:05:50
+        Log: Some more stdlib.h inclusions and change the gccversion
+             test to use return (could have used that for all, sigh).
      Branch: perl
-          ! lib/AutoSplit.t
+          ! Configure
 ____________________________________________________________________________
-[ 13445] By: jhi                                   on 2001/12/03  22:13:07
-        Log: DOS/DJGPP has nl_langinfo() but nothing much in it.
+[ 18958] By: rgs                                   on 2003/03/12  20:46:58
+        Log: Trims slashes from the argument to rmdir(), likewise
+             to what happens with rmdir(). Factorize the code in a
+             local macro, TRIMSLASHES.
      Branch: perl
-          ! ext/I18N/Langinfo/Langinfo.t
+          ! pp_sys.c
 ____________________________________________________________________________
-[ 13444] By: jhi                                   on 2001/12/03  22:02:52
-        Log: Test::Morify UCD.t
+[ 18957] By: jhi                                   on 2003/03/12  14:23:02
+        Log: VOS nit from Paul Green.
      Branch: perl
-          ! lib/Unicode/UCD.t
+          ! vos/configure_full_perl.sh
 ____________________________________________________________________________
-[ 13443] By: jhi                                   on 2001/12/03  21:50:13
-        Log: If Socket has not been built (e.g. DJGPP) the libnet
-             tests fall over with (too) much noise.
+[ 18956] By: jhi                                   on 2003/03/12  13:58:26
+        Log: File::Spec: Do not fall back to '', use curdir instead.
+             Note: Mac used to use cwd(), now curdir, slight change
+             (relative vs. absolute).
      Branch: perl
-          ! lib/Net/t/config.t lib/Net/t/ftp.t lib/Net/t/hostname.t
-          ! lib/Net/t/netrc.t lib/Net/t/nntp.t lib/Net/t/require.t
-          ! lib/Net/t/smtp.t lib/Net/t/time.t
+          ! lib/File/Spec/Cygwin.pm lib/File/Spec/Mac.pm
+          ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
+          ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
 ____________________________________________________________________________
-[ 13442] By: jhi                                   on 2001/12/03  17:22:08
-        Log: Subject: [PATCH] shared hash keys and ++/--
-             From: Nicholas Clark <nick@ccl4.org>
-             Date: Mon, 3 Dec 2001 16:37:16 +0000
-             Message-ID: <20011203163716.C21702@plum.flirble.org>
+[ 18955] By: jhi                                   on 2003/03/12  13:49:15
+        Log: File::Temp tests were failing in Cygwin if $ENV{TMPDIR}
+             was unset (the tests attempted to create files at the /)
      Branch: perl
-          ! pp.c pp_hot.c sv.c t/op/inc.t
+          ! lib/File/Spec/Cygwin.pm
 ____________________________________________________________________________
-[ 13441] By: jhi                                   on 2001/12/03  17:15:52
-        Log: Subject: [PATCH lib/Term/Cap.pm] was Re: [PATCH] Shared hash keys
-             From: Jonathan Stowe <jns@gellyfish.com>
-             Date: Mon, 3 Dec 2001 15:48:38 +0000 (GMT)
-             Message-ID: <Pine.LNX.4.33.0112031543290.386-100000@orpheus.gellyfish.com>
+[ 18954] By: jhi                                   on 2003/03/12  10:59:03
+        Log: Another finding by IRIX cc: non-void function
+             sv_cat_decode() should return a value.
      Branch: perl
-          ! lib/Term/Cap.pm
+          ! sv.c
 ____________________________________________________________________________
-[ 13440] By: jhi                                   on 2001/12/03  14:26:58
-        Log: Update Changes.
+[ 18952] By: jhi                                   on 2003/03/12  10:53:02
+        Log: Integrate:
+             [ 18949]
+             pudge> never integrate anything from macos/
      Branch: perl
-          ! Changes patchlevel.h
+          - macos/MacPerlTests.cmd macos/Makefile.mk macos/configpm
+          - macos/macperl.sym
+         !> MANIFEST
 ____________________________________________________________________________
-[ 13439] By: jhi                                   on 2001/12/03  14:22:05
-        Log: perldelta tweaks.
+[ 18951] By: jhi                                   on 2003/03/12  10:52:17
+        Log: Integrate:
+             [ 18946]
+             Integrate from maint-5.8/macperl:
+             [ 18937]
+             Various MacOS portability fixes for tests
+
+             [ 18938]
+             File::Spec::Unix method should be called on $self
+
+             [ 18939]
+             lib.pm:_get_dirs() should use $_[0], not $_
+
+             [ 18940]
+             Update MacOS for new configpm
+
+             [ 18941]
+             Update MacOS build
+             Update Makefile for new source files,
+             update test script, add additional symbol for APItest
+     Branch: perl
+         +> macos/MacPerlTests.cmd macos/Makefile.mk macos/configpm
+         +> macos/macperl.sym
+         !> ext/Digest/MD5/t/files.t ext/Filter/t/call.t
+         !> ext/POSIX/t/taint.t lib/File/Spec/Unix.pm
+         !> lib/Unicode/Collate/t/index.t lib/Unicode/Collate/t/test.t
+         !> lib/charnames.t lib/lib_pm.PL t/io/crlf.t t/op/method.t
+         !> t/op/mkdir.t t/op/recurse.t t/op/sprintf.t t/op/stat.t
+         !> t/op/taint.t t/pod/testp2pt.pl t/run/switchI.t
+____________________________________________________________________________
+[ 18950] By: jhi                                   on 2003/03/12  10:49:27
+        Log: Cygwin doesn't like initing the $0 mutex in perl_construct()
+             (Too early? If inited there the pthread_mutex_init() returns
+             an integer much too large be an errno), but initing the mutex
+             later, in perl_alloc(), seems to be okay with Cygwin, and also
+             with Linux.
      Branch: perl
-          ! pod/perldelta.pod
+          ! perl.c
 ____________________________________________________________________________
-[ 13438] By: jhi                                   on 2001/12/03  14:12:08
-        Log: Subject: [PATCH] perlnewmod.pod: Fixed URL for Ken William's Tutorial
-             From: Sam Tregar <sam@tregar.com> 
-             Date: Mon, 3 Dec 2001 00:04:07 -0500 (EST)
-             Message-ID: <Pine.LNX.4.33.0112030002210.24619-100000@localhost.localdomain>
+[ 18944] By: jhi                                   on 2003/03/12  06:00:48
+        Log: Ouch.  Missed one more, the void flags check (and exit() is void).
      Branch: perl
-          ! pod/perlnewmod.pod
+          ! Configure
 ____________________________________________________________________________
-[ 13437] By: jhi                                   on 2001/12/03  14:08:59
-        Log: microperl casting nit.
+[ 18943] By: jhi                                   on 2003/03/12  05:51:21
+        Log: Tell how to possibly dodge 'Out of memory' errors.
      Branch: perl
-          ! utf8.c
+          ! pod/perldiag.pod
 ____________________________________________________________________________
-[ 13436] By: jhi                                   on 2001/12/03  14:03:21
-        Log: Make sharepvn a macro since all it does is a deref.
+[ 18935] By: jhi                                   on 2003/03/11  22:00:54
+        Log: WinCE tweaks from Vadim Konovalov.
      Branch: perl
-          ! embed.h embed.pl global.sym hv.c hv.h proto.h
+          ! perl.c perlio.c wince/Makefile.ce
 ____________________________________________________________________________
-[ 13435] By: jhi                                   on 2001/12/03  13:38:14
-        Log: perldelta updates.
+[ 18932] By: jhi                                   on 2003/03/11  20:22:07
+        Log: Missed one.
      Branch: perl
-          ! pod/perldelta.pod
+          ! Configure
 ____________________________________________________________________________
-[ 13434] By: jhi                                   on 2001/12/03  13:13:02
-        Log: PPPort update from Paul Marquess.
-     Branch: perl
-          + ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.xs
-          + ext/Devel/PPPort/module2.c ext/Devel/PPPort/module3.c
-          + ext/Devel/PPPort/t/test.t
-          - ext/Devel/PPPort/harness/Harness.pm
-          - ext/Devel/PPPort/harness/Harness.xs
-          - ext/Devel/PPPort/harness/Makefile.PL
-          - ext/Devel/PPPort/harness/module2.c
-          - ext/Devel/PPPort/harness/module3.c
-          - ext/Devel/PPPort/harness/t/test.t
-          ! MANIFEST ext/Devel/PPPort/MANIFEST
-          ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm
-          ! ext/Devel/PPPort/README ext/Devel/PPPort/TODO
-          ! ext/Devel/PPPort/soak
+[ 18929] By: jhi                                   on 2003/03/11  20:15:51
+        Log: Single vs doublequoted context is important...
+     Branch: perl
+          ! Configure
 ____________________________________________________________________________
-[ 13433] By: jhi                                   on 2001/12/03  12:57:23
-        Log: No use talking about dynamic library search patch
-             unless we are having a dynamic build.
+[ 18927] By: jhi                                   on 2003/03/11  20:04:33
+        Log: """glob.*""" patch for VMS, from Peter Prymmer.
      Branch: perl
-          ! t/TEST
+          ! vms/perlvms.pod vms/vms.c
 ____________________________________________________________________________
-[ 13432] By: jhi                                   on 2001/12/02  22:35:04
-        Log: Be more explicit on the List::Util build trick,
-             should also stop unneeded rebuilds on static builds.
+[ 18926] By: rgs                                   on 2003/03/11  19:44:54
+        Log: Questionable construct.
      Branch: perl
-          ! ext/List/Util/Makefile.PL
+          ! pod/perltooc.pod
 ____________________________________________________________________________
-[ 13431] By: jhi                                   on 2001/12/02  22:18:45
-        Log: We need to replace the optimize (-O1) with
-             the -h scalar0 -h vector0, not append them
-             to the ccflags.
+[ 18925] By: jhi                                   on 2003/03/11  19:15:15
+        Log: Better setmode() prototype for cygwin.
      Branch: perl
-          ! hints/unicos.sh hints/unicosmk.sh
+          ! perl.h
 ____________________________________________________________________________
-[ 13430] By: jhi                                   on 2001/12/02  20:01:24
-        Log: Subject: [PATCH] Shared hash keys 
-             From: Nicholas Clark <nick@ccl4.org>
-             Date: Sun, 2 Dec 2001 20:52:32 +0000
-             Message-ID: <20011202205232.U21702@plum.flirble.org>
+[ 18923] By: jhi                                   on 2003/03/11  19:11:39
+        Log: Solaris cc wants prototype for exit(), so <stdlib.h> needed.
      Branch: perl
-          ! doop.c t/op/tr.t
+          ! Configure
 ____________________________________________________________________________
-[ 13429] By: jhi                                   on 2001/12/02  19:19:54
-        Log: Better add new files to MANIFEST, too.
+[ 18921] By: jhi                                   on 2003/03/11  18:15:45
+        Log: The 0, in the assert_not_ROK() makes IRIX cc to worry
+             (cc-1171 cc: WARNING ... The indicated expression has no effect.)
+             So make the macro to include the , and the non-gcc case empty.
      Branch: perl
-          ! MANIFEST
+          ! sv.h
 ____________________________________________________________________________
-[ 13428] By: jhi                                   on 2001/12/02  18:38:18
-        Log: Subject: {PATCH] perlpacktut.pod
-             From: "Wolfgang Laun" <wolfgang.laun@chello.at> 
-             Date: Sun, 02 Dec 2001 19:55:06 +0100
-             Message-ID: <200112021955060600.009C0EF9@smtp.chello.at>
+[ 18919] By: jhi                                   on 2003/03/11  17:43:10
+        Log: Uid_t and Gid_t can easily be shorts and one cannot
+             pull shorts off the va_args, int is the shortest (ahem).
      Branch: perl
-          ! pod/perlpacktut.pod
+          ! reentr.c reentr.pl
 ____________________________________________________________________________
-[ 13427] By: jhi                                   on 2001/12/02  17:07:57
-        Log: Various small nits found by DJGPP build.
+[ 18918] By: jhi                                   on 2003/03/11  17:32:23
+        Log: Subject: [PATCH] io_sock.t
+             From: Norton Allen <allen@huarp.harvard.edu>
+             Date: Tue, 11 Mar 2003 13:37:36 -0500 (est)
+             Message-Id: <200303111837.NAA30438@bottesini.harvard.edu>
      Branch: perl
-          ! doio.c mg.c pp.c util.c
+          ! README.qnx ext/IO/lib/IO/t/io_sock.t
 ____________________________________________________________________________
-[ 13426] By: jhi                                   on 2001/12/02  16:55:21
-        Log: Subject: RE: More verbose POD for Carp
-             From: "Benjamin J. Tilly" <ben_tilly@operamail.com>
-             Date: Sun, 2 Dec 2001 11:32:51 -0500
-             Message-ID: <3C0A9748@operamail.com>
+[ 18917] By: jhi                                   on 2003/03/11  17:30:43
+        Log: Get rid of one Cygwin warning by introducing a prototype
+             for the init_os_extras().  Since there is no header file
+             in Perl specific to cygwin, use perl.h.
      Branch: perl
-          ! lib/Carp.pm
+          ! perl.h
 ____________________________________________________________________________
-[ 13425] By: jhi                                   on 2001/12/02  16:54:06
-        Log: Add a header for DJGPP with the function prototypes.
+[ 18916] By: jhi                                   on 2003/03/11  11:40:38
+        Log: Upgrade to Time-HiRes 1.43.
      Branch: perl
-          + djgpp/djgpp.h
-          ! MANIFEST djgpp/djgpp.c
+          ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
+          ! ext/Time/HiRes/Makefile.PL
 ____________________________________________________________________________
-[ 13424] By: jhi                                   on 2001/12/02  01:17:43
-        Log: Subject: [PATCH] chdir() with an empty tainted argument on Win32
-             From: Abe Timmerman <abe@ztreet.demon.nl>
-             Date: Sun, 02 Dec 2001 02:41:25 +0100
-             Message-ID: <j8vi0uorud2fa9vp0q2dpmn7tpr5hqec1d@4ax.com>
+[ 18915] By: jhi                                   on 2003/03/11  09:19:54
+        Log: Be more lax about the out of memory error message.
      Branch: perl
-          ! pp_sys.c
+          ! t/op/recurse.t
 ____________________________________________________________________________
-[ 13423] By: jhi                                   on 2001/12/02  01:05:43
-        Log: There isn't PTR2INT(), there's PTR2IV().
+[ 18914] By: jhi                                   on 2003/03/11  09:18:25
+        Log: Try to handle hitting the heap/data limit in small systems.
+             (One can simulate this with e.g. 32MB or 64MB datasize,
+             use your shell's ulimit/limit/limits command.)
      Branch: perl
-          ! ext/Time/HiRes/HiRes.xs
+          ! t/op/recurse.t
 ____________________________________________________________________________
-[ 13422] By: jhi                                   on 2001/12/02  00:56:05
-        Log: Subject: [ID 20011201.170] Time::HiRes in devel-perl causes segfaults for xs users
-             From: Marc Lehmann <root@schmorp.de>
-             Date: Sun, 02 Dec 2001 02:44:53 +0100
-             Message-Id: <E16ALgb-0006Yw-00.pgcc-forever-2001-12-02-02-44-53@fuji.laendle>
+[ 18912] By: hv                                    on 2003/03/11  07:36:00
+        Log: typo for utf8locale in #18907
      Branch: perl
-          ! ext/Time/HiRes/HiRes.xs
+          ! sv.c
 ____________________________________________________________________________
-[ 13421] By: jhi                                   on 2001/12/02  00:25:35
-        Log: encode()/decode() examples.
+[ 18910] By: jhi                                   on 2003/03/11  06:55:29
+        Log: Subject: [PATCH] clear PL_exitlist in perl_destruct
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Tue, 11 Mar 2003 00:34:39 -0600
+             Message-ID: <3E6D837F.7000506@mac.com>
      Branch: perl
-          ! ext/Encode/Encode.pm
+          ! perl.c
 ____________________________________________________________________________
-[ 13420] By: jhi                                   on 2001/12/02  00:14:38
-        Log: DJGPP tweaks from Laszlo Molnar.
+[ 18909] By: jhi                                   on 2003/03/11  06:29:35
+        Log: Upgrade to cperl-mode 5.0, from IlyaZ.
      Branch: perl
-          ! djgpp/config.over djgpp/djgppsed.sh
+          ! emacs/cperl-mode.el
 ____________________________________________________________________________
-[ 13419] By: jhi                                   on 2001/12/01  20:52:19
-        Log: Update Changes.
+[ 18908] By: jhi                                   on 2003/03/11  06:09:05
+        Log: Missed some, cryptically.
      Branch: perl
-          ! Changes patchlevel.h
+          ! pod/perlfunc.pod
 ____________________________________________________________________________
-[ 13418] By: jhi                                   on 2001/12/01  20:40:03
-        Log: Integrate perlio:
-             
-             [ 13409]
-             Skip socket-ness tests on handles (e.g. PerlIO::Scalar) which do not
-             have file descriptors. Noticed a possibly worse problem in the process ...
+[ 18907] By: jhi                                   on 2003/03/11  06:01:28
+        Log: Add missing intrpvar clonings to perl_clone.
+             Also move the IDBassertion to the end since there's
+             no particular reason to break bincompat for that.
      Branch: perl
-         !> doio.c
+          ! intrpvar.h sv.c
 ____________________________________________________________________________
-[ 13417] By: jhi                                   on 2001/12/01  20:37:40
-        Log: Non-VMS-fixed and Win32-skipped version of
-             
-             Subject: [PATCH t/op/exec.t] Portabilty fix 
-             From: Michael G Schwern <schwern@pobox.com> 
-             Date: Fri, 30 Nov 2001 16:09:27 -0500
-             Message-ID: <20011130160927.A10406@blackrider>
-     Branch: perl
-          ! t/op/exec.t
-____________________________________________________________________________
-[ 13416] By: jhi                                   on 2001/12/01  20:35:31
-        Log: Subject: Enabling strict on Carp/Heavy, + internal documentation
-             From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
-             Date: Sat, 1 Dec 2001 07:01:09 -0500
-             Message-ID: <3C0D2E39@operamail.com>
-             
-             Subject: More verbose POD for Carp
-             From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
-             Date: Sat, 1 Dec 2001 08:04:16 -0500
-             Message-ID: <3C285C2B@operamail.com>
+[ 18906] By: jhi                                   on 2003/03/11  05:43:30
+        Log: Add reminders to intrpvar.h about perl_clone(), as suggested by Stas.
      Branch: perl
-          ! lib/Carp.pm lib/Carp/Heavy.pm
+          ! intrpvar.h
 ____________________________________________________________________________
-[ 13415] By: jhi                                   on 2001/12/01  20:31:06
-        Log: Subject: [PATCH lib/DB.t] Strictures, dual variables 
-             From: chromatic <chromatic@rmci.net>
-             Date: Sat, 01 Dec 2001 12:41:58 -0700
-             Message-ID: <20011201194946.50449.qmail@onion.perl.org>
+[ 18905] By: jhi                                   on 2003/03/11  05:38:10
+        Log: Subject: [patch] PL_taint_warn falls between chairs in perl_clone()
+             From: Stas Bekman <stas@stason.org>
+             Date: Tue, 11 Mar 2003 17:09:02 +1100
+             Message-ID: <3E6D7D7E.5000704@stason.org>
      Branch: perl
-          ! lib/DB.t
+          ! sv.c
 ____________________________________________________________________________
-[ 13414] By: jhi                                   on 2001/12/01  20:30:17
-        Log: Try to make a missing RADIXCHAR a softer kinder error.
+[ 18904] By: jhi                                   on 2003/03/11  05:33:10
+        Log: Subject: [PATCH] typos and other minor things
+             From: "Todd C. Miller" <Todd.Miller@courtesan.com>
+             Date: Mon, 10 Mar 2003 21:00:55 -0700
+             Message-Id: <200303110400.h2B40tEQ018838@xerxes.courtesan.com>
+     Branch: perl
+          ! emacs/cperl-mode.el ext/B/B/Concise.pm ext/DB_File/DB_File.pm
+          ! ext/DB_File/DB_File.xs ext/Devel/PPPort/PPPort.pm
+          ! ext/IO/lib/IO/Socket.pm ext/PerlIO/encoding/encoding.xs
+          ! ext/PerlIO/via/via.pm ext/Storable/Storable.xs lib/Net/FTP.pm
+          ! lib/Net/NNTP.pm lib/Net/Ping.pm lib/Pod/Perldoc.pm
+          ! lib/Tie/File/t/05_size.t lib/charnames.pm lib/ftp.pl
+          ! lib/utf8.t pad.c pod/perlfunc.pod pod/perlintern.pod
+          ! pod/perlthrtut.pod pod/pod2latex.PL regcomp.c t/op/sprintf.t
+          ! utils/libnetcfg.PL vms/vms.c win32/vmem.h
+____________________________________________________________________________
+[ 18903] By: jhi                                   on 2003/03/11  05:29:12
+        Log: A rejected hunk of #18902 reapplied.
      Branch: perl
-          ! ext/I18N/Langinfo/Langinfo.t
+          ! t/io/utf8.t
 ____________________________________________________________________________
-[ 13413] By: jhi                                   on 2001/12/01  20:21:27
-        Log: Have a little faith on nl_langinfo() itself.
+[ 18902] By: jhi                                   on 2003/03/11  05:19:15
+        Log: Patch from Craig Berry to resolve test failures in VMS.
+             Will poke the Net::Ping author.
      Branch: perl
-          ! ext/I18N/Langinfo/Langinfo.xs
+          ! ext/threads/shared/t/cond.t lib/Net/Ping/t/190_alarm.t
+          ! t/io/utf8.t t/op/magic.t
 ____________________________________________________________________________
-[ 13412] By: jhi                                   on 2001/12/01  18:47:07
-        Log: Typo (a missing endparen) and thinko (_MAXSTRMSG is
-             the max, not max plus one)
+[ 18900] By: rgs                                   on 2003/03/10  22:12:37
+        Log: Integrate (by hand) change #18386 from maint-5.8
      Branch: perl
-          ! ext/I18N/Langinfo/Langinfo.xs
+          ! t/op/split.t
 ____________________________________________________________________________
-[ 13411] By: jhi                                   on 2001/12/01  18:45:32
-        Log: Make reality agree with the comment.
+[ 18899] By: jhi                                   on 2003/03/10  21:44:12
+        Log: VMS has an extra \n at the end, and I assume Windows has \r\n.
      Branch: perl
-          ! ext/I18N/Langinfo/Langinfo.xs
+          ! t/run/switchC.t
 ____________________________________________________________________________
-[ 13410] By: jhi                                   on 2001/12/01  18:43:11
-        Log: Try to protect against wild langinfo() arguments.
+[ 18891] By: rgs                                   on 2003/03/10  20:22:39
+        Log: A new test, to check that signal numbers are actually positive,
+             and that there is a consistent number of signals available.
      Branch: perl
-          ! ext/I18N/Langinfo/Langinfo.xs
-____________________________________________________________________________
-[ 13409] By: nick                                  on 2001/12/01  18:19:59
-        Log: Skip socket-ness tests on handles (e.g. PerlIO::Scalar) which do not
-             have file descriptors. Noticed a possibly worse problem in the process ...
-     Branch: perlio
-          ! doio.c
+          ! lib/Config.t
 ____________________________________________________________________________
-[ 13408] By: jhi                                   on 2001/12/01  18:18:34
-        Log: (replaced by #13556)
-             
-             If we are inside an eval, let's be silent about
-             separate symbols and just croak() in the end.
+[ 18889] By: rgs                                   on 2003/03/10  19:55:06
+        Log: Subject: Re: odd (or not so odd?) segmentation fault in 5.8.0
+             From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
+             Date: Fri, 07 Mar 2003 13:12:49 -0800
+             Message-ID: <RtQa+gzkg2kF092yn@efn.org>
      Branch: perl
-          ! lib/Exporter/Heavy.pm
-____________________________________________________________________________
-[ 13407] By: nick                                  on 2001/12/01  17:14:05
-        Log: Integrate mainline
-     Branch: perlio
-         !> (integrate 26 files)
+          ! mg.c pod/perldiag.pod t/op/tie.t
 ____________________________________________________________________________
-[ 13406] By: jhi                                   on 2001/12/01  16:31:02
-        Log: Subject: Fix for Exporter error reporting behaviour
-             From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
-             Date: Sat, 1 Dec 2001 06:34:48 -0500
-             Message-ID: <3C0D1B9A@operamail.com>
+[ 18888] By: rgs                                   on 2003/03/10  19:37:40
+        Log: Subject: Re: [perl #21505] 5.8.0 lib/Config test failure due to compiler flag
+             From: Nicholas Clark <nick@unfortu.net>
+             Date: Sun, 9 Mar 2003 21:24:46 +0000
+             Message-ID: <20030309212445.GE277@Bagpuss.unfortu.net>
      Branch: perl
-          ! lib/Exporter.pm lib/Exporter/Heavy.pm
+          ! lib/Config.t
 ____________________________________________________________________________
-[ 13405] By: jhi                                   on 2001/12/01  16:29:27
-        Log: Need to hide behind an eval to avoid a warning
-             about :utf8 on non-perlio configs.
+[ 18880] By: jhi                                   on 2003/03/10  16:17:50
+        Log: Integrate from maint:
+             [ 18428]
+             Somehow I managed to get makefile.olds that didn't get cleaned away.
      Branch: perl
-          ! lib/open.t
+         !> Makefile.SH x2p/Makefile.SH
 ____________________________________________________________________________
-[ 13404] By: jhi                                   on 2001/12/01  15:55:51
-        Log: Subject: [PATCH 20010902.002] parser panics on lvalue methods 
-             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
-             Date: Fri, 30 Nov 2001 23:46:58 +0100
-             Message-ID: <20011130234658.A717@rafael>
+[ 18876] By: jhi                                   on 2003/03/10  06:35:20
+        Log: Comment fix.
      Branch: perl
-          ! op.c t/op/method.t
+          ! t/io/utf8.t
 ____________________________________________________________________________
-[ 13403] By: jhi                                   on 2001/12/01  15:54:23
-        Log: Subject: Re: [ID 20011129.163] B::Xref- $top corrupt
-             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
-             Date: Thu, 29 Nov 2001 22:46:12 +0100
-             Message-ID: <20011129224612.A699@rafael>
+[ 18875] By: jhi                                   on 2003/03/10  05:31:00
+        Log: Remove the foo-old files.
      Branch: perl
-          ! ext/B/B/Xref.pm
+          ! opcode.pl
 ____________________________________________________________________________
-[ 13402] By: jhi                                   on 2001/12/01  15:52:13
-        Log: Subject: Re: [PATCH] [ID 20011130.166] "in memory" file handles via scalas not documented in perldoc -f open 
-             From: Tels <perl_dummy@bloodgate.com>
-             Date: Sat, 01 Dec 2001 10:29:11 +0100 (CET)
-             Message-Id: <200112010931.LAA29309@tiku.hut.fi>
+[ 18874] By: jhi                                   on 2003/03/10  05:23:32
+        Log: Subject: Re: Shared libperl.so and build issues
+             From: Chip Turner <cturner@redhat.com>
+             Date: 05 Jan 2003 10:35:40 -0500
+             Message-ID: <vzky95z8v8z.fsf@minbar.devel.redhat.com>
      Branch: perl
-          ! pod/perlfunc.pod
+          ! INSTALL
 ____________________________________________________________________________
-[ 13401] By: jhi                                   on 2001/12/01  15:48:13
-        Log: Subject: [REPATCH] reference pointer comparison
-             From: Nicholas Clark <nick@ccl4.org>
-             Date: Sat, 1 Dec 2001 13:00:17 +0000
-             Message-ID: <20011201130017.I21702@plum.flirble.org>
+[ 18873] By: jhi                                   on 2003/03/10  05:18:02
+        Log: Bunch of doc patches from Stas; plus regen.
+
+             Subject: [doc patch] perl.c's pod api entry
+             From: Stas Bekman <stas@stason.org>
+             Date: Mon, 10 Mar 2003 12:35:52 +1100
+             Message-ID: <3E6BEBF8.80402@stason.org>
+
+             Subject: Re: [patch] perlguts.pod
+             From: Stas Bekman <stas@stason.org>
+             Date: Mon, 10 Mar 2003 12:38:57 +1100
+             Message-ID: <3E6BECB1.7050009@stason.org>
+
+             Subject: Re: [PATCH ext/DynaLoader/DynaLoader_pm.PL] doc fix: s/dl_loadflags/dl_load_flags/
+             From: Stas Bekman <stas@stason.org>
+             Date: Mon, 10 Mar 2003 12:41:46 +1100
+             Message-ID: <3E6BED5A.801@stason.org>
+
+             Subject: Re: [patch] perlapi.pod fix
+             From: Stas Bekman <stas@stason.org>
+             Date: Mon, 10 Mar 2003 12:43:33 +1100
+             Message-ID: <3E6BEDC5.6010405@stason.org>
+
+             Subject: Re: [docs patch] replace gets() with fgets() in example
+             From: Stas Bekman <stas@stason.org>
+             Date: Mon, 10 Mar 2003 12:45:41 +1100
+             Message-ID: <3E6BEE45.9030901@stason.org>
+
+             Subject: [doc patch] perlrun.pod
+             From: Stas Bekman <stas@stason.org>
+             Date: Mon, 10 Mar 2003 14:49:59 +1100
+             Message-ID: <3E6C0B67.4050606@stason.org>
      Branch: perl
-          ! pp.c
+          ! ext/DynaLoader/DynaLoader_pm.PL handy.h perl.c pod/perlapi.pod
+          ! pod/perlembed.pod pod/perlguts.pod pod/perlrun.pod
 ____________________________________________________________________________
-[ 13400] By: jhi                                   on 2001/12/01  15:43:15
-        Log: Upgrade to Storable 1.0.14.
+[ 18871] By: jhi                                   on 2003/03/09  20:15:13
+        Log: Must not hide the protos, though.
      Branch: perl
-          ! ext/Storable/ChangeLog ext/Storable/Storable.pm
+          ! embed.pl proto.h
 ____________________________________________________________________________
-[ 13399] By: jhi                                   on 2001/12/01  15:40:13
-        Log: Add simple caches for ::viacode() and ::vianame().
+[ 18870] By: jhi                                   on 2003/03/09  20:12:11
+        Log: I hate embed*.  Tell me what you know.
      Branch: perl
-          ! lib/charnames.pm lib/charnames.t
+          ! embed.fnc embed.h
 ____________________________________________________________________________
-[ 13398] By: nick                                  on 2001/12/01  10:36:24
-        Log: Integrate mainline.
-     Branch: perlio
-         +> (branch 44 files)
-          - lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
-          - lib/Math/BigInt/t/Math/BigInt/Subclass.pm
-          - t/lib/FilterOnlyTest.pm t/lib/FilterTest.pm
-         !> (integrate 250 files)
+[ 18869] By: jhi                                   on 2003/03/09  19:32:19
+        Log: Upgrade to Encode 1.91.
+     Branch: perl
+          ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
+          ! ext/Encode/encoding.pm ext/Encode/t/enc_module.t
 ____________________________________________________________________________
-[ 13397] By: jhi                                   on 2001/12/01  04:35:39
-        Log: Regen toc and modlib.
+[ 18868] By: jhi                                   on 2003/03/09  19:04:22
+        Log: Export the symbols from #18863; do not prototype (but export)
+             Nick Clark's experimental COW functions.
+             Sidenote: the embed.fnc/embed.fnc/makedef.pl thing is becoming
+             a mess of Herculean proportions.  Someone should redesign and
+             clean up the stables.
      Branch: perl
-          ! pod/perlmodlib.pod pod/perltoc.pod
+          ! embed.fnc embed.pl global.sym proto.h
 ____________________________________________________________________________
-[ 13396] By: jhi                                   on 2001/12/01  04:31:53
-        Log: Upgrade to podlators-1.18.
+[ 18867] By: jhi                                   on 2003/03/09  17:12:55
+        Log: Upgrade to Encode 1.90 (plus the one extra use lib in enc_module.t)
      Branch: perl
-          ! lib/Pod/ParseLink.pm lib/Pod/Text/Termcap.pm
+          ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
+          ! ext/Encode/MANIFEST ext/Encode/encoding.pm
+          ! ext/Encode/t/Mod_EUCJP.pm ext/Encode/t/enc_data.t
+          ! ext/Encode/t/enc_module.t
 ____________________________________________________________________________
-[ 13395] By: jhi                                   on 2001/11/30  23:03:20
-        Log: -h scalar0 -h vector0 seems to help for both
-             UNICOS and UNICOS/mk on the unpack %65c problems.
-             
-             (replaces #13393)
+[ 18865] By: jhi                                   on 2003/03/09  13:50:57
+        Log: From Inaba Hiroto: DATA wasn't properly utf8ed
+             under 'use encoding'.
      Branch: perl
-          ! hints/unicos.sh hints/unicosmk.sh
+          + ext/Encode/t/enc_data.t
+          ! MANIFEST ext/Encode/MANIFEST toke.c
 ____________________________________________________________________________
-[ 13394] By: jhi                                   on 2001/11/30  22:51:17
-        Log: More Socket constants.
+[ 18864] By: jhi                                   on 2003/03/09  13:21:09
+        Log: Tru64: additional instructions for building a newer Berkeley DB.
      Branch: perl
-          ! ext/Socket/Makefile.PL ext/Socket/Socket.pm
+          ! README.tru64 hints/dec_osf.sh
 ____________________________________________________________________________
-[ 13393] By: jhi                                   on 2001/11/30  22:00:04
-        Log: (replaced by #13395)
+[ 18863] By: jhi                                   on 2003/03/09  12:07:28
+        Log: At Sarathy's request restore the bin5005compat Perl_foo_sv()
+             function stubs, should be helpful for really simple extensions.
+             Undoes large parts of changes #16289 and #16290.
      Branch: perl
-          ! hints/unicosmk.sh
+          ! sv.c
 ____________________________________________________________________________
-[ 13392] By: jhi                                   on 2001/11/30  20:26:22
-        Log: Subject: Re: -P and Incredible Disappearing $Config{cppstdin} (was Re: perl@13385)
-             From: Andy Dougherty <doughera@lafayette.edu>
-             Date: Fri, 30 Nov 2001 13:49:48 -0500 (EST)
-             Message-ID: <Pine.SOL.4.10.10111301304220.13302-100000@maxwell.phys.lafayette.edu>
-             
-             Simplify the test skippage criterion now that we are
-             no more dependent on sed.
+[ 18862] By: rgs                                   on 2003/03/09  11:48:37
+        Log: ... and add a test case for bug #20798
      Branch: perl
-          ! t/comp/cpp.t t/run/switchPx.t
+          ! t/op/eval.t
 ____________________________________________________________________________
-[ 13391] By: jhi                                   on 2001/11/30  20:19:37
-        Log: Subject: Re: [ID 20011130.164] Not OK: perl v5.7.2 +DEVEL13363 on i686-linux-2.4.8-26mdk
-             From: Michael G Schwern <schwern@pobox.com>
-             Date: Fri, 30 Nov 2001 11:48:44 -0500
-             Message-ID: <20011130114844.C1303@blackrider>
-             
-             (replaces #13381)
+[ 18861] By: jhi                                   on 2003/03/09  11:46:17
+        Log: Subject: Re: [perl #21498] printf behaviour changes 5.6.1(and earlier) -> 5.8
+             From: Enache Adrian <enache@rdslink.ro>
+             Date: Fri, 7 Mar 2003 23:28:37 +0200
+             Message-ID: <20030307212837.GB765@ratsnest.hole>
+
+             (and few more test cases from the thread)
      Branch: perl
-          ! t/op/stat.t
+          ! sv.c t/op/sprintf.t
 ____________________________________________________________________________
-[ 13390] By: jhi                                   on 2001/11/30  18:12:54
-        Log: Let's not assume how much memory has been allocated
-             to PVs.
+[ 18860] By: rgs                                   on 2003/03/09  11:33:09
+        Log: Subject: Re: [perl #20798] foo(eval {}) crashes Perl 5.8
+             From: Enache Adrian <enache@rdslink.ro>
+             Date: Fri, 7 Mar 2003 00:12:03 +0200
+             Message-ID: <20030306221203.GB13330@ratsnest.hole>
      Branch: perl
-          ! ext/Devel/Peek/Peek.t
+          ! op.c
 ____________________________________________________________________________
-[ 13389] By: jhi                                   on 2001/11/30  17:38:37
-        Log: VOS needs to know the modules, including pp_sort.
+[ 18859] By: rgs                                   on 2003/03/09  11:30:22
+        Log: Adjust test count.
      Branch: perl
-          ! vos/perl.bind
+          ! t/op/pat.t
 ____________________________________________________________________________
-[ 13388] By: jhi                                   on 2001/11/30  15:18:51
-        Log: Unused variables.
+[ 18858] By: jhi                                   on 2003/03/09  10:54:10
+        Log: From Inaba Hiroto: re_intuit_start set a value to
+             PL_bostr before calling find_byclass when regexp has
+             ROPT_UTF8 flag on. But right value for PL_bostr is set
+             before re_intuit_start is called.  PL_regdata is always
+             assigned by cache_re(), so the whole if(prog->reganch & ROPT_UTF8){}
+             can be deleted.
      Branch: perl
-          ! ext/Unicode/Normalize/Normalize.xs
+          ! regexec.c t/op/pat.t
 ____________________________________________________________________________
-[ 13387] By: jhi                                   on 2001/11/30  14:57:19
-        Log: Subject: [PATCH] Cygwin failures with lib/ExtUtils/Embed.t
-             From: John Peacock <jpeacock@rowman.com>     
-             Date: Fri, 30 Nov 2001 10:24:00 -0500        
-             Message-ID: <3C07A490.A22A76B0@rowman.com>   
+[ 18857] By: jhi                                   on 2003/03/09  10:46:23
+        Log: From Inaba Hiroto: the UTF-8 length cache wasn't
+             updated when fbm_compile() appended a "\n".
      Branch: perl
-          ! lib/ExtUtils/Embed.t
+          ! t/op/pat.t util.c
 ____________________________________________________________________________
-[ 13386] By: jhi                                   on 2001/11/30  14:55:02
-        Log: Tweak for the VOS building script from Paul Green.
+[ 18856] By: rgs                                   on 2003/03/08  20:16:36
+        Log: Add a B::COP::io() method, to return the cop_io field of COPs.
+             Print it in B::Debug. Can be used later in B::Deparse to deparse
+             the open pragma.
      Branch: perl
-          ! vos/configure_perl.cm
+          ! ext/B/B.pm ext/B/B.xs ext/B/B/Debug.pm
 ____________________________________________________________________________
-[ 13385] By: jhi                                   on 2001/11/30  14:11:18
-        Log: Update Changes.
+[ 18855] By: rgs                                   on 2003/03/08  19:51:40
+        Log: Subject: [PATCH perldebug.pod] to explain new [<>{] behaviour - attached
+             From: Richard.Foley@ubsw.com
+             Date: Fri, 21 Feb 2003 13:51:51 +0100
+             Message-ID: <B374141B0A424D4F9CF143CC51B3ADD98579F1@NZURC900PEX1.ubsgs.ubsgroup.net>
      Branch: perl
-          ! Changes patchlevel.h
+          ! pod/perldebug.pod
 ____________________________________________________________________________
-[ 13384] By: jhi                                   on 2001/11/30  14:00:55
-        Log: Cannot test if cppstdin has not yet been installed.
+[ 18854] By: jhi                                   on 2003/03/08  19:41:25
+        Log: Enache Adrian reads comments.
      Branch: perl
-          ! t/run/switchPx.t
+          ! perl.h
 ____________________________________________________________________________
-[ 13383] By: jhi                                   on 2001/11/30  13:59:18
-        Log: Subject: [PATCH perl.c ...] -P on VMS.  Evicting sed
-             From: Michael G Schwern <schwern@pobox.com> 
-             Date: Thu, 29 Nov 2001 22:05:11 -0500
-             Message-ID: <20011129220510.A18869@blackrider>
-             
-             TODO 1: if cppstdin is used and not yet installed,
-             the Px.t will fail (must do the same as in cpp.t)
-             
-             TODO 2: does this work if no Perl whatsoever has
-             yet been installed?  That is, we should be using
-             the Perl we are building to execute the one-liner.
+[ 18853] By: rgs                                   on 2003/03/08  19:40:13
+        Log: Subject: [PATCH] Re: [perl #20551] Documentation error for IO::Select
+             From: Richard Soderberg <perl@crystalflame.net>
+             Date: Sat, 15 Feb 2003 01:27:17 -0500
+             Message-Id: <87D7A731-40AE-11D7-9B07-000393801F84@crystalflame.net>
      Branch: perl
-          + t/run/switchPx.aux t/run/switchPx.t
-          ! MANIFEST configure.com perl.c t/comp/cpp.aux t/comp/cpp.t
-          ! vms/test.com
+          ! ext/IO/lib/IO/Select.pm
 ____________________________________________________________________________
-[ 13382] By: jhi                                   on 2001/11/30  13:41:15
-        Log: Upgrade to Unicode::Normalize 0.12.
+[ 18852] By: jhi                                   on 2003/03/08  19:05:04
+        Log: Subject: [PATCH] long %ENV values for VMS
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Fri, 07 Mar 2003 13:49:50 -0600
+             Message-ID: <3E68F7DE.8070603@mac.com>
      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 ext/Unicode/Normalize/t/norm.t
-          ! ext/Unicode/Normalize/t/test.t
+          ! vms/vms.c
 ____________________________________________________________________________
-[ 13381] By: jhi                                   on 2001/11/30  13:23:06
-        Log: (replaced by #13391)
-             
-             Subject: [ID 20011130.164] Not OK: perl v5.7.2 +DEVEL13363 on i686-linux 2.4.8-26mdk
-             From: jpeacock@dsl092-147-156.wdc1.dsl.speakeasy.net
-             Date: 30 Nov 2001 11:41:53 -0000             
-             Message-Id: <20011130114153.24600.qmail@dsl092-147-156.wdc1.dsl.speakeasy.net>
-             
-             No need to die if we have high-paranoia (non-chdirable)
-             system directories.
+[ 18851] By: jhi                                   on 2003/03/08  06:49:35
+        Log: regen_headers tiny tidying:
+             - regen.pl renamed as regen_lib.pl
+             - regen_headers.pl renamed as regen.pl
+             - added make target 'regen' (kept target 'regen_headers'
+             for porters' brains' backward compatibility)
+             - regen.pl fancified a bit to display the names
+             of the files that got changed by running the scripts
      Branch: perl
-          ! t/op/stat.t
+          + regen_lib.pl
+          - regen_headers.pl
+          ! MANIFEST Makefile.SH autodoc.pl bytecode.pl embed.pl
+          ! keywords.pl opcode.pl regcomp.pl regen.pl
 ____________________________________________________________________________
-[ 13380] By: jhi                                   on 2001/11/30  04:49:56
-        Log: Paragraph rewrapping.
+[ 18848] By: jhi                                   on 2003/03/07  08:40:52
+        Log: Give pointers to runtime Unicode changes.
      Branch: perl
-          ! pod/perliol.pod
+          ! pod/perlrun.pod pod/perlvar.pod
 ____________________________________________________________________________
-[ 13379] By: jhi                                   on 2001/11/30  04:38:34
-        Log: Subject: [patch pod/perliol.pod] s/SvPV/SvPV_nolen/
-             From: Stas Bekman <stas@stason.org>
-             Date: Fri, 30 Nov 2001 13:23:34 +0800 (SGT)       
-             Message-ID: <Pine.LNX.4.40.0111301321220.4595-100000@hope.stason.org>
+[ 18847] By: jhi                                   on 2003/03/07  08:02:50
+        Log: Extra character noticed by Tels.
      Branch: perl
-          ! pod/perliol.pod
+          ! MANIFEST
 ____________________________________________________________________________
-[ 13378] By: jhi                                   on 2001/11/30  04:34:40
-        Log: Whether select() gets restarted on signals is
-             implementation dependent.
+[ 18846] By: jhi                                   on 2003/03/07  05:28:11
+        Log: Subject: [PATCH] FreeBSD 5.0 gethostbyaddr_r hints update
+             From: Kay Roepke <kay@dolphin-services.de>
+             Date: Thu, 06 Mar 2003 23:00:10 +0100
+             Message-ID: <3E67C4EA.A55FFE5C@dolphin-services.de>
+
+             (plus change the d_gethostbyaddr_r_proto default to "0",
+             that is what an undefined r_proto looks like)
      Branch: perl
-          ! ext/Time/HiRes/HiRes.t
+          ! hints/freebsd.sh
 ____________________________________________________________________________
-[ 13377] By: jhi                                   on 2001/11/30  01:24:29
-        Log: More forgotten checkins.
+[ 18845] By: jhi                                   on 2003/03/07  05:21:43
+        Log: Define the Perl_pp_i_modulo_1() only iff we have glibc.
+             (Stronger variant of "pp.c: Perl_pp_i_modulo_1 needs help
+             in non-glibc case", from Craig Berry)
      Branch: perl
-          ! embed.h embed.pl proto.h
+          ! pp.c
 ____________________________________________________________________________
-[ 13376] By: jhi                                   on 2001/11/30  01:16:22
-        Log: Add a note about folding vs lowercase.
+[ 18844] By: jhi                                   on 2003/03/07  05:05:57
+        Log: Good observation from Philip Newton.
      Branch: perl
-          ! regexec.c
+          ! pod/perlrun.pod
 ____________________________________________________________________________
-[ 13375] By: jhi                                   on 2001/11/30  01:09:17
-        Log: Use to_uni_fold (and add changed global.sym)
+[ 18843] By: rgs                                   on 2003/03/06  21:59:02
+        Log: Make the -A switch work without an assertion name.
+             by Salvador Fandiño.
      Branch: perl
-          ! global.sym utf8.c
+          ! perl.c t/run/switch_A.t
 ____________________________________________________________________________
-[ 13374] By: jhi                                   on 2001/11/30  00:49:35
-        Log: Make to Unicode character functions to use UVs
-             instead of U32s and add to_uni_fold().
+[ 18842] By: rgs                                   on 2003/03/06  21:27:15
+        Log: Subject: Re: [PATCH] let perlmodstyle mention Module::Build and Test::More
+             From: "Jos I. Boumans" <kane@dwim.org>
+             Date: Fri, 21 Feb 2003 20:33:53 +0100
+             Message-ID: <3E567F21.6020006@dwim.org>
+             (with some minor tweaks)
      Branch: perl
-          ! embed.pl proto.h utf8.c
+          ! pod/perlmodstyle.pod
 ____________________________________________________________________________
-[ 13373] By: jhi                                   on 2001/11/29  22:34:44
-        Log: Subject: Re: DRAFT perlpacktut.pod v0.0
-             From: Nicholas Clark <nick@ccl4.org>
-             Date: Thu, 29 Nov 2001 22:47:32 +0000
-             Message-ID: <20011129224732.W37621@plum.flirble.org>
+[ 18841] By: rgs                                   on 2003/03/06  20:56:32
+        Log: Subject: Re: [perl #20682] [fix] @- array not visible in s///
+             From: Enache Adrian <enache@rdslink.ro>
+             Date: Sun, 2 Mar 2003 06:05:22 +0200
+             Message-ID: <20030302040522.GB4905@ratsnest.hole>
      Branch: perl
-          ! pod/perlpacktut.pod
+          ! t/op/subst.t
 ____________________________________________________________________________
-[ 13372] By: jhi                                   on 2001/11/29  22:32:49
-        Log: README.vos updates from Paul Green.
+[ 18840] By: rgs                                   on 2003/03/06  20:45:08
+        Log: Subject: cleaning up tests of the 'eval { decl. } <=> runtime decl.' assumption
+             From: Enache Adrian <enache@rdslink.ro>
+             Date: Wed, 5 Mar 2003 12:06:20 +0200
+             Message-ID: <20030305100620.GA909@ratsnest.hole>
      Branch: perl
-          ! README.vos
+          ! ext/POSIX/t/sigaction.t ext/POSIX/t/waitpid.t t/op/method.t
+          ! t/op/sub_lval.t t/op/ver.t t/run/fresh_perl.t
 ____________________________________________________________________________
-[ 13371] By: jhi                                   on 2001/11/29  21:01:31
-        Log: Subject: [PATCH Perl@13343] VMS pre7 default signal handling
-             From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
-             Date: Thu, 29 Nov 2001 14:18:51 EST
-             Message-Id: <011129141454.666c6@DUPHY4.Physics.Drexel.Edu>
+[ 18839] By: jhi                                   on 2003/03/06  17:21:36
+        Log: Subject: [PATCH perl@18838] mg.c needs Perl_csighandler prototype
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Thu, 06 Mar 2003 10:42:05 -0600
+             Message-ID: <3E677A5D.10805@mac.com>
      Branch: perl
-          ! mg.c vms/vms.c vms/vmsish.h
+          ! mg.c
 ____________________________________________________________________________
-[ 13370] By: jhi                                   on 2001/11/29  20:59:35
-        Log: Subject: [PATCH README.vms] Fwd: [craigberry@mac.com: RE: Broken URL in README.vms]
-             From: Michael G Schwern <schwern@pobox.com>
-             Date: Thu, 29 Nov 2001 13:12:31 -0500
-             Message-ID: <20011129131231.E11300@blackrider>
+[ 18838] By: jhi                                   on 2003/03/06  10:11:22
+        Log: Thinko fix.
      Branch: perl
-          ! README.vms
+          ! Porting/findrfuncs
 ____________________________________________________________________________
-[ 13369] By: jhi                                   on 2001/11/29  20:58:10
-        Log: BGET_IV was missing.
+[ 18837] By: jhi                                   on 2003/03/06  09:33:33
+        Log: PERL_UNICODE explanation saga continues.
      Branch: perl
-          ! ext/ByteLoader/bytecode.h
+          ! pod/perlrun.pod
 ____________________________________________________________________________
-[ 13368] By: jhi                                   on 2001/11/29  15:40:40
-        Log: Subject: [PATCH lib/Term/Cap.pm] (was Re: warnings from  [PATCH Perl@13013] Term::Cap and VMS )
-             From: Jonathan Stowe <gellyfish@gellyfish.com>
-             Date: Thu, 29 Nov 2001 16:31:24 +0000 (GMT)        
-             Message-ID: <Pine.LNX.4.33.0111291628540.20888-100000@orpheus.gellyfish.com>
+[ 18836] By: jhi                                   on 2003/03/06  07:55:03
+        Log: Handle also extra directories et alia.
      Branch: perl
-          ! lib/Term/Cap.pm
+          ! Porting/manicheck
 ____________________________________________________________________________
-[ 13367] By: jhi                                   on 2001/11/29  15:11:43
-        Log: Porting/checkURL.pl was missing.
+[ 18835] By: jhi                                   on 2003/03/06  07:48:05
+        Log: Add mani(fest) check(ing) utility.
      Branch: perl
+          + Porting/manicheck
           ! MANIFEST
 ____________________________________________________________________________
-[ 13366] By: jhi                                   on 2001/11/29  15:03:52
-        Log: Subject: INSTALL and READMEs should be reviewed
-             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
-             Date: Thu, 29 Nov 2001 16:49:36 +0100
-             Message-ID: <20011129164936.A17492@rafael>         
+[ 18833] By: jhi                                   on 2003/03/06  05:36:13
+        Log: Subject: [patch config_h.SH] redefining __attribute__
+             From: Stas Bekman <stas@stason.org>
+             Date: Thu, 06 Mar 2003 12:03:39 +1100
+             Message-ID: <3E669E6B.1060606@stason.org>
      Branch: perl
-          ! README.cygwin
+          ! Configure NetWare/config_H.wc Porting/config.sh
+          ! Porting/config_H config_h.SH plan9/config.plan9
+          ! plan9/config_h.sample win32/config_H.bc win32/config_H.gc
+          ! win32/config_H.vc win32/config_H.vc64 wince/config_H.ce
+____________________________________________________________________________
+[ 18831] By: jhi                                   on 2003/03/05  19:56:41
+        Log: Couple more _r possibilities (found in a RH 8.0 box), and
+             the random() macros were all wrong.  (I don't know why
+             metaconfig did so much reordering of config_h.SH.)
+     Branch: perl
+          ! Configure config_h.SH reentr.h reentr.pl
+____________________________________________________________________________
+[ 18830] By: rgs                                   on 2003/03/04  23:25:01
+        Log: Change #18829 makes this test workaround obsolete.
+     Branch: perl
+          ! ext/B/t/deparse.t
+____________________________________________________________________________
+[ 18829] By: rgs                                   on 2003/03/04  22:23:41
+        Log: Patch by Salvador Fandiño to read the warning mask
+             returned by caller() and ${^WARNING_BITS} from
+             $warnings::Bits{all} and not from the hardcoded core
+             constant. (This mask could have been extended by
+             warnings::register.) Plus tests.
+     Branch: perl
+          ! mg.c pp_ctl.c t/op/caller.t
+____________________________________________________________________________
+[ 18828] By: rgs                                   on 2003/03/04  20:49:59
+        Log: Subject: [PATCH] assertions
+             From: Salvador Fandiño <sfandino@yahoo.com>
+             Date: Fri, 21 Feb 2003 17:26:16 +0000
+             Message-ID: <3E566138.4090709@yahoo.com>
+             and the complement : (with added comments)
+             Subject: [PATCH] bug in ext/B/t/deparse.t
+             Message-ID: <3E563E16.7060303@yahoo.com>
+             plus perldiag.pod patch for the new warning
+             (previous change was, once again, empty)
+     Branch: perl
+          ! ext/B/t/deparse.t lib/assertions.pm lib/assertions/activate.pm
+          ! lib/perl5db.pl lib/warnings.pm op.c perl.h perlapi.c
+          ! pod/perldiag.pod warnings.h warnings.pl
+____________________________________________________________________________
+[ 18827] By: rgs                                   on 2003/03/04  20:48:09
+        Log: Subject: [PATCH] assertions
+             From: Salvador Fandiño <sfandino@yahoo.com>
+             Date: Fri, 21 Feb 2003 17:26:16 +0000
+             Message-ID: <3E566138.4090709@yahoo.com>
+             and the complement : (with added comments)
+             Subject: [PATCH] bug in ext/B/t/deparse.t
+             Message-ID: <3E563E16.7060303@yahoo.com>
+             plus perldiag.pod patch for the new warning
+     Branch: perl
+          ! ext/B/t/deparse.t lib/assertions.pm lib/assertions/activate.pm
+          ! lib/perl5db.pl lib/warnings.pm op.c perl.h perlapi.c
+          ! pod/perldiag.pod warnings.h warnings.pl
+____________________________________________________________________________
+[ 18826] By: jhi                                   on 2003/03/04  20:22:25
+        Log: Try to make PPPort.pm 5.005-friendlier (see [perl #21339]).
+             The variant is from how List::Util Util.xs does it.
+     Branch: perl
+          ! ext/Devel/PPPort/PPPort.pm
 ____________________________________________________________________________
-[ 13365] By: jhi                                   on 2001/11/29  14:39:01
-        Log: Subject: Re: [PATCH README.os390] URL fixes and "Tools and Toys" link
-             From: Peter Prymmer <pvhp@pvhp.best.vwh.net>
-             Date: Thu, 29 Nov 2001 15:37:42 +0000 (GMT)
-             Message-ID: <Pine.BSF.4.10.10111291529080.98343-100000@pvhp.best.vwh.net>
+[ 18825] By: rgs                                   on 2003/03/04  19:56:28
+        Log: Doc typos.
      Branch: perl
-          ! README.os390
+          ! lib/File/Find.pm
 ____________________________________________________________________________
-[ 13364] By: jhi                                   on 2001/11/29  14:34:18
-        Log: Update Changes.
+[ 18823] By: jhi                                   on 2003/03/04  05:33:50
+        Log: Try to give rcatline() a good jog on Unicode.
      Branch: perl
-          ! Changes patchlevel.h
+          ! t/io/utf8.t
 ____________________________________________________________________________
-[ 13363] By: jhi                                   on 2001/11/29  14:26:48
-        Log: The changes to the curliffed files didn't stick in #13348.
+[ 18822] By: jhi                                   on 2003/03/04  05:14:13
+        Log: Subject: Re: [perl #21395] rcatline doesn't grok utf8
+             From: Enache Adrian <enache@rdslink.ro>
+             Date: Sun, 2 Mar 2003 05:43:54 +0200
+             Message-ID: <20030302034354.GA4905@ratsnest.hole>
      Branch: perl
-          ! README.dos README.win32
+          ! sv.c t/io/utf8.t
 ____________________________________________________________________________
-[ 13362] By: jhi                                   on 2001/11/29  14:13:03
-        Log: Subject: Re: Found the rev where File::Glob broke
-             From: Andy Dougherty <doughera@lafayette.edu>
-             Date: Thu, 29 Nov 2001 10:14:05 -0500 (EST)
-             Message-ID: <Pine.SOL.4.10.10111291013060.23886-100000@maxwell.phys.lafayette.edu>
+[ 18821] By: jhi                                   on 2003/03/04  04:58:36
+        Log: Can't test this without PerlIO.
      Branch: perl
-          ! lib/ExtUtils/MM_Unix.pm
+          ! t/uni/write.t
 ____________________________________________________________________________
-[ 13361] By: jhi                                   on 2001/11/29  14:08:30
-        Log: Use __DATA__ instead of __END__.
+[ 18820] By: sky                                   on 2003/03/04  01:01:07
+        Log: Fixes bug #15654 bizarre constant mangling in 5.8.0
+             What happened was that a constant was freed, the pad released but
+             the pad slot still held the SV, when pad slot was reallocated
+             to be a target for a stringify, it did a sv_setpv on the target
+             and the original SV was wiped out. When this SV was later on
+             to new places using the constant, they got the wrong value.
+             By replacing pad_free with pad_swipe for these cases, we
+             won't have such a problem. (pad_swipe also removes the
+             pointer to the original SV).
      Branch: perl
-          ! lib/Term/Cap.pm
+          ! op.c
 ____________________________________________________________________________
-[ 13360] By: jhi                                   on 2001/11/29  14:03:28
-        Log: Subject: [PATCH toke.c] autosplit into @F fix
-             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
-             Date: Thu, 29 Nov 2001 14:52:23 +0100
-             Message-ID: <20011129145223.A25817@rafael>         
+[ 18819] By: jhi                                   on 2003/03/03  19:15:07
+        Log: Further clarification on PERL_UNICODE's semantics.
      Branch: perl
-          ! toke.c
+          ! pod/perlrun.pod
 ____________________________________________________________________________
-[ 13359] By: jhi                                   on 2001/11/29  13:47:07
-        Log: Subject: [PATCH B::Deparse] deparse -wl0 -i.bak
-             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
-             Date: Thu, 29 Nov 2001 15:48:15 +0100
-             Message-ID: <20011129154815.C25817@rafael>         
+[ 18818] By: gbarr                                 on 2003/03/03  10:07:44
+        Log: Sync with libnet-1.13
      Branch: perl
-          ! ext/B/B/Deparse.pm ext/B/O.pm ext/B/t/deparse.t
+          ! lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/FTP.pm
+          ! lib/Net/POP3.pm lib/Net/SMTP.pm
 ____________________________________________________________________________
-[ 13358] By: jhi                                   on 2001/11/29  13:43:40
-        Log: Subject: DRAFT perlpacktut.pod - minor diffs to v0.1
-             From: "Wolfgang Laun" <wolfgang.laun@chello.at>
-             Date: Wed, 28 Nov 2001 20:35:29 +0100
-             Message-ID: <200111282035290250.0067732D@smtp.chello.at>
+[ 18817] By: jhi                                   on 2003/03/03  06:45:59
+        Log: Upgrade to Unicode::Normalize 0.20.
      Branch: perl
-          ! pod/perlpacktut.pod
+          ! 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 ext/Unicode/Normalize/t/norm.t
+          ! ext/Unicode/Normalize/t/test.t
 ____________________________________________________________________________
-[ 13357] By: jhi                                   on 2001/11/29  13:42:18
-        Log: Subject: [patch pod/perlapio.pod] csh temp env setting
-             From: Stas Bekman <stas@stason.org>
-             Date: Thu, 29 Nov 2001 13:17:57 +0800 (SGT) 
-             Message-ID: <Pine.LNX.4.40.0111291314570.17584-100000@hope.stason.org>
-             
-             (with tweaks)
+[ 18816] By: jhi                                   on 2003/03/03  06:17:28
+        Log: Upgrade to Encode 1.89.  The enc_module.t required
+             a little tweak, sending that to Dan.
      Branch: perl
-          ! pod/perlapio.pod
+          + ext/Encode/t/Mod_EUCJP.pm ext/Encode/t/enc_module.enc
+          + ext/Encode/t/enc_module.t
+          ! MANIFEST ext/Encode/AUTHORS ext/Encode/Changes
+          ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/MANIFEST
+          ! ext/Encode/Unicode/Unicode.xs ext/Encode/encoding.pm
+          ! ext/Encode/t/enc_eucjp.t ext/Encode/t/enc_utf8.t
+          ! ext/Encode/ucm/viscii.ucm
 ____________________________________________________________________________
-[ 13356] By: jhi                                   on 2001/11/29  13:39:06
-        Log: Subject: Re: [PATCH Exporter.pm] Explain dangers & workaround for AUTOLOADed constant subs
-             From: Tels <perl_dummy@bloodgate.com>
-             Date: Thu, 29 Nov 2001 07:28:10 +0100 (CET) 
-             Message-Id: <200111290630.IAA08631@tiku.hut.fi>
-             
-             (plus paragraph rewrapping)
+[ 18813] By: jhi                                   on 2003/03/03  05:33:21
+        Log: Use a macro for abs() to avoid the possible truncation to an int;
+             also make an explicit (double)cast for the arguments to fabs().
      Branch: perl
-          ! lib/Exporter.pm
+          ! perl.h pp.c sv.c util.c
 ____________________________________________________________________________
-[ 13355] By: jhi                                   on 2001/11/29  04:43:54
-        Log: Subject: Re: More h2ph problems [was Re: h2ph confused by comments in an enum.
-             From: Hugo van der Sanden <hv@crypt.compulink.co.uk>                 
-             Date: Wed, 28 Nov 2001 21:47:59 +0000
-             Message-Id: <200111282147.fASLlxD04163@crypt.compulink.co.uk>
+[ 18812] By: hv                                    on 2003/03/02  22:36:05
+        Log: Subject: Re: [PATCH] Make adding notes to patchlevel.h easier
+             From: andreas.koenig@anima.de (Andreas J. Koenig)
+             Date: Wed, 19 Feb 2003 11:05:28 +0100
+             Message-ID: <m3d6lozitz.fsf@k242.linux.bogus>
      Branch: perl
-          ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
+          ! patchlevel.h
 ____________________________________________________________________________
-[ 13354] By: jhi                                   on 2001/11/29  04:28:29
-        Log: Subject: Re: Fw: Smoke 13285 /pro/3gl/CPAN/perl-current        
-             From: Andy Dougherty <doughera@lafayette.edu>
-             Date: Wed, 28 Nov 2001 15:33:00 -0500 (EST) 
-             Message-ID: <Pine.SOL.4.10.10111281524560.22100-100000@maxwell.phys.lafayette.edu>         
+[ 18811] By: hv                                    on 2003/03/02  22:30:50
+        Log: Subject: [perl #21289] [Fwd: IPC::Msg bug report]
+             From: Edmund Bacon (via RT) <perlbug-followup@perl.org>
+             Date: 18 Feb 2003 21:05:15 -0000
+             Message-Id: <rt-21289-52384.13.2700974026643@bugs6.perl.org>
      Branch: perl
-          ! INSTALL ext/Time/HiRes/HiRes.t
+          ! ext/IPC/SysV/Msg.pm
 ____________________________________________________________________________
-[ 13353] By: jhi                                   on 2001/11/29  04:19:40
-        Log: Subject: [PATCH t/run/kill_perl.t] (was Re: [ID 20011128.159] Segmentation faulton bad regexp)
-             From: Michael G Schwern <schwern@pobox.com> 
-             Date: Wed, 28 Nov 2001 16:37:01 -0500
-             Message-ID: <20011128163701.H676@blackrider>
+[ 18810] By: hv                                    on 2003/03/02  21:59:10
+        Log: Subject: [PATCH] Re: [perl #18872] File::Basename example misleading
+             From: Richard Soderberg <perl@crystalflame.net>
+             Date: Sat, 15 Feb 2003 01:27:21 -0500
+             Message-Id: <89FAC8B9-40AE-11D7-9B07-000393801F84@crystalflame.net>
      Branch: perl
-          ! t/run/kill_perl.t
+          ! lib/File/Basename.pm
 ____________________________________________________________________________
-[ 13352] By: jhi                                   on 2001/11/29  04:18:08
-        Log: @INC tweak.
+[ 18809] By: hv                                    on 2003/03/02  21:54:53
+        Log: Subject: [perl #21031] $File::Find::name ne $_ w/no_chdir
+             From: "Anders Johnson" (via RT) <perlbug-followup@perl.org>
+             Date: 15 Feb 2003 00:21:41 -0000
+             Message-Id: <rt-21031-51306.12.8541374577158@bugs6.perl.org>
      Branch: perl
-          ! t/op/ref.t
+          ! lib/File/Find.pm
 ____________________________________________________________________________
-[ 13351] By: jhi                                   on 2001/11/29  02:28:06
-        Log: Subject: [PATCH] Re: [ID 20011127.153] installman error
-             From: Nicholas Clark <nick@ccl4.org>
-             Date: Wed, 28 Nov 2001 23:38:43 +0000
-             Message-ID: <20011128233843.N37621@plum.flirble.org>  
+[ 18807] By: hv                                    on 2003/03/02  21:22:56
+        Log: Reverse copyright update (#18801) for files not changed in 2003.
      Branch: perl
-          ! installman
+          ! EXTERN.h INTERN.h README av.h cc_runtime.h deb.c doop.c
+          ! dosish.h fakethr.h form.h globals.c gv.h handy.h hv.h
+          ! keywords.h keywords.pl mg.h miniperlmain.c numeric.c pad.h
+          ! perlapi.c perlsdio.h perlsfio.h perlvars.h perly.y pp.h
+          ! regcomp.h run.c scope.h taint.c thread.h unixish.h utf8.h
+          ! utfebcdic.h 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
 ____________________________________________________________________________
-[ 13350] By: jhi                                   on 2001/11/29  02:18:30
-        Log: Tweak the forking logic.
+[ 18805] By: hv                                    on 2003/03/02  16:29:28
+        Log: Subject: Re: [perl #21411] [fix] Postponed RE with split()
+             From: Enache Adrian <enache@rdslink.ro>
+             Date: Sun, 2 Mar 2003 10:11:27 +0200
+             Message-ID: <20030302081127.GA10782@ratsnest.hole>
      Branch: perl
-          ! Porting/checkURL.pl
+          ! pp.c t/op/pat.t
 ____________________________________________________________________________
-[ 13349] By: jhi                                   on 2001/11/29  01:37:48
-        Log: Update perlmodlib.PL as per #13348.  The L<> got
-             changed back because that is coming from ParseLink.pm.
+[ 18803] By: hv                                    on 2003/03/02  16:12:34
+        Log: Subject: RE: [perl #20613] Perl_magic_setsig/clearsig problems (patch   included)
+             From: "Anders Johnson" <ajohnson@wischip.com>
+             Date: Mon, 10 Feb 2003 14:09:46 -0800
+             Message-ID: <000e01c2d151$2228ca90$9800a8c0@wis.com>
      Branch: perl
-          ! pod/perlmodlib.PL pod/perlmodlib.pod
+          ! mg.c t/op/magic.t
 ____________________________________________________________________________
-[ 13348] By: jhi                                   on 2001/11/29  01:31:48
-        Log: URL fixups from Michael Schwern.
+[ 18802] By: jhi                                   on 2003/03/02  15:39:06
+        Log: Narrow down the -C test skippage.
+     Branch: perl
+          ! t/run/switchC.t
+____________________________________________________________________________
+[ 18801] By: hv                                    on 2003/03/02  15:24:22
+        Log: Update all copyrights to 2003, from Jarkko
+     Branch: perl
+          ! EXTERN.h INTERN.h README XSUB.h av.c av.h cc_runtime.h cop.h
+          ! cv.h deb.c doio.c doop.c dosish.h dump.c embed.h embed.pl
+          ! embedvar.h fakesdio.h fakethr.h form.h global.sym globals.c
+          ! gv.c gv.h handy.h hv.c hv.h keywords.h keywords.pl locale.c
+          ! mg.c mg.h miniperlmain.c nostdio.h numeric.c op.c op.h
+          ! opcode.h opcode.pl opnames.h pad.c pad.h patchlevel.h perl.c
+          ! perl.h perlapi.c perlapi.h perlio.h perlsdio.h perlsfio.h
+          ! perlvars.h perly.y pp.c pp.h pp_ctl.c pp_hot.c pp_pack.c
+          ! pp_sort.c pp_sys.c proto.h reentr.c reentr.h reentr.pl
+          ! regcomp.c regcomp.h regexec.c regexp.h run.c scope.c scope.h
+          ! sv.c sv.h taint.c thrdvar.h thread.h toke.c universal.c
+          ! unixish.h 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 xsutils.c
+____________________________________________________________________________
+[ 18800] By: hv                                    on 2003/03/02  15:16:38
+        Log: Subject: [PATCH] for perl5db.pl against missing args destroying pre-post command setups
+             From: Richard.Foley@ubsw.com
+             Date: Wed, 19 Feb 2003 13:24:38 +0100
+             Message-ID: <B374141B0A424D4F9CF143CC51B3ADD98579DB@NZURC900PEX1.ubsgs.ubsgroup.net>
      Branch: perl
-          ! README.cygwin README.dos README.hpux README.mint README.mpeix
-          ! README.os390 README.qnx README.solaris README.vos README.win32
-          ! pod/perlmodlib.pod
+          ! lib/perl5db.pl
 ____________________________________________________________________________
-[ 13347] By: jhi                                   on 2001/11/29  01:23:08
-        Log: Subject: [PATCH Exporter.pm] Explain dangers & workaround for AUTOLOADed constant subs
-             From: Barrie Slaymaker <barries@slaysys.com>
-             Date: Wed, 28 Nov 2001 14:10:01 -0500                 
-             Message-ID: <20011128140957.D5236@sizzle.whoville.com>
+[ 18799] By: jhi                                   on 2003/03/02  13:34:13
+        Log: The -CI cannot be easily tested under UTF-8 locale with
+             the t/test.pl (the 'stdin' data gets doubly UTF-8-ied).
+             Also other small tweaks in the -C neighbourhood.
      Branch: perl
-          ! lib/Exporter.pm
+          ! perl.c perl.h t/run/switchC.t util.c
 ____________________________________________________________________________
-[ 13346] By: jhi                                   on 2001/11/29  01:22:02
-        Log: Change $=, $., $*, $%, and $- to be IVs instead of longs.
+[ 18798] By: jhi                                   on 2003/03/02  09:12:06
+        Log: Go with "right = -right" for greater portability, some platforms
+             might require llabs() to get abs() of long longs.
      Branch: perl
-          ! bytecode.pl ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c sv.h
+          ! pp.c
 ____________________________________________________________________________
-[ 13345] By: jhi                                   on 2001/11/29  00:11:56
-        Log: Subject: [PATCH] Re: $\ very broken
-             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
-             Date: Wed, 28 Nov 2001 22:33:08 +0100                 
-             Message-ID: <20011128223308.E732@rafael>   
-             
-             Subject: Re: [PATCH] Re: $\ very broken     
-             From: Nicholas Clark <nick@ccl4.org>
-             Date: Wed, 28 Nov 2001 22:29:00 +0000                 
-             Message-ID: <20011128222859.K37621@plum.flirble.org>
+[ 18797] By: jhi                                   on 2003/03/02  08:07:32
+        Log: Patch for [perl #9402], known also as "glibc _moddi3 bug
+             with negative quads", or also as RedHat bug #65612.
      Branch: perl
-          ! mg.c t/op/ref.t
+          ! pp.c
 ____________________________________________________________________________
-[ 13344] By: jhi                                   on 2001/11/29  00:05:19
-        Log: Add Abigail's link checker with the following tweaks:
-             - known dummy URLs (Peter Prymmer)
-             - do also READMEs and INSTALL (Michael Schwern)
-             - do also ftp URLs
-             - add fork retry loop in case the allowed number
-             of processes per user is low
+[ 18796] By: jhi                                   on 2003/03/02  07:34:54
+        Log: Forgotten from change #18795.
      Branch: perl
-          + Porting/checkURL.pl
-          ! MANIFEST
+          ! global.sym
 ____________________________________________________________________________
-[ 13343] By: jhi                                   on 2001/11/28  14:56:50
-        Log: Update Changes.
+[ 18795] By: jhi                                   on 2003/03/02  07:27:44
+        Log: Subject: Re: [PATCH embed.fnc] Re: [PATCH] Get MSWin32 back compiling
+             From: Abe Timmerman <abe@ztreet.demon.nl>
+             Date: Sun, 2 Mar 2003 02:03:16 +0100
+             Message-Id: <200303020203.16708.abe@ztreet.demon.nl>
      Branch: perl
-          ! Changes patchlevel.h
+          ! embed.fnc embed.h makedef.pl
 ____________________________________________________________________________
-[ 13342] By: jhi                                   on 2001/11/28  14:15:25
-        Log: In Linux if we have modern enough gcc and supported
-             enough CPU, crank up the optimization level to -O3.
+[ 18794] By: jhi                                   on 2003/03/02  07:21:36
+        Log: Further Unicode formats patching from Inaba Hiroto.
      Branch: perl
-          ! hints/linux.sh
+          + t/uni/write.t
+          ! MANIFEST pp_ctl.c
 ____________________________________________________________________________
-[ 13341] By: jhi                                   on 2001/11/28  14:00:12
-        Log: Add perlpacktut from Wolfgang Laun; regen toc.
+[ 18793] By: jhi                                   on 2003/03/01  08:18:35
+        Log: Integrate change #18788 from maint.
      Branch: perl
-          + pod/perlpacktut.pod
-          ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldelta.pod
-          ! pod/perltoc.pod
+         !> perl.h
 ____________________________________________________________________________
-[ 13340] By: jhi                                   on 2001/11/28  13:45:00
-        Log: Subject: [PATCH: perl@13324] arithmetic fix for skipped tests on VMS      
-             From: PPrymmer@factset.com
-             Date: Wed, 28 Nov 2001 07:51:26 -0500
-             Message-ID: <OF3C405D19.04CAF18F-ON85256B12.00464B6C@55.25.11>    
+[ 18792] By: jhi                                   on 2003/03/01  08:14:43
+        Log: Subject: [PATCH] Get MSWin32 back compiling
+             From: Abe Timmerman <abe@ztreet.demon.nl>
+             Date: Sat, 1 Mar 2003 04:31:19 +0100
+             Message-Id: <200303010431.20205.abe@ztreet.demon.nl>
      Branch: perl
-          ! vms/test.com
+          ! embed.fnc embed.h global.sym makedef.pl
 ____________________________________________________________________________
-[ 13339] By: jhi                                   on 2001/11/28  13:37:31
-        Log: Test cases for the first half of #13338.
+[ 18785] By: jhi                                   on 2003/02/26  20:38:55
+        Log: Subject: Re: [PATCH] Re: format, PerlIO and utf8
+             From: Inaba Hiroto <inaba@st.rim.or.jp>
+             Date: Mon, 10 Feb 2003 00:04:51 +0900
+             Message-ID: <3E466E12.E5349D84@st.rim.or.jp>
      Branch: perl
-          ! t/lib/h2ph.h t/lib/h2ph.pht
+          ! pp_ctl.c toke.c
 ____________________________________________________________________________
-[ 13338] By: jhi                                   on 2001/11/28  13:28:08
-        Log: Subject: Re: h2ph confused by comments in an enum.
-             From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
-             Date: Wed, 28 Nov 2001 04:19:21 +0000
-             Message-Id: <200111280419.fAS4JLD17887@crypt.compulink.co.uk>        
-             
-             Subject: Re: More h2ph problems [was Re: h2ph confused by comments in an enum.]
-             From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
-             Date: Wed, 28 Nov 2001 13:36:35 +0000
-             Message-Id: <200111281336.fASDaZG30245@crypt.compulink.co.uk>
+[ 18784] By: jhi                                   on 2003/02/26  19:45:53
+        Log: An already fixed bug from perl-unicode.
      Branch: perl
-          ! utils/h2ph.PL
+          ! t/op/pat.t
 ____________________________________________________________________________
-[ 13337] By: jhi                                   on 2001/11/28  13:15:41
-        Log: Subject: Re: [PATCH Perl@13013] Term::Cap and VMS
-             From: Jonathan Stowe <gellyfish@gellyfish.com>
-             Date: Wed, 28 Nov 2001 10:39:54 +0000 (GMT)
-             Message-ID: <Pine.LNX.4.33.0111281039070.20888-100000@orpheus.gellyfish.com>
-             
-             (replace #13327)
+[ 18782] By: hv                                    on 2003/02/26  01:36:49
+        Log: Subject: Re: [perl #20683] [fix] Better Patch
+             From: Enache Adrian <enache@rdslink.ro>
+             Date: Sun, 23 Feb 2003 20:16:39 +0200
+             Message-ID: <20030223181639.GA18713@ratsnest.hole>
      Branch: perl
-          ! lib/Term/Cap.pm
+          ! embed.fnc embed.h ext/Devel/Peek/Peek.t mg.c perl.h proto.h
+          ! regexec.c sv.c t/op/pat.t
 ____________________________________________________________________________
-[ 13336] By: jhi                                   on 2001/11/28  04:21:05
-        Log: Replace #13335 with
-             
-             Subject: Re: [PATCH perl@13323] Termcap.pm with no termios
-             From: Russ Allbery <rra@stanford.edu>
-             Date: 27 Nov 2001 20:42:49 -0800
-             Message-ID: <yl667vv73q.fsf@windlord.stanford.edu>
+[ 18781] By: hv                                    on 2003/02/26  01:11:14
+        Log: regen headers
      Branch: perl
-          ! lib/Pod/Text/Termcap.pm
+          ! perlapi.h pod/perlapi.pod
 ____________________________________________________________________________
-[ 13335] By: jhi                                   on 2001/11/28  03:33:10
-        Log: (replaced by #13336)
-             
-             Subject: [PATCH perl@13323] Termcap.pm with no termios
-             From: "Craig A. Berry" <craigberry@mac.com> 
-             Date: Tue, 27 Nov 2001 22:28:50 -0600
-             Message-Id: <a05101003b82a151fda85@[192.168.56.184]>
+[ 18780] By: hv                                    on 2003/02/26  00:25:32
+        Log: Two typos found by Philip Newton <pnewton@gmx.de>
      Branch: perl
-          ! lib/Pod/Text/Termcap.pm
+          ! configpm ext/DB_File/DB_File.pm
 ____________________________________________________________________________
-[ 13334] By: jhi                                   on 2001/11/28  03:31:51
-        Log: Subject: [PATCH perl@13323] solve identity crisis on VMS 
-             From: "Craig A. Berry" <craigberry@mac.com> 
-             Date: Tue, 27 Nov 2001 21:46:45 -0600
-             Message-Id: <a05101002b829f5c9824d@[192.168.56.184]>
+[ 18779] By: jhi                                   on 2003/02/25  18:20:01
+        Log: Add tests for the -C switch.  Depending on the
+             CLIs some $^O dance may be needed.
      Branch: perl
-          ! configure.com
+          + t/run/switchC.t
+          ! MANIFEST
 ____________________________________________________________________________
-[ 13333] By: jhi                                   on 2001/11/28  03:30:03
-        Log: Upgrade to podlators 1.17.
+[ 18778] By: hv                                    on 2003/02/25  15:24:17
+        Log: Add missing file from change #18774.
      Branch: perl
-          ! lib/Pod/Man.pm lib/Pod/Text/Color.pm
-          ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
+          + t/op/localref.t
 ____________________________________________________________________________
-[ 13332] By: jhi                                   on 2001/11/28  03:23:04
-        Log: Fix for "a\x{100}" =~ /A/i.
+[ 18777] By: hv                                    on 2003/02/25  14:07:59
+        Log: More variables for change #18776.
      Branch: perl
-          ! embed.h embed.pl global.sym proto.h regexec.c t/op/pat.t
-          ! utf8.c
+          ! op.c
 ____________________________________________________________________________
-[ 13331] By: jhi                                   on 2001/11/28  00:52:19
-        Log: Subject: [PATCH perl@13324] fix lib/DB.t on VMS
-             From: "Craig A. Berry" <craigberry@mac.com>
-             Date: Tue, 27 Nov 2001 17:11:49 -0600
-             Message-Id: <5.1.0.14.2.20011127164513.01bf1ec0@exchi01>
+[ 18776] By: hv                                    on 2003/02/25  14:04:03
+        Log: Subject: [perl #20682] [fix] @- array not visible in s///
+             From: Enache Adrian <enache@rdslink.ro>
+             Date: Fri, 21 Feb 2003 17:50:14 +0200
+             Message-ID: <20030221155014.GB793@ratsnest.hole>
      Branch: perl
-          ! lib/DB.t
+          ! op.c t/op/subst.t
 ____________________________________________________________________________
-[ 13330] By: jhi                                   on 2001/11/28  00:50:53
-        Log: Subject: [PATCH] unterminated C<< ... >> in perldelta
-             From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
-             Date: Tue, 27 Nov 2001 14:55:23 -0500
-             Message-ID: <20011127145523.G401767@linguist.thayer.dartmouth.edu>
-             
-             Subject: [PATCH: perl@13324] updates to perldelta.pod 
-             From: PPrymmer@factset.com
-             Date: Tue, 27 Nov 2001 18:06:04 -0500
-             Message-ID: <OF812EB439.6864B239-ON85256B11.007E73B5@55.25.11>
-             
-             plus added some known problems.
+[ 18775] By: hv                                    on 2003/02/25  13:53:11
+        Log: Subject: [perl #20684] [fix] s/// with (??{..}) inside returns wrong count
+             From: Enache Adrian <enache@rdslink.ro>
+             Date: Fri, 21 Feb 2003 17:49:41 +0200
+             Message-ID: <20030221154941.GA793@ratsnest.hole>
      Branch: perl
-          ! pod/perldelta.pod
+          ! pp_ctl.c t/op/subst.t
 ____________________________________________________________________________
-[ 13329] By: jhi                                   on 2001/11/28  00:35:53
-        Log: Subject: [PATCH Perl@13013] A not-so-lethal kill() for VMS pre-7.0
-             From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
-             Date: Tue, 27 Nov 2001 15:38:02 EST 
-             Message-Id: <011127153734.62182@DUPHY4.Physics.Drexel.Edu>
+[ 18774] By: hv                                    on 2003/02/25  13:21:19
+        Log: Subject: Re: [perl #21321] local ${"FOO"} does not work
+             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
+             Date: Sun, 23 Feb 2003 00:03:27 +0100
+             Message-Id: <20030223000327.6f0c11fa.rgarciasuarez@free.fr>
      Branch: perl
-          ! configure.com vms/vms.c vms/vmsish.h
+          ! MANIFEST op.c perl.h pp.c pp_hot.c t/op/local.t
 ____________________________________________________________________________
-[ 13328] By: jhi                                   on 2001/11/28  00:34:12
-        Log: Subject: [PATCH t/run/kill_perl.t] Re: [ID 20011127.155] \ -f "file" dumps core
-             From: Michael G Schwern <schwern@pobox.com> 
-             Date: Tue, 27 Nov 2001 15:31:12 -0500
-             Message-ID: <20011127153112.G20929@blackrider>
+[ 18773] By: hv                                    on 2003/02/25  12:45:01
+        Log: Subject: [Encode] 1.88 Released
+             From: Dan Kogai <dankogai@dan.co.jp>
+             Date: Thu, 20 Feb 2003 23:49:55 +0900
+             Message-Id: <935F75D0-44E2-11D7-B310-000393AE4244@dan.co.jp>
      Branch: perl
-          ! t/run/kill_perl.t
+          ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
+          ! ext/Encode/Encode.xs ext/Encode/Unicode/Unicode.xs
+          ! ext/Encode/lib/Encode/CJKConstants.pm
+          ! ext/Encode/lib/Encode/Encoder.pm ext/Encode/t/enc_eucjp.t
+          ! ext/Encode/t/enc_utf8.t ext/Encode/ucm/viscii.ucm
 ____________________________________________________________________________
-[ 13327] By: jhi                                   on 2001/11/28  00:23:10
-        Log: (replaced by #13337)
-             
-             VMS can safely hardcode a termcap entry for VT100.
+[ 18772] By: merijn                                on 2003/02/25  12:12:14
+        Log: Subject: [perl@18752] warnings from CGI tests under cygwin
+             From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
+             Date: Wed, 19 Feb 2003 13:37:39 -0800
+             Message-ID: <jk/U+gzkg2DE092yn@efn.org>
      Branch: perl
-          ! lib/Term/Cap.pm
+          ! lib/CGI.pm
 ____________________________________________________________________________
-[ 13326] By: jhi                                   on 2001/11/27  17:47:28
-        Log: VMS piping fixes from Charles Lane (perl -P should
-             be working now).
+[ 18771] By: jhi                                   on 2003/02/25  07:46:53
+        Log: Cleanup #18770 as suggested by Rafael.
      Branch: perl
-          ! vms/vms.c
+          ! mg.c perl.h
 ____________________________________________________________________________
-[ 13325] By: jhi                                   on 2001/11/27  17:44:31
-        Log: Subject: [PATCH] perlvar.pod fix
-             From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
-             Date: Tue, 27 Nov 2001 13:11:47 -0500
-             Message-ID: <20011127131147.E401767@linguist.thayer.dartmouth.edu>
+[ 18770] By: jhi                                   on 2003/02/25  06:01:09
+        Log: A new try at #18765 (for [perl #20920]).
      Branch: perl
-          ! pod/perlvar.pod
+          ! mg.c
 ____________________________________________________________________________
-[ 13324] By: jhi                                   on 2001/11/27  15:56:06
-        Log: Update Changes.
+[ 18769] By: jhi                                   on 2003/02/25  05:33:10
+        Log: Retract change #18765: makes HiRes.t hang after subtest #11.
      Branch: perl
-          ! Changes patchlevel.h
+          ! mg.c
 ____________________________________________________________________________
-[ 13323] By: jhi                                   on 2001/11/27  15:51:08
-        Log: Subject: [PATCH] bring MM_VMS::perldepend into 21st century            
-             From: "Craig A. Berry" <craigberry@mac.com> 
-             Date: Tue, 27 Nov 2001 10:21:18 -0600
-             Message-Id: <5.1.0.14.2.20011126162504.01c77610@exchi01>
+[ 18768] By: chip                                  on 2003/02/24  21:42:57
+        Log: Include p4d2p in Porting again, because p4genpatch doesn't work
+             until a change has been submitted.
      Branch: perl
-          ! lib/ExtUtils/MM_VMS.pm
+          + Porting/p4d2p
+          ! MANIFEST
 ____________________________________________________________________________
-[ 13322] By: jhi                                   on 2001/11/27  15:24:12
-        Log: Protect against accumulating -options -options -options.
+[ 18767] By: chip                                  on 2003/02/24  21:35:56
+        Log: In Porting scripts, use standard perl path of "/usr/bin/perl".
      Branch: perl
-          ! hints/hpux.sh
+          ! Porting/check83.pl Porting/findvars Porting/fixCORE
+          ! Porting/fixvars Porting/genlog Porting/makerel Porting/patchls
 ____________________________________________________________________________
-[ 13321] By: jhi                                   on 2001/11/27  15:16:28
-        Log: Subject: [PATCH Benchmark.pm] add export tag :all and tweak SYNOPSIS   
-             From: Barrie Slaymaker <barries@slaysys.com>
-             Date: Tue, 27 Nov 2001 10:58:54 -0500
-             Message-ID: <20011127105850.B696@sizzle.whoville.com> 
+[ 18766] By: jhi                                   on 2003/02/24  20:04:36
+        Log: PERL_SIGNALS=unsafe enables the old unsafe/immediate signals.
      Branch: perl
-          ! lib/Benchmark.pm
+          ! embedvar.h intrpvar.h mg.c perl.c perl.h pod/perldiag.pod
+          ! pod/perlipc.pod pod/perlrun.pod pp_sys.c util.c
 ____________________________________________________________________________
-[ 13320] By: jhi                                   on 2001/11/27  15:05:33
-        Log: Tiny fix from John P. Linderman.
+[ 18765] By: jhi                                   on 2003/02/24  19:56:23
+        Log: Subject: Re: [perl #20920] Segmentation fault ("Safe Signal" queue problem?)
+             From: Slaven Rezic <slaven@rezic.de>
+             Date: 14 Feb 2003 09:11:15 +0100
+             Message-ID: <878ywji8nw.fsf@vran.herceg.de>
+
+             (with slight tweaks)
      Branch: perl
-          ! lib/sort.pm
+          ! mg.c
 ____________________________________________________________________________
-[ 13319] By: jhi                                   on 2001/11/27  15:04:37
-        Log: The Story of sort(), from John P. Linderman.
+[ 18764] By: jhi                                   on 2003/02/24  18:44:41
+        Log: Patching magic from Inaba-san's keyboard: fix for [perl #8769]:
+             "scalar upgraded to UTF-8 as a side effect of quote-interpolation
+             when 'use encoding' is engaged"-- wasn't actually encoding's fault.
      Branch: perl
-          ! pod/perldelta.pod
+          ! pp_ctl.c pp_hot.c sv.c sv.h t/op/concat.t
 ____________________________________________________________________________
-[ 13318] By: jhi                                   on 2001/11/27  14:58:06
-        Log: Add information what to do if you are reading
-             perluniintro but using some older Perl.
+[ 18763] By: chip                                  on 2003/02/24  14:54:36
+        Log: Use PL_{argv,stdin,stdout}gv to avoid unnecessary gv_fetch calls.
      Branch: perl
-          ! pod/perluniintro.pod
+          ! op.c win32/perlhost.h
 ____________________________________________________________________________
-[ 13317] By: jhi                                   on 2001/11/27  14:51:42
-        Log: Update the 'wide characters' FAQ entry.
+[ 18762] By: hv                                    on 2003/02/24  00:18:42
+        Log: Remove no-longer-true line from perlop
      Branch: perl
-          ! pod/perlfaq6.pod
+          ! pod/perlop.pod
 ____________________________________________________________________________
-[ 13316] By: jhi                                   on 2001/11/27  14:26:25
-        Log: Fix for
-             
-             Subject: [ID 20011127.151] regex result vars no longer marked as utf8
-             From: Marc Lehmann <root@schmorp.de>
-             Date: Tue, 27 Nov 2001 14:27:14 +0100
-             Message-Id: <E168iGY-0002pi-00.pgcc-forever-2001-11-27-14-27-14@fuji.laendle>
+[ 18761] By: jhi                                   on 2003/02/23  12:07:53
+        Log: Chip noticed that the intended optionality of the 'IV' was
+             forgotten in the change #18758.
      Branch: perl
-          ! ext/Encode.t ext/Encode/Encode.xs
+          ! ext/Devel/Peek/Peek.t
 ____________________________________________________________________________
-[ 13315] By: jhi                                   on 2001/11/27  14:06:45
-        Log: Subject: [PATCH] DB_File 1.801
-             From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
-             Date: Tue, 27 Nov 2001 15:06:45 -0000
-             Message-ID: <AIEAJICLCBDNAAOLLOKLEEEIDGAA.paul_marquess@yahoo.co.uk>
+[ 18760] By: jhi                                   on 2003/02/22  19:17:04
+        Log: API doc tweaks.
      Branch: perl
-          ! ext/DB_File/Changes ext/DB_File/DB_File.pm
-          ! ext/DB_File/DB_File.xs ext/DB_File/Makefile.PL
+          ! utf8.c
 ____________________________________________________________________________
-[ 13314] By: jhi                                   on 2001/11/27  13:51:49
-        Log: Regen perlmodlib.  (TODO: why does Pod::t::basic get listed?)
+[ 18759] By: sky                                   on 2003/02/21  09:08:30
+        Log: Change regex to be a bit more friendly against various
+             outputs from ps -f, regex suggest by rgs
      Branch: perl
-          ! pod/perlmodlib.pod
+          ! ext/threads/t/join.t
 ____________________________________________________________________________
-[ 13313] By: jhi                                   on 2001/11/27  13:49:55
-        Log: sort() doc tweaks from John P. Linderman.
+[ 18758] By: jhi                                   on 2003/02/20  17:28:44
+        Log: Subject: [PATCH: perl@18639] add some IV stuff to ext/Devel/Peek/Peek.t test 21
+             From: PPrymmer@factset.com
+             Date: Thu, 20 Feb 2003 13:28:09 -0500
+             Message-ID: <OF2DC297F4.A63F24F9-ON85256CD3.006513E4@factset.com>
      Branch: perl
-          ! pod/perlfunc.pod
+          ! ext/Devel/Peek/Peek.t
 ____________________________________________________________________________
-[ 13312] By: jhi                                   on 2001/11/27  13:36:44
-        Log: Subject: [PATCH] More perldelta.pod nits
-             From: Simon Glover <scog@roe.ac.uk>
-             Date: Tue, 27 Nov 2001 14:28:36 +0000 (GMT) 
-             Message-ID: <Pine.OSF.4.10.10111271421490.119807-100000@arran.roe.ac.uk>
+[ 18757] By: jhi                                   on 2003/02/20  17:27:17
+        Log: Subject: [PATCH: perl@186389] add probe for yet another dangerous logical name: COMP
+             From: PPrymmer@factset.com
+             Date: Wed, 19 Feb 2003 15:04:40 -0500
+             Message-ID: <OFC0A627AD.02B9D968-ON85256CD2.006DDC21@factset.com>
      Branch: perl
-          ! pod/perldelta.pod
+          ! README.vms configure.com
 ____________________________________________________________________________
-[ 13311] By: jhi                                   on 2001/11/27  13:26:38
-        Log: Subject: RE: [PATCH @ 13283] Devel::PPPort
-             From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
-             Date: Tue, 27 Nov 2001 11:52:31 -0000
-             Message-ID: <AIEAJICLCBDNAAOLLOKLMEECDGAA.paul_marquess@yahoo.co.uk>
+[ 18756] By: jhi                                   on 2003/02/20  06:16:05
+        Log: Doc tweakage on -C.
      Branch: perl
-          ! ext/Devel/PPPort/harness/Makefile.PL
+          ! pod/perlrun.pod
 ____________________________________________________________________________
-[ 13310] By: jhi                                   on 2001/11/27  13:23:28
-        Log: Subject: [PATCH t/TEST] Remove redundant #! parsing.  Deparse tests better.
-             From: Michael G Schwern <schwern@pobox.com>
-             Date: Tue, 27 Nov 2001 03:38:24 -0500
-             Message-ID: <20011127033824.A17775@blackrider>
+[ 18755] By: rgs                                   on 2003/02/19  21:31:43
+        Log: Subject: [PATCH] 5.8.0: typo in pod/perlcompile.pod
+             From: Brendan O'Dea <bod@debian.org>
+             Date: Sun, 16 Feb 2003 21:09:23 +1100
+             Message-ID: <20030216100923.GA29761@londo.c47.org>
      Branch: perl
-          ! t/TEST
+          ! pod/perlcompile.pod
 ____________________________________________________________________________
-[ 13309] By: jhi                                   on 2001/11/27  13:16:44
-        Log: Subject: Re: perlcc very broken
-             From: John Peacock <jpeacock@rowman.com>
-             Date: Tue, 27 Nov 2001 06:48:01 -0500
-             Message-ID: <3C037D71.4030508@rowman.com>
+[ 18754] By: rgs                                   on 2003/02/19  21:14:37
+        Log: Document clearly that "_" is always in package "main".
      Branch: perl
-          ! utils/perlcc.PL
+          ! pod/perlvar.pod
 ____________________________________________________________________________
-[ 13308] By: jhi                                   on 2001/11/27  12:57:49
-        Log: Subject: [ID 20011126.150] t/op/pack patch to fix Useless use of unpack in void context at op/pack.t line 704. 
-             From: David Dyck <dcd@tc.fluke.com>
-             Date: Mon, 26 Nov 2001 22:04:38 -0800
-             Message-Id: <200111270604.WAA20274@dd.tc.fluke.com>
+[ 18753] By: rgs                                   on 2003/02/19  20:55:09
+        Log: Subject: Re: [perl #20716] scope error with brackets
+             From: Enache Adrian <enache@rdslink.ro>
+             Date: Thu, 13 Feb 2003 04:52:21 +0200
+             Message-ID: <20030213025221.GA1215@ratsnest.hole>
+             (better version of change #18687)
      Branch: perl
-          ! t/op/pack.t
+          ! t/comp/parser.t toke.c
 ____________________________________________________________________________
-[ 13307] By: jhi                                   on 2001/11/27  12:56:09
-        Log: Subject: [ID 20011126.149] t/op/split fails step 37
-             From: David Dyck <dcd@tc.fluke.com>
-             Date: Mon, 26 Nov 2001 21:52:35 -0800
-             Message-Id: <200111270552.VAA09394@dd.tc.fluke.com>
+[ 18752] By: jhi                                   on 2003/02/19  05:10:26
+        Log: 'A' is not 65 everywhere.
      Branch: perl
-          ! t/op/split.t
+          ! t/op/pack.t
 ____________________________________________________________________________
-[ 13306] By: gbarr                                 on 2001/11/27  12:19:40
-        Log: incorporate last minute change from libnet 1.0901-tobe
+[ 18751] By: chip                                  on 2003/02/19  03:54:45
+        Log: Support one-parameter unpack(), which unpacks $_.
      Branch: perl
-          ! lib/Net/SMTP.pm
+          ! opcode.h opcode.pl pod/perlfunc.pod pp_pack.c t/op/pack.t
 ____________________________________________________________________________
-[ 13305] By: jhi                                   on 2001/11/27  02:39:35
-        Log: Pass 7 at perldelta - random edits.
+[ 18750] By: hv                                    on 2003/02/19  00:53:03
+        Log: more complex assertions activation:
+             Subject: Re: Did the assertion patch/feature submission get overlooked?
+             From: =?ISO-8859-1?Q?Salvador_Fandi=F1o?= <sfandino@yahoo.com>
+             Date: Tue, 18 Feb 2003 19:24:13 +0000
+             Message-ID: <3E52885D.5060903@yahoo.com>
      Branch: perl
-          ! pod/perldelta.pod
+          ! lib/assertions.pm lib/assertions/activate.pm
+          ! t/comp/assertions.t
 ____________________________________________________________________________
-[ 13304] By: jhi                                   on 2001/11/27  02:04:19
-        Log: Portability and skippage tweaks.
+[ 18749] By: hv                                    on 2003/02/19  00:19:21
+        Log: Subject: [PATCH] Make adding notes to patchlevel.h easier
+             From: andreas.koenig@anima.de (Andreas J. Koenig)
+             Date: Tue, 18 Feb 2003 11:48:40 +0100
+             Message-ID: <m3n0kt27av.fsf@k242.linux.bogus>
      Branch: perl
-          ! t/op/split.t
+          ! patchlevel.h
 ____________________________________________________________________________
-[ 13303] By: jhi                                   on 2001/11/27  02:03:49
-        Log: (retracted by #13449)
-             Try to make Unicode casemapping to work for EBCDIC, too.
+[ 18748] By: hv                                    on 2003/02/19  00:00:41
+        Log: Subject: [PATCH IO/Socket/INET.pm] Blocking option ignored
+             From: Dave Mitchell <davem@fdgroup.com>
+             Date: Tue, 18 Feb 2003 21:45:45 +0000
+             Message-ID: <20030218214545.C18547@fdgroup.com>
+
+             and tests for the same:
+             From: Dave Mitchell <davem@fdgroup.com>
+             Date: Wed, 19 Feb 2003 00:42:01 +0000
+             Message-ID: <20030219004201.F18547@fdgroup.com>
      Branch: perl
-          ! utf8.c
+          ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/t/io_sock.t
 ____________________________________________________________________________
-[ 13302] By: jhi                                   on 2001/11/27  01:35:23
-        Log: Just printing 1..0 is not quite enough...
+[ 18747] By: hv                                    on 2003/02/18  23:47:06
+        Log: Shouldn't have added as t/run/switchA.t in #18739 - it'll cause
+             problems on case-insensitive file systems. Rename it back to
+             t/run/switch_A.t
      Branch: perl
-          ! lib/Dumpvalue.t
+         +> t/run/switch_A.t
+          - t/run/switchA.t
+          ! MANIFEST
 ____________________________________________________________________________
-[ 13301] By: jhi                                   on 2001/11/27  01:22:22
-        Log: \141 is malformed "unexpected continuation byte" in UTF-EBCDIC.
-             Delay the match until runtime.
+[ 18746] By: sky                                   on 2003/02/18  21:31:37
+        Log: Subject: Re: -Os for Darwin why?
+             From: schwern@pobox.com
+             Date: tis feb 18, 2003  20:37:39 Europe/Stockholm
+             Message-Id: <20030218113739.D25848@ttul.org>
      Branch: perl
-          ! t/op/append.t
+          ! hints/darwin.sh
 ____________________________________________________________________________
-[ 13300] By: jhi                                   on 2001/11/27  01:08:10
-        Log: UTF-EBCDIC.
+[ 18741] By: jhi                                   on 2003/02/18  14:01:34
+        Log: Format nit.
      Branch: perl
-          ! ext/Devel/Peek/Peek.t
+          ! util.c
 ____________________________________________________________________________
-[ 13299] By: jhi                                   on 2001/11/27  01:02:21
-        Log: Be UTF-EBCDIC aware.
+[ 18740] By: sky                                   on 2003/02/18  06:33:57
+        Log: Re: -Os for Darwin why?
+             From: schwern@pobox.com
+             Date: tis feb 18, 2003  04:14:03 Europe/Stockholm
+             Message-Id: <20030217191403.A17553@ttul.org>
      Branch: perl
-          ! lib/bytes.t
+          ! hints/darwin.sh
 ____________________________________________________________________________
-[ 13298] By: jhi                                   on 2001/11/27  00:59:44
-        Log: Bad assumption which way digits and letters sort.
+[ 18739] By: hv                                    on 2003/02/18  01:04:01
+        Log: Subject: Re: Did the assertion patch/feature submission get overlooked?
+             From: =?ISO-8859-1?Q?Salvador_Fandi=F1o?= <sfandino@yahoo.com>
+             Date: Mon, 17 Feb 2003 23:38:05 +0000
+             Message-ID: <3E51725D.5060303@yahoo.com>
      Branch: perl
-          ! lib/English.t
+          + t/comp/assertions.t t/run/switchA.t
+          ! MANIFEST
 ____________________________________________________________________________
-[ 13297] By: jhi                                   on 2001/11/27  00:55:04
-        Log: If in EBCDIC but no Convert::EBCDIC
-             the libnet tests will all fail.
+[ 18738] By: hv                                    on 2003/02/18  00:51:24
+        Log: Subject: [PATCH] Re: [PATCH] Re: [PATCH] Copy on write for $& and $1...
+             From: Nicholas Clark <nick@ccl4.org>
+             Date: Mon, 17 Feb 2003 21:07:03 +0000
+             Message-ID: <20030217210330.A8611@plum.flirble.org>
      Branch: perl
-          ! lib/Net/t/config.t lib/Net/t/ftp.t lib/Net/t/hostname.t
-          ! lib/Net/t/netrc.t lib/Net/t/nntp.t lib/Net/t/require.t
-          ! lib/Net/t/smtp.t lib/Net/t/time.t
+          ! sv.c
 ____________________________________________________________________________
-[ 13296] By: jhi                                   on 2001/11/27  00:45:55
-        Log: Just sorting to guarantee order is not enough.
-             (Think EBCDIC.) 
+[ 18737] By: hv                                    on 2003/02/18  00:47:00
+        Log: Subject: [PATCH] Re: [perl #21261] B::Terse not outputting correct constants or variable names
+             From: Stephen McCamant <smcc@mit.edu>
+             Date: Mon, 17 Feb 2003 19:34:36 -0500
+             Date: Mon, 17 Feb 2003 19:34:36 -0500
+             Message-ID: <15953.32668.277063.470885@syllepsis.MIT.EDU>
      Branch: perl
-          ! lib/ExtUtils/Manifest.t
+          ! ext/B/B.xs ext/B/B/Bblock.pm ext/B/B/Concise.pm
+          ! ext/B/B/Terse.pm ext/B/t/terse.t
 ____________________________________________________________________________
-[ 13295] By: jhi                                   on 2001/11/27  00:43:38
-        Log: OS/390 cleanable gunk.
+[ 18736] By: hv                                    on 2003/02/17  09:33:47
+        Log: Subject: [PATCH] Re: [PATCH] Copy on write for $& and $1...
+             From: Nicholas Clark <nick@unfortu.net>
+             Date: Sun, 16 Feb 2003 23:09:50 +0000
+             Message-ID: <20030216230950.GB276@Bagpuss.unfortu.net>
      Branch: perl
-          ! lib/ExtUtils/MM_Unix.pm
+          ! sv.c
 ____________________________________________________________________________
-[ 13294] By: jhi                                   on 2001/11/27  00:40:02
-        Log: Update the EBCDIC MD5 checksums.
+[ 18735] By: hv                                    on 2003/02/17  09:13:02
+        Log: Use the escape E<ntilde> in source files rather than the actual char.
      Branch: perl
-          ! ext/Digest/MD5/t/files.t
+          ! lib/assertions.pm lib/assertions/activate.pm
 ____________________________________________________________________________
-[ 13293] By: jhi                                   on 2001/11/27  00:28:40
-        Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20011118.128] installman chdir stuffs INC
-             From: Nicholas Clark <nick@ccl4.org>
-             Date: Mon, 26 Nov 2001 23:06:34 +0000
-             Message-ID: <20011126230633.Q37621@plum.flirble.org>
+[ 18734] By: hv                                    on 2003/02/17  09:06:44
+        Log: Suppress empty #ifdef blocks in embed.pl
      Branch: perl
-          ! installman
+          ! embed.h embed.pl
 ____________________________________________________________________________
-[ 13292] By: jhi                                   on 2001/11/27  00:24:36
-        Log: sort tweaks from John P. Linderman.
+[ 18733] By: hv                                    on 2003/02/17  08:51:53
+        Log: fix typo in sv.c and regenerate perlapi.pod
      Branch: perl
-          ! lib/sort.pm lib/sort.t perl.h pp_sort.c
+          ! pod/perlapi.pod sv.c
 ____________________________________________________________________________
-[ 13291] By: jhi                                   on 2001/11/27  00:20:09
-        Log: Subject: [ID 20011126.148] Socket::inet_aton() incorrectly accepts null string
-             From: Bob Dalgleish <Robert.Dalgleish@sk.sympatico.ca>          
-             Date: Mon, 26 Nov 2001 18:47:25 -0600
-             Message-Id: <B8283EBD.8414%Robert.Dalgleish@sk.sympatico.ca>
-             
-             Craig Berry submitted half of this patch just yesterday.
-             Spooky cosmic resonance.
+[ 18732] By: jhi                                   on 2003/02/17  06:40:09
+        Log: Philip Newton has eagle eyes :-)
      Branch: perl
-          ! ext/Socket/Socket.xs
+          ! pod/perlrun.pod
 ____________________________________________________________________________
-[ 13290] By: jhi                                   on 2001/11/27  00:15:07
-        Log: Subject: [PATCH] doio slightly smaller
-             From: Nicholas Clark <nick@ccl4.org>
-             Date: Tue, 27 Nov 2001 00:40:23 +0000      
-             Message-ID: <20011127004023.S37621@plum.flirble.org>                 
+[ 18731] By: jhi                                   on 2003/02/17  05:31:18
+        Log: Doc tweaks (and one code tweak) based on Philip Newton's comments.
      Branch: perl
-          ! doio.c
+          ! locale.c pod/perlrun.pod pod/perlunicode.pod
+          ! pod/perluniintro.pod pod/perlvar.pod util.c
 ____________________________________________________________________________
-[ 13289] By: jhi                                   on 2001/11/27  00:12:11
-        Log: perldelta nits from Autrijus Tang and Ron Kimball.
+[ 18730] By: jhi                                   on 2003/02/17  04:44:53
+        Log: Make also the -CAL conditional on locale.
      Branch: perl
-          ! pod/perldelta.pod
+          ! perl.c pod/perlrun.pod
 ____________________________________________________________________________
-[ 13288] By: jhi                                   on 2001/11/27  00:08:23
-        Log: Subject: [PATCH] unpack P* uses random length for item
-             From: "Wolfgang Laun" <wolfgang.laun@chello.at>               
-             Date: Mon, 26 Nov 2001 19:56:32 +0100
-             Message-ID: <200111261956320450.01E7217F@smtp.chello.at>
+[ 18729] By: jhi                                   on 2003/02/16  18:33:05
+        Log: NO_SHORT_NAMES is better than HIDE_SHORT_NAMES.
      Branch: perl
-          ! pod/perldiag.pod pp_pack.c t/op/pack.t
+          ! embed.h embed.pl pod/perlembed.pod
 ____________________________________________________________________________
-[ 13287] By: jhi                                   on 2001/11/26  23:55:02
-        Log: Subject: [PATCH current] system and taintedness
-             From: Radu Greab <radu@netsoft.ro>
-             Date: Mon, 26 Nov 2001 18:42:29 +0200
-             Message-ID: <15362.28917.697078.551412@ix.netsoft.ro>
+[ 18728] By: jhi                                   on 2003/02/16  18:20:04
+        Log: According to Sarathy it's better have the Ministry
+             of Information to remove all memory of NO_EMBED.
+             What NO_EMBED?
      Branch: perl
-          ! pp_sys.c t/op/taint.t
+          ! embed.h embed.pl
 ____________________________________________________________________________
-[ 13286] By: jhi                                   on 2001/11/26  23:53:21
-        Log: Subject: [PATCH @ 13283] Devel::PPPort
-             From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
-             Date: Mon, 26 Nov 2001 14:37:17 -0000
-             Message-ID: <AIEAJICLCBDNAAOLLOKLCECEDGAA.paul_marquess@yahoo.co.uk>
+[ 18727] By: hv                                    on 2003/02/16  13:55:10
+        Log: add support for assertions. Updated form of:
+             Subject: Re: Did the assertion patch/feature submission get overlooked?
+             From: Salvador =?ISO-8859-1?Q?Fandi=F1o?= <sfandino@yahoo.com>
+             Date: Sat, 30 Nov 2002 17:24:09 +0000
+             Message-ID: <3DE8F439.50402@yahoo.com>
+     Branch: perl
+          + lib/assertions.pm lib/assertions/activate.pm
+          ! MANIFEST cv.h dump.c embed.pl embedvar.h ext/B/B/Deparse.pm
+          ! ext/B/defsubs_h.PL intrpvar.h lib/perl5db.pl op.c perl.c
+          ! perl.h perlapi.h pp_hot.c sv.c toke.c xsutils.c
+____________________________________________________________________________
+[ 18726] By: hv                                    on 2003/02/16  13:10:32
+        Log: COW regexps:
+             Subject: [PATCH] Copy on write for $& and $1...
+             From: Nicholas Clark <nick@unfortu.net>
+             Date: Sun, 9 Feb 2003 23:00:09 +0000
+             Message-ID: <20030209230008.GF299@Bagpuss.unfortu.net>
      Branch: perl
-          + ext/Devel/PPPort/MANIFEST
-          ! MANIFEST ext/Devel/PPPort/Makefile.PL
-          ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/harness/Harness.pm
-          ! ext/Devel/PPPort/harness/Harness.xs
-          ! ext/Devel/PPPort/harness/Makefile.PL
-          ! ext/Devel/PPPort/harness/module2.c
-          ! ext/Devel/PPPort/harness/module3.c
-          ! ext/Devel/PPPort/harness/t/test.t ext/Devel/PPPort/soak
+          ! embed.fnc embed.h global.sym pod/perlapi.pod pp_ctl.c pp_hot.c
+          ! proto.h regcomp.c regexec.c regexp.h sv.c sv.h thrdvar.h
 ____________________________________________________________________________
-[ 13285] By: jhi                                   on 2001/11/26  14:08:36
-        Log: Update the test list.
+[ 18725] By: hv                                    on 2003/02/16  13:08:52
+        Log: inline SvREFCNT_dec:
+             Subject: [PATCH] Copy on write for $& and $1...
+             From: Nicholas Clark <nick@unfortu.net>
+             Date: Sun, 9 Feb 2003 23:00:09 +0000
+             Message-ID: <20030209230008.GF299@Bagpuss.unfortu.net>
      Branch: perl
-          ! t/lib/1_compile.t
+          ! embed.fnc embed.h proto.h sv.c sv.h
 ____________________________________________________________________________
-[ 13284] By: gbarr                                 on 2001/11/26  12:41:45
-        Log: Sync-up tests with libnet distribution
+[ 18723] By: hv                                    on 2003/02/16  11:12:58
+        Log: Subject: Re: [perl #20798] foo(eval {}) crashes Perl 5.8
+             From: Enache Adrian <enache@rdslink.ro>
+             Date: Sun, 16 Feb 2003 00:05:10 +0200
+             Message-ID: <20030215220510.GB893@ratsnest.hole>
      Branch: perl
-          + lib/Net/t/netrc.t
-          ! MANIFEST lib/Net/t/config.t lib/Net/t/hostname.t
+          ! op.c
 ____________________________________________________________________________
-[ 13283] By: jhi                                   on 2001/11/26  11:34:35
-        Log: Update Changes.
+[ 18722] By: hv                                    on 2003/02/16  11:08:06
+        Log: outdent else-if chain in scope()
      Branch: perl
-          ! Changes patchlevel.h
+          ! op.c
 ____________________________________________________________________________
-[ 13282] By: jhi                                   on 2001/11/26  11:28:18
-        Log: Upgrade to podlators 1.16.
+[ 18721] By: hv                                    on 2003/02/16  11:00:47
+        Log: Subject: [PATCH] arcane tainting bug in vms.c
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Sat, 15 Feb 2003 12:29:03 -0600
+             Message-ID: <3E4E86EF.8090609@mac.com>
      Branch: perl
-          + lib/Pod/t/basic.cap
-          ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Termcap.pm
-          ! lib/Pod/t/basic.t pod/pod2man.PL
+          ! vms/vms.c
 ____________________________________________________________________________
-[ 13281] By: jhi                                   on 2001/11/26  11:11:08
-        Log: Pass 6 at perldelta - sort enhancements, generic and
-             platform specific bug fixes.
+[ 18720] By: hv                                    on 2003/02/16  10:54:58
+        Log: restrict PERL_PRESERVE_IVUV to things that should really give an
+             integer, but extend to runtime. Based on:
+             Subject: Re: [perl #20827] Unexpected scientific notation.
+             From: hv@crypt.org
+             Date: Wed, 12 Feb 2003 03:12:43 +0000
+             Message-Id: <200302120312.h1C3ChS02613@crypt.compulink.co.uk>
      Branch: perl
-          ! pod/perldelta.pod
+          ! op.c pp.c
 ____________________________________________________________________________
-[ 13280] By: jhi                                   on 2001/11/26  10:35:56
-        Log: PROPAGATE documentation from Tony Cook.
+[ 18718] By: jhi                                   on 2003/02/16  09:47:02
+        Log: As suggested by Sarathy, add -DPERL_HIDE_SHORT_NAMES option
+             which will disable the short forms of the Perl_ API, good for
+             embedding stuff.  (Kind of like the old NO_EMBED, but better.)
      Branch: perl
-          ! pod/perlfunc.pod
+          ! embed.h embed.pl pod/perlembed.pod
 ____________________________________________________________________________
-[ 13279] By: jhi                                   on 2001/11/25  23:45:27
-        Log: DJGPP cannot do signals that well.
+[ 18717] By: jhi                                   on 2003/02/16  09:44:57
+        Log: Clarify the -C syntax a bit.
      Branch: perl
-          ! ext/POSIX/t/sigaction.t
+          ! pod/perlrun.pod
 ____________________________________________________________________________
-[ 13278] By: jhi                                   on 2001/11/25  23:43:30
-        Log: Can't do subsecond alarms without ualarm; and break out
-             early if alarms do not seem to be coming in as expected.
+[ 18716] By: jhi                                   on 2003/02/16  08:29:54
+        Log: Forgotten from #18715.
      Branch: perl
-          ! ext/Time/HiRes/HiRes.t
+          ! embed.h proto.h
 ____________________________________________________________________________
-[ 13277] By: jhi                                   on 2001/11/25  23:01:39
-        Log: No Socket, little Net.
+[ 18715] By: jhi                                   on 2003/02/15  21:19:37
+        Log: The new(er) way of controlling Unicode I/O (and other) features;
+             -C (or PERL_UNICODE).  See perlrun/-C for more details.
      Branch: perl
-          ! t/lib/1_compile.t
+          ! embed.fnc embedvar.h gv.c intrpvar.h locale.c mg.c perl.c
+          ! perl.h perlapi.h pod/perldiag.pod pod/perlrun.pod
+          ! pod/perlunicode.pod pod/perluniintro.pod pod/perlvar.pod
+          ! util.c
 ____________________________________________________________________________
-[ 13276] By: jhi                                   on 2001/11/25  22:58:44
-        Log: Take the taint brush to the getcwds.
+[ 18714] By: jhi                                   on 2003/02/15  12:31:25
+        Log: Also Storable really wants the PATCHLEVEL, not PERL_VERSION.
      Branch: perl
-          ! djgpp/djgpp.c epoc/epoc.c os2/os2.c wince/wince.c
+          ! ext/Storable/Storable.xs
 ____________________________________________________________________________
-[ 13275] By: jhi                                   on 2001/11/25  21:42:02
-        Log: Subject: [PATCH perl@13227] Socket::my_inet_aton() tweak
-             From: "Craig A. Berry" <craigberry@mac.com>
-             Date: Sun, 25 Nov 2001 16:20:45 -0600
-             Message-Id: <5.1.0.14.2.20011125160848.01c59690@exchi01>
+[ 18712] By: jhi                                   on 2003/02/15  08:39:38
+        Log: Bring the CPAN Digest::MD5 (2.23) and the core Digest::MD5
+             even closer to each other.  The dec_osf.pl is irrelevant
+             for the current core but adding it makes for one less exception
+             when integrating.
      Branch: perl
-          ! ext/Socket/Socket.xs
+          + ext/Digest/MD5/hints/dec_osf.pl
+          ! MANIFEST ext/Digest/MD5/MD5.pm ext/Digest/MD5/Makefile.PL
+          ! ext/Digest/MD5/t/files.t
 ____________________________________________________________________________
-[ 13274] By: jhi                                   on 2001/11/25  21:32:17
-        Log: Since in some DOS filesystems the timestamp granularity
-             may be only two seconds, better sleep for three to play safe.
-             (Helps CygWin, at least.)
+[ 18711] By: jhi                                   on 2003/02/15  08:32:04
+        Log: Update MD5 Changes; update checksums.
      Branch: perl
-          ! lib/Memoize/t/expire_file.t
+          ! ext/Digest/MD5/Changes ext/Digest/MD5/t/files.t
 ____________________________________________________________________________
-[ 13273] By: jhi                                   on 2001/11/25  21:22:10
-        Log: For some reason CygWin wasn't collapsing multiple
-             slashes into one, which made some Spec.t tests to fail.
-             Either CygWin was being too prudish or the collapsing
-             logic needs to be rethunk.
+[ 18710] By: jhi                                   on 2003/02/15  08:19:20
+        Log: Update the MD5 checksums.
      Branch: perl
-          ! lib/File/Spec/Unix.pm
+          ! ext/Digest/MD5/t/files.t
 ____________________________________________________________________________
-[ 13272] By: jhi                                   on 2001/11/25  20:40:23
-        Log: Cygwin needs to have libperl.dll around if trying to link
-             with -lperl.  Note: this change cures the test but whether
-             it cures CygPerl installation, I don't know: hopefully the
-             libperl5_7_2.dll, or the version equivalent, gets installed
-             also as libperl.dll to the proper place(s).
+[ 18709] By: jhi                                   on 2003/02/15  08:16:26
+        Log: Make the patchlevel.h inclusion attempt pre-5.6.0-safe(r)
+             (problem noticed by Graham with List::Util).
      Branch: perl
-          ! lib/ExtUtils/Embed.t
+          ! ext/Data/Dumper/Dumper.xs ext/Digest/MD5/MD5.xs
+          ! ext/MIME/Base64/Base64.xs ext/Storable/Storable.xs
 ____________________________________________________________________________
-[ 13271] By: jhi                                   on 2001/11/25  20:18:53
-        Log: -I../lib/.. and -L../lib/..?  Strange.
+[ 18708] By: jhi                                   on 2003/02/15  07:31:17
+        Log: Subject: Re: [perl #20912] UTF8 related glitch + fix
+             From: Enache Adrian <enache@rdslink.ro>
+             Date: Sat, 15 Feb 2003 00:37:40 +0200
+             Message-ID: <20030214223740.GA13575@ratsnest.hole>
      Branch: perl
-          ! lib/ExtUtils/Embed.t
+          ! pp.c t/op/split.t
 ____________________________________________________________________________
-[ 13270] By: jhi                                   on 2001/11/25  19:57:54
-        Log: $MM?
+[ 18707] By: hv                                    on 2003/02/15  06:38:15
+        Log: Subject: [doc patch] ext/threads/shared/shared.pm
+             From: Stas Bekman <stas@stason.org>
+             Date: Fri, 14 Feb 2003 11:12:39 +1100
+             Message-ID: <3E4C3477.7030306@stason.org>
      Branch: perl
-          ! lib/ExtUtils/Embed.pm
+          ! ext/threads/shared/shared.pm
 ____________________________________________________________________________
-[ 13269] By: jhi                                   on 2001/11/25  19:46:55
-        Log: Subject: [PATCH] Further replacement of EU::MM with File::Spec
-             From: Dave Rolsky <autarch@urth.org>
-             Date: Mon, 19 Nov 2001 18:17:09 -0600 (CST)
-             Message-ID: <Pine.LNX.4.40.0111191750440.22189-100000@urth.org>
+[ 18706] By: hv                                    on 2003/02/15  06:32:35
+        Log: Subject: Re: perlvar phrasing clarification for $^S
+             From: "Iain 'Spoon' Truskett" <perl@dellah.anu.edu.au>
+             Date: Fri, 14 Feb 2003 10:12:00 +1100
+             Message-ID: <20030213231200.GE16300@ouroboros.anu.edu.au>
      Branch: perl
-          ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/Embed.pm
-          ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
+          ! pod/perlvar.pod
 ____________________________________________________________________________
-[ 13268] By: jhi                                   on 2001/11/25  19:44:38
-        Log: Subject: [REPATCH lib/DB.pm MANIFEST lib/DB.t] Rework DB.pm tests
-             From: chromatic <chromatic@rmci.net>
-             Date: Sat, 24 Nov 2001 14:56:57 -0700
-             Message-ID: <20011124220430.97697.qmail@onion.perl.org>
-             
-             plus a tweak for ithreads builds.
+[ 18705] By: hv                                    on 2003/02/15  06:27:07
+        Log: Subject: Re: [perl #20933] \substr reuses lvalues (sometimes)
+             From: Dave Mitchell <davem@fdgroup.com>
+             Date: Fri, 14 Feb 2003 22:48:27 +0000
+             Message-ID: <20030214224827.B6783@fdgroup.com>
+
+             with tests:
+             From: Slaven Rezic <slaven@rezic.de>
+             Date: 14 Feb 2003 20:23:20 +0100
+             Message-ID: <87bs1e4qfr.fsf@vran.herceg.de>
      Branch: perl
-          + lib/DB.t
-          ! MANIFEST lib/DB.pm
+          ! pp.c t/op/substr.t t/op/vec.t
 ____________________________________________________________________________
-[ 13267] By: jhi                                   on 2001/11/25  19:38:50
-        Log: Win32 compilation tweaks for Blair Zajac.
+[ 18704] By: hv                                    on 2003/02/15  06:17:06
+        Log: Subject: Re: overriding builtins quirk
+             From: Jerrad Pierce <belg4mit@MIT.EDU>
+             Date: Fri, 14 Feb 2003 09:28:13 -0500
+             Message-Id: <200302141428.JAA25752@cathedral-seven.mit.edu>
      Branch: perl
-          ! ext/IO/IO.xs ext/POSIX/POSIX.xs win32/win32.h
+          ! pod/perlsub.pod
 ____________________________________________________________________________
-[ 13266] By: jhi                                   on 2001/11/25  19:11:38
-        Log: I don't think trying to bracket the hires time with lores
-             times is going to be portable enough: Cygwin seems to be
-             capable of getting hires ones rather consistently lower
-             than the lores ones.  So let's try average difference instead.
+[ 18703] By: rgs                                   on 2003/02/14  22:23:56
+        Log: Subject: Re: trying to fix #20154, #20357
+             From: Enache Adrian <enache@rdslink.ro>
+             Date: Sat, 8 Feb 2003 21:05:14 +0200
+             Message-ID: <20030208190514.GA866@ratsnest.hole>
+             (fixes #19061 as well)
      Branch: perl
-          ! ext/Time/HiRes/HiRes.t
+          ! pp_ctl.c t/op/goto.t
 ____________________________________________________________________________
-[ 13265] By: jhi                                   on 2001/11/25  18:28:04
-        Log: Subject: Re: benchmarks, sorts and reproducibility
-             From: "John P. Linderman" <jpl@research.att.com>
-             Date: Sun, 25 Nov 2001 14:25:18 -0500 (EST)
-             Message-Id: <200111251925.OAA77172@raptor.research.att.com>
-             
-             Randomize large partitions for quicksort to dodge the
-             angry gods of quadratic.
+[ 18702] By: gbarr                                 on 2003/02/14  19:26:23
+        Log: Update to Scalar-List-Utils 1.11
      Branch: perl
-          ! pp_sort.c
+          + ext/List/Util/t/proto.t
+          ! MANIFEST ext/List/Util/ChangeLog ext/List/Util/Util.xs
+          ! ext/List/Util/lib/List/Util.pm
+          ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/isvstring.t
 ____________________________________________________________________________
-[ 13264] By: jhi                                   on 2001/11/25  18:23:54
-        Log: The joys of portable quoting.
+[ 18699] By: jhi                                   on 2003/02/13  09:43:33
+        Log: gcc 3.2.1 does not have -Wall faith that tmp
+             will not be used uninitialized.
      Branch: perl
-          ! ext/Devel/PPPort/harness/Makefile.PL
+          ! toke.c
 ____________________________________________________________________________
-[ 13263] By: jhi                                   on 2001/11/25  18:12:31
-        Log: sort pragma tweaks.
+[ 18698] By: hv                                    on 2003/02/12  03:01:32
+        Log: Subject: perlbug (was: Re: [perl #20606] [no subject])
+             From: Slaven Rezic <slaven@rezic.de>
+             Date: 30 Jan 2003 19:03:41 +0100
+             Message-ID: <87fzra7bwi.fsf@vran.herceg.de>
      Branch: perl
-          ! lib/sort.pm
+          ! utils/perlbug.PL
 ____________________________________________________________________________
-[ 13262] By: jhi                                   on 2001/11/25  17:10:09
-        Log: Skip the link= directives of utils.lst if no mandir
-             (if no manpages).
+[ 18697] By: hv                                    on 2003/02/12  02:20:39
+        Log: Subject: [PATCH 5.9.0] to silence compiler warning
+             From: Robin Barker <Robin.Barker@npl.co.uk>
+             Date: Tue, 28 Jan 2003 13:27:17 -0000
+             Message-ID: <533D273D4014D411AB1D00062938C4D9040462CC@hotel.npl.co.uk>
      Branch: perl
-          ! installman
+          ! ext/PerlIO/scalar/scalar.xs ext/Storable/Storable.xs
+          ! universal.c util.c
 ____________________________________________________________________________
-[ 13261] By: gsar                                  on 2001/11/25  16:48:38
-        Log: integrate changes#8340,13260 from mainline
-             
-             Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
-             
-             change#3373 introduced a handle leak in backticks and piped open()s
-             that fail
-     Branch: maint-5.6/perl
-          ! t/io/pipe.t util.c
+[ 18696] By: rgs                                   on 2003/02/11  20:13:21
+        Log: Subject: [perl #20654] %*v02x considered invalid in printf
+             From: Robin Barker (via RT) <perlbug-followup@perl.org>
+             Date: 10 Feb 2003 16:43:23 -0000
+             Message-Id: <rt-20654-50711.19.9711009821137@bugs6.perl.org>
+     Branch: perl
+          ! sv.c t/op/sprintf.t
 ____________________________________________________________________________
-[ 13260] By: gsar                                  on 2001/11/25  16:37:29
-        Log: change#3373 introduced a handle leak in backticks and piped open()s
-             that fail
+[ 18695] By: rgs                                   on 2003/02/11  20:00:23
+        Log: Subject: mini-[patch] perlrun "^$W" typo
+             From: Iain Truskett <spoon@dellah.org>
+             Date: Tue, 11 Feb 2003 08:38:52 +1100
+             Message-ID: <20030210213851.GC31721@ouroboros.anu.edu.au>
      Branch: perl
-          ! util.c
+          ! pod/perlrun.pod
 ____________________________________________________________________________
-[ 13259] By: jhi                                   on 2001/11/25  05:58:47
-        Log: metaconfig unit change for #13258.
-     Branch: metaconfig/U/perl
-          ! d_procselfexe.U
+[ 18694] By: rgs                                   on 2003/02/11  19:44:00
+        Log: Subject: [PATCH] More B::Concise fixes
+             From: Stephen McCamant <smcc@mit.edu>
+             Date: Sun, 9 Feb 2003 17:28:38 -0500
+             Message-ID: <15942.54806.381678.173391@syllepsis.MIT.EDU>
+     Branch: perl
+          ! ext/B/B/Concise.pm
 ____________________________________________________________________________
-[ 13258] By: jhi                                   on 2001/11/25  05:58:30
-        Log: Extraenous breaks noticed by David Dyck.
+[ 18693] By: merijn                                on 2003/02/11  08:14:29
+        Log: More code cleanup.
+
+             Subject: Re: New SV Flag
+             Date: Fri, 07 Feb 2003 09:57:43 +0100
+             From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
+             Message-Id: <20030207095258.6E05.H.M.BRAND@hccnet.nl>
      Branch: perl
-          ! Configure
+          ! sv.c sv.h
 ____________________________________________________________________________
-[ 13257] By: jhi                                   on 2001/11/25  05:32:18
-        Log: Revert the /proc/self/auxv experiment for now.
+[ 18692] By: jhi                                   on 2003/02/11  07:53:26
+        Log: Dueling patches.
      Branch: perl
-          ! lib/ExtUtils.t perl.c t/lib/1_compile.t
+          - lib/CPAN/ChangeLog
+          ! MANIFEST
 ____________________________________________________________________________
-[ 13256] By: jhi                                   on 2001/11/25  04:59:31
-        Log: Also ExtUtils.t had $^X assumptions.
+[ 18691] By: hv                                    on 2003/02/11  00:27:56
+        Log: Subject: PATCH: sv_rvweaken() deficiency (against 5.8.0)
+             From: Mark Mielke <mark@mark.mielke.cc>
+             Date: Mon, 20 Jan 2003 19:56:13 -0500
+             Message-ID: <20030121005613.GA31739@mark.mielke.cc>
      Branch: perl
-          ! lib/ExtUtils.t
+          ! sv.c
 ____________________________________________________________________________
-[ 13255] By: jhi                                   on 2001/11/25  04:20:02
-        Log: Now is Solaris if you start the t/perl in the t/
-             as "./perl", the $^X will be "../perl", not "./perl".
+[ 18690] By: hv                                    on 2003/02/10  22:08:05
+        Log: fix comment in change #18689
      Branch: perl
-          ! t/lib/1_compile.t
+          ! sv.c
 ____________________________________________________________________________
-[ 13254] By: jhi                                   on 2001/11/25  03:59:06
-        Log: The new way of finding out $^X in Solaris
-             requires a little tweak if the executable
-             pathname is *not* absolute: prepend "./"
-             (otherwise `$^X ...` will start perl from PATH...)
+[ 18689] By: hv                                    on 2003/02/10  21:59:34
+        Log: Fix for [perl #20339]: "%lf" rejected as invalid by recent sprintf.
+             Now allows but ignores the 'l' modifier on floating point formats
+             and adds a couple of tests.
      Branch: perl
-          ! perl.c
+          ! sv.c t/op/sprintf.t
 ____________________________________________________________________________
-[ 13253] By: jhi                                   on 2001/11/25  03:18:05
-        Log: Avoid "will not stay shared" warnings.
+[ 18688] By: sky                                   on 2003/02/10  19:54:13
+        Log: Subject: Re: [perl #20777] [PATCH] goto &subroutine leaks memory
+             From: Enache Adrian <enache@rdslink.ro>
+             Date: sun feb 9, 2003  21:10:25 Europe/Stockholm
+             Message-Id: <20030209201025.GA1247@ratsnest.hole>
      Branch: perl
-          ! lib/ExtUtils/MM_Unix.pm
+          ! pp_ctl.c
 ____________________________________________________________________________
-[ 13252] By: jhi                                   on 2001/11/25  03:00:49
-        Log: Subject: [PATCH perl.c util.c pp_sys.c t/op/magic.t] $$ readonly, take two
-             From: Michael G Schwern <schwern@pobox.com>
-             Date: Sat, 24 Nov 2001 19:56:18 -0500
-             Message-ID: <20011124195618.A14614@blackrider>            
+[ 18687] By: sky                                   on 2003/02/10  18:13:29
+        Log: Subject: Re: [perl #20716] [FIX] scope error with brackets
+             From: Enache Adrian <enache@rdslink.ro>
+             Date: mon feb 10, 2003  18:48:58 Europe/Stockholm
+             Message-id: <20030210174858.GA872@ratsnest.hole>
      Branch: perl
-          ! perl.c pp_sys.c t/op/magic.t util.c
+          ! t/comp/parser.t toke.c
 ____________________________________________________________________________
-[ 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 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.)
+[ 18686] By: sky                                   on 2003/02/10  18:11:35
+        Log: Compile under threads and MacOSX. For some reason newSVpvf
+             was not exapnded.
      Branch: perl
-          ! lib/ExtUtils/MM_Unix.pm
+          ! universal.c
 ____________________________________________________________________________
-[ 13250] By: gsar                                  on 2001/11/25  00:50:10
-        Log: testsuite leaves stray files behind on windows
+[ 18685] By: ams                                   on 2003/02/10  03:44:07
+        Log: No, we don't really want the utility scripts.
      Branch: perl
-          ! lib/ExtUtils/Embed.t lib/ExtUtils/Mkbootstrap.t lib/Shell.t
+          - ext/MIME/Base64/decode-base64 ext/MIME/Base64/decode-qp
+          - ext/MIME/Base64/encode-base64 ext/MIME/Base64/encode-qp
+          ! MANIFEST ext/MIME/Base64/Makefile.PL
 ____________________________________________________________________________
-[ 13249] By: gsar                                  on 2001/11/25  00:32:36
-        Log: xsubpp produces a spurious warning on directories called 'typemap'
+[ 18684] By: hv                                    on 2003/02/10  01:43:12
+        Log: fix for C< use if qw/ 1 open :utf8 / > based on:
+             Subject: [perl #20536] use if 1, open => ':utf8' fails
+             From: Autrijus Tang (via RT) <perlbug-followup@perl.org>
+             Date: 24 Jan 2003 22:39:06 -0000
+             Message-Id: <rt-20536-49670.13.2464320257255@bugs6.perl.org>
      Branch: perl
-          ! lib/ExtUtils/xsubpp
+          ! lib/if.pm lib/if.t
 ____________________________________________________________________________
-[ 13248] By: gsar                                  on 2001/11/25  00:17:28
-        Log: xsubpp treats invalid (indented) cpp directives as comments
+[ 18683] By: hv                                    on 2003/02/10  01:15:52
+        Log: Subject: RE: perldebug.pod suggestion
+             From: "Jay Hannah" <jhannah@omnihotels.com>
+             Date: Fri, 24 Jan 2003 11:28:44 -0600
+             Message-ID: <00b001c2c3ce$0c4716e0$4709a8c0@omarests2>
      Branch: perl
-          ! ext/IO/IO.xs
+          ! pod/perldebug.pod
 ____________________________________________________________________________
-[ 13247] By: gsar                                  on 2001/11/25  00:02:37
-        Log: $(MAKE) distclean shouldn't blow away ../lib/Thread.pm
+[ 18682] By: hv                                    on 2003/02/10  00:26:50
+        Log: Subject: [PATCH] version objects final(?) patch
+             From: John Peacock <jpeacock@rowman.com>
+             Date: Sun, 05 Jan 2003 21:28:41 -0500
+             Message-ID: <3E18E9D9.2040908@rowman.com>
      Branch: perl
-          ! win32/Makefile win32/Makefile.win64 win32/makefile.mk
+          ! lib/version.pm lib/version.t universal.c util.c
 ____________________________________________________________________________
-[ 13246] By: jhi                                   on 2001/11/24  21:45:32
-        Log: The debug_pag needs to be visible at all times
-             because of the re extension.
+[ 18680] By: chip                                  on 2003/02/09  17:39:33
+        Log: Add CPAN ChangeLog to MANIFEST.
      Branch: perl
-          ! intrpvar.h makedef.pl perl.c perl.h regexec.c
+          ! MANIFEST
 ____________________________________________________________________________
-[ 13245] By: jhi                                   on 2001/11/24  20:09:20
-        Log: Subject: Re: [PATCH] Tests are good
-             From: Philip Newton <Philip.Newton@gmx.net>
-             Date: Sat, 24 Nov 2001 21:24:00 +0100
-             Message-ID: <4c000us22s27871hrsqnvjmtnvtd4r85u1@4ax.com>
+[ 18678] By: jhi                                   on 2003/02/09  14:37:38
+        Log: CPAN ChangeLog not needed, says Andreas.
      Branch: perl
-          ! pod/perlhack.pod
+          ! MANIFEST
 ____________________________________________________________________________
-[ 13244] By: jhi                                   on 2001/11/24  19:06:29
-        Log: Subject: [PATCH perl@13227] make PPPort/harness build on VMS
-             From: "Craig A. Berry" <craigberry@mac.com> 
-             Date: Sat, 24 Nov 2001 12:45:44 -0600
-             Message-Id: <5.1.0.14.2.20011124030253.01bd4b98@exchi01>
-             
-             (with tweaks, and combined with Sarathy's #13242)
+[ 18677] By: jhi                                   on 2003/02/09  08:42:19
+        Log: Subject: [perl #20785] glitches with $PerlIO::encoding::fallback
+             From: "autrijus@ossf.iis.sinica.edu.tw (via RT)" <perlbug-followup@perl.org>
+             Date: 8 Feb 2003 11:54:11 -0000
+             Message-Id: <rt-20785-50586.6.45611613038412@bugs6.perl.org>
      Branch: perl
-          ! configure.com ext/Devel/PPPort/harness/Makefile.PL
+          ! ext/PerlIO/encoding/encoding.pm
 ____________________________________________________________________________
-[ 13243] By: jhi                                   on 2001/11/24  18:46:31
-        Log: Subject: Re: [PATCH] Make Exporter::Heavy use Universal->VERSION()
-             From: John Peacock <jpeacock@rowman.com>
-             Date: Sat, 24 Nov 2001 14:27:46 -0500
-             Message-ID: <3BFFF4B2.40509@rowman.com> 
+[ 18676] By: jhi                                   on 2003/02/09  08:35:25
+        Log: Subject: Re: utime undef, undef, "/tmp/test" and warnings
+             From: Stas Bekman <stas@stason.org>
+             Date: Sat, 08 Feb 2003 11:12:28 +1100
+             Message-ID: <3E444B6C.5060407@stason.org>
      Branch: perl
-          ! lib/Exporter/Heavy.pm
+          ! doio.c
 ____________________________________________________________________________
-[ 13242] By: gsar                                  on 2001/11/24  17:16:18
-        Log: use portable quotes
+[ 18675] By: jhi                                   on 2003/02/08  19:49:40
+        Log: Possible cruft removal.
      Branch: perl
-          ! ext/Devel/PPPort/harness/Makefile.PL
+          ! x2p/Makefile.SH
 ____________________________________________________________________________
-[ 13241] By: jhi                                   on 2001/11/24  17:09:25
-        Log: Subject: [PATCH] Re: [ID 20011118.128] installman chdir stuffs INC
-             From: Nicholas Clark <nick@ccl4.org>
-             Date: Sat, 24 Nov 2001 18:06:26 +0000
-             Message-ID: <20011124180626.T37621@plum.flirble.org>
+[ 18674] By: jhi                                   on 2003/02/08  18:22:42
+        Log: Signedness nits.
      Branch: perl
-          ! installman
+          ! toke.c
 ____________________________________________________________________________
-[ 13240] By: jhi                                   on 2001/11/24  17:06:11
-        Log: Subject: [PATCH] perl5005delta.pod L<>
-             From: Nicholas Clark <nick@ccl4.org>
-             Date: Sat, 24 Nov 2001 18:04:21 +0000
-             Message-ID: <20011124180421.S37621@plum.flirble.org>
+[ 18672] By: jhi                                   on 2003/02/08  08:45:35
+        Log: Upgrade to CPAN 1.64, from Andreas Koenig.
      Branch: perl
-          ! pod/perl5005delta.pod
+          + lib/CPAN/ChangeLog lib/CPAN/README utils/cpan
+          ! MANIFEST lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/t/Nox.t
+          ! lib/CPAN/t/loadme.t lib/CPAN/t/mirroredby.t lib/CPAN/t/vcmp.t
+          ! utils.lst
 ____________________________________________________________________________
-[ 13239] By: gsar                                  on 2001/11/24  17:01:17
-        Log: fix typo in config.vc; regenerate win32 config_H.* files
+[ 18671] By: jhi                                   on 2003/02/08  08:35:06
+        Log: Upgrade to Net::Ping 2.28, from Rob Brown.
      Branch: perl
-          ! win32/config.vc win32/config_H.bc win32/config_H.gc
-          ! win32/config_H.vc
+          + lib/Net/Ping/t/190_alarm.t lib/Net/Ping/t/500_ping_icmp.t
+          ! MANIFEST lib/Net/Ping.pm lib/Net/Ping/Changes
+          ! lib/Net/Ping/README lib/Net/Ping/t/300_ping_stream.t
+          ! lib/Net/Ping/t/400_ping_syn.t lib/Net/Ping/t/410_syn_host.t
 ____________________________________________________________________________
-[ 13238] By: jhi                                   on 2001/11/24  16:16:01
-        Log: Mention the charnames::vianame().
+[ 18670] By: jhi                                   on 2003/02/08  07:23:02
+        Log: Subject: [PATCH] perluniintro nit
+             From: Autrijus Tang <autrijus@autrijus.org>
+             Date: Fri, 7 Feb 2003 00:02:49 +0800
+             Message-ID: <20030206160249.GA12984@not.autrijus.org>
      Branch: perl
           ! pod/perluniintro.pod
 ____________________________________________________________________________
-[ 13237] By: jhi                                   on 2001/11/24  16:12:31
-        Log: Add charnames::vianame() in case people want to access
-             the codes in run-time (as opposed to the compile-timeness
-             of \N{...}).
+[ 18669] By: jhi                                   on 2003/02/06  20:06:09
+        Log: Subject: [PATCH: perl@186389] path tweak fix up for t/pod/find.t on VMS
+             From: PPrymmer@factset.com
+             Date: Wed, 5 Feb 2003 12:00:05 -0500
+             Message-ID: <OFF5FDC924.68DBF580-ON85256CC4.005CC78E@factset.com>
      Branch: perl
-          ! lib/charnames.pm lib/charnames.t
+          ! t/pod/find.t
 ____________________________________________________________________________
-[ 13236] By: jhi                                   on 2001/11/24  16:11:04
-        Log: Subject: [PATCH] memset() is cheaper than a loop of 256 bit-a-a-times
-             From: Nicholas Clark <nick@ccl4.org>
-             Date: Sat, 24 Nov 2001 16:30:42 +0000
-             Message-ID: <20011124163042.R37621@plum.flirble.org>
+[ 18668] By: jhi                                   on 2003/02/06  20:00:52
+        Log: sv_cat_recode() proto was missing, noticed by Craig Berry.
      Branch: perl
-          ! regcomp.c regcomp.h
+          ! proto.h
 ____________________________________________________________________________
-[ 13235] By: jhi                                   on 2001/11/24  15:26:37
-        Log: Subject: [PATCH] Re: Smoke 13191 /pro/3gl/CPAN/perl-current
-             From: Nicholas Clark <nick@ccl4.org>
-             Date: Sat, 24 Nov 2001 16:24:33 +0000
-             Message-ID: <20011124162433.Q37621@plum.flirble.org>
-             
-             cmp fixes.
+[ 18666] By: sky                                   on 2003/02/06  09:39:24
+        Log: Patch from Richard Soderberg, cleanup the code a bit and comment
+             why we are not using SvOOK_on.
      Branch: perl
-          ! pp.c
+          ! sv.c
 ____________________________________________________________________________
-[ 13234] By: jhi                                   on 2001/11/24  15:23:34
-        Log: Use /proc/self/auxv in Solaris to figure out the $^X.
-             (It seems that "./perl" gets resolved to "perl" now.)
+[ 18664] By: jhi                                   on 2003/02/06  09:26:53
+        Log: Things forgotten from Encode 1.87.
      Branch: perl
-          ! perl.c
+          ! ext/Encode/Unicode/Unicode.xs ext/Encode/t/CJKT.t
 ____________________________________________________________________________
-[ 13233] By: jhi                                   on 2001/11/24  14:58:52
-        Log: Subject: [PATCH] DB_File 1.800        
-             From: "Paul Marquess" <paul_marquess@yahoo.co.uk>               
-             Date: Sat, 24 Nov 2001 11:41:41 -0000
-             Message-ID: <AIEAJICLCBDNAAOLLOKLIEPMDFAA.paul_marquess@yahoo.co.uk>
+[ 18663] By: jhi                                   on 2003/02/06  04:03:31
+        Log: Upgrade to Encode 1.87.
      Branch: perl
-          ! ext/DB_File/Changes ext/DB_File/DB_File.pm
-          ! ext/DB_File/DB_File.xs ext/DB_File/Makefile.PL
-          ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
-          ! ext/DB_File/t/db-recno.t
+          ! ext/Encode/AUTHORS ext/Encode/Byte/Byte.pm ext/Encode/Changes
+          ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/KR/KR.pm
+          ! ext/Encode/Unicode/Unicode.pm ext/Encode/Unicode/Unicode.xs
+          ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Alias.pm
+          ! ext/Encode/lib/Encode/CJKConstants.pm
+          ! ext/Encode/lib/Encode/Encoder.pm
+          ! ext/Encode/lib/Encode/Encoding.pm
+          ! ext/Encode/lib/Encode/JP/JIS7.pm ext/Encode/t/CJKT.t
+          ! ext/Encode/t/enc_eucjp.t
 ____________________________________________________________________________
-[ 13232] By: jhi                                   on 2001/11/24  14:48:34
-        Log: Tweak the PUSHED documentation.
+[ 18662] By: jhi                                   on 2003/02/05  19:40:38
+        Log: Add the test of [perl #8760] (fixed by change #18656).
      Branch: perl
-          ! ext/PerlIO/Via/Via.pm
+          ! t/run/fresh_perl.t
 ____________________________________________________________________________
-[ 13231] By: jhi                                   on 2001/11/24  04:09:41
-        Log: Update 1_compile for new known tests.
+[ 18661] By: jhi                                   on 2003/02/05  19:28:37
+        Log: has become fixed too (by changes #18653
+             and #18658, methinks), adding the test(s).
      Branch: perl
-          ! t/lib/1_compile.t
+          ! t/op/pat.t
 ____________________________________________________________________________
-[ 13230] By: jhi                                   on 2001/11/24  04:07:39
-        Log: Move the MBF/MBI test modules to t/lib.
+[ 18660] By: jhi                                   on 2003/02/05  17:15:35
+        Log: Subject: [Patch] parsing under encoding (Re: [Encode] HEADS-UP; $Encode::VERSION++ to enhance filter option)([perl #16823])
+             From: Inaba HIroto <inaba@st.rim.or.jp>
+             Date: Sat, 01 Feb 2003 21:58:20 +0900
+             Message-ID: <3E3BC46B.6C687CFD@st.rim.or.jp>
      Branch: perl
-          + t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/Subclass.pm
-          - lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
-          - lib/Math/BigInt/t/Math/BigInt/Subclass.pm
-          ! MANIFEST lib/Math/BigInt/t/sub_mbf.t
-          ! lib/Math/BigInt/t/sub_mbi.t
+          ! embed.fnc embed.h ext/Encode/Encode.pm ext/Encode/Encode.xs
+          ! ext/Encode/Encode/encode.h ext/Encode/encengine.c
+          ! ext/Encode/lib/Encode/Encoding.pm
+          ! ext/Encode/lib/Encode/JP/JIS7.pm global.sym lib/utf8.t
+          ! pod/perlapi.pod sv.c t/uni/tr_7jis.t toke.c
 ____________________________________________________________________________
-[ 13229] By: jhi                                   on 2001/11/23  23:09:27
-        Log: Subject: [PATCH perl@13227] configure.com follow-up to 13218
-             From: "Craig A. Berry" <craigberry@mac.com> 
-             Date: Fri, 23 Nov 2001 18:05:35 -0600
-             Message-Id: <5.1.0.14.2.20011123175131.01abe358@exchi01>
+[ 18659] By: jhi                                   on 2003/02/05  11:51:30
+        Log: Subject: [PATCH: perl@186389] fix for PerlIO/Via compilation on VMS
+             From: PPrymmer@factset.com
+             Date: Tue, 4 Feb 2003 12:03:17 -0500
+             Message-ID: <OFCBC6AE62.FF2B83D4-ON85256CC3.005D7A9F@factset.com>
      Branch: perl
-          ! configure.com
+          ! ext/PerlIO/via/via.xs
 ____________________________________________________________________________
-[ 13228] By: jhi                                   on 2001/11/23  21:11:56
-        Log: Subject: [PATCH: perl@13169] switch unfcmb.h to employ 'STDCHAR' in place of char    
-             From: PPrymmer@factset.com 
-             Date: Fri, 23 Nov 2001 17:03:07 -0500
-             Message-ID: <OFA09CCF98.F3E93041-ON85256B0D.00787706@55.25.11>                 
+[ 18658] By: jhi                                   on 2003/02/05  05:45:11
+        Log: s/S_cache_re/cache_re/ for building with threads.
      Branch: perl
-          ! ext/Unicode/Normalize/mkheader
+          ! regexec.c
 ____________________________________________________________________________
-[ 13227] By: jhi                                   on 2001/11/23  20:09:36
-        Log: Here are the right helper files.
+[ 18657] By: rgs                                   on 2003/02/04  20:06:19
+        Log: Subject: [PATCH] B::Concise updates (incl. avoiding use of op_seq)
+             From: Stephen McCamant <smcc@mit.edu>
+             Date: Mon, 3 Feb 2003 21:01:07 -0500
+             Message-ID: <15935.7907.976943.74729@syllepsis.MIT.EDU>
      Branch: perl
-          + t/lib/Filter/Simple/ExportTest.pm
-          + t/lib/Filter/Simple/FilterOnlyTest.pm
-          + t/lib/Filter/Simple/FilterTest.pm
-          + t/lib/Filter/Simple/ImportTest.pm
-          ! MANIFEST
+          ! ext/B/B/Concise.pm ext/B/t/concise.t
 ____________________________________________________________________________
-[ 13226] By: jhi                                   on 2001/11/23  20:03:28
-        Log: Update Changes.
+[ 18656] By: rgs                                   on 2003/02/04  20:02:56
+        Log: Better version of change #18648, by Enache Adrian
+             Message-ID: <20030204101533.GA11817@ratsnest.hole>
      Branch: perl
-          ! Changes patchlevel.h
+          ! op.c
 ____________________________________________________________________________
-[ 13225] By: jhi                                   on 2001/11/23  19:53:53
-        Log: Never mind.
+[ 18655] By: jhi                                   on 2003/02/04  15:56:36
+        Log: Add the new test to MANIFEST.
      Branch: perl
-          - lib/Filter/Simple/lib/ExportTest.pm
-          - lib/Filter/Simple/lib/ImportTest.pm
+          ! MANIFEST
 ____________________________________________________________________________
-[ 13224] By: jhi                                   on 2001/11/23  19:52:03
-        Log: Mis-add.
+[ 18654] By: gbarr                                 on 2003/02/04  14:42:51
+        Log: Sync with 1.10
      Branch: perl
-          + lib/Filter/Simple/lib/ExportTest.pm
-          + lib/Filter/Simple/lib/ImportTest.pm
+          + ext/List/Util/t/lln.t
+          ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
+          ! ext/List/Util/lib/List/Util.pm
+          ! ext/List/Util/lib/Scalar/Util.pm
 ____________________________________________________________________________
-[ 13223] By: jhi                                   on 2001/11/23  19:39:57
-        Log: Upgrade to Filter::Simple 0.77.
+[ 18653] By: jhi                                   on 2003/02/04  11:04:25
+        Log: Fix "[perl #20667] unicode regex vs non-unicode regex".
+             The PL_regdata was not set up (S_cache_re()) before it
+             was needed (S_reginclass()).  The test put in fresh_perl.t
+             because we need a pristine state to start.
      Branch: perl
-          + lib/Filter/Simple/t/export.t lib/Filter/Simple/t/import.t
-          - t/lib/FilterOnlyTest.pm t/lib/FilterTest.pm
-          ! MANIFEST lib/Filter/Simple.pm lib/Filter/Simple/Changes
-          ! lib/Filter/Simple/README lib/Filter/Simple/t/data.t
-          ! lib/Filter/Simple/t/filter.t lib/Filter/Simple/t/filter_only.t
+          ! regexec.c t/run/fresh_perl.t
 ____________________________________________________________________________
-[ 13222] By: jhi                                   on 2001/11/23  19:12:20
-        Log: Missing p4 add.
+[ 18652] By: jhi                                   on 2003/02/04  06:35:51
+        Log: Comment tweak.
      Branch: perl
-          + lib/ExtUtils/MM_VMS.t
+          ! t/op/pat.t
 ____________________________________________________________________________
-[ 13221] By: jhi                                   on 2001/11/23  19:10:18
-        Log: Pass 5 at perldelta - module and utility updates cleanup.
+[ 18651] By: jhi                                   on 2003/02/04  06:28:53
+        Log: Signedness issue.
      Branch: perl
-          ! pod/perldelta.pod
-____________________________________________________________________________
-[ 13220] By: jhi                                   on 2001/11/23  18:55:20
-        Log: metaconfig unit change for #13219.
-     Branch: metaconfig/U/perl
-          ! d_procselfexe.U
+          ! ext/MIME/Base64/Base64.xs
 ____________________________________________________________________________
-[ 13219] By: jhi                                   on 2001/11/23  18:55:06
-        Log: Regen Porting stuff; regen toc; cleanup nit in Configure.
+[ 18650] By: rgs                                   on 2003/02/03  22:02:44
+        Log: Force the C locale in makedepend, to prevent gcc from
+             producing locale-dependent messages.
      Branch: perl
-          ! Configure Porting/Glossary Porting/config.sh Porting/config_H
-          ! pod/buildtoc.PL pod/perltoc.pod
+          ! makedepend.SH
 ____________________________________________________________________________
-[ 13218] By: jhi                                   on 2001/11/23  18:48:18
-        Log: Add procselfexe and d_dirfd to strange lands.
+[ 18649] By: rgs                                   on 2003/02/03  22:00:21
+        Log: Document the environment variable PERL_UTF8_LOCALE in perlrun.
      Branch: perl
-          ! NetWare/config.wc configure.com epoc/config.sh uconfig.h
-          ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
-          ! vos/config.ga.def vos/config.ga.h win32/config.bc
-          ! win32/config.gc win32/config.vc win32/config.win64
-          ! wince/config.ce
-____________________________________________________________________________
-[ 13217] By: jhi                                   on 2001/11/23  18:47:41
-        Log: metaconfig unit change for #13216.
-     Branch: metaconfig/U/perl
-          ! d_procselfexe.U
+          ! pod/perlrun.pod
 ____________________________________________________________________________
-[ 13216] By: jhi                                   on 2001/11/23  18:47:17
-        Log: Better to "quote" the pathname.
+[ 18648] By: rgs                                   on 2003/02/03  19:32:57
+        Log: Fix bug #8760 : cop_line isn't properly restored
+             when a module is loaded at runtime behind the scenes.
      Branch: perl
-          ! Configure config_h.SH
+          ! op.c t/lib/warnings/perlio
 ____________________________________________________________________________
-[ 13215] By: jhi                                   on 2001/11/23  18:34:24
-        Log: Use PROCSELFEXE_PATH.
+[ 18647] By: merijn                                on 2003/02/03  16:14:00
+        Log: Subject: Re: [perl #20606] [PATCH} openbsd hints
+             From: Abe Timmerman <abe@ztreet.demon.nl>
+             Date: Sun, 2 Feb 2003 18:27:57 +0100
+             Message-Id: <200302021827.57240.abe@ztreet.demon.nl>
      Branch: perl
-          ! perl.c
+          ! hints/openbsd.sh
 ____________________________________________________________________________
-[ 13214] By: jhi                                   on 2001/11/23  18:31:27
-        Log: metaconfig unit change for #13213.
-     Branch: metaconfig/U/perl
-          ! d_procselfexe.U
+[ 18644] By: jhi                                   on 2003/02/03  12:41:51
+        Log: Duh, test -e ENOPORTABLE, I should've remembered that.
+             (Made Solaris go boom.)
+     Branch: perl
+          ! Configure
 ____________________________________________________________________________
-[ 13213] By: jhi                                   on 2001/11/23  18:31:13
-        Log: Add probing for BSD-like /proc/curproc/file.
+[ 18643] By: jhi                                   on 2003/02/03  10:36:15
+        Log: Detypo.
      Branch: perl
-          ! Configure config_h.SH
+          ! cop.h
 ____________________________________________________________________________
-[ 13212] By: jhi                                   on 2001/11/23  18:10:05
-        Log: metaconfig unit change for 13211.
-     Branch: metaconfig/U/perl
-          + d_dirfd.U
+[ 18642] By: ams                                   on 2003/02/03  08:26:36
+        Log: Integrate MIME::Base64 2.16 from CPAN. (Do we really want the
+             utility scripts?)
+     Branch: perl
+          + ext/MIME/Base64/decode-base64 ext/MIME/Base64/decode-qp
+          + ext/MIME/Base64/encode-base64 ext/MIME/Base64/encode-qp
+          ! MANIFEST ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
+          ! ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
+          ! ext/MIME/Base64/QuotedPrint.pm ext/MIME/Base64/t/base64.t
+          ! ext/MIME/Base64/t/quoted-print.t
 ____________________________________________________________________________
-[ 13211] By: jhi                                   on 2001/11/23  18:09:37
-        Log: Add probing for dirfd() so that it can be added it IO::Dir.
+[ 18641] By: sky                                   on 2003/02/02  23:46:24
+        Log: In any case, never copy this but use the same SV since
+             if we copy we loose the hash we so badly need.
+             For op_const we might still need to copy however.
      Branch: perl
-          ! Configure config_h.SH perl.h
+          ! op.c
 ____________________________________________________________________________
-[ 13210] By: jhi                                   on 2001/11/23  17:37:27
-        Log: ...and update the test count.
+[ 18640] By: sky                                   on 2003/02/02  23:38:40
+        Log: Move SvPVIV out of ->op_sv of METHOD_NAMED into the pad, fixes
+             threading issue. Should perhaps be a PVOP to save memory, but then
+             we have nowhere to store the hash of the function!
      Branch: perl
-          ! lib/Pod/t/basic.t
+          ! dump.c op.c pp_hot.c
 ____________________________________________________________________________
-[ 13209] By: jhi                                   on 2001/11/23  17:19:12
-        Log: Must remove the cap test also from the test script.
+[ 18637] By: jhi                                   on 2003/02/02  20:07:57
+        Log: Plan 9: Some time has passed.
      Branch: perl
-          ! lib/Pod/t/basic.t
+          ! plan9/buildinfo
 ____________________________________________________________________________
-[ 13208] By: jhi                                   on 2001/11/23  17:11:58
-        Log: Subject: [PATCH] Tests are good
-             From: Nicholas Clark <nick@ccl4.org>
-             Date: Fri, 23 Nov 2001 18:12:21 +0000
-             Message-ID: <20011123181220.F37621@plum.flirble.org>
+[ 18636] By: jhi                                   on 2003/02/02  20:02:11
+        Log: Subject: Re: typo in checkin 18616
+             From: Nick Ing-Simmons <nick@ing-simmons.net>
+             Date: Sun, 02 Feb 2003 17:23:08 +0000
+             Message-Id: <20030202172308.9244.1@bactrian.ni-s.u-net.com>
      Branch: perl
-          ! pod/perlhack.pod
+          ! XSUB.h
 ____________________________________________________________________________
-[ 13207] By: jhi                                   on 2001/11/23  17:08:31
-        Log: The basic.cap from podlators 1.14 is not very portable.
+[ 18635] By: jhi                                   on 2003/02/02  19:46:35
+        Log: Plan 9: Add also config.sh sample for 5.8.0 from Russ Cox.
      Branch: perl
-          - lib/Pod/t/basic.cap
+          + plan9/config_sh.sample
           ! MANIFEST
 ____________________________________________________________________________
-[ 13206] By: jhi                                   on 2001/11/23  16:41:13
-        Log: Subject: Re: [DOC PATCHES] pod cleanups
-             From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
-             Date: 22 Nov 2001 12:54:16 -0000
-             Message-Id: <slrn9vptci.klv.rgarciasuarez@rafael.kazibao.net>
+[ 18634] By: ams                                   on 2003/02/02  18:07:01
+        Log: Subject: [PATCH] pod/perlfunc.pod
+             From: abigail@abigail.nl
+             Date: Sun, 2 Feb 2003 16:59:48 +0100
+             Message-Id: <20030202155948.7971.qmail@abigail.nl>
      Branch: perl
-          ! pod/perlfunc.pod pod/perlmodinstall.pod pod/perlre.pod
-          ! pod/perlretut.pod pod/perluniintro.pod vms/perlvms.pod
+          ! pod/perlfunc.pod
 ____________________________________________________________________________
-[ 13205] By: jhi                                   on 2001/11/23  16:38:10
-        Log: FAQ sync.
+[ 18633] By: jhi                                   on 2003/02/02  16:48:26
+        Log: Subject: [perl #18232] [PATCH] store PL_reg_match_utf8 in reganch
+             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
+             Date: Wed, 22 Jan 2003 22:35:56 +0100
+             Message-Id: <20030122223556.57d597a3.rgarciasuarez@free.fr>
      Branch: perl
-          ! pod/perlfaq.pod pod/perlfaq3.pod pod/perlfaq4.pod
+          ! mg.c pp.c pp_ctl.c pp_hot.c regexec.c regexp.h t/op/pat.t
 ____________________________________________________________________________
-[ 13204] By: jhi                                   on 2001/11/23  16:37:21
-        Log: Subject: [PATCH: perl@13169] inital testing for MM_VMS 
-             From: PPrymmer@factset.com
-             Date: Fri, 23 Nov 2001 11:43:45 -0500
-             Message-ID: <OFC84EA224.295430FF-ON85256B0D.005BB70C@55.25.11>
+[ 18632] By: jhi                                   on 2003/02/02  15:31:36
+        Log: Also [perl #3547] has been fixed; add its test case.
      Branch: perl
-          ! MANIFEST lib/ExtUtils/MM_VMS.pm
+          ! t/op/pat.t
 ____________________________________________________________________________
-[ 13203] By: jhi                                   on 2001/11/23  15:47:13
-        Log: Corify podlators 1.14 test.
+[ 18631] By: jhi                                   on 2003/02/02  15:26:10
+        Log: The [perl #7471] seems to have been fixed; add its test.
      Branch: perl
-          ! lib/Pod/t/basic.t
+          ! t/op/pat.t
 ____________________________________________________________________________
-[ 13202] By: jhi                                   on 2001/11/23  15:38:36
-        Log: Output tweak needed because of podlators 1.14.
+[ 18630] By: jhi                                   on 2003/02/02  15:21:23
+        Log: seems to have been fixed; add its test.
      Branch: perl
-          ! t/pod/multiline_items.xr
+          ! t/op/pat.t
 ____________________________________________________________________________
-[ 13201] By: jhi                                   on 2001/11/23  15:38:04
-        Log: Upgrade to podlators 1.14.
+[ 18629] By: jhi                                   on 2003/02/02  15:09:39
+        Log: Plan 9: Supply also Russ Cox' original config.h for 5.8.0.
      Branch: perl
-          + 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.t
-          + lib/Pod/t/basic.txt lib/Pod/t/parselink.t
-          ! MANIFEST lib/Pod/Man.pm lib/Pod/ParseLink.pm lib/Pod/Text.pm
-          ! lib/Pod/Text/Overstrike.pm
+          + plan9/config_h.sample
+          ! MANIFEST
 ____________________________________________________________________________
-[ 13200] By: jhi                                   on 2001/11/23  15:32:06
-        Log: perlmodinstall tweaks from Philip Newton.
+[ 18628] By: jhi                                   on 2003/02/02  14:46:26
+        Log: Plan 9: Update config.plan9 based on Russ Cox' work.
      Branch: perl
-          ! pod/perlmodinstall.pod
+          ! plan9/config.plan9
 ____________________________________________________________________________
-[ 13199] By: jhi                                   on 2001/11/23  15:05:02
-        Log: Subject: Re: [PATCH] Porting/genlog -bi and range
-             From: Autrijus Tang <autrijus@autrijus.org>           
-             Date: Fri, 23 Nov 2001 23:55:53 +0800
-             Message-ID: <20011123235553.A2310@not.autrijus.org>
+[ 18627] By: jhi                                   on 2003/02/02  14:24:00
+        Log: Plan 9: Update the list of object files.
      Branch: perl
-          ! Porting/genlog
+          ! plan9/mkfile
 ____________________________________________________________________________
-[ 13198] By: jhi                                   on 2001/11/23  14:58:40
-        Log: Subject: Re: regex oddness with \Z and $&
-             From: Hugo van der Sanden <hv@crypt.compulink.co.uk>  
-             Date: Fri, 23 Nov 2001 15:15:24 +0000
-             Message-Id: <200111231515.fANFFOR10341@crypt.compulink.co.uk>
+[ 18626] By: jhi                                   on 2003/02/02  14:03:16
+        Log: Plan 9: No Configure.
      Branch: perl
-          ! regcomp.c t/op/re_tests
+          ! Configure
 ____________________________________________________________________________
-[ 13197] By: jhi                                   on 2001/11/23  14:44:19
-        Log: regen_headers.
+[ 18624] By: jhi                                   on 2003/02/02  13:29:02
+        Log: Plan 9: doesn't really do Configure (undo #18585/#18586)
      Branch: perl
-          ! embed.h global.sym pod/perlapi.pod proto.h
+          ! Configure
 ____________________________________________________________________________
-[ 13196] By: jhi                                   on 2001/11/23  14:24:08
-        Log: Forgotten check-in.
+[ 18622] By: jhi                                   on 2003/02/02  12:49:13
+        Log: minitest wasn't working.  (The $^X /miniperl/ test in
+             io/crlf.t didn't work in Tru64, $^X was "./perl", used
+             the same 'eval q/use .../' trick everywhere.)
      Branch: perl
-          ! pod/perlapi.pod
+          ! t/io/crlf.t t/uni/tr_7jis.t t/uni/tr_eucjp.t t/uni/tr_sjis.t
+          ! t/uni/tr_utf8.t
 ____________________________________________________________________________
-[ 13195] By: jhi                                   on 2001/11/23  14:23:49
-        Log: Remembered everything in 13152 but Test/Simple.pm itself, duh.
+[ 18621] By: jhi                                   on 2003/02/02  12:23:28
+        Log: Fix and test for [perl #15549 Empty \Q\E not permitted]
+             (test.pl-ise quotemeta.t, too)
      Branch: perl
-          ! lib/Test/Simple.pm
+          ! t/op/quotemeta.t toke.c
 ____________________________________________________________________________
-[ 13194] By: jhi                                   on 2001/11/22  11:31:59
-        Log: Retract #13173 (effectively retract Net::Ping 2.06,
-             go back to 2.04, the 2.06 hasn't seen the patches
-             that have gone to the blead version.)
+[ 18618] By: sky                                   on 2003/02/01  21:04:36
+        Log: Fix bug #15837, temporary from storable call hadn't gotten
+             freed yet and was cloned but without a real (AvREAL)
+             reference to it. @_ doesn't refcount!
      Branch: perl
-          - 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/200_ping_tcp.t
-          ! MANIFEST lib/Net/Ping.pm
+          ! ext/threads/threads.xs
 ____________________________________________________________________________
-[ 13193] By: jhi                                   on 2001/11/22  11:27:49
-        Log: Subject: Re: [PATCH perldoc] problems with pod2man         
-             From: Robin Barker <rmb1@cise.npl.co.uk>
-             Date: Thu, 22 Nov 2001 11:00:38 GMT
-             Message-Id: <200111221100.LAA08582@tempest.npl.co.uk>
+[ 18616] By: jhi                                   on 2003/02/01  19:43:09
+        Log: Integrate from perlio:
+
+             [ 18591]
+             PERL_IMPLICIT_SYS does NOT vector PerlIO_xxx but PerlSIO_xxx, so
+             correct XSUB.h
+
+             [ 18611]
+             Michael Schroeder's fix for re-try if stdio ops after
+             interrupts. (Calls to PERL_ASYNC_CHECK added by NI-S).
+
+             [ 18612]
+             PerlIO friendly version of speed up of $/ = undef case.
+
+             [ 18613]
+             fflush() before invalidating stdio's fileno.
      Branch: perl
-          ! utils/perldoc.PL
-____________________________________________________________________________
-[ 13192] By: jhi                                   on 2001/11/22  05:06:35
-        Log: metaconfig unit change for #13191.
-     Branch: metaconfig/U/perl
-          ! d_procselfexe.U
+         !> XSUB.h perlio.c sv.c
 ____________________________________________________________________________
-[ 13191] By: jhi                                   on 2001/11/22  05:06:09
-        Log: procselfexe tweak: for some reason I had a ls in
-             /proc/self/exe, not the ls Configure thought it
-             would found.
+[ 18615] By: sky                                   on 2003/02/01  12:01:01
+        Log: Don't free thread before using it, breaks platforms that
+             trust that I really want to free what I free, (like HPUX
+             and AIX).
      Branch: perl
-          ! Configure
+          ! ext/threads/threads.xs
 ____________________________________________________________________________
-[ 13190] By: jhi                                   on 2001/11/22  04:45:36
-        Log: Corify the Net::Ping tests; skip the tests
-             unless $ENV{PERL_TEST_Net_Ping} is true.
+[ 18614] By: ams                                   on 2003/02/01  12:00:29
+        Log: Subject: Re: bleadperl: PerlIOStdio_invalidate_fileno breaks fclose semantics
+             From: Nick Ing-Simmons <nick@ing-simmons.net>
+             Date: Sat, 01 Feb 2003 13:03:52 +0000
+             Message-Id: <20030201130352.1872.12@bactrian.ni-s.u-net.com>
      Branch: perl
-          ! 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/200_ping_tcp.t
-____________________________________________________________________________
-[ 13189] By: jhi                                   on 2001/11/22  04:44:03
-        Log: metaconfig units changes for #13188.
-     Branch: metaconfig
-          ! U/modified/Head.U
-     Branch: metaconfig/U/perl
-          ! issymlink.U
+          ! perlio.c
 ____________________________________________________________________________
-[ 13188] By: jhi                                   on 2001/11/22  04:43:29
-        Log: The #13182 didn't really help.  The real problem
-             seems to be that 'sh' can in AIX mean at least three
-             different things, and we can't know which one it is
-             unless we export $newsh from an earlier run (and it's
-             the 'bsh' aka 'sh' that has the the broken test -h).
+[ 18609] By: jhi                                   on 2003/01/31  08:58:40
+        Log: Go even further (back) than change #18608 and revert
+             to the 5.8.0 code, since otherwise split.t #40 fails.
+             The four new tests of pat.t should keep us more honest.
      Branch: perl
-          ! Configure
+          ! regexec.c
 ____________________________________________________________________________
-[ 13187] By: gsar                                  on 2001/11/22  03:42:58
-        Log: local(*CORE::GLOBAL::require) doesn't behave like other overrides 
+[ 18608] By: jhi                                   on 2003/01/31  08:24:53
+        Log: Subject: [FIX] Re: UTF-8 failures (surprise!)
+             From: Enache Adrian <enache@rdslink.ro>
+             Date: Fri, 31 Jan 2003 09:20:59 +0200
+             Message-ID: <20030131072059.GB6045@ratsnest.hole>
      Branch: perl
-          ! op.c t/op/override.t
+          ! regexec.c t/op/pat.t
 ____________________________________________________________________________
-[ 13186] By: jhi                                   on 2001/11/22  03:18:49
-        Log: Subject: [PATCH: perl@13169] add Shell.t tests for VMS
-             From: PPrymmer@factset.com 
-             Date: Wed, 21 Nov 2001 20:17:25 -0500
-             Message-ID: <OF6DA93FFA.A954A0D4-ON85256B0C.0006DDF9@55.25.11>
+[ 18607] By: ams                                   on 2003/01/31  02:29:56
+        Log: Fix typo in version check ($[ to $]).
      Branch: perl
-          ! lib/Shell.t
+          ! ext/Storable/t/restrict.t
 ____________________________________________________________________________
-[ 13185] By: jhi                                   on 2001/11/22  03:09:27
-        Log: Reapply perlmodinstall parts of #12897.
+[ 18606] By: rgs                                   on 2003/01/30  22:02:47
+        Log: Subject: [PATCH] Upper<->Lower case mistake in perlunicode.pod ?
+             From: Jose.auguste-etienne@cgss-guyane.fr
+             Date: Thu, 30 Jan 2003 12:40:53 -0300
+             Message-ID: <OF8E7C1B73.22FEA7CE-ON03256CBE.00528AB8@Cgss-Guyane.fr>
      Branch: perl
-          ! pod/perlmodinstall.pod
+          ! pod/perlunicode.pod
 ____________________________________________________________________________
-[ 13184] By: jhi                                   on 2001/11/22  03:08:00
-        Log: perlmodinstall 2.01 from Jon Orwant.
+[ 18605] By: rgs                                   on 2003/01/30  20:58:52
+        Log: code example in the FAQ that isn't strict-friendly.
+             Subject: [perl #20616] Tie::IxHash doc error.
+             From: Beckett Richard-qswi266 (via RT) <perlbug-followup@perl.org>
+             Date: 30 Jan 2003 11:43:17 -0000
+             Message-Id: <rt-20616-49904.16.891027432675@bugs6.perl.org>
      Branch: perl
-          ! pod/perlmodinstall.pod
+          ! pod/perlfaq4.pod
 ____________________________________________________________________________
-[ 13183] By: jhi                                   on 2001/11/21  22:33:20
-        Log: Subject: [PATCH @10907] REXX on OS/2
-             From: Ilya Zakharevich <ilya@math.ohio-state.edu>
-             Date: Wed, 21 Nov 2001 15:26:11 -0500
-             Message-ID: <20011121152611.A13664@math.ohio-state.edu>
+[ 18604] By: rgs                                   on 2003/01/30  20:52:05
+        Log: FAQ sync.
      Branch: perl
-          ! os2/Makefile.SHs os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
-          ! os2/OS2/REXX/t/rx_cmprt.t os2/os2.c os2/perlrexx.c
-____________________________________________________________________________
-[ 13182] By: jhi                                   on 2001/11/21  22:31:10
-        Log: metaconfig unit change for #13181.
-     Branch: metaconfig/U/perl
-          ! issymlink.U
+          ! pod/perlfaq.pod pod/perlfaq2.pod pod/perlfaq3.pod
+          ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq7.pod
+          ! pod/perlfaq8.pod
 ____________________________________________________________________________
-[ 13181] By: jhi                                   on 2001/11/21  22:30:37
-        Log: AIX has broken builtin 'test'.
+[ 18603] By: jhi                                   on 2003/01/30  08:05:22
+        Log: Subject: [FIX] Re: UTF-8 failures (surprise!)
+             From: Enache Adrian <enache@rdslink.ro>
+             Date: Thu, 30 Jan 2003 10:48:09 +0200
+             Message-ID: <20030130084809.GA16902@ratsnest.hole>
+
+             Fix for half of the failures, with an expanded test.
      Branch: perl
-          ! Configure
+          ! lib/utf8.t sv.c
 ____________________________________________________________________________
-[ 13180] By: jhi                                   on 2001/11/21  22:27:16
-        Log: Subject: [PATCH 5.7.x] INSTALL size update
-             From: Andy Dougherty <doughera@lafayette.edu>
-             Date: Wed, 21 Nov 2001 14:49:21 -0500 (EST) 
-             Message-ID: <Pine.SOL.4.10.10111211448190.16009-100000@maxwell.phys.lafayette.edu>         
+[ 18602] By: merijn                                on 2003/01/30  06:31:50
+        Log: Updates to the openbsd hints
+
+             Subject: [perl #20606] [no subject]
+             Date: 29 Jan 2003 18:38:37 -0000
+             From: "Todd C. Miller" (via RT) <perlbug-followup@perl.org>
+             Message-Id: <rt-20606-49879.4.78874436094841@bugs6.perl.org>
      Branch: perl
-          ! INSTALL
-____________________________________________________________________________
-[ 13179] By: jhi                                   on 2001/11/21  22:25:14
-        Log: Implement the sort pragma.  Split sort code from pp_ctl.c
-             to pp_sort.c.  Includes the quicksort stabilizing layer
-             from John P. Linderman.  -Msort=qsort or -Msort=fast is
-             faster than without (or with -Msort=mergesort or -Msort=safe)
-             for short random inputs, but for some reason not quite as fast
-             as 5.6.1 qsort.  More benchmarking, profiling, tuning, and
-             optimizing definitely needed.
-     Branch: perl
-          + lib/sort.pm lib/sort.t pp_sort.c
-          ! MANIFEST Makefile.SH Makefile.micro NetWare/Makefile embed.h
-          ! embed.pl global.sym perl.h pp_ctl.c proto.h
-          ! vms/descrip_mms.template vos/build.cm win32/Makefile
-          ! win32/makefile.mk wince/Makefile.ce
+          ! hints/openbsd.sh
 ____________________________________________________________________________
-[ 13178] By: gbarr                                 on 2001/11/21  18:30:10
-        Log: Sync file with libnet-1.0901-tobe
+[ 18601] By: jhi                                   on 2003/01/29  05:58:36
+        Log: More of the #18600.
      Branch: perl
-          + lib/Net/t/config.t lib/Net/t/libnet_t.pl lib/Net/t/time.t
-          ! MANIFEST lib/Net/ChangeLog.libnet lib/Net/Config.pm
-          ! lib/Net/Domain.pm lib/Net/FTP.pm lib/Net/FTP/E.pm
-          ! lib/Net/FTP/L.pm lib/Net/NNTP.pm lib/Net/POP3.pm
-          ! lib/Net/SMTP.pm lib/Net/libnetFAQ.pod
+          ! pad.c
 ____________________________________________________________________________
-[ 13177] By: jhi                                   on 2001/11/21  17:31:28
-        Log: Subject: [PATCH perldoc] problems with pod2man
-             From: Robin Barker <rmb1@cise.npl.co.uk>
-             Date: Wed, 21 Nov 2001 17:48:51 GMT
-             Message-Id: <200111211748.RAA07123@tempest.npl.co.uk>
+[ 18600] By: jhi                                   on 2003/01/29  05:37:12
+        Log: Retract the %_/SVf change (part of #18456) for PROTOTYPE (CV)
+             dumping (but now use SvPV_nolen).  (This change made an empty
+             prototype to show up as "_" under -Uuseperlio.)
      Branch: perl
-          ! utils/perldoc.PL
+          ! dump.c
 ____________________________________________________________________________
-[ 13176] By: jhi                                   on 2001/11/21  17:27:30
-        Log: debug_pad only visible when debugging.
+[ 18599] By: rgs                                   on 2003/01/28  21:07:08
+        Log: Fix a very small memory leak in op_free, by reserving the
+             case op_seq == (U16)-1 for the compiler backend
+
+             Subject: Re: Freeing code
+             From: "Paul Johnson" <paul@pjcj.net>
+             Date: Tue, 28 Jan 2003 14:13:09 +0100 (CET)
+             Message-ID: <18918.193.134.254.145.1043759589.squirrel@wesley.pjcj.net>
      Branch: perl
-          ! makedef.pl
-____________________________________________________________________________
-[ 13175] By: jhi                                   on 2001/11/21  16:02:14
-        Log: metaconfig units changes for #13174.
-     Branch: metaconfig/U/perl
-          + d_procselfexe.U
-          - procselfexe.U
+          ! op.c
 ____________________________________________________________________________
-[ 13174] By: jhi                                   on 2001/11/21  16:01:39
-        Log: procselfexe tweaks.
+[ 18598] By: rgs                                   on 2003/01/28  20:43:02
+        Log: Integrate from maint-5.8:
+             Change 18450 :
+             Tiny output tweak.
+             Change 18429 :
+             AIX gcc (2.9) threaded build tweak (without the _THREAD_SAFE
+             things like drand48_data are undefined).
+             Change 18388 :
+             List the PERL_MAGIC_utf8 ('w') flag.
+     Branch: perl
+         !> hints/aix.sh pod/perlguts.pod t/op/pat.t
+____________________________________________________________________________
+[ 18597] By: rgs                                   on 2003/01/27  21:52:00
+        Log: Subject: Re: [perl #20274] perlbug requires dynamic loading
+             From: Slaven Rezic <slaven@rezic.de>
+             Date: 14 Jan 2003 20:58:54 +0100
+             Message-ID: <87n0m3v6yp.fsf@vran.herceg.de>
+     Branch: perl
+          ! ext/Sys/Hostname/Hostname.pm
+____________________________________________________________________________
+[ 18596] By: rgs                                   on 2003/01/27  20:38:21
+        Log: Introduce the PUSHSUB_DB macro, equivalent to PUSHSUB, but
+             without the lval context tweak. Used in OP_DBSTATE.
+             Subject: Re: [PATCH] Re: change #9754: 5 x slowdown for perl -d
+             From: Dave Mitchell <davem@fdgroup.com>
+             Date: Sun, 26 Jan 2003 17:42:42 +0000
+             Message-ID: <20030126174242.H16182@fdgroup.com>
      Branch: perl
-          ! Configure config_h.SH
+          ! cop.h pp_ctl.c
 ____________________________________________________________________________
-[ 13173] By: jhi                                   on 2001/11/21  15:55:08
-        Log: Upgrade to Net::Ping 2.06.
+[ 18595] By: rgs                                   on 2003/01/27  20:32:01
+        Log: Subject: [PATCH] make Copy On Write work once again
+             From: Nicholas Clark <nick@unfortu.net>
+             Date: Sat, 25 Jan 2003 00:25:50 +0000
+             Message-ID: <20030125002550.GG278@Bagpuss.unfortu.net>
      Branch: perl
-          + 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/200_ping_tcp.t
-          ! MANIFEST lib/Net/Ping.pm
+          ! sv.h
 ____________________________________________________________________________
-[ 13172] By: jhi                                   on 2001/11/21  15:17:13
-        Log: Upgrade to Math::BigInt 1.47.
+[ 18594] By: jhi                                   on 2003/01/27  20:01:44
+        Log: Update the pod list for Plan 9.
      Branch: perl
-          ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
-          ! lib/Math/BigInt/Calc.pm 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
+          ! plan9/mkfile
 ____________________________________________________________________________
-[ 13171] By: jhi                                   on 2001/11/21  15:03:53
-        Log: Dynaloading for POSIX-BC from Thomas Dorner.
+[ 18593] By: sky                                   on 2003/01/26  22:37:21
+        Log: When we copy things out of a hash and increment the
+             refcount of the shared scalar, we really must protect
+             that refcount increase with a lock, or else it might not
+             happen. Fixes segfault when objects would prematurely
+             be killed.
      Branch: perl
-          ! hints/posix-bc.sh
+          ! ext/threads/shared/shared.xs
 ____________________________________________________________________________
-[ 13170] By: jhi                                   on 2001/11/21  15:02:39
-        Log: Strange: the same mysterious regex study bug
-             seems to be present both in OS/390 and POSIX-BC.
-             Deep EBCDIC magic that regex engine gets wrong,
-             or a bug in some compiler/library shared by the
-             two platforms?  From Thomas Dorner.
+[ 18592] By: jhi                                   on 2003/01/26  21:54:36
+        Log: Missing (STRLEN)casts.
      Branch: perl
-          ! t/op/study.t
+          ! sv.c
 ____________________________________________________________________________
-[ 13169] By: jhi                                   on 2001/11/21  14:47:03
-        Log: More lost and found.
+[ 18589] By: rgs                                   on 2003/01/26  13:06:49
+        Log: OPf_SPECIAL on OP_DBSTATE now indicates a breakpoint.
+
+             Subject: Re: [PATCH] Re: change #9754: 5 x slowdown for perl -d
+             From: Dave Mitchell <davem@fdgroup.com>
+             Date: Fri, 24 Jan 2003 18:44:19 +0000
+             Message-ID: <20030124184419.F11179@fdgroup.com>
      Branch: perl
-          + lib/Test/Simple/README
-          ! MANIFEST
+          ! mg.c op.h pp_ctl.c
 ____________________________________________________________________________
-[ 13168] By: jhi                                   on 2001/11/21  14:45:05
-        Log: MANIFESTly missing.
+[ 18588] By: jhi                                   on 2003/01/26  12:18:10
+        Log: Lest people get worried about not having PerlIO.
      Branch: perl
-          ! MANIFEST
+          ! pod/perluniintro.pod
 ____________________________________________________________________________
-[ 13167] By: jhi                                   on 2001/11/21  14:42:35
-        Log: Subject: Re: PERFORCE change 13162 for review               
-             From: Philip Newton <Philip.Newton@gmx.net> 
-             Date: Wed, 21 Nov 2001 16:44:30 +0100
-             Message-ID: <j2invt4a84bccvj8khob0s9m3hd5urmcud@4ax.com>
+[ 18586] By: jhi                                   on 2003/01/26  09:19:01
+        Log: Plan 9 doesn't do nm, from Russ Cox.
      Branch: perl
-          ! ext/Devel/PPPort/PPPort.pm
+          ! Configure
 ____________________________________________________________________________
-[ 13166] By: jhi                                   on 2001/11/21  14:39:27
-        Log: Update Changes.
+[ 18584] By: jhi                                   on 2003/01/26  09:11:23
+        Log: Plan 9 doesn't really have the symlink API, from Russ Cox.
      Branch: perl
-          ! Changes patchlevel.h
+          ! plan9/plan9ish.h
 ____________________________________________________________________________
-[ 13165] By: jhi                                   on 2001/11/21  14:34:43
-        Log: Small doc tweaks.
+[ 18583] By: jhi                                   on 2003/01/26  09:08:36
+        Log: Plan 9 compiler can't return quads from the ?: (condop).
+             (There may be more spots like this, so a Configure test
+             maybe in order, but this works for now.)  From Russ Cox.
      Branch: perl
-          ! ext/PerlIO/Via/Via.pm
+          ! ext/PerlIO/via/via.xs plan9/plan9ish.h
 ____________________________________________________________________________
-[ 13164] By: jhi                                   on 2001/11/21  14:13:00
-        Log: Redundant return.
+[ 18581] By: ams                                   on 2003/01/26  05:29:40
+        Log: Subject: Re: truncate using a globref
+             From: Slaven Rezic <slaven@rezic.de>
+             Date: Thu, 23 Jan 2003 15:48:52 +0100 (CET)
+             Message-Id: <200301231448.h0NEmqnu022591@vran.herceg.de>
      Branch: perl
-          ! ext/MIME/Base64/QuotedPrint.pm
+          ! pp_sys.c t/io/fs.t
 ____________________________________________________________________________
-[ 13163] By: jhi                                   on 2001/11/21  13:52:30
-        Log: Subject: [PATCH] Z*/[AZa]* fails to pack length properly
-             From: "Wolfgang Laun" <wolfgang.laun@chello.at>
-             Date: Wed, 21 Nov 2001 10:23:16 +0100
-             Message-ID: <200111211023160020.0050BD28@smtp.chello.at>   
+[ 18580] By: ams                                   on 2003/01/26  04:57:47
+        Log: Subject: patch to speed up Perl's slurp mode
+             From: Enache Adrian <enache@rdslink.ro>
+             Date: Fri, 24 Jan 2003 06:23:54 +0200
+             Message-Id: <20030124042354.GA30362@ratsnest.hole>
      Branch: perl
-          ! pp_pack.c t/op/pack.t
+          ! sv.c
 ____________________________________________________________________________
-[ 13162] By: jhi                                   on 2001/11/21  13:44:41
-        Log: Add Devel::PPPort originally from Kenneth Albanowski,
-             revigorated by Paul Marquess: gives h2xs a Perl version
-             portability boost.
-     Branch: perl
-          + ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm
-          + ext/Devel/PPPort/README ext/Devel/PPPort/TODO
-          + ext/Devel/PPPort/harness/Harness.pm
-          + ext/Devel/PPPort/harness/Harness.xs
-          + ext/Devel/PPPort/harness/Makefile.PL
-          + ext/Devel/PPPort/harness/module2.c
-          + ext/Devel/PPPort/harness/module3.c
-          + ext/Devel/PPPort/harness/t/test.t ext/Devel/PPPort/soak
-          ! MANIFEST lib/h2xs.t utils/h2xs.PL
-____________________________________________________________________________
-[ 13161] By: jhi                                   on 2001/11/21  13:43:08
-        Log: Oops.
+[ 18579] By: ams                                   on 2003/01/26  02:50:44
+        Log: Subject: Re: [perl #20408] SV's SvPVX get freed even when its SvLEN is zero
+             From: Enache Adrian <enache@rdslink.ro>
+             Date: Sun, 26 Jan 2003 04:55:48 +0200
+             Message-Id: <20030126025548.GB812@ratsnest.hole>
      Branch: perl
-          ! lib/Test/Simple/t/filehandles.t
+          ! pp_ctl.c
 ____________________________________________________________________________
-[ 13160] By: jhi                                   on 2001/11/21  13:23:07
-        Log: Subject: Re: PERFORCE change 13152 for review               
-             From: Philip Newton <Philip.Newton@gmx.net> 
-             Date: Wed, 21 Nov 2001 09:04:05 +0100
-             Message-ID: <1glmvtgulgh95tcrent3cso98pb5nm3rgb@4ax.com>
+[ 18578] By: ams                                   on 2003/01/26  02:40:20
+        Log: Subject: [PATCH Storable 2.06] const declaration fixup
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Thu, 23 Jan 2003 16:24:46 -0600
+             Message-Id: <3E306BAE.4030807@mac.com>
      Branch: perl
-          ! lib/Test/Builder.pm
+          ! ext/Storable/Storable.xs
 ____________________________________________________________________________
-[ 13159] By: jhi                                   on 2001/11/21  13:19:08
-        Log: Subject: Re: PERFORCE change 13142 for review
-             From: Philip Newton <Philip.Newton@gmx.net>
-             Date: Wed, 21 Nov 2001 09:04:03 +0100
-             Message-ID: <m9lmvt8a2vjq2sa8stds01msej0f2f03up@4ax.com>
-             
-             plus rewrap few paragraphs.
+[ 18577] By: rgs                                   on 2003/01/23  20:46:00
+        Log: Subject: [PATCH] move pad.c warnings to different test file
+             From: Dave Mitchell <davem@fdgroup.com>
+             Date: Thu, 23 Jan 2003 20:56:47 +0000
+             Message-ID: <20030123205647.C8696@fdgroup.com>
      Branch: perl
-          ! lib/Pod/LaTeX.pm
+          + t/lib/warnings/pad
+          ! MANIFEST t/lib/warnings/op
 ____________________________________________________________________________
-[ 13158] By: jhi                                   on 2001/11/21  03:59:51
-        Log: Integrate #13154 from macperl; Remove comments.
+[ 18573] By: nick                                  on 2003/01/23  07:26:43
+        Log: Fix Solaris 32-bit invalidate case.
      Branch: perl
-         !> lib/File/Spec/Mac.pm
+          ! perlio.c
 ____________________________________________________________________________
-[ 13157] By: jhi                                   on 2001/11/21  03:53:06
-        Log: Update the list of modules having tests.
+[ 18572] By: rgs                                   on 2003/01/22  21:40:21
+        Log: Integrate change 18448 from maint-5.8 :
+
+             Subject: Partial Data::Dumper patch
+             From: Richard Clamp <richardc@unixbeard.net>
+             Date: Sat, 4 Jan 2003 00:52:47 +0000
+             Message-ID: <20030104005247.GA27685@mirth.demon.co.uk>
+
+             Subject: Re: Partial Data::Dumper patch
+             From: Slaven Rezic <slaven@rezic.de>
+             Date: 04 Jan 2003 02:48:08 +0100
+             Message-ID: <87u1gp4rdz.fsf@vran.herceg.de>
      Branch: perl
-          ! t/lib/1_compile.t
-____________________________________________________________________________
-[ 13156] By: pudge                                 on 2001/11/21  03:19:09
-        Log: Slight doc changes.
-     Branch: maint-5.6/macperl
-          ! macos/macperl/MacPerl.podhelp
-____________________________________________________________________________
-[ 13155] By: pudge                                 on 2001/11/21  03:18:48
-        Log: Add UTF-16 coercion.
-     Branch: maint-5.6/macperl
-          ! macos/lib/Mac/AppleEvents/Simple.pm
-____________________________________________________________________________
-[ 13154] By: pudge                                 on 2001/11/21  03:16:55
-        Log: Remove comments.
-     Branch: maint-5.6/macperl
-          ! lib/File/Spec/Mac.pm
-____________________________________________________________________________
-[ 13153] By: pudge                                 on 2001/11/21  03:16:00
-        Log: Fix FSpGetCatInfo (and other functions) corrupting
-             memory with bad filespecs (bug #471867)
-     Branch: maint-5.6/macperl
-          ! macos/ext/Mac/Files/typemap macos/ext/Mac/typemap
+         !> ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
 ____________________________________________________________________________
-[ 13152] By: jhi                                   on 2001/11/21  03:09:46
-        Log: Upgrade to Test::Simple 0.33.
+[ 18571] By: rgs                                   on 2003/01/22  21:22:31
+        Log: Subject: [PATCH] Re: difference between my and our before introduction
+             From: Dave Mitchell <davem@fdgroup.com>
+             Date: Thu, 16 Jan 2003 17:12:37 +0000
+             Message-ID: <20030116171237.C420@fdgroup.com>
+             (with a small test tweak)
+     Branch: perl
+          ! pad.c t/comp/our.t toke.c
+____________________________________________________________________________
+[ 18569] By: rgs                                   on 2003/01/22  21:00:59
+        Log: Fix [perl #19860] by adding a POSIX::fsync() stub.
+     Branch: perl
+          ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod
+____________________________________________________________________________
+[ 18561] By: jhi                                   on 2003/01/22  17:43:45
+        Log: Integrate from perlio:
+             [ 18560]
+             Fixes for open.pm which attempts to load layers:
+             1. C equivalent of local $SIG{__WARN__} = sub {}
+             while loading layers to supress warnings lib/open.t does
+             not want.
+             2. The loading scheme does not recurse now so look for
+             new symptom of bad layer which is that a good module
+             fails to load (as we cannot open any files).
+
+             NOTE: In my opinion open.pm should probably die on bad layer
+             spec rather than just (maybe) warning and then allowing opens
+             to fail.
      Branch: perl
-          ! lib/Test/Builder.pm lib/Test/More.pm lib/Test/Simple/Changes
-          ! lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/no_header.t
-          ! lib/Test/Simple/t/output.t lib/Test/Tutorial.pod
+         !> lib/open.t perlio.c
 ____________________________________________________________________________
-[ 13151] By: jhi                                   on 2001/11/21  03:01:36
-        Log: Upgrade to Test::Harness 1.26.
+[ 18559] By: jhi                                   on 2003/01/22  13:19:31
+        Log: Upgrade to Encode 1.86.
      Branch: perl
-          ! lib/Test/Harness.pm lib/Test/Harness/Changes
+          ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/MANIFEST
+          ! ext/Encode/Unicode/Unicode.xs ext/Encode/encoding.pm
+          ! ext/Encode/t/enc_eucjp.t ext/Encode/t/enc_utf8.t
 ____________________________________________________________________________
-[ 13150] By: jhi                                   on 2001/11/21  02:15:47
-        Log: Integrate change #13145 from maintperl;
-             another compatibility tweak to change#12559: avoid quoting
-             arguments that already have quotes; add test case
+[ 18558] By: jhi                                   on 2003/01/22  13:05:27
+        Log: Subject: Re: slight tweak to -DR flag - display whether on tmps stack
+             From: Dave Mitchell <davem@fdgroup.com>
+             Date: Sun, 19 Jan 2003 17:22:05 +0000
+             Message-ID: <20030119172204.D24444@fdgroup.com>
      Branch: perl
-         !> t/op/system_tests win32/win32.c
-____________________________________________________________________________
-[ 13149] By: gsar                                  on 2001/11/21  02:00:28
-        Log: integrate change#13147 from mainline (fixes nit in change#10091)
-             
-             Subject: [PATCH] spaceship and refs
-     Branch: maint-5.6/perl
-          ! pp.c pp_hot.c t/op/cmp.t
+          ! dump.c
 ____________________________________________________________________________
-[ 13148] By: jhi                                   on 2001/11/21  00:44:56
-        Log: Subject: [PATCH] Add test for Pod::ParseUtils              
-             From: Tim Jenness <t.jenness@jach.hawaii.edu>            
-             Date: Tue, 20 Nov 2001 14:33:14 -1000 (HST)
-             Message-ID: <Pine.LNX.4.33.0111201429060.22000-100000@lapaki>
+[ 18557] By: jhi                                   on 2003/01/22  13:01:15
+        Log: Subject: [PATCH] Re: [perl #9394] Re: [ID 20020525.002] coredump/ bad free warning   in blead with SIGWARN
+             From: Nicholas Clark <nick@unfortu.net>
+             Date: Tue, 21 Jan 2003 22:27:21 +0000
+             Message-ID: <20030121222720.GG293@Bagpuss.unfortu.net>
      Branch: perl
-          + lib/Pod/t/utils.t
-          ! MANIFEST
+          ! sv.c t/op/ref.t
 ____________________________________________________________________________
-[ 13147] By: jhi                                   on 2001/11/21  00:40:09
-        Log: Subject: [PATCH] spaceship and refs
-             From: Nicholas Clark <nick@ccl4.org>
-             Date: Tue, 20 Nov 2001 21:59:51 +0000
-             Message-ID: <20011120215951.U62891@plum.flirble.org> 
+[ 18556] By: jhi                                   on 2003/01/22  12:59:02
+        Log: Subject: [PATCH perlio.h] (was RE: [PATCH] %_ (was Re: [PATCH] operation on `PL_na' may be undefined))
+             From: Robin Barker <Robin.Barker@npl.co.uk>
+             Date: Mon, 20 Jan 2003 15:26:21 -0000
+             Message-ID: <533D273D4014D411AB1D00062938C4D904046299@hotel.npl.co.uk>
      Branch: perl
-          ! pp.c pp_hot.c t/op/cmp.t
+          ! perlio.h
 ____________________________________________________________________________
-[ 13146] By: jhi                                   on 2001/11/21  00:37:00
-        Log: Try to clarify which I/O call operates on bytes,
-             which on characters, which on either.
+[ 18555] By: jhi                                   on 2003/01/22  12:57:20
+        Log: Integrate from perlio:
+             [ 18539]
+             Try the invalidate_fileno() idea for non-leaky stdio sockets.
+
+             [ 18540]
+             stdio does NOT set errno==EBADF on invalidated fileno
+
+             [ 18547]
+             Tweak APItest for new semantics of printf.
+             Now printf() is always real printf() and not #define'd to
+             PerlIO_stdoutf() so PerlIO_flush() when STDOUT is redirected
+             back to original file does not affect stdout unless we are
+             using :stdio as implementation. So things printf()ed XS side
+             are not written to file (and turn up at end of test).
+             So add an XS function which does fflush(stdout), modify .pm
+             file to export it and .t file to call it.
+
+             [ 18548]
+             Add defined(__osf__) case to invalidate_fileno (for Tru64).
+
+             [ 18549]
+             Report layer name (without arg) on fail, and attempt to
+             autoload layer name. (Fix for [perl #20460]).
+
+             [ 18550]
+             #if defined(__irix__) (for stdio invalidate) from Jarkko.
      Branch: perl
-          ! pod/perlfunc.pod
+         !> ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
+         !> ext/XS/APItest/t/printf.t lib/open.pm perlio.c
 ____________________________________________________________________________
-[ 13145] By: gsar                                  on 2001/11/21  00:14:29
-        Log: another compatibility tweak to change#12559: avoid quoting
-             arguments that already have quotes; add test case
-     Branch: maint-5.6/perl
-          ! t/op/system_tests win32/win32.c
-____________________________________________________________________________
-[ 13144] By: jhi                                   on 2001/11/20  22:31:47
-        Log: Give a simple example of writing PerlIO::Via handlers
-             in Perl.
+[ 18554] By: jhi                                   on 2003/01/22  12:47:03
+        Log: Subject: [PATCH av.c] Re: [perl #15439] unreferenced scalar due to double DESTROY
+             From: Dave Mitchell <davem@fdgroup.com>
+             Date: Sun, 19 Jan 2003 16:43:54 +0000
+             Message-ID: <20030119164353.B24444@fdgroup.com>
      Branch: perl
-          ! ext/PerlIO/Via/Via.pm
+          ! av.c t/op/array.t
 ____________________________________________________________________________
-[ 13143] By: jhi                                   on 2001/11/20  20:50:41
-        Log: Add test for Pod::LaTeX; re-sort MANIFEST.
+[ 18553] By: jhi                                   on 2003/01/22  12:43:31
+        Log: Subject: Term::Complete problem + fix (Was: Re: muttprofile + perl 5.8)
+             From: Martti Rahkila <martti.rahkila@hut.fi>
+             Date: Sat, 18 Jan 2003 00:25:39 +0200
+             Message-ID: <20030118002539.A30585@wurlitzer.hut.fi>
+
+             (chose the 'even safer' version)
      Branch: perl
-          + lib/Pod/t/latex.t
-          ! MANIFEST
+          ! lib/Term/Complete.pm
 ____________________________________________________________________________
-[ 13142] By: jhi                                   on 2001/11/20  20:42:48
-        Log: Subject: [PATCH] Pod::LaTeX up to V0.54
-             From: Tim Jenness <t.jenness@jach.hawaii.edu>
-             Date: Tue, 20 Nov 2001 11:36:54 -1000 (HST)
-             Message-ID: <Pine.LNX.4.33.0111201131060.22000-100000@lapaki>
+[ 18552] By: jhi                                   on 2003/01/22  12:34:06
+        Log: Subject: [PATCH] assert PV isn't RV
+             From: Nicholas Clark <nick@unfortu.net>
+             Date: Fri, 17 Jan 2003 19:40:45 +0000
+             Message-ID: <20030117194044.GB297@Bagpuss.unfortu.net>
      Branch: perl
-          ! lib/Pod/LaTeX.pm pod/pod2latex.PL
+          ! sv.h
 ____________________________________________________________________________
-[ 13141] By: jhi                                   on 2001/11/20  20:35:14
-        Log: Spread d_procselfexe to far-off lands (undefined).
+[ 18551] By: jhi                                   on 2003/01/22  12:28:11
+        Log: Integrate from maint-5.8:
+             [ 18375]
+             Better version of change #18370; use the new 'E' flag
+             so that cxinc is exposed (as cpp) only to List::Util
+             (well, any extension) (well, anyone who does -DPERL_EXT),
+             no need to export it globally.
      Branch: perl
-          ! NetWare/config.wc configure.com epoc/config.sh uconfig.h
-          ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
-          ! vos/config.ga.def vos/config.ga.h win32/config.bc
-          ! win32/config.gc win32/config.vc win32/config.win64
-          ! wince/config.ce
+         !> embed.fnc embed.h ext/List/Util/Makefile.PL global.sym
 ____________________________________________________________________________
-[ 13140] By: jhi                                   on 2001/11/20  20:17:13
-        Log: Integrate perlio:
-             
-             [ 13138]
-             perl.c change to use HAS_PROCSELFEXE, also
-             tweak to $^X test to comprehend full path to real executable
-             being returned (like Cygwin as it happens...)
+[ 18545] By: ams                                   on 2003/01/22  06:06:26
+        Log: Subject: [PATCH perl-current] AUTHORS correction
+             From: Richard Soderberg <rs@crystalflame.net>
+             Date: Wed, 22 Jan 2003 02:08:13 -0500
+             Message-Id: <45B4D3AE-2DD8-11D7-8CF9-000393801F84@crystalflame.net>
      Branch: perl
-         !> Configure config_h.SH perl.c t/op/magic.t
+          ! AUTHORS
 ____________________________________________________________________________
-[ 13139] By: jhi                                   on 2001/11/20  20:12:06
-        Log: Really define do_report_used() only if DEBUGGING.
+[ 18544] By: jhi                                   on 2003/01/22  03:45:01
+        Log: Continuation of #18542.
      Branch: perl
           ! sv.c
 ____________________________________________________________________________
-[ 13138] By: nick                                  on 2001/11/20  20:01:05
-        Log: perl.c change to use HAS_PROCSELFEXE, also
-             tweak to $^X test to comprehend full path to real executable
-             being returned (like Cygwin as it happens...)
-     Branch: perlio
-          ! perl.c t/op/magic.t
-____________________________________________________________________________
-[ 13137] By: nick                                  on 2001/11/20  19:46:00
-        Log: Integrate mainline
-     Branch: perlio
-         +> lib/NEXT/t/actual.t lib/NEXT/t/actuns.t lib/NEXT/t/next.t
-         +> lib/NEXT/t/unseen.t
-          - lib/NEXT/test.pl
-         !> (integrate 34 files)
-____________________________________________________________________________
-[ 13136] By: jhi                                   on 2001/11/20  17:47:36
-        Log: Subject: [?PATCH] terser pp_eq
-             From: Nicholas Clark <nick@ccl4.org>
-             Date: Mon, 19 Nov 2001 23:09:02 +0000
-             Message-ID: <20011119230901.O62891@plum.flirble.org>
+[ 18543] By: jhi                                   on 2003/01/22  03:21:23
+        Log: Update the MD5 checksums.
      Branch: perl
-          ! pp_hot.c
+          ! ext/Digest/MD5/t/files.t
 ____________________________________________________________________________
-[ 13135] By: jhi                                   on 2001/11/20  17:40:13
-        Log: Pass 4 at perldelta - cleanup problems found by podchecker.
+[ 18542] By: hv                                    on 2003/01/22  01:37:52
+        Log: #18530 misses a couple of pTHX definitions
      Branch: perl
-          ! pod/perldelta.pod
+          ! sv.c
 ____________________________________________________________________________
-[ 13134] By: jhi                                   on 2001/11/20  16:59:54
-        Log: Subject: Re: [ID 20011117.127] Not OK: perl v5.7.2 +DEVEL13048 on i686-linux 2.4.15-pre6
-             From: Andy Dougherty <doughera@lafayette.edu>
-             Date: Tue, 20 Nov 2001 12:45:32 -0500 (EST)
-             Message-ID: <Pine.SOL.4.10.10111201240270.15132-100000@maxwell.phys.lafayette.edu>
+[ 18541] By: jhi                                   on 2003/01/21  22:08:51
+        Log: Try to make including patchlevel.h a bit more
+             robust (use <> instead of "") and in case of
+             failure (PERL_VERSION didn't get defined) try
+             to fail (by trying to #include an "obviously"
+             named file that should not exist) (didn't use
+             #error since IIRC older cpps do not have it)
+             (Tries to address [perl #20276].)
      Branch: perl
-          ! ext/re/Makefile.PL ext/re/re.xs
+          ! ext/Data/Dumper/Dumper.xs ext/Devel/PPPort/PPPort.pm
+          ! ext/Digest/MD5/MD5.xs ext/List/Util/Util.xs
+          ! ext/Storable/Storable.xs
 ____________________________________________________________________________
-[ 13133] By: jhi                                   on 2001/11/20  15:51:04
-        Log: Subject: Re: [ID 20011117.127] Not OK: perl v5.7.2 +DEVEL13048 on i686-linux 2.4.15-pre6
-             From: Andy Dougherty <doughera@lafayette.edu>
-             Date: Tue, 20 Nov 2001 11:08:13 -0500 (EST)
-             Message-ID: <Pine.SOL.4.10.10111201106010.15104-100000@maxwell.phys.lafayette.edu>
+[ 18538] By: merijn                                on 2003/01/21  16:54:00
+        Log: Subject: [PATCH] Re: FreeBSD 5 hints patch
+             From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
+             Date: Mon, 30 Dec 2002 18:01:16 -0800
+             Message-ID: <spPE+gzkg+6F092yn@efn.org>
      Branch: perl
-          ! ext/re/re.xs
+          ! Configure
 ____________________________________________________________________________
-[ 13132] By: jhi                                   on 2001/11/20  15:31:43
-        Log: Integrate change #13119 from macperl.
-             (No changes since already applied the patch,
-             just keep perforce happy and well-fed.)
+[ 18536] By: jhi                                   on 2003/01/21  14:18:40
+        Log: Allow explicit -C enable/disable by -C:1/-C:0
+             (suggested by Peter Haworth).
      Branch: perl
-         !> lib/Pod/Html.pm
+          ! perl.c pod/perlrun.pod
 ____________________________________________________________________________
-[ 13131] By: jhi                                   on 2001/11/20  15:29:55
-        Log: Subject: [PATCH] filter-util.pl for Mac OS
-             From: Chris Nandor <pudge@pobox.com>
-             Date: Tue, 20 Nov 2001 00:16:11 -0500
-             Message-Id: <p0510030ab81f970e9c05@[10.0.1.177]>
+[ 18534] By: hv                                    on 2003/01/21  02:22:53
+        Log: Subject: PATCH: perldoc in MAINT branch (probably unstable too)
+             From: Chip Turner <cturner@redhat.com>
+             Date: 02 Jan 2003 11:35:57 -0500
+             Message-ID: <vzksmwb8q6q.fsf@minbar.devel.redhat.com>
      Branch: perl
-          ! t/lib/filter-util.pl
+          ! lib/Pod/Perldoc.pm
 ____________________________________________________________________________
-[ 13130] By: jhi                                   on 2001/11/20  15:23:11
-        Log: Subject: [PATCH] Portability fix for Pod::Html
-             From: Chris Nandor <pudge@pobox.com>
-             Date: Tue, 20 Nov 2001 00:01:05 -0500
-             Message-Id: <p05100307b81f92788846@[10.0.1.177]>
+[ 18533] By: hv                                    on 2003/01/21  02:15:29
+        Log: Subject: Re: [perl #17757] s///g fails when using English & study in 5.8.0
+             From: hv@crypt.org
+             Date: Thu, 02 Jan 2003 14:33:49 +0000
+             Message-Id: <200301021433.h02EXno03562@crypt.compulink.co.uk>
      Branch: perl
-          ! lib/Pod/Html.pm
+          ! regexec.c t/op/subst.t
 ____________________________________________________________________________
-[ 13129] By: jhi                                   on 2001/11/20  15:14:49
-        Log: Need to skip more tests if not perlio.
+[ 18532] By: hv                                    on 2003/01/21  01:56:31
+        Log: Subject: Re: [perl #19236] perlsyn: implicit localisation in while()
+             From: Martien Verbruggen <mgjv@tradingpost.com.au>
+             Date: Tue, 31 Dec 2002 16:42:28 +1100
+             Message-Id: <slrnb12bi4.4tt.mgjv@martien.heliotrope.home>
      Branch: perl
-          ! lib/open.t
+          ! pod/perlsyn.pod
 ____________________________________________________________________________
-[ 13128] By: jhi                                   on 2001/11/20  15:04:55
-        Log: Pass 3 at perldelta - sort the lists of new modules,
-             module improvements, and new platforms.
+[ 18531] By: hv                                    on 2003/01/21  01:52:49
+        Log: integrate #18366-18370 from maint-5.8:
+             Implement the CPP namespace protection from [perl #8610];
+             unless a function has an 'A' flag, it's defined only if
+             PERL_CORE.  (Why do we have so many many functions with an
+             'A' flag, is another matter.)  (The number of #ifdef PERL_COREs
+             could be cut down further by having a state variable and
+             inserting #ifdefs and #endifs when the state flips.)
+
+             Caught by change #18366; thanks to the re extension we have some
+             functions that are file static but yet part of "the public API"...
+             Maybe a new class of exportability (a new embed.fnc flag) is
+             required for this case.
+
+             Continue on change #18367; implement the said flag, 'E'.
+             (Some nm output studying was needed to get the right set
+             of re symbols defined.)
+
+             In AIX (strict symbol exports) the cxinc is needed for List::Util.
      Branch: perl
-          ! pod/perldelta.pod
+          ! embed.fnc embed.h embed.pl ext/re/Makefile.PL global.sym
 ____________________________________________________________________________
-[ 13127] By: jhi                                   on 2001/11/20  13:42:22
-        Log: Document ${^OPEN}.
+[ 18530] By: hv                                    on 2003/01/21  01:37:03
+        Log: integrate (by hand) #18353 and #18359 from maint-5.8:
+             Introduce a cache for UTF-8 data: length and byte<->char offset
+             mapping are stored in a new type of magic.  Speeds up length(),
+             substr(), index(), rindex(), pos(), and some parts of s///.
+
+             The speedup varies a lot (on the usual suspects: what is the
+             access pattern of the data, compiler, CPU), but should be at
+             least one order of magnitude, and getting to the same magnitude
+             as byte string speeds, and in some cases  (length on unchanged data)
+             even reaching the byte string speed.  On the other hand, in some
+             cases (index) the byte speed is still faster by a factor of five
+             or so, but the bottleneck there does not seem to be any more
+             the byte<->char offset mapping (instead, the fbm_instr() speed).
+
+             There is one cache slot for the length, and only two for the
+             byte<->char offset mapping (the first one for the start->offset,
+             and the second for the offset->offset+length, when talking
+             in substr() terms).
+
+             Code this hairy is bound to have hairy trolls hiding under it.
+             [...]
+             A small tweak on top of #18353: don't display mg_len bytes of
+             mg_ptr for PERL_MAGIC_utf8 because that's not what's there.
      Branch: perl
-          ! pod/perlvar.pod
+          ! dump.c embed.fnc embed.h mg.c perl.h pod/perlapi.pod proto.h
+          ! sv.c util.c
 ____________________________________________________________________________
-[ 13126] By: pudge                                 on 2001/11/20  03:28:51
-        Log: Make configpm work with extra keys
-     Branch: maint-5.6/macperl
-          ! macos/configpm
-____________________________________________________________________________
-[ 13125] By: pudge                                 on 2001/11/20  03:28:09
-        Log: Version and doc updates
-     Branch: maint-5.6/macperl
-          ! macos/MPVersion.r macos/macperl/MacPerl.podhelp
-____________________________________________________________________________
-[ 13124] By: pudge                                 on 2001/11/20  03:27:44
-        Log: More fixes for error message parsing (bug #470316)
-     Branch: maint-5.6/macperl
-          ! macos/macish.c
-____________________________________________________________________________
-[ 13123] By: pudge                                 on 2001/11/20  03:26:32
-        Log: Fix ctrl-D handling (bug #471436), more exit fixes (bug #467732),
-             remove obsolete function (bug #465225)
-     Branch: maint-5.6/macperl
-          ! macos/macperl/MPConsole.cp macos/macperl/MPMain.c
-          ! macos/macperl/MPScript.c
-____________________________________________________________________________
-[ 13122] By: pudge                                 on 2001/11/20  03:20:17
-        Log: Add p2as droplet to distribution.
-     Branch: maint-5.6/macperl
-          + macos/macperl/Droplets/p2as.plx
-____________________________________________________________________________
-[ 13121] By: pudge                                 on 2001/11/20  03:10:36
-        Log: Bundle File::Sort.
-     Branch: maint-5.6/macperl
-          + macos/bundled_lib/blib/lib/File/Sort.pm
-____________________________________________________________________________
-[ 13120] By: pudge                                 on 2001/11/20  03:09:21
-        Log: Various bundled module fixes.
-     Branch: maint-5.6/macperl
-          ! macos/bundled_ext/Compress/Zlib/Makefile.mk
-          ! macos/bundled_ext/Digest/MD5/t/files.t
-          ! macos/bundled_ext/Filter/t/filter-util.pl
-          ! macos/bundled_lib/blib/lib/Net/Config.pm
-          ! macos/bundled_lib/t/libwww-perl/live/jigsaw-chunk.t
-____________________________________________________________________________
-[ 13119] By: pudge                                 on 2001/11/20  03:08:27
-        Log: Portability fix for Pod::Html.
-     Branch: maint-5.6/macperl
-          ! lib/Pod/Html.pm
+[ 18529] By: hv                                    on 2003/01/21  00:44:20
+        Log: integrate #18349 from maint-5.8:
+             At least partially address [perl #10000] by speeding
+             up both the ASCII case (by about 2-3%) and the UTF-8 case
+             (by about 45%).  The major trick is to avoid hitting the
+             costly S_reginclass().  (Even before this patch the speedup
+             since 5.8.0 was about 40-50%.)  After this the UTF-8 case is
+             still about 30-60% slower than the ASCII case.  (Note that
+             I'm unable to reproduce the 10-fold speed difference of the
+             original bug report; I can see a factor of 2 or 3, but no more.)
+     Branch: perl
+         !> regexec.c
 ____________________________________________________________________________
-[ 13118] By: jhi                                   on 2001/11/20  02:58:38
-        Log: Upgrade to Text::Balanced 1.89.
+[ 18528] By: hv                                    on 2003/01/21  00:24:11
+        Log: Subject: [PATCH pp_ctl.c] silence warning
+             From: Dave Mitchell <davem@fdgroup.com>
+             Date: Sun, 29 Dec 2002 15:09:31 +0000
+             Message-ID: <20021229150931.C2325@fdgroup.com>
      Branch: perl
-          ! lib/Text/Balanced.pm lib/Text/Balanced/Changes
-          ! lib/Text/Balanced/README lib/Text/Balanced/t/extbrk.t
-          ! lib/Text/Balanced/t/extcbk.t lib/Text/Balanced/t/extdel.t
-          ! lib/Text/Balanced/t/extmul.t lib/Text/Balanced/t/extqlk.t
-          ! lib/Text/Balanced/t/exttag.t lib/Text/Balanced/t/extvar.t
-          ! lib/Text/Balanced/t/gentag.t
-____________________________________________________________________________
-[ 13117] By: jhi                                   on 2001/11/20  02:53:32
-        Log: Upgrade to NEXT 0.50.
-     Branch: perl
-          + lib/NEXT/t/actual.t lib/NEXT/t/actuns.t lib/NEXT/t/next.t
-          + lib/NEXT/t/unseen.t
-          - lib/NEXT/test.pl
-          ! MANIFEST lib/NEXT.pm lib/NEXT/Changes lib/NEXT/README
-____________________________________________________________________________
-[ 13116] By: pudge                                 on 2001/11/20  02:47:23
-        Log: Integrate with maint-5.6/perl.
-     Branch: maint-5.6/macperl
-         !> win32/win32.c
+          ! pp_ctl.c
 ____________________________________________________________________________
-[ 13115] By: jhi                                   on 2001/11/20  01:57:41
-        Log: Update the README.threads scary header a bit.
+[ 18527] By: hv                                    on 2003/01/21  00:04:14
+        Log: Subject: perl version reporting
+             From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
+             Date: Wed, 18 Dec 2002 08:30:32 +0100
+             Message-Id: <20021218081957.ABD8.H.M.BRAND@hccnet.nl>
      Branch: perl
-          ! README.threads
+          ! perl.c
 ____________________________________________________________________________
-[ 13114] By: jhi                                   on 2001/11/20  01:49:59
-        Log: Pass 2 at perldelta: add some changes since 5.7.2.
+[ 18526] By: hv                                    on 2003/01/20  23:21:22
+        Log: Subject: Re: When Storable and Devel::DProf mix, core dump [perl #19385]
+             From: Blair Zajac <blair@orcaware.com>
+             Date: Wed, 08 Jan 2003 12:28:35 -0800
+             Message-ID: <3E1C89F3.2B4759C@orcaware.com>
      Branch: perl
-          ! pod/perldelta.pod
+          ! ext/Devel/DProf/Changes ext/Devel/DProf/DProf.pm
+          ! ext/Devel/DProf/DProf.xs ext/Devel/DProf/Makefile.PL
 ____________________________________________________________________________
-[ 13113] By: jhi                                   on 2001/11/20  00:55:25
-        Log: Subject: [DOC PATCH] perlfaq4.pod 
-             From: Tim Jenness <t.jenness@jach.hawaii.edu>
-             Date: Mon, 19 Nov 2001 15:31:36 -1000 (HST)
-             Message-ID: <Pine.LNX.4.33.0111191530180.5914-100000@lapaki>           
+[ 18524] By: jhi                                   on 2003/01/20  17:51:10
+        Log: Integrate from perlio:
+             [ 18520]
+             Move #define printf out of perl.h into appropriate
+             PerlIO files.
      Branch: perl
-          ! pod/perlfaq4.pod
+         !> fakesdio.h nostdio.h perl.h
 ____________________________________________________________________________
-[ 13112] By: jhi                                   on 2001/11/20  00:53:17
-        Log: Subject: [PATCH perl.c] Extra diagnostics for -DP            
-             From: Michael G Schwern <schwern@pobox.com> 
-             Date: Mon, 19 Nov 2001 19:53:12 -0500
-             Message-ID: <20011119195311.I11883@blackrider>
+[ 18523] By: jhi                                   on 2003/01/20  17:48:51
+        Log: Upgrade to Digest 1.02.
      Branch: perl
-          ! perl.c
+          ! lib/Digest.pm lib/Digest.t
 ____________________________________________________________________________
-[ 13111] By: jhi                                   on 2001/11/20  00:48:46
-        Log: Subject: [PATCH: perl@13050] update of vms Makefile.SH analog
-             From: PPrymmer@factset.com
-             Date: Mon, 19 Nov 2001 17:08:59 -0500
-             Message-ID: <OFE1F46859.B4E4C53A-ON85256B09.0078C420@55.25.11>
+[ 18522] By: jhi                                   on 2003/01/20  17:43:15
+        Log: Subject: [perl #20408] SV's SvPVX get freed even when its SvLEN is zero
+             From: "enache@rdslink.ro (via RT)" <perlbug-followup@perl.org>
+             Date: 20 Jan 2003 01:54:07 -0000
+             Message-Id: <rt-20408-49009.18.2567818321236@bugs6.perl.org>
      Branch: perl
-          ! vms/descrip_mms.template
+          ! pp_hot.c
 ____________________________________________________________________________
-[ 13110] By: jhi                                   on 2001/11/20  00:39:02
-        Log: Create a per-interpeter debug scratchpad container
-             and use that for the regexec debugging.
+[ 18521] By: jhi                                   on 2003/01/20  17:37:35
+        Log: Retract #18154 (integrate of perlio #18507), not enough
+             threadsafety.
      Branch: perl
-          ! embedvar.h intrpvar.h perl.c perl.h perlapi.h regexec.c
+          ! perlio.c
 ____________________________________________________________________________
-[ 13109] By: nick                                  on 2001/11/19  22:01:45
-        Log: Use /proc/self/exe to set $^X on linux (or anywhere new
-             Configure unit detects the feature).
-     Branch: metaconfig/U/perl
-          + procselfexe.U
-     Branch: perlio
-          ! Configure config_h.SH
+[ 18519] By: jhi                                   on 2003/01/20  12:25:43
+        Log: Encode MANIFEST update.
+     Branch: perl
+          ! ext/Encode/MANIFEST
 ____________________________________________________________________________
-[ 13108] By: nick                                  on 2001/11/19  20:39:17
-        Log: Integrate mainline
-     Branch: perlio
-         +> t/op/or.t
-         !> (integrate 44 files)
+[ 18517] By: nick                                  on 2003/01/20  08:34:10
+        Log: Integrate #18405 from maint-5.8 which fixes whitespac
+             issues in open(FH,"&...")
+     Branch: perl
+         !> doio.c
 ____________________________________________________________________________
-[ 13107] By: jhi                                   on 2001/11/19  20:22:36
-        Log: sysseek tweak.
+[ 18516] By: jhi                                   on 2003/01/19  13:48:10
+        Log: microperl update.
      Branch: perl
-          ! pod/perlfunc.pod
+          ! Makefile.micro uconfig.h uconfig.sh
 ____________________________________________________________________________
-[ 13106] By: jhi                                   on 2001/11/19  20:18:42
-        Log: Move the sysio tests from io/utf8 to lib/open.
+[ 18514] By: jhi                                   on 2003/01/18  18:36:00
+        Log: Integrate from perlio:
+             [ 18507]
+             Thread-protection for dup/fclose/dup2 scheme of stdio leak
+             avoidance.
      Branch: perl
-          ! lib/open.t t/io/utf8.t
+         !> perlio.c t/io/tell.t
 ____________________________________________________________________________
-[ 13105] By: nick                                  on 2001/11/19  20:15:39
-        Log: Add a .package and a README to //depot/metaconfig
-     Branch: metaconfig
-          + .package README
+[ 18513] By: jhi                                   on 2003/01/18  18:07:01
+        Log: Slight pod reformatting based on [perl #20284].
+     Branch: perl
+          ! README.mint ext/Data/Dumper/Dumper.pm
 ____________________________________________________________________________
-[ 13104] By: jhi                                   on 2001/11/19  20:01:54
-        Log: Thou shalt not mix stdio and sysio.
+[ 18512] By: jhi                                   on 2003/01/17  21:00:15
+        Log: EPOC perl address updates.
      Branch: perl
-          ! t/io/utf8.t
+          ! README.epoc
 ____________________________________________________________________________
-[ 13103] By: jhi                                   on 2001/11/19  19:28:40
-        Log: Update Changes.
+[ 18511] By: jhi                                   on 2003/01/17  20:23:42
+        Log: Upgrade to Digest 1.01.
      Branch: perl
-          ! Changes patchlevel.h
+          ! lib/Digest.pm
 ____________________________________________________________________________
-[ 13102] By: jhi                                   on 2001/11/19  19:17:14
-        Log: The runops_debug needs to be present always, otherwise
-             places like AIX which need an explicit symbol export list
-             will croak when trying to build Devel::Peek (which uses
-             the runops_debug).
+[ 18510] By: jhi                                   on 2003/01/17  19:53:37
+        Log: Typo fixes from jmc@prioris.mini.pw.edu.pl (from openbsd.bugs)
      Branch: perl
-          ! makedef.pl
+          ! utils/libnetcfg.PL
 ____________________________________________________________________________
-[ 13101] By: jhi                                   on 2001/11/19  19:06:48
-        Log: Subject: [PATCH: perl@13050] VMS specific cleanup and strictness for tie_sdbm.t
-             From: PPrymmer@factset.com 
-             Date: Mon, 19 Nov 2001 11:34:22 -0500
-             Message-ID: <OF8BFCD922.9F513397-ON85256B09.005AAA90@55.25.11>
+[ 18509] By: jhi                                   on 2003/01/17  19:45:11
+        Log: Upgrade to Digest::MD5 2.22.
      Branch: perl
-          ! lib/Memoize/t/tie_sdbm.t
+          ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
+          ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/README
+          ! ext/Digest/MD5/t/files.t
 ____________________________________________________________________________
-[ 13100] By: jhi                                   on 2001/11/19  18:57:11
-        Log: Retract #13088: it seems that unless dump.c is extensively
-             reorganized as to what symbols it shows, when, and to whom,
-             we are stuck with having the dump.o symbols in the libperl
-             and thusly in the main Perl binary.
+[ 18508] By: merijn                                on 2003/01/17  14:12:53
+        Log: Subject: Re: 18457 on cygwin/20030113
+             From: Nick Ing-Simmons <nick.ing-simmons@elixent.com>
+             Date: Fri, 17 Jan 2003 15:10:34 +0000
+             Message-Id: <20030117151034.2651.3@bactrian.elixent.com>
      Branch: perl
-          ! embedvar.h perlapi.h perlvars.h
+          ! t/io/tell.t
 ____________________________________________________________________________
-[ 13099] By: jhi                                   on 2001/11/19  18:02:14
-        Log: The _uni_display should not be in dump.c since they
-             are used under normal operation (S_not_a_number()).
+[ 18504] By: jhi                                   on 2003/01/17  13:21:51
+        Log: Integrate from perlio:
+             [ 18476]
+             Remove workaround for :stdio layer bug now fixed
+             (Fixes #18975)
      Branch: perl
-          ! dump.c embed.h embed.pl global.sym proto.h utf8.c
+         !> pp_sys.c
 ____________________________________________________________________________
-[ 13098] By: jhi                                   on 2001/11/19  17:37:26
-        Log: Protect sv_dump() from being included unless DEBUGGING,
-             as noticed by Ilya.
+[ 18502] By: jhi                                   on 2003/01/16  22:53:23
+        Log: Integrate from maint-5.6:
+             [ 18477]
+             search utility doesn't skip exe/lib/pdb files properly on windows
      Branch: perl
-          ! sv.c
+         !> win32/bin/search.pl
 ____________________________________________________________________________
-[ 13097] By: jhi                                   on 2001/11/19  15:11:41
-        Log: Pending further investigation skip the tell() tests.
-             The tell() is okay on Solaris, HP-UX and Tru64, but fails
-             (by returning too much) in Linux.
+[ 18501] By: rgs                                   on 2003/01/16  21:28:42
+        Log: Subject: Re: [perl #19977] unlocalized $_ in File::Find clobbers upstream $_
+             From: "Jos I. Boumans" <kane@dwim.org>
+             Date: Thu, 16 Jan 2003 14:04:48 +0100
+             Message-ID: <3E26ADF0.6010605@dwim.org>
+             (with test tweaks)
      Branch: perl
-          ! t/io/utf8.t
+          ! lib/File/Find.pm lib/File/Find/t/find.t
 ____________________________________________________________________________
-[ 13096] By: jhi                                   on 2001/11/19  14:28:57
-        Log: Retract #13082 until a better solution is found:
-             statics break ithreads.
+[ 18500] By: rgs                                   on 2003/01/16  21:17:14
+        Log: Integrate #18447 from maint-5.8 :
+             test.pl-ise t/op/fh.t.
      Branch: perl
-          ! regexec.c
+         !> t/op/fh.t
 ____________________________________________________________________________
-[ 13095] By: jhi                                   on 2001/11/19  14:24:33
-        Log: Figures 1 and 2 for UTF-8.
+[ 18499] By: rgs                                   on 2003/01/16  20:58:59
+        Log: Integrate changes to Attribute::Handlers from maint-5.8
+             (18404 and 18427).
+             Subject: [PATCH] Re: Attribute::Handlers phase variance
+             From: Richard Clamp <richardc@unixbeard.net>
+             Date: Mon, 9 Dec 2002 11:10:24 +0000
+             Message-ID: <20021209111024.GA14365@mirth.demon.co.uk>
+     Branch: perl
+         !> lib/Attribute/Handlers.pm lib/Attribute/Handlers/t/multi.t
+____________________________________________________________________________
+[ 18498] By: rgs                                   on 2003/01/16  20:48:10
+        Log: Integrate changes #18422 and #18423 from maint-5.8.
+             18422 :
+             Third Degree found a read of uninit memory (after setting
+             grent_size with sysconf(), pwent_size was read).  Also make
+             the ERANGE/INVARG more consistent.
+             18423 :
+             spent_size was still off.  (As far as I can tell
+             _SC_GETPW_R_SIZE_MAX is supposed to be used also
+             for spents, not just pwents.)
+     Branch: perl
+         !> reentr.c reentr.h reentr.pl
+____________________________________________________________________________
+[ 18497] By: rgs                                   on 2003/01/16  20:40:58
+        Log: Subject: [PATCH] Re: [perl #19393] Bug in Time::localtime?
+             From: Dave Mitchell <davem@fdgroup.com>
+             Date: Wed, 1 Jan 2003 21:43:24 +0000
+             Message-ID: <20030101214324.F12907@fdgroup.com>
+             (integrated from change #18397 in maint-5.8)
      Branch: perl
-          ! pod/perlunicode.pod
+         !> lib/Time/Local.pm lib/Time/Local.t
 ____________________________________________________________________________
-[ 13094] By: jhi                                   on 2001/11/19  14:09:34
-        Log: Subject: [PATCH] new warning "Useless use of sort in scalar context"
-             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
-             Date: Mon, 19 Nov 2001 13:26:45 +0100                 
-             Message-ID: <20011119132645.A15034@rafael>
+[ 18496] By: jhi                                   on 2003/01/16  20:36:23
+        Log: Fix 'use encoding' I/O for code points 0x80..0xFF;
+             code changes from Inaba Hiroto; test tweaks by jhi.
      Branch: perl
-          ! op.c pod/perldiag.pod t/lib/warnings/op
+          + ext/Encode/t/enc_eucjp.t
+          ! MANIFEST doio.c ext/Encode/encoding.pm ext/Encode/t/enc_utf8.t
+          ! pp.c sv.c sv.h t/uni/tr_utf8.t
 ____________________________________________________________________________
-[ 13093] By: jhi                                   on 2001/11/19  14:07:20
-        Log: Subject: [PATCH t/op/closure.t] A little extra debugging output
-             From: Michael G Schwern <schwern@pobox.com> 
-             Date: Mon, 19 Nov 2001 03:11:12 -0500                 
-             Message-ID: <20011119031112.E786@blackrider>
+[ 18495] By: jhi                                   on 2003/01/16  20:19:36
+        Log: It seems the binmode() is needed with UTF-8 locales enabled.
      Branch: perl
-          ! t/op/closure.t
+          ! ext/Encode/t/CJKT.t
 ____________________________________________________________________________
-[ 13092] By: jhi                                   on 2001/11/19  14:05:21
-        Log: Subject: [PATCH MANIFEST t/op/or.t] Double FETCH test
-             From: Michael G Schwern <schwern@pobox.com>
-             Date: Mon, 19 Nov 2001 03:42:56 -0500
-             Message-ID: <20011119034256.I786@blackrider>
+[ 18494] By: jhi                                   on 2003/01/16  20:11:35
+        Log: Upgrade to CGI.pm 2.89.
      Branch: perl
-          + t/op/or.t
-          ! MANIFEST
+          ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
+          ! lib/CGI/t/carp.t lib/CGI/t/html.t lib/CGI/t/pretty.t
 ____________________________________________________________________________
-[ 13091] By: jhi                                   on 2001/11/19  13:50:45
-        Log: Subject: [PATCH] io_poll.t vms/test.com tweaks
-             From: "Craig A. Berry" <craigberry@mac.com>
-             Date: Sun, 18 Nov 2001 14:33:48 -0600
-             Message-Id: <a05101001b81db38899ea@[172.16.52.1]>
+[ 18493] By: jhi                                   on 2003/01/16  20:03:01
+        Log: Subject: Update for ext/MIME/Base64/
+             From: Gisle Aas <gisle@ActiveState.com>
+             Date: 30 Dec 2002 07:34:34 -0800
+             Message-ID: <lrhecvzfjp.fsf@caliper.activestate.com>
      Branch: perl
-          ! ext/IO/lib/IO/t/io_poll.t vms/test.com
+          ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Changes
+          ! ext/MIME/Base64/QuotedPrint.pm
+          ! ext/MIME/Base64/t/quoted-print.t ext/MIME/Base64/t/unicode.t
 ____________________________________________________________________________
-[ 13090] By: jhi                                   on 2001/11/19  13:49:28
-        Log: Subject: [PATCH] ExtUtils::Install - use File::Spec instead of ExtUtils::MakeMaker
-             From: Dave Rolsky <autarch@urth.org>
-             Date: Mon, 19 Nov 2001 00:07:28 -0600 (CST)
-             Message-ID: <Pine.LNX.4.40.0111190006040.4213-100000@urth.org>
+[ 18492] By: jhi                                   on 2003/01/16  19:56:07
+        Log: Subject: Update for ext/Digest/MD5/
+             From: Gisle Aas <gisle@ActiveState.com>
+             Date: 30 Dec 2002 07:38:16 -0800
+             Message-ID: <lrd6njzfdj.fsf@caliper.activestate.com>
      Branch: perl
-          ! lib/ExtUtils/Manifest.pm
+          ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
+          ! ext/Digest/MD5/Makefile.PL ext/Digest/MD5/t/align.t
+          ! ext/Digest/MD5/t/files.t
 ____________________________________________________________________________
-[ 13089] By: jhi                                   on 2001/11/19  13:48:35
-        Log: Subject: [PATCH] ExtUtils::Install - use File::Spec instead of ExtUtils::MakeMaker
-             From: Dave Rolsky <autarch@urth.org>
-             Date: Mon, 19 Nov 2001 00:07:28 -0600 (CST) 
-             Message-ID: <Pine.LNX.4.40.0111190006040.4213-100000@urth.org>
+[ 18491] By: jhi                                   on 2003/01/16  19:24:10
+        Log: if (0) the PL_widesyscalls code for now: Sarathy
+             should take another look to see whether it is really
+             safe to remove the code, too.
      Branch: perl
-          ! lib/ExtUtils/Install.pm
+          ! win32/win32.h wince/win32.h
 ____________________________________________________________________________
-[ 13088] By: jhi                                   on 2001/11/19  13:44:49
-        Log: The runops_dbg should not be needed.
+[ 18490] By: jhi                                   on 2003/01/16  01:58:39
+        Log: Make the locale-induced UTF-8-ification of STD fhs
+             and the default file open layer explicit (either -C
+             or PERL_UTF8_LOCALE), instead of implicit (and unasked-for).
      Branch: perl
-          ! embedvar.h perlapi.h perlvars.h pod/perlapi.pod
+          ! embedvar.h gv.c intrpvar.h locale.c mg.c perl.c perlapi.h
+          ! pod/perlrun.pod pod/perlunicode.pod pod/perluniintro.pod
+          ! pod/perlvar.pod
 ____________________________________________________________________________
-[ 13087] By: jhi                                   on 2001/11/19  13:28:22
-        Log: do_spawn() cleanup from Charles Lane.
+[ 18489] By: rgs                                   on 2003/01/15  20:55:00
+        Log: Subject: [PATCH 5.8.0] perlrun.pod: fix -i examples
+             From: Brendan O'Dea <bod@debian.org>
+             Date: Sun, 12 Jan 2003 06:18:32 +1100
+             Message-ID: <20030111191832.GA19441@londo.c47.org>
      Branch: perl
-          ! vms/vms.c
+          ! pod/perlrun.pod
 ____________________________________________________________________________
-[ 13086] By: jhi                                   on 2001/11/19  13:22:26
-        Log: Update the list of tests.
+[ 18488] By: rgs                                   on 2003/01/15  20:51:48
+        Log: Subject: [PATCH 5.8.0] diagnostics.pm: useful apropos description for splain
+             From: Brendan O'Dea <bod@debian.org>
+             Date: Sun, 12 Jan 2003 06:17:30 +1100
+             Message-ID: <20030111191730.GA19420@londo.c47.org>
      Branch: perl
-          ! t/lib/1_compile.t
+          ! lib/diagnostics.pm
 ____________________________________________________________________________
-[ 13085] By: jhi                                   on 2001/11/18  21:57:23
-        Log: Subject: [PATCH t/lib/warnings/sv] Re: [ID 20011116.125] $a = undef; print "$a\n"; does not warn
-             From: Michael G Schwern <schwern@pobox.com> 
-             Date: Fri, 16 Nov 2001 17:37:04 -0500
-             Message-ID: <20011116173703.L30160@blackrider>
+[ 18487] By: rgs                                   on 2003/01/15  20:45:14
+        Log: Add a test case for bug [perl #19545]
      Branch: perl
-          ! t/lib/warnings/sv
+          ! t/op/do.t
 ____________________________________________________________________________
-[ 13084] By: jhi                                   on 2001/11/18  21:38:50
-        Log: FAQ sync.
+[ 18486] By: rgs                                   on 2003/01/15  20:34:52
+        Log: isa() and can() didn't work on magic variables
+             see Message-Id: <20030114220737.2190ba7c.rgarciasuarez@free.fr>
+             plus a test case by B. Goldberg
      Branch: perl
-          ! pod/perlfaq4.pod
+          ! t/op/universal.t universal.c
 ____________________________________________________________________________
-[ 13083] By: jhi                                   on 2001/11/18  21:37:06
-        Log: Integrate perlio:
-             
-             [ 13081]
-             Win32 layer has a dup which needs to match new prototype.
-             
-             [ 13080]
-             Wrong way to get stdio mode used.
-             
-             [ 13072]
-             Allow dup'ing of PerlIO::Scalar etc.
+[ 18485] By: rgs                                   on 2003/01/15  20:10:57
+        Log: Subject: [PATCH] Re: [perl #19566] Perl 5.8.0 segfault
+             From: Stephen McCamant <smcc@mit.edu>
+             Date: Thu, 2 Jan 2003 18:08:23 -0500
+             Message-ID: <15892.50791.692636.982873@syllepsis.MIT.EDU>
+             Plus a test by Jarkko
+             Integrated from changes 18444 and 18446 from maint-5.8
      Branch: perl
-         !> perlio.c win32/win32io.c
+         +> t/op/readline.t
+         !> MANIFEST pp_hot.c
 ____________________________________________________________________________
-[ 13082] By: jhi                                   on 2001/11/18  19:13:06
-        Log: (retracted by #13096)
-             Debugging would be badly skewed by a malloc per regex dump.
+[ 18484] By: jhi                                   on 2003/01/15  14:09:57
+        Log: Upgrade to Time::HiRes 1.42.
      Branch: perl
-          ! regexec.c
+          + ext/Time/HiRes/fallback/const-c.inc
+          + ext/Time/HiRes/fallback/const-xs.inc
+          ! MANIFEST ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
+          ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
 ____________________________________________________________________________
-[ 13081] By: nick                                  on 2001/11/18  19:08:40
-        Log: Win32 layer has a dup which needs to match new prototype.
-     Branch: perlio
-          ! win32/win32io.c
+[ 18483] By: jhi                                   on 2003/01/15  00:23:20
+        Log: Detypo.
+     Branch: perl
+          ! ext/Encode/Unicode/Unicode.xs
 ____________________________________________________________________________
-[ 13080] By: nick                                  on 2001/11/18  19:05:02
-        Log: Wrong way to get stdio mode used.
-     Branch: perlio
-          ! perlio.c
+[ 18482] By: rgs                                   on 2003/01/14  21:41:04
+        Log: Integrate change #18365 from maint-5.8 :
+             Doc tweak on the S_ macros.
+     Branch: perl
+         !> pod/perlfunc.pod
 ____________________________________________________________________________
-[ 13079] By: jhi                                   on 2001/11/18  18:59:28
-        Log: Retract #13048: that introduced a malloc() (through savepvn())
-             to *every* m//, which killed the performance quite badly.
+[ 18481] By: jhi                                   on 2003/01/14  12:40:24
+        Log: Apparently some stdios have bugs (no! don't tell it is so!)
+             or there is a corner of stdio that is substandardised.
      Branch: perl
-          ! pp_hot.c regcomp.c regcomp.h regexp.h t/op/re_tests
+          ! t/io/tell.t
 ____________________________________________________________________________
-[ 13078] By: jhi                                   on 2001/11/18  17:37:31
-        Log: Pass 1 at perldelta.pod: sort the section contents
-             together, drop all but the 5.7.2 known problems,
-             leave the 5.7.1 security note since that's the
-             fullest explanation (update the date on that).
+[ 18480] By: jhi                                   on 2003/01/14  01:25:14
+        Log: Encode 1.84 broke the subtest #7, further study required.
      Branch: perl
-          ! pod/perldelta.pod
+          ! t/uni/tr_utf8.t
 ____________________________________________________________________________
-[ 13077] By: jhi                                   on 2001/11/18  17:07:12
-        Log: Retract 11635: close 20011113.110, reopen 20010809.028.
-             
-             Tiny problem in the test for 20011113.110: I hope
-             'my $x= [("foo") x 1]' was never going to produce [qw(foo foo)] :-)
+[ 18479] By: jhi                                   on 2003/01/13  23:13:02
+        Log: Add a test for encoding 'utf8'.
      Branch: perl
-          ! pp.c t/op/repeat.t
+          + ext/Encode/t/enc_utf8.t
+          ! MANIFEST ext/Encode/MANIFEST
 ____________________________________________________________________________
-[ 13076] By: jhi                                   on 2001/11/18  16:46:11
-        Log: All of syswrite/send/sendto need to return character counts,
-             and character counts from the offset, not the beginning of
-             the scalar.
+[ 18478] By: jhi                                   on 2003/01/13  23:10:55
+        Log: Upgrade to Encode 1.84.
      Branch: perl
-          ! pp_sys.c
+          ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
+          ! ext/Encode/Unicode/Unicode.xs ext/Encode/encoding.pm
 ____________________________________________________________________________
-[ 13075] By: jhi                                   on 2001/11/18  16:39:32
-        Log: Integrate PerlIO: duping fixes.
+[ 18475] By: jhi                                   on 2003/01/13  02:42:47
+        Log: Integrate from perlio:
+             [ 18471]
+             Fix #18711 and add test for it (and indeed tell on write
+             handles at all !
+
+             (#18711 Serious bug of tell() in perl)
      Branch: perl
-         !> doio.c ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
-         !> ext/PerlIO/Via/Via.xs ext/PerlIO/t/scalar.t perlio.c perlio.h
-         !> perliol.h sv.c
+         !> perlio.c t/io/tell.t
 ____________________________________________________________________________
-[ 13074] By: jhi                                   on 2001/11/18  16:34:29
-        Log: syswrite() was still returning byte counts, not character counts.
+[ 18474] By: jhi                                   on 2003/01/13  02:41:04
+        Log: Integrate from perlio:
+             [ 18470]
+             Fix #16306 and #16880
+
+             (#16306 Big Badda leak in Sockets)
+             (#16880 Memory leak with IO::Socket in Perl v5.8.0)
      Branch: perl
-          ! pp_sys.c t/io/utf8.t
+         !> perlio.c
 ____________________________________________________________________________
-[ 13073] By: jhi                                   on 2001/11/18  16:16:17
-        Log: Add test for sysread().
+[ 18473] By: jhi                                   on 2003/01/13  02:38:33
+        Log: Integrate perlio #18040 and #18043 (no real changes;
+             some whitespace changes but ignored them so that Dan's
+             version of Encode wins)
      Branch: perl
-          ! t/io/utf8.t
+         !> ext/Encode/Encode.xs
 ____________________________________________________________________________
-[ 13072] By: nick                                  on 2001/11/18  16:15:31
-        Log: Allow dup'ing of PerlIO::Scalar etc.
-     Branch: perlio
-          ! doio.c ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
-          ! ext/PerlIO/Via/Via.xs ext/PerlIO/t/scalar.t perlio.c perlio.h
-          ! perliol.h sv.c
+[ 18472] By: jhi                                   on 2003/01/13  01:31:01
+        Log: Integrate perlio to mainline:
+             [ 18240]
+             Avoid eqtime() wiping the file (as suggested by
+             "Luis G. Uribe C." <GUribe@SoftHome.net>
+     Branch: perl
+         !> lib/ExtUtils/Command.pm
 ____________________________________________________________________________
-[ 13071] By: jhi                                   on 2001/11/18  16:12:32
-        Log: Prepend a null byte to the test set.
+[ 18468] By: rgs                                   on 2003/01/09  21:07:44
+        Log: Subject: [PATCH] VMS perly build tweak
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Thu, 9 Jan 2003 14:44:40 -0600
+             Message-Id: <a05200f03ba4389ff49eb@[172.16.52.1]>
      Branch: perl
-          ! t/io/utf8.t
+          ! vms/descrip_mms.template
 ____________________________________________________________________________
-[ 13070] By: jhi                                   on 2001/11/18  15:13:57
-        Log: Document how "no utf8;" can become handy.
+[ 18467] By: rgs                                   on 2003/01/09  21:03:07
+        Log: Document that ${^TAINT} is read-only.
      Branch: perl
-          ! lib/utf8.pm
+          ! pod/perlvar.pod
 ____________________________________________________________________________
-[ 13069] By: jhi                                   on 2001/11/18  14:05:23
-        Log: Integrate perlio:
-             
-             [ 13068]
-             embed.pl generated changes I forgot to include
-             
-             [ 13067]
-             Force inclusion of both Perl_runops_* in perl itself,
-             so they are available for Peek.xs etc.
-             
-             [ 12874]
-             Keep It Simple and Stupid version of readonly hash support.
-             - Test for SvREAONLY(hv) at a few spots in hv.c
-             - add the error message to perldiag.pod
-             - (dubious) add access::readonly() to univeral.c
-             - add test using above
-             - fixup ext/B/t/stash.t to account for access:: existing
-     Branch: perl
-         !> embedvar.h hv.c perlapi.h perlvars.h pod/perlapi.pod
-____________________________________________________________________________
-[ 13068] By: nick                                  on 2001/11/18  13:23:33
-        Log: embed.pl generated changes I forgot to include
-     Branch: perlio
-          ! embedvar.h perlapi.h pod/perlapi.pod
-____________________________________________________________________________
-[ 13067] By: nick                                  on 2001/11/18  12:50:19
-        Log: Force inclusion of both Perl_runops_* in perl itself,
-             so they are available for Peek.xs etc.
-     Branch: perlio
-          ! perlvars.h
-____________________________________________________________________________
-[ 13066] By: nick                                  on 2001/11/18  11:00:34
-        Log: Integrate mainline - a few Devel::Peak fails.
-     Branch: perlio
-         +> (branch 29 files)
-          - ext/Thread/Thread.pm lib/Benchmark.t
-          - lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
-          - lib/Lingua/KO/Hangul/Util/README
-          - lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Normalize.pm
-          - lib/Unicode/Normalize/Changes lib/Unicode/Normalize/README
-          - lib/Unicode/Normalize/t/norm.t lib/Unicode/Normalize/t/test.t
-          - vms/ext/vmsish.pm vms/ext/vmsish.t
-          ! hv.c
-         !> (integrate 389 files)
+[ 18465] By: rgs                                   on 2003/01/08  22:02:26
+        Log: Fix the doc for splitpath() in the File::Spec modules :
+             this function doesn't return undef in any case.
+     Branch: perl
+          ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
+          ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
 ____________________________________________________________________________
-[ 13065] By: jhi                                   on 2001/11/18  01:22:25
-        Log: Start working on perldelta.  This is not yet any sort of
-             editing; just concatenating perl570delta, perl571delta,
-             and perl572delta.  Any sorting not done, any duplicate
-             removal not done, any removal or update of obsolete items
-             not done, any changes since 5.7.2 not included.  So there.
+[ 18464] By: rgs                                   on 2003/01/08  21:40:37
+        Log: Subject: [PATCH] label code in pp_ctl.c
+             From: Nicholas Clark <nick@unfortu.net>
+             Date: Thu, 26 Dec 2002 21:19:36 +0000
+             Message-ID: <20021226211935.GE284@Bagpuss.unfortu.net>
+             (Integrated from change #18400 from maint-5.8)
      Branch: perl
-          ! pod/perldelta.pod
+         !> pp_ctl.c
 ____________________________________________________________________________
-[ 13064] By: jhi                                   on 2001/11/17  22:22:47
-        Log: Banish "use utf8".
+[ 18463] By: rgs                                   on 2003/01/08  21:27:49
+        Log: Subject: [DOCPATCH] hv_store and hv_store_ent
+             From: Nicholas Clark <nick@unfortu.net>
+             Date: Wed, 1 Jan 2003 18:17:59 +0000
+             Message-ID: <20030101181757.GB296@Bagpuss.unfortu.net>
+             (Integrated from change #18399 from maint-5.8)
      Branch: perl
-          ! pod/perlre.pod pod/perlretut.pod pod/perlunicode.pod
+         !> hv.c
 ____________________________________________________________________________
-[ 13063] By: jhi                                   on 2001/11/17  17:53:38
-        Log: Tweak from Charles Lane.
+[ 18462] By: rgs                                   on 2003/01/08  21:24:09
+        Log: Integrate change #18391 from maint-5.8:
+             Document the installprefix trick for compiling PASE Perl in AIX.
      Branch: perl
-          ! vms/vms.c
+         !> README.os400
 ____________________________________________________________________________
-[ 13062] By: jhi                                   on 2001/11/17  15:35:22
-        Log: Integrate change #13058 from maintperl;
-             change#12559 breaks things on Win9x because command.com doesn't
-             grok dquotes at all; disable all the system() smarts for
-             command.com
+[ 18461] By: rgs                                   on 2003/01/08  21:16:54
+        Log: Integrate change #18362 from maint-5.8:
+             Fix [perl #18666] (taking the more conservative approach).
      Branch: perl
-         !> win32/win32.c
+         !> lib/File/Spec/Unix.pm
 ____________________________________________________________________________
-[ 13061] By: ams                                   on 2001/11/17  13:46:11
-        Log: Subject: [PATCH lib/Term/Cap.pm] Sync with CPAN version
-             From: Jonathan Stowe <gellyfish@gellyfish.com>
-             Date: Sat, 17 Nov 2001 14:05:02 +0000 (GMT)
-             Message-Id: <Pine.LNX.4.33.0111171356190.13024-100000@orpheus.gellyfish.com>
+[ 18460] By: rgs                                   on 2003/01/08  21:14:20
+        Log: Integrate change #18361 from maint-5.8:
+             Document that the socketpair tests are unhappy in old SCO,
+             as per [perl #18537].
      Branch: perl
-          ! lib/Term/Cap.pm
+         !> pod/perl58delta.pod
 ____________________________________________________________________________
-[ 13060] By: ams                                   on 2001/11/17  09:49:10
-        Log: Subject: [PATCH9 File/Find.pm doc nits
-             From: Tels <perl_dummy@bloodgate.com>
-             Date: Sat, 17 Nov 2001 11:41:51 +0100 (CET)
+[ 18459] By: rgs                                   on 2003/01/08  20:48:19
+        Log: PerlFAQ sync.
      Branch: perl
-          ! lib/File/Find.pm
+          ! 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
 ____________________________________________________________________________
-[ 13059] By: ams                                   on 2001/11/17  09:38:38
-        Log: Subject: [PATCH] Benchmark.pm nit
-             From: Tels <perl_dummy@bloodgate.com>
-             Date: Sat, 17 Nov 2001 11:29:23 +0100 (CET)
+[ 18456] By: hv                                    on 2003/01/07  09:20:22
+        Log: Subject: [PATCH] %_ (was Re: [PATCH] operation on `PL_na' may be undefined)
+             From: Nicholas Clark <nick@unfortu.net>
+             Date: Thu, 26 Dec 2002 21:16:27 +0000
+             Message-ID: <20021226211626.GD284@Bagpuss.unfortu.net>
      Branch: perl
-          ! lib/Benchmark.pm
+          ! doio.c dump.c ext/Data/Dumper/Dumper.xs gv.c op.c pad.c perl.c
+          ! pp_ctl.c pp_hot.c pp_sort.c pp_sys.c sv.c toke.c universal.c
+          ! utf8.c
 ____________________________________________________________________________
-[ 13058] By: gsar                                  on 2001/11/17  03:50:49
-        Log: change#12559 breaks things on Win9x because command.com doesn't
-             grok dquotes at all; disable all the system() smarts for
-             command.com
-     Branch: maint-5.6/perl
-          ! win32/win32.c
+[ 18455] By: hv                                    on 2003/01/07  08:54:38
+        Log: Subject: [PATCH] integrate more with report_evil_fh
+             From: Nicholas Clark <nick@unfortu.net>
+             Date: Thu, 26 Dec 2002 20:56:21 +0000
+             Message-ID: <20021226205620.GA16584@Bagpuss.unfortu.net>
+     Branch: perl
+          ! pp_sys.c
 ____________________________________________________________________________
-[ 13057] By: ams                                   on 2001/11/16  20:30:03
-        Log: Subject: [PATCH] lib/Unicode/UCD.t @INC oddity
-             From: Andy Dougherty <doughera@lafayette.edu>
-             Date: Fri, 16 Nov 2001 16:28:45 -0500 (EST)
-             Message-Id: <Pine.SOL.4.10.10111161625070.7245-100000@maxwell.phys.lafayette.edu>
+[ 18454] By: hv                                    on 2003/01/07  08:45:54
+        Log: Integrate podlators-1.25
      Branch: perl
-          ! lib/Unicode/UCD.t
+          ! lib/Pod/Man.pm lib/Pod/t/man.t
 ____________________________________________________________________________
-[ 13056] By: jhi                                   on 2001/11/16  19:18:21
-        Log: Subject: [Patch Perl@13023] VMS system() warning
-             From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
-             Date: Fri, 16 Nov 2001 15:20:11 EST
-             Message-Id: <011116152009.39eb8@DUPHY4.Physics.Drexel.Edu>
+[ 18453] By: rgs                                   on 2003/01/06  20:31:43
+        Log: Change the value of ${^TAINT} : 0 without taint checks,
+             1 with -T, and -1 with -t or -TU.
      Branch: perl
-          ! vms/vms.c
+          ! mg.c pod/perlvar.pod t/op/taint.t t/run/runenv.t
+          ! t/run/switcht.t
 ____________________________________________________________________________
-[ 13055] By: jhi                                   on 2001/11/16  19:03:39
-        Log: It's neither-nor, and protect against the impossible.
+[ 18451] By: merijn                                on 2003/01/06  06:43:11
+        Log: Subject: [PATCH perl@18746] VMS test adjustments
+             Date: Sat, 04 Jan 2003 11:26:00 -0600
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Message-ID: <3E171928.1040100@mac.com>
      Branch: perl
-          ! lib/Thread.pm
+          ! ext/Devel/Peek/Peek.t ext/Filter/t/call.t lib/charnames.t
+          ! t/run/switchI.t
 ____________________________________________________________________________
-[ 13054] By: jhi                                   on 2001/11/16  18:37:30
-        Log: 5005threads didn't work because $Thread::VERSION wasn't
-             visible.  Oops.
+[ 18441] By: rgs                                   on 2003/01/04  20:06:45
+        Log: Subject: [DOCPATCH] File::Copy's synopsis
+             From: Nicholas Clark <nick@unfortu.net>
+             Date: Wed, 1 Jan 2003 21:09:30 +0000
+             Message-ID: <20030101210930.GE296@Bagpuss.unfortu.net>
      Branch: perl
-          ! ext/Thread/Makefile.PL lib/Thread.pm
+          ! lib/File/Copy.pm
 ____________________________________________________________________________
-[ 13053] By: jhi                                   on 2001/11/16  17:08:15
-        Log: Robustness against Linux using something else than gcc;
-             based on
-             
-             Subject: [ID 20011116.124] perl 5.6.1 with Intel's icc on RedHat Linux 7.2
-             From: Charles Randall <cfriv@yahoo.com>
-             Date: Fri, 16 Nov 2001 09:31:57 -0800 (PST)
-             Message-Id: <20011116173157.2322.qmail@web20904.mail.yahoo.com>
+[ 18440] By: rgs                                   on 2003/01/04  16:31:31
+        Log: Integrate change #18420 from maint-5.8:
+             Mea culpa: the join() was the string join, not the
+             ithreads join().
      Branch: perl
-          ! ext/Errno/Errno_pm.PL
+         !> ext/threads/t/join.t
 ____________________________________________________________________________
-[ 13052] By: ams                                   on 2001/11/16  16:46:39
-        Log: Subject: Re: [h.m.brand@hccnet.nl: Installman problems]
-             From: Russ Allbery <rra@stanford.edu>
-             Date: 16 Nov 2001 09:44:21 -0800
-             Message-Id: <yln11mwqyy.fsf@windlord.stanford.edu>
+[ 18439] By: rgs                                   on 2003/01/04  15:34:54
+        Log: Subject: [PATCH] [perl #15184] ExtUtils/t/Embed.t fails with -Duseshrplib -Dlibperl=...
+             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
+             Date: Fri, 13 Dec 2002 00:54:43 +0100
+             Message-Id: <20021213005443.3077a229.rgarciasuarez@free.fr>
+             Same as change 18403 for maint-5.8 branch
      Branch: perl
-          ! lib/Pod/ParseLink.pm
+          ! lib/ExtUtils/t/Embed.t
 ____________________________________________________________________________
-[ 13051] By: jhi                                   on 2001/11/16  15:26:41
-        Log: Update perluniintro on the UTF-8 output matters
-             (that -w will warn unless the stream is explicitly UTF-8-ified).
+[ 18438] By: rgs                                   on 2003/01/04  15:24:22
+        Log: Subject: Re: [PATCH] Tiny nits in perlre.pod
+             From: andreas.koenig@anima.de (Andreas J. Koenig)
+             Date: Fri, 03 Jan 2003 00:57:15 +0100
+             Message-ID: <m33cob14x0.fsf@k242.linux.bogus>
      Branch: perl
-          ! pod/perluniintro.pod
+          ! pod/perlre.pod
 ____________________________________________________________________________
-[ 13050] By: jhi                                   on 2001/11/16  15:08:52
-        Log: Adding new files to MANIFEST is nice.
+[ 18435] By: jhi                                   on 2003/01/04  14:36:08
+        Log: The problems.t is back.
      Branch: perl
           ! MANIFEST
 ____________________________________________________________________________
-[ 13049] By: jhi                                   on 2001/11/16  15:04:45
-        Log: Update Changes.
+[ 18434] By: sky                                   on 2003/01/04  07:43:50
+        Log: Forgot to add problems.t with change #18419
      Branch: perl
-          ! Changes patchlevel.h
+          + ext/threads/t/problems.t
 ____________________________________________________________________________
-[ 13048] By: jhi                                   on 2001/11/16  14:46:17
-        Log: Subject: Re: [PATCH regcomp.[ch], regexp.h, pp_hot.c, t/op/re_tests] lazy $& and \Z fix
-             From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net> 
-             Date: Wed, 14 Nov 2001 16:35:29 -0500 (EST) 
-             Message-ID: <Pine.GSO.4.21.0111141634020.16649-100000@crusoe.crusoe.net>
+[ 18432] By: jhi                                   on 2003/01/04  04:48:30
+        Log: One more (or, rather, less) //.
      Branch: perl
-          ! pp_hot.c regcomp.c regcomp.h regexp.h t/op/re_tests
+          ! ext/threads/threads.xs
 ____________________________________________________________________________
-[ 13047] By: jhi                                   on 2001/11/16  14:37:32
-        Log: Rename perlunintro to perluniintro; regen toc.
+[ 18431] By: jhi                                   on 2003/01/04  04:39:01
+        Log: Integrate from maintperl:
+             [ 18430]
+             // is still not portable C commentary.
      Branch: perl
-          + pod/perluniintro.pod
-          - pod/perlunintro.pod
-          ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
+         !> ext/threads/threads.xs
 ____________________________________________________________________________
-[ 13046] By: jhi                                   on 2001/11/16  14:14:38
-        Log: Document the negated lookahead trick to emulate
-             character class subtraction.
+[ 18425] By: jhi                                   on 2003/01/04  03:37:04
+        Log: Until Arthur really adds the problems.t.
      Branch: perl
-          ! pod/perlunicode.pod
+          ! MANIFEST
 ____________________________________________________________________________
-[ 13045] By: jhi                                   on 2001/11/16  14:08:43
-        Log: Subject: [PATCH perl@13023] Unicode General Category: Cn
-             From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
-             Date: Fri, 16 Nov 2001 23:31:04 +0900
-             Message-Id: <20011116232709.23CF.BQW10602@nifty.com>
-             
-             (with the tweak that Cntrl is not C, it's Cc)
+[ 18421] By: sky                                   on 2003/01/04  01:27:55
+        Log: Fix long standing memory leak with pop and shift!
      Branch: perl
-          ! lib/unicore/In/163.pl lib/unicore/Is/C.pl lib/unicore/Is/Cn.pl
-          ! lib/unicore/mktables
+          ! ext/threads/shared/shared.xs
 ____________________________________________________________________________
-[ 13044] By: jhi                                   on 2001/11/16  13:42:44
-        Log: Subject: [PATCH current] runtime runops switch
-             From: Ilya Zakharevich <ilya@math.ohio-state.edu>
-             Date: Fri, 16 Nov 2001 00:48:09 -0500
-             Message-ID: <20011116004809.A934@math.ohio-state.edu>
+[ 18419] By: sky                                   on 2003/01/03  23:45:34
+        Log: Fixes bug #15273, the return of the object caused
+             the stash of the object to be cloned, cloning the entire syntax
+             tree and all lexicals in there creating danglning copies to the
+             object. (Pararell but unlinked STASH tree).
+             This adds a new flag, when set it will use STASHES from the
+             thread we are joining into avoiding the problem.
      Branch: perl
-          ! dump.c embed.h embed.pl ext/Devel/Peek/Peek.pm
-          ! ext/Devel/Peek/Peek.xs perl.h pod/perlapi.pod
-          ! pod/perlintern.pod proto.h run.c
+          ! MANIFEST ext/threads/threads.xs sv.c sv.h
 ____________________________________________________________________________
-[ 13043] By: jhi                                   on 2001/11/16  13:24:28
-        Log: Further discourage old Thread code; tell how to tell
-             the difference.
+[ 18417] By: sky                                   on 2003/01/03  18:16:46
+        Log: Fake what context we are running in for CLONE and DESTROY so
+             threads->tid() returns the correct value.
+             This is reported as bug #10046
      Branch: perl
-          ! lib/Thread.pm
+          ! ext/threads/t/basic.t ext/threads/threads.xs
 ____________________________________________________________________________
-[ 13042] By: jhi                                   on 2001/11/16  13:16:13
-        Log: A missing return; from Charles Lane.
+[ 18413] By: sky                                   on 2003/01/03  15:15:14
+        Log: Change pp_lock to take a reference instead of a
+             scalar since it wouldn't fork for the HELEM/AELEM
+             case. This was reported in bug #10045
      Branch: perl
-          ! vms/vms.c
+          ! ext/threads/shared/t/hv_refs.t opcode.h opcode.pl opnames.h
 ____________________________________________________________________________
-[ 13041] By: ams                                   on 2001/11/16  12:11:14
-        Log: Subject: [PATCH] Doc spellcheck + podcheck
-             From: Autrijus Tang <autrijus@egb.elixus.org>
-             Date: Thu, 15 Nov 2001 22:49:05 -0800
-             Message-Id: <20011116064905.GA44092@egb.elixus.org>
-             
-             Subject: [PATCH] podcheck+spellcheck, the rest of the story
-             From: Autrijus Tang <autrijus@egb.elixus.org>
-             Date: Fri, 16 Nov 2001 00:42:20 -0800
-             Message-Id: <20011116084220.GA44295@egb.elixus.org>
-             
-             Subject: Re: [PATCH] podcheck+spellcheck, the rest of the story
-             From: Nicholas Clark <nick@ccl4.org>
-             Date: Fri, 16 Nov 2001 10:32:01 +0000
-             Message-Id: <20011116103200.F62891@plum.flirble.org>
-             (Applied after suitable de-mangling.)
+[ 18412] By: hv                                    on 2003/01/03  11:14:51
+        Log: Integrate from maint-5.8 #18348:
+             Make Math::Trig a little bit more better behaved module citizen.
      Branch: perl
-          ! README.aix README.dgux README.dos README.epoc README.hpux
-          ! README.mint README.mpeix README.netware README.os2
-          ! README.os390 README.plan9 README.qnx README.solaris
-          ! README.threads doio.c pod/perl571delta.pod
-          ! pod/perl572delta.pod pod/perlapi.pod pod/perlapio.pod
-          ! pod/perldata.pod pod/perlebcdic.pod pod/perlfaq4.pod
-          ! pod/perlfunc.pod pod/perlguts.pod pod/perlhack.pod
-          ! pod/perliol.pod pod/perlpod.pod pod/perlpodspec.pod
-          ! pod/perlrequick.pod pod/perlretut.pod pod/perltodo.pod
-          ! pod/perlunicode.pod pod/perlvar.pod pp_ctl.c sharedsv.c
+         !> lib/Math/Trig.pm
 ____________________________________________________________________________
-[ 13040] By: jhi                                   on 2001/11/16  04:48:16
-        Log: Avoid redefinedness warning for now.
+[ 18411] By: hv                                    on 2003/01/03  11:11:09
+        Log: Subject: Re: [perl #19061] 'goto' confuses 'redo'
+             From: Stephen McCamant <smcc@mit.edu>
+             Date: Sun, 22 Dec 2002 22:09:51 -0500
+             Message-ID: <15878.32383.94274.950128@syllepsis.MIT.EDU>
      Branch: perl
-          ! lib/Thread.pm
+          ! pp_ctl.c
 ____________________________________________________________________________
-[ 13039] By: jhi                                   on 2001/11/16  04:44:30
-        Log: use strict.
+[ 18410] By: hv                                    on 2003/01/03  11:06:40
+        Log: Subject: new flag SvPADSTALE
+             From: Dave Mitchell <davem@fdgroup.com>
+             Date: Thu, 19 Dec 2002 19:00:21 +0000
+             Message-ID: <20021219190021.D9530@fdgroup.com>
      Branch: perl
-          ! lib/Thread.pm
+          ! dump.c scope.c sv.h
 ____________________________________________________________________________
-[ 13038] By: jhi                                   on 2001/11/16  04:40:19
-        Log: Subject: [PATCH Perl@13023] subprocess command line size increase
-             From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane) 
-             Date: Thu, 15 Nov 2001 22:54:47 EST 
-             Message-Id: <011115225352.2db1e@DUPHY4.Physics.Drexel.Edu>         
+[ 18409] By: hv                                    on 2003/01/03  11:05:09
+        Log: Subject: remove flag SvPADBUSY
+             From: Dave Mitchell <davem@fdgroup.com>
+             Date: Thu, 19 Dec 2002 18:55:43 +0000
+             Message-ID: <20021219185543.C9530@fdgroup.com>
      Branch: perl
-          ! vms/vms.c vms/vmspipe.com
+          ! dump.c ext/Devel/Peek/Peek.t pad.c scope.c sv.h
 ____________________________________________________________________________
-[ 13037] By: jhi                                   on 2001/11/16  04:38:47
-        Log: Subject: [PATCH lib/File/stat.t] Fix AIX Failure (was Re: Smoke 12998 /pro/3gl/CPAN/perl-current)
-             From: "chromatic" <chromatic@rmci.net>
-             Date: Thu, 15 Nov 2001 19:54:23 -0700
-             Message-ID: <20011116030139.6821.qmail@onion.perl.org>
+[ 18408] By: hv                                    on 2003/01/03  10:56:54
+        Log: Subject: win32_msgwait() problem
+             From: Gurusamy Sarathy <gsar@ActiveState.com>
+             Date: Fri, 13 Dec 2002 17:31:59 -0800
+             Message-Id: <200212140132.gBE1Vxp02090@smtp3.ActiveState.com>
      Branch: perl
-          ! lib/File/stat.t
+          ! win32/win32.c
 ____________________________________________________________________________
-[ 13036] By: jhi                                   on 2001/11/16  04:37:52
-        Log: Make Thread a wrapper for both ithreads and 5005threads.
-             Needs a lot of work and Arthur's eyeballing (and finishing
-             few missing odds and ends of threads.pm).  Now Thread
-             is an extension without its own .pm.
-             
-             If there are people who have experience working with
-             either the 5005threads or the ithreads: cleaning up
-             the documentation (Thread.pm, threads.pm, and perl*thrtut.pod),
-             and porting the various Thread::* modules, like Thread::Queue,
-             to work also with ithreads, is needed.
-             
-             Removed the 5005threads requirement from the 5005 tests
-             for easier testing (not all of them work yet since
-             they use the Thread::* modules that have not been made
-             to work with ithreads).  Leave the 5005 tests named as
-             *.tx so that they are not run by "make test".
-     Branch: perl
-          + lib/Thread.pm
-          - ext/Thread/Thread.pm
-          ! MANIFEST ext/Thread/Makefile.PL ext/Thread/create.tx
-          ! ext/Thread/die.tx ext/Thread/die2.tx ext/Thread/io.tx
-          ! ext/Thread/join.tx ext/Thread/join2.tx ext/Thread/list.tx
-          ! ext/Thread/lock.tx ext/Thread/queue.tx ext/Thread/specific.tx
-          ! ext/Thread/sync.tx ext/Thread/sync2.tx ext/Thread/unsync.tx
-          ! ext/Thread/unsync2.tx ext/Thread/unsync3.tx
-          ! ext/Thread/unsync4.tx ext/threads/threads.pm pod/perlfunc.pod
-____________________________________________________________________________
-[ 13035] By: jhi                                   on 2001/11/16  03:30:38
-        Log: $VERSION "a5" doesn't quite work.
+[ 18407] By: hv                                    on 2003/01/03  10:30:05
+        Log: Subject: Re: [perl #18257] Attempt to free unreferenced scalar (in 5 lines)
+             From: hv@crypt.org
+             Date: Thu, 02 Jan 2003 17:16:04 +0000
+             Message-Id: <200301021716.h02HG5809404@crypt.compulink.co.uk>
      Branch: perl
-          ! ext/B/Makefile.PL
+          ! sv.c
 ____________________________________________________________________________
-[ 13034] By: jhi                                   on 2001/11/16  00:38:41
-        Log: Add the fruits of Larry Shatzer's version verifying script.
-             (There are some straddlers, but they will be fixed in the
-             upcoming releases of the modules.)
-     Branch: perl
-          ! bytecode.pl ext/B/B.pm ext/B/B/Asmdata.pm ext/B/B/Bblock.pm
-          ! ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/CC.pm
-          ! ext/B/B/Debug.pm ext/B/B/Disassembler.pm ext/B/B/Lint.pm
-          ! ext/B/B/Showlex.pm ext/B/B/Stackobj.pm ext/B/B/Stash.pm
-          ! ext/B/B/Terse.pm ext/B/B/Xref.pm ext/B/O.pm
-          ! ext/Encode/Encode/Tcl.pm ext/Opcode/ops.pm
-          ! ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
-          ! ext/Thread/Thread/Signal.pm ext/Thread/Thread/Specific.pm
-          ! lib/ExtUtils/MM_NW5.pm lib/Locale/Constants.pm lib/vmsish.pm
-          ! os2/OS2/REXX/DLL/DLL.pm vms/ext/Filespec.pm win32/FindExt.pm
-          ! wince/FindExt.pm
-____________________________________________________________________________
-[ 13033] By: jhi                                   on 2001/11/16  00:37:36
-        Log: Add Larry Shatzer's VERSION verifying script.
-     Branch: perl
-          + Porting/checkVERSION.pl
-          ! MANIFEST Porting/pumpkin.pod
-____________________________________________________________________________
-[ 13032] By: jhi                                   on 2001/11/16  00:09:31
-        Log: Subject: [PATCH t/io/argv.t OR t/test.pl] runperl(), \n and stdin
-             From: Michael G Schwern <schwern@pobox.com>
-             Date: Thu, 15 Nov 2001 19:26:40 -0500
-             Message-ID: <20011115192640.R31399@blackrider>
+[ 18406] By: sky                                   on 2003/01/03  08:23:16
+        Log: Under darwin 6.0+ (MacOSX 10.2) we have threadsafe
+             libc_r functions.
      Branch: perl
-          ! t/test.pl
+          ! hints/darwin.sh
 ____________________________________________________________________________
-[ 13031] By: jhi                                   on 2001/11/15  23:18:19
-        Log: Document the MY_CXT business; from Paul Marquess.
+[ 18393] By: merijn                                on 2003/01/02  19:41:29
+        Log: Subject: [PATCH perl-5.8/win32/makefile.mk] Re: Smoke [5.8.0] 18389 FAIL(Fm) MSWin32 5.0 Service Pack 3 (x86/1 cpu)
+             Date: Thu, 2 Jan 2003 19:02:21 +0100
+             Message-ID: <200301021902.22444.abe@ztreet.demon.nl>
+             From: abe@ztreet.demon.nl (Abe Timmerman)
      Branch: perl
-          ! pod/perlxs.pod
+          ! win32/makefile.mk
 ____________________________________________________________________________
-[ 13030] By: jhi                                   on 2001/11/15  22:03:46
-        Log: VMSCMD synch attempt.
+[ 18390] By: merijn                                on 2003/01/02  07:32:00
+        Log: Use a more likely location for the perl binary
      Branch: perl
-          ! vms/vms.c vms/vmsish.h
+          ! Porting/genlog
 ____________________________________________________________________________
-[ 13029] By: jhi                                   on 2001/11/15  21:35:36
-        Log: Advise against -P as instructed by Schwern.
+[ 18378] By: gsar                                  on 2002/12/31  04:07:56
+        Log: integrate change#18377 from maint-5.6 branch
+
+             change#17566 needs to be more defensive about win32_dup2()
+             itself calling SetStdHandle() (at least MSVCRT does this)
      Branch: perl
-          ! pod/perlrun.pod
+         !> win32/win32.c
 ____________________________________________________________________________
-[ 13028] By: jhi                                   on 2001/11/15  21:21:29
-        Log: Subject: [PATCH] v-strings as Objects Step 1
-             From: John Peacock <jpeacock@rowman.com>
-             Date: Thu, 15 Nov 2001 12:41:04 -0500
-             Message-ID: <3BF3FE30.70D7EDCA@rowman.com>
+[ 18376] By: hv                                    on 2002/12/31  02:02:17
+        Log: Update Changes
      Branch: perl
-          ! embed.h embed.pl global.sym pod/perlapi.pod proto.h toke.c
-          ! util.c
+          ! Changes patchlevel.h
 ____________________________________________________________________________
-[ 13027] By: jhi                                   on 2001/11/15  21:16:57
-        Log: Subject: [PATCH] -x  (was Re: [PATCH] new tests for command-line switches)
-             From: Michael G Schwern <schwern@pobox.com>
-             Date: Thu, 15 Nov 2001 12:47:59 -0500
-             Message-ID: <20011115124759.E31399@blackrider>
+[ 18374] By: hv                                    on 2002/12/30  03:32:22
+        Log: Remove duplicate entry
      Branch: perl
-          + t/run/switchx.aux t/run/switchx.t
-          ! MANIFEST t/run/switches.t
+          ! MANIFEST
 ____________________________________________________________________________
-[ 13026] By: jhi                                   on 2001/11/15  20:55:31
-        Log: Upgrade to Getopt::Long 2.26_03.
+[ 18373] By: hv                                    on 2002/12/30  03:19:17
+        Log: Subject: [perl #19343] perlfunc.pod patch for stat() and lstat()
+             From: Dave Paris (via RT) <perlbug-followup@perl.org>
+             Date: 22 Dec 2002 05:15:14 -0000
+             Message-Id: <rt-19343-46041.7.82970696202895@bugs6.perl.org>
      Branch: perl
-          ! lib/Getopt/Long.pm
+          ! pod/perlfunc.pod
 ____________________________________________________________________________
-[ 13025] By: ams                                   on 2001/11/15  20:46:22
-        Log: Subject: [PATCH vms/vms.c] VMSCMD missing
+[ 18372] By: hv                                    on 2002/12/30  03:13:42
+        Log: Subject: [PATCH lib/AutoSplit.pm] Holding filehandle open
              From: Michael G Schwern <schwern@pobox.com>
-             Date: Thu, 15 Nov 2001 16:24:11 -0500
-             Message-Id: <20011115162411.M31399@blackrider>
+             Date: Sat, 21 Dec 2002 19:29:41 -0800
+             Message-ID: <20021222032941.GD24887@blackrider.schwern.org>
      Branch: perl
-          ! vms/vms.c
+          ! lib/AutoSplit.pm
 ____________________________________________________________________________
-[ 13024] By: ams                                   on 2001/11/15  19:32:06
-        Log: Subject: Re: [ID 20010713.001] use lib segmentation fault
-             From: rspier@pobox.com (Robert Spier)
-             Date: Thu, 15 Nov 2001 11:19:21 -0800
-             Message-Id: <15348.5433.732364.963687@rls.cx>
+[ 18371] By: hv                                    on 2002/12/30  03:08:12
+        Log: Subject: [PATCH] Re: [perl #19330] Uneffective increment of $\
+             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
+             Date: Fri, 27 Dec 2002 16:14:24 +0100
+             Message-Id: <20021227161424.17234e3c.rgarciasuarez@free.fr>
      Branch: perl
-          ! op.c
+          ! mg.c t/op/magic.t
 ____________________________________________________________________________
-[ 13023] By: jhi                                   on 2001/11/15  15:35:48
-        Log: Update Changes.
+[ 18358] By: gsar                                  on 2002/12/28  03:30:49
+        Log: save_re_context() was not saving many regexec.c state
+             variables, resulting in various reentrancy problems when
+             the swatches were autoloaded by perl in the midst of a
+             match
      Branch: perl
-          ! Changes patchlevel.h
+          ! regcomp.c
 ____________________________________________________________________________
-[ 13022] By: jhi                                   on 2001/11/15  15:11:37
-        Log: Subject: [PATCH] new tests for command-line switches
-             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
-             Date: Thu, 15 Nov 2001 17:00:30 +0100
-             Message-ID: <20011115170030.A14193@rafael>
+[ 18357] By: gsar                                  on 2002/12/28  02:16:51
+        Log: silence another signed/unsigned mismatch warning
      Branch: perl
-          + t/run/switches.t
-          ! MANIFEST
+          ! op.c
 ____________________________________________________________________________
-[ 13021] By: jhi                                   on 2001/11/15  15:06:36
-        Log: Upgrade to podlators 1.13.
+[ 18356] By: gsar                                  on 2002/12/28  02:08:23
+        Log: fix signed/unsigned mismatch warning from change#18266
      Branch: perl
-          + lib/Pod/ParseLink.pm
-          ! MANIFEST lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
-          ! lib/Pod/Text/Color.pm lib/Pod/Text/Overstrike.pm
-          ! lib/Pod/Text/Termcap.pm pod/pod2man.PL t/pod/lref.xr
-          ! t/pod/pod2usage.xr t/pod/podselect.xr
+          ! regcomp.c
 ____________________________________________________________________________
-[ 13020] By: jhi                                   on 2001/11/15  14:47:29
-        Log: skip "might be used uninitialized".
+[ 18355] By: gsar                                  on 2002/12/28  02:05:14
+        Log: these variables are not in use anywhere since 5.8.0
      Branch: perl
-          ! pp_sys.c
+          ! embedvar.h perlapi.h sv.c thrdvar.h
 ____________________________________________________________________________
-[ 13019] By: jhi                                   on 2001/11/15  14:35:55
-        Log: Fix for "perlio bug in koi8-r encoding".  The problem
-             seemed to be that binmode() always flushed the handle,
-             which is not so good when switching encodings.  Fixed,
-             added Matt Sergeant's testcase, documented in perlfunc/binmode,
-             also added a pointer about disciplines to perlfunc/open,
-             and in general cleaned up and reformatted the open entry.
-     Branch: perl
-          ! ext/PerlIO/t/encoding.t perlio.c pod/perlfunc.pod
-____________________________________________________________________________
-[ 13018] By: jhi                                   on 2001/11/15  13:22:57
-        Log: Subject: Re: [ID 20011114.118] chop and chomp bind too tightly
-             From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
-             Date: 15 Nov 2001 08:57:06 -0000
-             Message-Id: <slrn9v70s9.gqe.rgarciasuarez@rafael.kazibao.net>
-             
-             chop() and chomp() are not real list functions,
-             so let's not have them overrideable.  (Casey will
-             be confused since in #7071 he patched the other way.)
+[ 18354] By: ams                                   on 2002/12/26  03:54:09
+        Log: Subject: [PATCH] docpatch for cv.h
+             From: Nicholas Clark <nick@unfortu.net>
+             Date: Wed, 25 Dec 2002 21:01:04 +0000
+             Message-Id: <20021225210102.GA284@Bagpuss.unfortu.net>
      Branch: perl
-          ! pod/perlfunc.pod toke.c
+          ! cv.h
 ____________________________________________________________________________
-[ 13017] By: ams                                   on 2001/11/15  12:56:49
-        Log: Subject: [PATCH pod/perltrap.pod] Re: Strange syntax error with map
-             From: Robin Barker <rmb1@cise.npl.co.uk>
-             Date: Thu, 15 Nov 2001 13:48:34 GMT
-             Message-Id: <200111151348.NAA01299@tempest.npl.co.uk>
-             (Applied with tweaks.)
+[ 18351] By: hv                                    on 2002/12/25  02:29:17
+        Log: #18345 was still broken; should be fixed now.
      Branch: perl
-          ! pod/perltrap.pod
+          ! sv.c
 ____________________________________________________________________________
-[ 13016] By: ams                                   on 2001/11/15  09:12:48
-        Log: Subject: [DOC PATCH] mention Filter::cpp in perlrun
-             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
-             Date: Thu, 15 Nov 2001 09:06:39 +0100
-             Message-Id: <20011115090639.A13005@rafael>
+[ 18350] By: merijn                                on 2002/12/24  05:26:40
+        Log: Removal of duplicate comment block
+
+             From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
+             Subject: Re: [perl #19306] Sys::Syslog issues.
+             Date: Mon, 23 Dec 2002 15:25:51 -0800
+             Message-ID: </t5B+gzkg6DR092yn@efn.org>
      Branch: perl
-          ! pod/perlrun.pod
+          ! ext/Sys/Syslog/Syslog.pm
 ____________________________________________________________________________
-[ 13015] By: jhi                                   on 2001/11/15  04:08:50
-        Log: "link =" from utils.lst was being processed oddly.
+[ 18346] By: hv                                    on 2002/12/23  06:14:22
+        Log: integrate maint-5.8 #18301
      Branch: perl
-          ! installman
+         !> lib/perl5db.pl
 ____________________________________________________________________________
-[ 13014] By: ams                                   on 2001/11/15  02:52:52
-        Log: Subject: [PATCH current] CreateTTY in -d
-             From: Ilya Zakharevich <ilya@math.ohio-state.edu>
-             Date: Wed, 14 Nov 2001 21:26:31 -0500
-             Message-Id: <20011114212631.A25705@math.ohio-state.edu>
+[ 18345] By: hv                                    on 2002/12/23  06:01:17
+        Log: more on #18344.
      Branch: perl
-          ! lib/perl5db.pl
+          ! sv.c
 ____________________________________________________________________________
-[ 13013] By: jhi                                   on 2001/11/15  00:46:07
-        Log: Corify the Filter::Simple tests. 
+[ 18344] By: hv                                    on 2002/12/23  05:56:43
+        Log: more on #18312: sv.c:ss_dup()
      Branch: perl
-          ! lib/Filter/Simple/t/data.t lib/Filter/Simple/t/filter.t
-          ! lib/Filter/Simple/t/filter_only.t
+          ! sv.c
 ____________________________________________________________________________
-[ 13012] By: jhi                                   on 2001/11/15  00:42:25
-        Log: Upgrade to Filter::Simple 0.70.
+[ 18343] By: hv                                    on 2002/12/23  05:47:17
+        Log: Subject: [perl #19153] Term::Complete (the argument of stty)
+             From: OKAIE Yutaka (via RT) <perlbug-followup@perl.org>
+             Date: 15 Dec 2002 13:45:23 -0000
+             Message-Id: <rt-19153-45441.1.2145712923207@bugs6.perl.org>
      Branch: perl
-          + lib/Filter/Simple/t/data.t lib/Filter/Simple/t/filter_only.t
-          + t/lib/FilterOnlyTest.pm
-          ! MANIFEST lib/Filter/Simple.pm lib/Filter/Simple/Changes
-          ! lib/Filter/Simple/README lib/Filter/Simple/t/filter.t
-          ! t/lib/FilterTest.pm
+          ! lib/Term/Complete.pm
 ____________________________________________________________________________
-[ 13011] By: jhi                                   on 2001/11/14  22:38:31
-        Log: Cleanliness inspired by Cygwin.
+[ 18342] By: hv                                    on 2002/12/23  05:27:25
+        Log: Subject: [perl #18544] Patch included to fix problem.
+             From: Richard Kandarian <richard.kandarian@lanl.gov>
+             Date: Thu, 21 Nov 2002 08:00:20 -0700
+             (from RT)
      Branch: perl
-          ! Makefile.SH x2p/Makefile.SH
+          ! regexec.c
 ____________________________________________________________________________
-[ 13010] By: jhi                                   on 2001/11/14  22:30:59
-        Log: Add perlunintro (formerly known as perlunitut); regen toc.
+[ 18341] By: hv                                    on 2002/12/23  05:08:49
+        Log: Subject: [PATCH] operation on `PL_na' may be undefined
+             From: Nicholas Clark <nick@unfortu.net>
+             Date: Tue, 10 Dec 2002 19:59:18 +0000
+             Message-ID: <20021210195917.GJ288@Bagpuss.unfortu.net>
      Branch: perl
-          + pod/perlunintro.pod
-          ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
+          ! universal.c
 ____________________________________________________________________________
-[ 13009] By: jhi                                   on 2001/11/14  22:27:12
-        Log: FAQ sync.
+[ 18340] By: hv                                    on 2002/12/23  05:04:29
+        Log: Subject: [PATCH] 2% speedup (pp_entersub needs to go on a diet)
+             From: Nicholas Clark <nick@unfortu.net>
+             Date: Tue, 10 Dec 2002 18:55:28 +0000
+             Message-ID: <20021210185527.GG288@Bagpuss.unfortu.net>
      Branch: perl
-          ! pod/perlfaq6.pod
+          ! pp_hot.c
 ____________________________________________________________________________
-[ 13008] By: jhi                                   on 2001/11/14  22:16:06
-        Log: Quieten pgcc 2.91.66 worries.
+[ 18339] By: hv                                    on 2002/12/23  04:39:48
+        Log: Integrate Time::HiRes v1.39 (for VMS build tweak)
      Branch: perl
-          ! gv.c pp_ctl.c utf8.c
+          ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
+          ! ext/Time/HiRes/Makefile.PL
 ____________________________________________________________________________
-[ 13007] By: jhi                                   on 2001/11/14  22:05:01
-        Log: Upgrade to Switch 2.06.
+[ 18338] By: hv                                    on 2002/12/23  03:43:09
+        Log: Subject: [PATCH] read permissions for h2ph-generated files
+             From: Slaven Rezic <slaven.rezic@berlin.de>
+             Date: Fri, 22 Nov 2002 14:49:14 +0100 (CET)
+             Message-Id: <200211221349.gAMDnEAK014033@vran.herceg.de>
      Branch: perl
-          ! lib/Switch.pm lib/Switch/Changes lib/Switch/README
-          ! lib/Switch/t/nested.t
+          ! utils/h2ph.PL
 ____________________________________________________________________________
-[ 13006] By: jhi                                   on 2001/11/14  21:55:51
-        Log: Upgrade to Attribute::Handlers 0.76.
+[ 18337] By: hv                                    on 2002/12/23  03:38:59
+        Log: handy hint: getting a perforce change as a usable patch
      Branch: perl
-          ! 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_cycle.pl
-          ! lib/Attribute/Handlers/demo/demo_hashdir.pl
-          ! lib/Attribute/Handlers/t/multi.t
+          ! Porting/repository.pod
 ____________________________________________________________________________
-[ 13005] By: jhi                                   on 2001/11/14  21:53:22
-        Log: Signedness nit.
+[ 18336] By: hv                                    on 2002/12/23  03:36:26
+        Log: Reverse #18285, for reasons given in:
+             Subject: Re: Precedence of ? :
+             From: hv@crypt.org
+             Date: Fri, 20 Dec 2002 00:35:27 +0000
+             Message-Id: <200212200035.gBK0ZRm29309@crypt.compulink.co.uk>
      Branch: perl
-          ! regexec.c
+          ! perly.c perly.y perly_c.diff pod/perldelta.pod t/op/cond.t
+          ! vms/perly_c.vms
 ____________________________________________________________________________
-[ 13004] By: jhi                                   on 2001/11/14  21:24:39
-        Log: VERSIONize.
+[ 18335] By: gsar                                  on 2002/12/18  23:12:14
+        Log: my_fflush_all() wasn't doing the right thing under useperlio
+             on many platforms
      Branch: perl
-          ! lib/File/Spec/Epoc.pm lib/PerlIO.pm lib/encoding.pm
-          ! lib/integer.pm
+          ! util.c
 ____________________________________________________________________________
-[ 13003] By: jhi                                   on 2001/11/14  21:17:02
-        Log: No pod in internal Net::FTP classes.
+[ 18334] By: merijn                                on 2002/12/18  06:48:11
+        Log: AIX compiler version updates
      Branch: perl
-          ! pod/buildtoc.PL
+          ! README.aix
 ____________________________________________________________________________
-[ 13002] By: jhi                                   on 2001/11/14  21:11:48
-        Log: Subject: Re: [PATCH regexec.c] lookahead for REF, MINMOD, PLUS, CURLY* 
-             From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
-             Date: Wed, 14 Nov 2001 09:59:31 -0500 (EST)
-             Message-ID: <Pine.GSO.4.21.0111140958390.1124-100000@crusoe.crusoe.net>
+[ 18332] By: gsar                                  on 2002/12/18  03:20:27
+        Log: $Config{prefixexp} was set incorrectly on windows
      Branch: perl
-          ! regexec.c
+          ! win32/config.bc win32/config.gc win32/config.vc
+          ! win32/config.vc64
 ____________________________________________________________________________
-[ 13001] By: jhi                                   on 2001/11/14  21:09:48
-        Log: test.pl tweaks from Rafael and Pudge (assuming I deciphered
-             Pudge correctly).
+[ 18330] By: gsar                                  on 2002/12/18  02:32:20
+        Log: remove CRs from a couple of files (these show up as CRCRLF
+             on windows)
      Branch: perl
-          ! t/test.pl
+          ! jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
 ____________________________________________________________________________
-[ 13000] By: jhi                                   on 2001/11/14  21:00:23
-        Log: Add comments to mark where $^X is being handled.
+[ 18328] By: gsar                                  on 2002/12/18  02:27:10
+        Log: fix for GPF in C<print Win32::GetFullPathName('\\\\host\share')>
      Branch: perl
-          ! perl.c toke.c
+          ! win32/win32.c
 ____________________________________________________________________________
-[ 12999] By: jhi                                   on 2001/11/14  20:45:42
-        Log: Subject: Re: Test [ID 25] [PATCH t/op/repeat.t] Cleanup and bug test
-             From: Michael G Schwern <schwern@pobox.com>
-             Date: Wed, 14 Nov 2001 16:38:25 -0500
-             Message-ID: <20011114163825.D6519@blackrider>
+[ 18327] By: gsar                                  on 2002/12/18  02:08:12
+        Log: windows: support for large files
+
+             note that this change will break binary compatibility with the
+             default 5.8.0 build options; nevertheless I think it is worth
+             having in 5.8.1 (people who want the compatibility can disable
+             the option in the makefile)
+     Branch: perl
+          ! ext/Devel/DProf/DProf.xs ext/POSIX/POSIX.xs
+          ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/via/via.xs iperlsys.h
+          ! pp_sys.c 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
+          ! win32/config_sh.PL win32/makefile.mk win32/perlhost.h
+          ! win32/win32.c win32/win32iop.h
+____________________________________________________________________________
+[ 18326] By: gsar                                  on 2002/12/18  00:57:46
+        Log: Win32.pod update
      Branch: perl
-          ! t/op/repeat.t
+          ! lib/Win32.pod
 ____________________________________________________________________________
-[ 12998] By: jhi                                   on 2001/11/14  20:22:06
-        Log: Subject: [PATCH t/op/die_exit.t] Fwd: [craigberry@mac.com: die_exit.t]
-             From: Michael G Schwern <schwern@pobox.com>
-             Date: Wed, 14 Nov 2001 13:19:15 -0500
-             Message-ID: <20011114131915.K5096@blackrider>
+[ 18325] By: gsar                                  on 2002/12/18  00:42:45
+        Log: PerlIO_{stdoutf,vprintf} don't exist, should be PerlSIO_*
      Branch: perl
-          ! t/op/die_exit.t
+          ! XSUB.h
 ____________________________________________________________________________
-[ 12997] By: jhi                                   on 2001/11/14  19:36:57
-        Log: Subject: Re: [PATCH] new version of runperl()
-             From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
-             Date: Wed, 14 Nov 2001 15:39:12 EST
-             Message-Id: <011114153711.30f96@DUPHY4.Physics.Drexel.Edu>
-             
-             "VMS $^X pipes etc" patch.
+[ 18324] By: gsar                                  on 2002/12/18  00:34:08
+        Log: windows: avoid prompting under some shells during $(MAKE) distclean
      Branch: perl
-          ! vms/vms.c
+          ! win32/Makefile win32/makefile.mk
 ____________________________________________________________________________
-[ 12996] By: jhi                                   on 2001/11/14  19:31:01
-        Log: test.pl runperl() nits from Chris Nandor and Craig Berry,
-             and add "verbose" option to show the final command.
+[ 18323] By: gsar                                  on 2002/12/18  00:17:29
+        Log: PerlSIO_stderr et al are not functions
      Branch: perl
-          ! t/test.pl
+          ! XSUB.h
 ____________________________________________________________________________
-[ 12995] By: jhi                                   on 2001/11/14  15:02:29
-        Log: Goof in some of the comment fields of #12994.
-     Branch: perl
-          ! lib/unicore/In/0.pl lib/unicore/In/1.pl lib/unicore/In/2.pl
-          ! lib/unicore/In/3.pl lib/unicore/In/4.pl lib/unicore/In/5.pl
-          ! lib/unicore/In/6.pl lib/unicore/In/7.pl lib/unicore/In/8.pl
-          ! lib/unicore/In/9.pl
-____________________________________________________________________________
-[ 12994] By: jhi                                   on 2001/11/14  14:59:32
-        Log: The First, Last ranges in the Unicode data weren't
-             getting their general categories added properly;
-             noticed by Jeffrey Friedl.
-     Branch: perl
-          ! lib/unicore/Category.pl lib/unicore/In/0.pl
-          ! lib/unicore/In/1.pl lib/unicore/In/164.pl
-          ! lib/unicore/In/169.pl lib/unicore/In/170.pl
-          ! lib/unicore/In/2.pl lib/unicore/In/3.pl lib/unicore/In/4.pl
-          ! lib/unicore/In/5.pl lib/unicore/In/6.pl lib/unicore/In/7.pl
-          ! lib/unicore/In/8.pl lib/unicore/In/9.pl
-          ! lib/unicore/Is/Alnum.pl lib/unicore/Is/Alpha.pl
-          ! lib/unicore/Is/C.pl lib/unicore/Is/Cntrl.pl
-          ! lib/unicore/Is/Co.pl lib/unicore/Is/Cs.pl
-          ! lib/unicore/Is/Graph.pl lib/unicore/Is/L.pl
-          ! lib/unicore/Is/Lo.pl lib/unicore/Is/Print.pl
-          ! lib/unicore/Is/Word.pl lib/unicore/Name.pl
-          ! lib/unicore/mktables
+[ 18321] By: gsar                                  on 2002/12/17  22:56:25
+        Log: integrate change#18320 from maint-5.6 branch
+
+             C<require '\foo\bar.pm'> fails on windows if not running
+             from the root directory; for a test case, see:
+
+             http://bugs.activestate.com/show_bug.cgi?id=19317
+
+             this was due to not recognizing \foo\bar.pm as an absolute
+             path name
+     Branch: perl
+         !> util.h
 ____________________________________________________________________________
-[ 12993] By: jhi                                   on 2001/11/14  13:54:20
-        Log: Subject: [PATCH] new version of runperl()
-             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
-             Date: Wed, 14 Nov 2001 12:23:01 +0100
-             Message-ID: <20011114122301.A29384@rafael>
+[ 18319] By: hv                                    on 2002/12/17  10:08:24
+        Log: Whoops, these are the changes supposed to be in #18318.
      Branch: perl
-          ! t/io/argv.t t/test.pl
+          ! pad.c t/op/eval.t
 ____________________________________________________________________________
-[ 12992] By: ams                                   on 2001/11/14  13:40:39
-        Log: Subject: [PATCH perl.c] s/parse_perl/parse_body/
-             From: Michael G Schwern <schwern@pobox.com>
-             Date: Tue, 13 Nov 2001 23:17:54 -0500
-             Message-Id: <20011113231754.S32567@blackrider>
+[ 18318] By: hv                                    on 2002/12/17  03:12:18
+        Log: Subject: Re: [PATCH] Re: [perl #19022] POSIX failures in bleadperl
+             From: Nicholas Clark <nick@unfortu.net>
+             Date: Sat, 14 Dec 2002 23:13:37 +0000
+             Message-ID: <20021214231337.GF306@Bagpuss.unfortu.net>
      Branch: perl
-          ! perl.c
+          ! pad.c t/op/eval.t
 ____________________________________________________________________________
-[ 12991] By: jhi                                   on 2001/11/14  13:24:34
-        Log: Subject: Re: [PATCH pod/perlapio.pod double-word fix]
-             From: Philip Newton <Philip.Newton@gmx.net>
-             Date: Wed, 14 Nov 2001 10:59:53 +0100
-             Message-ID: <e6b4vt8mfasdv0vlm1tqggqhtjbpchvpmg@4ax.com>
-             
-             plus a lot of paragraph reformatting because of long lines.
+[ 18317] By: hv                                    on 2002/12/17  02:58:12
+        Log: Integrate Net::Ping v2.26. (lib/Net/Ping/t/450_service.t should work now)
      Branch: perl
-          ! pod/perlapio.pod
+          + lib/Net/Ping/t/410_syn_host.t
+          ! MANIFEST lib/Net/Ping.pm lib/Net/Ping/t/400_ping_syn.t
+          ! lib/Net/Ping/t/450_service.t
 ____________________________________________________________________________
-[ 12990] By: jhi                                   on 2001/11/14  13:19:19
-        Log: A bool is not a pointer.
+[ 18316] By: hv                                    on 2002/12/17  02:17:16
+        Log: Subject: [PATCH 5.8.1 @oldish-18156] build
+             From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
+             Date: Fri, 13 Dec 2002 13:54:05 -0800
+             Message-ID: <20021213215404.GA2597@math.berkeley.edu>
      Branch: perl
-          ! pp_sys.c
+          ! os2/os2.c t/run/runenv.t
 ____________________________________________________________________________
-[ 12989] By: jhi                                   on 2001/11/14  02:41:42
-        Log: AUTHORS updates.
+[ 18315] By: hv                                    on 2002/12/17  02:03:58
+        Log: Subject: [PATCH 5.8.1 @oldish-18156] deprecated warnings
+             From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
+             Date: Fri, 13 Dec 2002 13:47:08 -0800
+             Message-ID: <20021213214707.GA2588@math.berkeley.edu>
      Branch: perl
-          ! AUTHORS
+          ! lib/constant.t lib/fields.t
 ____________________________________________________________________________
-[ 12988] By: jhi                                   on 2001/11/14  02:18:44
-        Log: There are several MIME RFCs.
+[ 18314] By: hv                                    on 2002/12/17  01:58:32
+        Log: Subject: [PATCH 5.8.1 @oldish-18156] Morphing to PM on OS/2
+             From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
+             Date: Fri, 13 Dec 2002 14:00:48 -0800
+             Message-ID: <20021213220048.GA2606@math.berkeley.edu>
      Branch: perl
-          ! ext/Encode/Encode.pm
+          ! os2/OS2/Process/t/os2_process.t os2/os2.c
 ____________________________________________________________________________
-[ 12987] By: ams                                   on 2001/11/14  01:09:28
-        Log: Subject: [PATCH t/op/groups.t vms/test.com] Simple little VMS fix
-             From: Michael G Schwern <schwern@pobox.com>
-             Date: Tue, 13 Nov 2001 20:59:13 -0500
-             Message-Id: <20011113205913.H32567@blackrider>
+[ 18313] By: hv                                    on 2002/12/17  01:54:19
+        Log: Subject: [PATCH 5.8.1 @oldish-18156] OS/2 REXX interface assuming Object REXX
+             From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
+             Date: Fri, 13 Dec 2002 14:08:00 -0800
+             Message-ID: <20021213220800.GA2625@math.berkeley.edu>
      Branch: perl
-          ! t/op/groups.t vms/test.com
+          ! os2/OS2/REXX/REXX.xs
 ____________________________________________________________________________
-[ 12986] By: ams                                   on 2001/11/14  01:07:06
-        Log: Subject: [PATCH ext/IO/lib/IO/t/io_sel.t vms/test.com] VMS fix
-             From: Michael G Schwern <schwern@pobox.com>
-             Date: Tue, 13 Nov 2001 20:51:34 -0500
-             Message-Id: <20011113205134.F32567@blackrider>
+[ 18312] By: hv                                    on 2002/12/17  01:43:28
+        Log: Subject: [Fwd: Patch for perl utf8-related bug]
+             From: Richard Hitt <rbh00@utsglobal.com>
+             Date: Fri, 06 Dec 2002 16:47:42 -0800
+             [perl #18932]
      Branch: perl
-          ! ext/IO/lib/IO/t/io_sel.t vms/test.com
+          ! embed.fnc embed.h global.sym perl.h proto.h regcomp.c scope.c
+          ! scope.h
 ____________________________________________________________________________
-[ 12985] By: ams                                   on 2001/11/14  00:43:59
-        Log: Subject: [PATCH pod/perlport.pod] Re: select() broken under VMS?
-             From: Michael G Schwern <schwern@pobox.com>
-             Date: Tue, 13 Nov 2001 20:38:42 -0500
-             Message-Id: <20011113203842.E32567@blackrider>
+[ 18311] By: hv                                    on 2002/12/17  00:52:05
+        Log: Subject: [PATCH] Re: [jhi@iki.fi: enums are not nums]
+             From: Dave Mitchell <davem@fdgroup.com>
+             Date: Sat, 14 Dec 2002 19:16:49 +0000
+             Message-ID: <20021214191649.B3992@fdgroup.com>
      Branch: perl
-          ! pod/perlport.pod
+          ! embed.fnc pad.c pad.h pod/perlintern.pod proto.h
 ____________________________________________________________________________
-[ 12984] By: ams                                   on 2001/11/14  00:32:15
-        Log: Subject: [PATCH ext/IO/lib/IO/t/*.t vms/test.com] VMS fixups for IO::* tests
-             From: Michael G Schwern <schwern@pobox.com>
-             Date: Tue, 13 Nov 2001 20:27:02 -0500
-             Message-Id: <20011113202702.D32567@blackrider>
+[ 18310] By: hv                                    on 2002/12/17  00:51:46
+        Log: regen-headers to get new API docs from #18306
      Branch: perl
-          ! ext/IO/lib/IO/t/io_const.t ext/IO/lib/IO/t/io_dir.t
-          ! ext/IO/lib/IO/t/io_dup.t ext/IO/lib/IO/t/io_pipe.t
-          ! ext/IO/lib/IO/t/io_sock.t ext/IO/lib/IO/t/io_unix.t
-          ! ext/IO/lib/IO/t/io_xs.t vms/test.com
+          ! pod/perlapi.pod
 ____________________________________________________________________________
-[ 12983] By: ams                                   on 2001/11/14  00:00:27
-        Log: Subject: [PATCH pod/perlport.pod] s/socket/select/ typo
-             From: Michael G Schwern <schwern@pobox.com>
-             Date: Tue, 13 Nov 2001 19:51:59 -0500
-             Message-Id: <20011113195159.B32567@blackrider>
+[ 18308] By: rgs                                   on 2002/12/16  22:06:23
+        Log: Subject: [PATCH] Re: [perl #19017] lexical "my" variables not visible in debugger "x" command
+             From: peter@PSDT.com (Peter Scott)
+             Date: 12 Dec 2002 18:13:17 -0000
+             Message-ID: <20021212181317.50538.qmail@onion.perl.org>
+             (fix bug [perl #19058])
      Branch: perl
-          ! pod/perlport.pod
+          ! lib/perl5db.pl
 ____________________________________________________________________________
-[ 12982] By: ams                                   on 2001/11/13  23:53:11
-        Log: Subject: [PATCH pod/perlapio.pod double-word fix]
-             From: Larry Shatzer <fugazi@zippy.zyx.net>
-             Date: Tue, 13 Nov 2001 17:27:59 -0700
-             Message-Id: <20011113172759.E27768@zippy.zyx.net>
+[ 18307] By: rgs                                   on 2002/12/16  22:01:14
+        Log: Subject: [PATCH] Re: [perl #19017] lexical "my" variables not visible in debugger "x" command
+             From: Dave Mitchell <davem@fdgroup.com>
+             Date: Thu, 12 Dec 2002 23:42:35 +0000
+             Message-ID: <20021212234235.A29245@fdgroup.com>
+             and
+             Date: Sat, 14 Dec 2002 19:16:38 +0000
+             Message-ID: <20021214191638.A3992@fdgroup.com>
      Branch: perl
-          ! pod/perlapio.pod
+          ! embed.fnc embed.h pod/perlfunc.pod pod/perlintern.pod pp_ctl.c
+          ! proto.h t/op/eval.t
 ____________________________________________________________________________
-[ 12981] By: jhi                                   on 2001/11/13  22:50:27
-        Log: Fix for the :utf8 read() bug noticed by Matt Sergeant:
-             "large enough" Unicode characters returned more than one
-             as their "Unicode size".
+[ 18306] By: sky                                   on 2002/12/16  21:41:40
+        Log: More documentation of obscure flags is good, even if the
+             documentation might be not so good. Atleast it's not false!
+             Documents the flags one can give to perl_clone
      Branch: perl
-          ! pp_sys.c t/io/utf8.t
+          ! sv.c
 ____________________________________________________________________________
-[ 12980] By: ams                                   on 2001/11/13  19:32:33
-        Log: Subject: [PATCH] vms/gen_shrfls.pl tweak
-             From: "Craig A. Berry" <craigberry@mac.com>
-             Date: Tue, 13 Nov 2001 14:33:25 -0600
-             Message-Id: <5.1.0.14.2.20011113142319.01c3ad50@exchi01>
+[ 18305] By: merijn                                on 2002/12/16  10:53:19
+        Log: Enough changes to Configure and metaunits warrant an update.
+             Several small changes and three additions
      Branch: perl
-          ! vms/gen_shrfls.pl
+          ! Porting/Glossary
 ____________________________________________________________________________
-[ 12979] By: jhi                                   on 2001/11/13  18:10:15
-        Log: Subject: Minor patch to Encode.pm (detypo)
-             From: "Philip Newton" <Philip.Newton@gmx.net>
-             Date: Tue, 13 Nov 2001 20:11:01 +0100
-             Message-ID: <20011113.200845@ID-11583.news.dfncis.de>
+[ 18304] By: merijn                                on 2002/12/16  10:44:57
+        Log: Redone #18011 from metaunits
      Branch: perl
-          ! ext/Encode/Encode.pm
+          ! Configure
 ____________________________________________________________________________
-[ 12978] By: jhi                                   on 2001/11/13  17:55:02
-        Log: Evil tabulators.
+[ 18302] By: rgs                                   on 2002/12/14  22:34:25
+        Log: Subject: Proper fix for CvOUTSIDE weak refcounting
+             From: Dave Mitchell <davem@fdgroup.com>
+             Date: Tue, 10 Dec 2002 01:26:44 +0000
+             Message-ID: <20021210012644.A7843@fdgroup.com>
      Branch: perl
-          ! ext/Encode/Encode.pm
+          ! cv.h dump.c embed.fnc ext/B/B/Deparse.pm ext/B/defsubs_h.PL
+          ! ext/Devel/Peek/Peek.t op.c pad.c pod/perlapi.pod
+          ! pod/perlintern.pod pp_ctl.c sv.c t/op/closure.t
 ____________________________________________________________________________
-[ 12977] By: jhi                                   on 2001/11/13  17:52:17
-        Log: Document the available encodings.
+[ 18300] By: rgs                                   on 2002/12/12  20:40:22
+        Log: Subject: [patch] typo in perlop
+             From: andreas.koenig@anima.de (Andreas J. Koenig)
+             Date: Wed, 11 Dec 2002 21:31:14 +0100
+             Message-ID: <m3k7igjo19.fsf@k242.linux.bogus>
      Branch: perl
-          ! ext/Encode/Encode.pm
+          ! pod/perlop.pod
 ____________________________________________________________________________
-[ 12976] By: ams                                   on 2001/11/13  17:14:07
-        Log: Subject: Re: Why *not* use UNIVERSAL qw( isa can ) ; ??
-             From: Barrie Slaymaker <barries@slaysys.com>
-             Date: Tue, 13 Nov 2001 12:41:36 -0500
-             Message-Id: <20011113124133.C24305@sizzle.whoville.com>
+[ 18299] By: rgs                                   on 2002/12/12  20:35:29
+        Log: Integrate from maint-5.8 : changes 18290-1, 18293-5, 18297
      Branch: perl
-          ! t/op/universal.t
+         !> ext/POSIX/POSIX.pod ext/POSIX/t/is.t ext/POSIX/t/posix.t
+         !> pod/perlre.pod pod/perlretut.pod regexec.c t/op/pat.t
+         !> t/op/subst.t
 ____________________________________________________________________________
-[ 12975] By: ams                                   on 2001/11/13  16:24:21
-        Log: Subject: Re: Why *not* use UNIVERSAL qw( isa can ) ; ??
-             From: Barrie Slaymaker <barries@slaysys.com>
-             Date: Tue, 13 Nov 2001 10:56:20 -0500
-             Message-Id: <20011113105620.B24192@sizzle.whoville.com>
-             (Test applied with minor tweaks and ->isa("HASH") omission.)
+[ 18298] By: rgs                                   on 2002/12/12  20:00:36
+        Log: Whitespace and indentation fix in the output of B::Debug.
      Branch: perl
-          ! lib/UNIVERSAL.pm t/op/universal.t
+          ! ext/B/B/Debug.pm
 ____________________________________________________________________________
-[ 12974] By: ams                                   on 2001/11/13  15:46:07
-        Log: Subject: [PATCH Benchmark.pm] docco tweaks
-             From: Barrie Slaymaker <barries@slaysys.com>
-             Date: Tue, 13 Nov 2001 11:34:45 -0500
-             Message-Id: <20011113113442.B24305@sizzle.whoville.com>
+[ 18292] By: gbarr                                 on 2002/12/12  09:23:04
+        Log: Update to Scalar-List-Utils 1.09
      Branch: perl
-          ! lib/Benchmark.pm
+          ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
+          ! ext/List/Util/lib/List/Util.pm
 ____________________________________________________________________________
-[ 12973] By: jhi                                   on 2001/11/13  13:42:40
-        Log: Subject: [PATCH] Attack of the C loops, round 1
-             From: Richard Soderberg <rs@oregonnet.com>
-             Date: Mon, 12 Nov 2001 12:07:29 -0800
-             Message-Id: <200111122007.MAA01994@oregonnet.com>
-             
-             Subject: [PATCH] bytecode.pl (tiny patch)
-             From: Richard Soderberg <rs@oregonnet.com>
-             Date: Mon, 12 Nov 2001 12:53:24 -0800
-             Message-Id: <200111122053.MAA06272@oregonnet.com>
-     Branch: perl
-          ! bytecode.pl installhtml
-____________________________________________________________________________
-[ 12972] By: jhi                                   on 2001/11/13  13:41:02
-        Log: Subject: [PATCH] Update to Filter::Util::Call
-             From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
-             Date: Sun, 11 Nov 2001 22:33:33 -0000
-             Message-ID: <AIEAJICLCBDNAAOLLOKLAEKFDEAA.Paul_Marquess@Yahoo.co.uk>
-             
-             Use the new CXT* macros.
+[ 18287] By: gsar                                  on 2002/12/11  18:53:07
+        Log: this has been incorrect for a while now, and has changed
+             again recently
      Branch: perl
-          ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
+          ! Porting/repository.pod
 ____________________________________________________________________________
-[ 12971] By: jhi                                   on 2001/11/13  13:31:34
-        Log: Subject: [PATCH vms/ext/vmsish.* vms/descrip_mms.template MANIFEST] Making vmsish.pm a no-op on non-VMS  
-             From: Michael G Schwern <schwern@pobox.com>
-             Date: Mon, 12 Nov 2001 20:50:34 -0500
-             Message-ID: <20011112205034.H2888@blackrider>
+[ 18285] By: hv                                    on 2002/12/11  10:35:01
+        Log: Subject: [PATCH] Re: Precedence of ? :
+             From: Stephen McCamant <smcc@mit.edu>
+             Date: Tue, 10 Dec 2002 00:57:07 -0500 (EST)
+             Message-Id: <20021210055707.974F073CCC@syllepsis>
      Branch: perl
-          + lib/vmsish.pm lib/vmsish.t
-          - vms/ext/vmsish.pm vms/ext/vmsish.t
-          ! MANIFEST vms/descrip_mms.template
+          ! perly.c perly.y perly_c.diff pod/perldelta.pod t/op/cond.t
+          ! vms/perly_c.vms
 ____________________________________________________________________________
-[ 12970] By: jhi                                   on 2001/11/13  13:09:23
-        Log: :utf8 works only with perlio.
+[ 18284] By: hv                                    on 2002/12/11  10:21:12
+        Log: One more email address for #18282
      Branch: perl
-          ! lib/open.t
+          ! lib/Pod/Perldoc.pm
 ____________________________________________________________________________
-[ 12969] By: jhi                                   on 2001/11/13  13:03:36
-        Log: Subject: Re: @Config -"des" not quite working on VMS
-             From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
-             Date: Tue, 13 Nov 2001 08:35:13 EST 
-             Message-Id: <011113083447.28742@DUPHY4.Physics.Drexel.Edu>
+[ 18283] By: hv                                    on 2002/12/11  10:18:07
+        Log: More email addresses for #18282
      Branch: perl
-          ! configure.com
+          ! hints/aix.sh hints/apollo.sh hints/epix.sh hints/freebsd.sh
+          ! hints/irix_6.sh hints/isc.sh hints/isc_2.sh hints/machten.sh
+          ! hints/machten_2.sh hints/openbsd.sh hints/os2.sh
+          ! hints/os390.sh hints/sunos_4_1.sh hints/titanos.sh
+          ! hints/ultrix_4.sh hints/umips.sh hints/utekv.sh
 ____________________________________________________________________________
-[ 12968] By: jhi                                   on 2001/11/13  12:59:11
-        Log: Subject: [PATCH] lib/charnames.pm 
-             From: Jeffrey Friedl <jfriedl@yahoo.com>
-             Date: Tue, 13 Nov 2001 00:36:21 -0800 (PST) 
-             Message-Id: <200111130836.fAD8aLG76010@ventrue.corp.yahoo.com>
+[ 18282] By: hv                                    on 2002/12/11  10:16:05
+        Log: Subject: Remove stale e-mail addresses
+             From: Andy Dougherty <doughera@lafayette.edu>
+             Date: Wed, 20 Nov 2002 09:40:33 -0500 (EST)
+             Message-ID: <Pine.SOL.4.10.10211200938110.19608-100000@maxwell.phys.lafayette.edu>
+     Branch: perl
+          ! Porting/pumpkin.pod configure.gnu
+          ! ext/ODBM_File/hints/dec_osf.pl ext/ODBM_File/hints/hpux.pl
+          ! ext/ODBM_File/hints/ultrix.pl ext/SDBM_File/sdbm/README.too
+          ! lib/File/Spec.pm perly.fixer pod/checkpods.PL
+____________________________________________________________________________
+[ 18281] By: hv                                    on 2002/12/11  09:59:31
+        Log: Integrate from maint-5.8 #18156, #18218.
+     Branch: perl
+         !> lib/Unicode/UCD.t lib/unicore/Category.pl
+         !> lib/unicore/SpecialCasing.txt lib/unicore/UnicodeData.txt
+         !> lib/unicore/lib/C.pl lib/unicore/lib/Cf.pl
+         !> lib/unicore/lib/Cntrl.pl lib/unicore/lib/Graph.pl
+         !> lib/unicore/lib/P.pl lib/unicore/lib/Pd.pl
+         !> lib/unicore/lib/Print.pl lib/unicore/lib/Punct.pl t/op/pack.t
+____________________________________________________________________________
+[ 18280] By: rgs                                   on 2002/12/10  21:30:10
+        Log: Integrate from the maint-5.8/ branch :
+             changes 18219, 18236, 18242-3, 18247-8,
+             18253-5, 18257, 18273-6
+     Branch: perl
+         +> t/op/lc_user.t
+         !> MANIFEST hints/irix_6.sh lib/File/Copy.pm lib/utf8_heavy.pl
+         !> pod/perldiag.pod pod/perlguts.pod pod/perlsec.pod
+         !> pod/perlunicode.pod pp.c t/op/lc.t t/op/pat.t t/op/split.t
+         !> t/uni/tr_utf8.t
+____________________________________________________________________________
+[ 18279] By: merijn                                on 2002/12/10  14:10:03
+        Log: Subject: Re: ANSIColor 1.06 released
+             Version bump only after typo fix to sync with CPAN
      Branch: perl
-          ! lib/charnames.pm
+          ! lib/Term/ANSIColor.pm
 ____________________________________________________________________________
-[ 12967] By: pudge                                 on 2001/11/13  05:44:13
-        Log: Docs for Mac::err.
-     Branch: maint-5.6/macperl
-          ! macos/ext/Mac/err/err.pm
-____________________________________________________________________________
-[ 12966] By: pudge                                 on 2001/11/13  05:43:58
-        Log: Some cleanup; change some globals to references for
-             possible persistence later.
-     Branch: maint-5.6/macperl
-          ! macos/lib/Mac/Glue.pm
-____________________________________________________________________________
-[ 12965] By: pudge                                 on 2001/11/13  05:42:59
-        Log: Add in a bunch of Mac OS 9 constants for Mac::Files.
-     Branch: maint-5.6/macperl
-          ! macos/ext/Mac/Files/Files.pm
-____________________________________________________________________________
-[ 12964] By: pudge                                 on 2001/11/13  05:42:35
-        Log: Get Mac::Navigation to compile (bug #464684).
-     Branch: maint-5.6/macperl
-          ! macos/Makefile.mk macos/ext/Mac/Makefile.mk
-          ! macos/ext/Mac/Navigation/Makefile.PL
-          ! macos/ext/Mac/Navigation/Navigation.xs
-          ! macos/macperl/Makefile.mk
-____________________________________________________________________________
-[ 12963] By: pudge                                 on 2001/11/13  05:41:12
-        Log: Add in modules and POD to help menu.
-     Branch: maint-5.6/macperl
-          ! macos/macperl/MacPerl.podhelp
-____________________________________________________________________________
-[ 12962] By: pudge                                 on 2001/11/13  05:28:18
-        Log: Update bundled modules.
-     Branch: maint-5.6/macperl
-          + macos/bundled_ext/Filter/t/FilterTest.pm
-          + macos/bundled_ext/List/Util/t/shuffle.t
-          + macos/bundled_ext/Storable/t/compat06.t
-          + macos/bundled_ext/Storable/t/st-dump.pl
-          + macos/bundled_ext/Time/HiRes/hints/dynixptx.pl
-          + macos/bundled_lib/blib/lib/LWP/ConnCache.pm
-          + macos/bundled_lib/blib/lib/LWP/Protocol/http10.pm
-          + macos/bundled_lib/blib/lib/LWP/Protocol/https10.pm
-          + macos/bundled_lib/blib/lib/LWP/Protocol/nogo.pm
-          + macos/bundled_lib/blib/lib/Net/HTTP/NB.pm
-          + macos/bundled_lib/blib/lib/lwpcook.pod
-          + macos/bundled_lib/t/Filter/Simple/filter.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/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/URI/rfc2732.t
-          + macos/bundled_lib/t/libnet/config.t
-          + macos/bundled_lib/t/libnet/libnet_t.pl
-          + macos/bundled_lib/t/libwww-perl/live/google.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-neg.t
-          + macos/bundled_lib/t/libwww-perl/live/jigsaw-te.t
-          + macos/bundled_lib/t/libwww-perl/live/validator.t
-          - macos/bundled_ext/Filter/t/MyFilter.pm
-          - macos/bundled_ext/Storable/t/compat-0.6.t
-          - macos/bundled_ext/Storable/t/dump.pl
-          - macos/bundled_ext/Time/Piece/Makefile.PL
-          - macos/bundled_ext/Time/Piece/Piece.pm
-          - macos/bundled_ext/Time/Piece/Piece.t
-          - macos/bundled_ext/Time/Piece/Piece.xs
-          - macos/bundled_ext/Time/Piece/README
-          - macos/bundled_ext/Time/Piece/Seconds.pm
-          - macos/bundled_lib/blib/lib/LWP/Protocol/http11.pm
-          - macos/bundled_lib/blib/lib/Net/DummyInetd.pm
-          - macos/bundled_lib/blib/lib/Net/PH.pm
-          - macos/bundled_lib/blib/lib/Net/SNPP.pm
-          - macos/bundled_lib/blib/lib/Text/Balanced.pod
-          - macos/bundled_lib/t/Filter/Simple/test.pl
-          - macos/bundled_lib/t/Switch/test.pl
-          - macos/bundled_lib/t/Text/Balanced/t/genxt.t
-          - macos/bundled_lib/t/Text/Balanced/t/xbrak.t
-          - macos/bundled_lib/t/Text/Balanced/t/xcode.t
-          - macos/bundled_lib/t/Text/Balanced/t/xdeli.t
-          - macos/bundled_lib/t/Text/Balanced/t/xmult.t
-          - macos/bundled_lib/t/Text/Balanced/t/xquot.t
-          - macos/bundled_lib/t/Text/Balanced/t/xtagg.t
-          - macos/bundled_lib/t/Text/Balanced/t/xvari.t
-          - macos/bundled_lib/t/libnet/ph.t
-          ! (edit 125 files)
-____________________________________________________________________________
-[ 12961] By: ams                                   on 2001/11/13  00:45:08
-        Log: Subject: [PATCH pod/perlport.pod] exit docs out of order
-             From: Michael G Schwern <schwern@pobox.com>
-             Date: Mon, 12 Nov 2001 20:16:45 -0500
-             Message-Id: <20011112201644.G2888@blackrider>
+[ 18277] By: merijn                                on 2002/12/10  08:46:05
+        Log: Subject: [PATCH perl@18251] VMS build update
+             Message-ID: <3DF56BE2.9000300@mac.com>
+             Date: Mon, 09 Dec 2002 22:21:54 -0600
+             From: "Craig A. Berry" <craigberry@mac.com>
      Branch: perl
-          ! pod/perlport.pod
+          ! configure.com ext/Time/HiRes/Makefile.PL
+          ! vms/descrip_mms.template
 ____________________________________________________________________________
-[ 12960] By: ams                                   on 2001/11/12  23:54:00
-        Log: Subject: [PATCH t/io/dup.t ext/IO/lib/IO/t/io_dup.t vms/test.com]
-             Recoving dup tests for VMS
-             From: Michael G Schwern <schwern@pobox.com>
-             Date: Mon, 12 Nov 2001 19:35:33 -0500
-             Message-Id: <20011112193533.D2888@blackrider>
+[ 18272] By: merijn                                on 2002/12/09  15:31:28
+        Log: RT#15950
+
+             Subject: [PATCH] Typo in Term::ANSIColor
+             Date: Fri, 2 Aug 2002 14:13:19 -0700 (PDT)
+             From: "Mr. Nobody" <mrnobo1024  at  yahoo.com>
      Branch: perl
-          ! ext/IO/lib/IO/t/io_dup.t t/io/dup.t vms/test.com
+          ! lib/Term/ANSIColor.pm
 ____________________________________________________________________________
-[ 12959] By: jhi                                   on 2001/11/12  20:23:59
-        Log: Update Changes.
+[ 18270] By: hv                                    on 2002/12/09  00:25:26
+        Log: Subject: [perl #18256] xsubpp can make nested comments in C code
+             From: Nicholas Clark (via RT) <perlbug@perl.org>
+             Date: 7 Nov 2002 14:58:14 -0000
+             Message-Id: <rt-18256-41218.19.7625495305233@bugs6.perl.org>
      Branch: perl
-          ! Changes patchlevel.h
+          ! lib/ExtUtils/xsubpp
 ____________________________________________________________________________
-[ 12958] By: jhi                                   on 2001/11/12  16:33:01
-        Log: Subject: [Patch Perl@12856] MULTIPLICITY on VMS                
-             From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)             
-             Date: Mon, 12 Nov 2001 12:35:18 EST 
-             Message-Id: <011112123409.27041@DUPHY4.Physics.Drexel.Edu>
+[ 18269] By: hv                                    on 2002/12/09  00:19:33
+        Log: Subject: Re: Bug in Filter::Simple
+             From: Slaven Rezic <slaven.rezic@berlin.de>
+             Date: 07 Nov 2002 10:01:41 +0100
+             Message-ID: <87of91u51m.fsf@vran.herceg.de>
      Branch: perl
-          ! ext/Cwd/Cwd.xs perlio.c vms/ext/Stdio/Stdio.xs
-          ! vms/gen_shrfls.pl vms/sockadapt.c vms/vms.c
+          ! ext/Filter/Util/Call/Call.xs ext/Filter/t/call.t
 ____________________________________________________________________________
-[ 12957] By: jhi                                   on 2001/11/12  15:26:37
-        Log: Subject: [PATCH File::Spec::Win32::abs2rel] remove volume from result
-             From: Barrie Slaymaker <barries@slaysys.com>
-             Date: Mon, 12 Nov 2001 11:19:52 -0500
-             Message-ID: <20011112111948.C7626@sizzle.whoville.com>
+[ 18268] By: hv                                    on 2002/12/09  00:14:58
+        Log: fix #18266 sprintf format mismatch
      Branch: perl
-          ! lib/File/Spec.t lib/File/Spec/Win32.pm
+          ! regcomp.c
 ____________________________________________________________________________
-[ 12956] By: jhi                                   on 2001/11/12  15:23:48
-        Log: Subject: [PATCH Benchmark.pm] Add "none" style to cmpthese(), alter result
-             From: Barrie Slaymaker <barries@slaysys.com>
-             Date: Mon, 12 Nov 2001 11:07:36 -0500
-             Message-ID: <20011112110733.B7626@sizzle.whoville.com>
+[ 18267] By: hv                                    on 2002/12/09  00:10:09
+        Log: Subject: Re: [perl #18238] timezone and gmt offset as output by POSIX::strftime()  are sometimes wrong
+             From: Slaven Rezic <slaven.rezic@berlin.de>
+             Date: 09 Nov 2002 23:21:16 +0100
+             Message-ID: <874raqz8o3.fsf@vran.herceg.de>
      Branch: perl
-          ! lib/Benchmark.pm
+          ! config_h.SH ext/POSIX/t/posix.t util.c
 ____________________________________________________________________________
-[ 12955] By: jhi                                   on 2001/11/12  15:22:23
-        Log: Misplaced test, noticed by Barrie Slaymaker.
-             (We are missing Benchmark tests, then.)
+[ 18266] By: hv                                    on 2002/12/09  00:02:57
+        Log: Subject: Re: [perl #18107] lc(), uc() and ucfirst() broken inside utf8 regex
+             From: Abhijit Menon-Sen <ams@wiw.org>
+             Date: Wed, 6 Nov 2002 19:38:11 +0530
+             Message-ID: <20021106193811.E20858@lustre.dyn.wiw.org>
      Branch: perl
-          + ext/Devel/DProf/DProf.t
-          - lib/Benchmark.t
-          ! MANIFEST
+          ! regcomp.c t/op/lc.t
 ____________________________________________________________________________
-[ 12954] By: jhi                                   on 2001/11/12  14:50:44
-        Log: Subject: [PATCH] a few typo fixes 
-             From: Jeffrey Friedl <jfriedl@yahoo.com>
-             Date: Sun, 11 Nov 2001 21:15:18 -0800 (PST)
-             Message-Id: <200111120515.fAC5FIc74795@ventrue.corp.yahoo.com>
-             
-             Patching README.foo instead of pod/perlfoo.pod,
-             not patching Math::BigInt (Tels will take care of that),
-             dropping broken hv.c and sv.h patches, patching libnetcfg.PL
-             and perldoc.PL instead of libnetcfg and perldoc, patching
-             ext/Digest/MD5/t/files.t since MD5.pm was changed.
+[ 18265] By: rgs                                   on 2002/12/08  22:10:45
+        Log: Subject: Re: [perl #18927] barewords with no errors
+             From: Abe Timmerman <abe@ztreet.demon.nl>
+             Date: Sun, 8 Dec 2002 17:12:56 +0100
+             Message-Id: <200212081712.56102.abe@ztreet.demon.nl>
      Branch: perl
-          ! (edit 109 files)
+          ! t/lib/strict/subs
 ____________________________________________________________________________
-[ 12953] By: jhi                                   on 2001/11/12  13:11:55
-        Log: Add a note about the dangers of bad UTF-8.
+[ 18264] By: rgs                                   on 2002/12/08  22:04:39
+        Log: Subject: Re: [perl #18165] "0" fails as right-hand argument to ..
+             From: Slaven Rezic <slaven.rezic@berlin.de>
+             Date: 30 Nov 2002 00:07:05 +0100
+             Message-ID: <8765ugnffq.fsf@vran.herceg.de>
      Branch: perl
-          ! pod/perlunicode.pod
+          ! pp_ctl.c t/cmd/for.t
 ____________________________________________________________________________
-[ 12952] By: jhi                                   on 2001/11/12  12:54:52
-        Log: NetWare Nit from Ananth Kesari.
+[ 18263] By: rgs                                   on 2002/12/08  21:56:13
+        Log: Subject: Re: [perl #18888] $Exporter::Verbose=1 does not work for testing, $Heavy::Verbose is not setting the value to $Exporter::Verbose
+             From: Slaven Rezic <slaven.rezic@berlin.de>
+             Date: 08 Dec 2002 01:31:45 +0100
+             Message-ID: <874r9pmjv2.fsf@vran.herceg.de>
      Branch: perl
-          ! NetWare/config.wc
+          ! lib/Exporter/Heavy.pm
 ____________________________________________________________________________
-[ 12951] By: jhi                                   on 2001/11/12  12:32:13
-        Log: Ooops.  I was "fixing" the wrong routine in #12947 and #12950.
+[ 18262] By: rgs                                   on 2002/12/08  20:31:42
+        Log: getservbyport() should accept an empty string as its
+             proto argument (as does getservbyname()).
+
+             Subject: Re: Is this a bug or am I being stupid?
+             From: Slaven Rezic <slaven.rezic@berlin.de>
+             Date: 08 Dec 2002 01:54:37 +0100
+             Message-ID: <87znrhl48i.fsf@vran.herceg.de>
      Branch: perl
-          ! ext/Encode/Encode.pm
+          ! pp_sys.c
 ____________________________________________________________________________
-[ 12950] By: jhi                                   on 2001/11/12  12:14:53
-        Log: (retracted by #12951)
+[ 18261] By: rgs                                   on 2002/12/08  20:17:37
+        Log: Change the set of characters that are considered to be
+             safe in $ENV{TERM} for taint checkings.
      Branch: perl
-          ! ext/Encode/Encode.pm
+          ! taint.c
 ____________________________________________________________________________
-[ 12949] By: ams                                   on 2001/11/12  06:40:18
-        Log: Subject: [PATCH] Re: [ID 20011111.105] qr/$ARGV[0]/ not tainted
-             From: Robert Spier <rspier@pobox.com>
-             Date: Sun, 11 Nov 2001 18:50:18 -0800
-             Message-Id: <15343.14570.121505.233336@rls.cx>
-             
-             Subject: Re: [PATCH] Re: [ID 20011111.105] qr/$ARGV[0]/ not tainted
-             From: Rick Delaney <rick.delaney@home.com>
-             Date: 12 Nov 2001 00:15:52 -0500
-             Message-Id: <m3wv0wmuwn.fsf@cs839290-a.mtth1.on.wave.home.com>
+[ 18260] By: rgs                                   on 2002/12/08  20:14:57
+        Log: Document that $ENV{TERM} may produce taint failures.
+             Subject: Re: [perl #18717] spurious failures in regression test
+             From: Slaven Rezic <slaven.rezic@berlin.de>
+             Date: 29 Nov 2002 22:11:46 +0100
+             Message-ID: <87hee0nkrx.fsf@vran.herceg.de>
      Branch: perl
-          ! pp_hot.c t/op/taint.t
+          ! pod/perldiag.pod
 ____________________________________________________________________________
-[ 12948] By: jhi                                   on 2001/11/12  01:23:58
-        Log: It seems that we actually have this detail implemented
-             as for as Level 1 Support of Unicode regex support is
-             concerned: at Level 1 only 1:1 support for loose
-             (aka caseless, aka caseigoring ) matching is required.
+[ 18259] By: rgs                                   on 2002/12/08  19:34:34
+        Log: Subject: [PATCH] Re: [perl #18651] Hash::Util's lock_key() breaks hash
+             From: Nicholas Clark <nick@unfortu.net>
+             Date: Mon, 2 Dec 2002 21:48:29 +0000
+             Message-ID: <20021202214828.GA284@Bagpuss.unfortu.net>
      Branch: perl
-          ! pod/perlunicode.pod
+          ! hv.c lib/Hash/Util.t
 ____________________________________________________________________________
-[ 12947] By: jhi                                   on 2001/11/11  21:41:44
-        Log: (retracted by #12951)
+[ 18251] By: rgs                                   on 2002/12/06  21:27:55
+        Log: Fix two cases of buffer overflow in the lexer.
      Branch: perl
-          ! ext/Encode/Encode.pm
+          ! t/comp/parser.t toke.c
 ____________________________________________________________________________
-[ 12946] By: jhi                                   on 2001/11/11  21:09:31
-        Log: BOM, bom, Bom.
+[ 18250] By: rgs                                   on 2002/12/06  20:44:26
+        Log: Fix bug #18874, essentially by reverting change #11890.
+             Add a regression test for it.
      Branch: perl
-          ! pod/perlunicode.pod
+          ! lib/English.pm lib/English.t
 ____________________________________________________________________________
-[ 12945] By: jhi                                   on 2001/11/11  21:07:18
-        Log: Upgrade to Math::BigInt 1.46.
+[ 18249] By: rgs                                   on 2002/12/06  20:42:01
+        Log: Suppress a compilation warning reported by Jarkko
+             (variable initialization skipped by goto).
      Branch: perl
-          ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
-          ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
-          ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
-          ! lib/Math/BigInt/t/calling.t lib/Math/BigInt/t/mbimbf.t
-          ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
+          ! toke.c
 ____________________________________________________________________________
-[ 12944] By: jhi                                   on 2001/11/11  18:52:22
-        Log: Subject: Re: PERFORCE change 12943 for review
-             From: "Philip Newton" <Philip.Newton@gmx.net>
-             Date: Sun, 11 Nov 2001 20:53:36 +0100
-             Message-ID: <20011111.204950@ID-11583.news.dfncis.de>           
+[ 18239] By: jhi                                   on 2002/12/03  12:49:01
+        Log: Fix up #18229.
      Branch: perl
-          ! pod/perlunicode.pod
+          ! embedvar.h ext/threads/t/join.t perl.c perlapi.h perlvars.h
+          ! pod/perlintern.pod
 ____________________________________________________________________________
-[ 12943] By: jhi                                   on 2001/11/11  18:00:03
-        Log: Doc updates; make the Unicode discussions a little
-             bit less alarming, and add information about encodings,
-             surrogates, and BOMs.
+[ 18233] By: rgs                                   on 2002/12/02  20:03:09
+        Log: Fix bug #18573 : in a double-quoted string, a \c not followed
+             by any character may corrupt memory due to reading past the
+             end of the input buffer. Add a new error message corresponding
+             to this case.
      Branch: perl
-          ! pod/perlunicode.pod
+          ! pod/perldiag.pod t/comp/parser.t toke.c
 ____________________________________________________________________________
-[ 12942] By: ams                                   on 2001/11/11  16:45:00
-        Log: Subject: [PATCH @12917] Unicode::Collate v0.09
-             From: =?ISO-2022-JP?B?GyRCRGdXIkNOOVQbKEI=?= <bqw10602@nifty.com>
-             Date: Mon, 12 Nov 2001 00:22:57 +0900
-             Message-Id: <20011112002232.BD46.BQW10602@nifty.com>
+[ 18232] By: rgs                                   on 2002/12/02  19:59:07
+        Log: Skip test #17 of lib/open.t when useperlio is not defined.
      Branch: perl
-          ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
-          ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
+          ! lib/open.t
+____________________________________________________________________________
+[ 18231] By: merijn                                on 2002/12/02  16:00:12
+        Log: Subject: Re: [perl #15129] building a dynamically linked Perl 5.6.1 on HPUX 11.0
+             Date: Mon, 2 Dec 2002 12:04:40 -0500 (EST)
+             From: Andy Dougherty <doughera@lafayette.edu>
+             Message-ID: <Pine.SOL.4.10.10212021200050.24023-100000@maxwell.phys.lafayette.edu>
+     Branch: perl
+          ! README.hpux
 ____________________________________________________________________________
-[ 12941] By: ams                                   on 2001/11/11  13:01:40
-        Log: Subject: Re: PERFORCE change 12929 for review
-             From: "Philip Newton" <Philip.Newton@gmx.net>
-             Date: Sun, 11 Nov 2001 14:27:44 +0100
-             Message-Id: <20011111.142505@ID-11583.news.dfncis.de>
+[ 18230] By: merijn                                on 2002/12/02  15:45:31
+        Log: $0 modifying part II (HP-UX only)
+
+             Date: Sat, 30 Nov 2002 20:16:51 +0200
+             From: Jarkko Hietaniemi <jhi@iki.fi>
+             Subject: [PATCH] $0 modifying
+             Message-ID: <20021130181651.GA5876@kosh.hut.fi>
      Branch: perl
+          ! mg.c
+____________________________________________________________________________
+[ 18229] By: merijn                                on 2002/12/02  15:43:16
+        Log: $0 mofifying part I
+
+             Date: Sat, 30 Nov 2002 20:16:51 +0200
+             From: Jarkko Hietaniemi <jhi@iki.fi>
+             Subject: [PATCH] $0 modifying
+             Message-ID: <20021130181651.GA5876@kosh.hut.fi>
+     Branch: perl
+          ! ext/threads/t/join.t makedef.pl mg.c perl.c pod/perlvar.pod
+          ! sv.c t/op/magic.t thread.h
+____________________________________________________________________________
+[ 18228] By: hv                                    on 2002/12/02  13:37:59
+        Log: integrate Pod-Perldoc-3.07. This replaces the original inline perldoc
+             with a module-driven version, and separates out its docs.
+     Branch: perl
+          + lib/Pod/Perldoc.pm lib/Pod/Perldoc/BaseTo.pm
+          + lib/Pod/Perldoc/GetOptsOO.pm lib/Pod/Perldoc/ToChecker.pm
+          + lib/Pod/Perldoc/ToMan.pm lib/Pod/Perldoc/ToNroff.pm
+          + lib/Pod/Perldoc/ToPod.pm lib/Pod/Perldoc/ToRtf.pm
+          + lib/Pod/Perldoc/ToText.pm lib/Pod/Perldoc/ToTk.pm
+          + lib/Pod/Perldoc/ToXml.pm lib/Pod/Perldoc/t/checkerbasic.t
+          + lib/Pod/Perldoc/t/perldocbasic.t lib/Pod/Perldoc/t/textbasic.t
+          + pod/perldoc.pod
+          ! MANIFEST utils/perldoc.PL
+____________________________________________________________________________
+[ 18226] By: hv                                    on 2002/12/02  12:44:35
+        Log: missed the new file from #18224
+     Branch: perl
+          + lib/Pod/PlainText.pm
           ! MANIFEST
 ____________________________________________________________________________
-[ 12940] By: ams                                   on 2001/11/11  05:06:43
-        Log: Subject: [PATCH t/op/chdir.t] %ENV protection
-             From: Michael G Schwern <schwern@pobox.com>
-             Date: Thu, 8 Nov 2001 22:56:45 -0500
-             Message-Id: <20011108225645.H5587@blackrider>
+[ 18225] By: hv                                    on 2002/12/02  03:09:42
+        Log: integrate util.c fragment from #18200 to undef SA_RESTART on MacOS
      Branch: perl
-          ! t/op/chdir.t
+          ! util.c
 ____________________________________________________________________________
-[ 12939] By: ams                                   on 2001/11/11  05:01:00
-        Log: Subject: [PATCH ext/Cwd/t/cwd.t] VMS fixage and cleanup
-             From: Michael G Schwern <schwern@pobox.com>
-             Date: Sun, 11 Nov 2001 00:54:43 -0500
-             Message-Id: <20011111005443.A24450@blackrider>
+[ 18224] By: hv                                    on 2002/12/02  02:59:02
+        Log: Integrate PodParser-1.20, with matching tweaks to lib/Pod/t/latex.t
+             and lib/Pod/t/utils.t to cater for simpler output text.
+     Branch: perl
+          ! lib/Pod/Checker.pm lib/Pod/ParseUtils.pm lib/Pod/Usage.pm
+          ! lib/Pod/t/latex.t lib/Pod/t/utils.t pod/podselect.PL
+          ! t/pod/emptycmd.t t/pod/for.t t/pod/headings.t t/pod/include.t
+          ! t/pod/included.t t/pod/lref.t t/pod/lref.xr
+          ! t/pod/multiline_items.t t/pod/multiline_items.xr
+          ! t/pod/nested_items.t t/pod/nested_seqs.t t/pod/oneline_cmds.t
+          ! t/pod/pod2usage.t t/pod/pod2usage.xr t/pod/poderrs.t
+          ! t/pod/poderrs.xr t/pod/podselect.t t/pod/podselect.xr
+          ! t/pod/special_seqs.t t/pod/special_seqs.xr t/pod/testp2pt.pl
+____________________________________________________________________________
+[ 18223] By: hv                                    on 2002/12/02  02:46:17
+        Log: Subject: [PATCH] SvFAKE lexicals in scope for all of the sub
+             From: Dave Mitchell <davem@fdgroup.com>
+             Date: Mon, 25 Nov 2002 21:25:33 +0000
+             Message-ID: <20021125212533.B29157@fdgroup.com>
      Branch: perl
-          ! ext/Cwd/t/cwd.t
+          ! ext/Devel/Peek/Peek.t pad.c t/op/closure.t
 ____________________________________________________________________________
-[ 12938] By: ams                                   on 2001/11/11  03:25:13
-        Log: Subject: [PATCH lib/File/stat.pm lib/File/stat.t]
-             (was Re: [ID 20011110.104] File::stat vs. $! conflict)
-             From: "chromatic" <chromatic@rmci.net>
-             Date: Sat, 10 Nov 2001 21:03:20 -0700
-             Message-Id: <20011111041025.12984.qmail@onion.perl.org>
+[ 18222] By: hv                                    on 2002/12/02  02:23:28
+        Log: #18221 broke t/op/eval.t
      Branch: perl
-          ! lib/File/stat.pm lib/File/stat.t
+          ! t/op/eval.t
 ____________________________________________________________________________
-[ 12937] By: ams                                   on 2001/11/11  02:05:23
-        Log: Subject: Re: [PATCH] resurrect t/op/magic.t on VMS
-             From: "Craig A. Berry" <craigberry@mac.com>
-             Date: Sat, 10 Nov 2001 17:23:52 -0600
-             Message-Id: <5.1.0.14.2.20011110171532.028bcaa8@mail.mac.com>
+[ 18221] By: hv                                    on 2002/12/02  02:18:19
+        Log: integrate 5.8-maint: changes #18174 18187 18189-92 18202 18209 18214-5
      Branch: perl
-          ! t/op/magic.t
+         +> ext/POSIX/t/is.t
+         !> INSTALL MANIFEST README.os2 ext/Fcntl/t/syslfs.t
+         !> ext/GDBM_File/GDBM_File.pm ext/GDBM_File/Makefile.PL
+         !> lib/Unicode/UCD.pm lib/Unicode/UCD.t pod/perldiag.pod
+         !> t/op/eval.t t/op/grep.t t/op/lfs.t t/op/subst.t
 ____________________________________________________________________________
-[ 12936] By: jhi                                   on 2001/11/10  18:55:21
-        Log: Bah.  %X doesn't mean 0xC1, it means 0XC1.  So let's %x.
+[ 18220] By: hv                                    on 2002/12/02  00:58:54
+        Log: Subject: [PATCH 2nd attempt] allow evals to see the full lexical scope
+             From: Dave Mitchell <davem@fdgroup.com>
+             Date: Sun, 24 Nov 2002 22:19:06 +0000
+             Message-ID: <20021124221906.A25386@fdgroup.com>
      Branch: perl
-          ! lib/open.pm lib/open.t
+          ! cop.h cv.h dump.c embed.fnc embed.h ext/B/B.pm ext/B/B.xs
+          ! ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Debug.pm
+          ! ext/Devel/Peek/Peek.t op.c pad.c pod/perlintern.pod pp_ctl.c
+          ! pp_hot.c proto.h sv.c sv.h t/op/eval.t toke.c
 ____________________________________________________________________________
-[ 12935] By: jhi                                   on 2001/11/10  17:47:21
-        Log: The Official name of ASCII.
+[ 18217] By: rgs                                   on 2002/11/29  12:11:28
+        Log: Document the hint constants and where they're used.
      Branch: perl
-          ! ext/Encode/Encode.pm
+          ! ext/re/re.pm lib/File/Basename.pm lib/charnames.pm
+          ! lib/filetest.pm lib/open.pm lib/overload.pm lib/vmsish.pm
+          ! perl.h
 ____________________________________________________________________________
-[ 12934] By: jhi                                   on 2001/11/10  17:44:27
-        Log: The KOI8-R example wasn't quite right.
+[ 18216] By: merijn                                on 2002/11/29  10:00:54
+        Log: 64bit Peek failure on HP-UX 11.00
+
+             Subject: Re: Smoke 18188
+             From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
+             From: Slaven Rezic <slaven.rezic@berlin.de>
+             Date: 28 Nov 2002 19:25:25 +0100
+             Message-ID: <877kexsga2.fsf@vran.herceg.de>
      Branch: perl
-          ! lib/open.pm lib/open.t
+          ! ext/Devel/Peek/Peek.t
 ____________________________________________________________________________
-[ 12933] By: jhi                                   on 2001/11/10  17:30:52
-        Log: Enhance the open pragma to support :utf8, :locale,
-             and :encoding directly as special cases, and rename
-             the INOUT to IO.
+[ 18203] By: jhi                                   on 2002/11/28  14:54:34
+        Log: Slight beauty tweak.
      Branch: perl
-          ! ext/Encode/Encode.pm lib/open.pm lib/open.t perlio.c
+          ! intrpvar.h
 ____________________________________________________________________________
-[ 12932] By: jhi                                   on 2001/11/10  15:15:29
-        Log: Document the UTF-16 surrogate encoding and decoding.
+[ 18188] By: hv                                    on 2002/11/27  01:32:52
+        Log: Subject: Re: [perl #18203] Recursive call in PerlIO_find_layer
+             From: Slaven Rezic <slaven.rezic@berlin.de>
+             Date: 03 Nov 2002 10:59:43 +0100
+             Message-ID: <877kfvnfcg.fsf@vran.herceg.de>
      Branch: perl
-          ! ext/Encode/Encode.pm
+          ! embedvar.h intrpvar.h lib/open.t perlapi.h perlio.c
 ____________________________________________________________________________
-[ 12931] By: jhi                                   on 2001/11/10  15:05:56
-        Log: A potential recursion breaker.
+[ 18186] By: hv                                    on 2002/11/27  00:57:18
+        Log: Subject: DESTROY called in scalar context ?
+             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
+             Date: Tue, 29 Oct 2002 22:04:23 +0100
+             Message-Id: <20021029220423.6f8e6600.rgarciasuarez@free.fr>
      Branch: perl
           ! sv.c
 ____________________________________________________________________________
-[ 12930] By: ams                                   on 2001/11/10  07:46:53
-        Log: Subject: [PATCH] Add core switch to CGI.pm distribution tests
-             (was Re: perl@12892)
-             From: "chromatic" <chromatic@rmci.net>
-             Date: Sat, 10 Nov 2001 01:28:09 -0700
-             Message-Id: <20011110083514.86488.qmail@onion.perl.org>
+[ 18185] By: rgs                                   on 2002/11/26  21:06:48
+        Log: PerlFAQ sync.
      Branch: perl
-          ! lib/CGI/t/apache.t lib/CGI/t/carp.t lib/CGI/t/cookie.t
-          ! lib/CGI/t/fast.t lib/CGI/t/form.t lib/CGI/t/function.t
-          ! lib/CGI/t/html.t lib/CGI/t/pretty.t lib/CGI/t/push.t
-          ! lib/CGI/t/request.t lib/CGI/t/switch.t lib/CGI/t/util.t
+          ! 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
 ____________________________________________________________________________
-[ 12929] By: jhi                                   on 2001/11/10  06:38:07
-        Log: Add a test for the bytes pragma.
+[ 18184] By: rgs                                   on 2002/11/26  20:42:25
+        Log: Subject: [PATCH] 2 Pod errors in perlop.pod
+             From: andreas.koenig@anima.de (Andreas J. Koenig)
+             Date: Mon, 25 Nov 2002 10:21:08 +0100
+             Message-ID: <m31y5admyj.fsf@k242.linux.bogus>
+
+             Plus a few similar POD fixes
      Branch: perl
-          + lib/bytes.t
-          ! MANIFEST
+          ! pod/perl570delta.pod pod/perl572delta.pod pod/perlop.pod
+          ! pod/perltie.pod
 ____________________________________________________________________________
-[ 12928] By: jhi                                   on 2001/11/10  06:10:39
-        Log: Doc update.
+[ 18183] By: rgs                                   on 2002/11/26  19:53:26
+        Log: Subject: Re: [perl #18626] bug in perlipc man page
+             From: Slaven Rezic <slaven.rezic@berlin.de>
+             Date: 23 Nov 2002 21:23:20 +0100
+             Message-ID: <87bs4gdohz.fsf@vran.herceg.de>
      Branch: perl
-          ! lib/bytes.pm
+          ! pod/perlipc.pod
 ____________________________________________________________________________
-[ 12927] By: jhi                                   on 2001/11/10  04:19:44
-        Log: Cease to exist.
+[ 18182] By: merijn                                on 2002/11/26  08:44:39
+        Log: Subject: #17171: ld flag for shrplib on OpenBSD
+             Date: Wed, 11 Sep 2002 13:44:12 -0600 (MDT)
+             From: "Todd C. Miller" <Todd.Miller  at  courtesan.com>
      Branch: perl
-          - lib/Unicode/Normalize.pm
+          ! Configure
 ____________________________________________________________________________
-[ 12926] By: ams                                   on 2001/11/10  03:23:16
-        Log: Subject: [patch] my_setenv speedup + fixes
-             From: Doug MacEachern <dougm@covalent.net>
-             Date: Fri, 9 Nov 2001 18:13:18 -0800 (PST)
-             Message-Id: <Pine.LNX.4.21.0111091808500.22397-100000@localhost>
+[ 18180] By: hv                                    on 2002/11/25  03:10:03
+        Log: integrate #18144 updates to pod/perlport.pod
      Branch: perl
-          ! util.c
+          ! pod/perlport.pod
 ____________________________________________________________________________
-[ 12925] By: jhi                                   on 2001/11/10  01:55:13
-        Log: Newline trouble.
+[ 18179] By: hv                                    on 2002/11/25  03:06:44
+        Log: Subject: [PATCH] UTF8 regexp {n} bug
+             From: Inaba Hiroto <inaba@st.rim.or.jp>
+             Date: Sat, 16 Nov 2002 19:23:00 +0900
+             Message-ID: <3DD61C83.62FF9887@st.rim.or.jp>
      Branch: perl
-          ! lib/ExtUtils/Embed.t
+          ! regcomp.c t/op/pat.t
 ____________________________________________________________________________
-[ 12924] By: jhi                                   on 2001/11/10  01:42:29
-        Log: Subject: [PATCH perl@12917] vms/munchconfig.c line length fix
-             From: "Craig A. Berry" <craigberry@mac.com>
-             Date: Fri, 09 Nov 2001 18:13:16 -0600
-             Message-Id: <5.1.0.14.2.20011109180651.02b31d20@exchi01>
+[ 18178] By: hv                                    on 2002/11/25  02:43:40
+        Log: Subject: Re: Storable bug #1698
+             From: Slaven Rezic <slaven.rezic@berlin.de>
+             Date: 18 Nov 2002 10:41:36 +0100
+             Message-ID: <87ptt343lb.fsf@vran.herceg.de>
      Branch: perl
-          ! vms/munchconfig.c
+          ! ext/Storable/Storable.xs ext/Storable/t/blessed.t
+          ! ext/Storable/t/forgive.t
 ____________________________________________________________________________
-[ 12923] By: jhi                                   on 2001/11/10  01:39:01
-        Log: Subject: [PATCH] new tests for swiches -n -p -a -F
-             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
-             Date: Sat, 10 Nov 2001 00:10:45 +0100
-             Message-ID: <20011110001045.A11945@rafael>
+[ 18177] By: hv                                    on 2002/11/25  02:37:07
+        Log: add support for STASH and MAGIC information for REFs to sv_dump().
+             Subject: [PATCH]
+             From: Slaven Rezic <slaven.rezic@berlin.de>
+             Date: Mon, 18 Nov 2002 11:09:51 +0100 (CET)
+             Message-Id: <200211181009.gAIA9pFG034877@vran.herceg.de>
      Branch: perl
-          + t/run/noswitch.t t/run/switchF.t t/run/switcha.t
-          + t/run/switchn.t t/run/switchp.t
-          ! MANIFEST
+          ! dump.c ext/Devel/Peek/Peek.t
 ____________________________________________________________________________
-[ 12922] By: jhi                                   on 2001/11/10  01:34:51
-        Log: Subject: [PATCH] some tests not cleaning up properly               
-             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> 
-             Date: Fri, 9 Nov 2001 22:13:10 +0100
-             Message-ID: <20011109221310.A11115@rafael>
+[ 18176] By: hv                                    on 2002/11/25  02:31:10
+        Log: Subject: Re: [perl #18479] Error when no strict refs in effect
+             From: Slaven Rezic <slaven.rezic@berlin.de>
+             Date: 18 Nov 2002 22:50:04 +0100
+             Message-ID: <87smxya6pf.fsf@vran.herceg.de>
      Branch: perl
-          ! ext/Cwd/t/cwd.t t/io/argv.t
+          ! pp_ctl.c
 ____________________________________________________________________________
-[ 12921] By: jhi                                   on 2001/11/10  01:32:52
-        Log: Subject: [Patch Perl@12892] a *real* Embed test for VMS           
-             From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
-             Date: Fri, 9 Nov 2001 15:07:19 EST
-             Message-Id: <011109150622.16fb0@DUPHY4.Physics.Drexel.Edu>
+[ 18175] By: hv                                    on 2002/11/25  02:20:48
+        Log: Subject: [Encode] 1.83 + bleedperl patch released
+             From: Dan Kogai <dankogai@dan.co.jp>
+             Date: Tue, 19 Nov 2002 03:18:44 +0900
+             Message-Id: <2C132F6D-FB22-11D6-87FC-0003939A104C@dan.co.jp>
      Branch: perl
-          ! lib/ExtUtils/Embed.t
+          ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
+          ! ext/Encode/Encode.xs ext/Encode/MANIFEST ext/Encode/bin/enc2xs
+          ! ext/Encode/lib/Encode/JP/JIS7.pm ext/Encode/t/rt.pl
+          ! t/uni/tr_7jis.t t/uni/tr_sjis.t t/uni/tr_utf8.t
 ____________________________________________________________________________
-[ 12920] By: dougm                                 on 2001/11/10  00:34:50
-        Log: when PERL_USE_SAFE_PUTENV is defined environ will not
-             have been copied so it shouldn't be freed in perl_destruct()
+[ 18172] By: rgs                                   on 2002/11/22  21:44:09
+        Log: Subject: [PATCH] Historic version labels
+             From: andreas.koenig@anima.de (Andreas J. Koenig)
+             Date: Fri, 22 Nov 2002 14:39:41 +0100
+             Message-ID: <m3lm3loh9e.fsf@k242.linux.bogus>
      Branch: perl
-          ! perl.c
+          ! Changes5.005 Changes5.6
 ____________________________________________________________________________
-[ 12919] By: ams                                   on 2001/11/09  15:36:22
-        Log: Subject: [PATCH ext/Cwd/t/cwd.t] Cwd test not cleaning up after itself
-             From: Michael G Schwern <schwern@pobox.com>
-             Date: Fri, 9 Nov 2001 00:38:59 -0500
-             Message-Id: <20011109003859.K5587@blackrider>
-             (Applied with directory name changes suggested by Craig Berry.)
+[ 18171] By: rgs                                   on 2002/11/22  21:15:54
+        Log: A new test for $^S, based on a patch by Iain 'Spoon' Truskett.
+             Fix the existing tests that didn't checked the difference
+             between 0 and undef.
      Branch: perl
-          ! ext/Cwd/t/cwd.t
+          ! t/op/magic.t
 ____________________________________________________________________________
-[ 12918] By: ams                                   on 2001/11/09  15:29:15
-        Log: Subject: [PATCH vms/ext/filespec.t] Cleanup & fix of unsafe filename
-             From: Michael G Schwern <schwern@pobox.com>
-             Date: Fri, 9 Nov 2001 01:44:14 -0500
-             Message-Id: <20011109014414.N5587@blackrider>
+[ 18170] By: rgs                                   on 2002/11/22  20:49:12
+        Log: Move some tests from t/run/fresh_perl.t
+             to the new t/comp/parser.t. The goal being to
+             get rid of fresh_perl.t at some point.
      Branch: perl
-          ! vms/ext/filespec.t
+          ! t/comp/parser.t t/run/fresh_perl.t
 ____________________________________________________________________________
-[ 12917] By: jhi                                   on 2001/11/09  14:39:14
-        Log: Update Changes.
+[ 18169] By: rgs                                   on 2002/11/21  20:49:36
+        Log: Add a test for bug #17920, and a new test file for it.
      Branch: perl
-          ! Changes patchlevel.h
+          + t/comp/parser.t
+          ! MANIFEST
 ____________________________________________________________________________
-[ 12916] By: jhi                                   on 2001/11/09  14:33:39
-        Log: Regen toc.
+[ 18168] By: merijn                                on 2002/11/21  13:59:12
+        Log: Subject: [PATCH] hires sleeping wants libs
+             Date: Wed, 20 Nov 2002 17:18:31 +0200
+             From: Jarkko Hietaniemi <jhi@iki.fi>
+             Message-ID: <20021120151830.GC127060@lyta.hut.fi>
      Branch: perl
-          ! pod/perltoc.pod
+          ! Configure hints/irix_6.sh
 ____________________________________________________________________________
-[ 12915] By: jhi                                   on 2001/11/09  14:08:30
-        Log: JPL sync: CVSROOT=:pserver:anoncvs@as220.org:/home/cvsroot,
-             see http://www.jepstone.net/bjepson//jpl/cvs.html
+[ 18166] By: rgs                                   on 2002/11/19  23:02:31
+        Log: Fix perl bug #17920 : a case of parser coredump.
+             The fix is to disable Perl_block_start and Perl_block_end
+             when the yacc parser has encountered errors. This prevents
+             corruption of the internal stack, at the expense of correctness,
+             but this doesn't matter as the code is unparseable anyway.
      Branch: perl
-          ! jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
+          ! op.c
 ____________________________________________________________________________
-[ 12914] By: ams                                   on 2001/11/09  14:05:12
-        Log: Subject: [PATCH vms/test.com] VMS test.com running in wrong order?
-             From: Michael G Schwern <schwern@pobox.com>
-             Date: Thu, 8 Nov 2001 22:05:49 -0500
-             Message-Id: <20011108220549.F5587@blackrider>
+[ 18165] By: rgs                                   on 2002/11/19  22:45:36
+        Log: Subject: Re: [PATCH] UTF-8 enabling via locale (was: Re: Redhat 8 issue?)
+             From: Jarkko Hietaniemi <jhi@iki.fi>
+             Date: Sun, 3 Nov 2002 17:50:08 +0200
+             Message-ID: <20021103155008.GA382682@lyta.hut.fi>
      Branch: perl
-          ! vms/test.com
+          ! lib/open.pm locale.c pod/perl58delta.pod
 ____________________________________________________________________________
-[ 12913] By: jhi                                   on 2001/11/09  13:54:23
-        Log: NetWare update from Ananth Kesari.
+[ 18164] By: rgs                                   on 2002/11/19  22:32:52
+        Log: t/io/crlf.t failed with miniperl.
      Branch: perl
-          ! NetWare/Makefile NetWare/config_H.wc NetWare/nwstdio.h
+          ! t/io/crlf.t
 ____________________________________________________________________________
-[ 12912] By: ams                                   on 2001/11/09  13:40:26
-        Log: Subject: [PATCH ID 20011109.100] #!perl -F...
-             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
-             Date: Fri, 9 Nov 2001 14:32:28 +0100
-             Message-Id: <20011109143228.A18996@rafael>
+[ 18163] By: rgs                                   on 2002/11/19  22:11:24
+        Log: Subject: Re: [PATCH] AutoLoader gives wrong message
+             From: Peter Scott <Peter@PSDT.com>
+             Date: Thu, 07 Nov 2002 19:04:27 -0800
+             Message-id: <4.3.2.7.2.20021107185902.00b93ec0@shell2.webquarry.com>
+
+             With a tweak to the END cleanup block to fully remove the
+             temporary test directory
      Branch: perl
-          ! perl.c
+          ! lib/AutoLoader.t
 ____________________________________________________________________________
-[ 12911] By: jhi                                   on 2001/11/09  13:37:01
-        Log: FAQ sync.
+[ 18162] By: rgs                                   on 2002/11/19  21:29:25
+        Log: Subject: [PATCH ext/threads/threads.xs] trivial typo
+             From: Dave Mitchell <davem@fdgroup.com>
+             Date: Thu, 14 Nov 2002 22:55:39 +0000
+             Message-ID: <20021114225539.A18614@fdgroup.com>
      Branch: perl
-          ! 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
+          ! ext/threads/threads.xs
 ____________________________________________________________________________
-[ 12910] By: ams                                   on 2001/11/09  07:33:49
-        Log: Subject: [PATCH lib/File/Find/t/find.t] Helpful File::Find debugging code
-             From: Michael G Schwern <schwern@pobox.com>
-             Date: Fri, 9 Nov 2001 00:41:56 -0500
-             Message-Id: <20011109004156.L5587@blackrider>
+[ 18161] By: rgs                                   on 2002/11/19  21:26:21
+        Log: Subject: [PATCH Win32] Document wperl.exe
+             From: "Brent Dax" <brentdax@cpan.org>
+             Date: Fri, 15 Nov 2002 23:02:01 -0800
+             Message-ID: <034e01c28d3e$0fed1680$6501a8c0@deepblue>
      Branch: perl
-          ! lib/File/Find/t/find.t
+          ! README.win32
 ____________________________________________________________________________
-[ 12909] By: jhi                                   on 2001/11/09  00:23:40
-        Log: Upgrade to Unicode::Normalize 0.10, now in XS.
-             The CPAN distribution has both pm and XS implementations,
-             and for performance reasons we choose the XS.
-             Another reason to choose the XS is that it doesn't
-             require Lingua::KO::Hangul::Util, which means that
-             we can delete that-- which in turn means that Unicode::UCD
-             cannot expect that: support it, but don't expect.
-             Ditto Unicode::Collate.
-             
-             Note that Unicode::Normalize Makefile.PL and
-             Normalize.xs have been modified from the CPAN 0.10
-             versions: the first one to be simpler (no pm) and
-             clean up the generated unf*.h files, the second one
-             to quench compiler grumblings.  Must notify Sadahiro
-             about these changes.
-     Branch: perl
-          + ext/Unicode/Normalize/Changes
-          + ext/Unicode/Normalize/Makefile.PL
-          + ext/Unicode/Normalize/Normalize.pm
-          + ext/Unicode/Normalize/Normalize.pod
-          + ext/Unicode/Normalize/Normalize.xs
-          + ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
-          + ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
-          + ext/Unicode/Normalize/t/test.t
-          - lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
-          - lib/Lingua/KO/Hangul/Util/README
-          - lib/Lingua/KO/Hangul/Util/t/test.t
-          - lib/Unicode/Normalize/Changes lib/Unicode/Normalize/README
-          - lib/Unicode/Normalize/t/norm.t lib/Unicode/Normalize/t/test.t
-          ! MANIFEST NetWare/Makefile djgpp/config.over epoc/config.sh
-          ! hints/uwin.sh hints/vmesa.sh lib/Unicode/Collate.pm
-          ! lib/Unicode/UCD.pm lib/Unicode/UCD.t win32/Makefile
-          ! win32/makefile.mk
-____________________________________________________________________________
-[ 12908] By: jhi                                   on 2001/11/08  23:49:42
-        Log: Test miscounting.
+[ 18160] By: hv                                    on 2002/11/19  12:07:25
+        Log: Subject: [PATCH] regen_headers outside Makefile (was Re: [PATCH] embed.pl doc)
+             From: Nicholas Clark <nick@unfortu.net>
+             Date: Tue, 29 Oct 2002 23:00:05 +0000
+             Message-ID: <20021029230003.GF287@Bagpuss.unfortu.net>
      Branch: perl
-          ! ext/POSIX/t/posix.t
+          + regen.pl regen_headers.pl
+          ! MANIFEST Makefile.SH autodoc.pl bytecode.pl embed.pl
+          ! keywords.pl opcode.pl regcomp.pl
 ____________________________________________________________________________
-[ 12907] By: jhi                                   on 2001/11/08  22:06:31
-        Log: Quote the variables in failures messages more nicely.
+[ 18159] By: hv                                    on 2002/11/19  11:48:30
+        Log: Subject: Re: [perl #18113] UNIVERSAL::AUTOLOAD doesn't work if the stash doesn't exist yet
+             From: Gurusamy Sarathy <gsar@ActiveState.com>
+             Date: Wed, 30 Oct 2002 20:58:15 -0800
+             Message-Id: <200210310458.g9V4wFK00513@smtp3.ActiveState.com>
+             Date: Wed, 30 Oct 2002 21:56:22 -0800
+             Message-Id: <200210310556.g9V5uMK05748@smtp3.ActiveState.com>
+             Date: Wed, 30 Oct 2002 22:55:30 -0800
+             Message-Id: <200210310655.g9V6tUK10959@smtp3.ActiveState.com>
      Branch: perl
-          ! t/test.pl
+          ! gv.c pp_hot.c t/op/method.t
 ____________________________________________________________________________
-[ 12906] By: jhi                                   on 2001/11/08  21:55:32
-        Log: Subject: [PATCH t/test.pl ext/POSIX/t/posix.t vms/test.com] POSIX cleanup
-             From: Michael G Schwern <schwern@pobox.com>
-             Date: Thu, 8 Nov 2001 17:24:49 -0500
-             Message-ID: <20011108172449.A5587@blackrider>
-             
-             Subject: Re: [PATCH t/test.pl ext/POSIX/t/posix.t vms/test.com] POSIX cleanup
-             From: "Craig A. Berry" <craigberry@mac.com>
-             Date: Thu, 8 Nov 2001 16:35:00 -0600
-             Message-Id: <a05101000b810b89c5c5a@[172.16.52.1]>
+[ 18158] By: hv                                    on 2002/11/19  11:35:16
+        Log: Remove duplicate my() declaration giving warnings from change #18105.
      Branch: perl
-          ! ext/POSIX/t/posix.t t/test.pl vms/test.com
+          ! lib/Class/Struct.t
 ____________________________________________________________________________
-[ 12905] By: jhi                                   on 2001/11/08  21:51:51
-        Log: Subject: [PATCH] RE: Win2k / Cygwin-1.3.3
-             From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
-             Date: Thu, 8 Nov 2001 22:52:50 -0000
-             Message-ID: <AIEAJICLCBDNAAOLLOKLKEHNDEAA.Paul_Marquess@Yahoo.co.uk>
+[ 18154] By: rgs                                   on 2002/11/16  22:08:44
+        Log: Correction to change #18152, by Dave Mitchell.
      Branch: perl
-          ! ext/DB_File/t/db-recno.t
+          ! pod/perlhack.pod
 ____________________________________________________________________________
-[ 12904] By: jhi                                   on 2001/11/08  21:49:20
-        Log: Unicode::UCD is not yet supported in EBCDIC platforms.
-             (Probably not an EBCDIC issue the way one would think
-             since no chr() et alia are used in UCD.pm.)
+[ 18152] By: rgs                                   on 2002/11/16  21:23:15
+        Log: Subject: Re: [PATCH] optional code for debugging leaking scalars
+             From: Dave Mitchell <davem@fdgroup.com>
+             Date: Sat, 16 Nov 2002 22:18:23 +0000
+             Message-ID: <20021116221823.A23614@fdgroup.com>
+             Documentation for change #18150.
      Branch: perl
-          ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
+          ! pod/perlhack.pod
 ____________________________________________________________________________
-[ 12903] By: jhi                                   on 2001/11/08  15:16:49
-        Log: Whether overwriting the $self->{...} values (see #12902)
-             is a good policy or not is debatable, but let's at least
-             be consistent.
+[ 18151] By: rgs                                   on 2002/11/16  20:45:26
+        Log: Document PRIVSHIFT.
+             Subject: [PATCH] two small doc patches
+             From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
+             Date: Thu, 14 Nov 2002 15:07:35 -0800
+             Message-ID: <3yC19gzkguTO092yn@efn.org>
      Branch: perl
-          ! lib/ExtUtils/MM_Unix.pm
+          ! sv.h
 ____________________________________________________________________________
-[ 12902] By: jhi                                   on 2001/11/08  15:13:15
-        Log: The MakeMaker argument () quoting patch that sneaked
-             in at #12883 didn't handle make macros like this $(...).
-             Leaning toothpicks, we've got them.
+[ 18150] By: rgs                                   on 2002/11/16  20:25:57
+        Log: Subject: [PATCH] optional code for debugging leaking scalars
+             From: Dave Mitchell <davem@fdgroup.com>
+             Date: Thu, 14 Nov 2002 23:03:00 +0000
+             Message-ID: <20021114230300.B18614@fdgroup.com>
      Branch: perl
-          ! lib/ExtUtils/MM_Unix.pm
+          ! perl.c sv.c
 ____________________________________________________________________________
-[ 12901] By: jhi                                   on 2001/11/08  14:28:38
-        Log: Subject: Re: [PATCH t/io/argv.t vms/test.com t/test.pl] argv.t cleanup & fixes for VMS
-             From: Michael G Schwern <schwern@pobox.com>
-             Date: Wed, 7 Nov 2001 02:02:29 -0500
-             Message-ID: <20011107020229.K2858@blackrider>
+[ 18149] By: rgs                                   on 2002/11/16  20:10:50
+        Log: New B::Lint option, bare-subs, that checks for implicitely
+             quoted barewords that are also subroutines, from
+             Ian Phillipps <ip@tarragon-et.co.uk>.
+             Message-ID: <20021107122909.A11199@bob.tarragon-et.co.uk>
+             With a few tweaks to the implementation and tests.
+             (previous change was empty)
      Branch: perl
-          ! t/io/argv.t t/test.pl vms/test.com
+          ! ext/B/B/Lint.pm ext/B/t/lint.t
 ____________________________________________________________________________
-[ 12900] By: jhi                                   on 2001/11/08  14:14:40
-        Log: Subject: [PATCH 20011106.084] -s on #! line 
-             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
-             Date: Wed, 7 Nov 2001 22:23:39 +0100
-             Message-ID: <20011107222339.E729@rafael>
+[ 18148] By: rgs                                   on 2002/11/16  20:05:34
+        Log: New B::Lint option, bare-subs, that checks for implicitely
+             quoted barewords that are also subroutines, from
+             Ian Phillipps <ip@tarragon-et.co.uk>.
+             Message-ID: <20021107122909.A11199@bob.tarragon-et.co.uk>
+             With a few tweaks to the implementation and tests.
      Branch: perl
-          ! embed.h embed.pl perl.c proto.h toke.c
+          ! ext/B/B/Lint.pm ext/B/t/lint.t
 ____________________________________________________________________________
-[ 12899] By: jhi                                   on 2001/11/08  13:46:02
-        Log: Subject: [REPATCH] Re: [PATCH pod/perlhack.pod] When to use what test libraries
-             From: Michael G Schwern <schwern@pobox.com>
-             Date: Wed, 7 Nov 2001 16:52:49 -0500
-             Message-ID: <20011107165249.I7346@blackrider>
+[ 18147] By: rgs                                   on 2002/11/16  19:52:54
+        Log: Subject: [PATCH] Typo in perl58delta
+             From: andreas.koenig@anima.de (Andreas J. Koenig)
+             Date: Sat, 16 Nov 2002 16:29:14 +0100
+             Message-ID: <m3u1ihjzxx.fsf@k242.linux.bogus>
      Branch: perl
-          ! pod/perlhack.pod
+          ! pod/perl58delta.pod
 ____________________________________________________________________________
-[ 12898] By: ams                                   on 2001/11/08  13:02:19
-        Log: Subject: Re: replace http://www.perl.com/CPAN/ with http://www.cpan.org/
-             From: Mark-Jason Dominus <mjd@plover.com>
-             Date: Thu, 08 Nov 2001 08:59:02 -0500
-             Message-Id: <20011108135902.2275.qmail@plover.com>
+[ 18142] By: rgs                                   on 2002/11/12  22:09:39
+        Log: Subject: [PATCH] Re: threads and Win2000 (Smoke 18064 FAIL(F) MSWin32 5.0 W2000Pro)
+             From: Dave Mitchell <davem@fdgroup.com>
+             Date: Thu, 7 Nov 2002 16:38:02 +0000
+             Message-ID: <20021107163802.C25337@fdgroup.com>
      Branch: perl
-          ! INSTALL README README.amiga README.os2 README.vms
-          ! lib/I18N/LangTags.pm lib/I18N/LangTags/README
-          ! lib/Locale/Maketext/README win32/Makefile win32/makefile.mk
+          ! pad.h
 ____________________________________________________________________________
-[ 12897] By: ams                                   on 2001/11/08  12:49:28
-        Log: Subject: replace http://www.perl.com/CPAN/ with http://www.cpan.org/
-             From: mjd@plover.com
-             Date: 8 Nov 2001 13:33:18 -0000
-             Message-Id: <20011108133318.1786.qmail@plover.com>
+[ 18141] By: merijn                                on 2002/11/12  16:15:30
+        Log: repair 18139 (missing awk command)
      Branch: perl
-          ! Porting/pumpkin.pod lib/Net/libnetFAQ.pod pod/perldiag.pod
-          ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
-          ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
-          ! pod/perlfaq8.pod pod/perlfaq9.pod pod/perlmodinstall.pod
-          ! pod/perlport.pod pod/perlvar.pod
+          ! Configure
 ____________________________________________________________________________
-[ 12896] By: ams                                   on 2001/11/08  11:22:12
-        Log: open(FH, $file) should strip leading and trailing whitespace.
+[ 18139] By: merijn                                on 2002/11/12  14:20:36
+        Log: Date: Tue, 12 Nov 2002 16:49:22 +0200
+             From: Jarkko Hietaniemi <jhi@iki.fi>
+             Subject: [PATCH] Tru64 osvers
+             Message-ID: <20021112144922.GI511825@lyta.hut.fi>
      Branch: perl
-          ! doio.c
+          ! Configure
 ____________________________________________________________________________
-[ 12895] By: ams                                   on 2001/11/08  10:17:14
-        Log: Subject: [PATCH] resurrect t/op/glob.t on VMS
-             From: "Craig A. Berry" <craigberry@mac.com>
-             Date: Wed, 07 Nov 2001 13:41:50 -0600
-             Message-Id: <5.1.0.14.2.20011107133422.02419350@exchi01>
+[ 18137] By: rgs                                   on 2002/11/10  21:57:04
+        Log: Subject: [PATCH] warning fix in SYNOPSIS example of Term::ReadLine pod
+             From: Slaven Rezic <slaven.rezic@berlin.de>
+             Date: Sat, 9 Nov 2002 22:31:31 +0100 (CET)
+             Message-Id: <200211092131.gA9LVVAV007663@vran.herceg.de>
      Branch: perl
-          ! t/op/glob.t
+          ! lib/Term/ReadLine.pm
 ____________________________________________________________________________
-[ 12894] By: ams                                   on 2001/11/08  08:32:20
-        Log: Subject: [ID 20011108.092] makedepend bug with new gcc
-             From: Alexander Klimov <ask@wisdom.weizmann.ac.il>
-             Date: Thu, 8 Nov 2001 10:00:29 +0200 (IST)
-             Message-Id: <Pine.GSO.4.40.0111080952570.12110-100000@dardar.wisdom.weizmann.ac.il>
+[ 18136] By: rgs                                   on 2002/11/10  21:38:44
+        Log: Subject: t/run/runenv.t bug
+             From: Salvador "Fandiño" <sfandino@yahoo.com>
+             Date: Fri, 8 Nov 2002 08:07:13 -0800 (PST)
+             Message-ID: <20021108160713.78109.qmail@web13409.mail.yahoo.com>
      Branch: perl
-          ! makedepend.SH
+          ! t/run/runenv.t
 ____________________________________________________________________________
-[ 12893] By: ams                                   on 2001/11/08  08:26:31
-        Log: Subject: bleadperl perldebug.pod: mention perldebtut.pod
-             From: mjd@plover.com
-             Date: 8 Nov 2001 08:08:07 -0000
-             Message-Id: <20011108080807.30147.qmail@plover.com>
-             
-             Subject: bleadperl perl.pod
-             From: mjd@plover.com
-             Date: 8 Nov 2001 08:10:47 -0000
-             Message-Id: <20011108081047.30178.qmail@plover.com>
-             
-             Subject: more bleadperl perl.pod
-             From: mjd@plover.com
-             Date: 8 Nov 2001 08:16:28 -0000
-             Message-Id: <20011108081628.30229.qmail@plover.com>
+[ 18135] By: rgs                                   on 2002/11/10  21:30:36
+        Log: Subject: [PATCH] perlopentut and PerlIO documentation
+             From: Slaven Rezic <slaven.rezic@berlin.de>
+             Date: 08 Nov 2002 22:22:19 +0100
+             Message-ID: <8765v7kb90.fsf@vran.herceg.de>
      Branch: perl
-          ! pod/perl.pod pod/perldebug.pod
+          ! lib/PerlIO.pm pod/perlopentut.pod
 ____________________________________________________________________________
-[ 12892] By: jhi                                   on 2001/11/07  16:01:37
-        Log: Tweak for Cray-friendliness from Nicholas Clark.
+[ 18125] By: hv                                    on 2002/11/07  14:01:57
+        Log: Subject: Re: The Inaba patch for tr/// vs. use encoding
+             From: Dan Kogai <dankogai@dan.co.jp>
+             Date: Fri, 25 Oct 2002 13:04:00 +0900
+             Message-Id: <CAC896FE-E7CE-11D6-9228-0003939A104C@dan.co.jp>
      Branch: perl
-          ! sv.c
+          + t/uni/tr_7jis.t t/uni/tr_eucjp.t t/uni/tr_sjis.t
+          + t/uni/tr_utf8.t
+          ! MANIFEST
 ____________________________________________________________________________
-[ 12891] By: jhi                                   on 2001/11/07  15:54:24
-        Log: VMS patch redo from Charles Lane.
+[ 18124] By: hv                                    on 2002/11/07  13:51:39
+        Log: Subject: [PATCH] File::Temp documentation fix
+             From: Slaven Rezic <slaven.rezic@berlin.de>
+             Date: Thu, 24 Oct 2002 19:04:20 +0200 (CEST)
+             Message-Id: <200210241704.g9OH4KlR030883@vran.herceg.de>
      Branch: perl
-          ! vms/gen_shrfls.pl
+          ! lib/File/Temp.pm
 ____________________________________________________________________________
-[ 12890] By: ams                                   on 2001/11/07  15:16:10
-        Log: Subject: [ID 20011107.088] two perl pod nits
-             From: lvirden@cas.org
-             Date: Wed, 7 Nov 2001 11:09:34 -0500 (EST)
-             Message-Id: <200111071609.fA7G9YW24607@lwv26awu.cas.org>
+[ 18123] By: hv                                    on 2002/11/07  13:46:59
+        Log: Subject: PATCH x2p/find2perl.PL
+             From: "Newton, Philip" <Philip.Newton@datenrevision.de>
+             Date: Thu, 24 Oct 2002 10:05:19 +0200
+             Message-ID: <C9A98F2128EDD411B0920008C7B337A13DCF41@hamsem01.de.gedas.vwg>
      Branch: perl
-          ! pod/perl.pod pod/perlfaq3.pod
+          ! x2p/find2perl.PL
 ____________________________________________________________________________
-[ 12889] By: jhi                                   on 2001/11/07  15:07:18
-        Log: Update Changes.
+[ 18122] By: hv                                    on 2002/11/07  13:40:25
+        Log: Subject: [perl #18065] LFS related bug in perl-5.8.0 testsuite
+             From: "david@dhaller.de (via RT)" <perlbug@perl.org>
+             Date: 23 Oct 2002 18:42:51 -0000
+             Message-Id: <rt-18065-40384.14.044473925414@bugs6.perl.org>
      Branch: perl
-          ! Changes patchlevel.h
+          ! ext/Fcntl/t/syslfs.t t/op/lfs.t
 ____________________________________________________________________________
-[ 12888] By: jhi                                   on 2001/11/07  14:26:42
-        Log: The (emulated) "no utf8" must be in a BEGIN block
-             to be effective.
+[ 18121] By: hv                                    on 2002/11/07  13:21:15
+        Log: Subject: Re: [perl #18038] DESTROY change in 5.8.0?
+             From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
+             Date: Sun, 03 Nov 2002 15:48:18 -0800
+             Message-ID: <CXbx9gzkgS8W092yn@efn.org>
      Branch: perl
-          ! lib/CGI/t/html.t
+          ! sv.c t/op/tie.t
 ____________________________________________________________________________
-[ 12887] By: jhi                                   on 2001/11/07  13:52:58
-        Log: "v-strings" is the right term.
+[ 18120] By: hv                                    on 2002/11/07  13:14:21
+        Log: Subject: Re: Is this true that Perl 5.8 uses :crlf as default DISCIPLINE on so ckets?
+             From: Gurusamy Sarathy <gsar@ActiveState.com>
+             Date: Sat, 19 Oct 2002 12:11:43 -0700
+             Message-Id: <200210191911.g9JJBhK02618@smtp3.ActiveState.com>
      Branch: perl
-          ! pod/perltodo.pod
+          ! doio.c ext/DB_File/t/db-recno.t perl.h pp_sys.c win32/win32.h
 ____________________________________________________________________________
-[ 12886] By: jhi                                   on 2001/11/07  13:48:36
-        Log: Add vstrings-as-objects need to perltodo.
+[ 18119] By: hv                                    on 2002/11/07  12:13:28
+        Log: Subject: [perl #18154] Problem found in calculating offsets in regex
+             From: Mark Pease (via RT) <perlbug@perl.org>
+             Date: 29 Oct 2002 20:23:54 -0000
+             Message-Id: <rt-18154-40762.0.46361502706489@bugs6.perl.org>
      Branch: perl
-          ! pod/perltodo.pod
+          ! regcomp.c
 ____________________________________________________________________________
-[ 12885] By: jhi                                   on 2001/11/07  13:43:33
-        Log: Subject: Re: SunOS 5.8 is FUN! (and not quite ok, either) - @12876, gcc and suncc
-             From: Nicholas Clark <nick@ccl4.org>
-             Date: Wed, 7 Nov 2001 14:36:32 +0000
-             Message-ID: <20011107143631.I24980@plum.flirble.org>
+[ 18118] By: hv                                    on 2002/11/07  11:33:38
+        Log: Subject: Re: [perl #17605] strange behaviour (difference between perl 5.6 and perl 5.8.0) in the regexp
+             From: hv@crypt.org
+             Date: Sun, 03 Nov 2002 16:41:24 +0000
+             Message-Id: <200211031641.gA3GfOm08609@crypt.compulink.co.uk>
      Branch: perl
-          ! t/op/pack.t
+          ! ext/B/B/Concise.pm op.c pp_hot.c t/op/closure.t
+          ! t/op/sub_lval.t
 ____________________________________________________________________________
-[ 12884] By: jhi                                   on 2001/11/07  13:34:44
-        Log: The Embed test requires a major rewrite for VMS
-             (plus it reveals a couple of annoying glitches
-             in buffering), so skip the test for now; from
-             Charles Lane.
+[ 18117] By: rgs                                   on 2002/11/06  22:15:36
+        Log: "make distclean" should remove the generated file lib/Config.pod.
      Branch: perl
-          ! lib/ExtUtils/Embed.t
+          ! Makefile.SH
 ____________________________________________________________________________
-[ 12883] By: jhi                                   on 2001/11/07  13:33:16
-        Log: Subject: [PATCH Perl@12856] vms/gen_shrfls.pl more general config.sh parsing
-             From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
-             Date: Wed, 7 Nov 2001 09:23:28 EST
-             Message-Id: <011107092325.11726@DUPHY4.Physics.Drexel.Edu>
-             
-             (Also i seems that an unrelated experimental patch
-             to lib/ExtUtils/MM_Unix.pm was accidentally included.)
+[ 18116] By: rgs                                   on 2002/11/06  22:11:06
+        Log: The new test introduced in #18114 failed with threads
      Branch: perl
-          ! lib/ExtUtils/MM_Unix.pm vms/gen_shrfls.pl
+          ! ext/B/t/concise.t
 ____________________________________________________________________________
-[ 12882] By: ams                                   on 2001/11/07  05:14:04
-        Log: Subject: Re: [ID 20011106.083] $dbline[$i] == 0 generates warnings
-             From: Mark-Jason Dominus <mjd@plover.com>
-             Date: Wed, 07 Nov 2001 00:43:46 -0500
-             Message-Id: <20011107054346.14428.qmail@plover.com>
+[ 18115] By: rgs                                   on 2002/11/06  20:43:14
+        Log: Subject: Re: [perl #18048] read \*FH, ... returns undef but doesn' t set $! if \*FH not open
+             From: Slaven Rezic <slaven.rezic@berlin.de>
+             Date: 24 Oct 2002 00:44:35 +0200
+             Message-ID: <87vg3sixm4.fsf@vran.herceg.de>
      Branch: perl
-          ! gv.c op.c toke.c
+          ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c t/io/binmode.t
+          ! t/io/print.t t/io/read.t t/lib/warnings/pp_sys
 ____________________________________________________________________________
-[ 12881] By: jhi                                   on 2001/11/07  03:33:08
-        Log: Subject: [PATCH lib/perl5db.pl] Mentioning perldebguts   
-             From: Michael G Schwern <schwern@pobox.com>             
-             Date: Tue, 6 Nov 2001 22:04:39 -0500
-             Message-ID: <20011106220439.D2858@blackrider>              
+[ 18114] By: rgs                                   on 2002/11/06  20:08:53
+        Log: Subject: Re: [PATCH] [perl #18175] B::Concise,-exec doesn't handle // operator well
+             From: Stephen McCamant <smcc@mit.edu>
+             Date: Thu, 31 Oct 2002 01:35:29 -0500
+             Message-ID: <15808.53041.181907.308803@syllepsis.MIT.EDU>
+
+             plus a test case in ext/B/t/concise.t
+             plus a (less intrusive, but less future-proof) fix for a
+             similar problem in B::walkoptree_exec().
      Branch: perl
-          ! lib/perl5db.pl
+          ! ext/B/B.pm ext/B/B/Concise.pm ext/B/t/concise.t
 ____________________________________________________________________________
-[ 12880] By: jhi                                   on 2001/11/07  01:35:30
-        Log: Subject: [PATCH lib/Term/Cap.t] Sync CPAN version of tests (was Re: [PATCH lib/Term/Cap.t] Skip testing where Term::Cap won't run (was Re: Win95 under
-             stress))
-             From: Jonathan Stowe <gellyfish@gellyfish.com>
-             Date: Tue, 6 Nov 2001 06:54:37 +0000 (GMT)
-             Message-ID: <Pine.LNX.4.33.0111060651210.315-100000@orpheus.gellyfish.com>
-             
-             (except for one hunk where indentation differs)
+[ 18113] By: rgs                                   on 2002/11/05  20:11:55
+        Log: make regen_headers.
+             Backport change #18078 to warnings.pl.
      Branch: perl
-          ! lib/Term/Cap.t
+          ! global.sym perlapi.c perlapi.h proto.h warnings.pl
 ____________________________________________________________________________
-[ 12879] By: jhi                                   on 2001/11/07  01:22:40
-        Log: Subject: [PATCH File::Spec::*] a bunch of untested patches
-             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
-             Date: Tue, 6 Nov 2001 21:45:01 +0100
-             Message-ID: <20011106214501.A704@rafael>
+[ 18109] By: ams                                   on 2002/11/05  13:03:34
+        Log: Subject: Re: [perl #18107] lc(), uc() and ucfirst() broken inside utf8 regex
+             From: hv@crypt.org
+             Date: Tue, 05 Nov 2002 13:30:00 +0000
+             Message-Id: <200211051330.gA5DU0p00718@crypt.compulink.co.uk>
+
+             This is half of the fix for #18107. The swash_init() problems
+             described in <20021105143646.M18101@lustre.dyn.wiw.org> remain,
+             but can now be seen only with UTF-8 test cases.
      Branch: perl
-          ! lib/File/Spec/OS2.pm lib/File/Spec/VMS.pm
-          ! lib/File/Spec/Win32.pm
+          ! pp.c
 ____________________________________________________________________________
-[ 12878] By: jhi                                   on 2001/11/07  01:06:41
-        Log: Subject: [PATCH t/test.pl] Adding isnt() and next_test() 
-             From: Michael G Schwern <schwern@pobox.com>              
-             Date: Tue, 6 Nov 2001 20:58:45 -0500
-             Message-ID: <20011106205845.G29411@blackrider>
+[ 18108] By: merijn                                on 2002/11/05  07:52:08
+        Log: Put back the DO NOT EDIT headers in proto.h and global.sym
+
+             Subject: Re: [perl #18066] Bug in -I when path has double colons?
+             From: Slaven Rezic <slaven.rezic@berlin.de>
+             Date: 03 Nov 2002 10:25:10 +0100
+             Message-ID: <87adkrngy1.fsf@vran.herceg.de>
      Branch: perl
-          ! t/test.pl
+          ! embed.pl
 ____________________________________________________________________________
-[ 12877] By: jhi                                   on 2001/11/07  01:01:18
-        Log: Subject: making do_sprintf public       
-             From: Doug MacEachern <dougm@covalent.net>    
-             Date: Tue, 6 Nov 2001 10:52:31 -0800 (PST)
-             Message-ID: <Pine.LNX.4.21.0111061051250.27804-100000@localhost>
+[ 18107] By: ams                                   on 2002/11/05  03:43:46
+        Log: 1. Update pp_ucfirst to enter the UTF-8 branch only if the first
+             character is UTF-8. (Copied from pp_lcfirst.)
+             2. sv_dump() should display FLAGS=...,UTF8 for both POK and pPOK.
      Branch: perl
-          ! embed.h embed.pl global.sym
+          ! dump.c pp.c
 ____________________________________________________________________________
-[ 12876] By: jhi                                   on 2001/11/06  22:12:28
-        Log: Update to CGI.pm 2.78.
-             
-             TODO: the test suite needs to be merged so that
-             when in core, the core version is tested, and when
-             using the CPAN version, testing the CPAN version.
-             (the changes need to be sent to Lincoln, too...)
-     Branch: perl
-          ! lib/CGI.pm lib/CGI/Apache.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
-          ! lib/CGI/Pretty.pm lib/CGI/Switch.pm lib/CGI/Util.pm
-          ! lib/CGI/t/apache.t lib/CGI/t/carp.t lib/CGI/t/cookie.t
-          ! lib/CGI/t/fast.t lib/CGI/t/form.t lib/CGI/t/function.t
-          ! lib/CGI/t/html.t lib/CGI/t/pretty.t lib/CGI/t/push.t
-          ! lib/CGI/t/request.t lib/CGI/t/switch.t lib/CGI/t/util.t
-____________________________________________________________________________
-[ 12875] By: jhi                                   on 2001/11/06  22:10:03
-        Log: Integrate with perlio; (strictly) readonly hashes via XS.
-     Branch: perl
-         +> t/lib/access.t
-         !> MANIFEST ext/B/t/stash.t hv.c pod/perldiag.pod universal.c
-____________________________________________________________________________
-[ 12874] By: nick                                  on 2001/11/06  21:05:16
-        Log: Keep It Simple and Stupid version of readonly hash support.
-             - Test for SvREAONLY(hv) at a few spots in hv.c
-             - add the error message to perldiag.pod
-             - (dubious) add access::readonly() to univeral.c
-             - add test using above
-             - fixup ext/B/t/stash.t to account for access:: existing
-     Branch: perlio
-          + t/lib/access.t
-          ! MANIFEST ext/B/t/stash.t hv.c pod/perldiag.pod universal.c
-____________________________________________________________________________
-[ 12873] By: jhi                                   on 2001/11/06  17:07:50
-        Log: Fix incorrect warnings about broken globbing;
-             from Andy Dougherty.
+[ 18106] By: hv                                    on 2002/11/05  01:43:27
+        Log: new test based on:
+             Subject: [TEST] for [PATCH] bug in utf8.c(?)
+             From: Marty Pauley <marty+p5p@kasei.com>
+             Date: Fri, 18 Oct 2002 21:02:38 +0100
+             Message-ID: <20021018200238.GY3764@soto.kasei.com>
      Branch: perl
-          ! hints/linux.sh
+          ! lib/utf8.t
 ____________________________________________________________________________
-[ 12872] By: jhi                                   on 2001/11/06  15:18:41
-        Log: More UTF-8 EXACT tweaking, plus a forgotten UTF-8 
-             toggle-on from the encoding pragma.
+[ 18105] By: hv                                    on 2002/11/05  00:59:30
+        Log: Subject: Re: Class::Struct, simple patch, tests
+             From: Marty Pauley <marty+p5p@kasei.com>
+             Date: Fri, 18 Oct 2002 22:26:38 +0100
+             Message-ID: <20021018212638.GB3764@soto.kasei.com>
      Branch: perl
-          ! regcomp.c regexec.c
+          ! lib/Class/Struct.pm lib/Class/Struct.t
 ____________________________________________________________________________
-[ 12871] By: jhi                                   on 2001/11/06  13:19:46
-        Log: Retract #12824, doesn't help and is ignored
-             by Configure anyway.
+[ 18102] By: rgs                                   on 2002/11/04  21:43:53
+        Log: Subject: Re: [perl #18066] Bug in -I when path has double colons?
+             From: Slaven Rezic <slaven.rezic@berlin.de>
+             Date: 30 Oct 2002 11:18:47 +0100
+             Message-ID: <87of9c2prs.fsf@vran.herceg.de>
+
+             With the corresponding change to embed.fnc
      Branch: perl
-          ! hints/beos.sh
+          + t/run/switchI.t
+          ! MANIFEST embed.fnc embed.h embedvar.h global.sym perl.c
+          ! proto.h t/run/runenv.t
 ____________________________________________________________________________
-[ 12870] By: ams                                   on 2001/11/06  10:40:37
-        Log: Subject: Cosmetic change
-             From: H.Merijn Brand <h.m.brand@hccnet.nl>
-             Date: Tue, 06 Nov 2001 12:30:52 +0100
-             Message-Id: <20011106122922.30FA.H.M.BRAND@hccnet.nl>
+[ 18094] By: merijn                                on 2002/11/04  16:08:22
+        Log: Changed the warning detection pattern because of:
+
+             Subject: ccache gcc3.2 doesn't work
+             From: Nicholas Clark <nick@ccl4.org>
+             Date: Tue, 29 Oct 2002 15:01:39
+             Message-ID: <20021029150139.J82080@plum.flirble.org>
      Branch: perl
-          ! README.hpux
-____________________________________________________________________________
-[ 12869] By: nick                                  on 2001/11/06  08:26:40
-        Log: Integrate mainline
-     Branch: perlio
-         !> ext/DB_File/DB_File.pm global.sym hints/os390.sh
-         !> lib/encoding.pm lib/encoding.t proto.h regcomp.c regexec.c
+          ! Configure
 ____________________________________________________________________________
-[ 12868] By: jhi                                   on 2001/11/06  03:15:50
-        Log: The parentheses are protected enough.
+[ 18093] By: jhi                                   on 2002/11/04  16:06:39
+        Log: s/Perlf/Perl/ (thanks rgs)
      Branch: perl
-          ! hints/os390.sh
+          ! pod/perldiag.pod
 ____________________________________________________________________________
-[ 12867] By: jhi                                   on 2001/11/06  03:13:50
-        Log: ccflags, not ldflags.
+[ 18091] By: jhi                                   on 2002/11/04  15:50:07
+        Log: How pre-5.9.0 Perl can be fooled by a defined-or.
      Branch: perl
-          ! hints/os390.sh
+          ! pod/perldiag.pod
 ____________________________________________________________________________
-[ 12866] By: jhi                                   on 2001/11/06  03:12:57
-        Log: ... and the proto to go with #12865.
+[ 18090] By: hv                                    on 2002/11/04  15:49:29
+        Log: extend #13786 to cover the other four identical chunks of code
+             to avoid looping under overload.
      Branch: perl
-          ! proto.h
+          ! sv.c
 ____________________________________________________________________________
-[ 12865] By: jhi                                   on 2001/11/06  03:11:12
-        Log: Oops.  Luckily nothing was using this symbol yet.
+[ 18088] By: merijn                                on 2002/11/04  15:37:06
+        Log: Charnames take 4
+             Mon, 04 Nov 2002; H.Merijn Brand <h.m.brand@hccnet.nl>
      Branch: perl
-          ! global.sym
+          ! lib/charnames.pm lib/charnames.t
 ____________________________________________________________________________
-[ 12864] By: jhi                                   on 2001/11/06  03:05:34
-        Log: Implement the encoding pragma for regex literals.
+[ 18086] By: hv                                    on 2002/11/04  15:16:34
+        Log: integrate from perlio: changes #17709, #17795, #17796, #18032
      Branch: perl
-          ! lib/encoding.pm lib/encoding.t regcomp.c regexec.c
+         !> Porting/apply ext/PerlIO/t/encoding.t ext/PerlIO/t/via.t
+         !> ext/PerlIO/via/via.xs perlio.c t/io/crlf.t
 ____________________________________________________________________________
-[ 12863] By: jhi                                   on 2001/11/06  01:01:49
-        Log: More UTF8 EXACT fixing.
+[ 18085] By: hv                                    on 2002/11/04  12:17:12
+        Log: Subject: Re: [perl #17064] illegal legal unicode character
+             From: hv@crypt.org
+             Date: Mon, 04 Nov 2002 13:23:49 +0000
+             Message-Id: <200211041323.gA4DNn313132@crypt.compulink.co.uk>
      Branch: perl
-          ! regexec.c
+          ! regexec.c t/op/split.t
 ____________________________________________________________________________
-[ 12862] By: jhi                                   on 2001/11/06  00:05:19
-        Log: More re debugging.
+[ 18084] By: merijn                                on 2002/11/04  11:04:45
+        Log: Tru64, gcc -O3, datasize
+             Sun, 3 Nov 2002; Jarkko Hietaniemi <jhi@iki.fi>
      Branch: perl
-          ! regexec.c
+          ! README.tru64 hints/dec_osf.sh
 ____________________________________________________________________________
-[ 12861] By: jhi                                   on 2001/11/05  23:24:24
-        Log: EXACT correction attempt.  Continued in #12863.
+[ 18083] By: merijn                                on 2002/11/04  10:58:52
+        Log: Typo configpm
+             Mon, 4 Nov 2002; Rafael Garcia-Suarez <rgarciasuarez@free.fr>
      Branch: perl
-          ! regexec.c
+          ! configpm
 ____________________________________________________________________________
-[ 12860] By: jhi                                   on 2001/11/05  22:57:04
-        Log: Unterminated L<.
+[ 18078] By: hv                                    on 2002/11/03  13:20:50
+        Log: avoid reliance on croak() prototype
      Branch: perl
-          ! ext/DB_File/DB_File.pm
+          ! lib/warnings.pm
 ____________________________________________________________________________
-[ 12859] By: nick                                  on 2001/11/05  19:15:17
-        Log: Integrate mainline
-     Branch: perlio
-         +> lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
-         +> lib/Math/BigInt/t/Math/BigInt/Subclass.pm
-         +> lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/sub_mbf.t
-         +> lib/Math/BigInt/t/sub_mbi.t
-          - lib/Math/BigInt/t/Math/Subclass.pm
-          - lib/Math/BigInt/t/subclass.t
-         !> (integrate 30 files)
-____________________________________________________________________________
-[ 12858] By: jhi                                   on 2001/11/05  17:05:38
-        Log: Regex debugging fixes from Hugo.
+[ 18077] By: hv                                    on 2002/11/03  13:18:17
+        Log: Subject: [PATCH lib/Config.*] Document and test Config::config_re().
+             (with tweaks)
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Wed, 4 Sep 2002 12:06:08 -0700
+             Message-ID: <20020904190607.GG8367@ool-18b93024.dyn.optonline.net>
      Branch: perl
-          ! regcomp.c regexec.c
+          ! configpm lib/Config.t
 ____________________________________________________________________________
-[ 12857] By: jhi                                   on 2001/11/05  16:09:51
-        Log: IRIX: at some point the cc -version has started
-             to output to stderr, not stdout any more.
+[ 18076] By: gbarr                                 on 2002/11/03  10:11:18
+        Log: Update to Scalar-List-Utils 1.08
      Branch: perl
-          ! hints/irix_6.sh
+          + ext/List/Util/t/isvstring.t ext/List/Util/t/refaddr.t
+          ! MANIFEST ext/List/Util/ChangeLog ext/List/Util/README
+          ! ext/List/Util/Util.xs ext/List/Util/lib/List/Util.pm
+          ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/first.t
+          ! ext/List/Util/t/reduce.t
 ____________________________________________________________________________
-[ 12856] By: jhi                                   on 2001/11/05  15:27:45
-        Log: Update Changes.
+[ 18075] By: rgs                                   on 2002/10/31  20:58:12
+        Log: Adjust the number of tests in t/op/range.t
      Branch: perl
-          ! Changes patchlevel.h
+          ! t/op/range.t
 ____________________________________________________________________________
-[ 12855] By: jhi                                   on 2001/11/05  15:21:13
-        Log: The ${"\cTAINT"} raises the ire of 'use strict'.
+[ 18074] By: ams                                   on 2002/10/30  22:30:32
+        Log: Subject: Re: [perl #18114] [no subject] BUG: "-4\n".."0\n" is not DWIM
+             but "-4\n".."-0\n" is!
+             From: Slaven Rezic <slaven.rezic@berlin.de>
+             Date: 30 Oct 2002 16:22:36 +0100
+             Message-Id: <87n0ow0x4z.fsf@vran.herceg.de>
+
+             Subject: RE: [perl #18114] [no subject] [TEST PATCH]BUG: "-4\n".."0\n"
+             is not DWIM but "-4\n".."-0\n" is!
+             From: "Orton, Yves" <yves.orton@mciworldcom.de>
+             Date: Wed, 30 Oct 2002 11:59:31 -0000
+             Message-Id: <71B318898201D311845C0008C75DAD1C07B78BF7@defra1ex2>
+
+             (Applied over previous fix.)
      Branch: perl
-          ! lib/File/Spec/Unix.pm
+          ! pp_ctl.c t/op/range.t
 ____________________________________________________________________________
-[ 12854] By: jhi                                   on 2001/11/05  15:16:24
-        Log: Subject: Re: Tainted $ENV{TMPDIR} and File::Spec->tmpdir()
-             From: rgarciasuarez@free.fr
-             Date: Mon, 05 Nov 2001 17:10:29 +0100 (MET)            
-             Message-ID: <1004976629.3be6b9f593085@imp3-1.free.fr>
+[ 18073] By: ams                                   on 2002/10/30  19:47:12
+        Log: Subject: [perl #18165] "0" fails as right-hand argument to ..
+             From: Mark-Jason Dominus (via RT) <perlbug@perl.org>
+             Date: 30 Oct 2002 17:27:53 -0000
+             Message-Id: <rt-18165-40816.6.86096008382222@bugs6.perl.org>
+
+             (Fixed by making an exception for .."0" in pp_flop.)
      Branch: perl
-          ! lib/File/Spec/Unix.pm
+          ! pp_ctl.c t/op/range.t
 ____________________________________________________________________________
-[ 12853] By: jhi                                   on 2001/11/05  14:54:37
-        Log: Use config.arch in OS/390 where the combination of
-             IEEE floats and ldflags is tricky.
+[ 18072] By: rgs                                   on 2002/10/29  20:37:31
+        Log: Partial fix of bug [perl #17589] : prevent the parser to
+             segfault when encountering the erroneous construct "sub;".
      Branch: perl
-          ! hints/os390.sh
+          ! pod/perldiag.pod t/op/anonsub.t toke.c
 ____________________________________________________________________________
-[ 12852] By: jhi                                   on 2001/11/05  14:53:53
-        Log: Metaconfig unit change for #12851.
-     Branch: metaconfig
-          ! U/modified/Config_sh.U
-____________________________________________________________________________
-[ 12851] By: jhi                                   on 2001/11/05  14:53:14
-        Log: Support a config.arch file, similar to config.over,
-             but loaded just before it.
+[ 18071] By: rgs                                   on 2002/10/28  21:57:25
+        Log: Subject: RE: [PATCH] Warning on pararameterless 'use IO' and doc update
+             From: "Paul Marquess" <Paul.Marquess@btinternet.com>
+             Date: Mon, 28 Oct 2002 12:53:52 -0000
+             Message-ID: <AIEAJICLCBDNAAOLLOKLAEOEFLAA.Paul.Marquess@btinternet.com>
      Branch: perl
-          ! Configure INSTALL
+          ! ext/IO/IO.pm ext/IO/lib/IO/t/IO.t
 ____________________________________________________________________________
-[ 12850] By: jhi                                   on 2001/11/05  13:34:25
-        Log: Subject: [PATCH Symbol.{pm.t}] bugfixes 
-             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
-             Date: Mon, 5 Nov 2001 14:26:24 +0100
-             Message-ID: <20011105142624.C31977@rafael>
+[ 18070] By: rgs                                   on 2002/10/28  20:46:33
+        Log: Subject: [PATCH] Re: Not OK: perl v5.9.0 +DEVEL17881 on i386-freebsd 4.6-release (UNINSTALLED)
+             From: Nicholas Clark <nick@unfortu.net>
+             Date: Sun, 27 Oct 2002 18:39:03 +0000
+             Message-ID: <20021027183902.GJ292@Bagpuss.unfortu.net>
      Branch: perl
-          ! lib/Symbol.pm lib/Symbol.t
+          ! util.c
 ____________________________________________________________________________
-[ 12849] By: jhi                                   on 2001/11/04  22:15:39
-        Log: Subject: [PATCH] unbalanced parenthesis in pods                 
-             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
-             Date: Sun, 4 Nov 2001 22:28:57 +0100
-             Message-ID: <20011104222857.C696@rafael>
+[ 18069] By: rgs                                   on 2002/10/28  20:44:12
+        Log: Subject: [PATCH] Re: [PATCH] Re: [perl #17772] pack "w" /* this cannot happen ;-) */ is fallacious
+             From: Nicholas Clark <nick@unfortu.net>
+             Date: Sun, 27 Oct 2002 22:31:08 +0000
+             Message-ID: <20021027223108.GK292@Bagpuss.unfortu.net>
      Branch: perl
-          ! pod/perldebug.pod pod/perlpodspec.pod
+          ! t/op/pack.t
 ____________________________________________________________________________
-[ 12848] By: jhi                                   on 2001/11/04  22:11:24
-        Log: The missing pieces from the Math::BigInt 1.45 puzzle.
+[ 18068] By: merijn                                on 2002/10/27  17:57:15
+        Log: Repair broken previous patch. I don't like it, but not repairing it
+             breaks each and every build. Will teach me to test on the same
+             machine where I patched it. Sorry.
      Branch: perl
-          ! lib/Math/BigFloat.pm lib/Math/BigInt/t/bigintpm.t
+          ! embed.pl
 ____________________________________________________________________________
-[ 12847] By: jhi                                   on 2001/11/04  17:44:41
-        Log: Math::Big* test tweaks to work better with core:
-             but the coast still not clear.
+[ 18067] By: merijn                                on 2002/10/27  06:02:21
+        Log: embed.pl doc. (embed.pl reorganization for doc headers)
+             Wed, 23 Oct 2002; Jarkko Hietaniemi <jhi@iki.fi>
+             With some additional modifications
      Branch: perl
-          ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.t
-          ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
+          ! embed.pl
 ____________________________________________________________________________
-[ 12846] By: jhi                                   on 2001/11/04  17:43:10
-        Log: Protect against high load: measure how much wall
-             clock time went by while sleeping.  Avoids some
-             false negatives, while may introduce some false
-             positives.  Life is hard.
+[ 18064] By: merijn                                on 2002/10/25  11:47:07
+        Log: The 5005thread todo list; 2 down 25 to go
      Branch: perl
-          ! ext/Time/HiRes/HiRes.t
+          ! README.irix README.tru64
 ____________________________________________________________________________
-[ 12845] By: jhi                                   on 2001/11/04  17:29:40
-        Log: More forgotten from #12843.
+[ 18063] By: hv                                    on 2002/10/25  00:28:48
+        Log: change #18038 gives too many problems on t/450_service.t; disable
+             it for now
      Branch: perl
-          ! lib/Math/BigInt/t/bigfltpm.inc
+          ! lib/Net/Ping/t/450_service.t
 ____________________________________________________________________________
-[ 12844] By: jhi                                   on 2001/11/04  17:19:13
-        Log: Forgot from #12843.
+[ 18062] By: hv                                    on 2002/10/25  00:21:17
+        Log: Subject: [PATCH] DB_File 1.806
+             From: "Paul Marquess" <Paul.Marquess@btinternet.com>
+             Date: Tue, 22 Oct 2002 11:16:21 +0100
+             Message-ID: <AIEAJICLCBDNAAOLLOKLCEDMFLAA.Paul.Marquess@btinternet.com>
      Branch: perl
-          + lib/Math/BigInt/t/bigintpm.inc
-          ! MANIFEST
+          ! ext/DB_File/Changes ext/DB_File/DB_File.pm
+          ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
+          ! ext/DB_File/t/db-hash.t ext/DB_File/t/db-recno.t
 ____________________________________________________________________________
-[ 12843] By: jhi                                   on 2001/11/04  16:52:45
-        Log: Upgrade to Math::BigInt 1.45; from Tels.
-             NOTE: some of the tests are failing but that's because
-             the core integration is not yet done.
-     Branch: perl
-          + lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
-          + lib/Math/BigInt/t/Math/BigInt/Subclass.pm
-          + lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
-          - lib/Math/BigInt/t/Math/Subclass.pm
-          - lib/Math/BigInt/t/subclass.t
-          ! MANIFEST lib/Math/BigInt.pm lib/Math/BigInt/Calc.pm
-          ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/calling.t
-          ! lib/Math/BigInt/t/mbimbf.t
-____________________________________________________________________________
-[ 12842] By: jhi                                   on 2001/11/04  16:45:02
-        Log: VMS: adds capability to control more configuration stuff with
-             -D and -U switches; parsing config.sh to extract previous config
-             info in VMS-form, and a rewrite of the "prompt/response" routine;
-             from Charles Lane.
+[ 18061] By: hv                                    on 2002/10/25  00:13:07
+        Log: Subject: [PATCH lib/IO.t] Add tests for IO.pm
+             From: chromatic <chromatic@wgz.org>
+             Date: Mon, 21 Oct 2002 20:27:43 -0700
+             Message-ID: <20021022033253.57952.qmail@onion.perl.org>
      Branch: perl
-          ! configure.com
+          + ext/IO/lib/IO/t/IO.t
+          ! MANIFEST lib/Net/Ping/t/450_service.t
 ____________________________________________________________________________
-[ 12841] By: jhi                                   on 2001/11/04  15:18:39
-        Log: Subject: Typo correction in perldebguts.pod
-             From: mjd@plover.com
-             Date: 4 Nov 2001 16:20:05 -0000
-             Message-ID: <20011104162005.16699.qmail@plover.com>
+[ 18060] By: hv                                    on 2002/10/24  23:54:50
+        Log: 2 lines of change #18039 had several problems
      Branch: perl
-          ! pod/perldebguts.pod
+          ! ext/IO/IO.pm
 ____________________________________________________________________________
-[ 12840] By: jhi                                   on 2001/11/04  15:17:22
-        Log: Subject: Re: Where are my 'O's? [+ 12836 smoke]
-             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
-             Date: Sun, 4 Nov 2001 11:47:30 +0100
-             Message-ID: <20011104114730.A715@rafael>
-             
-             Remove -T from the test, wrong place for that.
+[ 18059] By: hv                                    on 2002/10/24  23:46:29
+        Log: Subject: [perl #18036] perldoc refuses to run on BeOS
+             From: "mauzo@csv.warwick.ac.uk (via RT)" <perlbug@perl.org>
+             Date: 21 Oct 2002 10:18:50 -0000
+             Message-Id: <rt-18036-40246.15.4017814246886@bugs6.perl.org>
      Branch: perl
-          ! lib/File/Temp/t/mktemp.t
+          ! utils/perldoc.PL
 ____________________________________________________________________________
-[ 12839] By: jhi                                   on 2001/11/04  15:15:42
-        Log: Subject: [REPATCH] Re: PerlIOBuf_dup
-             From: Nicholas Clark <nick@ccl4.org>
-             Date: Sun, 4 Nov 2001 10:41:24 +0000
-             Message-ID: <20011104104123.U20123@plum.flirble.org>
+[ 18058] By: hv                                    on 2002/10/24  23:36:48
+        Log: Subject: The Inaba patch for tr/// vs. use encoding
+             From: Dan Kogai <dankogai@dan.co.jp>
+             Date: Mon, 21 Oct 2002 17:36:02 +0900
+             Message-Id: <218B4434-E4D0-11D6-A668-0003939A104C@dan.co.jp>
      Branch: perl
-          ! ext/Encode/Encode.xs ext/PerlIO/t/encoding.t perlio.c
+          ! mg.c regcomp.c sv.c toke.c
 ____________________________________________________________________________
-[ 12838] By: jhi                                   on 2001/11/03  21:19:43
-        Log: Subject: Re: [PATCH lib/Term/Cap.t] Skip testing where Term::Cap won't run (was Re: Win95 under stress)
-             From: Michael G Schwern <schwern@pobox.com>
-             Date: Sat, 3 Nov 2001 15:41:47 -0500
-             Message-ID: <20011103154147.C600@blackrider>
+[ 18057] By: hv                                    on 2002/10/24  23:16:15
+        Log: Subject: [Encode] 1.80 released
+             From: Dan Kogai <dankogai@dan.co.jp>
+             Date: Tue, 22 Oct 2002 05:47:16 +0900
+             Message-Id: <48F1B85D-E536-11D6-A87D-0003939A104C@dan.co.jp>
      Branch: perl
-          ! lib/Term/Cap.t
+          + ext/Encode/bin/ucmsort ext/Encode/t/rt.pl
+          ! MANIFEST ext/Encode/AUTHORS ext/Encode/Changes
+          ! ext/Encode/Encode.pm ext/Encode/Encode.xs
+          ! ext/Encode/lib/Encode/MIME/Header.pm
+          ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/CJKT.t
+          ! ext/Encode/t/jperl.t ext/Encode/t/mime-header.t
+          ! ext/Encode/ucm/cp932.ucm ext/Encode/ucm/cp936.ucm
+          ! ext/Encode/ucm/cp949.ucm ext/Encode/ucm/cp950.ucm
 ____________________________________________________________________________
-[ 12837] By: jhi                                   on 2001/11/03  21:14:34
-        Log: Subject: [PATCH] stop unrestricted negativity in HiRes.t 
-             From: "Craig A. Berry" <craigberry@mac.com>     
-             Date: Sat, 03 Nov 2001 16:02:28 -0600
-             Message-Id: <5.1.0.14.2.20011103155539.03e44c60@exchi01>
+[ 18056] By: hv                                    on 2002/10/24  22:48:06
+        Log: Subject: [PATCH] B/C.pm: make $0 to argv[0] again
+             From: Autrijus Tang <autrijus@autrijus.org>
+             Date: Sat, 19 Oct 2002 17:51:57 +0800
+             Message-ID: <20021019095157.GA430@not.autrijus.org>
      Branch: perl
-          ! ext/Time/HiRes/HiRes.t
+          ! ext/B/B/C.pm
 ____________________________________________________________________________
-[ 12836] By: jhi                                   on 2001/11/03  18:41:33
-        Log: Subject: [PATCH lib/Term/Cap.t] Skip testing where Term::Cap won't run (was Re: Win95 under stress)
-             From: "chromatic" <chromatic@rmci.net>
-             Date: Sat, 03 Nov 2001 12:28:17 -0700
-             Message-ID: <20011103193507.94848.qmail@onion.perl.org>
+[ 18055] By: hv                                    on 2002/10/24  22:34:10
+        Log: Reverse change #8066 and sense of test, to satisfy [perl #17763]
      Branch: perl
-          ! lib/Term/Cap.t
+          ! pp_sys.c t/run/fresh_perl.t
 ____________________________________________________________________________
-[ 12835] By: jhi                                   on 2001/11/03  18:34:08
-        Log: Don't bother doing POSIX charclass parsing if it
-             possibly cannot be so.  Prepares way for charclass
-             syntax like [[abc]||[def]] (or just [[abc][def]])
-             for union, [[\w]&&[$a]] for intersection,
-             and [[a-z]&&[^def]] for subtraction.
-             
-             Currently /[[a]/ (or /[a[]/) parses as a character
-             class containing two characters, "[" and "a",
-             this may have to be broken for the syntax described
-             above, otherwise we would have to scan the whole pattern
-             to find out whether the square brackets match pairwise.
-             Luckily, the special case of "[" doesn't seem to be
-             documented (as opposed to "]" and "-"), so we may have
-             better story for breaking it...  One can always use \[
-             if one wants a literal "[", so there.
+[ 18054] By: hv                                    on 2002/10/24  22:17:40
+        Log: change #18030 needs the removal of ext/Thread/thr5005.t
      Branch: perl
-          ! regcomp.c
+          - ext/Thread/thr5005.t
 ____________________________________________________________________________
-[ 12834] By: jhi                                   on 2001/11/03  17:51:44
-        Log: Comment correction.
+[ 18053] By: merijn                                on 2002/10/24  08:20:09
+        Log: charnames pragma extended with :alias for customized
+             unicode naming aliases
+             Mon, 21 Oct 2002; "H.Merijn Brand" <h.m.brand@hccnet.nl>
      Branch: perl
-          ! regcomp.c
+          ! lib/charnames.pm lib/charnames.t
 ____________________________________________________________________________
-[ 12833] By: jhi                                   on 2001/11/03  17:33:21
-        Log: Add MakeMaker PREREQ_PRINT and PRINT_PREREQ targets.
-             The latter is a RedHatism.
+[ 18052] By: rgs                                   on 2002/10/23  19:16:50
+        Log: Further tweaks to perlmodlib.pod.
+             Add a note about perllocal.pod, which wasn't documented.
      Branch: perl
-          ! lib/ExtUtils/MakeMaker.pm
+          ! pod/perlmodlib.PL pod/perlmodlib.pod
 ____________________________________________________________________________
-[ 12832] By: jhi                                   on 2001/11/03  15:43:03
-        Log: Integrate perlio:
-             
-             [ 12830]
-             Fix clone_leak problem.
-             PerlIOStdio_dup was leaking FILE * as it was still doing fdopen()
-             as vestige of calling PerlLIO_dup().
-             
-             [ 12829]
-             Tweaks attempting to locate Doug's clone_leak leak.
-             - add some PerlIO_debug()
-             - handle PerlIO_clone() with empty lists (clone before Perl_parse())
-             - Even if it closing stdout etc. do a fflush()
+[ 18051] By: rgs                                   on 2002/10/23  18:56:08
+        Log: Further tweaks to perluniintro.pod
      Branch: perl
-         !> perlio.c
-____________________________________________________________________________
-[ 12831] By: nick                                  on 2001/11/03  11:42:15
-        Log: Integrate mainline
-     Branch: perlio
-         !> doio.c ext/DynaLoader/dl_mac.xs ext/Errno/Errno_pm.PL
-         !> ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/syslog.t
-         !> hints/beos.sh hints/darwin.sh perl.c perl.h perlio.c regexec.c
-         !> sv.c t/test.pl
-____________________________________________________________________________
-[ 12830] By: nick                                  on 2001/11/03  10:27:34
-        Log: Fix clone_leak problem.
-             PerlIOStdio_dup was leaking FILE * as it was still doing fdopen()
-             as vestige of calling PerlLIO_dup().
-     Branch: perlio
-          ! perlio.c
-____________________________________________________________________________
-[ 12829] By: nick                                  on 2001/11/03  09:40:46
-        Log: Tweaks attempting to locate Doug's clone_leak leak.
-             - add some PerlIO_debug()
-             - handle PerlIO_clone() with empty lists (clone before Perl_parse())
-             - Even if it closing stdout etc. do a fflush()
-     Branch: perlio
-          ! perlio.c
-____________________________________________________________________________
-[ 12828] By: nick                                  on 2001/11/03  08:34:31
-        Log: Integrate mainline
-     Branch: perlio
-         !> (integrate 54 files)
+          ! pod/perluniintro.pod
 ____________________________________________________________________________
-[ 12827] By: ams                                   on 2001/11/03  03:45:19
-        Log: Ugly bandaid to stop C<package;> from segfaulting (remember to
-             remove this later). Based on a patch from Robert Spier in
-             <15330.61459.14452.795263@rls.cx>.
+[ 18050] By: rgs                                   on 2002/10/22  19:11:12
+        Log: perlmodlib.pod nit suggested by David Dyck (bug #18055)
+             Regenerate perlmodlib.pod
      Branch: perl
-          ! sv.c
+          ! pod/perlmodlib.PL pod/perlmodlib.pod
 ____________________________________________________________________________
-[ 12826] By: jhi                                   on 2001/11/02  23:56:00
-        Log: microperl sync.
+[ 18049] By: rgs                                   on 2002/10/22  18:48:00
+        Log: Subject: [PATCH] perluniintro
+             From: Jarkko Hietaniemi <jhi@iki.fi>
+             Date: Sun, 20 Oct 2002 15:48:09 +0300
+             Message-ID: <20021020124809.GE444369@lyta.hut.fi>
      Branch: perl
-          ! doio.c perl.c perl.h perlio.c regexec.c
+          ! pod/perluniintro.pod
 ____________________________________________________________________________
-[ 12825] By: jhi                                   on 2001/11/02  23:20:03
-        Log: Definitions for the Unicode Newline Guidelines.
+[ 18048] By: hv                                    on 2002/10/22  17:04:26
+        Log: Subject: [PATCH] PL_curpad == AvARRAY(PL_comppad) always
+             From: Dave Mitchell <davem@fdgroup.com>
+             Date: Fri, 18 Oct 2002 13:36:40 +0100
+             Message-ID: <20021018133640.A19172@fdgroup.com>
      Branch: perl
-          ! perl.h
+          ! cop.h embed.fnc ext/List/Util/Util.xs global.sym op.c pad.c
+          ! pad.h perl.c perlapi.h pod/perlintern.pod pp_ctl.c proto.h
+          ! regcomp.c regexec.c scope.c scope.h sv.c t/op/closure.t
 ____________________________________________________________________________
-[ 12824] By: jhi                                   on 2001/11/02  23:08:05
-        Log: (retracted by #12871)
-             
-             There is no csh of any kind in default BeOS.
-             For the purposes of miniperl globbing, bash
-             will do.
+[ 18047] By: hv                                    on 2002/10/22  16:20:18
+        Log: Subject: [PATCH] AutoLoader gives wrong message
+             From: Peter Scott <peter@psdt.com>
+             Date: Thu, 17 Oct 2002 19:54:56 -0700
+             Message-id: <4.3.2.7.2.20021017192450.00b3dce0@shell2.webquarry.com>
      Branch: perl
-          ! hints/beos.sh
+          ! lib/AutoLoader.pm
 ____________________________________________________________________________
-[ 12823] By: jhi                                   on 2001/11/02  21:56:36
-        Log: Integrate change #12820 from macperl to maint and blead;
-             
-             Fix up (dynaloading) to work properly with multiplicity
-     Branch: maint-5.6/perl
-         !> ext/DynaLoader/dl_mac.xs
-     Branch: perl
-         !> ext/DynaLoader/dl_mac.xs
-____________________________________________________________________________
-[ 12822] By: pudge                                 on 2001/11/02  21:38:22
-        Log: Several fixes for various exit problems and clearing out
-             task queue, as well as another (incomplete) go at
-             fixing error message handling
-     Branch: maint-5.6/macperl
-          ! macos/macish.c macos/macish.h macos/macperl/MPConsole.cp
-____________________________________________________________________________
-[ 12821] By: pudge                                 on 2001/11/02  21:36:26
-        Log: Add source files for bleadperl builds
-     Branch: maint-5.6/macperl
-          ! macos/Makefile.mk
-____________________________________________________________________________
-[ 12820] By: pudge                                 on 2001/11/02  21:35:15
-        Log: Fix up to work properly with multiplicity
-     Branch: maint-5.6/macperl
-          ! ext/DynaLoader/dl_mac.xs
-____________________________________________________________________________
-[ 12819] By: pudge                                 on 2001/11/02  21:21:56
-        Log: Integrate with maintperl.
-     Branch: maint-5.6/macperl
-         +> t/op/system.t t/op/system_tests
-         !> MANIFEST Todo-5.6 ext/ODBM_File/ODBM_File.xs perl.h
-         !> pod/perltodo.pod util.c win32/win32.c
-____________________________________________________________________________
-[ 12818] By: jhi                                   on 2001/11/02  21:03:58
-        Log: Locate _PATH_LOG if it's a socket even if not #defined
-             (helps Tru64)  From Paul David Fardy <pdf@morgan.ucs.mun.ca>,
-             via Nick Clark.
-     Branch: perl
-          ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/syslog.t
-____________________________________________________________________________
-[ 12817] By: jhi                                   on 2001/11/02  20:07:05
-        Log: Subject: [PATCH t/test.pl] _expect and other little tweaks
-             From: Michael G Schwern <schwern@pobox.com>
-             Date: Fri, 2 Nov 2001 15:36:41 -0500
-             Message-ID: <20011102153641.E23234@blackrider>
+[ 18046] By: hv                                    on 2002/10/22  15:52:40
+        Log: Subject: Re: Smoke 18027 FAIL(F) MSWin32 5.0 Win2000Pro (MSWin32-x86)
+             From: Alain Barbet <alian@alianwebserver.com>
+             Date: Fri, 18 Oct 2002 15:29:29 +0200
+             Message-ID: <3DB00CB9.70708@alianwebserver.com>
      Branch: perl
-          ! t/test.pl
+          ! README.win32 win32/makefile.mk win32/win32.c
 ____________________________________________________________________________
-[ 12816] By: jhi                                   on 2001/11/02  17:53:00
-        Log: Subject: [PATCH] patches for MacOS X 10.1 for perl 5.7.2
-             From: merlyn@stonehenge.com (Randal L. Schwartz)
-             Date: 02 Nov 2001 09:33:34 -0800
-             Message-ID: <m1wv193wnl.fsf@halfdome.holdit.com>
-             
-             (two of the changes)
-             
-             Better coexistence with extensions.
+[ 18045] By: hv                                    on 2002/10/22  15:47:21
+        Log: improve 'atomicity' wording
      Branch: perl
-          ! ext/Errno/Errno_pm.PL hints/darwin.sh
+          ! lib/filetest.pm
 ____________________________________________________________________________
-[ 12815] By: ams                                   on 2001/11/02  16:47:43
-        Log: Subject: Re: [PATCH] the the double double word word fix fix
-             From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
-             Date: Fri, 02 Nov 2001 19:43:07 +0100
-             Message-Id: <3BE2E93B.627C198E@alcatel.at>
+[ 18044] By: hv                                    on 2002/10/22  15:43:55
+        Log: Subject: [PATCH] Shell.pm object methods broken
+             From: Dan Brook <dbrook@easyspace.com>
+             Date: Thu, 17 Oct 2002 16:05:04 +0100
+             Message-Id: <20021017160504.63926a1b.dbrook@easyspace.com>
      Branch: perl
-          ! pod/perldebug.pod
+          ! lib/Shell.pm lib/Shell.t
 ____________________________________________________________________________
-[ 12814] By: jhi                                   on 2001/11/02  15:24:10
-        Log: Update Changes.
+[ 18042] By: hv                                    on 2002/10/21  09:20:54
+        Log: Subject: Re: [perl #16184] Unexpected warning when using C<< open FH => >>
+             From: hv@crypt.org
+             Date: Mon, 21 Oct 2002 11:27:40 +0100
+             Message-Id: <200210211027.g9LARef05722@crypt.compulink.co.uk>
      Branch: perl
-          ! Changes patchlevel.h
+          ! t/lib/warnings/toke toke.c
 ____________________________________________________________________________
-[ 12813] By: jhi                                   on 2001/11/02  15:19:35
-        Log: More encoding testing.
+[ 18041] By: hv                                    on 2002/10/21  01:14:48
+        Log: Subject: Re: [perl #18019] regex overoptimization
+             From: hv@crypt.org
+             Date: Mon, 21 Oct 2002 03:21:54 +0100
+             Message-Id: <200210210221.g9L2LsU32598@crypt.compulink.co.uk>
      Branch: perl
-          ! lib/encoding.pm lib/encoding.t
+          ! regcomp.c t/op/re_tests
 ____________________________________________________________________________
-[ 12812] By: ams                                   on 2001/11/02  15:07:11
-        Log: Slight modification of #12811.
+[ 18039] By: hv                                    on 2002/10/20  14:33:16
+        Log: Subject: Re: [PATCH] Warning on pararameterless 'use IO' and doc update
+             From: =?iso-8859-1?Q?St=E9phane?= Payrard <s.payrard@wanadoo.fr>
+             Date: Tue, 15 Oct 2002 02:17:03 +0200
+             Message-ID: <20021015001703.GG7914@stefp.dyndns.org>
      Branch: perl
-          ! op.c
+          ! ext/IO/IO.pm
 ____________________________________________________________________________
-[ 12811] By: jhi                                   on 2001/11/02  14:58:13
-        Log: Subject: Re: [ID 20011101.069] \stat('.') gives "Attempt to free unreferenced scalar"
-             From: Radu Greab <radu@netsoft.ro>
-             Date: Fri, 2 Nov 2001 15:28:58 +0200
-             Message-ID: <15330.40858.629851.468818@ix.netsoft.ro>
+[ 18038] By: hv                                    on 2002/10/20  14:23:06
+        Log: Update to Net::Ping v2.23
      Branch: perl
-          ! op.c t/op/stat.t
+          + lib/Net/Ping/t/150_syn_inst.t lib/Net/Ping/t/400_ping_syn.t
+          + lib/Net/Ping/t/450_service.t
+          ! MANIFEST lib/Net/Ping.pm lib/Net/Ping/t/110_icmp_inst.t
+          ! lib/Net/Ping/t/200_ping_tcp.t
 ____________________________________________________________________________
-[ 12810] By: jhi                                   on 2001/11/02  14:15:34
-        Log: Subject: [PATCH] Re: Extra MakeMaker noise in lib/ExtUtils/Embed.t @12791
-             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
-             Date: Thu, 1 Nov 2001 22:35:50 +0100
-             Message-ID: <20011101223550.A10849@rafael>
+[ 18037] By: hv                                    on 2002/10/20  13:57:06
+        Log: Subject: [PATCH] t/op/pack.t: Tru64 5.1A gcc 3.2.1 no inf
+             From: Jarkko Hietaniemi <jhi@iki.fi>
+             Date: Mon, 14 Oct 2002 14:49:54 +0300
+             Message-ID: <20021014114954.GB80937@lyta.hut.fi>
      Branch: perl
-          ! lib/ExtUtils/Embed.t
+          ! t/op/pack.t
 ____________________________________________________________________________
-[ 12809] By: jhi                                   on 2001/11/02  14:10:05
-        Log: Subject: [REPATCH] Re: [PATCH File::Find] use warnings::register
-             From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
-             Date: 2 Nov 2001 14:48:51 -0000
-             Message-Id: <slrn9u5cj6.liq.rgarciasuarez@rafael.kazibao.net> 
+[ 18036] By: hv                                    on 2002/10/20  13:43:56
+        Log: Subject: Re: [perl #17892] Perl's mkdir() doesn't remove trailing slashes
+             From: Slaven Rezic <slaven.rezic@berlin.de>
+             Date: 14 Oct 2002 09:37:18 +0200
+             Message-ID: <8765w5wjwx.fsf@vran.herceg.de>
      Branch: perl
-          ! lib/File/Find.pm
+          ! pp_sys.c t/op/mkdir.t
 ____________________________________________________________________________
-[ 12808] By: jhi                                   on 2001/11/02  05:40:21
-        Log: Add documentation.
+[ 18035] By: hv                                    on 2002/10/20  13:39:09
+        Log: Subject: Re: [perl #17951] Strange UTF error
+             From: Jarkko Hietaniemi <jhi@iki.fi>
+             Date: Wed, 16 Oct 2002 18:50:51 +0300
+             Message-ID: <20021016155051.GB268437@lyta.hut.fi>
      Branch: perl
-          ! embed.pl pod/perlapi.pod utf8.c
+          ! lib/utf8_heavy.pl t/run/fresh_perl.t
 ____________________________________________________________________________
-[ 12807] By: jhi                                   on 2001/11/02  05:18:45
-        Log: Unicode: add ToFold mapping.  Not used yet; but basically
-             a more useful mapping for caseless aka case-ignoring than
-             doing either lc($a) eq lc($b) or uc($a) eq uc($b); the full
-             algorithm for creating the foldings uses equivalence classes,
-             see http://www.unicode.org/unicode/reports/tr21/
-             Hopefully this feature will be used in //i.
-             (The folding tables were introduced by #12689.)
+[ 18034] By: hv                                    on 2002/10/20  13:23:16
+        Log: Update to Time::HiRes v1.38
      Branch: perl
-          ! embed.h embed.pl embedvar.h intrpvar.h perl.c perlapi.h sv.c
-          ! utf8.c
+          + ext/Time/HiRes/typemap
+          ! MANIFEST ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
+          ! ext/Time/HiRes/HiRes.t ext/Time/HiRes/HiRes.xs
+          ! ext/Time/HiRes/Makefile.PL
 ____________________________________________________________________________
-[ 12806] By: jhi                                   on 2001/11/02  05:04:05
-        Log: Subject: [PATCH] AutoSplit.t clean-up for VMS
-             From: "Craig A. Berry" <craigberry@mac.com>
-             Date: Fri, 02 Nov 2001 00:03:52 -0600
-             Message-Id: <5.1.0.14.2.20011101235844.02cd4e50@exchi01>
+[ 18033] By: hv                                    on 2002/10/20  13:12:25
+        Log: Upgrade to Test.pm v1.23
      Branch: perl
-          ! lib/AutoSplit.t
+          ! lib/Test.pm
 ____________________________________________________________________________
-[ 12805] By: jhi                                   on 2001/11/02  04:17:04
-        Log: Subject: Trivial doc patch
-             From: andreas.koenig@anima.de (Andreas J. Koenig)
-             Date: 02 Nov 2001 06:11:35 +0100
-             Message-ID: <m37kt94v08.fsf@anima.de>
+[ 18030] By: merijn                                on 2002/10/19  14:10:21
+        Log: Happy chainsaw stories; The removal of the 5005 threads
+             Still imcomplete. Configure will follow
      Branch: perl
-          ! pod/perlport.pod
+          ! MANIFEST NetWare/Makefile NetWare/config.wc
+          ! NetWare/config_H.wc NetWare/nw5thread.c NetWare/nw5thread.h
+          ! Porting/Glossary Porting/config.sh Porting/config_H
+          ! config_h.SH cop.h cv.h deb.c dosish.h dump.c embed.fnc embed.h
+          ! embed.pl embedvar.h epoc/config.sh ext/B/B.xs ext/B/B/C.pm
+          ! ext/B/ramblings/runtime.porting ext/B/t/lint.t
+          ! ext/DynaLoader/dl_aix.xs ext/Thread/README.threads
+          ! ext/Thread/Thread.xs ext/Thread/thr5005.t gv.c hints/darwin.sh
+          ! installperl intrpvar.h makedef.pl mg.c miniperlmain.c
+          ! myconfig.SH op.c os2/os2.c os2/os2ish.h pad.c perl.c perl.h
+          ! perlvars.h pod/perltoc.pod pp.c pp.h pp_ctl.c pp_hot.c
+          ! pp_sort.c proto.h scope.c sv.c sv.h thrdvar.h thread.h toke.c
+          ! uconfig.h uconfig.sh util.c vms/vms.c 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 win32/config_sh.PL
+          ! win32/makefile.mk win32/perllib.c win32/win32.c win32/win32.h
+          ! win32/win32sck.c win32/win32thread.c win32/win32thread.h
+          ! wince/Makefile.ce wince/config.ce wince/config_H.ce
+          ! wince/config_sh.PL wince/win32.h wince/win32thread.c
+          ! wince/win32thread.h wince/wincesck.c
 ____________________________________________________________________________
-[ 12804] By: jhi                                   on 2001/11/02  02:14:46
-        Log: Make encoding and charnames pragmas coexist.
+[ 18029] By: merijn                                on 2002/10/18  07:28:21
+        Log: minor tweaks in Porting/pumpkin.pod
+             Fri, 18 Oct 2002; Philip Newton <Philip.Newton@gmx.net>
      Branch: perl
-          ! lib/charnames.pm lib/encoding.pm lib/encoding.t
+          ! Porting/pumpkin.pod
 ____________________________________________________________________________
-[ 12803] By: jhi                                   on 2001/11/02  01:26:53
-        Log: The basic character classes seem to go untested with Unicode.
+[ 18028] By: rgs                                   on 2002/10/17  20:33:32
+        Log: Subject: [PATCH t/run/switches.t] Re: Smoke 18027 FAIL(F) MSWin32 5.0 Win2000Pro (MSWin32-x86)
+             From: Abe Timmerman <abe@ztreet.demon.nl>
+             Date: Thu, 17 Oct 2002 23:38:34 +0200
+             Message-Id: <200210172338.34728.abe@ztreet.demon.nl>
      Branch: perl
-          ! t/op/pat.t
+          ! t/run/switches.t
 ____________________________________________________________________________
-[ 12802] By: ams                                   on 2001/11/02  00:39:36
-        Log: Subject: [PATCH] the the double double word word fix fix
-             From: Richard Soderberg <rs@oregonnet.com>
-             Date: Thu, 1 Nov 2001 13:12:03 -0800
-             Message-Id: <200111012112.NAA23288@oregonnet.com>
-             
-             Subject: Re: [PATCH] the the double double word word fix fix
-             From: Mark-Jason Dominus <mjd@plover.com>
-             Date: Thu, 01 Nov 2001 16:43:40 -0500
-             Message-Id: <20011101214340.2044.qmail@plover.com>
-             
-             Subject: Re: [PATCH] the the double double word word fix fix
-             From: Mark-Jason Dominus <mjd@plover.com>
-             Date: Thu, 01 Nov 2001 16:51:39 -0500
-             Message-Id: <20011101215139.2196.qmail@plover.com>
+[ 18027] By: hv                                    on 2002/10/17  14:39:27
+        Log: Subject: Re: versions too accurate
+             From: John Peacock <jpeacock@rowman.com>
+             Date: Mon, 14 Oct 2002 22:36:48 -0400
+             Message-ID: <3DAB7F40.1050200@rowman.com>
      Branch: perl
-          ! pod/perldebtut.pod pod/perldiag.pod pod/perlfaq3.pod
-          ! pod/perlguts.pod pod/perlintro.pod pod/perliol.pod
-          ! pod/perlmodlib.PL pod/perlmodstyle.pod pod/perlpodspec.pod
-          ! pod/perlrequick.pod pod/perlretut.pod pod/perltoc.pod
-          ! pod/perltodo.pod pod/perlxstut.pod
+          ! lib/version.pm util.c
 ____________________________________________________________________________
-[ 12801] By: jhi                                   on 2001/11/01  14:27:51
-        Log: Comment tweaks.
+[ 18026] By: hv                                    on 2002/10/17  14:29:41
+        Log: Subject: Re: [PATCH] Version object combined patch
+             From: John Peacock <jpeacock@rowman.com>
+             Date: Thu, 10 Oct 2002 21:23:01 -0400
+             Message-ID: <3DA627F5.5050907@rowman.com>
      Branch: perl
-          ! toke.c
+          ! lib/version.pm lib/version.t pod/perldiag.pod util.c
 ____________________________________________________________________________
-[ 12800] By: jhi                                   on 2001/11/01  14:06:04
-        Log: FAQ sync.
+[ 18025] By: hv                                    on 2002/10/17  13:37:04
+        Log: definition of MAXPATHLEN
+             Subject: [PATCH] standard lawyerism
+             From: Jarkko Hietaniemi <jhi@iki.fi>
+             Date: Fri, 11 Oct 2002 02:48:26 +0300
+             Message-ID: <20021010234825.GM292305@lyta.hut.fi>
      Branch: perl
-          ! pod/perlfaq9.pod
+          ! perl.h
 ____________________________________________________________________________
-[ 12799] By: jhi                                   on 2001/11/01  13:59:42
-        Log: If an encoding is set by -M/-m, it must be in
-             effect only for the actual script, not any other
-             required/-M/-m'ed module, otherwise we enter a nasty
-             recursion in regexec.c while trying to init the simple
-             UTF-8 charclasses like PL_utf8_alnum.
+[ 18024] By: hv                                    on 2002/10/17  13:34:01
+        Log: Subject: Re: [perl #17061] no strict 'garbage'
+             From: Slaven Rezic <slaven.rezic@berlin.de>
+             Date: 10 Oct 2002 16:23:22 +0200
+             Message-ID: <87ptui5q5h.fsf@vran.herceg.de>
      Branch: perl
-          ! lib/encoding.pm pod/perlunicode.pod pp_ctl.c
+          ! ext/Storable/Storable.pm
 ____________________________________________________________________________
-[ 12798] By: jhi                                   on 2001/10/31  21:10:09
-        Log: A bit more descriptive name.
+[ 18023] By: hv                                    on 2002/10/17  12:56:28
+        Log: Subject: Re: [perl #17830] open FH, "<&", $fd
+             From: Steve Grazzini <grazz@nyc.rr.com>
+             Date: 11 Oct 2002 22:28:58 -0000
+             Message-ID: <20021011222858.452.qmail@onion.perl.org>
      Branch: perl
-          ! mg.c
+          ! doio.c t/io/open.t
 ____________________________________________________________________________
-[ 12797] By: jhi                                   on 2001/10/31  20:32:29
-        Log: Subject: [PATCH Perl@12768] Time::Hires test fix
-             From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
-             Date: Wed, 31 Oct 2001 13:47:04 EST
-             Message-Id: <011031134626.1227@DUPHY4.Physics.Drexel.Edu>
+[ 18022] By: hv                                    on 2002/10/17  12:24:42
+        Log: Subject: Re: [perl #17809] Different warning behaviour between normal and tied hashes
+             From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
+             Date: Tue, 15 Oct 2002 17:01:43 -0700
+             Message-ID: <nxKr9gzkgmBO092yn@efn.org>
      Branch: perl
-          ! ext/Time/HiRes/HiRes.t
+          ! t/op/assignwarn.t
 ____________________________________________________________________________
-[ 12796] By: jhi                                   on 2001/10/31  20:31:20
-        Log: Subject: [PATCH Perl@12768] make setting signal() persistent
-             From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
-             Date: Wed, 31 Oct 2001 13:43:29 EST
-             Message-Id: <011031134318.231c@DUPHY4.Physics.Drexel.Edu>
+[ 18021] By: hv                                    on 2002/10/17  11:28:38
+        Log: Subject: [PATCH] minor tweaks in Porting/pumpkin.pod
+             From: Slaven Rezic <slaven.rezic@berlin.de>
+             Date: Thu, 3 Oct 2002 21:54:22 +0200 (CEST)
+             Message-Id: <200210031954.g93JsMiZ034457@vran.herceg.de>
      Branch: perl
-          ! mg.c
+          ! Porting/pumpkin.pod
 ____________________________________________________________________________
-[ 12795] By: jhi                                   on 2001/10/31  20:29:37
-        Log: Subject: [PATCH] Various test cleanups
-             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
-             Date: Tue, 30 Oct 2001 21:56:26 +0100
-             Message-ID: <20011030215626.A28503@rafael>
+[ 18020] By: rgs                                   on 2002/10/16  18:43:21
+        Log: prototype() didn't warn when used in void context.
      Branch: perl
-          ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
-          ! ext/DB_File/t/db-recno.t ext/Encode.t
+          ! op.c t/lib/warnings/op
 ____________________________________________________________________________
-[ 12794] By: jhi                                   on 2001/10/31  15:26:59
-        Log: Update Changes.
+[ 18019] By: ams                                   on 2002/10/15  20:54:53
+        Log: Subject: Japanese translation of Storable
+             From: "KAWAI,Takanori" <GCD00051@nifty.ne.jp>
+             Date: Tue, 15 Oct 2002 06:31:01 +0900
+             Message-Id: <003801c273c9$05888910$1401a8c0@hipposam>
      Branch: perl
-          ! Changes patchlevel.h
+          ! ext/Storable/README
 ____________________________________________________________________________
-[ 12793] By: jhi                                   on 2001/10/31  15:23:12
-        Log: Subject: [PATCH] Data::Dumper opt. use B::Deparse for coderefs
-             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>               
-             Date: Wed, 31 Oct 2001 17:16:39 +0100
-             Message-ID: <20011031171639.A32511@rafael>
+[ 18018] By: rgs                                   on 2002/10/15  19:08:20
+        Log: Subject: Re: [PATCH] cv.h: Comment update
+             From: Paul Johnson <paul@pjcj.net>
+             Date: Mon, 14 Oct 2002 20:00:50 +0200
+             Message-ID: <20021014180050.GC7333@pjcj.net>
      Branch: perl
-          ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/t/dumper.t
+          ! cv.h
 ____________________________________________________________________________
-[ 12792] By: jhi                                   on 2001/10/31  15:20:01
-        Log: Skip message nit.
+[ 18017] By: rgs                                   on 2002/10/14  20:37:06
+        Log: Subject: [PATCH] perlipc.pod
+             From: Slaven Rezic <slaven.rezic@berlin.de>
+             Date: Sun, 13 Oct 2002 14:26:26 +0200 (CEST)
+             Message-Id: <200210131226.g9DCQQLN014591@vran.herceg.de>
      Branch: perl
-          ! t/io/fs.t
+          ! pod/perlipc.pod
 ____________________________________________________________________________
-[ 12791] By: jhi                                   on 2001/10/31  14:54:19
-        Log: Subject: Re: [REPATCH] Re: [PATCH] Re: [ID 20011030.064] File::Temp tempdir(CLEANUP => 1) and -T on OpenBSD 2.9
-             From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
-             Date: 31 Oct 2001 14:49:37 -0000
-             Message-Id: <slrn9u03sk.hco.rgarciasuarez@rafael.kazibao.net> 
+[ 18016] By: rgs                                   on 2002/10/14  20:30:03
+        Log: Subject: [PATCH] minor typos in perlhist.pod and perlunicode.pod
+             From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
+             Date: Sun, 13 Oct 2002 09:02:36 +0900
+             Message-Id: <20021013090227.FFCD.BQW10602@nifty.com>
      Branch: perl
-          ! lib/File/Path.pm lib/File/Path.t lib/File/Temp/t/mktemp.t
+          ! pod/perlunicode.pod
 ____________________________________________________________________________
-[ 12790] By: jhi                                   on 2001/10/31  14:44:33
-        Log: Extend the effect of the encoding pragma to chr() and ord().
-             
-             TODO: regex literals, reentrancy problems with the utf8
-             and charnames pragmas.
+[ 18015] By: rgs                                   on 2002/10/12  20:22:37
+        Log: The -0 command-line switch wasn't setting $/ at compile-time.
+             Move the initialization of $/ just after switch parsing
+             (it was done after yyparse().)
      Branch: perl
-          ! lib/encoding.pm lib/encoding.t pod/perlfunc.pod pp.c sv.c
+          ! perl.c t/run/switches.t
 ____________________________________________________________________________
-[ 12789] By: jhi                                   on 2001/10/31  13:25:02
-        Log: Doc tweaks.
+[ 18014] By: rgs                                   on 2002/10/12  20:18:55
+        Log: Subject: Re: [PATCH] perl573delta delinting
+             From: Philip Newton <Philip.Newton@gmx.net>
+             Date: Sat, 12 Oct 2002 21:25:49 +0200
+             Message-ID: <iotgqucnbttvvc43o0j7kv55p5dstui4oc@4ax.com>
      Branch: perl
-          ! lib/encoding.pm
+          ! pod/perl573delta.pod
 ____________________________________________________________________________
-[ 12788] By: nick                                  on 2001/10/31  08:59:56
-        Log: Integrate mainline
-     Branch: perlio
-         +> lib/encoding.pm lib/encoding.t t/op/system.t t/op/system_tests
-         !> (integrate 49 files)
-____________________________________________________________________________
-[ 12787] By: jhi                                   on 2001/10/31  03:22:34
-        Log: Forgot new proto.
+[ 18013] By: hv                                    on 2002/10/12  15:41:50
+        Log: Subject: [PATCH] for -Dm
+             From: Slaven Rezic <slaven.rezic@berlin.de>
+             Date: Wed, 9 Oct 2002 00:49:33 +0200 (CEST)
+             Message-Id: <200210082249.g98MnXqM076566@vran.herceg.de>
      Branch: perl
-          ! proto.h
+          ! malloc.c
 ____________________________________________________________________________
-[ 12786] By: jhi                                   on 2001/10/31  02:32:35
-        Log: Clarification: use encoding cannot be used to
-             change the default encoding of "your whole script";
-             only the default encoding of the *data*.  Also, it
-             seems that "use encoding" does not mix with "use utf8"
-             (a coredumping recursion ensues).  Should not be a huge
-             problem since "use utf8" is pretty marginal nowadays.
+[ 18012] By: hv                                    on 2002/10/12  15:39:49
+        Log: #18005 was not enough
+             Subject: [PATCH win32/makefile.mk] (Was Re: Building bleadperl (minperl) fails completely under VC7)
+             From: Abe Timmerman <abeltje@cpan.org>
+             Date: Sat, 12 Oct 2002 17:56:39 +0200
+             Message-Id: <200210121756.39803.abeltje@cpan.org>
      Branch: perl
-          ! ext/Encode/Encode.pm lib/encoding.pm pod/perlunicode.pod
+          ! win32/makefile.mk
 ____________________________________________________________________________
-[ 12785] By: jhi                                   on 2001/10/31  02:19:49
-        Log: More documentation for the encode pragma.
+[ 18011] By: hv                                    on 2002/10/12  15:36:43
+        Log: Subject: [perl #17805] BUG: Grammar bug during Configure
+             From: Richard Hitt (via RT) <perlbug@perl.org>
+             Date: 8 Oct 2002 21:04:30 -0000
+             Message-Id: <rt-17805-39395.9.0319493317925@bugs6.perl.org>
      Branch: perl
-          ! ext/Encode/Encode.pm lib/encoding.pm lib/open.pm
-          ! pod/perlapi.pod pod/perlunicode.pod sv.c
+          ! Configure
 ____________________________________________________________________________
-[ 12784] By: jhi                                   on 2001/10/31  02:08:27
-        Log: Thinko in #12783.
-     Branch: perl
-          ! sv.c
-____________________________________________________________________________
-[ 12783] By: jhi                                   on 2001/10/31  02:04:22
-        Log: Make sv_recode_to_utf8() a real API: the encoding
-             is a parameter, instead of a global.  Document the
-             PERL_ENCODING.
-     Branch: perl
-          ! embed.h embed.pl pod/perlapi.pod pod/perlrun.pod proto.h sv.c
-          ! toke.c
-____________________________________________________________________________
-[ 12782] By: jhi                                   on 2001/10/31  00:57:42
-        Log: Enable -Mencoding=foobar also for string literals.
-     Branch: perl
-          ! embed.h embed.pl global.sym lib/encoding.pm lib/encoding.t
-          ! pod/perlapi.pod proto.h sv.c toke.c
-____________________________________________________________________________
-[ 12781] By: jhi                                   on 2001/10/30  17:06:39
-        Log: Subject: Re: [PATCH] Re: DynaLoader problem on NCR SVR4 box
-             From: Andy Dougherty <doughera@lafayette.edu>
-             Date: Tue, 30 Oct 2001 12:44:27 -0500 (EST)
-             Message-ID: <Pine.SOL.4.10.10110301241210.25351-100000@maxwell.phys.lafayette.edu>
-     Branch: perl
-          ! ext/POSIX/hints/svr4.pl
-____________________________________________________________________________
-[ 12780] By: jhi                                   on 2001/10/30  14:54:12
-        Log: Subject: RE: [PATCH h2xs] Use of static data in XS modules
-             From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
-             Date: Mon, 29 Oct 2001 23:11:58 -0000
-             Message-ID: <AIEAJICLCBDNAAOLLOKLMEJGDDAA.Paul_Marquess@Yahoo.co.uk>
-             
-             Add compat.h.
-     Branch: perl
-          ! lib/h2xs.t utils/h2xs.PL
-____________________________________________________________________________
-[ 12779] By: jhi                                   on 2001/10/30  13:51:43
-        Log: Subject: PerlIOBuf_dup
-             From: Nicholas Clark <nick@ccl4.org>              
-             Date: Mon, 29 Oct 2001 21:52:35 +0000             
-             Message-ID: <20011029215235.K41204@plum.flirble.org>
-             
-             Add prototype.
-     Branch: perl
-          ! perliol.h
-____________________________________________________________________________
-[ 12778] By: jhi                                   on 2001/10/30  13:49:51
-        Log: Subject: [PATCH] Make malloc.c errors more useful
-             From: Richard Soderberg <rs@oregonnet.com>
-             Date: Mon, 29 Oct 2001 22:28:02 -0800
-             Message-Id: <200110300628.WAA11025@oregonnet.com>
-     Branch: perl
-          ! malloc.c
-____________________________________________________________________________
-[ 12777] By: jhi                                   on 2001/10/30  04:02:10
-        Log: Retract #12776 - the bug 19990906.001 is still valid.
+[ 18010] By: hv                                    on 2002/10/12  15:31:06
+        Log: Subject: [PATCH] Re: [perl #17772] pack "w" /* this cannot happen ;-) */ is fallacious
+             From: Nicholas Clark <nick@unfortu.net>
+             Date: Tue, 8 Oct 2002 21:52:53 +0100
+             Message-ID: <20021008205253.GA283@Bagpuss.unfortu.net>
      Branch: perl
-          ! t/run/kill_perl.t
+          ! pod/perldiag.pod pp_pack.c t/op/pack.t
 ____________________________________________________________________________
-[ 12776] By: jhi                                   on 2001/10/30  03:03:49
-        Log: (Retracted by #12777)
-             Subject: Perlbug 19990906.001 - segfault on long escaped quote regex
-             From: Michael G Schwern <schwern@pobox.com> 
-             Date: Mon, 29 Oct 2001 23:01:08 -0500
-             Message-ID: <20011029230108.G18053@blackrider>
+[ 18009] By: hv                                    on 2002/10/12  15:12:18
+        Log: Subject: [PATCH perldoc] For screaming hell's sake
+             From: Simon Cozens <simon@netthink.co.uk>
+             Date: Tue, 8 Oct 2002 11:13:07 +0100
+             Message-ID: <20021008101307.GA8175@netthink.co.uk>
      Branch: perl
-          ! t/run/kill_perl.t
+          ! utils/perldoc.PL
 ____________________________________________________________________________
-[ 12775] By: jhi                                   on 2001/10/30  02:56:41
-        Log: Comment nits.
+[ 18008] By: hv                                    on 2002/10/12  14:38:19
+        Log: Subject: [PATCH] Storable 2.06 (was Re: Bug in ext/Storable/t/integer.t)
+             From: Nicholas Clark <nick@unfortu.net>
+             Date: Mon, 7 Oct 2002 23:35:34 +0100
+             Message-ID: <20021007223534.GD286@Bagpuss.unfortu.net>
      Branch: perl
-          ! lib/encoding.t
-____________________________________________________________________________
-[ 12774] By: gsar                                  on 2001/10/30  01:32:57
-        Log: integrate change#12772 from mainline
-             
-             Subject: [PATCH] Mommy, what's a pointer cast?
-     Branch: maint-5.6/perl
-          ! perl.h
+          ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
+          ! ext/Storable/README ext/Storable/Storable.pm
+          ! ext/Storable/Storable.xs ext/Storable/t/downgrade.t
+          ! ext/Storable/t/forgive.t ext/Storable/t/integer.t
+          ! ext/Storable/t/malice.t ext/Storable/t/restrict.t
 ____________________________________________________________________________
-[ 12773] By: jhi                                   on 2001/10/30  01:19:32
-        Log: Subject: [PATCH] Mommy, what's a pointer cast?
-             From: Richard Soderberg <rs@oregonnet.com>
-             Date: Mon, 29 Oct 2001 17:01:10 -0800
-             Message-Id: <200110300101.RAA31561@oregonnet.com>
-             
-             (threads* parts)
+[ 18007] By: hv                                    on 2002/10/12  14:22:36
+        Log: Subject: [perl #17773] errors in c2ph(1) man page
+             From: Eric Melville (via RT) <perlbug@perl.org>
+             Date: 7 Oct 2002 02:58:34 -0000
+             Message-Id: <rt-17773-39313.12.4820309875481@bugs6.perl.org>
      Branch: perl
-          ! ext/threads/shared/shared.xs ext/threads/threads.xs
+          ! utils/c2ph.PL
 ____________________________________________________________________________
-[ 12772] By: jhi                                   on 2001/10/30  01:19:13
-        Log: Subject: [PATCH] Mommy, what's a pointer cast?
-             From: Richard Soderberg <rs@oregonnet.com>
-             Date: Mon, 29 Oct 2001 17:01:10 -0800
-             Message-Id: <200110300101.RAA31561@oregonnet.com>
-             
-             (the perl.h part)
+[ 18006] By: hv                                    on 2002/10/12  14:19:55
+        Log: Subject: [PATCH pad.c] Re: closure failures
+             From: Dave Mitchell <davem@fdgroup.com>
+             Date: Mon, 7 Oct 2002 02:42:13 +0100
+             Message-ID: <20021007024213.B29760@fdgroup.com>
      Branch: perl
-          ! perl.h
+          ! pad.c
 ____________________________________________________________________________
-[ 12771] By: jhi                                   on 2001/10/30  01:17:21
-        Log: Subject: [PATCH] OpenBSD likes signal.h 
-             From: Richard Soderberg <rs@oregonnet.com>
-             Date: Mon, 29 Oct 2001 17:00:31 -0800
-             Message-Id: <200110300100.RAA31533@oregonnet.com>
+[ 18005] By: hv                                    on 2002/10/12  14:17:07
+        Log: Subject: Re: Building bleadperl (minperl) fails completely under VC7
+             From: Abe Timmerman <abeltje@cpan.org>
+             Date: Tue, 8 Oct 2002 14:16:56 +0200
+             Message-Id: <200210081416.56942.abeltje@cpan.org>
      Branch: perl
-          ! unixish.h
+          ! win32/Makefile
 ____________________________________________________________________________
-[ 12770] By: jhi                                   on 2001/10/30  01:10:24
-        Log: Subject: [PATCH] RE: DB_File-1.79 on Cygwin 1.3.3
-             From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
-             Date: Mon, 29 Oct 2001 23:04:23 -0000
-             Message-ID: <AIEAJICLCBDNAAOLLOKLGEJGDDAA.Paul_Marquess@Yahoo.co.uk>
+[ 18004] By: hv                                    on 2002/10/12  14:06:59
+        Log: updated hints for Darwin from Wilfredo Sanchez <wsanchez@mit.edu>
      Branch: perl
-          ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
-          ! ext/DB_File/t/db-recno.t
+          ! hints/darwin.sh
 ____________________________________________________________________________
-[ 12769] By: jhi                                   on 2001/10/30  01:08:01
-        Log: Subject: [PATCH perl@12718] HiRes.t tweaks
-             From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
-             Date: Mon, 29 Oct 2001 12:34:07 -0600
-             Message-Id: <5.1.0.14.2.20011029121906.035d7e00@exchi01>
+[ 18003] By: hv                                    on 2002/10/12  13:48:34
+        Log: Second attempt to fix Devel::Peek test of $ENV{PATH}, after #17956
+             and #18001.
      Branch: perl
-          ! ext/Time/HiRes/HiRes.t
+          ! ext/Devel/Peek/Peek.t
 ____________________________________________________________________________
-[ 12768] By: jhi                                   on 2001/10/29  15:10:04
-        Log: Update Changes.
+[ 18002] By: hv                                    on 2002/10/11  23:22:56
+        Log: Subject: [Encode] 1.77 Released
+             From: Dan Kogai <dankogai@dan.co.jp>
+             Date: Sun, 6 Oct 2002 12:52:52 +0900
+             Message-Id: <16D4C6C9-D8DF-11D6-A5EA-0003939A104C@dan.co.jp>
      Branch: perl
-          ! Changes patchlevel.h
+          ! ext/Encode/Changes ext/Encode/Encode.pm
+          ! ext/Encode/Unicode/Unicode.pm ext/Encode/encoding.pm
+          ! ext/Encode/lib/Encode/Alias.pm
+          ! ext/Encode/lib/Encode/Encoding.pm ext/Encode/t/jperl.t
+          ! ext/Encode/ucm/big5-eten.ucm
 ____________________________________________________________________________
-[ 12767] By: jhi                                   on 2001/10/29  14:49:28
-        Log: AIX needs an explicit symbol export list.
+[ 18001] By: hv                                    on 2002/10/11  22:52:43
+        Log: Subject: Re: Smoke 17977 FAIL(F) MSWin32 5.0 W2000Pro (MSWin32-x86)
+             From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
+             Date: Thu, 10 Oct 2002 14:28:55 -0700
+             Message-ID: <XEfp9gzkgquV092yn@efn.org>
      Branch: perl
-          ! lib/ExtUtils/Embed.t
+          ! ext/Devel/Peek/Peek.t
 ____________________________________________________________________________
-[ 12766] By: jhi                                   on 2001/10/29  14:08:21
-        Log: The test (and the module) would require some
-             quality hacking time to work on EBCDIC.  Based on
-             the test results nothing seems to be majorly broken,
-             the module just seems to have strange assumptions:
-             got: ''\226\225\205'
-             expected: ''one'
-             The \226\225\205 being, of course, 'one', in EBCDIC.
+[ 18000] By: hv                                    on 2002/10/11  22:30:36
+        Log: Subject: [PATCH] perl573delta delinting
+             From: Jarkko Hietaniemi <jhi@iki.fi>
+             Date: Fri, 4 Oct 2002 16:19:31 +0300
+             Message-ID: <20021004131931.GE278184@lyta.hut.fi>
      Branch: perl
-          ! lib/Dumpvalue.t
+          ! pod/perl573delta.pod
 ____________________________________________________________________________
-[ 12765] By: jhi                                   on 2001/10/29  13:58:48
-        Log: Mark the test known to be failing in EBCDIC.
+[ 17999] By: hv                                    on 2002/10/11  22:28:36
+        Log: Subject: [PATCH] No warn, just ERANGE (Was: Re: [PATCH] reentrant buffers)
+             From: Jarkko Hietaniemi <jhi@iki.fi>
+             Date: Fri, 4 Oct 2002 16:11:57 +0300
+             Message-ID: <20021004131157.GD278184@lyta.hut.fi>
      Branch: perl
-          ! t/op/tr.t
+          ! pod/perldiag.pod reentr.c reentr.pl
 ____________________________________________________________________________
-[ 12764] By: jhi                                   on 2001/10/29  13:51:51
-        Log: None of the libnet modules are going to work in
-             EBCDIC without the Convert::EBCDIC.
+[ 17998] By: rgs                                   on 2002/10/11  19:53:05
+        Log: Fix bug #17771 : segfault with the 'for' statement modifier
+             used inside a map or a grep.
      Branch: perl
-          ! t/lib/1_compile.t
+          ! pp_ctl.c t/op/grep.t
 ____________________________________________________________________________
-[ 12763] By: jhi                                   on 2001/10/29  13:45:39
-        Log: Neither is 0xff illegal UTF-EBCDIC since it's the last C1.
+[ 17997] By: hv                                    on 2002/10/11  12:10:39
+        Log: Subject: [perl #17751] File::Spec::Win32::canonpath patch try#3
+             From: Information Service <info@lingo.kiev.ua>
+             Date: Wed, 09 Oct 2002 07:17:00 +0400
+             Message-ID: <3DA39FAC.85471200@lingo.kiev.ua>
      Branch: perl
-          ! t/op/pack.t
+          ! lib/File/Spec/Win32.pm lib/File/Spec/t/Spec.t
 ____________________________________________________________________________
-[ 12762] By: jhi                                   on 2001/10/29  13:40:17
-        Log: UTF-EBCDIC ain't UTF-8.
+[ 17996] By: hv                                    on 2002/10/11  11:55:53
+        Log: Subject: [PROPOSED PATCH lib/AutoLoader.t lib/AutoLoader.pm] Test and Improve unimport()
+             From: chromatic <chromatic@wgz.org>
+             Date: Thu, 03 Oct 2002 22:56:54 -0700
+             Message-ID: <20021004060120.33329.qmail@onion.perl.org>
      Branch: perl
-          ! t/op/pack.t
+          ! lib/AutoLoader.pm lib/AutoLoader.t
 ____________________________________________________________________________
-[ 12761] By: jhi                                   on 2001/10/29  13:35:35
-        Log: In EBCDIC cannot test compile Net::Cmd without Convert::EBCDIC.
+[ 17995] By: ams                                   on 2002/10/11  05:24:20
+        Log: Subject: [perl #17819] Typo in perltooc?
+             From: Bob Wilkinson (via RT) <perlbug@perl.org>
+             Date: 9 Oct 2002 09:50:40 -0000
+             Message-Id: <rt-17819-39445.14.7484532089852@bugs6.perl.org>
+
+             Subject: [perl #17821] Typo in perltooc
+             From: Bob Wilkinson (via RT) <perlbug@perl.org>
+             Date: 9 Oct 2002 10:12:51 -0000
+             Message-Id: <rt-17821-39458.9.41452851965508@bugs6.perl.org>
      Branch: perl
-          ! t/lib/1_compile.t
+          ! pod/perltooc.pod
 ____________________________________________________________________________
-[ 12760] By: jhi                                   on 2001/10/29  13:32:20
-        Log: Let's not assume ASCII.
+[ 17994] By: rgs                                   on 2002/10/10  20:19:27
+        Log: Fix bug #17776 : memory corruption in qr/##/x
      Branch: perl
-          ! t/op/lc.t
+          ! sv.c t/op/pat.t
 ____________________________________________________________________________
-[ 12759] By: jhi                                   on 2001/10/29  13:24:54
-        Log: Call the new perlio symbols differently.
+[ 17993] By: rgs                                   on 2002/10/10  19:52:00
+        Log: croak() is better written Perl_croak() in C code.
      Branch: perl
-          ! makedef.pl
+          ! util.c
 ____________________________________________________________________________
-[ 12758] By: jhi                                   on 2001/10/29  13:23:11
-        Log: Don't expect ASCII ordering.
+[ 17992] By: hv                                    on 2002/10/10  11:29:12
+        Log: Subject: Re: Hash::Util::lock_keys inhibits bless
+             From: andreas.koenig@anima.de (Andreas J. Koenig)
+             Date: Fri, 04 Oct 2002 06:38:57 +0200
+             Message-ID: <m3bs6astr2.fsf@k242.linux.bogus>
      Branch: perl
-          ! lib/ExtUtils/Manifest.t
+          ! lib/Hash/Util.pm
 ____________________________________________________________________________
-[ 12757] By: jhi                                   on 2001/10/29  13:13:09
-        Log: Forgot from #12756.
+[ 17991] By: hv                                    on 2002/10/10  11:20:41
+        Log: new files lib/version.pm and lib/version.t for change #17990.
      Branch: perl
-          ! perlio.h
+          + lib/version.pm lib/version.t
 ____________________________________________________________________________
-[ 12756] By: jhi                                   on 2001/10/29  13:12:41
-        Log: BeOS tweaks:
-             - fseeko and ftello can be found by Configure but
-             we do not seem to have prototypes for them so
-             let's make up some
-             - BeOS didn't use to have real sockets (sockets as
-             filedescriptors) but the BONE package is supposed
-             to fix this.  I do not know how to detect BONEness,
-             see hints/beos.sh for a spot that needs to fixed.
-             - BeOS has O_TEXT != O_BINARY but has no setmode()
+[ 17990] By: hv                                    on 2002/10/10  11:19:57
+        Log: Subject: [PATCH] Version object combined patch
+             From: John Peacock <jpeacock@rowman.com>
+             Date: Fri, 04 Oct 2002 23:15:10 -0400
+             Message-ID: <3D9E593E.1060605@rowman.com>
      Branch: perl
-          ! hints/beos.sh perlio.c
+          ! MANIFEST embed.fnc embed.h global.sym pod/perlapi.pod
+          ! pod/perlintern.pod proto.h t/comp/use.t universal.c util.c
 ____________________________________________________________________________
-[ 12755] By: sky                                   on 2001/10/29  12:56:12
-        Log: Ugly fix to not die when a thread creator is holding locks.
+[ 17989] By: hv                                    on 2002/10/10  10:48:42
+        Log: Subject: PATCH: lib/ExtUtils/typemap
+             From: Brian Ingerson <ingy@ttul.org>
+             Date: Sat, 28 Sep 2002 13:03:24 -0700
+             Message-ID: <20020928130324.A16900@ttul.org>
      Branch: perl
-          ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
-          ! ext/threads/threads.xs
+          ! lib/ExtUtils/typemap
 ____________________________________________________________________________
-[ 12754] By: jhi                                   on 2001/10/29  12:31:34
-        Log: Integrate change #12752 from maintperl;
-             
-             croak(Nullch) wasn't printing the contents of ERRSV if there was
-             no outer eval (bug in change#6125)
+[ 17988] By: hv                                    on 2002/10/10  10:45:19
+        Log: Subject: [PATCH] Make Exporter cope with changing EXPORT_OK (was Re: Recent changes to Exporter::Heavy break Math::Pari)
+             From: Nicholas Clark <nick@unfortu.net>
+             Date: Sat, 28 Sep 2002 18:52:00 +0100
+             Message-ID: <20020928175159.GC403@Bagpuss.unfortu.net>
      Branch: perl
-         !> util.c
+          ! lib/Exporter.t lib/Exporter/Heavy.pm
 ____________________________________________________________________________
-[ 12753] By: jhi                                   on 2001/10/29  12:28:41
-        Log: Subject: [PATCH h2xs] Use of static data in XS modules
-             From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
-             Date: Sun, 28 Oct 2001 21:19:07 -0000
-             Message-ID: <AIEAJICLCBDNAAOLLOKLIEHNDDAA.Paul_Marquess@Yahoo.co.uk>
-             
-             with nits from Sarathy.
+[ 17987] By: hv                                    on 2002/10/10  10:27:40
+        Log: Subject: Re: [perl #17075] sprintf: '%.[num](g|G)' documentation incorrect
+             From: "Allen Smith" <easmith@beatrice.rutgers.edu>
+             Date: Mon, 9 Sep 2002 17:36:55 -0400
+             Message-Id: <10209091736.ZM1631710@puck2.rutgers.edu>
      Branch: perl
-          ! utils/h2xs.PL
-____________________________________________________________________________
-[ 12752] By: gsar                                  on 2001/10/29  03:07:15
-        Log: croak(Nullch) wasn't printing the contents of ERRSV if there was
-             no outer eval (bug in change#6125)
-     Branch: maint-5.6/perl
-          ! util.c
+          ! pod/perlfunc.pod
 ____________________________________________________________________________
-[ 12751] By: jhi                                   on 2001/10/28  23:11:15
-        Log: More todo for the encoding pragma.
+[ 17986] By: hv                                    on 2002/10/10  09:51:24
+        Log: Remove use of caller() in strict.pm, and tighten Safe compartment
+             for Storable tests to match.
      Branch: perl
-          ! lib/encoding.pm
+          ! ext/Storable/t/code.t lib/strict.pm lib/strict.t
 ____________________________________________________________________________
-[ 12750] By: jhi                                   on 2001/10/28  22:55:24
-        Log: Add the encoding pragma to control the "upgrade"
-             from the native eight bit data to Unicode.
-             
-             TODO: \x.. and \0... literals.  \N{}.  chr()? ord()?
+[ 17985] By: hv                                    on 2002/10/10  09:27:00
+        Log: Subject: Re: README.cygwin draft update
+             From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
+             Date: Mon, 07 Oct 2002 17:15:09 -0700
+             Message-ID: <NOio9gzkg6oR092yn@efn.org>
      Branch: perl
-          + lib/encoding.pm lib/encoding.t
-          ! MANIFEST embedvar.h gv.c intrpvar.h mg.c perlapi.h
-          ! pod/perlunicode.pod pod/perlvar.pod sv.c
+          ! README.cygwin pod/perl58delta.pod
 ____________________________________________________________________________
-[ 12749] By: sky                                   on 2001/10/28  21:02:33
-        Log: Update documentation.
+[ 17984] By: rgs                                   on 2002/10/09  19:17:08
+        Log: Fix bug #17823 : non-modifying tr/// stringifies references
      Branch: perl
-          ! ext/threads/shared/shared.pm
-____________________________________________________________________________
-[ 12748] By: jhi                                   on 2001/10/28  20:55:57
-        Log: Integrate change #12747 from maintperl;
-             
-             finishing touches to system() fixes on windows:
-             * detect cmd shell correctly even if it had full path in it
-             * more quoting needed for single-arg system if the argument
-             really had multiple quoted arguments within it
-             * be smarter about not calling the shell when the executable
-             has spaces, but otherwise does not need shell involvement
-             * add a testsuite (windows-specific currently)
-     Branch: perl
-         +> t/op/system.t t/op/system_tests
-          ! MANIFEST pod/perltodo.pod
-         !> win32/win32.c
+          ! doop.c t/op/tr.t
 ____________________________________________________________________________
-[ 12747] By: gsar                                  on 2001/10/28  18:33:23
-        Log: finishing touches to system() fixes on windows:
-             * detect cmd shell correctly even if it had full path in it
-             * more quoting needed for single-arg system if the argument
-             really had multiple quoted arguments within it
-             * be smarter about not calling the shell when the executable
-             has spaces, but otherwise does not need shell involvement
-             * add a testsuite (windows-specific currently)
-     Branch: maint-5.6/perl
-          + t/op/system.t t/op/system_tests
-          ! MANIFEST Todo-5.6 pod/perltodo.pod win32/win32.c
-____________________________________________________________________________
-[ 12746] By: jhi                                   on 2001/10/28  16:34:35
-        Log: Integrate perlio:
-             
-             [ 12745]
-             Mingw32 fixup for Embed.t
-             
-             [ 12744]
-             GCC vs MS 64-bit constant syntax
+[ 17983] By: merijn                                on 2002/10/09  12:22:26
+        Log: Tru64 and gcc and threads
+             Sat, 5 Oct 2002; Jarkko Hietaniemi <jhi@iki.fi>
      Branch: perl
-         !> ext/Time/HiRes/HiRes.xs lib/ExtUtils/Embed.t
-____________________________________________________________________________
-[ 12745] By: nick                                  on 2001/10/28  16:08:14
-        Log: Mingw32 fixup for Embed.t
-     Branch: perlio
-          ! lib/ExtUtils/Embed.t
-____________________________________________________________________________
-[ 12744] By: nick                                  on 2001/10/28  15:54:14
-        Log: GCC vs MS 64-bit constant syntax
-     Branch: perlio
-          ! ext/Time/HiRes/HiRes.xs
-____________________________________________________________________________
-[ 12743] By: nick                                  on 2001/10/28  15:42:55
-        Log: Integrate mainline
-     Branch: perlio
-         !> ext/threads/threads.pm lib/ExtUtils/Embed.t
+          ! thread.h
 ____________________________________________________________________________
-[ 12742] By: sky                                   on 2001/10/28  14:47:10
-        Log: Manpage updates.
+[ 17982] By: merijn                                on 2002/10/09  10:34:40
+        Log: Correct mailing list archive URL
+             Wed, 9 Oct 2002; Slaven Rezic <slaven.rezic@berlin.de>
      Branch: perl
-          ! ext/threads/threads.pm
+          ! Porting/pumpkin.pod
 ____________________________________________________________________________
-[ 12741] By: jhi                                   on 2001/10/28  14:39:55
-        Log: Newline confusion: t/TEST sees an extra newline and gets huffy.
+[ 17981] By: merijn                                on 2002/10/09  04:49:06
+        Log: Try #3 for Porting/pumpkin.pod APPLLIB_EXP quoting
+             Tue, 8 Oct 2002; Andy Dougherty <doughera@lafayette.edu>
      Branch: perl
-          ! lib/ExtUtils/Embed.t
-____________________________________________________________________________
-[ 12740] By: nick                                  on 2001/10/28  14:14:24
-        Log: Integrate mainline
-     Branch: perlio
-         !> lib/ExtUtils/Embed.t win32/win32.c
+          ! Porting/pumpkin.pod
 ____________________________________________________________________________
-[ 12739] By: jhi                                   on 2001/10/28  14:06:58
-        Log: Need to be ./executed.
+[ 17980] By: sky                                   on 2002/10/06  15:40:56
+        Log: Upgrade Safe.pm to 2.09 after CPAN backport.
+             Fix testcases to run properly outside perl core build enviroment.
      Branch: perl
-          ! lib/ExtUtils/Embed.t
+          ! ext/Opcode/Safe.pm ext/Safe/safe1.t ext/Safe/safe2.t
+          ! ext/Safe/safe3.t
 ____________________________________________________________________________
-[ 12738] By: jhi                                   on 2001/10/28  14:03:58
-        Log: Integrate perlio:
-             
-             [ 12737]
-             Tweak for build with Mingw32 - __attribute__((unused)) is not liked
-             by gcc -xc++.
-             
-             [ 12736]
-             Have :stdio layer update an honour the fd refcnt table.
-             Embed.t now passes with PERLIO=stdio as well (tested under ithreads)
+[ 17979] By: sky                                   on 2002/10/06  07:03:19
+        Log: Subject: [PATCH] fix typo in Tie::Array
+             From: "Jos I. Boumans" <kane@cpan.org>
+             Date: sat okt 5, 2002  20:39:17 Europe/Stockholm
+             Message-Id: <20021005183920.14746.qmail@onion.perl.org>
      Branch: perl
-         !> perlio.c win32/win32.h
-____________________________________________________________________________
-[ 12737] By: nick                                  on 2001/10/28  13:53:45
-        Log: Tweak for build with Mingw32 - __attribute__((unused)) is not liked
-             by gcc -xc++.
-     Branch: perlio
-          ! win32/win32.h
-____________________________________________________________________________
-[ 12736] By: nick                                  on 2001/10/28  13:50:50
-        Log: Have :stdio layer update an honour the fd refcnt table.
-             Embed.t now passes with PERLIO=stdio as well (tested under ithreads)
-     Branch: perlio
-          ! perlio.c
+          ! lib/Tie/Array.pm
 ____________________________________________________________________________
-[ 12735] By: jhi                                   on 2001/10/28  13:34:37
-        Log: Integrate changes #12724 and #12725 from maintperl;
-             multiarg system now works.
+[ 17978] By: sky                                   on 2002/10/05  04:44:10
+        Log: Upgrade to Attribute::Handlers 0.78
      Branch: perl
-         !> win32/win32.c
+          ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes
+          ! lib/Attribute/Handlers/README
 ____________________________________________________________________________
-[ 12734] By: jhi                                   on 2001/10/28  13:31:54
-        Log: Integrate perlio:
-             
-             [ 12733]
-             Use fd refcounts to solve the problem highlighted by new Embed.t, at
-             least for PERLIO=perlio unthreaded case
-             
-             [ 12732]
-             Typo in exe name
-             
-             [ 12730]
-             Fixup Embed.t for Win32/VC++
-             
-             [ 12729]
-             Adapt testcase from Doug Maceachern <dougm@covalent.net> for perlio_destruct
-             bug as lib/ExtUtils/Embed.t which tests that and some aspects of
-             ExtUtils::Embed.
-             
-             [ 12711]
-             Use ref count scheme rather than PerlLIO_dup() to do fp_dup().
-             Restores op/fork.t on Win32 (still segfault on exit of ok 2).
-             
-             [ 12557]
-             All tests pass (legitimately) on ithreads
-             
-             [ 12555]
-             Restore non-ithreads build. Interestingly binmode test passes
-             non-ithreads - so crlf layer is not damaged and ithreads fail
-             is a symptom ...
-             
-             [ 12552]
-             Win32 PerlIO_cleanup special cases should no longer be required.
-             
-             [ 12551]
-             Multiple win32io.o is fatal for GCC (and noise with VC++)
-             
-             [ 12547]
-             Convert rest of PerlIO's memory tables to per-interp and add clone functions
-             for them. Call explicit cleanup during destruct process.
-             - one binmode test is failing
-             - also ext/threads/t/basic.t fails under make test, and is noisy under
-             harness. (Threads results are intermingled and don't match order expected.)
-             
-             [ 12544]
-             PerlIO layer table as PL_perlio (per-interpreter)
-             
-             [ 12541]
-             Fix typos in new locking on MemShared
-             Make buffers in PerlIOBuf_* in per-thread heap (they are cloned after all...)
-             - seems to make segfaults more deterministic - suspect they are 
-             attempt to free() after Interp and Host have gone.
-             
-             [ 12540]
-             Remove the MemShared re-#define (again)
-             
-             [ 12539]
-             Use locks on MemShared
+[ 17977] By: rgs                                   on 2002/10/04  20:01:54
+        Log: Complement to change #17976 :
+             there was a similar bug on rdo().
+             Increment $Safe::VERSION.
      Branch: perl
-         +> lib/ExtUtils/Embed.t
-         !> MANIFEST perlio.c
-____________________________________________________________________________
-[ 12733] By: nick                                  on 2001/10/28  13:07:16
-        Log: Use fd refcounts to solve the problem highlighted by new Embed.t, at
-             least for PERLIO=perlio unthreaded case
-     Branch: perlio
-          ! perlio.c
-____________________________________________________________________________
-[ 12732] By: nick                                  on 2001/10/28  11:10:24
-        Log: Typo in exe name
-     Branch: perlio
-          ! lib/ExtUtils/Embed.t
-____________________________________________________________________________
-[ 12731] By: nick                                  on 2001/10/28  11:09:59
-        Log: Integrate Mainline
-     Branch: perlio
-         !> Changes configure.com ext/DB_File/DB_File.pm
-         !> ext/ODBM_File/ODBM_File.xs ext/Time/HiRes/HiRes.xs
-         !> ext/threads/shared/shared.xs lib/ExtUtils/xsubpp
-         !> lib/unicore/Is.pl lib/unicore/mktables makedef.pl op.h
-         !> patchlevel.h perlio.c pod/perlapi.pod pod/perlfaq4.pod
-         !> pod/perlhack.pod pod/perltoc.pod pod/perlunicode.pod sv.h
-         !> t/TEST t/op/regexp.t win32/buildext.pl
-____________________________________________________________________________
-[ 12730] By: nick                                  on 2001/10/28  11:05:35
-        Log: Fixup Embed.t for Win32/VC++
-     Branch: perlio
-          ! lib/ExtUtils/Embed.t
-____________________________________________________________________________
-[ 12729] By: nick                                  on 2001/10/28  09:36:20
-        Log: Adapt testcase from Doug Maceachern <dougm@covalent.net> for perlio_destruct
-             bug as lib/ExtUtils/Embed.t which tests that and some aspects of
-             ExtUtils::Embed.
-     Branch: perlio
-          + lib/ExtUtils/Embed.t
-          ! MANIFEST
+          ! ext/Opcode/Safe.pm ext/Safe/safe3.t
 ____________________________________________________________________________
-[ 12728] By: sky                                   on 2001/10/28  08:12:53
-        Log: Change #12726 changed require 5.002 to 5.0 somehow, I know I never changed that
-             line manually!
+[ 17976] By: rgs                                   on 2002/10/04  19:44:48
+        Log: Fix bug #17744, suggested by Andreas Jurenda,
+             tweaked by rgs (security hole in Safe).
      Branch: perl
-          ! lib/ExtUtils/xsubpp
+          + ext/Safe/safe3.t
+          ! MANIFEST ext/Opcode/Safe.pm
 ____________________________________________________________________________
-[ 12727] By: sky                                   on 2001/10/28  08:02:09
-        Log: And here we use the prototypes.
+[ 17975] By: merijn                                on 2002/10/04  13:30:17
+        Log: Non ANSI feature detection in enum
      Branch: perl
-          ! ext/threads/shared/shared.xs
+          ! pad.h
 ____________________________________________________________________________
-[ 12726] By: sky                                   on 2001/10/28  08:00:48
-        Log: Support [] style prototypes.
+[ 17974] By: rgs                                   on 2002/10/03  21:00:50
+        Log: Fix a precedence problem.
      Branch: perl
-          ! lib/ExtUtils/xsubpp
-____________________________________________________________________________
-[ 12725] By: gsar                                  on 2001/10/28  04:49:15
-        Log: yet another multi-arg system() fix on windows: batch files as the
-             first argument (i.e. directly executed by CreateProcess()) need
-             extra quoting to escape shell-shock
-     Branch: maint-5.6/perl
-          ! win32/win32.c
-____________________________________________________________________________
-[ 12724] By: gsar                                  on 2001/10/28  03:49:31
-        Log: another multi-arg system() fix on windows: passing empty arguments
-             now works
-     Branch: maint-5.6/perl
-          ! win32/win32.c
+          ! ext/Storable/t/integer.t
 ____________________________________________________________________________
-[ 12723] By: jhi                                   on 2001/10/28  03:32:32
-        Log: Explicitly expect only 4 or 8 bytes of PTRSIZE.
-             No final #else #error because we do not seem to
-             be using #error?
+[ 17973] By: rgs                                   on 2002/10/03  20:34:13
+        Log: Change the warning message "%s trapped by operation mask"
+             to include '' around the op name. Document it in perldiag.
      Branch: perl
-          ! op.h
+          ! ext/Opcode/Opcode.t ext/Opcode/Safe.pm ext/Safe/safe2.t op.c
+          ! pod/perldiag.pod
 ____________________________________________________________________________
-[ 12722] By: jhi                                   on 2001/10/28  02:41:04
-        Log: Subject: [PATCH Perl@12647] Time::HiRes ualarm for VMS without one
-             From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)        
-             Date: Sat, 27 Oct 2001 23:28:44 EST 
-             Message-Id: <011027232650.19ae30@DUPHY4.Physics.Drexel.Edu>
+[ 17972] By: rgs                                   on 2002/10/03  20:26:54
+        Log: Add a new warning, "Possible precedence problem on bitwise
+             %c operator", triggerred when a bitwise op has a numeric
+             comparison op as child.
      Branch: perl
-          ! ext/Time/HiRes/HiRes.xs
+          ! op.c pod/perldiag.pod t/lib/warnings/op
 ____________________________________________________________________________
-[ 12721] By: jhi                                   on 2001/10/28  01:53:34
-        Log: Regen perlapi, perltoc.
+[ 17971] By: ams                                   on 2002/10/03  11:03:41
+        Log: Subject: Re: Not OK 17969
+             From: Slaven Rezic <slaven.rezic@berlin.de>
+             Date: 03 Oct 2002 13:12:58 +0200
+             Message-Id: <87lm5fn5c5.fsf@vran.herceg.de>
      Branch: perl
-          ! pod/perlapi.pod pod/perltoc.pod
+          ! ext/Storable/Storable.pm ext/Storable/t/code.t
+          ! ext/Storable/t/downgrade.t ext/Storable/t/forgive.t
+          ! ext/Storable/t/malice.t
 ____________________________________________________________________________
-[ 12720] By: jhi                                   on 2001/10/28  01:30:04
-        Log: Subject: [PATCH] sv.h documentation
-             From: Tim Jenness <t.jenness@jach.hawaii.edu>              
-             Date: Sat, 27 Oct 2001 15:27:41 -1000 (HST) 
-             Message-ID: <Pine.LNX.4.33.0110271526270.24647-100000@lapaki>
+[ 17970] By: ams                                   on 2002/10/03  02:21:15
+        Log: Add a line about 2.05.
      Branch: perl
-          ! sv.h
+          ! ext/Storable/ChangeLog
 ____________________________________________________________________________
-[ 12719] By: gsar                                  on 2001/10/27  23:42:51
-        Log: "nmake clean" fails to clean ext/... because buildext.pl calls
-             system("nmake -nologo", "clean") and there is no executable
-             called "nmake -nologo"; this used to "work" pre-change#12559 due
-             to bugs in multiarg system() that have since been fixed
+[ 17969] By: ams                                   on 2002/10/03  02:12:27
+        Log: Subject: [PATCH] Storable and code serialization: documentation
+             From: Slaven Rezic <slaven.rezic@berlin.de>
+             Date: Wed, 2 Oct 2002 10:21:37 +0200 (CEST)
+             Message-Id: <200210020821.g928Lb2i003767@vran.herceg.de>
      Branch: perl
-          ! win32/buildext.pl
+          ! ext/Storable/MANIFEST ext/Storable/Storable.pm
+          ! ext/Storable/t/code.t
 ____________________________________________________________________________
-[ 12718] By: jhi                                   on 2001/10/27  21:58:35
-        Log: Update Changes.
+[ 17968] By: ams                                   on 2002/10/03  01:40:51
+        Log: Subject: [PATCH] Re: speed of my
+             From: Stephen McCamant <smcc@mit.edu>
+             Date: Wed, 2 Oct 2002 21:48:59 -0400
+             Message-Id: <15771.41483.524281.299958@syllepsis.MIT.EDU>
      Branch: perl
-          ! Changes patchlevel.h
+          ! pp.c
 ____________________________________________________________________________
-[ 12717] By: jhi                                   on 2001/10/27  21:54:11
-        Log: Subject: perlhack.pod addendum for consideration (perlbug mail interface)
-             From: Richard.Foley@t-online.de (Richard Foley)            
-             Date: Sun, 28 Oct 2001 00:48:32 +0200
-             Message-ID: <15xbQQ-1BoWxsC@fwd02.sul.t-online.com>
+[ 17967] By: hv                                    on 2002/10/02  15:04:57
+        Log: Subject: [PATCH] reentrant buffers
+             From: Jarkko Hietaniemi <jhi@iki.fi>
+             Date: Fri, 27 Sep 2002 01:08:56 +0300
+             Message-ID: <20020926220856.GA339120@lyta.hut.fi>
      Branch: perl
-          ! pod/perlhack.pod
+          ! INSTALL pod/perldiag.pod pod/perlthrtut.pod reentr.c reentr.pl
 ____________________________________________________________________________
-[ 12716] By: jhi                                   on 2001/10/27  21:41:02
-        Log: Must store pointers with the right width.
+[ 17966] By: hv                                    on 2002/10/02  14:46:52
+        Log: Subject: [PATCH] retropatch
+             From: Jarkko Hietaniemi <jhi@iki.fi>
+             Date: Fri, 27 Sep 2002 03:51:34 +0300
+             Message-ID: <20020927005134.GB339120@lyta.hut.fi>
      Branch: perl
-          ! op.h
+          + pod/perl573delta.pod
+          ! MANIFEST pod/buildtoc.PL pod/perl.pod
 ____________________________________________________________________________
-[ 12715] By: jhi                                   on 2001/10/27  21:22:52
-        Log: Integrate change #12711 from perlio;
-             
-             Use ref count scheme rather than PerlLIO_dup() to do fp_dup().
-             Restores op/fork.t on Win32 (still segfault on exit of ok 2).
+[ 17965] By: hv                                    on 2002/10/02  14:42:21
+        Log: op/tr.t test is affected by #17962
      Branch: perl
-         !> perlio.c
+          ! t/op/tr.t
 ____________________________________________________________________________
-[ 12714] By: jhi                                   on 2001/10/27  21:04:59
-        Log: Subject: [PATCH] make minitest
-             From: Nicholas Clark <nick@ccl4.org>
-             Date: Sat, 27 Oct 2001 22:56:16 +0100
-             Message-ID: <20011027225616.L20275@plum.flirble.org>
+[ 17964] By: hv                                    on 2002/10/02  14:38:59
+        Log: Subject: Re: [PATCH] Re: builtin die parsed differently to CORE::GLOBAL::die
+             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
+             Date: Tue, 1 Oct 2002 23:34:35 +0200
+             Message-Id: <20021001233435.318514f3.rgarciasuarez@free.fr>
      Branch: perl
-          ! t/TEST
+          ! t/op/override.t toke.c
 ____________________________________________________________________________
-[ 12713] By: jhi                                   on 2001/10/27  20:58:33
-        Log: Patch #12661 missed this.
+[ 17963] By: hv                                    on 2002/10/02  14:15:22
+        Log: Subject: Re: [perl #17376] Bug Report - our(%)
+             From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
+             Date: Tue, 01 Oct 2002 09:54:30 -0700
+             Message-ID: <GNdm9gzkgWOS092yn@efn.org>
      Branch: perl
-          ! ext/DB_File/DB_File.pm
+          ! op.c pp_hot.c t/comp/our.t
 ____________________________________________________________________________
-[ 12712] By: jhi                                   on 2001/10/27  20:56:38
-        Log: Subject: [PATCH perl@12696] C RTL awareness update for VMS
-             From: "Craig A. Berry" <craigberry@mac.com>
-             Date: Sat, 27 Oct 2001 16:07:47 -0500
-             Message-Id: <5.1.0.14.2.20011027134037.01bebc60@exchi01>
+[ 17962] By: ams                                   on 2002/10/02  14:10:07
+        Log: Subject: [PATCH] no [] in tr///
+             From: Jarkko Hietaniemi <jhi@iki.fi>
+             Date: Wed, 2 Oct 2002 17:09:11 +0300
+             Message-Id: <20021002140911.GH278184@lyta.hut.fi>
      Branch: perl
-          ! configure.com perlio.c
-____________________________________________________________________________
-[ 12711] By: nick                                  on 2001/10/27  19:49:25
-        Log: Use ref count scheme rather than PerlLIO_dup() to do fp_dup().
-             Restores op/fork.t on Win32 (still segfault on exit of ok 2).
-     Branch: perlio
-          ! perlio.c
+          ! pod/perldiag.pod toke.c
 ____________________________________________________________________________
-[ 12710] By: jhi                                   on 2001/10/27  17:07:46
-        Log: Let's not replace reason if there's one already supplied.
+[ 17961] By: hv                                    on 2002/10/02  14:09:11
+        Log: Subject: Re: Hash::Util::lock_keys inhibits bless
+             From: andreas.koenig@anima.de (Andreas J. Koenig)
+             Date: Mon, 30 Sep 2002 17:24:06 +0200
+             Message-ID: <m3zntzwlex.fsf@k242.linux.bogus>
      Branch: perl
-          ! t/op/regexp.t
+          ! lib/Hash/Util.pm
 ____________________________________________________________________________
-[ 12709] By: jhi                                   on 2001/10/27  17:02:30
-        Log: is not good.
+[ 17959] By: hv                                    on 2002/10/02  14:06:29
+        Log: Subject: [DOCPATCH] Unicode porting advice
+             From: andreas.koenig@anima.de (Andreas J. Koenig)
+             Date: Fri, 27 Sep 2002 15:30:16 +0200
+             Message-ID: <m3znu3zhjr.fsf@k242.linux.bogus>
      Branch: perl
-          ! t/op/regexp.t
+          ! pod/perlunicode.pod
 ____________________________________________________________________________
-[ 12708] By: jhi                                   on 2001/10/27  16:54:07
-        Log: ldlibpth can exist but be unset.
+[ 17958] By: hv                                    on 2002/10/02  13:57:06
+        Log: missing quote from #17957
      Branch: perl
-          ! t/TEST
+          ! Porting/pumpkin.pod
 ____________________________________________________________________________
-[ 12707] By: jhi                                   on 2001/10/27  16:47:07
-        Log: Unicode: property alias naming cleanup.
+[ 17957] By: hv                                    on 2002/10/02  13:55:56
+        Log: document how to set APPLLIB_EXP
+             Subject: Re: [perl #15957] error installing perl 5.8.0
+             From: Andy Dougherty <doughera@lafayette.edu>
+             Date: Fri, 27 Sep 2002 09:13:29 -0400 (EDT)
+             Message-ID: <Pine.SOL.4.10.10209270902210.6800-100000@maxwell.phys.lafayette.edu>
      Branch: perl
-          ! lib/unicore/Is.pl lib/unicore/mktables pod/perlunicode.pod
+          ! Porting/pumpkin.pod
 ____________________________________________________________________________
-[ 12706] By: jhi                                   on 2001/10/27  15:24:06
-        Log: FAQ sync.
+[ 17956] By: hv                                    on 2002/10/02  13:51:12
+        Log: Devel::Peek tests from:
+             Subject: [PATCH] MGf_TAINTEDDIR and MGf_MINMATCH reuse unknown to dump.c
+             From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
+             Date: Thu, 26 Sep 2002 22:16:39 -0700
+             Message-ID: <3m+k9gzkgqnP092yn@efn.org>
      Branch: perl
-          ! pod/perlfaq4.pod
+          ! ext/Devel/Peek/Peek.t
 ____________________________________________________________________________
-[ 12705] By: jhi                                   on 2001/10/27  15:23:15
-        Log: Integrate change #12703 from maintperl;
-             
-             typemap stuff intervenes before declaration, move it to PREINIT
-             section
-             
-             (an empty integrate, but now the files are in sync
-             between the branches)
+[ 17955] By: hv                                    on 2002/10/02  13:43:26
+        Log: add precedence warning for bitwise docs
+             Subject: [PATCH] Bug in ARM's floating point emulation - Need someone, really...
+             From: Mike Guy <mjtg@cam.ac.uk>
+             Date: Thu, 26 Sep 2002 13:20:45 +0100
+             Message-Id: <E17uXdN-0003ko-00@libra.cus.cam.ac.uk>
      Branch: perl
-         !> ext/ODBM_File/ODBM_File.xs
+          ! pod/perlop.pod
 ____________________________________________________________________________
-[ 12704] By: jhi                                   on 2001/10/27  15:21:17
-        Log: More PerlIO symbols.
+[ 17954] By: hv                                    on 2002/10/02  13:18:01
+        Log: Subject: [PATCH] Re: perlio bug?
+             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
+             Date: Wed, 25 Sep 2002 21:58:12 +0200
+             Message-Id: <20020925215812.3b7adb0d.rgarciasuarez@free.fr>
      Branch: perl
-          ! makedef.pl
+          ! doio.c pod/perldiag.pod t/lib/warnings/doio
 ____________________________________________________________________________
-[ 12703] By: gsar                                  on 2001/10/27  15:12:54
-        Log: typemap stuff intervenes before declaration, move it to PREINIT
-             section
-     Branch: maint-5.6/perl
-          ! ext/ODBM_File/ODBM_File.xs
-____________________________________________________________________________
-[ 12702] By: nick                                  on 2001/10/27  14:09:35
-        Log: Integrate mainline
-     Branch: perlio
-         +> ext/threads/shared/t/av_simple.t
-         +> ext/threads/shared/t/hv_refs.t
-         +> ext/threads/shared/t/hv_simple.t lib/unicore/To/Fold.pl
-         !> (integrate 109 files)
-____________________________________________________________________________
-[ 12700] By: ams                                   on 2001/10/26  21:22:23
-        Log: Subject: [PATCH] tweak divide
-             From: Nicholas Clark <nick@ccl4.org>
-             Date: Fri, 26 Oct 2001 22:52:17 +0100
-             Message-Id: <20011026225217.B20275@plum.flirble.org>
+[ 17953] By: hv                                    on 2002/10/02  12:55:29
+        Log: Subject: [PATCH pad.c,h] move all pad-related code to its own src file
+             From: Dave Mitchell <davem@fdgroup.com>
+             Date: Wed, 25 Sep 2002 23:40:23 +0100
+             Message-ID: <20020925234023.A20044@fdgroup.com>
+     Branch: perl
+          + pad.c pad.h
+          ! MANIFEST Makefile.SH Makefile.micro cop.h cv.h dump.c
+          ! embed.fnc embed.h embedvar.h ext/B/B.xs ext/Devel/Peek/Peek.t
+          ! op.c op.h perl.c perl.h perlapi.h pod/perlapi.pod
+          ! pod/perlintern.pod pp.c pp_ctl.c pp_hot.c pp_sort.c pp_sys.c
+          ! proto.h scope.c sv.c toke.c
+____________________________________________________________________________
+[ 17952] By: hv                                    on 2002/10/02  11:23:38
+        Log: better handling of whitespace in autodoc declarations; fragment from:
+             Subject: [PATCH pad.c,h] move all pad-related code to its own src file
+             From: Dave Mitchell <davem@fdgroup.com>
+             Date: Wed, 25 Sep 2002 23:40:23 +0100
+             Message-ID: <20020925234023.A20044@fdgroup.com>
      Branch: perl
-          ! pp.c
-____________________________________________________________________________
-[ 12699] By: pudge                                 on 2001/10/26  20:49:00
-        Log: Integrate a buncha things from maintperl.
-     Branch: maint-5.6/macperl
-         !> (integrate 32 files)
+          ! autodoc.pl
 ____________________________________________________________________________
-[ 12698] By: jhi                                   on 2001/10/26  19:13:24
-        Log: Subject: [PATCH] Re: DynaLoader problem on NCR SVR4 box
-             From: Andy Dougherty <doughera@lafayette.edu>
-             Date: Fri, 26 Oct 2001 14:36:29 -0400 (EDT)
-             Message-ID: <Pine.SOL.4.10.10110261434280.23229-100000@maxwell.phys.lafayette.edu>
+[ 17951] By: merijn                                on 2002/10/02  09:15:18
+        Log: MakeMaker's INSTALLSITEMANXDIR Configure's counterpart
+             Thu, 25 Jul 2002, Andy Dougherty
      Branch: perl
-          ! hints/svr4.sh
+          ! Configure Policy_sh.SH
 ____________________________________________________________________________
-[ 12697] By: jhi                                   on 2001/10/26  18:42:58
-        Log: When you're root, many things become writable.
+[ 17950] By: ams                                   on 2002/10/02  03:43:41
+        Log: Add silly bandaid to stop segfaults on subsequent accesses to
+             the Nullgv returned by gv_fetchpv() in S_scan_inputsymbol()
+             (<$fred>).
      Branch: perl
-          ! lib/ExtUtils/Mkbootstrap.t lib/ExtUtils/Packlist.t
+          ! op.c
 ____________________________________________________________________________
-[ 12696] By: jhi                                   on 2001/10/26  15:52:58
-        Log: Update Changes.
+[ 17949] By: hv                                    on 2002/10/01  08:49:02
+        Log: patch based on:
+             Subject: Re: [perl #17376] Bug Report - our(%)
+             From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
+             Date: Mon, 30 Sep 2002 15:22:18 -0700
+             Message-ID: <a6Mm9gzkgK0P092yn@efn.org>
      Branch: perl
-          ! Changes patchlevel.h
+          ! op.c
 ____________________________________________________________________________
-[ 12695] By: gsar                                  on 2001/10/26  15:34:31
-        Log: Term/Cap.t attempts to access the floppy drive for no good reason
-             on dosish systems
+[ 17948] By: hv                                    on 2002/10/01  08:26:44
+        Log: Subject: [REPATCH lib/AutoLoader.pm] Remove Dependency on Exporter (take 2 or 3)
+             From: chromatic <chromatic@wgz.org>
+             Date: Fri, 13 Sep 2002 14:26:08 -0700
+             Message-Id: <200209131426.08116.chromatic@wgz.org>
      Branch: perl
-          ! lib/Term/Cap.t
+          ! lib/AutoLoader.pm
 ____________________________________________________________________________
-[ 12694] By: gsar                                  on 2001/10/26  15:15:16
-        Log: fix misleading comment on known inadequacy in B::Terse, and skip
-             it correctly
+[ 17947] By: hv                                    on 2002/10/01  08:10:21
+        Log: Subject: Re: sv_2pv_flags and ROK and UTF8 flags
+             From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
+             Date: Wed, 11 Sep 2002 22:22:45 -0700
+             Message-ID: <lSCg9gzkgymX092yn@efn.org>
      Branch: perl
-          ! ext/B/t/terse.t
+          ! dump.c mg.h regexec.c sv.c t/op/pat.t
 ____________________________________________________________________________
-[ 12693] By: gsar                                  on 2001/10/26  14:53:56
-        Log: fix spurious AutoSplit.t failure under windows
+[ 17946] By: merijn                                on 2002/09/30  15:19:36
+        Log: nanosleep on VMS not present
      Branch: perl
-          ! lib/AutoSplit.t
+          ! configure.com
 ____________________________________________________________________________
-[ 12692] By: gsar                                  on 2001/10/26  14:39:06
-        Log: Time::HiRes::alarm() ain't gonna work either if ualarm() ain't
+[ 17945] By: merijn                                on 2002/09/30  09:51:40
+        Log: -Dgccansipedantic only for gcc 3+
+             Mon, 30 Sep 2002, Jarkko Hietaniemi <jhi@iki.fi>
      Branch: perl
-          ! ext/Time/HiRes/HiRes.t
+          ! Porting/pumpkin.pod cflags.SH
 ____________________________________________________________________________
-[ 12691] By: jhi                                   on 2001/10/26  14:34:15
-        Log: More logical to use %04"UVXf" than %"UVuf" since
-             the Unicode standard prefers hex.
+[ 17944] By: merijn                                on 2002/09/30  08:29:33
+        Log: nanosleep probes as per Jarkko's request
      Branch: perl
-          ! lib/unicore/To/Fold.pl lib/unicore/To/Lower.pl
-          ! lib/unicore/To/Title.pl lib/unicore/To/Upper.pl
-          ! lib/unicore/mktables utf8.c
+          ! Configure NetWare/config_H.wc Porting/config.sh
+          ! Porting/config_H config_h.SH epoc/config.sh perl.h
+          ! 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 wince/config.ce
+          ! wince/config_H.ce
 ____________________________________________________________________________
-[ 12690] By: gsar                                  on 2001/10/26  14:15:55
-        Log: change#12065 seems to have broken Encode build on windows; fix
+[ 17942] By: ams                                   on 2002/09/29  22:26:37
+        Log: Remove package; (Heh heh.)
      Branch: perl
-          ! ext/Encode/Encode.xs ext/Encode/Makefile.PL
+          ! gv.c intrpvar.h op.c perl.c perly.c perly.h perly.y
+          ! perly_c.diff sv.c t/lib/warnings/op t/op/anonsub.t
+          ! vms/perly_c.vms vms/perly_h.vms
 ____________________________________________________________________________
-[ 12689] By: jhi                                   on 2001/10/26  14:12:04
-        Log: Unicode: add the case folding table.
+[ 17941] By: hv                                    on 2002/09/29  12:11:06
+        Log: Subject: [perl #16796] Configure script buglet
+             From: "Amick, Eric" (via RT) <perlbug@perl.org>
+             Date: 27 Aug 2002 20:09:29 -0000
+             Message-Id: <rt-16796-35837.19.7072355819815@bugs6.perl.org>
      Branch: perl
-          + lib/unicore/To/Fold.pl
-          ! MANIFEST lib/unicore/mktables
+          ! Configure
 ____________________________________________________________________________
-[ 12688] By: sky                                   on 2001/10/26  13:51:29
-        Log: Get the new functions right, do not export lock since we use builtin lock.
-             TODO: fix xsubpp to support the new prototypes
+[ 17940] By: hv                                    on 2002/09/29  11:59:28
+        Log: Subject: Re: [perl #17587] Attribute::Handlers and Config in 5.9.0
+             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
+             Date: Fri, 27 Sep 2002 13:52:18 +0200
+             Message-Id: <20020927135218.3a20dd68.rgarciasuarez@free.fr>
      Branch: perl
-          ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
+          ! lib/Attribute/Handlers.pm
 ____________________________________________________________________________
-[ 12687] By: jhi                                   on 2001/10/26  13:43:03
-        Log: USE_ENVIRON_ARRAY instead of !MACOS_TRADITIONAL,
-             as suggested by Sarathy.
+[ 17939] By: hv                                    on 2002/09/29  11:55:17
+        Log: Subject: [perl #17222] [PATCH] h2ph and Fortran, other wacky headers on IRIX
+             From: Allen Smith (via RT) <perlbug@perl.org>
+             Date: 13 Sep 2002 03:01:30 -0000
+             Message-Id: <rt-17222-37356.6.04859798196188@bugs6.perl.org>
      Branch: perl
-          ! mg.c
+          ! t/lib/h2ph.pht utils/h2ph.PL
 ____________________________________________________________________________
-[ 12686] By: gsar                                  on 2001/10/26  13:39:52
-        Log: avoid compiler warning
+[ 17938] By: rgs                                   on 2002/09/28  20:42:59
+        Log: Email address change for Stéphane Payrard
      Branch: perl
-          ! win32/win32.c
+          ! AUTHORS
 ____________________________________________________________________________
-[ 12685] By: jhi                                   on 2001/10/26  13:39:12
-        Log: WinCE update from Rainer Keuchel.
+[ 17937] By: hv                                    on 2002/09/27  10:05:42
+        Log: Subject: Re: [REVISED PATCH] Magic v-strings
+             From: John Peacock <jpeacock@rowman.com>
+             Date: Thu, 19 Sep 2002 22:30:58 -0400
+             Message-ID: <3D8A8862.3000602@rowman.com>
      Branch: perl
-          ! perl.h wince/Makefile.ce wince/config.ce wince/perldll.def
-          ! wince/wince.c
+          ! sv.c util.c
 ____________________________________________________________________________
-[ 12684] By: sky                                   on 2001/10/26  13:34:33
-        Log: And then finally cond_wait cond_signal and cond_broadcast are now implmented.
+[ 17936] By: hv                                    on 2002/09/27  10:00:42
+        Log: Subject: [PATCH] configure.com -- don't exclude threads::shared
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Wed, 25 Sep 2002 17:14:33 -0500
+             Message-ID: <3D923549.6050809@mac.com>
      Branch: perl
-          ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
+          ! configure.com
 ____________________________________________________________________________
-[ 12683] By: gbarr                                 on 2001/10/26  13:32:47
-        Log: More fixes that were made to the core and not in the libnet src
+[ 17935] By: hv                                    on 2002/09/27  09:48:19
+        Log: Subject: [PATCH 5.8.0 DOC] perlopentut.pod, #3: The last of the content changes.
+             From: Andy Lester <andy@petdance.com>
+             Date: Fri, 20 Sep 2002 12:23:41 -0500
+             Message-ID: <20020920172341.GA15672@petdance.com>
      Branch: perl
-          ! lib/Net/Domain.pm
+          ! pod/perlopentut.pod
 ____________________________________________________________________________
-[ 12682] By: jhi                                   on 2001/10/26  13:31:10
-        Log: Subject: Re: DB_File-1.79 on Cygwin 1.3.3
-             From: "H.Merijn Brand" <h.m.brand@hccnet.nl>    
-             Date: Fri, 26 Oct 2001 13:55:21 +0200
-             Message-Id: <20011026135017.F575.H.M.BRAND@hccnet.nl>
-             
-             (plus make the db-recno.t#59 accept both \n and \r\n)
+[ 17934] By: hv                                    on 2002/09/26  18:50:02
+        Log: missing '.' in test from #17932
      Branch: perl
-          ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
-          ! ext/DB_File/t/db-recno.t
+          ! t/lib/strict/subs
 ____________________________________________________________________________
-[ 12681] By: gbarr                                 on 2001/10/26  13:22:38
-        Log: Fix tests to be able to run in the core and the CPAN dist
+[ 17933] By: hv                                    on 2002/09/26  17:01:11
+        Log: Subject: [PATCH] perl #17453
+             From: Jarkko Hietaniemi <jhi@iki.fi>
+             Date: Fri, 20 Sep 2002 17:22:45 +0300
+             Message-ID: <20020920142245.GG280265@lyta.hut.fi>
      Branch: perl
-          ! lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
-          ! lib/Net/t/require.t lib/Net/t/smtp.t
+          ! lib/utf8_heavy.pl t/op/pat.t
 ____________________________________________________________________________
-[ 12680] By: jhi                                   on 2001/10/26  13:16:03
-        Log: Subject: Re: perl@12605 on VMS, [minor PATCH enclosed]
-             From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
-             Message-Id: <011026081912.dc29b@DUPHY4.Physics.Drexel.Edu>
-             Date: Fri, 26 Oct 2001 08:34:46 EDT
+[ 17932] By: hv                                    on 2002/09/26  16:47:32
+        Log: #17931 checked for wrong constant
      Branch: perl
-          ! ext/Time/HiRes/HiRes.t
+          ! op.c
 ____________________________________________________________________________
-[ 12679] By: gbarr                                 on 2001/10/26  13:11:00
-        Log: Sync libnet modules with what will be libnet-1.08
+[ 17931] By: hv                                    on 2002/09/26  16:29:26
+        Log: Subject: [PATCH] [perl #10021] Fixing bareword usage under strict.pm
+             From: Kay_Röpke <kay@dolphin-services.de>
+             Date: Fri, 20 Sep 2002 16:09:08 +0200
+             Message-Id: <8775B355-CCA2-11D6-AADE-000393414688@dolphin-services.de>
      Branch: perl
-          ! lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.pm
-          ! lib/Net/Domain.pm lib/Net/FTP.pm lib/Net/FTP/I.pm
-          ! lib/Net/Netrc.pm lib/Net/SMTP.pm lib/Net/t/ftp.t
-          ! lib/Net/t/hostname.t lib/Net/t/nntp.t lib/Net/t/smtp.t
+          ! op.c t/lib/strict/subs
 ____________________________________________________________________________
-[ 12678] By: jhi                                   on 2001/10/26  13:03:01
-        Log: Integrate maintperl changes #12268 and #12669;
-             
-             final touches to the audit for statics and thread-unsafe code
-             * make DB_File, ODBM_File thread-safe 
-             * remove unnecessary/dangerous statics and protect others
-             from not getting accidentally enabled under threaded perls
-             
-             windows support functions get_childdir() et al aren't exported
-             correctly under vanilla build
-             
-             Testing under win32 appreciated since changes there had
-             to be manually merged and I cannot test how badly did I do.
+[ 17930] By: hv                                    on 2002/09/26  15:56:07
+        Log: Subject: [perl #17445] Class::Struct patch: version number, examples
+             From: Ken Neighbors (via RT) <perlbug@perl.org>
+             Date: 19 Sep 2002 18:48:22 -0000
+             Message-Id: <rt-17445-38150.7.26118647008619@bugs6.perl.org>
      Branch: perl
-         !> ext/B/B.xs ext/DB_File/DB_File.xs ext/File/Glob/Glob.xs
-         !> ext/ODBM_File/ODBM_File.xs ext/Opcode/Opcode.xs ext/re/re.xs
-         !> gv.c iperlsys.h makedef.pl mg.c op.c scope.c toke.c util.c
-         !> win32/vmem.h win32/win32.c win32/win32iop.h
+          ! lib/Class/Struct.pm
 ____________________________________________________________________________
-[ 12677] By: sky                                   on 2001/10/26  12:37:17
-        Log: More Config::threads to threads::threads changes
+[ 17928] By: hv                                    on 2002/09/26  09:54:05
+        Log: Subject: [PATCH] bug in utf8.c(?)
+             From: Marty Pauley <marty+p5p@kasei.com>
+             Date: Fri, 20 Sep 2002 10:55:33 +0100
+             Subject: [PATCH] bug in utf8.c(?)
      Branch: perl
-          ! ext/threads/shared/shared.pm ext/threads/t/basic.t
+          ! utf8.c
 ____________________________________________________________________________
-[ 12676] By: sky                                   on 2001/10/26  12:31:46
-        Log: Make new() work exactly like create(). Move from Config::threads to threads::threads
+[ 17927] By: hv                                    on 2002/09/26  09:37:19
+        Log: Subject: [PATCH] Re: [perl #17439] broken Locale::Language in a UTF environment
+             From: Marty Pauley <marty+p5p@kasei.com>
+             Date: Fri, 20 Sep 2002 09:52:16 +0100
+             Message-Id: 20020920085216.GC10512@soto.kasei.com
      Branch: perl
-          ! ext/threads/threads.pm ext/threads/threads.xs
+          ! lib/Locale/Codes/t/languages.t lib/Locale/Language.pm
 ____________________________________________________________________________
-[ 12675] By: sky                                   on 2001/10/26  12:06:30
-        Log: Allocing a TLS in runtime is not too hot.
+[ 17926] By: hv                                    on 2002/09/26  09:28:06
+        Log: Subject: [PATCH] defuse installusrbinperl
+             From: Jarkko Hietaniemi <jhi@iki.fi>
+             Date: Thu, 19 Sep 2002 18:01:03 +0300
+             Message-ID: <20020919150103.GI208696@lyta.hut.fi>
      Branch: perl
-          ! ext/threads/threads.xs
+          ! Configure
 ____________________________________________________________________________
-[ 12674] By: sky                                   on 2001/10/26  11:59:09
-        Log: Don't display debug data.
+[ 17925] By: hv                                    on 2002/09/26  09:15:55
+        Log: Subject: [PATCH v2] enable -ansi -pedantic
+             From: Jarkko Hietaniemi <jhi@iki.fi>
+             Date: Wed, 18 Sep 2002 01:19:25 +0300
+             Message-ID: <20020917221925.GF85044@lyta.hut.fi>
      Branch: perl
-          ! ext/threads/threads.pm
+          ! Configure Porting/pumpkin.pod cflags.SH doio.c mg.c perl.c
+          ! perl.h perlio.c pp_ctl.c pp_hot.c pp_sys.c sv.h toke.c util.c
 ____________________________________________________________________________
-[ 12673] By: sky                                   on 2001/10/26  11:35:47
-        Log: Extend support of change #12672 to support arrays and hashes. Shared reference support is
-             complete bar support for blessed objects.
-             TODO: tests for shared arrays and more hv reference tests. Also a complex test testing all types intermixed.
+[ 17924] By: hv                                    on 2002/09/26  08:44:16
+        Log: Subject: [PATCH] ANSI-clean? (was Re: [PATCH] COW for ithreads)
+             From: Nicholas Clark <nick@unfortu.net>
+             Date: Sat, 14 Sep 2002 18:49:10 +0100
+             Message-ID: <20020914174909.GG285@Bagpuss.unfortu.net>
      Branch: perl
-          ! ext/threads/shared/shared.xs ext/threads/shared/t/hv_refs.t
+          ! sv.c
 ____________________________________________________________________________
-[ 12672] By: sky                                   on 2001/10/26  11:15:28
-        Log: Fix case where shared reference does not exist in current thread.
+[ 17923] By: hv                                    on 2002/09/26  08:33:54
+        Log: Subject: [PATCH] Re: Advice on coredump
+             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
+             Date: Wed, 18 Sep 2002 22:14:57 +0200
+             Message-Id: <20020918221457.16cb1b43.rgarciasuarez@free.fr>
      Branch: perl
-          ! ext/threads/shared/shared.xs ext/threads/shared/t/hv_refs.t
+          ! op.c t/op/closure.t
 ____________________________________________________________________________
-[ 12671] By: sky                                   on 2001/10/26  08:48:52
-        Log: Support for references in shared arrays.
+[ 17922] By: hv                                    on 2002/09/26  08:25:28
+        Log: Subject: Re: [PATCH] spurious t/auto directory appears
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Fri, 13 Sep 2002 23:56:05 -0400
+             Message-ID: <20020914035605.GF18928@ool-18b93024.dyn.optonline.net>
      Branch: perl
-          ! ext/threads/shared/shared.xs
+          ! lib/ExtUtils/t/Installed.t
 ____________________________________________________________________________
-[ 12670] By: sky                                   on 2001/10/26  08:30:11
-        Log: Add tests for references in hashes.
+[ 17921] By: hv                                    on 2002/09/26  08:21:59
+        Log: add TODO tests for slow our() declaration
+             Subject: Re: [perl #17376] Bug Report - our(%)
+             From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
+             Date: Thu, 19 Sep 2002 22:34:01 -0700
+             Message-ID: <JNri9gzkgSBB092yn@efn.org>
      Branch: perl
-          + ext/threads/shared/t/hv_refs.t
+          + t/comp/our.t
           ! MANIFEST
 ____________________________________________________________________________
-[ 12669] By: gsar                                  on 2001/10/26  06:07:10
-        Log: windows support functions get_childdir() et al aren't exported
-             correctly under vanilla build
-     Branch: maint-5.6/perl
-          ! iperlsys.h makedef.pl mg.c win32/win32.c win32/win32iop.h
-____________________________________________________________________________
-[ 12668] By: gsar                                  on 2001/10/26  03:52:12
-        Log: final touches to the audit for statics and thread-unsafe code
-             * make DB_File, ODBM_File thread-safe 
-             * remove unnecessary/dangerous statics and protect others
-             from not getting accidentally enabled under threaded perls
-     Branch: maint-5.6/perl
-          ! ext/B/B.xs ext/DB_File/DB_File.xs ext/File/Glob/Glob.xs
-          ! ext/ODBM_File/ODBM_File.xs ext/Opcode/Opcode.xs ext/re/re.xs
-          ! gv.c mg.c op.c scope.c toke.c util.c win32/vmem.h
-          ! win32/win32.c
-____________________________________________________________________________
-[ 12667] By: ams                                   on 2001/10/26  03:48:36
-        Log: Subject: [PATCH] Fix sharedsv.c compile-time warnings.
-             From: "Richard Soderberg" <rs@crystalflame.net>
-             Date: Thu, 25 Oct 2001 23:42:50 -0400
-             Message-Id: <NAEKLNAAHLMBPMPNBMLEKEJCEAAA.rs@crystalflame.net>
+[ 17920] By: hv                                    on 2002/09/26  08:16:43
+        Log: LEAKTEST is dead, RIP
+             Subject: Re: [perl #17197] SIGSEGV in perl 5.8.0 multithread build with -DLEAKTEST
+             From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
+             Date: Mon, 23 Sep 2002 18:33:12 +0200
+             Message-Id: <20020923182824.C7B6.H.M.BRAND@hccnet.nl>
      Branch: perl
-          ! sharedsv.c
+          ! av.c embed.fnc embed.h ext/GDBM_File/GDBM_File.xs global.sym
+          ! handy.h perl.c perl.h pod/perlrun.pod proto.h sv.c util.c
 ____________________________________________________________________________
-[ 12666] By: jhi                                   on 2001/10/26  02:07:17
-        Log: Integrate change #12664 from maintperl;
-             
-             the newest GCCs don't seem to like C<"string1"##STRING2>
-             so keep it as C<"string1" STRING2> (latter appears to
-             work everywhere)
+[ 17919] By: hv                                    on 2002/09/26  07:59:42
+        Log: Subject: [PATCH] AIX hints missinga  >&4
+             From: Jarkko Hietaniemi <jhi@iki.fi>
+             Date: Fri, 13 Sep 2002 16:48:42 +0300
+             Message-ID: <20020913134842.GD8929@lyta.hut.fi>
      Branch: perl
-         !> ext/DynaLoader/dlutils.c
+          ! hints/aix.sh
 ____________________________________________________________________________
-[ 12665] By: jhi                                   on 2001/10/26  02:04:29
-        Log: Subject: [PATCH] perl.h for Mac OS (Classic)
-             From: Chris Nandor <pudge@pobox.com>
-             Date: Thu, 25 Oct 2001 22:15:03 -0400
-             Message-Id: <p0510030db7fe771a5a34@[10.0.1.177]>
+[ 17918] By: hv                                    on 2002/09/26  07:51:10
+        Log: Subject: [PATCH] perldoc -f stat (perlfunc.pod)
+             From: "Brendan O'Dea" <bod@debian.org>
+             Date: Mon, 23 Sep 2002 22:45:40 +1000
+             Message-ID: <20020923124540.GB28031@londo.odea.dropbear.id.au>
      Branch: perl
-          ! perl.h
-____________________________________________________________________________
-[ 12664] By: gsar                                  on 2001/10/26  00:22:35
-        Log: the newest GCCs don't seem to like C<"string1"##STRING2> so keep it as
-             C<"string1" STRING2> (latter appears to work everywhere)
-     Branch: maint-5.6/perl
-          ! ext/DynaLoader/dlutils.c
-____________________________________________________________________________
-[ 12663] By: jhi                                   on 2001/10/25  22:59:44
-        Log: AUTHORS update.
-     Branch: perl
-          ! AUTHORS
-____________________________________________________________________________
-[ 12662] By: jhi                                   on 2001/10/25  22:50:41
-        Log: Integrate change #12660 from maintperl;
-             
-             make the dMY_CXT stuff available under all of
-             MULTIPLICITY/PERL_OBJECT/USE_ITHREADS
-     Branch: perl
-         !> perl.h
-____________________________________________________________________________
-[ 12661] By: jhi                                   on 2001/10/25  22:47:28
-        Log: Subject: [PATCH] DB_File-1.79
-             From: "Paul Marquess" <paul.marquess@openwave.com>
-             Date: Fri, 26 Oct 2001 00:03:54 +0100
-             Message-ID: <AIEAJICLCBDNAAOLLOKLAEELDDAA.paul.marquess@openwave.com>
-     Branch: perl
-          ! ext/DB_File/Changes ext/DB_File/DB_File.xs
-          ! ext/DB_File/t/db-recno.t ext/DB_File/version.c
-____________________________________________________________________________
-[ 12660] By: gsar                                  on 2001/10/25  22:44:44
-        Log: make the dMY_CXT stuff available under all of
-             MULTIPLICITY/PERL_OBJECT/USE_ITHREADS
-     Branch: maint-5.6/perl
-          ! perl.h
-____________________________________________________________________________
-[ 12659] By: jhi                                   on 2001/10/25  21:27:23
-        Log: Subject: [PATCH t/run/killperl.t] Re: [ID 20011025.054] Segmentation fault when using the function read not correctly
-             From: Michael G Schwern <schwern@pobox.com>
-             Date: Thu, 25 Oct 2001 18:28:12 -0400
-             Message-ID: <20011025182812.M4811@blackrider>
-     Branch: perl
-          ! t/run/kill_perl.t
-____________________________________________________________________________
-[ 12658] By: jhi                                   on 2001/10/25  20:54:58
-        Log: STRLEN != int.
-     Branch: perl
-          ! regcomp.c regexec.c
-____________________________________________________________________________
-[ 12657] By: jhi                                   on 2001/10/25  20:51:44
-        Log: Subject: [PATCH] remove small IVop redundancy
-             From: Nicholas Clark <nick@ccl4.org>
-             Date: Thu, 25 Oct 2001 22:48:28 +0100
-             Message-ID: <20011025224827.M66471@plum.flirble.org>
-     Branch: perl
-          ! pp.c pp_hot.c
-____________________________________________________________________________
-[ 12656] By: jhi                                   on 2001/10/25  18:45:52
-        Log: Metaconfig unit change for #12655.
-     Branch: metaconfig/U/perl
-          ! Extensions.U
-____________________________________________________________________________
-[ 12655] By: jhi                                   on 2001/10/25  18:45:18
-        Log: Subject: Re: Not OK @12650
-             From: Andy Dougherty <doughera@lafayette.edu>
-             Date: Thu, 25 Oct 2001 15:34:02 -0400 (EDT)
-             Message-ID: <Pine.SOL.4.10.10110251520300.22317-100000@maxwell.phys.lafayette.edu>
-     Branch: perl
-          ! Configure
-____________________________________________________________________________
-[ 12654] By: jhi                                   on 2001/10/25  18:07:58
-        Log: Integrate changes #12652 and #12653 from maintperl;
-             
-             more tweaks to change#12626
-             * move the boilerplate code over to perl.h and make DynaLoader
-             use it
-             * make re, Opcode, File::Glob and B threadsafe
-             * re.xs needed s/deinstall/uninstall/ (guess nobody uses
-             C<no re;> anywhere)
-             
-             include XS_VERSION in MY_CXT_KEY (tweak for change#12652)
-             
-             File::Glob required a bit more work in bleadperl
-             because of ExtUtils::Constant (see the Makefile.PL change)
-     Branch: perl
-          ! ext/File/Glob/Glob.pm ext/File/Glob/Makefile.PL
-         !> ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
-         !> ext/Opcode/Opcode.xs ext/re/re.xs perl.h
-____________________________________________________________________________
-[ 12653] By: gsar                                  on 2001/10/25  17:23:52
-        Log: include XS_VERSION in MY_CXT_KEY (tweak for change#12652)
-     Branch: maint-5.6/perl
-          ! ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
-          ! ext/Opcode/Opcode.xs ext/re/re.xs
-____________________________________________________________________________
-[ 12652] By: gsar                                  on 2001/10/25  16:46:44
-        Log: more tweaks to change#12626
-             * move the boilerplate code over to perl.h and make DynaLoader
-             use it
-             * make re, Opcode, File::Glob and B threadsafe
-             * re.xs needed s/deinstall/uninstall/ (guess nobody uses
-             C<no re;> anywhere)
-     Branch: maint-5.6/perl
-          ! ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
-          ! ext/Opcode/Opcode.xs ext/re/re.xs perl.h
-____________________________________________________________________________
-[ 12651] By: jhi                                   on 2001/10/25  16:35:51
-        Log: Metaconfig unit change for #12650.
-     Branch: metaconfig/U/perl
-          ! Extensions.U
-____________________________________________________________________________
-[ 12650] By: jhi                                   on 2001/10/25  16:35:34
-        Log: Subject: Re: ithreads doesn't like usedl=n
-             From: Andy Dougherty <doughera@lafayette.edu>
-             Date: Thu, 25 Oct 2001 13:16:00 -0400 (EDT)
-             Message-ID: <Pine.SOL.4.10.10110251312200.22183-100000@maxwell.phys.lafayette.edu>
-             
-             Special-case threads::shared.
-     Branch: perl
-          ! Configure
-____________________________________________________________________________
-[ 12649] By: jhi                                   on 2001/10/25  16:21:35
-        Log: Getting fancier...
-     Branch: perl
-          ! t/TEST
-____________________________________________________________________________
-[ 12648] By: jhi                                   on 2001/10/25  14:26:20
-        Log: csh - what a pain.
-     Branch: perl
-          ! t/TEST
-____________________________________________________________________________
-[ 12647] By: jhi                                   on 2001/10/25  14:04:01
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[ 12646] By: jhi                                   on 2001/10/25  13:34:19
-        Log: Allow resetting the locale system for the duration
-             of the build (Mac OS X default setting LANG=En_US
-             ist kaputt)
-     Branch: perl
-          ! Makefile.SH
-____________________________________________________________________________
-[ 12645] By: jhi                                   on 2001/10/25  13:04:17
-        Log: Update the MD5 checksum of MD5.xs (caused by #12642)
-     Branch: perl
-          ! ext/Digest/MD5/t/files.t
-____________________________________________________________________________
-[ 12644] By: jhi                                   on 2001/10/25  12:56:33
-        Log: Subject: [PATCH] Omit needless calls to pod2man (perl@12641)
-             From: Andy Dougherty <doughera@lafayette.edu>
-             Date: Thu, 25 Oct 2001 09:56:57 -0400 (EDT) 
-             Message-ID: <Pine.SOL.4.10.10110250955390.18833-100000@maxwell.phys.lafayette.edu>
-     Branch: perl
-          ! ext/I18N/Langinfo/Makefile.PL ext/threads/Makefile.PL
-          ! ext/threads/shared/Makefile.PL
-____________________________________________________________________________
-[ 12643] By: sky                                   on 2001/10/25  12:28:26
-        Log: Add support for reference members of hashes.
-     Branch: perl
-          ! ext/threads/shared/shared.xs
-____________________________________________________________________________
-[ 12642] By: ams                                   on 2001/10/25  12:21:13
-        Log: Subject: [PATCH] ext/Digest/MD5/MD5.xs RFC typo
-             From: "Norton Allen" <nort@qnx.com>
-             Date: Thu, 25 Oct 2001 08:53:56 -0400 (edt)
-             Message-Id: <200110251253.IAA180600866@rosamund.arp.harvard.edu>
-     Branch: perl
-          ! ext/Digest/MD5/MD5.xs
-____________________________________________________________________________
-[ 12641] By: sky                                   on 2001/10/25  10:27:39
-        Log: Tests shared hashes.
-     Branch: perl
-          + ext/threads/shared/t/hv_simple.t
-          ! MANIFEST
-____________________________________________________________________________
-[ 12640] By: sky                                   on 2001/10/25  10:18:23
-        Log: Fix threadcounts for arrays and hashes.
-     Branch: perl
-          ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
-____________________________________________________________________________
-[ 12639] By: sky                                   on 2001/10/25  10:17:26
-        Log: Note to self, doing *src_ary++ in a macro that evaluates
-             the value more than once is a good way to dump core.
-     Branch: perl
-          ! sharedsv.c
-____________________________________________________________________________
-[ 12638] By: jhi                                   on 2001/10/25  05:18:06
-        Log: Integrate change #12636 from maintperl; more dl fixups.
-     Branch: perl
-         !> ext/DynaLoader/dl_mac.xs ext/DynaLoader/dl_next.xs
-         !> ext/DynaLoader/dl_vms.xs
-____________________________________________________________________________
-[ 12637] By: jhi                                   on 2001/10/25  05:14:17
-        Log: Like dl_hpux, like dl_dld.
-     Branch: perl
-          ! ext/DynaLoader/dl_dld.xs
-____________________________________________________________________________
-[ 12636] By: gsar                                  on 2001/10/25  02:34:06
-        Log: followups to change#12635
-     Branch: maint-5.6/perl
-          ! ext/DynaLoader/dl_mac.xs ext/DynaLoader/dl_next.xs
-          ! ext/DynaLoader/dl_vms.xs
-____________________________________________________________________________
-[ 12635] By: gsar                                  on 2001/10/25  02:22:03
-        Log: add part of change#12634 to the two files that need it; dl_aix.xs
-             in maint-5.6 doesn't have the branch that had the problem in
-             mainline
-     Branch: maint-5.6/perl
-          ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_hpux.xs
-____________________________________________________________________________
-[ 12634] By: jhi                                   on 2001/10/25  01:53:03
-        Log: Fixes for #12627.
-     Branch: perl
-          ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_hpux.xs
-____________________________________________________________________________
-[ 12633] By: jhi                                   on 2001/10/25  01:52:33
-        Log: Since pv_uni_display and sv_uni_display are now used
-             in the re extension, their symbols have to be exported.
-     Branch: perl
-          ! embed.pl global.sym
-____________________________________________________________________________
-[ 12632] By: jhi                                   on 2001/10/25  01:00:06
-        Log: Subject:  Re: [PATCH Perl@12567] debug /list
-             From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
-             Date: Tue, 23 Oct 2001 21:40:33 EDT
-             Message-Id: <011023214011.184825@DUPHY4.Physics.Drexel.Edu>
-     Branch: perl
-          ! configure.com
-____________________________________________________________________________
-[ 12631] By: jhi                                   on 2001/10/25  00:25:55
-        Log: This takes care of some of the re 'debug' cases but
-             not all cases since the information whether the pattern
-             or the target are utf8 seems to be either lost or not
-             spread widely enough, sigh.
-     Branch: perl
-          ! regcomp.c
-____________________________________________________________________________
-[ 12630] By: jhi                                   on 2001/10/25  00:03:07
-        Log: Subject: [PATCH] - was RE: [PATCH perl@12443] VMS64-bitconfigure
-             From: John Peacock <jpeacock@rowman.com>
-             Date: Wed, 24 Oct 2001 16:53:29 -0400
-             Message-ID: <3BD72A49.1508D152@rowman.com>
-     Branch: perl
-          ! configure.com
-____________________________________________________________________________
-[ 12629] By: jhi                                   on 2001/10/24  23:16:21
-        Log: Upgrade NetWare and WinCE as in #12626.
-     Branch: perl
-          ! NetWare/dl_netware.xs wince/dl_win32.xs
-____________________________________________________________________________
-[ 12628] By: jhi                                   on 2001/10/24  23:07:00
-        Log: Tru64 compiler nit.
-     Branch: perl
-          ! ext/threads/shared/shared.xs
-____________________________________________________________________________
-[ 12627] By: jhi                                   on 2001/10/24  22:02:23
-        Log: Integrate change #12626 from maintperl;
-             make DynaLoader threadsafe by moving all statics into
-             interpreter-local space
-             
-             TODO: Netware, OS/2, WinCE
-     Branch: perl
-         !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
-         !> ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_dllload.xs
-         !> ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_dyld.xs
-         !> ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mac.xs
-         !> ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
-         !> ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
-         !> ext/DynaLoader/dlutils.c win32/dl_win32.xs
-____________________________________________________________________________
-[ 12626] By: gsar                                  on 2001/10/24  21:43:10
-        Log: make DynaLoader threadsafe by moving all statics into interpreter-local
-             space
-     Branch: maint-5.6/perl
-          ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
-          ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_dllload.xs
-          ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_dyld.xs
-          ! ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mac.xs
-          ! ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
-          ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
-          ! ext/DynaLoader/dlutils.c win32/dl_win32.xs
-____________________________________________________________________________
-[ 12625] By: sky                                   on 2001/10/24  20:05:26
-        Log: Change #12623 inflicted an infinite hang. Fixed.
-     Branch: perl
-          ! ext/threads/shared/shared.xs
-____________________________________________________________________________
-[ 12624] By: sky                                   on 2001/10/24  19:06:55
-        Log: Adds support for hashes. Neither hashes nor arrays can contain references yet.
-     Branch: perl
-          ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
-____________________________________________________________________________
-[ 12623] By: sky                                   on 2001/10/24  18:06:34
-        Log: We need to do sharedsv_find in the original perl context.
-     Branch: perl
-          ! ext/threads/shared/shared.xs
-____________________________________________________________________________
-[ 12622] By: sky                                   on 2001/10/24  17:26:51
-        Log: Add support for basic support for AVs, references not supported yet.
-             Add test for AVs.
-             Add more tests to sv_refs
-             Fix documentation issues. 
-     Branch: perl
-          + ext/threads/shared/t/av_simple.t
-          ! MANIFEST ext/threads/shared/shared.pm
-          ! ext/threads/shared/shared.xs ext/threads/shared/t/sv_refs.t
-____________________________________________________________________________
-[ 12621] By: jhi                                   on 2001/10/24  14:08:39
-        Log: Dump Unicode better for re 'debug'.  The regprop()
-             is unfinished since have to figure out how to detect
-             Unicodeness in there.
-     Branch: perl
-          ! regcomp.c regexec.c
-____________________________________________________________________________
-[ 12620] By: sky                                   on 2001/10/24  13:18:07
-        Log: Add support for finding shared arrays and hashes.
-     Branch: perl
-          ! sharedsv.c
-____________________________________________________________________________
-[ 12619] By: jhi                                   on 2001/10/24  13:06:24
-        Log: Rewrite sv_uni_display() as pv_uni_display() as
-             reimplement sv_uni_display() using that.
-     Branch: perl
-          ! dump.c embed.h embed.pl proto.h
-____________________________________________________________________________
-[ 12618] By: jhi                                   on 2001/10/24  12:14:03
-        Log: Integrate change #12615 from maintperl;
-             on Windows, IO::File::new_tmpfile() fails after being called
-             32767 times because MSVCRT thinks stdio's TMP_MAX is a
-             process-wide limit
-     Branch: perl
-         !> win32/win32.c
-____________________________________________________________________________
-[ 12617] By: jhi                                   on 2001/10/24  12:10:37
-        Log: Don't try to print ints as IVs.
-     Branch: perl
-          ! ext/Time/HiRes/HiRes.xs
-____________________________________________________________________________
-[ 12616] By: sky                                   on 2001/10/24  11:06:35
-        Log: We only need to fetch the SV from the backend if the index
-             is not the same as mg_private.    In theory this could be
-             a problem if there are an exact multiple of U16 changes
-             of a shared variable between two access in a given thread,
-             we choose to avoid theory for now.
-     Branch: perl
-          ! ext/threads/shared/shared.xs sharedsv.c sharedsv.h
-____________________________________________________________________________
-[ 12615] By: gsar                                  on 2001/10/24  04:09:43
-        Log: on Windows, IO::File::new_tmpfile() fails after being called
-             32767 times because MSVCRT thinks stdio's TMP_MAX is a
-             process-wide limit
-     Branch: maint-5.6/perl
-          ! win32/win32.c
-____________________________________________________________________________
-[ 12614] By: jhi                                   on 2001/10/23  22:19:34
-        Log: Negation and Unicode: sort of solves 20010303.010,
-             except not quite like reported in the Subject
-             (Perl_warner is still utf8-ignorant).
-     Branch: perl
-          ! pp.c t/lib/warnings/sv
-____________________________________________________________________________
-[ 12613] By: jhi                                   on 2001/10/23  21:53:13
-        Log: Make the "isn't numeric" warning to show Unicode as Unicode.
-     Branch: perl
-          ! sv.c t/lib/warnings/sv
-____________________________________________________________________________
-[ 12612] By: jhi                                   on 2001/10/23  21:52:45
-        Log: sv_uni_display(): do not add the "...", let the caller
-             do it if wanted, and be prepared for more display options.
-     Branch: perl
-          ! dump.c embed.h embed.pl proto.h
-____________________________________________________________________________
-[ 12611] By: nick                                  on 2001/10/23  20:28:07
-        Log: Integrate mainline
-     Branch: perlio
-         !> Changes configure.com cygwin/cygwin.c
-         !> ext/DynaLoader/DynaLoader_pm.PL ext/File/Glob/t/basic.t
-         !> ext/Time/HiRes/HiRes.t ext/Time/HiRes/HiRes.xs lib/AutoSplit.t
-         !> lib/File/Spec.t lib/File/Spec/Mac.pm lib/File/Spec/Win32.pm
-         !> lib/Net/Domain.pm patchlevel.h perl.c perlio.c
-         !> pod/perlunicode.pod pp.c t/TEST t/op/lc.t t/op/taint.t
-         !> utils/h2xs.PL utils/perldoc.PL
-____________________________________________________________________________
-[ 12610] By: sky                                   on 2001/10/23  19:39:24
-        Log: Change #12607 introduced a bug, seems like some MAGICAL SVs
-             don't call themselves READONLY but still die with modification
-             attempt. We only call bless for ext and umagic.
-     Branch: perl
-          ! sv.c
-____________________________________________________________________________
-[ 12609] By: jhi                                   on 2001/10/23  19:35:02
-        Log: Croak() on negative time; doc tweaks.
-     Branch: perl
-          ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
-          ! ext/Time/HiRes/HiRes.xs
-____________________________________________________________________________
-[ 12608] By: jhi                                   on 2001/10/23  18:38:03
-        Log: FAQ sync.
-     Branch: perl
-          ! pod/perlfaq4.pod pod/perlfaq7.pod
-____________________________________________________________________________
-[ 12607] By: sky                                   on 2001/10/23  18:27:27
-        Log: Call setmagic on the referent we are blessing.
-     Branch: perl
-          ! sv.c
-____________________________________________________________________________
-[ 12606] By: jhi                                   on 2001/10/23  16:30:00
-        Log: Small test nits.
-     Branch: perl
-          ! t/op/lc.t
-____________________________________________________________________________
-[ 12605] By: jhi                                   on 2001/10/23  13:08:32
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[ 12604] By: jhi                                   on 2001/10/23  13:03:21
-        Log: Make the PerlIO_init() prototypes consistent.
-     Branch: perl
-          ! perlio.c
-____________________________________________________________________________
-[ 12603] By: jhi                                   on 2001/10/23  12:54:52
-        Log: Upping the test count is a good idea.
-     Branch: perl
-          ! t/op/lc.t
-____________________________________________________________________________
-[ 12602] By: jhi                                   on 2001/10/23  12:52:10
-        Log: Document the final sigma spot.
-     Branch: perl
-          ! pp.c
-____________________________________________________________________________
-[ 12601] By: jhi                                   on 2001/10/23  12:26:12
-        Log: Fix multicharacter titlecase (ucfirst).
-     Branch: perl
-          ! pod/perlunicode.pod pp.c t/op/lc.t
-____________________________________________________________________________
-[ 12600] By: jhi                                   on 2001/10/23  11:47:19
-        Log: Subject: [PATCH 5.6.1 perldoc] one more touch on File::Temp
-             From: Mikhail Zabaluev <mhz@alt-linux.org>
-             Date: Tue, 23 Oct 2001 10:40:37 +0400
-             Message-ID: <20011023104037.A12761@localhost.localdomain>
-             
-             (#12406 replaced with this)
-     Branch: perl
-          ! utils/perldoc.PL
-____________________________________________________________________________
-[ 12599] By: jhi                                   on 2001/10/23  00:26:17
-        Log: MacOS Classic updates from Pudge.
-     Branch: perl
-          ! lib/File/Spec.t lib/File/Spec/Mac.pm
-____________________________________________________________________________
-[ 12598] By: jhi                                   on 2001/10/22  22:32:59
-        Log: Subject: [PATCH bleadperl] AutoSplit.t now passes (partialy) on Win32
-             From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
-             Date: Sun, 14 Oct 2001 23:14:46 +0200
-             Message-ID: <265984377.20011014231446@tesla.rcub.bg.ac.yu>
-             
-             except for the 2->4 changes.
-     Branch: perl
-          ! lib/AutoSplit.t
-____________________________________________________________________________
-[ 12597] By: gsar                                  on 2001/10/22  22:02:50
-        Log: integrate macperl contents into maint-5.6
-     Branch: maint-5.6/perl
-          ! mg.c
-         !> AUTHORS README.macos ext/DynaLoader/DynaLoader_pm.PL
-         !> ext/DynaLoader/dl_mac.xs lib/File/Find.pm lib/File/Spec.pm
-         !> lib/File/Spec/Epoc.pm lib/File/Spec/Functions.pm
-         !> lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
-         !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm lib/File/Temp.pm
-         !> perl.c perl.h pod/perlport.pod t/lib/filefind-taint.t
-         !> t/lib/filefind.t t/lib/filespec.t
-____________________________________________________________________________
-[ 12596] By: jhi                                   on 2001/10/22  21:43:44
-        Log: At some point the #6234 has been lost from the mainline
-             (noticed by Pudge; what's a Mac guy doing reading Win modules? :-)
-     Branch: perl
-          ! lib/File/Spec/Win32.pm
-____________________________________________________________________________
-[ 12595] By: jhi                                   on 2001/10/22  21:31:31
-        Log: Cygwin seems to round up (or closest, but not down)
-             for time(), so half of the time (bad pun intended)
-             Time::HiRes::time() is less than time(), half of
-             the time it's more.  So let's try harder in the loop.
-     Branch: perl
-          ! ext/Time/HiRes/HiRes.t
-____________________________________________________________________________
-[ 12594] By: jhi                                   on 2001/10/22  21:23:15
-        Log: MacOS Classic timeofday(), from Chris Nandor. 
-     Branch: perl
-          ! ext/Time/HiRes/HiRes.xs
-____________________________________________________________________________
-[ 12593] By: jhi                                   on 2001/10/22  21:17:39
-        Log: Integrate changes #12580 and #12581 from macperl;
-             
-             Fix path construction.
-             
-             (Copyright) Nit.
-     Branch: perl
-         !> ext/DynaLoader/DynaLoader_pm.PL perl.c
-____________________________________________________________________________
-[ 12592] By: jhi                                   on 2001/10/22  21:00:18
-        Log: No domainname(1) in Cygwin, either, and the 2>/dev/null
-             doesn't seem to help (the error being output to console, maybe?)
-     Branch: perl
-          ! lib/Net/Domain.pm
-____________________________________________________________________________
-[ 12591] By: jhi                                   on 2001/10/22  20:55:08
-        Log: Taint the getcwd() result also in Cygwin.
-             (TODO: which other platforms need the same thing?)
-     Branch: perl
-          ! cygwin/cygwin.c
-____________________________________________________________________________
-[ 12590] By: jhi                                   on 2001/10/22  20:27:47
-        Log: Pretty hard for eval { setpwent(); getpwent(); 1 } to return false.
-     Branch: perl
-          ! t/op/taint.t
-____________________________________________________________________________
-[ 12589] By: jhi                                   on 2001/10/22  20:10:40
-        Log: getpwuid() fragility continues.
-     Branch: perl
-          ! utils/h2xs.PL
-____________________________________________________________________________
-[ 12588] By: jhi                                   on 2001/10/22  19:58:34
-        Log: getpwuid() might succeed but that's no guarantee
-             that the $home will be defined.
-     Branch: perl
-          ! ext/File/Glob/t/basic.t
-____________________________________________________________________________
-[ 12587] By: jhi                                   on 2001/10/22  19:50:35
-        Log: It's safer to to expand the variable, too... (see #12571)
-     Branch: perl
-          ! t/TEST
-____________________________________________________________________________
-[ 12586] By: pudge                                 on 2001/10/22  19:42:04
-        Log: Integrate with maintperl.
-     Branch: maint-5.6/macperl
-         !> win32/bin/pl2bat.pl win32/win32.c
-____________________________________________________________________________
-[ 12585] By: pudge                                 on 2001/10/22  19:32:02
-        Log: Oops, forgot to include Win32 ... just as well, since it
-             seems in bleadperl, change #7764 was not included
-             (adding C:\temp).  Re-added.  Rip it back out if it
-             doesn't belong.  :-)
-     Branch: maint-5.6/macperl
-          ! lib/File/Spec/Win32.pm
-____________________________________________________________________________
-[ 12584] By: jhi                                   on 2001/10/22  19:26:47
-        Log: Subject: [PATCH perl@12567] configure.com: no threads/shared without ithreads
-             From: "Craig A. Berry" <craigberry@mac.com>
-             Date: Mon, 22 Oct 2001 15:25:19 -0500
-             Message-Id: <5.1.0.14.2.20011022151232.032544e8@exchi01>
-     Branch: perl
-          ! configure.com
-____________________________________________________________________________
-[ 12583] By: pudge                                 on 2001/10/22  19:26:00
-        Log: Add in lots of File::Spec changes, from Thomas Wegner,
-             and sync with changes from bleadperl.
-     Branch: maint-5.6/macperl
-          ! lib/File/Spec.pm lib/File/Spec/Epoc.pm
-          ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
-          ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
-          ! lib/File/Spec/Win32.pm t/lib/filespec.t
-____________________________________________________________________________
-[ 12582] By: pudge                                 on 2001/10/22  19:23:28
-        Log: Sync with latest File::Find and tests from bleadperl.
-     Branch: maint-5.6/macperl
-          ! lib/File/Find.pm t/lib/filefind-taint.t t/lib/filefind.t
-____________________________________________________________________________
-[ 12581] By: pudge                                 on 2001/10/22  19:22:12
-        Log: Nit.
-     Branch: maint-5.6/macperl
-          ! perl.c
-____________________________________________________________________________
-[ 12580] By: pudge                                 on 2001/10/22  19:21:37
-        Log: Fix path construction.
-     Branch: maint-5.6/macperl
-          ! ext/DynaLoader/DynaLoader_pm.PL
-____________________________________________________________________________
-[ 12579] By: nick                                  on 2001/10/22  19:08:35
-        Log: Integrate mainline (for Arthurs thread.xs fix)
-     Branch: perlio
-         !> ext/threads/threads.xs lib/Net/Domain.pm t/TEST t/op/groups.t
-____________________________________________________________________________
-[ 12578] By: pudge                                 on 2001/10/22  19:02:34
-        Log: Fix up exported symbols, move relevant docs
-             over from macperl.pod.
-     Branch: maint-5.6/macperl
-          ! macos/ext/MacPerl/MacPerl.pm
-____________________________________________________________________________
-[ 12577] By: pudge                                 on 2001/10/22  19:01:38
-        Log: Make ADDRESS called optionally as a method.
-     Branch: maint-5.6/macperl
-          ! macos/lib/Mac/Glue.pm
-____________________________________________________________________________
-[ 12576] By: pudge                                 on 2001/10/22  18:58:22
-        Log: Fix exit code (MacPerl bug #422129) and add Stop Script
-             Apple event.
-     Branch: maint-5.6/macperl
-          ! macos/macish.c macos/macish.h macos/macperl/MPAppleEvents.c
-          ! macos/macperl/MPConsole.cp macos/macperl/MPMain.c
-          ! macos/macperl/MPTerminology.aete
-____________________________________________________________________________
-[ 12575] By: pudge                                 on 2001/10/22  18:56:34
-        Log: Clean up some build utilities. Change Entab to Duplicate;
-             fix docs and error reporting; improve macify() of paths;
-             remove requirement for Exporter.pm presence.
-     Branch: maint-5.6/macperl
-          ! macos/InstallBLIB macos/MacPerlTests.cmd
-          ! macos/lib/ExtUtils/MM_MacOS.pm macos/lib/Mac/BuildTools.pm
-____________________________________________________________________________
-[ 12574] By: pudge                                 on 2001/10/22  18:53:28
-        Log: Sync Time::HiRes with bleadperl
-     Branch: maint-5.6/macperl
-          ! macos/bundled_ext/Time/HiRes/HiRes.pm
-          ! macos/bundled_ext/Time/HiRes/HiRes.t
-          ! macos/bundled_ext/Time/HiRes/HiRes.xs
-____________________________________________________________________________
-[ 12573] By: pudge                                 on 2001/10/22  18:52:58
-        Log: Fix up Changes
-     Branch: maint-5.6/macperl
-          ! macos/Changes
-____________________________________________________________________________
-[ 12572] By: jhi                                   on 2001/10/22  18:49:32
-        Log: A user might belong to only a single group
-             (the group equal to the group id).
-     Branch: perl
-          ! t/op/groups.t
-____________________________________________________________________________
-[ 12571] By: jhi                                   on 2001/10/22  18:36:46
-        Log: Prepending (instead of replacing with) the pwd is safer. 
-     Branch: perl
-          ! t/TEST
-____________________________________________________________________________
-[ 12570] By: jhi                                   on 2001/10/22  18:34:54
-        Log: Be more robust if no hostname or domainname
-             (especially the latter)
-     Branch: perl
-          ! lib/Net/Domain.pm
-____________________________________________________________________________
-[ 12569] By: sky                                   on 2001/10/22  17:41:07
-        Log: Flush IO buffers before starting a thread, this mimics fork and seems like a saneer behaviour.
-     Branch: perl
-          ! ext/threads/threads.xs
-____________________________________________________________________________
-[ 12568] By: nick                                  on 2001/10/22  16:31:24
-        Log: Integrate mainline
-     Branch: perlio
-         +> ext/threads/shared/Makefile.PL ext/threads/shared/README
-         +> ext/threads/shared/shared.pm ext/threads/shared/shared.xs
-         +> ext/threads/shared/t/sv_refs.t
-         +> ext/threads/shared/t/sv_simple.t pod/perlpodspec.pod
-          - lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
-          - lib/unicore/To/SpecUpper.pl
-         !> (integrate 42 files)
-____________________________________________________________________________
-[ 12567] By: jhi                                   on 2001/10/22  12:56:20
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[ 12566] By: jhi                                   on 2001/10/22  12:22:29
-        Log: Subject: [PATCH pod/perlvar.pod] Undeprecating $]
-             From: Michael G Schwern <schwern@pobox.com>
-             Date: Mon, 22 Oct 2001 03:48:38 -0400
-             Message-ID: <20011022034838.B1676@blackrider>
-     Branch: perl
-          ! pod/perlvar.pod
-____________________________________________________________________________
-[ 12565] By: jhi                                   on 2001/10/22  12:21:28
-        Log: Pod nits, as suggested by Stas Bekman.
-     Branch: perl
-          ! ext/threads/shared/shared.pm ext/threads/threads.pm
-____________________________________________________________________________
-[ 12564] By: jhi                                   on 2001/10/22  12:17:00
-        Log: Subject: [PATCH @ ] Fix for FETCH/NEXTKEY problem in all *DB*_File modules
-             From: "Paul Marquess" <paul.marquess@openwave.com> 
-             Date: Sun, 21 Oct 2001 21:11:15 +0100
-             Message-ID: <AIEAJICLCBDNAAOLLOKLAEOMDCAA.paul.marquess@openwave.com>
-     Branch: perl
-          ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
-          ! ext/DB_File/t/db-hash.t ext/GDBM_File/GDBM_File.xs
-          ! ext/GDBM_File/gdbm.t ext/GDBM_File/typemap
-          ! ext/NDBM_File/NDBM_File.xs ext/NDBM_File/ndbm.t
-          ! ext/ODBM_File/ODBM_File.xs ext/ODBM_File/odbm.t
-          ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.xs
-          ! ext/SDBM_File/sdbm.t
-____________________________________________________________________________
-[ 12563] By: jhi                                   on 2001/10/22  12:15:19
-        Log: Integrate change #12559 from maintperl;
-             various fixes for system() and backticks under windows
-     Branch: perl
-         !> win32/win32.c
-____________________________________________________________________________
-[ 12562] By: jhi                                   on 2001/10/22  12:05:35
-        Log: Integrate change #12560 from maintperl;
-             make pl2bat use %0 rather than "%0" (the latter fails to work
-             in a lot of common cases)
-     Branch: perl
-         !> win32/bin/pl2bat.pl
-____________________________________________________________________________
-[ 12561] By: jhi                                   on 2001/10/22  12:00:23
-        Log: Integrate changes #12549 and #12550 from maintperl;
-             
-             readline() doesn't work with our variables; it confuses them with
-             my variables (change#4227 was incomplete)
-     Branch: perl
-          ! t/lib/strict/vars
-         !> t/base/rs.t toke.c
-____________________________________________________________________________
-[ 12560] By: gsar                                  on 2001/10/22  09:51:59
-        Log: make pl2bat use %0 rather than "%0" (the latter fails to work
-             in a lot of common cases)
-     Branch: maint-5.6/perl
-          ! win32/bin/pl2bat.pl
-____________________________________________________________________________
-[ 12559] By: gsar                                  on 2001/10/22  09:49:51
-        Log: various fixes for system() and backticks under windows:
-             
-             * avoid munging whitespace that is passed within quotes
-             * work around a cmd.exe misfeature that made multi-arg
-             system() unreliable when there is more than one quoted
-             argument
-             * make multi-arg system() autoquote arguments as needed
-             before passing them to the shell (this avoids having to
-             second guess the shell quoting)
-             * perl's -Dp switch can be used to trace the innards
-     Branch: maint-5.6/perl
-          ! win32/win32.c
-____________________________________________________________________________
-[ 12558] By: nick                                  on 2001/10/22  08:58:42
-        Log: Integrate ithreads buffer flush fix from perlio
-     Branch: perl
-         !> ext/threads/t/basic.t perl.c
-____________________________________________________________________________
-[ 12557] By: nick                                  on 2001/10/22  08:35:09
-        Log: All tests pass (legitimately) on ithreads
-     Branch: perlio
-          ! ext/threads/t/basic.t perl.c
-____________________________________________________________________________
-[ 12556] By: nick                                  on 2001/10/22  06:51:22
-        Log: Integrate non-ithreads fix to mainline
-     Branch: perl
-         !> perlio.c
-____________________________________________________________________________
-[ 12555] By: nick                                  on 2001/10/22  06:48:33
-        Log: Restore non-ithreads build. Interestingly binmode test passes
-             non-ithreads - so crlf layer is not damaged and ithreads fail
-             is a symptom ...
-     Branch: perlio
-          ! perlio.c
-____________________________________________________________________________
-[ 12554] By: jhi                                   on 2001/10/21  22:21:55
-        Log: Integrate from perlio; restructuring.
-     Branch: perl
-         !> embed.h embedvar.h intrpvar.h perl.c perlapi.h perlio.c
-         !> perlio.h perliol.h pod/perlapi.pod sv.c win32/makefile.mk
-         !> win32/perlhost.h
-____________________________________________________________________________
-[ 12553] By: pudge                                 on 2001/10/21  21:51:34
-        Log: Integrate from maintperl
-             (Changes 12350, 12496, 12548, 12549, 12550)
-     Branch: maint-5.6/macperl
-         !> ext/IO/lib/IO/Seekable.pm lib/Carp/Heavy.pm t/base/rs.t
-         !> t/lib/filefind-taint.t t/pragma/strict-vars toke.c
-____________________________________________________________________________
-[ 12552] By: nick                                  on 2001/10/21  19:18:12
-        Log: Win32 PerlIO_cleanup special cases should no longer be required.
-     Branch: perlio
-          ! perl.c
-____________________________________________________________________________
-[ 12551] By: nick                                  on 2001/10/21  19:16:56
-        Log: Multiple win32io.o is fatal for GCC (and noise with VC++)
-     Branch: perlio
-          ! win32/makefile.mk
-____________________________________________________________________________
-[ 12550] By: gsar                                  on 2001/10/21  19:05:54
-        Log: change#12549 wasn't aware of strictures
-     Branch: maint-5.6/perl
-          ! t/pragma/strict-vars toke.c
-____________________________________________________________________________
-[ 12549] By: gsar                                  on 2001/10/21  18:03:19
-        Log: readline() doesn't work with our variables; it confuses them with
-             my variables (change#4227 was incomplete)
-     Branch: maint-5.6/perl
-          ! t/base/rs.t toke.c
-____________________________________________________________________________
-[ 12548] By: gsar                                  on 2001/10/21  17:48:01
-        Log: change#12220 appears to have pulled in a mainline change that
-             isn't applicable to maint-5.6 (some platforms don't taint
-             cwd)
-     Branch: maint-5.6/perl
-          ! t/lib/filefind-taint.t
-____________________________________________________________________________
-[ 12547] By: nick                                  on 2001/10/21  17:15:54
-        Log: Convert rest of PerlIO's memory tables to per-interp and add clone functions
-             for them. Call explicit cleanup during destruct process.
-             - one binmode test is failing
-             - also ext/threads/t/basic.t fails under make test, and is noisy under
-             harness. (Threads results are intermingled and don't match order expected.)
-     Branch: perlio
-          ! embed.h embedvar.h intrpvar.h perl.c perlapi.h perlio.c
-          ! perlio.h perliol.h pod/perlapi.pod sv.c
-____________________________________________________________________________
-[ 12546] By: jhi                                   on 2001/10/21  16:12:08
-        Log: Implement multicharacter case mappings where a single
-             Unicode character can be mapped into several.
-     Branch: perl
-          - lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
-          - lib/unicore/To/SpecUpper.pl
-          ! MANIFEST embed.h embed.pl global.sym lib/unicore/To/Lower.pl
-          ! lib/unicore/To/Title.pl lib/unicore/To/Upper.pl
-          ! lib/unicore/mktables pod/perlfunc.pod pod/perlunicode.pod pp.c
-          ! proto.h t/op/lc.t utf8.c
-____________________________________________________________________________
-[ 12545] By: sky                                   on 2001/10/21  15:25:16
-        Log: First support of threads::shared, support shared svs and references.
-     Branch: perl
-          + ext/threads/shared/Makefile.PL ext/threads/shared/README
-          + ext/threads/shared/shared.pm ext/threads/shared/shared.xs
-          + ext/threads/shared/t/sv_refs.t
-          + ext/threads/shared/t/sv_simple.t
-          ! MANIFEST sharedsv.c
-____________________________________________________________________________
-[ 12544] By: nick                                  on 2001/10/21  14:52:35
-        Log: PerlIO layer table as PL_perlio (per-interpreter)
-     Branch: perlio
-          ! embed.h embedvar.h intrpvar.h perlapi.h perlio.c perlio.h
-          ! pod/perlapi.pod sv.c
-____________________________________________________________________________
-[ 12543] By: jhi                                   on 2001/10/21  13:36:40
-        Log: Prettyprinting.
-     Branch: perl
-          ! pod/perlunicode.pod
-____________________________________________________________________________
-[ 12542] By: ams                                   on 2001/10/21  03:50:25
-        Log: Subject: perlpodspec and perlpod rewrite, draft 3 "final"
-             From: "Sean M. Burke" <sburke@cpan.org>
-             Date: Sat, 20 Oct 2001 17:51:09 -0600
-             Message-Id: <3.0.6.32.20011020175109.007cb3d0@mail.spinn.net>
-     Branch: perl
-          + pod/perlpodspec.pod
-          ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlpod.pod
-          ! pod/perltoc.pod
-____________________________________________________________________________
-[ 12541] By: nick                                  on 2001/10/20  22:23:53
-        Log: Fix typos in new locking on MemShared
-             Make buffers in PerlIOBuf_* in per-thread heap (they are cloned after all...)
-             - seems to make segfaults more deterministic - suspect they are 
-             attempt to free() after Interp and Host have gone.
-     Branch: perlio
-          ! perlio.c win32/perlhost.h
-____________________________________________________________________________
-[ 12540] By: nick                                  on 2001/10/20  21:50:46
-        Log: Remove the MemShared re-#define (again)
-     Branch: perlio
-          ! perlio.c
-____________________________________________________________________________
-[ 12539] By: nick                                  on 2001/10/20  21:49:06
-        Log: Use locks on MemShared
-     Branch: perlio
-          ! win32/perlhost.h
-____________________________________________________________________________
-[ 12538] By: jhi                                   on 2001/10/20  17:31:07
-        Log: Subject: [REPATCH installhtml] Re: installhtml needs a good beating out
-             From: "chromatic" <chromatic@rmci.net>
-             Date: Sat, 20 Oct 2001 11:13:47 -0600
-             Message-ID: <20011020172003.60024.qmail@onion.perl.org>
-     Branch: perl
-          ! installhtml
-____________________________________________________________________________
-[ 12537] By: nick                                  on 2001/10/20  16:44:03
-        Log: Integrate mainline
-     Branch: perlio
-         !> (integrate 48 files)
-____________________________________________________________________________
-[ 12536] By: jhi                                   on 2001/10/20  15:58:00
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[ 12535] By: jhi                                   on 2001/10/20  15:18:57
-        Log: Upgrade to podlators 1.11, from Russ Allbery.
-     Branch: perl
-          ! lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm
-          ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
-          ! pod/pod2man.PL pod/pod2text.PL
-____________________________________________________________________________
-[ 12534] By: jhi                                   on 2001/10/20  15:14:25
-        Log: Integrate perlio:
-             
-             [ 12532]
-             Extract doio.c's open(2) mode to string conversion as PerlIO_intmod2str()
-             Use for non-PERLIO fdupopen().
-     Branch: perl
-         !> doio.c lib/Net/Domain.pm perlio.c perlio.h
-____________________________________________________________________________
-[ 12533] By: jhi                                   on 2001/10/20  14:42:33
-        Log: Update to Getopt::Long 2.26_02, from Johan Vromans.
-     Branch: perl
-          ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES lib/newgetopt.pl
-____________________________________________________________________________
-[ 12532] By: nick                                  on 2001/10/20  14:25:37
-        Log: Extract doio.c's open(2) mode to string conversion as PerlIO_intmod2str()
-             Use for non-PERLIO fdupopen().
-     Branch: perlio
-          ! doio.c lib/Net/Domain.pm perlio.c perlio.h
-____________________________________________________________________________
-[ 12531] By: jhi                                   on 2001/10/20  14:05:47
-        Log: Integrate perlio:
-             
-             [ 12530]
-             Fixed in two places - p4 resolve
-             
-             [ 12529]
-             Fix for ithreads/stdio build
-             
-             [ 12525]
-             Avoid calling (now non-existant) Perl_sv_setsv(), by calling
-             Perl_sv_setsv_flags directly.
-             
-             [ 12524]
-             Add a new flag character 'm' to embed.pl set to represent
-             "functions" which are really macros. Use it foe the troublesome
-             sv_setsv() etc. macros in sv.h - changing latter to define
-             sv_setsv rather than sv_setsv_macro etc.
-             
-             [ 12523]
-             Add comments explaining why win32.h/embed.h are included where they are
-             in perl.h 
-             
-             [ 12522]
-             Code PerlIOWin32_dup - does not fix Win32 problems as :win32 is not 
-             being used yet.
-             
-             [ 12511]
-             Fix gross win32 build issues
-     Branch: perl
-         !> embed.h embed.pl embedvar.h ext/threads/threads.xs global.sym
-         !> perl.h perlapi.c perlapi.h perlio.c perlsdio.h pod/perlapi.pod
-         !> proto.h sv.h win32/win32io.c
-____________________________________________________________________________
-[ 12530] By: nick                                  on 2001/10/20  12:53:30
-        Log: Fixed in two places - p4 resolve
-     Branch: perlio
-          ! perlsdio.h
-____________________________________________________________________________
-[ 12529] By: nick                                  on 2001/10/20  12:51:05
-        Log: Fix for ithreads/stdio build
-     Branch: perlio
-          ! perlio.c perlsdio.h
-____________________________________________________________________________
-[ 12528] By: ams                                   on 2001/10/20  12:13:25
-        Log: Subject: [PATCH installman] Using Pod::Man instead of pod2man
-             From: Michael G Schwern <schwern@pobox.com>
-             Date: Sat, 20 Oct 2001 01:41:21 -0400
-             Message-Id: <20011020014121.I3681@blackrider>
-     Branch: perl
-          ! installman
-____________________________________________________________________________
-[ 12527] By: ams                                   on 2001/10/20  12:09:41
-        Log: Subject: [PATCH lib/Pod/Checker.pm] Minor typo
-             From: Michael G Schwern <schwern@pobox.com>
-             Date: Sat, 20 Oct 2001 02:04:21 -0400
-             Message-Id: <20011020020421.A11732@blackrider>
-     Branch: perl
-          ! lib/Pod/Checker.pm
-____________________________________________________________________________
-[ 12526] By: ams                                   on 2001/10/20  11:59:41
-        Log: Subject: [PATCH lib/Net/Config.pm] Fix Some Pod Typos
-             From: "chromatic" <chromatic@rmci.net>
-             Date: Fri, 19 Oct 2001 22:46:39 -0600
-             Message-Id: <20011020045254.73112.qmail@onion.perl.org>
-     Branch: perl
-          ! lib/Net/Config.pm
-____________________________________________________________________________
-[ 12525] By: nick                                  on 2001/10/20  11:16:18
-        Log: Avoid calling (now non-existant) Perl_sv_setsv(), by calling
-             Perl_sv_setsv_flags directly.
-     Branch: perlio
-          ! ext/threads/threads.xs
-____________________________________________________________________________
-[ 12524] By: nick                                  on 2001/10/20  10:28:17
-        Log: Add a new flag character 'm' to embed.pl set to represent
-             "functions" which are really macros. Use it foe the troublesome
-             sv_setsv() etc. macros in sv.h - changing latter to define
-             sv_setsv rather than sv_setsv_macro etc.
-     Branch: perlio
-          ! embed.h embed.pl embedvar.h global.sym perlapi.c perlapi.h
-          ! pod/perlapi.pod proto.h sv.h
-____________________________________________________________________________
-[ 12523] By: nick                                  on 2001/10/20  09:17:17
-        Log: Add comments explaining why win32.h/embed.h are included where they are
-             in perl.h 
-     Branch: perlio
-          ! perl.h
-____________________________________________________________________________
-[ 12522] By: nick                                  on 2001/10/20  08:27:44
-        Log: Code PerlIOWin32_dup - does not fix Win32 problems as :win32 is not 
-             being used yet.
-     Branch: perlio
-          ! win32/win32io.c
-____________________________________________________________________________
-[ 12521] By: jhi                                   on 2001/10/20  02:36:21
-        Log: Wording tweaks.
-     Branch: perl
-          ! t/TEST
-____________________________________________________________________________
-[ 12520] By: jhi                                   on 2001/10/20  01:02:26
-        Log: Subject: IO module with nonblocking socket connect patch 
-             From: Raul Dias <raul@dias.com.br>
-             Date: Fri, 19 Oct 2001 22:45:32 -0300
-             Message-Id: <200110200145.f9K1jWW08398@stratus.swi.com.br>     
-     Branch: perl
-          ! ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm
-____________________________________________________________________________
-[ 12519] By: jhi                                   on 2001/10/20  00:51:07
-        Log: Test vertical whitespace combined with /x in \p{}.
-     Branch: perl
-          ! t/op/pat.t
-____________________________________________________________________________
-[ 12518] By: jhi                                   on 2001/10/20  00:13:47
-        Log: Subject: [PATCH] PERL_MM_USE_DEFAULT
-             From: Gisle Aas <gisle@ActiveState.com> 
-             Date: 19 Oct 2001 16:46:02 -0700
-             Message-ID: <lrofn3i479.fsf_-_@caliper.ActiveState.com> 
-     Branch: perl
-          ! lib/ExtUtils/MakeMaker.pm
-____________________________________________________________________________
-[ 12517] By: jhi                                   on 2001/10/19  23:59:34
-        Log: No more this symbol.
-     Branch: perl
-          ! makedef.pl
-____________________________________________________________________________
-[ 12516] By: jhi                                   on 2001/10/19  23:57:48
-        Log: Integrate change #12511; fix gross win32 build issues.
-     Branch: perl
-         !> makedef.pl sv.c
-____________________________________________________________________________
-[ 12515] By: jhi                                   on 2001/10/19  23:16:06
-        Log: Unpack in scalar context should return the first value
-             returned in list context, as pointed out by Ton Hospel
-             in 2001-05-21 (this is how it works already in blead,
-             just adding the test).
-     Branch: perl
-          ! t/op/pack.t
-____________________________________________________________________________
-[ 12514] By: jhi                                   on 2001/10/19  21:10:43
-        Log: Subject: [PATCH perl@12494] perldoc.PL tweak for VMS
-             From: "Craig A. Berry" <craigberry@mac.com>
-             Date: Fri, 19 Oct 2001 16:59:30 -0500
-             Message-Id: <5.1.0.14.2.20011019162623.021e3868@exchi01>
-     Branch: perl
-          ! utils/perldoc.PL
-____________________________________________________________________________
-[ 12513] By: jhi                                   on 2001/10/19  21:09:27
-        Log: Subject: [PATCH Perl@12494] vmsish fix, ieee rand() cleanup
-             From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
-             Date: Fri, 19 Oct 2001 17:45:23 EDT
-             Message-Id: <011019174427.d749b@DUPHY4.Physics.Drexel.Edu>
-     Branch: perl
-          ! configure.com dump.c ext/B/t/stash.t op.c op.h opcode.h
-          ! opcode.pl perl.c perl.h perlvars.h pp.sym pp_ctl.c pp_proto.h
-          ! pp_sys.c vms/ext/vmsish.pm vms/ext/vmsish.t vms/vms.c
-          ! vms/vmsish.h
-____________________________________________________________________________
-[ 12512] By: jhi                                   on 2001/10/19  20:28:48
-        Log: Subject: [PATCH Perl@12494] two fake test failures on VMS fixed
-             From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
-             Date: Fri, 19 Oct 2001 17:26:35 EDT
-             Message-Id: <011019172623.11292c@DUPHY4.Physics.Drexel.Edu>
-     Branch: perl
-          ! lib/Term/Complete.t lib/Test/Simple/t/output.t
-____________________________________________________________________________
-[ 12511] By: nick                                  on 2001/10/19  19:55:36
-        Log: Fix gross win32 build issues
-     Branch: perlio
-          ! makedef.pl sv.c
-____________________________________________________________________________
-[ 12510] By: jhi                                   on 2001/10/19  19:52:17
-        Log: Subject: Re: find2perl and File::Find on cdrom filesystems (with Tel's patch applied to perl-current)
-             From: David Dyck <dcd@tc.fluke.com>
-             Date: Fri, 19 Oct 2001 13:36:09 -0700 (PDT)
-             Message-ID: <Pine.LNX.4.33.0110191309310.28510-100000@dd.tc.fluke.com>
-     Branch: perl
-          ! lib/File/Find.pm
-____________________________________________________________________________
-[ 12509] By: jhi                                   on 2001/10/19  19:01:46
-        Log: Subject: Re: PerlIO and Encode
-             From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
-             Date: Tue, 16 Oct 2001 01:50:16 +0900
-             Message-Id: <20011016014150.0C8E.BQW10602@nifty.com>
-     Branch: perl
-          ! ext/Encode/Encode.pm ext/Encode/Encode/Tcl.pm
-          ! ext/Encode/Encode/Tcl.t
-____________________________________________________________________________
-[ 12508] By: ams                                   on 2001/10/19  17:59:16
-        Log: C<foo I<bar>> hunks from <20011019014551.A35625@not.autrijus.org>.
-             (See #12499)
-     Branch: perl
-          ! pod/perlintro.pod
-____________________________________________________________________________
-[ 12507] By: nick                                  on 2001/10/19  16:30:43
-        Log: Integrate mainline
-     Branch: perlio
-         +> lib/Test/Builder.pm lib/Test/Simple/t/Builder.t
-         +> lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/import.t
-         +> lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/no_ending.t
-         +> lib/Test/Simple/t/no_header.t lib/Test/Simple/t/output.t
-         +> lib/Test/Simple/t/plan.t lib/Test/Simple/t/plan_no_plan.t
-         +> lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/use_ok.t
-         +> lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
-         +> lib/unicore/To/SpecUpper.pl pod/perlintro.pod
-         +> pod/perlmodstyle.pod win32/Makefile.win64 win32/config.win64
-         +> win32/config_H.win64
-          - lib/Test/Utils.pm lib/unicore/mktables.PL
-          - t/lib/Test/Simple/Catch/More.pm
-         !> (integrate 84 files)
-____________________________________________________________________________
-[ 12506] By: jhi                                   on 2001/10/19  14:20:15
-        Log: Retract the #10451 which seems to be the cause
-             of the major leakage from while(){eval"sub{}"}
-     Branch: perl
-          ! op.c t/run/kill_perl.t
-____________________________________________________________________________
-[ 12505] By: jhi                                   on 2001/10/19  13:39:59
-        Log: Regen toc.
-     Branch: perl
-          ! pod/perltoc.pod
-____________________________________________________________________________
-[ 12504] By: jhi                                   on 2001/10/19  13:35:59
-        Log: Tiny tweaks.
-     Branch: perl
-          ! pod/perl.pod
-____________________________________________________________________________
-[ 12503] By: ams                                   on 2001/10/19  13:34:24
-        Log: Subject: Re: perlintro.pod
-             From: Abe Timmerman <abe@ztreet.demon.nl>
-             Date: Fri, 19 Oct 2001 14:12:40 +0200
-             Message-Id: <ls40ttsmrr3rpjlm3dqhh8v60onsiopmuc@4ax.com>
-     Branch: perl
-          ! pod/perlintro.pod
-____________________________________________________________________________
-[ 12502] By: ams                                   on 2001/10/19  13:24:12
-        Log: Slight reorganisation of references.
-     Branch: perl
-          ! pod/perl.pod
-____________________________________________________________________________
-[ 12501] By: jhi                                   on 2001/10/19  13:19:14
-        Log: Subject: [DOC PATCH lib/ExtUtils/MakeMaker.pm] Discouraging use of PREREQ_FATAL in day-to-day Makefile.PL's   
-             From: Kay Röpke <kroepke@dolphin-services.de>
-             Date: Fri, 19 Oct 2001 14:04:01 +0200 
-             Message-Id: <E15uYNb-00040L-00@mrvdom01.schlund.de>
-     Branch: perl
-          ! lib/ExtUtils/MakeMaker.pm
-____________________________________________________________________________
-[ 12500] By: jhi                                   on 2001/10/19  03:25:44
-        Log: Unicode categories continue:
-             implement Category=, Script=, Block=
-             (these are based on an upcoming update of TR#18)
-             Fix a bug where we got two In categories named "old italic",
-             and another where shortcut for the Is categories wasn't taken.
-     Branch: perl
-          ! lib/unicore/Blocks.pl lib/unicore/In.pl lib/unicore/In/137.pl
-          ! lib/unicore/mktables lib/utf8_heavy.pl pod/perltodo.pod
-          ! pod/perlunicode.pod t/op/pat.t
-____________________________________________________________________________
-[ 12499] By: ams                                   on 2001/10/19  01:42:29
-        Log: Subject: a small patch to perlintro.pod.
-             From: Autrijus Tang <autrijus@autrijus.org>
-             Date: Fri, 19 Oct 2001 01:45:51 +0800
-             Message-Id: <20011019014551.A35625@not.autrijus.org>
-             (Applied by hand with nits.)
-     Branch: perl
-          ! pod/perlintro.pod
-____________________________________________________________________________
-[ 12498] By: jhi                                   on 2001/10/19  00:14:50
-        Log: Subject: [PATCH] OpenBSD hints for ithreads
-             From: Andy Dougherty <doughera@lafayette.edu>
-             Date: Thu, 18 Oct 2001 12:33:59 -0400 (EDT)
-             Message-ID: <Pine.SOL.4.10.10110181232060.15040-100000@maxwell.phys.lafayette.edu>
-     Branch: perl
-          ! hints/openbsd.sh
-____________________________________________________________________________
-[ 12497] By: jhi                                   on 2001/10/18  16:14:13
-        Log: Retract #12446; the problem solved by #12474.
-     Branch: perl
-          ! hints/aix.sh
-____________________________________________________________________________
-[ 12496] By: gsar                                  on 2001/10/18  15:38:22
-        Log: Carp::shortmess_heavy() doesn't notice trailing newline in
-             message and suppress line number info (from Steve Hay
-             <Steve.Hay@uk.radan.com>)
-     Branch: maint-5.6/perl
-          ! lib/Carp/Heavy.pm
-____________________________________________________________________________
-[ 12495] By: jhi                                   on 2001/10/18  14:06:52
-        Log: More documented In categories.
-     Branch: perl
-          ! pod/perlunicode.pod
-____________________________________________________________________________
-[ 12494] By: jhi                                   on 2001/10/18  13:04:48
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[ 12493] By: jhi                                   on 2001/10/18  12:58:31
-        Log: Add the lib/unicore/To/Spec*.pl to the MANIFEST.
-     Branch: perl
-          ! MANIFEST
-____________________________________________________________________________
-[ 12492] By: jhi                                   on 2001/10/18  12:37:28
-        Log: Wrong skip() arguments.
-     Branch: perl
-          ! ext/B/t/terse.t
-____________________________________________________________________________
-[ 12491] By: jhi                                   on 2001/10/18  12:17:16
-        Log: Subject: try#2: [proposed PATCH Perl@12401] ieee floats, rand() & old systems  
-             From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
-             Date: Wed, 17 Oct 2001 09:10:53 EDT 
-             Message-Id: <011017090944.15ad2e@DUPHY4.Physics.Drexel.Edu>
-     Branch: perl
-          ! configure.com embedvar.h opcode.pl perlapi.h perlvars.h
-          ! pod/perlapi.pod vms/vms.c
-____________________________________________________________________________
-[ 12490] By: ams                                   on 2001/10/18  09:31:00
-        Log: Subject: PATCH perl.pod: Suggested reorganization of table of contents
-             From: Mark-Jason Dominus <mjd@plover.com>
-             Date: Thu, 18 Oct 2001 06:25:35 -0400
-             Message-Id: <20011018102535.19264.qmail@plover.com>
-     Branch: perl
-          ! pod/perl.pod
-____________________________________________________________________________
-[ 12489] By: jhi                                   on 2001/10/18  02:24:52
-        Log: Prettyprinting.
-     Branch: perl
-          ! lib/unicore/In.pl lib/unicore/Is.pl lib/unicore/mktables
-____________________________________________________________________________
-[ 12488] By: jhi                                   on 2001/10/18  00:47:19
-        Log: Regen toc.
-     Branch: perl
-          ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
-____________________________________________________________________________
-[ 12487] By: jhi                                   on 2001/10/18  00:43:18
-        Log: Add perlintro, from Skud.
-     Branch: perl
-          + pod/perlintro.pod
-          ! MANIFEST
-____________________________________________________________________________
-[ 12486] By: jhi                                   on 2001/10/18  00:10:44
-        Log: FAQ sync.
-     Branch: perl
-          ! pod/perlfaq.pod pod/perlfaq2.pod pod/perlfaq3.pod
-          ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq7.pod
-          ! pod/perlfaq8.pod pod/perlfaq9.pod
-____________________________________________________________________________
-[ 12485] By: jhi                                   on 2001/10/17  23:57:15
-        Log: Oh, bother. In Tru64 cc -std1 was looking rather nice
-             in speed (upto 20% speedup in certain operations) but meanwhile
-             regexps and arithmetics got slower (5-10%) (according to
-             perlbench average speedup is negligible, and within measuring
-             flutter, 1%).  Therefore retracting all the changes
-             aimed at getting -std1 to compile cleanly:  #12475, #12476,
-             #12479, #12480, #12481, #12482, #12483, #12484.
-     Branch: perl
-          ! doio.c mg.c miniperlmain.c perl.c perl.h perlio.c pp_ctl.c
-          ! pp_hot.c pp_sys.c toke.c
-____________________________________________________________________________
-[ 12484] By: jhi                                   on 2001/10/17  21:58:40
-        Log: (retracted by #12485)
-             Strict ANSI doesn't like the third argument of main()
-             so enable ignoring it if using ultra picky compiler.
-     Branch: perl
-          ! miniperlmain.c
-____________________________________________________________________________
-[ 12483] By: jhi                                   on 2001/10/17  21:48:24
-        Log: (retracted by #12485)
-             Move the VMS_FOO_ERROR codes next to the SETERRNO() definition.
-     Branch: perl
-          ! perl.h
-____________________________________________________________________________
-[ 12482] By: jhi                                   on 2001/10/17  21:42:57
-        Log: (retracted by #12485)
-             Add explanatory comment.
-     Branch: perl
-          ! mg.c
-____________________________________________________________________________
-[ 12481] By: jhi                                   on 2001/10/17  20:50:37
-        Log: (retracted by #12485)
-             More dollar$hiding.
-     Branch: perl
-          ! doio.c perl.h pp_sys.c
-____________________________________________________________________________
-[ 12480] By: jhi                                   on 2001/10/17  20:27:34
-        Log: (retracted by #12485)
-             KISS.
-     Branch: perl
-          ! mg.c
-____________________________________________________________________________
-[ 12479] By: jhi                                   on 2001/10/17  19:57:34
-        Log: (retracted by #12485)
-             Thou shalt not #ifdef inside macro invocations,
-             noticed by Rafael Garcia-Suarez.
-     Branch: perl
-          ! mg.c
-____________________________________________________________________________
-[ 12478] By: ams                                   on 2001/10/17  18:50:55
-        Log: Subject: [PATCH pp_sys.c] coredump fix in pp_accept()
-             From: Anton Berezin <tobez@tobez.org>
-             Date: Wed, 17 Oct 2001 18:25:48 +0200
-             Message-Id: <20011017182548.A12082@heechee.tobez.org>
-     Branch: perl
-          ! pp_sys.c
-____________________________________________________________________________
-[ 12476] By: jhi                                   on 2001/10/17  16:46:50
-        Log: (retracted by #12485)
-             Unterminated #ifdef.
-     Branch: perl
-          ! mg.c
-____________________________________________________________________________
-[ 12475] By: jhi                                   on 2001/10/17  16:42:49
-        Log: (retracted by #12485)
-             Avoid dollar signs in identifiers (in non-VMS) to
-             placate ultra picky ANSI compilers (such as DEC^WCPQ^WHP).
-     Branch: perl
-          ! doio.c mg.c perl.c perl.h perlio.c pp_ctl.c pp_hot.c pp_sys.c
-          ! toke.c
-____________________________________________________________________________
-[ 12474] By: ams                                   on 2001/10/17  15:14:50
-        Log: Subject: Two AIX patches
-             From: H.Merijn Brand <h.m.brand@hccnet.nl>
-             Date: Wed, 17 Oct 2001 18:04:35 +0200
-             Message-Id: <20011017180223.1346.H.M.BRAND@hccnet.nl>
-     Branch: perl
-          ! hints/aix.sh makedef.pl
-____________________________________________________________________________
-[ 12473] By: jhi                                   on 2001/10/17  14:48:38
-        Log: Limiting the Time::HiRes::sleep and usleep to
-             one second is not a good policy if drop-in
-             replacement is still a goal.
-     Branch: perl
-          ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
-          ! ext/Time/HiRes/HiRes.xs
-____________________________________________________________________________
-[ 12472] By: jhi                                   on 2001/10/17  11:00:54
-        Log: Subject: [PATCH] Test::Simple 0.32
-             From: Michael G Schwern <schwern@pobox.com> 
-             Date: Wed, 17 Oct 2001 03:42:41 -0400
-             Message-ID: <20011017034241.A25038@blackrider>
-     Branch: perl
-          + lib/Test/Builder.pm lib/Test/Simple/t/Builder.t
-          + lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/import.t
-          + lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/no_ending.t
-          + lib/Test/Simple/t/no_header.t lib/Test/Simple/t/output.t
-          + lib/Test/Simple/t/plan.t lib/Test/Simple/t/plan_no_plan.t
-          + lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/use_ok.t
-          - lib/Test/Utils.pm t/lib/Test/Simple/Catch/More.pm
-          ! MANIFEST lib/Test/More.pm lib/Test/Simple.pm
-          ! lib/Test/Simple/Changes 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/missing.t
-          ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.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/useing.t
-          ! t/lib/Test/Simple/Catch.pm
-          ! t/lib/Test/Simple/sample_tests/five_fail.plx
-____________________________________________________________________________
-[ 12471] By: jhi                                   on 2001/10/17  10:25:06
-        Log: Subject: [PATCH t/TEST t/harness vms/test.com] Set PERL_CORE environment var   
-             From: Michael G Schwern <schwern@pobox.com> 
-             Date: Wed, 17 Oct 2001 04:04:13 -0400
-             Message-ID: <20011017040413.C25550@blackrider>
-     Branch: perl
-          ! t/TEST t/harness vms/test.com
-____________________________________________________________________________
-[ 12470] By: jhi                                   on 2001/10/17  02:25:01
-        Log: Regen doc with perlmodstyle added.
-     Branch: perl
-          ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
-____________________________________________________________________________
-[ 12469] By: jhi                                   on 2001/10/17  02:24:02
-        Log: Pod cleanup.
-     Branch: perl
-          ! lib/File/Spec.pm lib/File/Spec/Mac.pm
-____________________________________________________________________________
-[ 12468] By: jhi                                   on 2001/10/17  02:16:11
-        Log: Subject: perlmodstyle as a patch
-             From: Kirrily Robert <skud@infotrope.net>
-             Date: Tue, 16 Oct 2001 22:47:23 -0400
-             Message-ID: <20011016224723.A20673@infotrope.net>
-     Branch: perl
-          + pod/perlmodstyle.pod
-          ! MANIFEST
-____________________________________________________________________________
-[ 12467] By: jhi                                   on 2001/10/17  00:59:43
-        Log: Subject: [PATCH] for perlhack.pod - no p5p archive on deja/google
-             From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
-             Date: Thu, 6 Sep 2001 11:09:40 +0100
-             Message-ID: <20010906110939.A914@homer.diplex.co.uk>
-             
-             Mention also the develooper p5p archive.
-     Branch: perl
-          ! pod/perlhack.pod
-____________________________________________________________________________
-[ 12466] By: jhi                                   on 2001/10/17  00:57:38
-        Log: Subject: [PATCH lib/ExtUtils/MakeMaker.pm] PREREQ_PM does not really require.
-             From: Kay Röpke <kroepke@dolphin-services.de>
-             Date: Tue, 16 Oct 2001 17:23:52 +0200
-             Message-Id: <E15tW4O-0003J7-00@mrvdom03.schlund.de>
-     Branch: perl
-          ! lib/ExtUtils/MakeMaker.pm
-____________________________________________________________________________
-[ 12465] By: jhi                                   on 2001/10/17  00:54:28
-        Log: Add the special casing mappings (from SpecCase.txt)
-             (except for the hyper special case mappings that have
-             the condition list); the special casing mappings are
-             unused for now.  Small tidying up on mktables.
-     Branch: perl
-          + lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
-          + lib/unicore/To/SpecUpper.pl
-          ! lib/unicore/mktables
-____________________________________________________________________________
-[ 12464] By: jhi                                   on 2001/10/16  22:38:24
-        Log: Subject: [PATCH] Doc patch on here-docs (perlop and perldata)
-             From: "David H. Adler" <dha@panix.com>       
-             Date: Tue, 16 Oct 2001 11:59:35 -0400
-             Message-ID: <20011016115935.A13078@panix.com>
-             
-             Subject: [ PATCH ] perldata patch, revised
-             From: "David H. Adler" <dha@panix.com>     
-             Date: Tue, 16 Oct 2001 18:26:49 -0400
-             Message-ID: <20011016182649.C23970@panix.com>
-     Branch: perl
-          ! pod/perldata.pod pod/perlop.pod
-____________________________________________________________________________
-[ 12463] By: jhi                                   on 2001/10/16  19:39:25
-        Log: Integrate perlio:
-             
-             [ 12462]
-             PerlIOXxxx_dups for all but Win32
-             
-             [ 12461]
-             Implement PerlIOStdio_dup (explains core dumps - dup
-             was not setting up a FILE * to be fclosed()).
-             
-             [ 12460]
-             When USE_ITHREADS avoid SV * in PerlIO_debug, at risk of buffer
-             overflow.
-             
-             [ 12456]
-             Builds under ithreads (but fails all threads tests)
-             
-             [ 12451]
-             Skeleton of "PerlIO_dup" coded.
-             Still-passes all tests non-threaded (well it would wouldn't it!)
-             
-             [ 12447]
-             Beginings of PerlIO_dup support (unstable)
-             
-             [ 11615]
-             Avoid testing for (non-)existance of "encoding(xxxx)"
-             layer is called "encoding" the (xxxx) is an argument.
-     Branch: perl
-         !> embed.h embed.pl ext/Encode/Encode.xs
-         !> ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs hv.c perl.h
-         !> perlio.c perlio.h perliol.h pod/perlapi.pod proto.h sv.c sv.h
-         !> win32/win32io.c
-____________________________________________________________________________
-[ 12462] By: nick                                  on 2001/10/16  19:11:30
-        Log: PerlIOXxxx_dups for all but Win32
-     Branch: perlio
-          ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
-          ! ext/PerlIO/Via/Via.xs
-____________________________________________________________________________
-[ 12461] By: nick                                  on 2001/10/16  18:28:48
-        Log: Implement PerlIOStdio_dup (explains core dumps - dup
-             was not setting up a FILE * to be fclosed()).
-     Branch: perlio
-          ! perlio.c
-____________________________________________________________________________
-[ 12460] By: nick                                  on 2001/10/16  17:31:47
-        Log: When USE_ITHREADS avoid SV * in PerlIO_debug, at risk of buffer
-             overflow.
-     Branch: perlio
-          ! perlio.c
-____________________________________________________________________________
-[ 12459] By: jhi                                   on 2001/10/16  17:10:22
-        Log: Subject: [PATCH perl@12443] VMS 64-bit configure
-             From: "Craig A. Berry" <craigberry@mac.com>
-             Date: Tue, 16 Oct 2001 13:08:38 -0500
-             Message-Id: <5.1.0.14.2.20011016122704.029eaea8@exchi01>
-     Branch: perl
-          ! configure.com
-____________________________________________________________________________
-[ 12458] By: jhi                                   on 2001/10/16  17:07:20
-        Log: Can't expect too much accuracy from a sleep of one second.
-             (I think this will also fail with high load.)
-     Branch: perl
-          ! ext/Time/HiRes/HiRes.t
-____________________________________________________________________________
-[ 12457] By: jhi                                   on 2001/10/16  16:50:24
-        Log: Subject: WIN64 (Itanium) port of Perl 5.6.1
-             From: "Werner, Randolf" <randolf.werner@sap.com>
-             Date: Tue, 16 Oct 2001 18:33:02 +0200
-             Message-ID: <816D93CCC927D31188570008C75D1DE10A5CB1F8@dbwdfx1a.wdf.sap-ag.de>
-     Branch: perl
-          + win32/Makefile.win64 win32/config.win64 win32/config_H.win64
-          ! MANIFEST Porting/makerel ext/SDBM_File/sdbm/sdbm.c
-____________________________________________________________________________
-[ 12456] By: nick                                  on 2001/10/16  14:08:16
-        Log: Builds under ithreads (but fails all threads tests)
-     Branch: perlio
-          ! hv.c perlio.c sv.c
-____________________________________________________________________________
-[ 12455] By: jhi                                   on 2001/10/16  13:59:32
-        Log: I think the Perl_sortsv needs *not* be skipped?
-     Branch: perl
-          ! makedef.pl
-____________________________________________________________________________
-[ 12454] By: jhi                                   on 2001/10/16  13:05:38
-        Log: Subject: [ PATCH ] maint/perl/t/op/groups.t for build on Cygwin
-             From: "Gerrit P. Haase" <gerrit.haase@convey.de>
-             Date: Tue, 16 Oct 2001 15:32:44 +0200
-             Message-ID: <3BCC531C.11494.3E433F@localhost>
-     Branch: perl
-          ! t/op/groups.t
-____________________________________________________________________________
-[ 12453] By: jhi                                   on 2001/10/16  13:04:38
-        Log: Subject: [ PATCH ] maint/perl/t/io/fs.t for build on Cygwin
-             From: "Gerrit P. Haase" <gerrit.haase@convey.de>
-             Date: Tue, 16 Oct 2001 15:01:04 +0200
-             Message-ID: <3BCC4BB0.30935.2145B7@localhost>
-     Branch: perl
-          ! t/io/fs.t
-____________________________________________________________________________
-[ 12452] By: jhi                                   on 2001/10/16  12:03:49
-        Log: A forgotten deletion.
-     Branch: perl
-          - lib/unicore/mktables.PL
-____________________________________________________________________________
-[ 12451] By: nick                                  on 2001/10/16  11:32:48
-        Log: Skeleton of "PerlIO_dup" coded.
-             Still-passes all tests non-threaded (well it would wouldn't it!)
-     Branch: perlio
-          ! embed.h embed.pl ext/Encode/Encode.xs
-          ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs perl.h
-          ! perlio.c perlio.h perliol.h pod/perlapi.pod proto.h sv.c sv.h
-          ! win32/win32io.c
-____________________________________________________________________________
-[ 12450] By: jhi                                   on 2001/10/16  02:27:51
-        Log: Document the problem with the swash_fetch() API that affects
-             more complex case conversions.
-     Branch: perl
-          ! lib/utf8_heavy.pl utf8.c
-____________________________________________________________________________
-[ 12449] By: jhi                                   on 2001/10/16  01:55:48
-        Log: Make Time::HiRes::sleep() and usleep() to return
-             the number of seconds (a floating point value) and 
-             microseconds (an integer) actually slept (well,
-             modulo the time spent in measuring the time actually
-             slept...), to be a better drop-in replacement for
-             the builtin sleep().  Noticed by Chris Nandor.
-             
-             Also make usleep() to croak if fed illegal number
-             of useconds (anything greater than 1_000_000).
-     Branch: perl
-          ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
-          ! ext/Time/HiRes/HiRes.xs
-____________________________________________________________________________
-[ 12448] By: jhi                                   on 2001/10/16  00:57:05
-        Log: A missing SvREFCNT_dec.
-     Branch: perl
-          ! perl.c
-____________________________________________________________________________
-[ 12447] By: nick                                  on 2001/10/15  20:27:53
-        Log: Beginings of PerlIO_dup support (unstable)
-     Branch: perlio
-          ! perlio.c perliol.h
-____________________________________________________________________________
-[ 12446] By: jhi                                   on 2001/10/15  18:44:19
-        Log: (retracted by #12497)
-             In AIX vac 5 just can't seem to get regcomp right.
-     Branch: perl
-          ! hints/aix.sh
-____________________________________________________________________________
-[ 12445] By: jhi                                   on 2001/10/15  16:44:04
-        Log: Bump the version number to agree with the maintperl one.
-     Branch: perl
-          ! lib/Tie/RefHash.pm
-____________________________________________________________________________
-[ 12444] By: nick                                  on 2001/10/15  15:59:57
-        Log: Integrate mainline
-     Branch: perlio
-         +> lib/Math/BigInt/t/Math/Subclass.pm
-         +> lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/calling.t
-         +> lib/Math/BigInt/t/subclass.t lib/unicore/In/163.pl
-         +> lib/unicore/In/164.pl lib/unicore/In/165.pl
-         +> lib/unicore/In/166.pl lib/unicore/In/167.pl
-         +> lib/unicore/In/168.pl lib/unicore/In/169.pl
-         +> lib/unicore/In/170.pl lib/unicore/In/171.pl lib/unicore/Is.pl
-         +> lib/unicore/Is/Title.pl lib/unicore/Lbrk.pl
-         +> lib/unicore/mktables
-          - lib/unicore/Is/SylA.pl lib/unicore/Is/SylAA.pl
-          - lib/unicore/Is/SylAAI.pl lib/unicore/Is/SylAI.pl
-          - lib/unicore/Is/SylC.pl lib/unicore/Is/SylE.pl
-          - lib/unicore/Is/SylEE.pl lib/unicore/Is/SylI.pl
-          - lib/unicore/Is/SylII.pl lib/unicore/Is/SylN.pl
-          - lib/unicore/Is/SylO.pl lib/unicore/Is/SylOO.pl
-          - lib/unicore/Is/SylU.pl lib/unicore/Is/SylV.pl
-          - lib/unicore/Is/SylWA.pl lib/unicore/Is/SylWAA.pl
-          - lib/unicore/Is/SylWC.pl lib/unicore/Is/SylWE.pl
-          - lib/unicore/Is/SylWEE.pl lib/unicore/Is/SylWI.pl
-          - lib/unicore/Is/SylWII.pl lib/unicore/Is/SylWO.pl
-          - lib/unicore/Is/SylWOO.pl lib/unicore/Is/SylWU.pl
-          - lib/unicore/Is/SylWV.pl lib/unicore/Is/Syllable.pl
-          - lib/unicore/syllables.txt
-         !> (integrate 344 files)
-____________________________________________________________________________
-[ 12443] By: jhi                                   on 2001/10/15  13:40:20
-        Log: Casting tweak from Paul Marquess, helps Merijn on AIX.
-     Branch: perl
-          ! ext/DB_File/DB_File.xs
-____________________________________________________________________________
-[ 12442] By: jhi                                   on 2001/10/15  13:35:36
-        Log: Sync the skip() amounts with the number of tests.
-     Branch: perl
-          ! lib/Term/Complete.t
-____________________________________________________________________________
-[ 12441] By: jhi                                   on 2001/10/15  13:11:03
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[ 12440] By: jhi                                   on 2001/10/15  12:58:24
-        Log: MacOS Classic catdir() rewrite from Thomas Wegner
-             (backward incompatibility, but a deliberate one,
-             the old version simply is broken in its logic),
-             also documentation updates, and as suggested replicated
-             the File::Spec::Unix documentation updates also on the
-             File::Spec documentation.
-             
-             TODO: there seems to be duplication of documentation
-             between File::Spec and File::Spec::Unix.  I think
-             the ::Unix should be left only with specific UNIXisms,
-             and all the generic documentation should be in ::Spec.
-     Branch: perl
-          ! lib/File/Find/t/find.t lib/File/Find/t/taint.t
-          ! lib/File/Spec.pm lib/File/Spec.t lib/File/Spec/Mac.pm
-          ! lib/File/Spec/Unix.pm
-____________________________________________________________________________
-[ 12439] By: jhi                                   on 2001/10/15  12:32:07
-        Log: Subject: Re: [PATCH t/op/magic.t] missing tests on Win32
-             From: Blair Zajac <blair@orcaware.com>
-             Date: Mon, 24 Sep 2001 11:48:58 -0700
-             Message-ID: <3BAF801A.88A4F614@orcaware.com>     
-             
-             (the skip() messages)
-     Branch: perl
-          ! t/op/magic.t
-____________________________________________________________________________
-[ 12438] By: ams                                   on 2001/10/14  23:43:59
-        Log: Subject: [PATCH] make PerlIO default on VMS
-             From: "Craig A. Berry" <craigberry@mac.com>
-             Date: Sun, 14 Oct 2001 15:27:18 -0500
-             Message-Id: <5.1.0.14.0.20011014152339.021ec150@exchi01>
-     Branch: perl
-          ! configure.com
-____________________________________________________________________________
-[ 12437] By: jhi                                   on 2001/10/14  23:05:57
-        Log: Retract #12436 (Abhijit already did this at #12426)
-     Branch: perl
-          ! lib/ExtUtils/MM_Unix.pm
-____________________________________________________________________________
-[ 12436] By: jhi                                   on 2001/10/14  21:22:43
-        Log: (retracted by #12437)
-             Subject: [PATCH lib/ExtUtils/MM_Unix.pm] MakeMaker tries to parse commented out $VERSION
-             From: =?iso-8859-1?Q?Kay_R=F6pke?= <kroepke@dolphin-services.de>
-             Date: Sat, 13 Oct 2001 20:33:55 +0200
-             Message-Id: <E15sTbe-0001nt-00@mrvdom04.kundenserver.de>
-     Branch: perl
-          ! lib/ExtUtils/MM_Unix.pm
-____________________________________________________________________________
-[ 12435] By: jhi                                   on 2001/10/14  21:21:52
-        Log: Subject: h2xs grammar nit
-             From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
-             Date: Fri, 12 Oct 2001 00:12:01 -0700 (PDT)
-             Message-ID: <Pine.GSU.4.21.0110120010540.9710-100000@garcia.efn.org>
-     Branch: perl
-          ! utils/h2xs.PL
-____________________________________________________________________________
-[ 12434] By: jhi                                   on 2001/10/14  13:48:30
-        Log: Subject: [PATCH @12422] Fix scoping problem with FATAL warnings
-             From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
-             Date: Sun, 14 Oct 2001 11:25:08 +0100
-             Message-ID: <AIEAJICLCBDNAAOLLOKLCEFDDCAA.Paul_Marquess@Yahoo.co.uk>
-     Branch: perl
-          ! lib/warnings.pm pod/perllexwarn.pod t/lib/warnings/7fatal
-          ! warnings.pl
-____________________________________________________________________________
-[ 12433] By: jhi                                   on 2001/10/13  23:20:11
-        Log: Use File::Spec (needs Thomas Wegner's upcoming patch
-             for File::Spec::Mac::catfile)
-     Branch: perl
-          ! lib/h2xs.t
-____________________________________________________________________________
-[ 12432] By: jhi                                   on 2001/10/13  23:17:31
-        Log: Subject: [PATCH] Re: default module version for h2xs (was Re: [PATCH] Re: What sort of Makefile.PL should h2xs write?)   
-             From: Nicholas Clark <nick@ccl4.org>
-             Date: Sat, 13 Oct 2001 00:07:31 +0100
-             Message-ID: <20011013000731.D67535@plum.flirble.org>
-     Branch: perl
-          ! lib/h2xs.t utils/h2xs.PL
-____________________________________________________________________________
-[ 12431] By: jhi                                   on 2001/10/13  22:35:58
-        Log: Define PASTHRU_DEFINE and PASTHRU_INC (which are used
-             before DEFINE and INC), and repent by taking DEFINE and
-             INC away from PASTHRU.
-     Branch: perl
-          ! lib/ExtUtils/MM_Unix.pm
-____________________________________________________________________________
-[ 12430] By: jhi                                   on 2001/10/13  21:23:09
-        Log: More MANIFEST anomalies.
-     Branch: perl
-          ! MANIFEST
-____________________________________________________________________________
-[ 12429] By: jhi                                   on 2001/10/13  21:01:32
-        Log: Not that many.
-     Branch: perl
-          ! MANIFEST
-____________________________________________________________________________
-[ 12428] By: sky                                   on 2001/10/13  20:59:27
-        Log: Subject: [DOC PATCH] pod syntax fixups for File::Spec::* modules
-             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
-             Date: Sat, 13 Oct 2001 23:15:55 +0200
-             Message-ID: <20011013231555.A18071@rafael>
-     Branch: perl
-          ! lib/File/Spec.pm lib/File/Spec/Epoc.pm lib/File/Spec/Mac.pm
-          ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
-____________________________________________________________________________
-[ 12427] By: jhi                                   on 2001/10/13  20:54:17
-        Log: Rewrite mktables from scratch.
-             - Cleaner.
-             - Faster: 15-20 seconds as opposed to several minutes.
-             - More dynamic: the names of the various categories
-             such as the linebreak ones are dynamic, not static.
-             - Is.pl: long names for the general category properties
-             are now available.
-             - Ranges (<... ,First>, <..., Last>) from the general
-             categories work now.
-             - No more mktables.PL because the mktables.PL is not
-             and never has been run to create a mktables.
-             - syllables.txt and Is/Syl*.pl removed: non-standard
-             (not part of the Unicode), and the whole concept is
-             being reworked (http://syllabary.sourceforge.net/),
-             the old way wouldn't even work with the new Syllables.txt
-             (it would result in 1000+ new categories)
-     Branch: perl
-          + lib/unicore/In/163.pl lib/unicore/In/164.pl
-          + lib/unicore/In/165.pl lib/unicore/In/166.pl
-          + lib/unicore/In/167.pl lib/unicore/In/168.pl
-          + lib/unicore/In/169.pl lib/unicore/In/170.pl
-          + lib/unicore/In/171.pl lib/unicore/Is.pl
-          + lib/unicore/Is/Title.pl lib/unicore/Lbrk.pl
-          + lib/unicore/mktables
-          - lib/unicore/Is/SylA.pl lib/unicore/Is/SylAA.pl
-          - lib/unicore/Is/SylAAI.pl lib/unicore/Is/SylAI.pl
-          - lib/unicore/Is/SylC.pl lib/unicore/Is/SylE.pl
-          - lib/unicore/Is/SylEE.pl lib/unicore/Is/SylI.pl
-          - lib/unicore/Is/SylII.pl lib/unicore/Is/SylN.pl
-          - lib/unicore/Is/SylO.pl lib/unicore/Is/SylOO.pl
-          - lib/unicore/Is/SylU.pl lib/unicore/Is/SylV.pl
-          - lib/unicore/Is/SylWA.pl lib/unicore/Is/SylWAA.pl
-          - lib/unicore/Is/SylWC.pl lib/unicore/Is/SylWE.pl
-          - lib/unicore/Is/SylWEE.pl lib/unicore/Is/SylWI.pl
-          - lib/unicore/Is/SylWII.pl lib/unicore/Is/SylWO.pl
-          - lib/unicore/Is/SylWOO.pl lib/unicore/Is/SylWU.pl
-          - lib/unicore/Is/SylWV.pl lib/unicore/Is/Syllable.pl
-          - lib/unicore/syllables.txt
-          ! (edit 304 files)
-____________________________________________________________________________
-[ 12426] By: ams                                   on 2001/10/13  18:05:36
-        Log: ExtUtils::MM_Unix should ignore comments when searching for
-             $VERSION.
-     Branch: perl
-          ! lib/ExtUtils/MM_Unix.pm
-____________________________________________________________________________
-[ 12425] By: jhi                                   on 2001/10/13  12:26:41
-        Log: Subject: Re: New module XML::Clean
-             From: andreas.koenig@anima.de (Andreas J. Koenig)
-             Date: 13 Oct 2001 10:17:09 +0200
-             Message-ID: <m37ku0t0my.fsf@anima.de>
-     Branch: perl
-          ! pod/perlnewmod.pod
-____________________________________________________________________________
-[ 12424] By: sky                                   on 2001/10/13  09:39:59
-        Log: Set thread stack size if needed.
-     Branch: perl
-          ! ext/threads/threads.xs
-____________________________________________________________________________
-[ 12423] By: sky                                   on 2001/10/13  09:36:49
-        Log: We do want to set the attribute to joinable even on modern posix
-             platforms.
-     Branch: perl
-          ! ext/threads/threads.xs
-____________________________________________________________________________
-[ 12422] By: jhi                                   on 2001/10/13  02:04:44
-        Log: Subject: [PATCH ext/Data/Dumper.xs]
-             From: Brian Ingerson <ingy@ttul.org>
-             Date: Fri, 12 Oct 2001 19:32:35 -0700
-             Message-ID: <20011012193235.B889@ttul.org>
-     Branch: perl
-          ! ext/Data/Dumper/Dumper.xs
-____________________________________________________________________________
-[ 12421] By: jhi                                   on 2001/10/12  23:22:45
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[ 12420] By: jhi                                   on 2001/10/12  22:51:17
-        Log: FAQ sync.
-     Branch: perl
-          ! pod/perlfaq3.pod pod/perlfaq4.pod
-____________________________________________________________________________
-[ 12419] By: jhi                                   on 2001/10/12  22:46:49
-        Log: Subject: RE: [PATCH File::Copy] Silence warnings for tied filehandles     
-             From: "Wilson, Doug" <Doug_Wilson@intuit.com>
-             Date: Fri, 12 Oct 2001 11:51:05 -0700
-             Message-ID: <35A280DF784CD411A06B0008C7B130AD0115DDAE@sdex04.sd.intuit.com>
-     Branch: perl
-          ! lib/File/Copy.pm
-____________________________________________________________________________
-[ 12418] By: jhi                                   on 2001/10/12  22:44:24
-        Log: Subject: [PATCH lib/Term/Complete.t] Rethinking the Test
-             From: "chromatic" <chromatic@rmci.net>     
-             Date: Thu, 11 Oct 2001 10:57:55 -0600
-             Message-ID: <20011011170354.74354.qmail@onion.perl.org>
-             
-             Subject: [PATCH Complete.pm] Re: [PATCH lib/Term/Complete.t] Rethinking the Test
-             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
-             Date: Thu, 11 Oct 2001 22:34:21 +0200
-             Message-ID: <20011011223421.A693@rafael>     
-             
-             plus undef $Term::Complete::stty as suggested by Rafael.
-     Branch: perl
-          ! lib/Term/Complete.pm lib/Term/Complete.t
-____________________________________________________________________________
-[ 12417] By: jhi                                   on 2001/10/12  20:35:49
-        Log: UUnndduupplleexx..
-     Branch: perl
-          ! perl.h
-____________________________________________________________________________
-[ 12416] By: sky                                   on 2001/10/12  20:16:19
-        Log: Subject: Re: Sparc/Linux/ithreads unhappy @12391 [PATCH]
-             From: Andy Dougherty <doughera@lafayette.edu>
-             Date: Fri, 12 Oct 2001 16:53:03 -0400 (EDT)
-             Message-ID: <Pine.SOL.4.10.10110121647360.11279-100000@maxwell.phys.lafayette.edu>
-             (Potentially only band-aid)
-     Branch: perl
-          ! sv.c
-____________________________________________________________________________
-[ 12415] By: jhi                                   on 2001/10/12  20:13:06
-        Log: VMS pre-7.0 (which doesn't have sigaction()) uniformly
-             mishandles kill(), and therefore the sigaction test
-             should be skipped, from Charles Lane.
-     Branch: perl
-          ! ext/POSIX/t/sigaction.t
-____________________________________________________________________________
-[ 12414] By: sky                                   on 2001/10/12  18:47:49
-        Log: Perhaps other OLD_POSIX_API systems might be happy and not only HP-UX 10.20
-     Branch: perl
-          ! op.h
-____________________________________________________________________________
-[ 12413] By: jhi                                   on 2001/10/12  18:35:31
-        Log: Upgrade to Math::BigInt 1.44 from Tels and
-             further fixes from John Peacock.
-     Branch: perl
-          + lib/Math/BigInt/t/Math/Subclass.pm
-          + lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/calling.t
-          + lib/Math/BigInt/t/subclass.t
-          ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
-          ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
-          ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
-          ! lib/Math/BigInt/t/mbimbf.t
-____________________________________________________________________________
-[ 12412] By: sky                                   on 2001/10/12  18:28:23
-        Log: perhaps pthread_attr_t really needs to be set for the old api
-     Branch: perl
-          ! ext/threads/threads.xs
-____________________________________________________________________________
-[ 12411] By: sky                                   on 2001/10/12  18:11:45
-        Log: pthread_keycreate not pthread_key_create under the here be dragons API
-     Branch: perl
-          ! ext/threads/threads.h
-____________________________________________________________________________
-[ 12410] By: sky                                   on 2001/10/12  18:07:37
-        Log: Apperently OLD PTHREADS API is a bit retarded.
-             This should fix another set of compile failures in HP-UX 10.20.
-     Branch: perl
-          ! ext/threads/threads.h ext/threads/threads.xs
-____________________________________________________________________________
-[ 12409] By: nick                                  on 2001/10/12  15:30:01
-        Log: Blind integrate of mainline
-     Branch: perlio
-         +> (branch 32 files)
-          - lib/unicode/README
-         !> (integrate 121 files)
-____________________________________________________________________________
-[ 12408] By: sky                                   on 2001/10/12  14:55:08
-        Log: Let us avoid being smart for now.
-     Branch: perl
-          ! ext/threads/threads.h
-____________________________________________________________________________
-[ 12407] By: sky                                   on 2001/10/12  14:38:12
-        Log: (void*) the argument to make sure we work with picky compilers
-     Branch: perl
-          ! ext/threads/threads.xs
-____________________________________________________________________________
-[ 12406] By: ams                                   on 2001/10/12  13:26:04
-        Log: (replaced with #12600)
-             
-             Subject: [PATCH 5.6.1 perldoc] use File::Temp
-             From: Mikhail Zabaluev <mhz@alt-linux.org>
-             Date: Fri, 12 Oct 2001 12:47:47 +0400
-             Message-Id: <20011012124747.E13918@localhost.localdomain>
-     Branch: perl
-          ! utils/perldoc.PL
-____________________________________________________________________________
-[ 12405] By: ams                                   on 2001/10/12  13:05:32
-        Log: Subject: [PATCH] (Was: lib/Memoize/t/speed.................FAILED at test 2)
-             From: andreas.koenig@anima.de (Andreas J. Koenig)
-             Date: 12 Oct 2001 11:12:07 +0200
-             Message-Id: <m3wv21te6w.fsf_-_@anima.de>
-     Branch: perl
-          ! lib/Memoize/t/speed.t
-____________________________________________________________________________
-[ 12404] By: sky                                   on 2001/10/12  12:46:15
-        Log: A) Support OLD_PTHREADS_API
-             B) Change from using pthread_t to using a TLS to store the
-             index of the thread in an hash, this is to avoid problems when
-             in fact pthread_t was not a seralizable type.
-             Both these changes are because of HP-UX 10.20
-             This has not been tested on win32 but should work there.
-             Need to add support for NetWare.
-     Branch: perl
-          ! ext/threads/threads.h ext/threads/threads.xs
-____________________________________________________________________________
-[ 12403] By: ams                                   on 2001/10/12  07:34:19
-        Log: Subject: Re: New module XML::Clean
-             From: andreas.koenig@anima.de (Andreas J. Koenig)
-             Date: 12 Oct 2001 10:20:35 +0200
-             Message-Id: <m3elo9uv58.fsf@anima.de>
-     Branch: perl
-          ! pod/perlnewmod.pod
-____________________________________________________________________________
-[ 12402] By: jhi                                   on 2001/10/11  19:51:04
-        Log: More HP model tweaks from Merijn.
-     Branch: perl
-          ! README.hpux
-____________________________________________________________________________
-[ 12401] By: jhi                                   on 2001/10/11  13:03:10
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[ 12400] By: jhi                                   on 2001/10/11  11:33:20
-        Log: HP-UX update from H.Merijn Brand.
-     Branch: perl
-          ! README.hpux
-____________________________________________________________________________
-[ 12399] By: jhi                                   on 2001/10/11  00:53:56
-        Log: Subject: [PATCH] fix link rot in README.vms
-             From: "Craig A. Berry" <craigberry@mac.com>
-             Date: Wed, 10 Oct 2001 17:17:00 -0500
-             Message-Id: <5.1.0.14.0.20011010171057.01bd77c8@exchi01>
-     Branch: perl
-          ! README.vms
-____________________________________________________________________________
-[ 12398] By: jhi                                   on 2001/10/11  00:49:42
-        Log: Subject: [PATCH lib/Term/Complete.t] (was Re: lib/Term/Complete.t won't complete in background)
-             From: "chromatic" <chromatic@rmci.net>
-             Date: Wed, 10 Oct 2001 15:50:30 -0600
-             Message-ID: <20011010215627.13283.qmail@onion.perl.org> 
-     Branch: perl
-          ! lib/Term/Complete.t
-____________________________________________________________________________
-[ 12397] By: jhi                                   on 2001/10/11  00:48:54
-        Log: Subject: [PATCH MANIFEST lib/ExtUtils/Packlist.t] Add Tests for ExtUtils::Packlist
-             From: "chromatic" <chromatic@rmci.net>
-             Date: Wed, 10 Oct 2001 15:45:42 -0600
-             Message-ID: <20011010215140.8913.qmail@onion.perl.org>
-     Branch: perl
-          + lib/ExtUtils/Packlist.t
-          ! MANIFEST
-____________________________________________________________________________
-[ 12396] By: jhi                                   on 2001/10/10  20:20:22
-        Log: VMS needs quotes around the -I option to keep it from
-             being downcased, from Charles Lane.
-     Branch: perl
-          ! t/run/kill_perl.t
-____________________________________________________________________________
-[ 12395] By: ams                                   on 2001/10/10  16:22:32
-        Log: Subject: [PATCH lib/FindBin.pm]
-             From: Stas Bekman <stas@stason.org>
-             Date: Tue, 09 Oct 2001 23:57:10 +0800
-             Message-Id: <3BC31E56.60805@stason.org>
-     Branch: perl
-          ! lib/FindBin.pm
-____________________________________________________________________________
-[ 12394] By: ams                                   on 2001/10/10  16:09:53
-        Log: Subject: Re: /usr/include/sys/e ?? (perl@12340)
-             From: Abhijit Menon-Sen <ams@wiw.org>
-             Date: Wed, 10 Oct 2001 21:59:33 +0530
-             Message-Id: <20011010215933.B2444@lustre.dyn.wiw.org>
-     Branch: perl
-          ! ext/Data/Dumper/Dumper.xs
-____________________________________________________________________________
-[ 12393] By: jhi                                   on 2001/10/10  15:53:39
-        Log: VMS: reorder the elimination of 000000 in the canonpath logic,
-             from Charles Lane.
-     Branch: perl
-          ! lib/File/Spec/VMS.pm
-____________________________________________________________________________
-[ 12392] By: ams                                   on 2001/10/10  14:49:43
-        Log: Subject: [PATCH] two s/// bugfixes
-             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
-             Date: Wed, 10 Oct 2001 17:23:44 +0200
-             Message-Id: <20011010172344.C22440@rafael>
-     Branch: perl
-          ! pp_ctl.c regexec.c t/op/subst.t
-____________________________________________________________________________
-[ 12391] By: jhi                                   on 2001/10/10  12:22:02
-        Log: Fix/improve handling of the [000000] special "root"
-             directory, by putting cwd in canonical form when doing
-             abs2rel, and prepending a 000000 to directory "chunks"
-             if missing from base or path.  Also adjust test to
-             reflect the (improved) output from abs2rel.
-             From Charles Lane.
-     Branch: perl
-          ! lib/File/Spec.t lib/File/Spec/VMS.pm
-____________________________________________________________________________
-[ 12390] By: jhi                                   on 2001/10/10  11:48:14
-        Log: In VMS the copy-to-untaint %ENV in the initialization also loses
-             all of the extra VMSish attributes (such as "treat this logical
-             as a device name") that are necessary to make programs run.
-             A tainted %ENV does not hinder VMS.  From Charles Lane.
-     Branch: perl
-          ! lib/File/Find/t/taint.t
-____________________________________________________________________________
-[ 12389] By: jhi                                   on 2001/10/10  11:40:29
-        Log: VMS-specific fixes to the ExtUtils::Manifest tests.
-             
-             o  VMS is case-insensitive, RTL downcases filenames read
-             by perl... so need to re-upcase filenames like MANIFEST
-             and MANIFEST.SKIP
-             
-             o  Need to convert VMS-style to Unix-style filenames when comparing
-             names in MANIFEST to names in filesystem.
-             
-             o  Need to remove mantest/MANIFEST before rmdir'ing mantest,
-             since VMS won't let you (easily) delete non-empty directories.
-             
-             From Charles Lane.
-     Branch: perl
-          ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Manifest.t
-____________________________________________________________________________
-[ 12388] By: jhi                                   on 2001/10/10  11:28:44
-        Log: Unix and VMS agree on "*" as a "match any number of any chars"
-             wildcards, but differ ("?"  vs.  "%") for their "match any single
-             char" wildcard.  This patch changes "?"  chars to "%" before doing a
-             VMS glob...at no loss of functionality, since "?"  isn't a valid
-             filename char on VMS.  From Charles Lane.
-     Branch: perl
-          ! doio.c
-____________________________________________________________________________
-[ 12387] By: jhi                                   on 2001/10/10  11:20:13
-        Log: (accidentally empty submit; new life as #12390)
-     Branch: perl
-          ! lib/File/Find/t/taint.t
-____________________________________________________________________________
-[ 12386] By: jhi                                   on 2001/10/10  11:12:40
-        Log: Even more VMS tweakage from Charles Lane:
-             
-             Tweak #1:  splitdir only works on directory part of filespec,
-             split off volume first
-             Tweak #2:  VMS pre-7.0's $ENV{'HOME'} is not settable
-             (it's a horrible kludge in the run-time library,
-             improved in later versions). Check the
-             $Config{'d_setenv'} flag before attempting to set it.
-     Branch: perl
-          ! t/op/chdir.t
-____________________________________________________________________________
-[ 12385] By: jhi                                   on 2001/10/09  20:34:36
-        Log: VMS tweakage from Charles Lane.
-             
-             . command.com doubles an output line when prompting for extensions
-             . Term::Cap has no business trying to run obscure Un*x utilities on VMS
-             . perl5db doesn't clean up after itself
-     Branch: perl
-          ! configure.com lib/Term/Cap.pm lib/perl5db.pl
-____________________________________________________________________________
-[ 12384] By: sky                                   on 2001/10/09  19:16:11
-        Log: Subject: [PATCH again again], Re: [PATCH again] Re: [PATCH mg.c gv.c and others] ${^TAINT}
-             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
-             Date: Tue, 9 Oct 2001 22:10:26 +0200
-             Message-ID: <20011009221026.A8579@rafael>
-     Branch: perl
-          ! pod/perldata.pod
-____________________________________________________________________________
-[ 12383] By: jhi                                   on 2001/10/09  14:33:15
-        Log: Subject: [PATCH t/op/subst.t] new tests, new TODO test
-             From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
-             Date: 9 Oct 2001 15:15:06 -0000
-             Message-Id: <slrn9s653h.h2p.rgarciasuarez@rafael.kazibao.net>
-     Branch: perl
-          ! t/op/subst.t
-____________________________________________________________________________
-[ 12382] By: jhi                                   on 2001/10/09  14:03:30
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[ 12381] By: jhi                                   on 2001/10/09  13:52:50
-        Log: Seems that a glob(undef) triggers an ACCVIO in Perl_flex_stat
-             Seems that a glob(undef) triggers an ACCVIO in Perl_flex_stat,
-             when a NULL is passed for the filename string pointer.
-             From Charles Lane.
-     Branch: perl
-          ! vms/vms.c
-____________________________________________________________________________
-[ 12379] By: jhi                                   on 2001/10/09  13:03:49
-        Log: Subject: HP systems update
-             From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
-             Date: Tue, 09 Oct 2001 15:59:22 +0200
-             Message-Id: <20011009155614.A4F5.H.M.BRAND@hccnet.nl>
-     Branch: perl
-          ! README.hpux
-____________________________________________________________________________
-[ 12378] By: jhi                                   on 2001/10/09  12:52:21
-        Log: CPAN::Nox does now have a test.
-     Branch: perl
-          ! t/lib/1_compile.t
-____________________________________________________________________________
-[ 12377] By: jhi                                   on 2001/10/09  12:23:27
-        Log: Subject: [ID 20011001.009] /usr/bin/perl (in addition to /usr/local/bin/perl)
-             From: David Dyck <dcd@tc.fluke.com>
-             Date: Mon, 1 Oct 2001 12:17:36 -0700
-             Message-Id: <200110011917.MAA11879@dd.tc.fluke.com>
-     Branch: perl
-          ! installperl
-____________________________________________________________________________
-[ 12376] By: jhi                                   on 2001/10/09  12:18:39
-        Log: NetWare update from Ananth Kesari.
-     Branch: perl
-          ! NetWare/nwperlsys.h makedef.pl
-____________________________________________________________________________
-[ 12375] By: jhi                                   on 2001/10/09  11:43:01
-        Log: Subject: [PATCH Perl@12307] File::Find test on VMS
-             From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
-             Date: Tue, 9 Oct 2001 08:40:57 EDT
-             Message-Id: <011009083426.17530f@DUPHY4.Physics.Drexel.Edu>
-     Branch: perl
-          ! lib/File/Find/t/find.t
-____________________________________________________________________________
-[ 12374] By: ams                                   on 2001/10/09  05:31:45
-        Log: Subject: [PATCH MANIFEST lib/ExtUtils/Mkbootstrap.t] Add Tests for
-             ExtUtils::Mkbootstrap
-             From: "chromatic" <chromatic@rmci.net>
-             Date: Tue, 09 Oct 2001 00:08:37 -0600
-             Message-Id: <20011009061432.46666.qmail@onion.perl.org>
-     Branch: perl
-          + lib/ExtUtils/Mkbootstrap.t
-          ! MANIFEST
-____________________________________________________________________________
-[ 12373] By: jhi                                   on 2001/10/09  02:56:13
-        Log: Enable more debugging.
-     Branch: perl
-          ! lib/utf8_heavy.pl
-____________________________________________________________________________
-[ 12372] By: ams                                   on 2001/10/09  02:11:59
-        Log: #12370 forgot to modify is_gv_magical().
-     Branch: perl
-          ! gv.c
-____________________________________________________________________________
-[ 12371] By: jhi                                   on 2001/10/09  01:48:17
-        Log: Make the toupper/lower/title API for Unicode not right
-             but at least less wrong: prepare for the mapping being
-             more than just one-character-to-one-character.
-     Branch: perl
-          ! embed.h embed.pl global.sym handy.h pp.c proto.h regcomp.c
-          ! regexec.c utf8.c
-____________________________________________________________________________
-[ 12370] By: jhi                                   on 2001/10/09  01:23:08
-        Log: Subject: Re: [PATCH mg.c gv.c and others] ${^TAINT}
-             From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
-             Date: Mon, 8 Oct 2001 22:18:23 -0400
-             Message-ID: <20011008221823.A413700@linguist.thayer.dartmouth.edu>
-     Branch: perl
-          ! pod/perlvar.pod t/op/taint.t
-____________________________________________________________________________
-[ 12369] By: jhi                                   on 2001/10/08  23:31:21
-        Log: FAQ sync.
-     Branch: perl
-          ! pod/perlfaq3.pod pod/perlfaq4.pod
-____________________________________________________________________________
-[ 12368] By: jhi                                   on 2001/10/08  21:20:45
-        Log: Subject: [PATCH lib/Term/Cap.t] Fix Debian Failures on Test 22
-             From: "chromatic" <chromatic@rmci.net>
-             Date: Mon, 08 Oct 2001 14:05:32 -0600
-             Message-ID: <20011008201126.73702.qmail@onion.perl.org>
-     Branch: perl
-          ! lib/Term/Cap.t
-____________________________________________________________________________
-[ 12367] By: jhi                                   on 2001/10/08  21:10:49
-        Log: Subject: [PATCH again] Re: [PATCH mg.c gv.c and others] ${^TAINT}
-             From: Michael G Schwern <schwern@pobox.com>
-             Date: Mon, 8 Oct 2001 17:00:14 -0400
-             Message-ID: <20011008170014.L17083@blackrider>
-     Branch: perl
-          ! gv.c mg.c pod/perlvar.pod t/op/magic.t t/op/taint.t
-____________________________________________________________________________
-[ 12366] By: jhi                                   on 2001/10/08  20:43:19
-        Log: Subject: [PATCH Perl@12307] Time::Hires for VMS pre-7.0
-             From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
-             Date: Mon, 8 Oct 2001 16:01:33 EDT
-             Message-Id: <011008155856.1604b5@DUPHY4.Physics.Drexel.Edu>
-     Branch: perl
-          ! ext/Time/HiRes/HiRes.xs
-____________________________________________________________________________
-[ 12365] By: jhi                                   on 2001/10/08  20:41:50
-        Log: Subject: [PATCH] Autosplit patch for VMS
-             From: "Craig A. Berry" <craigberry@mac.com>
-             Date: Mon, 08 Oct 2001 15:40:43 -0500
-             Message-Id: <5.1.0.14.0.20011008150808.02302618@exchi01>
-     Branch: perl
-          ! lib/AutoSplit.pm lib/AutoSplit.t
-____________________________________________________________________________
-[ 12364] By: jhi                                   on 2001/10/08  20:36:58
-        Log: Don't assume that everybody is running OS X 10.1 yet;
-             from Kay Röpke.
-     Branch: perl
-          ! hints/darwin.sh
-____________________________________________________________________________
-[ 12363] By: jhi                                   on 2001/10/08  14:26:35
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[ 12362] By: jhi                                   on 2001/10/08  14:05:50
-        Log: Retract #12358 for now.
-     Branch: perl
-          ! lib/Term/Cap.t
-____________________________________________________________________________
-[ 12361] By: jhi                                   on 2001/10/08  13:57:10
-        Log: Can't figure out what this is testing.
-             (If it is trying to catch SIGKILL, it should stop
-             trying because that is by definition impossible.)
-     Branch: perl
-          ! lib/sigtrap.t
-____________________________________________________________________________
-[ 12360] By: jhi                                   on 2001/10/08  13:23:28
-        Log: Subject: [PATCH bleadperl] why some tests fail on Win95...
-             From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
-             Date: Sun, 30 Sep 2001 21:15:13 +0200
-             Message-ID: <5033457805.20010930211513@tesla.rcub.bg.ac.yu>
-     Branch: perl
-          ! lib/ExtUtils/MM_Win32.pm
-____________________________________________________________________________
-[ 12359] By: jhi                                   on 2001/10/08  12:37:17
-        Log: Clarify the ldlibpth part and condense the overall text.
-     Branch: perl
-          ! t/TEST
-____________________________________________________________________________
-[ 12358] By: jhi                                   on 2001/10/08  11:56:49
-        Log: Subject: Re: [PATCH] & what's to be done for 5.8.0?
-             From: "chromatic" <chromatic@rmci.net>
-             Date: Sun, 07 Oct 2001 16:59:26 -0600
-             Message-ID: <20011007230518.90917.qmail@onion.perl.org>
-     Branch: perl
-          ! lib/Term/Cap.t
-____________________________________________________________________________
-[ 12357] By: jhi                                   on 2001/10/08  11:54:50
-        Log: Update the list because fo #12265.
-     Branch: perl
-          ! t/lib/1_compile.t
-____________________________________________________________________________
-[ 12356] By: jhi                                   on 2001/10/08  11:53:30
-        Log: Subject: [PATCH] & what's to be done for 5.8.0? 
-             From: Nicholas Clark <nick@ccl4.org>
-             Date: Sun, 7 Oct 2001 20:53:33 +0100
-             Message-ID: <20011007205333.S38756@plum.flirble.org>   
-     Branch: perl
-          ! ext/B/t/showlex.t ext/B/t/stash.t ext/Cwd/t/taint.t
-          ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
-          ! ext/DB_File/t/db-recno.t ext/Fcntl/t/fcntl.t lib/CGI/t/carp.t
-          ! lib/CGI/t/cookie.t lib/File/Find/t/taint.t lib/FindBin.t
-          ! lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
-          ! lib/Net/t/smtp.t lib/Switch/t/given.t lib/Switch/t/nested.t
-          ! lib/Switch/t/switch.t lib/Term/Complete.t
-          ! lib/Test/Simple/t/plan_is_noplan.t lib/Test/Simple/t/todo.t
-          ! lib/bigfloat.t lib/bigint.t lib/integer.t t/op/flip.t
-          ! t/op/my_stash.t
-____________________________________________________________________________
-[ 12355] By: jhi                                   on 2001/10/08  11:51:29
-        Log: Integrate patch #12350 from maintperl; typo in
-             IO::Seekable doc.
-     Branch: perl
-         !> ext/IO/lib/IO/Seekable.pm
-____________________________________________________________________________
-[ 12354] By: jhi                                   on 2001/10/08  11:41:16
-        Log: Detypo.
-     Branch: perl
-          ! hints/darwin.sh
-____________________________________________________________________________
-[ 12353] By: sky                                   on 2001/10/07  17:16:14
-        Log: Change 12349 didn't really get it right.
-     Branch: perl
-          ! lib/Unicode/README
-____________________________________________________________________________
-[ 12352] By: jhi                                   on 2001/10/07  15:03:18
-        Log: If running the harness the dynamic library search path
-             may need setting.
-     Branch: perl
-          ! t/TEST
-____________________________________________________________________________
-[ 12351] By: jhi                                   on 2001/10/07  14:17:12
-        Log: It seems that in MacOS X 10.1 one must use -flat_namespace
-             in ldflags.
-     Branch: perl
-          ! hints/darwin.sh
-____________________________________________________________________________
-[ 12350] By: gsar                                  on 2001/10/07  13:30:42
-        Log: typo in IO::Seekable doc
-     Branch: maint-5.6/perl
-          ! ext/IO/lib/IO/Seekable.pm
-____________________________________________________________________________
-[ 12349] By: jhi                                   on 2001/10/07  12:49:31
-        Log: Give up the fantasy of having lib/Unicode and lib/unicode:
-             doesn't work on Mac OS X 10.1 (when unpacking the tar the
-             latter gets renamed as lib/unicode:1, assumedly for security
-             reasons not to overwrite stuff)
-     Branch: perl
-          + lib/Unicode/README
-          - lib/unicode/README
-          ! MANIFEST
-____________________________________________________________________________
-[ 12348] By: ams                                   on 2001/10/07  05:33:40
-        Log: Subject: [PATCH MANIFEST lib/CPAN/t/Nox.t] Add Tests for CPAN::Nox
-             From: "chromatic" <chromatic@rmci.net>
-             Date: Sat, 06 Oct 2001 21:42:03 -0600
-             Message-Id: <20011007034754.21057.qmail@onion.perl.org>
-     Branch: perl
-          + lib/CPAN/t/Nox.t
-          ! MANIFEST
-____________________________________________________________________________
-[ 12347] By: ams                                   on 2001/10/07  00:48:10
-        Log: Subject: [PATCH MANIFEST lib/sigtrap.t] Add Tests for sigtrap.pm
-             From: "chromatic" <chromatic@rmci.net>
-             Date: Sat, 06 Oct 2001 18:52:10 -0600
-             Message-Id: <20011007005801.98381.qmail@onion.perl.org>
-     Branch: perl
-          + lib/sigtrap.t
-          ! MANIFEST
-____________________________________________________________________________
-[ 12346] By: ams                                   on 2001/10/06  23:14:01
-        Log: Subject: [PATCH] (was Re: [PATCH] Re: What sort of Makefile.PL should
-             h2xs write?)
-             From: Nicholas Clark <nick@ccl4.org>
-             Date: Sat, 6 Oct 2001 21:46:43 +0100
-             Message-Id: <20011006214643.L38756@plum.flirble.org>
-     Branch: perl
-          ! utils/h2xs.PL
-____________________________________________________________________________
-[ 12345] By: ams                                   on 2001/10/06  17:39:53
-        Log: Subject: [PATCH] Memoize tests
-             From: Nicholas Clark <nick@ccl4.org>
-             Date: Sat, 6 Oct 2001 18:04:21 +0100
-             Message-Id: <20011006180421.J38756@plum.flirble.org>
-     Branch: perl
-          ! lib/Memoize/t/array.t lib/Memoize/t/array_confusion.t
-          ! lib/Memoize/t/correctness.t lib/Memoize/t/errors.t
-          ! lib/Memoize/t/expire.t lib/Memoize/t/expire_file.t
-          ! lib/Memoize/t/expire_module_n.t
-          ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/flush.t
-          ! lib/Memoize/t/normalize.t lib/Memoize/t/prototype.t
-          ! lib/Memoize/t/speed.t lib/Memoize/t/tie.t
-          ! lib/Memoize/t/tie_gdbm.t lib/Memoize/t/tie_ndbm.t
-          ! lib/Memoize/t/tie_sdbm.t lib/Memoize/t/tie_storable.t
-          ! lib/Memoize/t/tiefeatures.t lib/Memoize/t/unmemoize.t
-____________________________________________________________________________
-[ 12344] By: jhi                                   on 2001/10/06  00:30:23
-        Log: Retract the latter part of #12343.
-     Branch: perl
-          ! ext/IO/lib/IO/Socket/INET.pm
-____________________________________________________________________________
-[ 12343] By: jhi                                   on 2001/10/05  23:32:07
-        Log: Subject: patch to ext/IO/lib/IO/Socket/INET.pm fixes Bug ID (20010803.022)
-             From: David Dyck <dcd@tc.fluke.com>
-             Date: Fri, 5 Oct 2001 16:04:43 -0700 (PDT)
-             Message-ID: <Pine.LNX.4.33.0110051548340.9856-100000@dd.tc.fluke.com>
-             
-             Subject: Re: patch to ext/IO/lib/IO/Socket/INET.pm fixes Bug ID (20010803.022)
-             From: David Dyck <dcd@tc.fluke.com>
-             Date: Fri, 5 Oct 2001 17:27:46 -0700 (PDT)
-             Message-ID: <Pine.LNX.4.33.0110051714350.14248-100000@dd.tc.fluke.com>
-     Branch: perl
-          ! ext/IO/lib/IO/Socket/INET.pm
-____________________________________________________________________________
-[ 12342] By: jhi                                   on 2001/10/05  16:28:37
-        Log: Subject: [PATCH perl@12307] Re: test names from C<make TEST>
-             From: Robin Barker <rmb1@cise.npl.co.uk>
-             Date: Fri, 5 Oct 2001 18:20:44 +0100 (BST)
-             Message-Id: <200110051720.SAA17023@tempest.npl.co.uk>
-     Branch: perl
-          ! t/TEST
-____________________________________________________________________________
-[ 12341] By: jhi                                   on 2001/10/05  13:54:08
-        Log: Don't assume that %x is good for displaying UVs.
-     Branch: perl
-          ! dump.c
-____________________________________________________________________________
-[ 12340] By: jhi                                   on 2001/10/05  12:41:31
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[ 12339] By: ams                                   on 2001/10/05  10:22:34
-        Log: Subject: [PATCH] perlfunc/select
-             From: Nicholas Clark <nick@ccl4.org>
-             Date: Fri, 5 Oct 2001 11:33:58 +0100
-             Message-Id: <20011005113358.Z38756@plum.flirble.org>
-     Branch: perl
-          ! pod/perlfunc.pod
-____________________________________________________________________________
-[ 12338] By: jhi                                   on 2001/10/04  22:54:06
-        Log: Retract #12313 and #12249.
-     Branch: perl
-          ! pod/perlboot.pod pod/perlbot.pod pod/perlcall.pod
-          ! pod/perldata.pod pod/perldbmfilter.pod pod/perldsc.pod
-          ! pod/perlebcdic.pod
-____________________________________________________________________________
-[ 12337] By: jhi                                   on 2001/10/04  17:17:03
-        Log: Subject: [PATCH] perlvms.pod update
-             From: "Craig A. Berry" <craigberry@mac.com>
-             Date: Thu, 04 Oct 2001 12:55:52 -0500
-             Message-Id: <5.1.0.14.0.20011004124831.01aa49c0@exchi01>
-     Branch: perl
-          ! vms/perlvms.pod
-____________________________________________________________________________
-[ 12336] By: jhi                                   on 2001/10/04  14:02:17
-        Log: Subject: PATCH: Tie::SubstrHash
-             From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
-             Date: Thu, 04 Oct 2001 12:12:41 +0100
-             Message-Id: <200110041112.f94BCfS17390@crypt.compulink.co.uk> 
-     Branch: perl
-          ! lib/Tie/SubstrHash.pm
-____________________________________________________________________________
-[ 12335] By: jhi                                   on 2001/10/04  04:45:00
-        Log: Unicode properties saga continues.
-     Branch: perl
-          ! lib/unicore/In.pl lib/unicore/In/136.pl lib/unicore/In/155.pl
-          ! lib/unicore/mktables.PL lib/utf8_heavy.pl
-____________________________________________________________________________
-[ 12334] By: jhi                                   on 2001/10/04  03:42:04
-        Log: Yet more Unicode properties.
-     Branch: perl
-          + lib/unicore/In/137.pl lib/unicore/In/138.pl
-          + lib/unicore/In/139.pl lib/unicore/In/140.pl
-          + lib/unicore/In/141.pl lib/unicore/In/142.pl
-          + lib/unicore/In/143.pl lib/unicore/In/144.pl
-          + lib/unicore/In/145.pl lib/unicore/In/146.pl
-          + lib/unicore/In/147.pl lib/unicore/In/148.pl
-          + lib/unicore/In/149.pl lib/unicore/In/150.pl
-          + lib/unicore/In/151.pl lib/unicore/In/152.pl
-          + lib/unicore/In/153.pl lib/unicore/In/154.pl
-          + lib/unicore/In/155.pl lib/unicore/In/156.pl
-          + lib/unicore/In/157.pl lib/unicore/In/158.pl
-          + lib/unicore/In/159.pl lib/unicore/In/160.pl
-          + lib/unicore/In/161.pl lib/unicore/In/162.pl
-          ! MANIFEST lib/unicore/In.pl lib/unicore/In/136.pl
-          ! lib/unicore/mktables.PL lib/utf8_heavy.pl pod/perltodo.pod
-          ! pod/perlunicode.pod
-____________________________________________________________________________
-[ 12333] By: jhi                                   on 2001/10/04  03:02:19
-        Log: Subject: [PATCH perl@12307] 2 more VMS test tweaks
-             From: "Craig A. Berry" <craigberry@mac.com>
-             Date: Wed, 03 Oct 2001 17:45:25 -0500
-             Message-Id: <5.1.0.14.0.20011003154131.01bc8528@exchi01>
-             
-             (the lib/Term/Complete.t patched differently by #12332)
-     Branch: perl
-          ! lib/ExtUtils/Command.t
-____________________________________________________________________________
-[ 12332] By: jhi                                   on 2001/10/04  03:00:03
-        Log: Restore only if something to restore.
-     Branch: perl
-          ! lib/Term/Complete.t
-____________________________________________________________________________
-[ 12331] By: pudge                                 on 2001/10/03  19:30:48
-        Log: Update various resources for credits,
-             minor icons fixes, and versions.
-     Branch: maint-5.6/macperl
-          ! macos/MPVersion.r macos/Perl.r macos/macperl/MPDroplet.r
-          ! macos/macperl/MPExtension.rsrc macos/macperl/MPSave.c
-          ! macos/macperl/MacPerl.r macos/macperl/MacPerl.rsrc
-____________________________________________________________________________
-[ 12330] By: pudge                                 on 2001/10/03  19:17:25
-        Log: Quiet the warnings about using undef value
-     Branch: maint-5.6/macperl
-          ! lib/File/Temp.pm
-____________________________________________________________________________
-[ 12329] By: pudge                                 on 2001/10/03  19:14:59
-        Log: Fix up Ballon Help and Help menu docs (first pass);
-             remove balloon rez file, and autogenerate with
-             Balloon2Rez instead.
-     Branch: maint-5.6/macperl
-          + macos/macperl/macscripts/Balloon2Rez
-          - macos/macperl/MPBalloons.r
-          ! macos/macperl/MPBalloons.ball macos/macperl/MacPerl.podhelp
-____________________________________________________________________________
-[ 12328] By: pudge                                 on 2001/10/03  19:11:15
-        Log: Allow overriding of defaults, for change #12327.
-     Branch: maint-5.6/macperl
-          ! perl.h
-____________________________________________________________________________
-[ 12327] By: pudge                                 on 2001/10/03  19:10:26
-        Log: Override PerlProc_exit.
-     Branch: maint-5.6/macperl
-          ! macos/macish.h
-____________________________________________________________________________
-[ 12326] By: pudge                                 on 2001/10/03  19:08:28
-        Log: Add in new macos/ modules, fix up BuildTools and Makefile.
-     Branch: maint-5.6/macperl
-          + macos/bundled_lib/blib/lib/MD5.pm
-          + macos/bundled_lib/t/MD5/md5.t macos/lib/Mac/AETE/App.pm
-          + macos/lib/Mac/AETE/Dialect.pm
-          + macos/lib/Mac/AETE/Format/Converter.pm
-          + macos/lib/Mac/AETE/Format/Dictionary.pm
-          + macos/lib/Mac/AETE/Format/Glue.pm macos/lib/Mac/AETE/Parser.pm
-          + macos/lib/Mac/Glue.pm macos/lib/Mac/OSA/Simple.pm
-          + macos/lib/Mac/Toolbox.pod
-          ! macos/Makefile.mk macos/lib/Mac/BuildTools.pm
-____________________________________________________________________________
-[ 12325] By: pudge                                 on 2001/10/03  18:51:28
-        Log: Sync up silly CVS headers ... I should commit CVS
-             first to avoid this ...
-     Branch: maint-5.6/macperl
-          ! macos/config.h macos/ext/Mac/ExtUtils/MakeToolboxModule
-          ! macos/ext/Mac/Fonts/Fonts.xs macos/ext/MacPerl/MacPerl.xs
-          ! macos/macperl/MPEditor.c macos/macperl/MPGlobals.h
-          ! macos/macperl/MPScript.c macos/macperl/MPUtils.c
-____________________________________________________________________________
-[ 12324] By: pudge                                 on 2001/10/03  18:44:09
-        Log: Fix Matthias' address, and attributions.
-     Branch: maint-5.6/macperl
-          ! AUTHORS README.macos ext/DynaLoader/dl_mac.xs perl.c
-          ! pod/perlport.pod
-____________________________________________________________________________
-[ 12323] By: pudge                                 on 2001/10/03  18:42:37
-        Log: Fix Matthias' address, and attributions.
-     Branch: maint-5.6/macperl
-          ! macos/config.h macos/ext/Mac/AppleEvents/AppleEvents.pm
-          ! macos/ext/Mac/Components/Components.pm
-          ! macos/ext/Mac/Controls/Controls.pm macos/ext/Mac/DCon/DCon.pm
-          ! macos/ext/Mac/Dialogs/Dialogs.pm
-          ! macos/ext/Mac/Events/Events.pm
-          ! macos/ext/Mac/ExtUtils/MakeToolboxModule
-          ! macos/ext/Mac/Files/Files.pm macos/ext/Mac/Fonts/Fonts.pm
-          ! macos/ext/Mac/Gestalt/Gestalt.pm
-          ! macos/ext/Mac/ImageCompression/ImageCompression.pm
-          ! macos/ext/Mac/Lists/Lists.pm macos/ext/Mac/Memory/Memory.pm
-          ! macos/ext/Mac/Menus/Menus.pm
-          ! macos/ext/Mac/MoreFiles/MoreFiles.pm
-          ! macos/ext/Mac/Movies/Movies.pm
-          ! macos/ext/Mac/Navigation/Navigation.pm
-          ! macos/ext/Mac/Notification/Notification.pm
-          ! macos/ext/Mac/OSA/OSA.pm macos/ext/Mac/Processes/Processes.pm
-          ! macos/ext/Mac/QDOffscreen/QDOffscreen.pm
-          ! macos/ext/Mac/QuickDraw/QuickDraw.pm
-          ! macos/ext/Mac/QuickTimeVR/QuickTimeVR.pm
-          ! macos/ext/Mac/Resources/Resources.pm macos/ext/Mac/SAT/SAT.pm
-          ! macos/ext/Mac/Sound/Sound.pm macos/ext/Mac/Speech/Speech.pm
-          ! macos/ext/Mac/SpeechRecognition/SpeechRecognition.pm
-          ! macos/ext/Mac/StandardFile/StandardFile.pm
-          ! macos/ext/Mac/TextEdit/TextEdit.pm
-          ! macos/ext/Mac/Types/Types.pm macos/ext/Mac/Windows/Windows.pm
-          ! macos/fcntl.h macos/lib/ExtUtils/MM_MacOS.pm
-          ! macos/lib/Mac/LowMem.pm
-____________________________________________________________________________
-[ 12322] By: sky                                   on 2001/10/03  18:41:07
-        Log: Subject: [PATCH perl@12307] %ENV tainting for VMS
-             From: "Craig A. Berry" <craigberry@mac.com>
-             Date: Wed, 03 Oct 2001 14:30:55 -0500
-             Message-Id: <5.1.0.14.0.20011003124800.01bd31c0@exchi01>
-     Branch: perl
-          ! vms/vms.c
-____________________________________________________________________________
-[ 12321] By: jhi                                   on 2001/10/03  18:38:34
-        Log: Subject: [PATCH perl@12307] %ENV tainting for VMS
-             From: "Craig A. Berry" <craigberry@mac.com>
-             Date: Wed, 03 Oct 2001 14:30:55 -0500
-             Message-Id: <5.1.0.14.0.20011003124800.01bd31c0@exchi01>
-     Branch: perl
-          ! vms/vms.c
-____________________________________________________________________________
-[ 12320] By: jhi                                   on 2001/10/03  16:47:30
-        Log: Unicode properties: fix L& (the #12319 didn't allow L&,
-             only IsL&) and Inherited (negative lookahead good);
-             add tests for Common, Inherited, and L&.
-     Branch: perl
-          ! lib/utf8_heavy.pl pod/perltodo.pod t/op/pat.t
-____________________________________________________________________________
-[ 12319] By: jhi                                   on 2001/10/03  16:12:53
-        Log: Unicode properties: support \p{(?:Is)?L&} as an alias for \pL.
-             (The Unicode standard uses L& quite often.)
-     Branch: perl
-          ! lib/utf8_heavy.pl
-____________________________________________________________________________
-[ 12318] By: jhi                                   on 2001/10/03  15:57:34
-        Log: Add the 'Common' Unicode property (code points not
-             explicitly assigned to any other script).
-     Branch: perl
-          + lib/unicore/In/136.pl
-          ! MANIFEST lib/unicore/In.pl lib/unicore/mktables.PL
-____________________________________________________________________________
-[ 12317] By: jhi                                   on 2001/10/03  13:23:32
-        Log: Skip the RV printing test under threads until fixed.
-     Branch: perl
-          ! ext/B/t/terse.t
-____________________________________________________________________________
-[ 12316] By: jhi                                   on 2001/10/03  12:57:05
-        Log: Subject: 12309 / cygwin / win2k
-             From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
-             Date: Wed, 03 Oct 2001 15:25:15 +0200
-             Message-Id: <20011003152353.A479.H.M.BRAND@hccnet.nl>
-     Branch: perl
-          ! makedef.pl
-____________________________________________________________________________
-[ 12315] By: jhi                                   on 2001/10/03  12:50:17
-        Log: Metaconfig unit change for #12314.
-     Branch: metaconfig
-          ! U/modified/Head.U
-____________________________________________________________________________
-[ 12314] By: jhi                                   on 2001/10/03  12:49:26
-        Log: Subject: Both cygwin and djgpp on one machine
-             From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
-             Date: Wed, 03 Oct 2001 15:02:59 +0200
-             Message-Id: <20011003150222.A474.H.M.BRAND@hccnet.nl>
-     Branch: perl
-          ! Configure
-____________________________________________________________________________
-[ 12313] By: jhi                                   on 2001/10/03  12:04:49
-        Log: (retracted by #12338)
-             
-             Subject: [PATCH] Code clean up for perlboot.pod
-             From: Casey West <casey@geeknest.com>
-             Date: Tue, 2 Oct 2001 19:24:43 -0400
-             Message-ID: <20011002192443.B2163@stupid.geeknest.com>
-             
-             Subject: [PATCH] Code clean up for perlbot.diff
-             From: Casey West <casey@geeknest.com>
-             Date: Tue, 2 Oct 2001 19:25:22 -0400
-             Message-ID: <20011002192522.C2163@stupid.geeknest.com>
-             
-             Subject: [PATCH] Code clean up for perlcall.pod
-             From: Casey West <casey@geeknest.com>
-             Date: Tue, 2 Oct 2001 19:25:57 -0400
-             Message-ID: <20011002192557.D2163@stupid.geeknest.com>
-             
-             Subject: [PATCH] Code clean up for perldata.pod
-             From: Casey West <casey@geeknest.com>
-             Date: Tue, 2 Oct 2001 19:26:29 -0400
-             Message-ID: <20011002192629.E2163@stupid.geeknest.com>
-             
-             Subject: [PATCH] Code clean up for perldbmfilter.pod
-             From: Casey West <casey@geeknest.com>
-             Date: Tue, 2 Oct 2001 19:26:59 -0400
-             Message-ID: <20011002192659.F2163@stupid.geeknest.com>
-             
-             Subject: [PATCH] Code clean up for perlebcdic.pod
-             From: Casey West <casey@geeknest.com>
-             Date: Tue, 2 Oct 2001 19:27:37 -0400
-             Message-ID: <20011002192737.G2163@stupid.geeknest.com>
-     Branch: perl
-          ! pod/perlboot.pod pod/perlbot.pod pod/perlcall.pod
-          ! pod/perldata.pod pod/perldbmfilter.pod pod/perlebcdic.pod
-____________________________________________________________________________
-[ 12312] By: ams                                   on 2001/10/02  23:43:55
-        Log: Subject: [PATCH lib/ExtUtils/MakeMaker.pm] makemaker@perl.org
-             From: Michael G Schwern <schwern@pobox.com>
-             Date: Tue, 2 Oct 2001 17:00:49 -0400
-             Message-Id: <20011002170049.A9955@blackrider>
-     Branch: perl
-          ! lib/ExtUtils/MakeMaker.pm
-____________________________________________________________________________
-[ 12311] By: jhi                                   on 2001/10/02  23:24:07
-        Log: FAQ sync.
-     Branch: perl
-          ! pod/perlfaq3.pod
-____________________________________________________________________________
-[ 12310] By: nick                                  on 2001/10/02  16:09:49
-        Log: Integrate mainline
-     Branch: perlio
-         !> AUTHORS Changes ext/I18N/Langinfo/Langinfo.pm
-         !> ext/I18N/Langinfo/Langinfo.t ext/I18N/Langinfo/Makefile.PL
-         !> lib/Pod/Html.pm lib/unicore/In.pl lib/unicore/mktables.PL mg.c
-         !> patchlevel.h t/op/pat.t
-____________________________________________________________________________
-[ 12309] By: jhi                                   on 2001/10/02  14:34:59
-        Log: Unicode properties: allow also intra(wordbreak)name whitespace,
-             not just one single space.
-     Branch: perl
-          ! lib/unicore/In.pl lib/unicore/mktables.PL t/op/pat.t
-____________________________________________________________________________
-[ 12308] By: jhi                                   on 2001/10/02  12:49:41
-        Log: AUTHORS updates.
-     Branch: perl
-          ! AUTHORS
-____________________________________________________________________________
-[ 12307] By: jhi                                   on 2001/10/02  12:22:21
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[ 12306] By: jhi                                   on 2001/10/02  11:59:12
-        Log: Work around old buggy glibcs for langinfo constants,
-             from Nicholas Clark and David Dyck.
-     Branch: perl
-          ! ext/I18N/Langinfo/Langinfo.t ext/I18N/Langinfo/Makefile.PL
-____________________________________________________________________________
-[ 12305] By: jhi                                   on 2001/10/02  11:45:55
-        Log: Eradicate Time::Piece; add an example.
-     Branch: perl
-          ! ext/I18N/Langinfo/Langinfo.pm
-____________________________________________________________________________
-[ 12304] By: jhi                                   on 2001/10/02  11:34:18
-        Log: Subject: [PATCH] Pod::Html makes a poor guess at author
-             From: Robert Spier <rspier@pobox.com>
-             Date: Mon, 1 Oct 2001 23:20:16 -0700
-             Message-ID: <15289.23712.422087.878224@rls.cx>
-     Branch: perl
-          ! lib/Pod/Html.pm
-____________________________________________________________________________
-[ 12303] By: sky                                   on 2001/10/02  10:40:57
-        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 as well. Reported by Jos Boumans.
-     Branch: perl
-          ! mg.c
-____________________________________________________________________________
-[ 12302] By: nick                                  on 2001/10/02  09:00:52
-        Log: Integrate mainline
-     Branch: perlio
-         !> ext/B/t/terse.t ext/I18N/Langinfo/Langinfo.t hints/darwin.sh
-         !> lib/Term/Cap.t lib/open.t pod/perlapi.pod pod/perlunicode.pod
-         !> pp_ctl.c regcomp.c t/TEST t/op/arith.t t/op/pack.t t/op/pat.t
-____________________________________________________________________________
-[ 12301] By: nick                                  on 2001/10/02  08:40:57
-        Log: Integrate mainline + lib/open.t patch from Chromatic
-     Branch: perlio
-         +> lib/Term/Cap.t lib/Text/TabsWrap/CHANGELOG
-          ! lib/open.t
-         !> (integrate 29 files)
-____________________________________________________________________________
-[ 12300] By: jhi                                   on 2001/10/01  19:22:16
-        Log: Mac OS X doesn't have threadsafe (_r) libc interfaces.
-             Until it has, better stop early if someone requests threads.
-     Branch: perl
-          ! hints/darwin.sh
-____________________________________________________________________________
-[ 12299] By: jhi                                   on 2001/10/01  19:01:31
-        Log: Subject: [ID 20011001.011] redundant code in t/TEST
-             From: David Dyck <dcd@tc.fluke.com>
-             Date: Mon, 1 Oct 2001 12:56:24 -0700
-             Message-Id: <200110011956.MAA16250@dd.tc.fluke.com>
-     Branch: perl
-          ! t/TEST
-____________________________________________________________________________
-[ 12298] By: jhi                                   on 2001/10/01  18:52:12
-        Log: Subject: [PATCH lib/Term/Cap.t] Robustify %ENV Handling in Test (was Re: Failed Term/Cap.t test)
-             From: "chromatic" <chromatic@rmci.net>
-             Date: Mon, 01 Oct 2001 12:27:12 -0600
-             Message-ID: <20011001183251.89148.qmail@onion.perl.org>
-     Branch: perl
-          ! lib/Term/Cap.t
-____________________________________________________________________________
-[ 12297] By: jhi                                   on 2001/10/01  17:04:18
-        Log: UNICOS testing patches from Nicholas Clark.
-     Branch: perl
-          ! t/op/arith.t t/op/pack.t
-____________________________________________________________________________
-[ 12296] By: jhi                                   on 2001/10/01  17:01:26
-        Log: Subject: [PATCH lib/open.t] Better Locale Flutzigation (was Re: lib/open.t and locale tests)
-             From: "chromatic" <chromatic@rmci.net>
-             Date: Mon, 01 Oct 2001 10:21:51 -0600
-             Message-ID: <20011001162731.40639.qmail@onion.perl.org>
-     Branch: perl
-          ! lib/open.t
-____________________________________________________________________________
-[ 12295] By: jhi                                   on 2001/10/01  14:55:37
-        Log: Make missing the RADIXCHAR a softer, gentler error.
-     Branch: perl
-          ! ext/I18N/Langinfo/Langinfo.t
-____________________________________________________________________________
-[ 12294] By: jhi                                   on 2001/10/01  14:51:42
-        Log: Nuke also the LANG because of glibc.
-     Branch: perl
-          ! lib/open.t
-____________________________________________________________________________
-[ 12293] By: jhi                                   on 2001/10/01  14:51:20
-        Log: Also the ^Is is optional.
-     Branch: perl
-          ! pod/perlunicode.pod t/op/pat.t
-____________________________________________________________________________
-[ 12292] By: jhi                                   on 2001/10/01  14:08:26
-        Log: Be careful to pull chars from the varargs stack when
-             formatting chars.
-     Branch: perl
-          ! regcomp.c
-____________________________________________________________________________
-[ 12291] By: jhi                                   on 2001/10/01  12:27:57
-        Log: sortsv not in place anymore, noticed by John P. Linderman.
-     Branch: perl
-          ! pod/perlapi.pod pp_ctl.c
-____________________________________________________________________________
-[ 12290] By: jhi                                   on 2001/10/01  12:25:03
-        Log: Make the diagnostic messages more neutral.
-     Branch: perl
-          ! ext/B/t/terse.t
-____________________________________________________________________________
-[ 12289] By: jhi                                   on 2001/10/01  03:59:34
-        Log: Forgotten from #12288.
-     Branch: perl
-          ! ext/Data/Dumper/Dumper.pm
-____________________________________________________________________________
-[ 12288] By: jhi                                   on 2001/10/01  03:58:37
-        Log: Subject: [PATCH ext/Data/Dumper.pm Dumper.xs Dumper.t] Option to sort hashes
-             From: Brian Ingerson <ingy@ttul.org>
-             Date: Sun, 30 Sep 2001 21:45:56 -0700
-             Message-ID: <20010930214556.D26392@ttul.org>
-             
-             (remember also the #12289)
-     Branch: perl
-          ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
-____________________________________________________________________________
-[ 12287] By: jhi                                   on 2001/10/01  03:33:15
-        Log: More Unicode property tests for the abbreviated
-             general properties.
-     Branch: perl
-          ! t/op/pat.t
-____________________________________________________________________________
-[ 12286] By: jhi                                   on 2001/10/01  02:02:08
-        Log: Further tweaks to the Unicode properties.
-     Branch: perl
-          ! lib/utf8_heavy.pl pod/perlunicode.pod regcomp.c t/op/pat.t
-____________________________________________________________________________
-[ 12285] By: jhi                                   on 2001/10/01  01:46:35
-        Log: Retract #12284.
-     Branch: perl
-          ! lib/Term/Cap.t
-____________________________________________________________________________
-[ 12284] By: jhi                                   on 2001/10/01  01:24:12
-        Log: (Retracted by #12285)
-     Branch: perl
-          ! lib/Term/Cap.t
-____________________________________________________________________________
-[ 12283] By: jhi                                   on 2001/10/01  01:22:05
-        Log: Subject: [PATCH MANIFEST lib/Term/Cap.t] Add tests for Term::Cap   
-             From: "chromatic" <chromatic@rmci.net>  
-             Date: Sun, 30 Sep 2001 16:10:02 -0600
-             Message-ID: <20010930221540.67279.qmail@onion.perl.org>
-     Branch: perl
-          + lib/Term/Cap.t
-          ! MANIFEST
-____________________________________________________________________________
-[ 12282] By: jhi                                   on 2001/10/01  01:19:21
-        Log: Use stty -g to restore the terminal state, do not even
-             try to run the tests if stty -g is not available.
-     Branch: perl
-          ! lib/Term/Complete.t
-____________________________________________________________________________
-[ 12281] By: jhi                                   on 2001/09/30  21:05:00
-        Log: Cleanup utf8_heavy; allow dropping the In prefix from
-             Unicode script/block properties.
-     Branch: perl
-          ! lib/utf8_heavy.pl
-____________________________________________________________________________
-[ 12280] By: jhi                                   on 2001/09/30  13:42:18
-        Log: Retract the #12259 for now.
-     Branch: perl
-          ! embed.h embed.pl sv.h
-____________________________________________________________________________
-[ 12279] By: jhi                                   on 2001/09/30  13:37:59
-        Log: Upgrade to Text-Tabs+Wrap-2001.0929 from David Muir Sharnoff.
-     Branch: perl
-          + lib/Text/TabsWrap/CHANGELOG
-          ! MANIFEST lib/Text/TabsWrap/t/fill.t lib/Text/Wrap.pm
-____________________________________________________________________________
-[ 12278] By: jhi                                   on 2001/09/30  05:05:18
-        Log: #12272 wasn't right, it introduced an extra ().
-     Branch: perl
-          ! lib/utf8_heavy.pl
-____________________________________________________________________________
-[ 12277] By: jhi                                   on 2001/09/30  00:31:07
-        Log: Subject: [PATCH @12256 ext/DB_File.pm ext/GDBM_File.pm] Remove string eval from AUTOLOAD
-             From: Jonathan Stowe <gellyfish@gellyfish.com>
-             Date: Sat, 29 Sep 2001 15:52:43 +0100 (BST)
-             Message-ID: <Pine.LNX.4.33.0109291535120.18586-100000@orpheus.gellyfish.com>
-     Branch: perl
-          ! ext/DB_File/DB_File.pm ext/GDBM_File/GDBM_File.pm
-____________________________________________________________________________
-[ 12276] By: jhi                                   on 2001/09/30  00:15:38
-        Log: Subject: Patch to put qsortsv in the public API
-             From: Brian Ingerson <ingy@ttul.org>
-             Date: Sat, 29 Sep 2001 17:41:13 -0700
-             Message-ID: <20010929174113.A30223@ttul.org>
-     Branch: perl
-          ! embed.h embed.pl global.sym pod/perlapi.pod pp_ctl.c proto.h
-____________________________________________________________________________
-[ 12275] By: jhi                                   on 2001/09/30  00:11:21
-        Log: Subject: [PATCH perlvar, perlfunc, inccode.t] additional docs and tests
-             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
-             Date: Sat, 29 Sep 2001 23:54:48 +0200
-             Message-ID: <20010929235448.A5017@rafael>
-     Branch: perl
-          ! pod/perlfunc.pod pod/perlvar.pod t/op/inccode.t
-____________________________________________________________________________
-[ 12274] By: jhi                                   on 2001/09/30  00:03:19
-        Log: FAQ sync.
-     Branch: perl
-          ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
-          ! pod/perlfaq9.pod
-____________________________________________________________________________
-[ 12273] By: bailey                                on 2001/09/29  23:43:46
-        Log: Resync with mainline
-     Branch: vmsperl
-         +> (branch 1207 files)
-          - (delete 324 files)
-         !> (integrate 866 files)
-____________________________________________________________________________
-[ 12272] By: jhi                                   on 2001/09/29  21:32:33
-        Log: Nasty recursion trap if one would match Unicode.
-     Branch: perl
-          ! lib/utf8_heavy.pl
-____________________________________________________________________________
-[ 12271] By: jhi                                   on 2001/09/29  21:18:44
-        Log: More Unicode todo.
-     Branch: perl
-          ! pod/perltodo.pod
-____________________________________________________________________________
-[ 12270] By: jhi                                   on 2001/09/29  20:15:32
-        Log: Explain a bit the new more flexible \p\P syntax.
-     Branch: perl
-          ! pod/perlunicode.pod
-____________________________________________________________________________
-[ 12269] By: jhi                                   on 2001/09/29  20:05:24
-        Log: More leniency to the \p and \P: now can have whitespace
-             between the property definition and the curlies; now can
-             invert the property by having a caret between the open
-             curly and the property.
-     Branch: perl
-          ! lib/utf8_heavy.pl pod/perldiag.pod regcomp.c t/op/pat.t
-____________________________________________________________________________
-[ 12268] By: nick                                  on 2001/09/29  17:39:26
-        Log: Integrate mainline. Builds lots of sv.h/embed.h redef warnings
-             one test (lib/open.t) fails
-     Branch: perlio
-         +> ext/B/t/b.t ext/B/t/debug.t ext/B/t/deparse.t
-         +> ext/B/t/showlex.t ext/B/t/stash.t ext/B/t/terse.t
-         +> ext/threads/t/stress_cv.t ext/threads/t/stress_string.t
-         +> lib/Tie/Scalar.t lib/open.t
-          - ext/B/B.t ext/B/Debug.t ext/B/Deparse.t ext/B/Showlex.t
-          - ext/B/Stash.t
-         !> (integrate 62 files)
-____________________________________________________________________________
-[ 12267] By: jhi                                   on 2001/09/29  13:54:04
-        Log: Save and restore $ENV{'SYS$LOGIN'} only in VMS.
-     Branch: perl
-          ! t/op/chdir.t
-____________________________________________________________________________
-[ 12266] By: jhi                                   on 2001/09/29  13:51:49
-        Log: Subject: [PATCH perl@12258] chdir.t finally (I hope)
-             From: "Craig A. Berry" <craigberry@mac.com> 
-             Date: Sat, 29 Sep 2001 09:35:33 -0500
-             Message-Id: <a05101000b7db8afde231@[172.16.52.1]>
-     Branch: perl
-          ! t/op/chdir.t
-____________________________________________________________________________
-[ 12265] By: jhi                                   on 2001/09/29  13:49:43
-        Log: Subject: [PATCH MANIFEST lib/Tie/Scalar.pm lib/Tie/Scalar.t] Add tests, clean up Tie::Scalar
-             From: "chromatic" <chromatic@rmci.net>
-             Date: Fri, 28 Sep 2001 21:20:12 -0600
-             Message-ID: <20010929032543.58322.qmail@onion.perl.org>
-     Branch: perl
-          + lib/Tie/Scalar.t
-          ! MANIFEST lib/Tie/Scalar.pm
-____________________________________________________________________________
-[ 12264] By: jhi                                   on 2001/09/29  04:57:42
-        Log: Allow for more flexibility in the \p{In...} names, now
-             case doesn't matter, and any space or dash can be
-             matched by any space, dash, underbar, or empty.
-             (may be going too far on leniency)
-     Branch: perl
-          ! lib/unicore/Blocks.pl lib/unicore/In.pl lib/unicore/Scripts.pl
-          ! lib/unicore/mktables.PL lib/utf8_heavy.pl pod/perlunicode.pod
-          ! t/op/pat.t
-____________________________________________________________________________
-[ 12263] By: jhi                                   on 2001/09/28  23:04:13
-        Log: Subject: [PATCH MANIFEST lib/open.t] Add tests for open.pm
-             From: "chromatic" <chromatic@rmci.net>
-             Date: Fri, 28 Sep 2001 17:39:50 -0600
-             Message-ID: <20010928234521.14178.qmail@onion.perl.org>
-     Branch: perl
-          + lib/open.t
-          ! MANIFEST
-____________________________________________________________________________
-[ 12262] By: jhi                                   on 2001/09/28  22:23:53
-        Log: Subject: [PATCH perl@12258] glob test case tweak for VMS
-             From: "Craig A. Berry" <craigberry@mac.com>
-             Date: Fri, 28 Sep 2001 16:24:51 -0500
-             Message-Id: <a05101000b7da98ceb83c@[172.16.52.1]>
-     Branch: perl
-          ! ext/File/Glob/t/basic.t
-____________________________________________________________________________
-[ 12261] By: jhi                                   on 2001/09/28  22:23:05
-        Log: Subject: [DOC PATCH] Carp.pm pod typo
-             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
-             Date: Fri, 28 Sep 2001 23:14:51 +0200
-             Message-ID: <20010928231451.E16889@rafael>
-     Branch: perl
-          ! lib/Carp.pm
-____________________________________________________________________________
-[ 12260] By: jhi                                   on 2001/09/28  22:21:55
-        Log: Subject: [PATCH] Allow an @INC hook to set %INC
-             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
-             Date: Fri, 28 Sep 2001 22:18:13 +0200
-             Message-ID: <20010928221813.A16889@rafael>
-     Branch: perl
-          ! pp_ctl.c
-____________________________________________________________________________
-[ 12259] By: jhi                                   on 2001/09/28  22:20:26
-        Log: Subject: Re: macro redefinitions on Win32 (was Re: Question about PERLIO)
-             From: Nicholas Clark <nick@ccl4.org>
-             Date: Fri, 28 Sep 2001 23:39:33 +0100
-             Message-ID: <20010928233933.C23673@plum.flirble.org>
-     Branch: perl
-          ! embed.h embed.pl sv.h
-____________________________________________________________________________
-[ 12258] By: jhi                                   on 2001/09/28  12:45:45
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[ 12256] By: jhi                                   on 2001/09/28  12:18:29
-        Log: Move the B tests to B/t.
-     Branch: perl
-          + ext/B/t/b.t ext/B/t/debug.t ext/B/t/deparse.t
-          + ext/B/t/showlex.t ext/B/t/stash.t ext/B/t/terse.t
-          - ext/B/B.t ext/B/B/Terse.t ext/B/Debug.t ext/B/Deparse.t
-          - ext/B/Showlex.t ext/B/Stash.t
-          ! MANIFEST
-____________________________________________________________________________
-[ 12255] By: jhi                                   on 2001/09/28  12:09:40
-        Log: Forgot from #12254.
-     Branch: perl
-          + ext/B/B/Terse.t
-____________________________________________________________________________
-[ 12254] By: jhi                                   on 2001/09/28  12:09:06
-        Log: Subject: [PATCH MANIFEST ext/B/B/Terse.t] Add tests for B::Terse
-             From: "chromatic" <chromatic@rmci.net>
-             Date: Thu, 27 Sep 2001 23:22:17 -0600
-             Message-ID: <20010928052747.56587.qmail@onion.perl.org>   
-     Branch: perl
-          ! MANIFEST
-____________________________________________________________________________
-[ 12253] By: jhi                                   on 2001/09/28  02:31:49
-        Log: Test numbering mismatch.
-     Branch: perl
-          ! t/op/chdir.t
-____________________________________________________________________________
-[ 12252] By: jhi                                   on 2001/09/27  22:46:42
-        Log: Subject: [PATCH perl@12239] slightly less broken chdir.t for VMS
-             From: "Craig A. Berry" <craigberry@mac.com>
-             Date: Wed, 26 Sep 2001 17:43:14 -0500
-             Message-Id: <5.1.0.14.0.20010926173048.01aac5b0@exchi01>
-     Branch: perl
-          ! iperlsys.h t/op/chdir.t
-____________________________________________________________________________
-[ 12251] By: jhi                                   on 2001/09/27  22:44:35
-        Log: Subject: [PATCH gv.c] make __ANON__ global
-             From: Robin Barker <rmb1@cise.npl.co.uk>
-             Date: Wed, 26 Sep 2001 17:56:28 +0100 (BST)
-             Message-Id: <200109261656.RAA27762@tempest.npl.co.uk>
-     Branch: perl
-          ! gv.c t/op/anonsub.t t/op/runlevel.t
-____________________________________________________________________________
-[ 12250] By: jhi                                   on 2001/09/27  22:33:11
-        Log: Subject: Re: [BUG] B::Terse can't handle constant scalar refs
-             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
-             Date: Thu, 27 Sep 2001 22:34:32 +0200
-             Message-ID: <20010927223432.A1485@rafael>
-     Branch: perl
-          ! ext/B/B/Terse.pm
-____________________________________________________________________________
-[ 12249] By: jhi                                   on 2001/09/27  22:29:32
-        Log: (retracted by #12338)
-             
-             Subject: [PATCH] Cleanup of perldsc.pod      
-             From: Casey West <casey@geeknest.com>
-             Date: Thu, 27 Sep 2001 11:13:17 -0400
-             Message-ID: <20010927111317.A1942@stupid.geeknest.com>
-     Branch: perl
-          ! pod/perldsc.pod
-____________________________________________________________________________
-[ 12248] By: jhi                                   on 2001/09/27  22:23:24
-        Log: Not everyone is using ithreads...
-     Branch: perl
-          ! ext/Devel/Peek/Peek.t
-____________________________________________________________________________
-[ 12247] By: jhi                                   on 2001/09/27  13:39:39
-        Log: Document the nss_delete core dump workaround for HP-UX
-             and Solaris, bug IDs 20010805.018 and 20010629.004.
-     Branch: perl
-          ! README.hpux README.solaris
-____________________________________________________________________________
-[ 12246] By: jhi                                   on 2001/09/27  12:05:36
-        Log: Dump Unicode hash keys also as Unicode,
-             not just as a byte string.
-     Branch: perl
-          ! dump.c ext/Devel/Peek/Peek.t
-____________________________________________________________________________
-[ 12245] By: jhi                                   on 2001/09/27  11:15:51
-        Log: Integrate changes #12241 and #12242 from macperl:
-             
-             Remove unneeded disabling of umask() calls
-             
-             Note (get|set)sockopt are available.
-     Branch: perl
-         !> lib/File/Temp.pm pod/perlport.pod
-____________________________________________________________________________
-[ 12244] By: sky                                   on 2001/09/27  08:53:00
-        Log: Flush buffers on thread closedown.
-     Branch: perl
-          ! ext/threads/threads.xs
-____________________________________________________________________________
-[ 12243] By: jhi                                   on 2001/09/27  02:20:06
-        Log: Dump SvUTF8(sv)s also as \x{...}.
-             
-             TODO: dump the SvUTF8() hash keys similarly. 
-     Branch: perl
-          ! dump.c embed.h embed.pl ext/Devel/Peek/Peek.t proto.h
-____________________________________________________________________________
-[ 12242] By: pudge                                 on 2001/09/26  20:41:35
-        Log: Note (get|set)sockopt are available.
-     Branch: maint-5.6/macperl
-          ! pod/perlport.pod
-____________________________________________________________________________
-[ 12241] By: pudge                                 on 2001/09/26  20:28:49
-        Log: Remove unneeded disabling of umask() calls
-     Branch: maint-5.6/macperl
-          ! lib/File/Temp.pm
-____________________________________________________________________________
-[ 12240] By: sky                                   on 2001/09/26  18:44:56
-        Log: Documention update
-     Branch: perl
-          ! ext/threads/threads.pm
-____________________________________________________________________________
-[ 12239] By: jhi                                   on 2001/09/26  13:49:05
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[ 12238] By: jhi                                   on 2001/09/26  13:40:53
-        Log: Check that all environment variables are tainted.
-     Branch: perl
-          ! t/op/taint.t
-____________________________________________________________________________
-[ 12237] By: jhi                                   on 2001/09/26  13:02:07
-        Log: Manual integration error in #12235.
-     Branch: perl
-          ! lib/File/DosGlob.t
-____________________________________________________________________________
-[ 12236] By: jhi                                   on 2001/09/26  12:57:11
-        Log: Subject: Re: binmode(STDOUT, ":unix") busted when STDOUT is piped.
-             From: "chromatic" <chromatic@rmci.net>
-             Date: Tue, 25 Sep 2001 23:57:07 -0600
-             Message-ID: <20010926060233.7554.qmail@onion.perl.org>
-     Branch: perl
-          ! perlio.c
-____________________________________________________________________________
-[ 12235] By: jhi                                   on 2001/09/26  12:53:16
-        Log: Integrate macperl changes from Chris Nandor:
-             12192 11817 11815 11813 11778 11775
-             
-             Update CPAN.pm to work with new Mac::BuildTools instead
-             of ExtUtils::MM_MacOS "orphan" functions
-             
-             Fix test
-             
-             Make syntax check report in MPW style, fix tests
-             to use Mac::err=unix to get normal-style error
-             messages.
-             
-             More module and test ports from Thomas Wegner et al
-             
-             Fix open of /dev/null for Mac OS
-             
-             Allow for platforms to override formatting of errors
-             on output from Matthias Neeracher (core files)
-     Branch: perl
-          ! ext/B/Deparse.t lib/File/DosGlob.pm lib/File/DosGlob.t
-          ! lib/File/Spec.t lib/File/Temp/t/security.t lib/strict.t
-          ! lib/subs.t lib/warnings.t t/op/magic.t t/run/kill_perl.t
-         !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c lib/CPAN.pm
-         !> lib/File/Spec/Mac.pm lib/File/Temp.pm perl.c perl.h pp_ctl.c
-         !> t/base/term.t t/op/runlevel.t t/pod/testp2pt.pl util.c
-____________________________________________________________________________
-[ 12234] By: jhi                                   on 2001/09/26  11:58:11
-        Log: grrr.
-     Branch: perl
-          ! t/op/gv.t
-____________________________________________________________________________
-[ 12233] By: jhi                                   on 2001/09/26  11:56:09
-        Log: Retract #12232.
-     Branch: perl
-          ! t/op/gv.t
-____________________________________________________________________________
-[ 12232] By: jhi                                   on 2001/09/26  11:53:37
-        Log: (Retracted by #12233.)
-     Branch: perl
-          ! t/op/gv.t
-____________________________________________________________________________
-[ 12231] By: jhi                                   on 2001/09/26  11:52:09
-        Log: Detypo.
-     Branch: perl
-          ! ext/Encode/Makefile.PL
-____________________________________________________________________________
-[ 12230] By: sky                                   on 2001/09/26  11:36:23
-        Log: Increase the amount of time we spend in each thread, and add one that uses an anonymous sub.
-             We are using a "delay" here because we do not want to depend on thread synchronization issues.
-     Branch: perl
-          + ext/threads/t/stress_cv.t
-          ! MANIFEST ext/threads/t/stress_string.t
-____________________________________________________________________________
-[ 12229] By: jhi                                   on 2001/09/26  11:27:54
-        Log: NetWare tweak from Ananth Kesari.
-     Branch: perl
-          ! NetWare/t/Readme.txt
-____________________________________________________________________________
-[ 12228] By: jhi                                   on 2001/09/26  11:26:26
-        Log: Trick to fool case-blind filesystems.
-     Branch: perl
-          ! ext/Encode/Makefile.PL
-____________________________________________________________________________
-[ 12227] By: sky                                   on 2001/09/26  11:06:50
-        Log: Threads can start executing in a different order than they were
-             created.... so we cannot ok() inside the threadstarter.
-     Branch: perl
-          ! ext/threads/t/stress_string.t
-____________________________________________________________________________
-[ 12226] By: sky                                   on 2001/09/26  07:41:45
-        Log: Add in stress_string.t to stress test threads a bit more.
-     Branch: perl
-          + ext/threads/t/stress_string.t
-          ! MANIFEST
-____________________________________________________________________________
-[ 12225] By: sky                                   on 2001/09/26  07:04:21
-        Log: Fix negative refcount introduced by #12223.
-     Branch: perl
-          ! ext/threads/threads.xs
-____________________________________________________________________________
-[ 12224] By: sky                                   on 2001/09/26  06:57:58
-        Log: Update documentation to match change #12223
-     Branch: perl
-          ! sharedsv.c
-____________________________________________________________________________
-[ 12223] By: sky                                   on 2001/09/26  06:54:32
-        Log: Use a separate interpreter for the sharedsv space. Another
-             negative sv leak. Sigh.
-     Branch: perl
-          ! sharedsv.c
-____________________________________________________________________________
-[ 12222] By: sky                                   on 2001/09/26  05:58:35
-        Log: Do the environ assignment in perl_contruct to match perl_destruct.
-             Now we don't need to perl_parse/perl_run. However environ is a
-             global....
-     Branch: perl
-          ! perl.c
-____________________________________________________________________________
-[ 12221] By: sky                                   on 2001/09/26  05:41:02
-        Log: Move the creation of PL_strtab to perl_construct so we can work
-             with HV and HEs without running perl_parse.
-     Branch: perl
-          ! perl.c
-____________________________________________________________________________
-[ 12220] By: gsar                                  on 2001/09/26  02:18:26
-        Log: integrate macperl changes into maint-5.6
-     Branch: maint-5.6/perl
-         !> (integrate 26 files)
-____________________________________________________________________________
-[ 12219] By: pudge                                 on 2001/09/26  00:19:35
-        Log: Fix just a few of the bugs in Mac::InternetConfig (Bug #462999, Axel Rose);
-             fix doc in Mac::Fonts (Patch #447221, Andreas Marcel Riechert).
-     Branch: maint-5.6/macperl
-          ! macos/ext/Mac/Fonts/Fonts.xs
-          ! macos/ext/Mac/InternetConfig/InternetConfig.pm
-____________________________________________________________________________
-[ 12218] By: ams                                   on 2001/09/25  23:31:33
-        Log: Subject: Re: [PATCH] AutoSplit.t (was Re: Untested libraries update)
-             From: Nicholas Clark <nick@ccl4.org>
-             Date: Wed, 26 Sep 2001 01:20:20 +0100
-             Message-Id: <20010926012020.B48092@plum.flirble.org>
-     Branch: perl
-          ! lib/AutoSplit.t
-____________________________________________________________________________
-[ 12217] By: ams                                   on 2001/09/25  22:33:05
-        Log: Subject: [PATCH perl@12180] angle bracket filespec problem on VMS
-             From: "Craig A. Berry" <craigberry@mac.com>
-             Date: Tue, 25 Sep 2001 18:08:42 -0500
-             Message-Id: <5.1.0.14.0.20010925154848.036887d8@exchi01>
-     Branch: perl
-          ! vms/vms.c
-____________________________________________________________________________
-[ 12216] By: ams                                   on 2001/09/25  21:41:01
-        Log: Subject: [PATCH lib/AutoSplit.t]  Fixing mysterious TEST failure. (was
-             Re: binmode(STDOUT, ":unix") busted when STDOUT is piped.)
-             From: Michael G Schwern <schwern@pobox.com>
-             Date: Wed, 26 Sep 2001 00:38:21 -0400
-             Message-Id: <20010926003821.A627@blackrider>
-     Branch: perl
-          ! lib/AutoSplit.t
-____________________________________________________________________________
-[ 12215] By: jhi                                   on 2001/09/25  21:40:04
-        Log: Subject: [PATCH lib/Test/Simple.pm lib/Test/Utils.pm] fix test.deparse
-             From: Michael G Schwern <schwern@pobox.com>
-             Date: Tue, 25 Sep 2001 17:43:49 -0400
-             Message-ID: <20010925174349.B19534@blackrider>
-     Branch: perl
-          ! lib/Test/Simple.pm lib/Test/Utils.pm
-____________________________________________________________________________
-[ 12214] By: pudge                                 on 2001/09/25  21:11:21
-        Log: Integrate changes from bleadperl.
-     Branch: maint-5.6/macperl
-         !> pod/perlport.pod
-____________________________________________________________________________
-[ 12213] By: jhi                                   on 2001/09/25  20:37:14
-        Log: skip($mess) should result in one skip.
-     Branch: perl
-          ! t/test.pl
-____________________________________________________________________________
-[ 12212] By: pudge                                 on 2001/09/25  20:21:06
-        Log: Integrate change #12200 from maintperl.
-     Branch: maint-5.6/macperl
-         !> win32/perlhost.h
-____________________________________________________________________________
-[ 12211] By: pudge                                 on 2001/09/25  20:11:56
-        Log: Fix file types to "apple"
-     Branch: maint-5.6/macperl
-          ! macos/ext/Mac/Menus/t/MenuBar.rsrc
-          ! macos/ext/Mac/SAT/t/Collision.rsrc
-____________________________________________________________________________
-[ 12210] By: pudge                                 on 2001/09/25  19:28:20
-        Log: Fix rsrc file as snd file; fix path in t file.
-     Branch: maint-5.6/macperl
-          ! macos/ext/Mac/Notification/t/Notification.rsrc
-          ! macos/ext/Mac/Notification/t/Notification.t
-____________________________________________________________________________
-[ 12209] By: pudge                                 on 2001/09/25  19:15:57
-        Log: Sync up with File::Find from bleadperl.
-     Branch: maint-5.6/macperl
-          ! lib/File/Find.pm t/lib/filefind-taint.t
-____________________________________________________________________________
-[ 12208] By: pudge                                 on 2001/09/25  19:06:48
-        Log: Ignore SIGPIPE being set to IGNORE.  Temporary fix until we upgrade
-             to new version of libnet.  (Axel Rose, Paul Schinder, and a cast
-             of hundreds)
-     Branch: maint-5.6/macperl
-          ! macos/bundled_lib/blib/lib/Net/Cmd.pm
-          ! macos/bundled_lib/blib/lib/Net/FTP/A.pm
-          ! macos/bundled_lib/blib/lib/Net/FTP/I.pm
-____________________________________________________________________________
-[ 12207] By: nick                                  on 2001/09/25  19:04:36
-        Log: Integrate mainline (untested while modem is up)
-     Branch: perlio
-         +> lib/AutoSplit.t t/test.pl
-          - lib/warnings/register.t
-         !> (integrate 28 files)
-____________________________________________________________________________
-[ 12206] By: jhi                                   on 2001/09/25  17:21:00
-        Log: perldiag entry for #12205.
-     Branch: perl
-          ! pod/perldiag.pod
-____________________________________________________________________________
-[ 12205] By: jhi                                   on 2001/09/25  17:20:38
-        Log: Subject: [PATCH] warning on v-string in use/require
-             From: John Peacock <jpeacock@rowman.com>
-             Date: Mon, 24 Sep 2001 17:29:03 -0400
-             Message-ID: <3BAFA59F.9C0E0339@rowman.com>
-     Branch: perl
-          ! ext/IO/lib/IO/Socket.pm pp_ctl.c t/lib/warnings/pp_ctl
-____________________________________________________________________________
-[ 12204] By: jhi                                   on 2001/09/25  17:11:02
-        Log: perltooc et al updates.
-     Branch: perl
-          ! plan9/mkfile pod/roffitall
-____________________________________________________________________________
-[ 12203] By: jhi                                   on 2001/09/25  17:05:19
-        Log: Subject: [PATCH pp_sys.c t/op/chdir.t ...] Deprecating chdir(undef)/chdir('')
-             From: Michael G Schwern <schwern@pobox.com>
-             Date: Sun, 23 Sep 2001 00:07:12 -0400
-             Message-ID: <20010923000712.A7005@blackrider>
-     Branch: perl
-          ! pod/perl572delta.pod pod/perldiag.pod pp_sys.c t/op/chdir.t
-____________________________________________________________________________
-[ 12202] By: jhi                                   on 2001/09/25  16:55:29
-        Log: Subject: [PATCH perl@12185] Some Encode/*.enc files needs to be corrected
-             From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
-             Date: Wed, 26 Sep 2001 01:25:10 +0900
-             Message-Id: <20010926012410.5B86.BQW10602@nifty.com>
-     Branch: perl
-          ! ext/Encode/Encode/cp932.enc ext/Encode/Encode/cp936.enc
-          ! ext/Encode/Encode/cp949.enc ext/Encode/Encode/cp950.enc
-          ! ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/shiftjis.enc
-____________________________________________________________________________
-[ 12201] By: jhi                                   on 2001/09/25  16:52:03
-        Log: Integrate change #12200 from maintperl;
-             on windows, virtualized environment could propagate deleted variables
-             into children if they happen to be at the very end of the table
-     Branch: perl
-         !> win32/perlhost.h
-____________________________________________________________________________
-[ 12200] By: gsar                                  on 2001/09/25  16:36:01
-        Log: on windows, virtualized environment could propagate deleted variables
-             into children if they happen to be at the very end of the table
-             (thanks for succinct test case from Johan Holmberg, and fix from
-             Doug Lankshear)
-     Branch: maint-5.6/perl
-          ! win32/perlhost.h
-____________________________________________________________________________
-[ 12199] By: gsar                                  on 2001/09/25  15:19:13
-        Log: avoid the use of ftime() (it does a useless, potentially
-             expensive call to GetTimeZoneInformation()); this potentially
-             also results in three more digits of precision from
-             Time::HiRes::time()
-     Branch: perl
-          ! ext/Time/HiRes/HiRes.xs
-____________________________________________________________________________
-[ 12198] By: jhi                                   on 2001/09/25  14:27:01
-        Log: Replace the use Test::More in t/{op,io,run} with t/test.pl.
-             
-             Note: io/binmode is failing, have to figure out why.
-     Branch: perl
-          + t/test.pl
-          ! MANIFEST t/io/binmode.t t/op/chdir.t t/op/crypt.t
-          ! t/op/inccode.t t/op/rand.t t/op/srand.t t/op/ver.t
-          ! t/run/exit.t
-____________________________________________________________________________
-[ 12197] By: ams                                   on 2001/09/25  13:48:55
-        Log: Subject: [PATCH] AutoSplit.t (was Re: Untested libraries update)
-             From: Nicholas Clark <nick@ccl4.org>
-             Date: Tue, 25 Sep 2001 00:37:40 +0100
-             Message-Id: <20010925003740.S4971@plum.flirble.org>
-             (Further changes expected.)
-     Branch: perl
-          + lib/AutoSplit.t
-          ! MANIFEST
-____________________________________________________________________________
-[ 12196] By: sky                                   on 2001/09/25  13:37:12
-        Log: Second attempt at fixing Time::HiRes::time on win32. Apperently if ENV{TZ} is wrong we fail. New attempt uses 
-             _ftime to try and be more robust.
-     Branch: perl
-          ! ext/Time/HiRes/HiRes.xs
-____________________________________________________________________________
-[ 12194] By: ams                                   on 2001/09/25  11:40:00
-        Log: Subject: [PATCH perl@12180] perltootc -> perltooc in vms/descrip_mms.template
-             From: "Craig A. Berry" <craigberry@mac.com>
-             Date: Mon, 24 Sep 2001 17:54:20 -0500
-             Message-Id: <5.1.0.14.0.20010924171225.01bb0428@exchi01>
-     Branch: perl
-          ! vms/descrip_mms.template
-____________________________________________________________________________
-[ 12193] By: pudge                                 on 2001/09/25  02:53:42
-        Log: Fixes for multiline error parsing (Bug #459263); cmd-.
-             not working, cursor not spinning (Bug #422129); external
-             editor problems (Bug #456329); escape/cmd-. not activating
-             "Cancel" in Save dialog box (Bug #446960); Runtimes not
-             executing on launch (Bug #464441).
-     Branch: maint-5.6/macperl
-          ! macos/macish.c macos/macish.h macos/macperl/MPEditor.c
-          ! macos/macperl/MPGlobals.h macos/macperl/MPScript.c
-          ! macos/macperl/MacPerl.r
-____________________________________________________________________________
-[ 12192] By: pudge                                 on 2001/09/25  02:42:49
-        Log: Update CPAN.pm to work with new Mac::BuildTools instead
-             of ExtUtils::MM_MacOS "orphan" functions
-     Branch: maint-5.6/macperl
-          ! lib/CPAN.pm
-____________________________________________________________________________
-[ 12191] By: pudge                                 on 2001/09/25  02:37:58
-        Log: Fix up another xsubpp problem (Matthias Neeracher)
-     Branch: maint-5.6/macperl
-          ! macos/xsubpp
-____________________________________________________________________________
-[ 12190] By: pudge                                 on 2001/09/25  02:37:38
-        Log: Remove literal tabs from source in MM_MacOS.pm (Thomas Wegner)
-     Branch: maint-5.6/macperl
-          ! macos/lib/ExtUtils/MM_MacOS.pm
-____________________________________________________________________________
-[ 12189] By: pudge                                 on 2001/09/25  02:37:08
-        Log: Fix up Makefiles for more Mac:: modules (and prepare for
-             static build ...?)
-     Branch: maint-5.6/macperl
-          ! macos/Makefile.mk macos/ext/Mac/Makefile.mk
-          ! macos/macperl/Makefile.mk
-____________________________________________________________________________
-[ 12188] By: pudge                                 on 2001/09/25  02:36:19
-        Log: Fix up tests
-     Branch: maint-5.6/macperl
-          ! macos/MacPerlTests.cmd macos/MacPerlTests.plx
-____________________________________________________________________________
-[ 12187] By: pudge                                 on 2001/09/25  02:11:13
-        Log: Make malloc smarter, fix bugs.  (Bug #404030)
-     Branch: maint-5.6/macperl
-          ! macos/icemalloc.c macos/icemalloc.h
-____________________________________________________________________________
-[ 12186] By: nick                                  on 2001/09/24  19:18:17
-        Log: Integrate mainline
-     Branch: perlio
-         +> ext/I18N/Langinfo/fallback.c ext/I18N/Langinfo/fallback.xs
-         +> lib/filetest.t
-         !> (integrate 30 files)
-____________________________________________________________________________
-[ 12185] By: jhi                                   on 2001/09/24  18:56:40
-        Log: Retract #12136, the warnings::register is already
-             tested by t/lib/warnings/9enabled, as pointed out
-             by Paul Marquess.
-     Branch: perl
-          - lib/warnings/register.t
-          ! MANIFEST lib/warnings/register.pm t/lib/1_compile.t
-____________________________________________________________________________
-[ 12184] By: gsar                                  on 2001/09/24  18:39:58
-        Log: fix Time::HiRes implementation of gettimeofday() on windows
-             (HiRes.t#14 now passes)
-     Branch: perl
-          ! ext/Time/HiRes/HiRes.xs
-____________________________________________________________________________
-[ 12183] By: gsar                                  on 2001/09/24  18:13:23
-        Log: File::Spec::catfile() canonifies everything to blackslashes on
-             windows :-(
-     Branch: perl
-          ! lib/ExtUtils/Manifest.t
-____________________________________________________________________________
-[ 12182] By: gsar                                  on 2001/09/24  17:59:54
-        Log: test number mismatch
-     Branch: perl
-          ! t/op/magic.t
-____________________________________________________________________________
-[ 12181] By: jhi                                   on 2001/09/24  17:10:41
-        Log: ok().
-     Branch: perl
-          ! t/op/pack.t
-____________________________________________________________________________
-[ 12180] By: jhi                                   on 2001/09/24  16:09:37
-        Log: unpack("Z*Z*", pack("Z*Z*", ..)) bug, patch and test from
-             Wolfgang Laun <Wolfgang.Laun@alcatel.at>
-     Branch: perl
-          ! pp_pack.c t/op/pack.t
-____________________________________________________________________________
-[ 12179] By: jhi                                   on 2001/09/24  15:46:49
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[ 12178] By: jhi                                   on 2001/09/24  14:12:06
-        Log: Subject: [REPATCH] Re: [PATCH lib/ExtUtils/Manifest.pm] Minor bug in comment logic in maniread() on VMS
-             From: Michael G Schwern <schwern@pobox.com>
-             Date: Mon, 24 Sep 2001 11:12:13 -0400
-             Message-ID: <20010924111213.G27885@blackrider>
-     Branch: perl
-          ! lib/ExtUtils/Manifest.pm
-____________________________________________________________________________
-[ 12177] By: jhi                                   on 2001/09/24  14:02:32
-        Log: Subject: [PATCH vms/test.com] Fixing inline TODO recognition
-             From: Michael G Schwern <schwern@pobox.com> 
-             Date: Mon, 24 Sep 2001 11:02:07 -0400
-             Message-ID: <20010924110207.E27885@blackrider>
-     Branch: perl
-          ! vms/test.com
-____________________________________________________________________________
-[ 12176] By: ams                                   on 2001/09/24  14:01:59
-        Log: Update Changes.
-     Branch: perl
-          ! Changes
-____________________________________________________________________________
-[ 12175] By: jhi                                   on 2001/09/24  13:20:28
-        Log: Various cleanups.
-     Branch: perl
-          ! ext/threads/Makefile.PL ext/threads/threads.xs
-____________________________________________________________________________
-[ 12173] By: pudge                                 on 2001/09/24  12:56:13
-        Log: Integrate maint-5.6/perl changes 12024, 12026, 12145, 12146.
-     Branch: maint-5.6/macperl
-         !> (integrate 33 files)
-____________________________________________________________________________
-[ 12171] By: jhi                                   on 2001/09/24  12:26:58
-        Log: Subject: [PATCH gb2312.enc] (Re: [PATCH perl@12088] 2022-cn.enc of Encode.pm)
-             From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
-             Date: Mon, 24 Sep 2001 20:04:58 +0900
-             Message-Id: <20010924200207.A030.BQW10602@nifty.com>         
-     Branch: perl
-          ! ext/Encode/Encode/gb2312.enc
-____________________________________________________________________________
-[ 12170] By: jhi                                   on 2001/09/24  12:08:30
-        Log: Clarifying comment to #12164.
-     Branch: perl
-          ! lib/Cwd.pm
-____________________________________________________________________________
-[ 12169] By: jhi                                   on 2001/09/24  11:59:33
-        Log: Subject: [PATCH] Re: What sort of Makefile.PL should h2xs write?
-             From: Nicholas Clark <nick@ccl4.org>
-             Date: Sun, 23 Sep 2001 23:00:56 +0100
-             Message-ID: <20010923230055.Y4971@plum.flirble.org>
-             
-             (with "sample_constants" changed to "fallback")
-     Branch: perl
-          + ext/I18N/Langinfo/fallback.c ext/I18N/Langinfo/fallback.xs
-          ! MANIFEST ext/I18N/Langinfo/Langinfo.xs
-          ! ext/I18N/Langinfo/Makefile.PL lib/ExtUtils/Constant.pm
-          ! lib/h2xs.t utils/h2xs.PL
-____________________________________________________________________________
-[ 12168] By: jhi                                   on 2001/09/24  11:25:56
-        Log: Metaconfig unit change for #12167.
-     Branch: metaconfig
-          ! U/modified/Cppsym.U
-____________________________________________________________________________
-[ 12167] By: jhi                                   on 2001/09/24  11:25:22
-        Log: Add a few glibc cpp symbols to probe for.
-     Branch: perl
-          ! Configure
-____________________________________________________________________________
-[ 12166] By: jhi                                   on 2001/09/24  11:14:43
-        Log: DJGPP tweaks for Laszlo Molnar.
-     Branch: perl
-          ! djgpp/djgppsed.sh dosish.h
-____________________________________________________________________________
-[ 12165] By: ams                                   on 2001/09/24  10:07:08
-        Log: Subject: [PATCH t/op/inccode.t] More tests
-             From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
-             Date: 24 Sep 2001 10:01:44 -0000
-             Message-Id: <slrn9qu158.l2t.rgarciasuarez@rafael.kazibao.net>
-     Branch: perl
-          ! t/op/inccode.t
-____________________________________________________________________________
-[ 12164] By: ams                                   on 2001/09/24  09:43:29
-        Log: Subject: [PATCH Cwd.pm] local $/ = "\n";
-             From: Jeff 'japhy/Marillion' Pinyan <jeffp@crusoe.net>
-             Date: Mon, 24 Sep 2001 00:22:32 -0400 (EDT)
-             Message-Id: <Pine.GSO.4.21.0109240021410.9178-100000@crusoe.crusoe.net>
-     Branch: perl
-          ! lib/Cwd.pm
-____________________________________________________________________________
-[ 12163] By: jhi                                   on 2001/09/23  22:50:35
-        Log: 1_compile updates.
-     Branch: perl
-          ! t/lib/1_compile.t
-____________________________________________________________________________
-[ 12162] By: jhi                                   on 2001/09/23  21:11:22
-        Log: Subject: [PATCH] proposal : put the @INC-hooks directly in %INC
-             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
-             Date: Wed, 19 Sep 2001 22:47:14 +0200
-             Message-ID: <20010919224714.A6382@rafael>
-     Branch: perl
-          ! pod/perlvar.pod pp_ctl.c
-____________________________________________________________________________
-[ 12161] By: ams                                   on 2001/09/23  17:40:02
-        Log: Subject: [PATCH MANIFEST lib/filetest t/lib/1_compile.t] Add Tests for
-             filetest Pragma
-             From: "chromatic" <chromatic@rmci.net>
-             Date: Sun, 23 Sep 2001 12:07:25 -0600
-             Message-Id: <20010923181223.32427.qmail@onion.perl.org>
-     Branch: perl
-          + lib/filetest.t
-          ! MANIFEST t/lib/1_compile.t
-____________________________________________________________________________
-[ 12160] By: ams                                   on 2001/09/23  16:32:11
-        Log: Additional minor chdir() tweak.
-     Branch: perl
-          ! pod/perlfunc.pod
-____________________________________________________________________________
-[ 12159] By: ams                                   on 2001/09/23  16:25:01
-        Log: Subject: PATCH lib/ExtUtils/Command.t
-             From: Abe Timmerman <abe@ztreet.demon.nl>
-             Date: Sun, 23 Sep 2001 19:11:44 +0200
-             Message-Id: <b94sqtk7sidi2501apjssfubdc2ulmap38@4ax.com>
-     Branch: perl
-          ! lib/ExtUtils/Command.t
-____________________________________________________________________________
-[ 12158] By: jhi                                   on 2001/09/23  12:52:36
-        Log: Subject: [PATCH] Win32 compilation without USE_ITHREADS
-             From: "Mattia Barbon" <mbarbon@dsi.unive.it>
-             Date: Sun, 23 Sep 2001 02:02:26 +0200
-             Message-ID: <3BAD42B2.2951.39B2E2A@localhost>
-     Branch: perl
-          ! makedef.pl
-____________________________________________________________________________
-[ 12157] By: jhi                                   on 2001/09/23  12:46:05
-        Log: Subject: [PATCH t/op/study.t] Cleanup & OS/390 "fix"
-             From: Michael G Schwern <schwern@pobox.com> (by way of Craig A. Berry)         
-             Date: Sat, 22 Sep 2001 12:54:39 -0500
-             Message-Id: <a05101003b7d27f77cfa1@[172.16.52.1]>
-     Branch: perl
-          ! t/op/study.t
-____________________________________________________________________________
-[ 12156] By: nick                                  on 2001/09/23  07:48:44
-        Log: Integrate mainline
-     Branch: perlio
-          - check83.pl
-         !> ext/Encode/Encode/2022-cn.enc
-____________________________________________________________________________
-[ 12155] By: nick                                  on 2001/09/23  07:48:01
-        Log: Integrate mainline
-     Branch: perlio
-         +> (branch 64 files)
-          - ext/Encode/Encode/cns11643-1.enc
-          - ext/Encode/Encode/cns11643-2.enc
-          - ext/Encode/Encode/iso2022-cn.enc
-          - ext/Encode/Encode/iso2022-jp.enc
-          - ext/Encode/Encode/iso2022-jp1.enc
-          - ext/Encode/Encode/iso2022-jp2.enc
-          - ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
-          - ext/Encode/Encode/iso8859-1.enc
-          - ext/Encode/Encode/iso8859-1.ucm
-          - ext/Encode/Encode/iso8859-10.enc
-          - ext/Encode/Encode/iso8859-10.ucm
-          - ext/Encode/Encode/iso8859-13.enc
-          - ext/Encode/Encode/iso8859-13.ucm
-          - ext/Encode/Encode/iso8859-14.enc
-          - ext/Encode/Encode/iso8859-14.ucm
-          - ext/Encode/Encode/iso8859-15.enc
-          - ext/Encode/Encode/iso8859-15.ucm
-          - ext/Encode/Encode/iso8859-16.enc
-          - ext/Encode/Encode/iso8859-16.ucm
-          - ext/Encode/Encode/iso8859-2.enc
-          - ext/Encode/Encode/iso8859-2.ucm
-          - ext/Encode/Encode/iso8859-3.enc
-          - ext/Encode/Encode/iso8859-3.ucm
-          - ext/Encode/Encode/iso8859-4.enc
-          - ext/Encode/Encode/iso8859-4.ucm
-          - ext/Encode/Encode/iso8859-5.enc
-          - ext/Encode/Encode/iso8859-5.ucm
-          - ext/Encode/Encode/iso8859-6.enc
-          - ext/Encode/Encode/iso8859-6.ucm
-          - ext/Encode/Encode/iso8859-7.enc
-          - ext/Encode/Encode/iso8859-7.ucm
-          - ext/Encode/Encode/iso8859-8.enc
-          - ext/Encode/Encode/iso8859-8.ucm
-          - ext/Encode/Encode/iso8859-9.enc
-          - ext/Encode/Encode/iso8859-9.ucm
-          - ext/Encode/Encode/isoir-197.enc
-          - ext/Encode/Encode/macRomania.enc pod/perltootc.pod
-          - t/lib/sample-tests/header_at_end
-          - t/lib/sample-tests/header_at_end_fail
-         !> (integrate 174 files)
-____________________________________________________________________________
-[ 12154] By: ams                                   on 2001/09/23  07:11:46
-        Log: Mention $ENV{SYS$LOGIN} in chdir() documentation, as suggested
-             by Blair Zajac.
-     Branch: perl
-          ! pod/perlfunc.pod
-____________________________________________________________________________
-[ 12153] By: ams                                   on 2001/09/23  06:56:32
-        Log: Subject: [PATCH pp.c t/op/gv.t pod/perlref.pod pod/perldiag.pod] Re:
-             Forgotten deprecation of *glob{FILEHANDLE}?
-             From: "chromatic" <chromatic@rmci.net>
-             Date: Sat, 22 Sep 2001 21:27:56 -0600
-             Message-Id: <20010923033252.33085.qmail@onion.perl.org>
-     Branch: perl
-          ! pod/perldiag.pod pod/perlref.pod pp.c t/op/gv.t
-____________________________________________________________________________
-[ 12152] By: ams                                   on 2001/09/23  06:42:58
-        Log: Subject: [PATCH lib/File/Find.pm] Fixing lib/File/Find/t/taint.t on VMS
-             From: Michael G Schwern <schwern@pobox.com>
-             Date: Sun, 23 Sep 2001 03:34:39 -0400
-             Message-Id: <20010923033439.E7005@blackrider>
-     Branch: perl
-          ! lib/File/Find.pm
-____________________________________________________________________________
-[ 12151] By: ams                                   on 2001/09/23  06:37:57
-        Log: Subject: Re: t/op/magic.t missing tests on Win32
-             From: Michael G Schwern <schwern@pobox.com>
-             Date: Sat, 22 Sep 2001 20:29:09 -0400
-             Message-Id: <20010922202909.I18223@blackrider>
-     Branch: perl
-          ! t/op/magic.t
-____________________________________________________________________________
-[ 12150] By: ams                                   on 2001/09/23  06:36:26
-        Log: Subject: [PATCH MANIFEST lib/Dumpvalue.t lib/Dumpvalue.pm] Add tests for
-             Dumpvalue.pm
-             From: "chromatic" <chromatic@rmci.net>
-             Date: Sat, 22 Sep 2001 19:41:31 -0600
-             Message-Id: <20010923014628.7739.qmail@onion.perl.org>
-     Branch: perl
-          + lib/Dumpvalue.t
-          ! MANIFEST lib/Dumpvalue.pm
-____________________________________________________________________________
-[ 12149] By: ams                                   on 2001/09/23  06:25:35
-        Log: Subject: [PATCH perl@12088] 2022-cn.enc of Encode.pm
-             From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
-             Date: Sun, 23 Sep 2001 15:27:56 +0900
-             Message-Id: <20010923152641.5E26.BQW10602@nifty.com>
-     Branch: perl
-          ! ext/Encode/Encode/2022-cn.enc
-____________________________________________________________________________
-[ 12148] By: jhi                                   on 2001/09/22  23:33:42
-        Log: Manual eror in #12147.
-     Branch: perl
-          ! win32/win32.c
-____________________________________________________________________________
-[ 12147] By: jhi                                   on 2001/09/22  23:25:02
-        Log: Integrate change #12146 from maintperl;
-             win32_chdir() et al don't handle a NULL argument gracefully
-     Branch: perl
-         !> win32/perlhost.h win32/win32.c
-____________________________________________________________________________
-[ 12146] By: gsar                                  on 2001/09/22  23:18:47
-        Log: win32_chdir() et al don't handle a NULL argument gracefully
-     Branch: maint-5.6/perl
-          ! win32/perlhost.h win32/win32.c
-____________________________________________________________________________
-[ 12145] By: gsar                                  on 2001/09/22  23:17:42
-        Log: typo in change#12026
-     Branch: maint-5.6/perl
-          ! op.c
-____________________________________________________________________________
-[ 12144] By: jhi                                   on 2001/09/22  21:22:28
-        Log: Subject: [PATCH] Re: scalar context unpack bugs
-             From: Nicholas Clark <nick@ccl4.org>
-             Date: Sat, 22 Sep 2001 23:07:56 +0100
-             Message-ID: <20010922230755.O4971@plum.flirble.org>
-     Branch: perl
-          ! pp_pack.c t/op/pack.t
-____________________________________________________________________________
-[ 12143] By: jhi                                   on 2001/09/22  21:18:43
-        Log: Try ExtUtils::Command.t everywhere, not just on Win32
-             (as suggested by NI-S).  Also allow running it either
-             in t/ or in the main directory.
-     Branch: perl
-          ! lib/ExtUtils/Command.t
-____________________________________________________________________________
-[ 12142] By: jhi                                   on 2001/09/22  21:04:39
-        Log: Update the test on warnings/register.t.
-     Branch: perl
-          ! t/lib/1_compile.t
-____________________________________________________________________________
-[ 12141] By: jhi                                   on 2001/09/22  20:40:06
-        Log: The code is now almost tidy enough to keep the IRIX cc happy.
-     Branch: perl
-          ! hints/irix_6.sh
-____________________________________________________________________________
-[ 12140] By: ams                                   on 2001/09/22  17:26:32
-        Log: Subject: [PATCH perl@12088] configure.com: don't build 'threads" w/out
-             use_ithreads
-             From: "Craig A. Berry" <craigberry@mac.com>
-             Date: Sat, 22 Sep 2001 13:15:32 -0500
-             Message-Id: <a05101005b7d284f5192c@[172.16.52.1]>
-     Branch: perl
-          ! configure.com
-____________________________________________________________________________
-[ 12139] By: ams                                   on 2001/09/22  16:44:08
-        Log: Do what perl_clone() does for sharedsv functions.
-     Branch: perl
-          ! embed.pl proto.h
-____________________________________________________________________________
-[ 12138] By: jhi                                   on 2001/09/22  16:42:04
-        Log: Retract #12134; reintroduce #11949: PADOFFSETs are now UVs
-             (suggested by Sarathy, extensions shouldn't be dabbling with
-             op structures, so binary backward compatibility should not be
-             an issue.)
-     Branch: perl
-          ! hints/irix_6.sh op.h
-____________________________________________________________________________
-[ 12137] By: ams                                   on 2001/09/22  16:21:05
-        Log: More cleanups. (What's PERL_DECL_PROT?)
-     Branch: perl
-          ! embed.pl proto.h sharedsv.h
-____________________________________________________________________________
-[ 12136] By: ams                                   on 2001/09/22  15:14:34
-        Log: (Retracted by #12185)
-             
-             Subject: [PATCH MANIFEST lib/warnings/register.t lib/warnings/register.pm]
-             Add Tests for warnings::register, Doc Update
-             From: "chromatic" <chromatic@rmci.net>
-             Date: Sat, 22 Sep 2001 09:43:20 -0600
-             Message-Id: <20010922154815.32004.qmail@onion.perl.org>
-     Branch: perl
-          + lib/warnings/register.t
-          ! MANIFEST lib/warnings/register.pm
-____________________________________________________________________________
-[ 12135] By: ams                                   on 2001/09/22  15:07:50
-        Log: `@foo' should be @foo for consistency.
-     Branch: perl
-          ! pod/perldiag.pod
-____________________________________________________________________________
-[ 12134] By: jhi                                   on 2001/09/22  14:20:47
-        Log: (Retracted by #12138)
-             
-             Add -woff (turn warning off) 3187:
-             "A pointer is converted to a smaller integer."
-             This happens when your pointers are 64-bit: then every case
-             of converting pointers to PADOFFSETs (explicitly 32-bit)
-             faces truncation (even explicit use of INT2PTR doesn't help).
-             CxITERVAR(), POPLOOP(), and PUSHLOOP() are afflicted.
-             Changing PADOFFSET from U32 to UV would help, but that
-             would break binary backward compatibility of BASEOP and padop
-             (assuming you have been using 64-bit pointers).
-     Branch: perl
-          ! hints/irix_6.sh
-____________________________________________________________________________
-[ 12133] By: jhi                                   on 2001/09/22  13:53:49
-        Log: More 8.3-cleanup: there isn't an encoding called macRumanian,
-             but the name comes from the inside the file, not from the file
-             name, and Rumanian is the name of the language.
-     Branch: perl
-          + ext/Encode/Encode/macRumanian.enc
-          - ext/Encode/Encode/macRomania.enc
-          ! MANIFEST
-____________________________________________________________________________
-[ 12132] By: jhi                                   on 2001/09/22  13:48:29
-        Log: Rename perltootc as perltooc for 8.3-friedliness.
-     Branch: perl
-          + pod/perltooc.pod
-          - pod/perltootc.pod
-          ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlboot.pod
-          ! pod/perlmod.pod pod/perlobj.pod pod/perltoc.pod
-          ! pod/perltoot.pod
-____________________________________________________________________________
-[ 12131] By: jhi                                   on 2001/09/22  13:38:49
-        Log: Find more conflicts by lowercasing.
-     Branch: perl
-          + Porting/check83.pl
-          - check83.pl
-          ! MANIFEST
-____________________________________________________________________________
-[ 12130] By: jhi                                   on 2001/09/22  13:20:20
-        Log: The AIX cc 5.0.0.0 is simply too buggy.
-     Branch: perl
-          ! hints/aix.sh
-____________________________________________________________________________
-[ 12129] By: ams                                   on 2001/09/22  12:35:38
-        Log: Uninteresting cleanup.
-     Branch: perl
-          ! form.h
-____________________________________________________________________________
-[ 12128] By: ams                                   on 2001/09/22  12:28:48
-        Log: Subject: [PATCH@12110] Missing ")" in CvFILEGV
-             From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
-             Date: Sat, 22 Sep 2001 14:29:13 +0100
-             Message-Id: <AIEAJICLCBDNAAOLLOKLAEGADAAA.Paul_Marquess@Yahoo.co.uk>
-     Branch: perl
-          ! cv.h
-____________________________________________________________________________
-[ 12127] By: ams                                   on 2001/09/22  12:04:28
-        Log: What's a backet?
-     Branch: perl
-          ! dump.c
-____________________________________________________________________________
-[ 12126] By: ams                                   on 2001/09/22  10:02:34
-        Log: Removed duplicated tests #19 and #20.
-     Branch: perl
-          ! t/op/do.t
-____________________________________________________________________________
-[ 12125] By: ams                                   on 2001/09/22  03:58:41
-        Log: Subject: Re: [ID 20010919.001] local() fails on imported variables
-             From: Michael Carman <mjcarman@home.com>
-             Date: Fri, 21 Sep 2001 17:54:05 -0500
-             Message-Id: <3BABC50D.6040202@home.com>
-             (Applied with some changes.)
-     Branch: perl
-          ! pod/perlmod.pod
-____________________________________________________________________________
-[ 12124] By: ams                                   on 2001/09/22  03:44:19
-        Log: Subject: [PATCH t/op/chdir.t] Reconciling the Cwd/File::Spec differences
-             From: Michael G Schwern <schwern@pobox.com>
-             Date: Fri, 21 Sep 2001 19:20:40 -0400
-             Message-Id: <20010921192040.E5494@blackrider>
-     Branch: perl
-          ! t/op/chdir.t
-____________________________________________________________________________
-[ 12123] By: ams                                   on 2001/09/22  03:41:08
-        Log: Subject: [PATCH] t/op/chdir.t won't pass on VMS
-             From: Blair Zajac <blair@orcaware.com>
-             Date: Fri, 21 Sep 2001 15:13:04 -0700
-             Message-Id: <3BABBB70.55FD41DC@orcaware.com>
-     Branch: perl
-          ! t/op/chdir.t
-____________________________________________________________________________
-[ 12122] By: ams                                   on 2001/09/22  03:37:07
-        Log: Subject: [REPATCH] Re: [PATCH t/op/do.t] new regression tests for bug ID
-             20010920.007
-             From: Michael G Schwern <schwern@pobox.com>
-             Date: Fri, 21 Sep 2001 17:59:03 -0400
-             Message-Id: <20010921175903.V5494@blackrider>
-     Branch: perl
-          ! t/op/do.t
-____________________________________________________________________________
-[ 12121] By: ams                                   on 2001/09/22  03:30:38
-        Log: Subject: [PATCH pod/perlport.pod] expand DOS-like table (was Re: test
-             suite on WinCE)
-             From: Michael G Schwern <schwern@pobox.com>
-             Date: Fri, 21 Sep 2001 19:41:03 -0400
-             Message-Id: <20010921194103.G5494@blackrider>
-     Branch: perl
-          ! pod/perlport.pod
-____________________________________________________________________________
-[ 12120] By: ams                                   on 2001/09/22  03:28:06
-        Log: Subject: [PATCH t/op/magic.t] Re: Weird $ENV{FOO} = undef warning
-             From: Michael G Schwern <schwern@pobox.com>
-             Date: Fri, 21 Sep 2001 17:33:35 -0400
-             Message-Id: <20010921173335.T5494@blackrider>
-             ($ENV{FOO}=undef hunk not applied.)
-     Branch: perl
-          ! t/op/magic.t
-____________________________________________________________________________
-[ 12119] By: ams                                   on 2001/09/22  03:02:26
-        Log: Subject: [PATCH] perldiag.pod
-             From: Peter Scott <Peter@PSDT.com>
-             Date: Fri, 21 Sep 2001 18:54:50 -0700
-             Message-Id: <4.3.2.7.2.20010921183823.00aa9890@mail.webquarry.com>
-             (Moved to the right place.)
-     Branch: perl
-          ! pod/perldiag.pod
-____________________________________________________________________________
-[ 12118] By: ams                                   on 2001/09/21  20:05:29
-        Log: Subject: [PATCH t/op/do.t] new regression tests for bug ID 20010920.007
-             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
-             Date: Fri, 21 Sep 2001 22:36:54 +0200
-             Message-Id: <20010921223654.A12742@rafael>
-     Branch: perl
-          ! t/op/do.t
-____________________________________________________________________________
-[ 12117] By: jhi                                   on 2001/09/21  20:05:23
-        Log: Restore things as they were before
-             the backward compatibility police notices.
-     Branch: perl
-          ! lib/Cwd.pm
-____________________________________________________________________________
-[ 12116] By: jhi                                   on 2001/09/21  17:52:28
-        Log: More Cwd from Schwern: make also OS/2 and DOS
-             Cwd agree with File::Spec (that is, native path
-             syntax using \ instead of / -- backward compatibility
-             polic warning) and stop Win32 from using bsd_realpath().
-     Branch: perl
-          ! lib/Cwd.pm
-____________________________________________________________________________
-[ 12115] By: jhi                                   on 2001/09/21  17:19:03
-        Log: Subject: [PATCH @12110] RE: Untested libraries update
-             From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
-             Date: Fri, 21 Sep 2001 18:21:07 +0100
-             Message-ID: <AIEAJICLCBDNAAOLLOKLOEENDAAA.Paul_Marquess@Yahoo.co.uk>
-     Branch: perl
-          ! lib/warnings/register.pm
-____________________________________________________________________________
-[ 12114] By: jhi                                   on 2001/09/21  17:09:52
-        Log: Subject: Re: And now the Cwd problem (was Re: chdir.t problem...)
-             From: Michael G Schwern <schwern@pobox.com>
-             Date: Thu, 20 Sep 2001 22:54:02 -0400
-             Message-ID: <20010920225402.A3611@blackrider>
-     Branch: perl
-          ! lib/Cwd.pm
-____________________________________________________________________________
-[ 12113] By: ams                                   on 2001/09/21  17:08:24
-        Log: Subject: [PATCH] avoid v-strings with require/use
-             From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
-             Date: Fri, 21 Sep 2001 12:34:40 -0400
-             Message-Id: <20010921123440.A148500@linguist.thayer.dartmouth.edu>
-     Branch: perl
-          ! ext/ByteLoader/bytecode.h ext/Data/Dumper/Dumper.pm
-          ! ext/Devel/DProf/DProf.pm ext/IO/lib/IO/Dir.pm
-          ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
-          ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
-          ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/AutoLoader.pm
-          ! lib/AutoSplit.pm lib/Class/Struct.pm lib/Cwd.pm
-          ! lib/Dumpvalue.pm lib/ExtUtils/Command.pm
-          ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
-          ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Mksymlists.pm
-          ! lib/ExtUtils/Packlist.pm lib/Fatal.pm lib/File/Basename.pm
-          ! lib/File/CheckTree.pm lib/File/Compare.pm lib/File/Copy.pm
-          ! lib/File/Find.pm lib/File/Path.pm lib/File/stat.pm
-          ! lib/FileHandle.pm lib/Math/Trig.pm lib/Net/Ping.pm
-          ! lib/Net/hostent.pm lib/Net/netent.pm lib/Net/protoent.pm
-          ! lib/Net/servent.pm lib/Shell.pm lib/Tie/Array.pm
-          ! lib/Tie/Handle.pm lib/Time/Local.pm lib/Time/gmtime.pm
-          ! lib/Time/localtime.pm lib/User/grent.pm lib/base.pm
-          ! lib/diagnostics.pm lib/fields.pm lib/vars.pm
-          ! pod/perl56delta.pod pod/perlfunc.pod pp_ctl.c utils/pl2pm.PL
-____________________________________________________________________________
-[ 12110] By: jhi                                   on 2001/09/21  13:59:13
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[ 12109] By: jhi                                   on 2001/09/21  13:44:43
-        Log: Make AIX and Tru64 compilers happy.  
-     Branch: perl
-          ! ext/threads/threads.h ext/threads/threads.xs
-____________________________________________________________________________
-[ 12108] By: jhi                                   on 2001/09/21  12:16:27
-        Log: Subject: [PATCH] Re: [ID 20010920.007] q and qq does not work after do
-             From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
-             Date: 21 Sep 2001 09:16:37 -0000
-             Message-Id: <slrn9qm1ca.h6b.rgarciasuarez@rafael.kazibao.net>
-     Branch: perl
-          ! toke.c
-____________________________________________________________________________
-[ 12107] By: jhi                                   on 2001/09/21  12:14:41
-        Log: Subject: [PATCH pp_sys.c] pp_chdir Win32 fix
-             From: Michael G Schwern <schwern@pobox.com>
-             Date: Thu, 20 Sep 2001 21:21:34 -0400
-             Message-ID: <20010920212134.Y28291@blackrider>
-     Branch: perl
-          ! pp_sys.c
-____________________________________________________________________________
-[ 12106] By: jhi                                   on 2001/09/21  12:12:09
-        Log: Subject: Re: GDB Debugging Macros from mod_perl
-             From: rspier@pobox.com (Robert Spier)
-             Date: Thu, 20 Sep 2001 22:45:03 -0700
-             Message-ID: <15274.54239.413929.49430@rls.cx>
-     Branch: perl
-          ! pod/perltodo.pod
-____________________________________________________________________________
-[ 12105] By: sky                                   on 2001/09/21  10:33:34
-        Log: Fixed bug where Time::HiRes::time returned time adjusted to 
-             timezone! GetSystemTime should be available on all Win32 
-             platforms we support. Perhaps Time::HiRes should be extended to
-             support WinCE and Novell?
-     Branch: perl
-          ! ext/Time/HiRes/HiRes.xs
-____________________________________________________________________________
-[ 12104] By: sky                                   on 2001/09/21  08:12:39
-        Log: Attempt to fix solaris issue raised by Andy Dougherty.  
-     Branch: perl
-          ! ext/threads/threads.h ext/threads/threads.xs
-____________________________________________________________________________
-[ 12103] By: sky                                   on 2001/09/21  07:57:41
-        Log: Rename the *thread* functions to Perl_* to avoid clashes.
-             Notably on AIX but could become a problem on other platforms.
-     Branch: perl
-          ! ext/threads/threads.h ext/threads/threads.xs
-____________________________________________________________________________
-[ 12102] By: sky                                   on 2001/09/21  07:35:30
-        Log: Add the shared sv space to the global vars.
-             Fix problems compiling on win32.
-     Branch: perl
-          ! embedvar.h ext/threads/threads.xs perlapi.h perlvars.h
-          ! sharedsv.c sharedsv.h
-____________________________________________________________________________
-[ 12101] By: ams                                   on 2001/09/21  00:19:55
-        Log: Subject: [PATCH] win32/Makefile warning fix
-             From: Blair Zajac <blair@orcaware.com>
-             Date: Thu, 20 Sep 2001 18:15:43 -0700
-             Message-Id: <3BAA94BF.FFD5FC3A@orcaware.com>
-     Branch: perl
-          ! win32/Makefile
-____________________________________________________________________________
-[ 12100] By: jhi                                   on 2001/09/20  21:57:04
-        Log: Subject: [PATCH bleadperl] Command.t patch had some errors... sorry.
-             From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
-             Date: Thu, 20 Sep 2001 18:36:22 +0200
-             Message-ID: <549856591.20010920183622@tesla.rcub.bg.ac.yu>
-     Branch: perl
-          ! lib/ExtUtils/Command.t
-____________________________________________________________________________
-[ 12099] By: jhi                                   on 2001/09/20  21:53:00
-        Log: Cant spl wirth a dam.
-     Branch: perl
-          ! intrpvar.h
-____________________________________________________________________________
-[ 12098] By: jhi                                   on 2001/09/20  21:52:24
-        Log: Don't use C++ comments.
-     Branch: perl
-          ! ext/threads/threads.xs
-____________________________________________________________________________
-[ 12097] By: ams                                   on 2001/09/20  21:42:07
-        Log: Change #12044 didn't.
-     Branch: perl
-          ! lib/constant.pm
-____________________________________________________________________________
-[ 12096] By: jhi                                   on 2001/09/20  13:38:44
-        Log: Metaconfig unit changes for #12095.
-     Branch: metaconfig
-          ! U/modified/Myinit.U U/modified/libs.U
-____________________________________________________________________________
-[ 12095] By: jhi                                   on 2001/09/20  13:38:22
-        Log: Remove iconv references since we are not using it
-             and not going to; regen perltoc, perlmodlib.
-             (Some references still linger in perltoc, have to figure
-             out where they are coming from.)
-     Branch: perl
-          ! Configure NetWare/config.wc NetWare/config_H.wc
-          ! Porting/Glossary Porting/config.sh Porting/config_H
-          ! config_h.SH configure.com epoc/config.sh perl.h
-          ! pod/perlmodlib.pod pod/perltoc.pod uconfig.h uconfig.sh
-          ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
-          ! vos/config.ga.h win32/config.bc win32/config.gc
-          ! win32/config.vc win32/config_H.bc win32/config_H.gc
-          ! win32/config_H.vc wince/config.ce wince/config.h
-          ! wince/config_H.ce
-____________________________________________________________________________
-[ 12094] By: jhi                                   on 2001/09/20  12:49:17
-        Log: Subject: [PATCH docs] Re: ARGV and read
-             From: Dave Mitchell <davem@fdgroup.co.uk>
-             Date: Thu, 20 Sep 2001 13:21:31 +0100 (BST)
-             Message-Id: <200109201221.NAA04258@gizmo.fdgroup.co.uk>
-     Branch: perl
-          ! pod/perltodo.pod pod/perlvar.pod
-____________________________________________________________________________
-[ 12093] By: jhi                                   on 2001/09/20  12:45:35
-        Log: Fresh copies from the cvs.perl.org perlfaq repository.
-     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
-____________________________________________________________________________
-[ 12092] By: jhi                                   on 2001/09/20  12:32:44
-        Log: Subject: [PATCH] Re: n questions (was Re: 4 questions about pack/unpack)        
-             From: Nicholas Clark <nick@ccl4.org>
-             Date: Thu, 20 Sep 2001 14:27:08 +0100
-             Message-ID: <20010920142708.X4971@plum.flirble.org>
-     Branch: perl
-          ! pp_pack.c t/op/pack.t
-____________________________________________________________________________
-[ 12091] By: jhi                                   on 2001/09/20  12:16:50
-        Log: The sharedsv_space* are variables, not code.  Duh.
-     Branch: perl
-          ! intrpvar.h makedef.pl
-____________________________________________________________________________
-[ 12090] By: ams                                   on 2001/09/20  11:26:06
-        Log: Subject: [patch lib/lib_pm.PL]
-             From: Stas Bekman <stas@stason.org>
-             Date: Thu, 20 Sep 2001 18:48:53 +0800
-             Message-Id: <3BA9C995.6010302@stason.org>
-             (Applied by hand.)
-     Branch: perl
-          ! lib/lib_pm.PL
-____________________________________________________________________________
-[ 12089] By: jhi                                   on 2001/09/20  01:36:23
-        Log: Only 21 tests, skipping or not.
-     Branch: perl
-          ! lib/ExtUtils/Command.t
-____________________________________________________________________________
-[ 12088] By: jhi                                   on 2001/09/19  18:54:37
-        Log: New exported symbols.
-     Branch: perl
-          ! makedef.pl
-____________________________________________________________________________
-[ 12087] By: jhi                                   on 2001/09/19  13:45:59
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[ 12086] By: jhi                                   on 2001/09/19  13:02:58
-        Log: Correct numbering of the tests is useful.
-     Branch: perl
-          ! ext/threads/t/basic.t
-____________________________________________________________________________
-[ 12085] By: jhi                                   on 2001/09/19  12:11:15
-        Log: More tests now too.
-     Branch: perl
-          ! lib/ExtUtils/Command.t
-____________________________________________________________________________
-[ 12084] By: jhi                                   on 2001/09/19  12:08:33
-        Log: More tests now.
-     Branch: perl
-          ! ext/threads/t/basic.t
-____________________________________________________________________________
-[ 12083] By: jhi                                   on 2001/09/19  11:35:55
-        Log: The test assumed 7-bit ASCII.  Now it "just"
-             assumes 8-bit whatever.
-     Branch: perl
-          ! t/op/crypt.t
-____________________________________________________________________________
-[ 12082] By: jhi                                   on 2001/09/19  11:19:56
-        Log: Subject: Re: [PATCH] Smoke 12057 /pro/3gl/CPAN/perl-current
-             From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
-             Date: Wed, 19 Sep 2001 11:45:28 +0200
-             Message-Id: <20010919110037.19C7.H.M.BRAND@hccnet.nl>
-             
-             Lvalue casts are not portable.
-     Branch: perl
-          ! ext/threads/threads.xs
-____________________________________________________________________________
-[ 12081] By: sky                                   on 2001/09/19  10:17:52
-        Log: Make the basic test contain only realy basic API tests
-             Seems to be a problem with detach.
-     Branch: perl
-          ! ext/threads/t/basic.t
-____________________________________________________________________________
-[ 12080] By: ams                                   on 2001/09/19  01:23:55
-        Log: Subject: [PATCH] Syncing with Test::Simple 0.19
-             From: Michael G Schwern <schwern@pobox.com>
-             Date: Tue, 18 Sep 2001 19:53:48 -0400
-             Message-Id: <20010918195348.M585@blackrider>
-             
-             Subject: [REPATCH] Re: [PATCH lib/Test/More.pm] Stray newline confusing t/TEST
-             From: Michael G Schwern <schwern@pobox.com>
-             Date: Tue, 18 Sep 2001 22:07:13 -0400
-             Message-Id: <20010918220713.B19616@blackrider>
-     Branch: perl
-          ! lib/Test/More.pm lib/Test/Simple.pm lib/Test/Simple/Changes
-          ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
-          ! lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/fail.t
-          ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/todo.t
-          ! lib/Test/Tutorial.pod
-____________________________________________________________________________
-[ 12079] By: jhi                                   on 2001/09/19  00:19:45
-        Log: Indent the test a bit.
-     Branch: perl
-          ! ext/threads/t/basic.t
-____________________________________________________________________________
-[ 12078] By: jhi                                   on 2001/09/18  22:54:21
-        Log: Subject: [PATCH bleadperl] added tainting for getcwd for Win32
-             From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
-             Date: Tue, 18 Sep 2001 18:06:44 +0200
-             Message-ID: <11018348611.20010918180644@tesla.rcub.bg.ac.yu>
-     Branch: perl
-          ! win32/win32.c
-____________________________________________________________________________
-[ 12077] By: jhi                                   on 2001/09/18  22:52:24
-        Log: Subject: stat access time is wrong on Win95
-             From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
-             Date: Tue, 18 Sep 2001 21:59:24 +0200
-             Message-ID: <413158386.20010918215924@tesla.rcub.bg.ac.yu>
-     Branch: perl
-          ! lib/ExtUtils/Command.pm lib/ExtUtils/Command.t
-____________________________________________________________________________
-[ 12076] By: ams                                   on 2001/09/18  22:11:25
-        Log: Subject: [PATCH] Re: [PATCH] t/op/crypt.t
-             From: Michael G Schwern <schwern@pobox.com>
-             Date: Tue, 18 Sep 2001 18:47:14 -0400
-             Message-Id: <20010918184714.I585@blackrider>
-     Branch: perl
-          ! t/op/crypt.t
-____________________________________________________________________________
-[ 12075] By: sky                                   on 2001/09/18  19:29:37
-        Log: two test failures
-             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
-             Message-ID: <20010918221702.A17408@rafael>
-             partly applied, #12074 already fixed half the patch
-     Branch: perl
-          ! ext/threads/t/basic.t
-____________________________________________________________________________
-[ 12074] By: sky                                   on 2001/09/18  18:49:03
-        Log: Fixes test case failure introduced by #12071, the warning is
-             now correctly spelled :-)
-     Branch: perl
-          ! ext/IO/lib/IO/t/io_sel.t
-____________________________________________________________________________
-[ 12073] By: sky                                   on 2001/09/18  18:46:22
-        Log: Make the test behave properly!
-     Branch: perl
-          ! ext/threads/t/basic.t
-____________________________________________________________________________
-[ 12072] By: ams                                   on 2001/09/18  18:44:59
-        Log: OP_RCATLINE is an SVOP, not a BASEOP.
-     Branch: perl
-          ! opcode.h opcode.pl
-____________________________________________________________________________
-[ 12071] By: ams                                   on 2001/09/18  18:06:27
-        Log: Deprecate != Depreciate.
-     Branch: perl
-          ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Select.pm
-          ! lib/Pod/ParseUtils.pm
-____________________________________________________________________________
-[ 12070] By: ams                                   on 2001/09/18  15:14:58
-        Log: Subject: [PATCH] Getopt::Std cleanup
-             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
-             Date: Tue, 18 Sep 2001 17:32:13 +0200
-             Message-Id: <20010918173213.C777@rafael>
-     Branch: perl
-          ! lib/Getopt/Std.pm lib/Getopt/Std.t
-____________________________________________________________________________
-[ 12069] By: sky                                   on 2001/09/18  14:56:33
-        Log: Forgot the makefile
-     Branch: perl
-          + ext/threads/Makefile.PL
-____________________________________________________________________________
-[ 12068] By: sky                                   on 2001/09/18  14:13:26
-        Log: Adds the thread 0.05 module. It is now moved to the core from CPAN.
-             The test will fail because of Test.pm not knowing about threads. 
-             basic needs to be manually tested
-             compile time warnings on IV2PTR conversions need to be fixed
-     Branch: perl
-          + ext/threads/Changes ext/threads/README ext/threads/t/basic.t
-          + ext/threads/threads.h ext/threads/threads.pm
-          + ext/threads/threads.xs
-          ! MANIFEST
-____________________________________________________________________________
-[ 12067] By: jhi                                   on 2001/09/18  11:51:08
-        Log: DJGPP tweak from Laszlo Molnar.
-     Branch: perl
-          ! djgpp/config.over
-____________________________________________________________________________
-[ 12066] By: sky                                   on 2001/09/18  10:24:31
-        Log: Changed how ownership of mutexes are held. We never hold a mutex only a slot indicating that we own the lock.
-     Branch: perl
-          ! sharedsv.c sharedsv.h
-____________________________________________________________________________
-[ 12065] By: jhi                                   on 2001/09/18  00:00:09
-        Log: Strip ^iso- from the Encode filenames to be 8.3-friendly,
-             ditto ^cns.
-     Branch: perl
-          + ext/Encode/Encode/11643-1.enc ext/Encode/Encode/11643-2.enc
-          + ext/Encode/Encode/2022-cn.enc ext/Encode/Encode/2022-jp.enc
-          + ext/Encode/Encode/2022-jp1.enc ext/Encode/Encode/2022-jp2.enc
-          + ext/Encode/Encode/2022-kr.enc ext/Encode/Encode/2022.enc
-          + ext/Encode/Encode/8859-1.enc ext/Encode/Encode/8859-1.ucm
-          + ext/Encode/Encode/8859-10.enc ext/Encode/Encode/8859-10.ucm
-          + ext/Encode/Encode/8859-11.enc ext/Encode/Encode/8859-11.ucm
-          + ext/Encode/Encode/8859-13.enc ext/Encode/Encode/8859-13.ucm
-          + ext/Encode/Encode/8859-14.enc ext/Encode/Encode/8859-14.ucm
-          + ext/Encode/Encode/8859-15.enc ext/Encode/Encode/8859-15.ucm
-          + ext/Encode/Encode/8859-16.enc ext/Encode/Encode/8859-16.ucm
-          + ext/Encode/Encode/8859-2.enc ext/Encode/Encode/8859-2.ucm
-          + ext/Encode/Encode/8859-3.enc ext/Encode/Encode/8859-3.ucm
-          + ext/Encode/Encode/8859-4.enc ext/Encode/Encode/8859-4.ucm
-          + ext/Encode/Encode/8859-5.enc ext/Encode/Encode/8859-5.ucm
-          + ext/Encode/Encode/8859-6.enc ext/Encode/Encode/8859-6.ucm
-          + ext/Encode/Encode/8859-7.enc ext/Encode/Encode/8859-7.ucm
-          + ext/Encode/Encode/8859-8.enc ext/Encode/Encode/8859-8.ucm
-          + ext/Encode/Encode/8859-9.enc ext/Encode/Encode/8859-9.ucm
-          + ext/Encode/Encode/ir-197.enc
-          - ext/Encode/Encode/cns11643-1.enc
-          - ext/Encode/Encode/cns11643-2.enc
-          - ext/Encode/Encode/iso2022-cn.enc
-          - ext/Encode/Encode/iso2022-jp.enc
-          - ext/Encode/Encode/iso2022-jp1.enc
-          - ext/Encode/Encode/iso2022-jp2.enc
-          - ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
-          - ext/Encode/Encode/iso8859-1.enc
-          - ext/Encode/Encode/iso8859-1.ucm
-          - ext/Encode/Encode/iso8859-10.enc
-          - ext/Encode/Encode/iso8859-10.ucm
-          - ext/Encode/Encode/iso8859-11.enc
-          - ext/Encode/Encode/iso8859-11.ucm
-          - ext/Encode/Encode/iso8859-13.enc
-          - ext/Encode/Encode/iso8859-13.ucm
-          - ext/Encode/Encode/iso8859-14.enc
-          - ext/Encode/Encode/iso8859-14.ucm
-          - ext/Encode/Encode/iso8859-15.enc
-          - ext/Encode/Encode/iso8859-15.ucm
-          - ext/Encode/Encode/iso8859-16.enc
-          - ext/Encode/Encode/iso8859-16.ucm
-          - ext/Encode/Encode/iso8859-2.enc
-          - ext/Encode/Encode/iso8859-2.ucm
-          - ext/Encode/Encode/iso8859-3.enc
-          - ext/Encode/Encode/iso8859-3.ucm
-          - ext/Encode/Encode/iso8859-4.enc
-          - ext/Encode/Encode/iso8859-4.ucm
-          - ext/Encode/Encode/iso8859-5.enc
-          - ext/Encode/Encode/iso8859-5.ucm
-          - ext/Encode/Encode/iso8859-6.enc
-          - ext/Encode/Encode/iso8859-6.ucm
-          - ext/Encode/Encode/iso8859-7.enc
-          - ext/Encode/Encode/iso8859-7.ucm
-          - ext/Encode/Encode/iso8859-8.enc
-          - ext/Encode/Encode/iso8859-8.ucm
-          - ext/Encode/Encode/iso8859-9.enc
-          - ext/Encode/Encode/iso8859-9.ucm
-          - ext/Encode/Encode/isoir-197.enc
-          ! MANIFEST ext/Encode/Encode/Tcl.t ext/Encode/Makefile.PL
-____________________________________________________________________________
-[ 12064] By: jhi                                   on 2001/09/17  23:53:38
-        Log: Must Uppercase.
-     Branch: perl
-          ! ext/Encode/Encode.pm
-____________________________________________________________________________
-[ 12063] By: jhi                                   on 2001/09/17  23:39:28
-        Log: Add various encodings.
-     Branch: perl
-          + ext/Encode/Encode/iso8859-11.enc
-          + ext/Encode/Encode/iso8859-11.ucm ext/Encode/Encode/koi8-f.enc
-          + ext/Encode/Encode/koi8-f.ucm ext/Encode/Encode/koi8-u.enc
-          + ext/Encode/Encode/koi8-u.ucm ext/Encode/Encode/nextstep.enc
-          + ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/roman8.enc
-          + ext/Encode/Encode/roman8.ucm ext/Encode/Encode/viscii.enc
-          + ext/Encode/Encode/viscii.ucm
-          ! MANIFEST ext/Encode/Encode.pm
-____________________________________________________________________________
-[ 12062] By: jhi                                   on 2001/09/17  22:48:21
-        Log: lib/unicode relic.
-     Branch: perl
-          ! ext/Encode/compile
-____________________________________________________________________________
-[ 12061] By: jhi                                   on 2001/09/17  20:50:16
-        Log: Subject: [PATCH] Re: filename problems
-             From: Michael G Schwern <schwern@pobox.com>
-             Date: Mon, 17 Sep 2001 17:26:26 -0400
-             Message-ID: <20010917172626.Q585@blackrider>
-     Branch: perl
-          + t/lib/sample-tests/head_end t/lib/sample-tests/head_fail
-          - t/lib/sample-tests/header_at_end
-          - t/lib/sample-tests/header_at_end_fail
-          ! MANIFEST lib/Test/Harness/t/test-harness.t
-____________________________________________________________________________
-[ 12060] By: jhi                                   on 2001/09/17  20:14:53
-        Log: Explicitly explain the 1e9 seconds, not everybody
-             is a C geek.
-     Branch: perl
-          ! ext/Time/HiRes/HiRes.pm
-____________________________________________________________________________
-[ 12059] By: jhi                                   on 2001/09/17  20:07:20
-        Log: Explain an apparent bug reported by
-             Richard J. Barbalace <rjbarbal@MIT.EDU>,
-             with additional explanation from Gisle Aas.
-     Branch: perl
-          ! ext/Time/HiRes/HiRes.pm
-____________________________________________________________________________
-[ 12058] By: ams                                   on 2001/09/17  19:52:01
-        Log: Subject: [PATCH t/lib/warnings/pp, t/lib/warnings/op] new tests
-             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
-             Date: Mon, 17 Sep 2001 22:48:05 +0200
-             Message-Id: <20010917224805.C11744@rafael>
-     Branch: perl
-          ! t/lib/warnings/op t/lib/warnings/pp
-____________________________________________________________________________
-[ 12057] By: ams                                   on 2001/09/17  16:51:18
-        Log: Its a nit!
-     Branch: perl
-          ! sv.h
-____________________________________________________________________________
-[ 12056] By: ams                                   on 2001/09/17  16:47:55
-        Log: Subject: [PATCH perl@12023] waitpid enhancements for VMS
-             From: "Craig A. Berry" <craigberry@mac.com>
-             Date: Mon, 17 Sep 2001 12:34:20 -0500
-             Message-Id: <5.1.0.14.0.20010916222208.0469cdf8@exchi01>
-     Branch: perl
-          ! vms/vms.c
-____________________________________________________________________________
-[ 12055] By: ams                                   on 2001/09/17  16:05:15
-        Log: Subject: [PATCH] Make CPAN.pm use Digest::MD5
-             From: Gisle Aas <gisle@ActiveState.com>
-             Date: 16 Apr 2001 16:20:34 -0700
-             Message-ID: <lrlmp0sa7x.fsf@caliper.ActiveState.com>
-             (Applied by hand.)
-     Branch: perl
-          ! lib/CPAN.pm lib/CPAN/Nox.pm
-____________________________________________________________________________
-[ 12054] By: jhi                                   on 2001/09/17  14:06:26
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[ 12053] By: jhi                                   on 2001/09/17  13:45:26
-        Log: Adding new files to the MANIFEST is always nice.
-     Branch: perl
-          ! MANIFEST
-____________________________________________________________________________
-[ 12052] By: jhi                                   on 2001/09/17  13:12:31
-        Log: Reindent the PerlIO files (suggested by NI-S), used
-             indent -kr -nce -psl -sc -TSV -TAV -THV -TGV -TIV -TUV -TNV -TMAGIC -TFILE -TPerlIO -TPerlIO_list_t -TPerlIO_funcs -TPerlIO_pair_t
-             (GNU indent).  Note that wholesale re-indenting might
-             be nice, but that would break nice formatting/alignment
-             of assignments, equality testing, and complex boolean
-             expressions with lots of &s and |s.
-     Branch: perl
-          ! perlio.c perlio.h perliol.h
-____________________________________________________________________________
-[ 12051] By: jhi                                   on 2001/09/17  12:55:53
-        Log: Add a script for being 8.3-polite.
-             The found conflicts are being worked on.
-     Branch: perl
-          + check83.pl
-          ! MANIFEST Porting/pumpkin.pod
-____________________________________________________________________________
-[ 12050] By: sky                                   on 2001/09/17  12:44:36
-        Log: Fixes coredump introduced by 11755 and 11790. Thanks to Doug for
-             finding it.
-     Branch: perl
-          ! sv.c
-____________________________________________________________________________
-[ 12049] By: jhi                                   on 2001/09/17  11:55:07
-        Log: Bump up versions because of #12041.
-     Branch: perl
-          ! ext/Devel/DProf/DProf.pm ext/IO/lib/IO/File.pm
-          ! ext/IO/lib/IO/Pipe.pm lib/Fatal.pm lib/Time/gmtime.pm
-          ! lib/Time/localtime.pm
-____________________________________________________________________________
-[ 12048] By: jhi                                   on 2001/09/17  11:51:54
-        Log: Bump the version number because of #12042.
-     Branch: perl
-          ! lib/CPAN/FirstTime.pm
-____________________________________________________________________________
-[ 12047] By: ams                                   on 2001/09/17  11:21:40
-        Log: Subject: Re: [PATCH] turn $a.=<F> into an RCATLINE
-             From: Abhijit Menon-Sen <ams@wiw.org>
-             Date: Mon, 17 Sep 2001 17:44:12 +0530
-             Message-Id: <20010917174412.B7058@lustre.dyn.wiw.org>
-     Branch: perl
-          ! op.c
-____________________________________________________________________________
-[ 12046] By: sky                                   on 2001/09/17  07:14:17
-        Log: Subject: Re: t/op/ver.t using skip() improperly
-             From: "chromatic" <chromatic@rmci.net>
-             Date: Mon, 17 Sep 2001 00:22:29 -0600
-             Message-ID: <20010917062713.47716.qmail@onion.perl.org>
-     Branch: perl
-          ! t/op/ver.t
-____________________________________________________________________________
-[ 12045] By: nick                                  on 2001/09/17  07:12:14
-        Log: Integrate mainline
-     Branch: perlio
-         +> t/op/chdir.t
-         !> (integrate 117 files)
-____________________________________________________________________________
-[ 12044] By: ams                                   on 2001/09/17  05:49:53
-        Log: Subject: [PATCH lib/constant.pm] Major POD rewrite of constant.pm
-             From: Ilmari Karonen <iltzu@sci.fi>
-             Date: Mon, 17 Sep 2001 00:47:57 +0300 (EET DST)
-             Message-Id: <Pine.SOL.3.96.1010917002916.13210A-100000@simpukka>
-             (And $VERSION = '1.05'.)
-     Branch: perl
-          ! lib/constant.pm
-____________________________________________________________________________
-[ 12043] By: ams                                   on 2001/09/17  05:44:50
-        Log: Subject: Re: [BUG?] chdir(undef) == chdir() probably a bug
-             From: Michael G Schwern <schwern@pobox.com>
-             Date: Mon, 17 Sep 2001 07:49:04 +0200
-             Message-Id: <20010917074904.V1588@blackrider>
-             (Applied with tweaks to chdir.t and pp_sys.c hunks.)
-     Branch: perl
-          + t/op/chdir.t
-          ! MANIFEST pp_sys.c
-____________________________________________________________________________
-[ 12042] By: jhi                                   on 2001/09/17  02:54:13
-        Log: Subject: Re: CPAN.pm needs some hacking 
-             From: "chromatic" <chromatic@rmci.net>
-             Date: Sun, 16 Sep 2001 16:46:29 -0600
-             Message-ID: <20010916225113.5606.qmail@onion.perl.org>
-     Branch: perl
-          ! lib/CPAN/FirstTime.pm
-____________________________________________________________________________
-[ 12041] By: jhi                                   on 2001/09/16  20:43:15
-        Log: Change use|require 5.005_64 to use|require 5.6.1.
-     Branch: perl
-          ! ext/Data/Dumper/Dumper.pm ext/Devel/DProf/DProf.pm
-          ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
-          ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
-          ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/AutoSplit.pm
-          ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Command.pm
-          ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
-          ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Mksymlists.pm
-          ! lib/ExtUtils/Packlist.pm lib/Fatal.pm lib/FileHandle.pm
-          ! lib/Math/Trig.pm lib/Net/Ping.pm lib/Net/hostent.pm
-          ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
-          ! lib/Shell.pm lib/Tie/Array.pm lib/Tie/Handle.pm
-          ! lib/Time/gmtime.pm lib/Time/localtime.pm lib/User/grent.pm
-          ! lib/base.pm lib/fields.pm
-____________________________________________________________________________
-[ 12040] By: jhi                                   on 2001/09/16  20:36:58
-        Log: Bump up version numbers.
-             
-             TODO 1: double check that pre-5.6.1 CPAN.pm:s
-             don't try to download 5.8.0 because of the
-             version numbers.  Mainly this means using _00
-             in the core version numbers.
-             
-             TODO 2: the "use 5.005_64" in many modules
-             needs to be changed to, say, "use 5.6.1".
-     Branch: perl
-          ! ext/B/B/Assembler.pm ext/Data/Dumper/Dumper.pm
-          ! lib/AutoLoader.pm lib/AutoSplit.pm lib/CPAN.pm
-          ! lib/ExtUtils/Embed.pm lib/ExtUtils/Install.pm
-          ! lib/ExtUtils/Installed.pm lib/ExtUtils/Manifest.pm
-          ! lib/File/Basename.pm lib/File/Copy.pm lib/File/Find.pm
-          ! lib/File/Path.pm lib/File/Spec.pm lib/File/Spec/Functions.pm
-          ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
-          ! lib/File/Spec/Win32.pm lib/FindBin.pm lib/Pod/Checker.pm
-          ! lib/Pod/Find.pm lib/SelfLoader.pm lib/Shell.pm
-          ! lib/Tie/Handle.pm lib/blib.pm lib/diagnostics.pm
-          ! vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
-____________________________________________________________________________
-[ 12039] By: jhi                                   on 2001/09/16  19:23:07
-        Log: Use UCHARAT() as suggested by Inaba Hiroto.
-     Branch: perl
-          ! regexec.c
-____________________________________________________________________________
-[ 12038] By: ams                                   on 2001/09/16  15:16:24
-        Log: Subject: [PATCH] Re: Core module version numbers review
-             From: Peter Scott <Peter@PSDT.com>
-             Date: Sun, 16 Sep 2001 09:09:58 -0700
-             Message-Id: <4.3.2.7.2.20010916090716.00b452a0@mail.webquarry.com>
-     Branch: perl
-          ! lib/perl5db.pl
-____________________________________________________________________________
-[ 12037] By: jhi                                   on 2001/09/16  14:27:54
-        Log: Supply more details on how lc/uc/lcfirst/ucfirst are
-             not yet fully implemented.
-     Branch: perl
-          ! pod/perlfunc.pod pod/perlunicode.pod
-____________________________________________________________________________
-[ 12036] By: jhi                                   on 2001/09/15  23:13:12
-        Log: Subject: [patch] plug PL_beginav_save leak
-             From: Doug MacEachern <dougm@covalent.net>
-             Date: Sat, 15 Sep 2001 17:02:18 -0700 (PDT)
-             Message-ID: <Pine.LNX.4.21.0109151659060.6089-100000@mako.covalent.net>
-     Branch: perl
-          ! perl.c
-____________________________________________________________________________
-[ 12035] By: jhi                                   on 2001/09/15  23:12:28
-        Log: (accidentally empty checkin)
-     Branch: perl
-          ! sv.c
-____________________________________________________________________________
-[ 12034] By: jhi                                   on 2001/09/15  23:08:09
-        Log: Subject: [patch] ithreads+PL_beginav_save
-             From: Doug MacEachern <dougm@covalent.net>
-             Date: Sat, 15 Sep 2001 16:53:01 -0700 (PDT)
-             Message-ID: <Pine.LNX.4.21.0109151651050.6089-100000@mako.covalent.net>
-     Branch: perl
-          ! sv.c
-____________________________________________________________________________
-[ 12033] By: jhi                                   on 2001/09/15  23:07:19
-        Log: Subject: [PATCH] h2xs.PL with C::Scan
-             From: Tim Jenness <t.jenness@jach.hawaii.edu>
-             Date: Sat, 15 Sep 2001 13:41:28 -1000 (HST)
-             Message-ID: <Pine.LNX.4.33.0109151338560.3075-100000@lapaki>
-     Branch: perl
-          ! utils/h2xs.PL
-____________________________________________________________________________
-[ 12032] By: jhi                                   on 2001/09/15  18:43:20
-        Log: Elaborate (well, make more vague, really) #12030.
-     Branch: perl
-          ! pod/perltodo.pod pod/perlunicode.pod
-____________________________________________________________________________
-[ 12031] By: jhi                                   on 2001/09/15  18:37:07
-        Log: Subject: [PATCH regexec.c] adding (U8) to case insensitive matching
-             From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
-             Date: Fri, 14 Sep 2001 20:58:30 -0400 (EDT)
-             Message-ID: <Pine.GSO.4.21.0109142057490.12393-100000@crusoe.crusoe.net>
-     Branch: perl
-          ! regexec.c
-____________________________________________________________________________
-[ 12030] By: jhi                                   on 2001/09/15  17:15:40
-        Log: Document that the lc(), uc(), lcfirst(), ucfirst()
-             are not yet complete.
-     Branch: perl
-          ! pod/perltodo.pod pod/perlunicode.pod
-____________________________________________________________________________
-[ 12029] By: jhi                                   on 2001/09/15  13:53:42
-        Log: Document what's still to be done on the regular expression
-             Unicode support, based on the UTR#18.
-     Branch: perl
-          ! pod/perltodo.pod pod/perlunicode.pod
-____________________________________________________________________________
-[ 12028] By: jhi                                   on 2001/09/15  12:37:31
-        Log: Regen headers.
-     Branch: perl
-          ! embedvar.h perlapi.h
-____________________________________________________________________________
-[ 12027] By: jhi                                   on 2001/09/15  12:33:49
-        Log: Subject: Re: [ID 20010815.012] Unfortunate interaction between -0 cmd line arg & (??{CODE}) regex 
-             From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
-             Date: Sun, 09 Sep 2001 18:41:54 +0100
-             Message-Id: <200109091741.f89HfsM18534@crypt.compulink.co.uk>
-     Branch: perl
-          ! Porting/findvars ext/ByteLoader/bytecode.h
-          ! ext/Thread/Thread.xs mg.c op.c perl.c perl.h pp_ctl.c sv.c
-          ! t/run/kill_perl.t thrdvar.h toke.c util.c wince/perldll.def
-____________________________________________________________________________
-[ 12026] By: gsar                                  on 2001/09/15  04:04:04
-        Log: enable most warnings for windows build; fix the various typecasting
-             nits that showed up (no bugfixes here)
-     Branch: maint-5.6/perl
-          ! av.c cop.h doop.c dump.c ext/Devel/Peek/Peek.xs
-          ! ext/POSIX/POSIX.xs gv.c hv.c mg.c op.c perl.c perl.h perly.c
-          ! perly.y pp.c pp_ctl.c pp_hot.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/win32.h win32/win32sck.c
-          ! x2p/walk.c
-____________________________________________________________________________
-[ 12025] By: jhi                                   on 2001/09/14  22:22:58
-        Log: Integrate change #12024 from maintperl
-             (a local() precedence bug)
-     Branch: perl
-         !> lib/ExtUtils/Install.pm
-____________________________________________________________________________
-[ 12024] By: gsar                                  on 2001/09/14  22:11:06
-        Log: fix local() precedence bug in change#8311, came into maint-5.6 as
-             change#8642
-     Branch: maint-5.6/perl
-          ! lib/ExtUtils/Install.pm
-____________________________________________________________________________
-[ 12023] By: jhi                                   on 2001/09/14  15:04:16
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[ 12022] By: jhi                                   on 2001/09/14  14:49:52
-        Log: Subject: Re: [ID 20010911.001] Not OK: perl v5.7.2 +DEVEL11978 on
-             From: "chromatic" <chromatic@rmci.net>
-             Date: Fri, 14 Sep 2001 09:44:57 -0600 
-             Message-ID: <20010914154936.70059.qmail@onion.perl.org>
-     Branch: perl
-          ! lib/ExtUtils/Manifest.t
-____________________________________________________________________________
-[ 12021] By: jhi                                   on 2001/09/14  14:46:36
-        Log: Hopefully better skipping of the Complete.t tests
-             in case of not a tty. 
-     Branch: perl
-          ! lib/Term/Complete.t t/op/stat.t
-____________________________________________________________________________
-[ 12020] By: jhi                                   on 2001/09/14  14:10:44
-        Log: Subject: [PATCH regexec.c] more jumpables, and hit-bit bug
-             From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
-             Date: Fri, 14 Sep 2001 09:58:24 -0400 (EDT)
-             Message-ID: <Pine.GSO.4.21.0109140955250.12393-100000@crusoe.crusoe.net>     
-     Branch: perl
-          ! regexec.c t/op/pat.t
-____________________________________________________________________________
-[ 12019] By: jhi                                   on 2001/09/14  14:02:59
-        Log: Subject: Re: unterminated C<...> at line 426 in file perlport.pod
-             From: Robin Barker <rmb1@cise.npl.co.uk>
-             Date: Fri, 14 Sep 2001 16:01:11 +0100 (BST)
-             Message-Id: <200109141501.QAA13044@tempest.npl.co.uk>
-     Branch: perl
-          ! pod/perlport.pod
-____________________________________________________________________________
-[ 12018] By: jhi                                   on 2001/09/14  13:55:56
-        Log: NetWare tweaks from Ananth Kesari.
-     Branch: perl
-          ! NetWare/NWUtil.c NetWare/Nwmain.c NetWare/Nwpipe.c
-          ! NetWare/nwutil.h
-____________________________________________________________________________
-[ 12017] By: jhi                                   on 2001/09/14  13:50:08
-        Log: Subject: unterminated C<...> at line 426 in file perlport.pod
-             From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
-             Date: Fri, 14 Sep 2001 10:51:13 +0200
-             Message-Id: <20010914103300.4B59.H.M.BRAND@hccnet.nl>
-     Branch: perl
-          ! pod/perlport.pod
-____________________________________________________________________________
-[ 12016] By: jhi                                   on 2001/09/14  13:28:08
-        Log: Subject: Re: [PATCH 2 pl2pm.PL]
-             From: Joe Smith <Joe.Smith@inwap.com>
-             Date: Fri, 14 Sep 2001 00:13:32 -0700
-             Message-Id: <3BA1AE1C.64313CEE@inwap.com>                 
-             
-             Eradicate qu.
-     Branch: perl
-          ! keywords.h keywords.pl utils/pl2pm.PL
-____________________________________________________________________________
-[ 12015] By: jhi                                   on 2001/09/14  02:38:23
-        Log: Retract #12013, didn't go over too well in Tru64.
-     Branch: perl
-          ! embed.h embed.pl sv.h
-____________________________________________________________________________
-[ 12014] By: jhi                                   on 2001/09/14  02:31:05
-        Log: Subject: [PATCH] Execute files of debugger commands
-             From: Peter Scott <Peter@PSDT.com>
-             Date: Thu, 13 Sep 2001 15:26:31 -0700
-             Message-Id: <4.3.2.7.2.20010913115845.00b22100@mail.webquarry.com>
-     Branch: perl
-          ! lib/perl5db.pl pod/perldebug.pod
-____________________________________________________________________________
-[ 12013] By: jhi                                   on 2001/09/14  02:25:05
-        Log: (Retracted by #12015)
-             Subject: [proposed PATCH] Re: perl@11920
-             From: Nicholas Clark <nick@ccl4.org>
-             Date: Wed, 12 Sep 2001 23:46:09 +0100
-             Message-ID: <20010912234609.H4971@plum.flirble.org>     
-     Branch: perl
-          ! embed.h embed.pl sv.h
-____________________________________________________________________________
-[ 12012] By: jhi                                   on 2001/09/14  02:12:02
-        Log: ucblib shouldn't be linked against in nonstop-ux,
-             from Tom Bates.
-     Branch: perl
-          ! hints/nonstopux.sh
-____________________________________________________________________________
-[ 12011] By: jhi                                   on 2001/09/13  12:54:51
-        Log: Do stty only if we have stty.
-             
-             TODO: non-UNIX platforms.  Solaris and /usr/ucb/stty?
-     Branch: perl
-          ! lib/Term/Complete.pm
-____________________________________________________________________________
-[ 12010] By: jhi                                   on 2001/09/13  12:44:28
-        Log: Skip the test if not running on a tty.
-     Branch: perl
-          ! lib/Term/Complete.t
-____________________________________________________________________________
-[ 12009] By: jhi                                   on 2001/09/13  12:01:56
-        Log: Regen headers.
-     Branch: perl
-          ! embed.h opcode.h pod/perlapi.pod proto.h
-____________________________________________________________________________
-[ 12008] By: jhi                                   on 2001/09/12  17:51:32
-        Log: Subject: [PATCH op.c] Re: perl@12003
-             From: Robin Barker <rmb1@cise.npl.co.uk>
-             Date: Wed, 12 Sep 2001 19:00:38 +0100 (BST)
-             Message-Id: <200109121800.TAA05256@tempest.npl.co.uk>
-     Branch: perl
-          ! op.c
-____________________________________________________________________________
-[ 12007] By: jhi                                   on 2001/09/12  17:49:39
-        Log: Subject: [PATCH sv.c] may be uninitialized warning forperl@12003
-             From: Robin Barker <rmb1@cise.npl.co.uk>
-             Date: Wed, 12 Sep 2001 19:00:31 +0100 (BST)
-             Message-Id: <200109121800.TAA05250@tempest.npl.co.uk>
-     Branch: perl
-          ! sv.c
-____________________________________________________________________________
-[ 12006] By: jhi                                   on 2001/09/12  17:41:49
-        Log: Upgrade to Memoize 0.66.
-     Branch: perl
-          ! lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
-          ! lib/Memoize/Expire.pm lib/Memoize/README lib/Memoize/TODO
-          ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/speed.t
-____________________________________________________________________________
-[ 12005] By: jhi                                   on 2001/09/12  13:14:59
-        Log: Subject: [ID 20010912.007] substr reference core dump
-             From: me-01@ton.iguana.be
-             Date: 12 Sep 2001 14:11:16 -0000
-             Message-Id: <20010912141116.6058.qmail@quasar.home.lunix>
-     Branch: perl
-          ! mg.c
-____________________________________________________________________________
-[ 12004] By: ams                                   on 2001/09/12  01:13:49
-        Log: Subject: [PATCH perlfaq4.pod] Deobfuscate Fisher-Yates example code
-             From: Ilmari Karonen <iltzu@sci.fi>
-             Date: Tue, 11 Sep 2001 23:31:25 +0300 (EET DST)
-             Message-Id: <Pine.SOL.3.96.1010911231925.688A-100000@simpukka>
-     Branch: perl
-          ! pod/perlfaq4.pod
-____________________________________________________________________________
-[ 12003] By: jhi                                   on 2001/09/11  13:02:37
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[ 12002] By: jhi                                   on 2001/09/11  11:50:48
-        Log: NetWare update from Ananth Kesari.
-     Branch: perl
-          ! NetWare/NWUtil.c NetWare/Nwmain.c NetWare/Nwpipe.c
-          ! NetWare/config.wc NetWare/config_H.wc NetWare/nwutil.h
-____________________________________________________________________________
-[ 12001] By: jhi                                   on 2001/09/11  11:40:51
-        Log: Retract #11984: div() being redefined, and 1397
-             failing on 64-bit platforms.
-     Branch: perl
-          ! lib/Math/BigInt/Calc.pm
-____________________________________________________________________________
-[ 12000] By: jhi                                   on 2001/09/11  11:19:07
-        Log: Metaconfig unit change for #11999.
-     Branch: metaconfig
-          ! U/protos/d_lseekproto.U
-____________________________________________________________________________
-[ 11999] By: jhi                                   on 2001/09/11  11:18:36
-        Log: The lseek fix (#11991) was no fix.
-     Branch: perl
-          ! Configure
-____________________________________________________________________________
-[ 11998] By: sky                                   on 2001/09/11  07:52:06
-        Log: Subject: [PATCH] Encode.pm add UCS-2 little endian support
-             From: Matt Sergeant <MSergeant@star.net.uk>
-             Date: Tue, 11 Sep 2001 09:22:32 +0100
-             Message-ID: <315E8A8BF9D1D411AD3D00508BB1B0C004B9003C@UKS040>
-     Branch: perl
-          ! ext/Encode/Encode.pm
-____________________________________________________________________________
-[ 11997] By: sky                                   on 2001/09/11  06:35:29
-        Log: Sometimes dTHX is added because it is needed on non 
-             gnuc platforms, but not needed there. This uses GCC
-             to silence GCC specific warnings by marking pTHX as 
-             unused.
-     Branch: perl
-          ! perl.h
-____________________________________________________________________________
-[ 11996] By: nick                                  on 2001/09/11  06:25:27
-        Log: Integrate mainline
-     Branch: perlio
-          - ext/POSIX/sigaction.t lib/File/Find/taint.t
-         !> lib/CGI/t/carp.t lib/Test/Simple/t/simple.t t/op/crypt.t
-____________________________________________________________________________
-[ 11995] By: nick                                  on 2001/09/11  06:23:39
-        Log: Part Integrate mainline
-     Branch: perlio
-         +> (branch 69 files)
-          - ext/Cwd/Cwd.t ext/Fcntl/Fcntl.t ext/Fcntl/syslfs.t
-          - ext/POSIX/POSIX.t lib/Attribute/Handlers/test.pl
-          - lib/Env/array.t lib/Env/env.t lib/File/Find/find.t
-          - lib/Filter/Simple/test.pl lib/Switch/t/given_when.t
-          - lib/Switch/t/switch_case.t lib/Test/Harness.t
-          - lib/Test/More/Changes lib/Test/More/t/More.t
-          - lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
-          - lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
-          - lib/Text/Balanced.pod lib/Text/Balanced/t/genxt.t
-          - lib/Text/Balanced/t/xbrak.t lib/Text/Balanced/t/xcode.t
-          - lib/Text/Balanced/t/xdeli.t lib/Text/Balanced/t/xmult.t
-          - lib/Text/Balanced/t/xquot.t lib/Text/Balanced/t/xtagg.t
-          - lib/Text/Balanced/t/xvari.t objXSUB.h t/lib/MyFilter.pm
-          - t/lib/Test/More/Catch.pm wince/perl.ico
-         !> (integrate 197 files)
-____________________________________________________________________________
-[ 11994] By: jhi                                   on 2001/09/11  03:12:44
-        Log: Subject: Re: [PATCH] Encode.pm docs fix
-             From: Gisle Aas <gisle@ActiveState.com>
-             Date: 10 Sep 2001 11:27:02 -0700
-             Message-ID: <lrwv363nrd.fsf@caliper.ActiveState.com>
-     Branch: perl
-          ! ext/Encode/Encode.pm
-____________________________________________________________________________
-[ 11993] By: jhi                                   on 2001/09/11  02:27:25
-        Log: Fix unpack U to be the reverse of pack U
-             (but implement unpack U0U as a backdoor to get
-             the UTF-8 malformed warnings from un-UTF-8 data)
-     Branch: perl
-          ! pod/perlunicode.pod pp_pack.c t/op/pack.t t/op/utf8decode.t
-____________________________________________________________________________
-[ 11992] By: jhi                                   on 2001/09/11  00:14:24
-        Log: Metaconfig unit change for #11991;
-             delete an unused unit (d_strtoull.U is the one used)
-     Branch: metaconfig
-          ! U/protos/d_lseekproto.U
-     Branch: metaconfig/U/perl
-          - strtoull.U
-____________________________________________________________________________
-[ 11991] By: jhi                                   on 2001/09/11  00:14:01
-        Log: Subject: [PATCH] Configure not recording lseek proto
-             From: Blair Zajac <blair@orcaware.com>
-             Date: Mon, 10 Sep 2001 17:52:37 -0700
-             Message-ID: <3B9D6055.BA334A31@orcaware.com>
-             
-             plus regen Configure.
-     Branch: perl
-          ! Configure Porting/Glossary Porting/config.sh Porting/config_H
-          ! config_h.SH uconfig.h
-____________________________________________________________________________
-[ 11990] By: jhi                                   on 2001/09/10  23:59:25
-        Log: Subject: [PATCH] Re: the remaining bugs in \x escapes (was Re: [PATCH] oct and hex in glorious 64 bit (with less bugs) (was Re: hex and oct again (was Re: FreeBSD MD5 crypt? Re: crypt/hex/oct and Unicode?)))                  
-             From: Nicholas Clark <nick@ccl4.org>
-             Date: Tue, 11 Sep 2001 00:00:31 +0100
-             Message-ID: <20010911000031.G1512@plum.flirble.org>
-     Branch: perl
-          + t/op/qq.t
-          ! MANIFEST numeric.c perl.h regcomp.c t/op/pat.t toke.c
-____________________________________________________________________________
-[ 11989] By: jhi                                   on 2001/09/10  23:31:45
-        Log: Subject: [PATCH] Building on win32 w/o perlio
-             From: "Mattia Barbon" <mbarbon@dsi.unive.it>
-             Date: Mon, 10 Sep 2001 23:38:46 +0200
-             Message-ID: <3B9D4F06.14433.2C37644@localhost>
-     Branch: perl
-          ! perl.c win32/Makefile win32/makefile.mk
-____________________________________________________________________________
-[ 11988] By: jhi                                   on 2001/09/10  23:26:40
-        Log: Subject: [PATCH MANIFEST lib/CGI/t/push.t] New Test for CGI::Push
-             From: "chromatic" <chromatic@rmci.net>
-             Date: Mon, 10 Sep 2001 15:14:01 -0600
-             Message-ID: <20010910211833.30177.qmail@onion.perl.org>
-     Branch: perl
-          + lib/CGI/t/push.t
-          ! MANIFEST
-____________________________________________________________________________
-[ 11987] By: jhi                                   on 2001/09/10  23:24:11
-        Log: Subject: avoiding hoardes of zombies
-             From: Nicholas Clark <nick@ccl4.org>
-             Date: Mon, 10 Sep 2001 22:00:40 +0100
-             Message-ID: <20010910220040.C1512@plum.flirble.org>
-     Branch: perl
-          ! pod/perlipc.pod
-____________________________________________________________________________
-[ 11986] By: jhi                                   on 2001/09/10  23:22:10
-        Log: Subject: PATCH Resubmission  - was Re: [ID 20010902.001] v strings over 2*31 barf
-             From: John Peacock <jpeacock@rowman.com>
-             Date: Mon, 10 Sep 2001 16:34:30 -0400
-             Message-ID: <3B9D23D6.90BCCC25@rowman.com>
-     Branch: perl
-          ! sv.c t/op/ver.t utf8.h
-____________________________________________________________________________
-[ 11985] By: ams                                   on 2001/09/10  23:20:13
-        Log: Typo fixed by Blair Zajac in <3B9D284C.23B8D20B@orcaware.com>.
-     Branch: perl
-          ! MANIFEST
-____________________________________________________________________________
-[ 11984] By: jhi                                   on 2001/09/10  23:09:31
-        Log: (Retracted by #12001)
-             Subject: Calc with USE_MUL/USE_DIV
-             From: Tels <perl_dummy@bloodgate.com>
-             Date: Fri, 07 Sep 2001 18:52:08 +0200 (CEST)
-             Message-Id: <200109071651.TAA11249@tiku.hut.fi>
-     Branch: perl
-          ! lib/Math/BigInt/Calc.pm
-____________________________________________________________________________
-[ 11983] By: jhi                                   on 2001/09/10  22:37:14
-        Log: Subject: [PATCH op.c] Re: perl@11978
-             From: Robin Barker <rmb1@cise.npl.co.uk>
-             Date: Mon, 10 Sep 2001 18:58:01 +0100 (BST)
-             Message-Id: <200109101758.SAA07670@tempest.npl.co.uk>
-             
-             Format errors.
-     Branch: perl
-          ! op.c
-____________________________________________________________________________
-[ 11982] By: jhi                                   on 2001/09/10  22:35:57
-        Log: Switch PADOFFSET back to U32 both because of binary backward
-             compatibility and because Arthur seems to have been fixing the
-             problems with naughty integer-pointer casting.
-     Branch: perl
-          ! op.h
-____________________________________________________________________________
-[ 11981] By: ams                                   on 2001/09/10  16:31:43
-        Log: Subject: [PATCH MANIFEST, lib/ExtUtils/Command.pm, lib/ExtUtils/Command.t]
-             Fix Pod Typo, Add Test for ExtUtils::Command
-             From: "chromatic" <chromatic@rmci.net>
-             Date: Mon, 10 Sep 2001 11:20:56 -0600
-             Message-Id: <20010910172528.54160.qmail@onion.perl.org>
-     Branch: perl
-          + lib/ExtUtils/Command.t
-          ! MANIFEST lib/ExtUtils/Command.pm
-____________________________________________________________________________
-[ 11980] By: jhi                                   on 2001/09/10  13:29:35
-        Log: Subject: [PATCH] Encode.pm docs fix
-             From: Matt Sergeant <MSergeant@star.net.uk>
-             Date: Mon, 10 Sep 2001 15:24:01 +0100
-             Message-ID: <315E8A8BF9D1D411AD3D00508BB1B0C004B90035@UKS040>     
-     Branch: perl
-          ! ext/Encode/Encode.pm
-____________________________________________________________________________
-[ 11979] By: jhi                                   on 2001/09/10  13:17:48
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[ 11978] By: jhi                                   on 2001/09/10  12:59:40
-        Log: Revert #11973, the dTHX seems to be needed in there
-             for threaded builds.
-     Branch: perl
-          ! perlio.c
-____________________________________________________________________________
-[ 11977] By: jhi                                   on 2001/09/10  12:55:47
-        Log: Detypo.
-     Branch: perl
-          ! pod/perlguts.pod
-____________________________________________________________________________
-[ 11976] By: jhi                                   on 2001/09/10  12:46:34
-        Log: Further Class::Struct patching from Damian.
-             
-             The new new semantics are:
-             
-             * If you pass an initializer for a nested object, it has to be:
-             a) a reference to an object of that class, or     
-             b) a reference to an object of a subclass of that class, or
-             c) a reference to a hash of arguments to be passed to the
-             class's constructor
-             * If you pass no initializer for a nested object, the attribute
-             is initialized to C<undef>
-     Branch: perl
-          ! lib/Class/Struct.pm
-____________________________________________________________________________
-[ 11975] By: jhi                                   on 2001/09/10  12:42:24
-        Log: Skip the crypt test if no crypt.
-     Branch: perl
-          ! t/op/crypt.t
-____________________________________________________________________________
-[ 11974] By: jhi                                   on 2001/09/10  12:39:25
-        Log: Warn against using bare v-strings as IP addresses
-             (okay if using the wrappers from Socket)
-     Branch: perl
-          ! pod/perldata.pod pod/perlport.pod
-____________________________________________________________________________
-[ 11973] By: sky                                   on 2001/09/10  11:57:58
-        Log: Remove unused dTHX. Silenced another warning.
-     Branch: perl
-          ! perlio.c
-____________________________________________________________________________
-[ 11972] By: sky                                   on 2001/09/10  11:54:25
-        Log: Silence some more warnings INT2PTR.
-     Branch: perl
-          ! pp.c pp_ctl.c sharedsv.c sv.c taint.c
-____________________________________________________________________________
-[ 11971] By: sky                                   on 2001/09/10  11:21:50
-        Log: Silence another ITHREAD 64bit INT/32bit PTR warning.
-     Branch: perl
-          ! cop.h
-____________________________________________________________________________
-[ 11970] By: sky                                   on 2001/09/10  11:17:25
-        Log: Apply INT2PTR with force to silence warnings from
-             PM_GETRE and friends. No more warnings with 64bit 
-             IVs and 32bit pointers.   
-     Branch: perl
-          ! op.c op.h perl.c
-____________________________________________________________________________
-[ 11969] By: sky                                   on 2001/09/10  10:13:02
-        Log: Removed reference of -DPERL_CUSTOM_OPS in the documentation.
-     Branch: perl
-          ! pod/perlguts.pod
-____________________________________________________________________________
-[ 11968] By: sky                                   on 2001/09/10  10:02:51
-        Log: Remove #ifdef PERL_CUSTOM_OPS, always build with PERL_CUSTOM_OPS
-             Rename to custop_op_name to Perl_custom_op_name to match perlapi
-             Clone the hashtable PL_custom_op_names and PL_custop_op_descs in 
-             perl_clone.
-     Branch: perl
-          ! embed.pl intrpvar.h makedef.pl op.c opcode.pl sv.c
-____________________________________________________________________________
-[ 11967] By: jhi                                   on 2001/09/10  03:14:35
-        Log: Using strlen() not good on embedded nul bytes.
-     Branch: perl
-          ! regcomp.c
-____________________________________________________________________________
-[ 11966] By: ams                                   on 2001/09/09  21:06:13
-        Log: Subject: Re: [ID 20010810.011] 'use v2b' not allowed with strict
-             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
-             Date: Mon, 13 Aug 2001 22:51:59 +0200
-             Message-ID: <20010813225159.C6681@rafael>
-             (Applied with several tweaks.)
-     Branch: perl
-          ! embed.h embed.pl proto.h toke.c
-____________________________________________________________________________
-[ 11965] By: jhi                                   on 2001/09/09  14:40:39
-        Log: The exact error message is system-dependent.
-     Branch: perl
-          ! lib/ExtUtils/Manifest.t
-____________________________________________________________________________
-[ 11964] By: jhi                                   on 2001/09/09  14:38:05
-        Log: Add Windows and Mac Sami support to Encode
-             (http://www.egt.ie/standards/se/sami-teastabaiki.html)
-     Branch: perl
-          + ext/Encode/Encode/isoir-197.enc ext/Encode/Encode/macSami.enc
-          ! MANIFEST
-____________________________________________________________________________
-[ 11963] By: jhi                                   on 2001/09/09  13:54:07
-        Log: Use the tried method.
-     Branch: perl
-          ! pod/perlport.pod
-____________________________________________________________________________
-[ 11962] By: jhi                                   on 2001/09/09  13:46:59
-        Log: Can't count parentheses.
-     Branch: perl
-          ! ext/IO/lib/IO/Socket/INET.pm
-____________________________________________________________________________
-[ 11961] By: jhi                                   on 2001/09/09  13:34:12
-        Log: perlport additions: 1 while unlink, add/delete directory
-             entries and permissions, cygwin stat funkiness (from Michael
-             Schwern and Nicholas Clark)
-     Branch: perl
-          ! pod/perlport.pod
-____________________________________________________________________________
-[ 11960] By: jhi                                   on 2001/09/09  13:19:12
-        Log: blib does have a detectable test.
-     Branch: perl
-          ! t/lib/1_compile.t
-____________________________________________________________________________
-[ 11959] By: jhi                                   on 2001/09/09  13:16:43
-        Log: Subject: [PATCH MANIFEST, lib/Term/Complete.t] Add Test for Term::Complete
-             From: "chromatic" <chromatic@rmci.net>
-             Date: Sat, 08 Sep 2001 19:33:42 -0600
-             Message-ID: <20010909013810.11522.qmail@onion.perl.org>
-     Branch: perl
-          + lib/Term/Complete.t
-          ! MANIFEST
-____________________________________________________________________________
-[ 11958] By: jhi                                   on 2001/09/09  13:09:02
-        Log: Subject: [PATCH MANIFEST lib/Test/Tutorial.pod] Test::Tutorial?
-             From: Michael G Schwern <schwern@pobox.com> 
-             Date: Sat, 8 Sep 2001 02:40:26 -0400
-             Message-ID: <20010908024026.A26283@blackrider>
-     Branch: perl
-          + lib/Test/Tutorial.pod
-          ! MANIFEST
-____________________________________________________________________________
-[ 11957] By: jhi                                   on 2001/09/09  13:03:33
-        Log: Try to look up protocol (by name) only iff it has non-numbers:
-             nice if the server is in a chrooted environment (no /etc/protocols,
-             server code using hardcorded protocol numbers like 6 for tcp),
-             suggested by John Holdsworth <coldwave@bigfoot.com>.
-             In other words, if we are given a number, why look it up again
-             (by number)?
-     Branch: perl
-          ! ext/IO/lib/IO/Socket/INET.pm
-____________________________________________________________________________
-[ 11956] By: jhi                                   on 2001/09/09  12:53:12
-        Log: Subject: [PATCH regcomp.c] zero-width assertions CAN be ?'d
-             From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
-             Date: Sat, 8 Sep 2001 15:42:30 -0400 (EDT) 
-             Message-ID: <Pine.GSO.4.21.0109081535480.24489-100000@crusoe.crusoe.net>
-             
-             Subject: Re: [PATCH t/op/misc.t] regcomp.c patch broke test 
-             From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
-             Date: Sat, 8 Sep 2001 18:33:12 -0400 (EDT)
-             Message-ID: <Pine.GSO.4.21.0109081832030.24489-100000@crusoe.crusoe.net>
-             Subject: [PATCH t/lib/warnings/regcomp] (?=...)? gives no warning now
-             From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
-             Date: Sat, 8 Sep 2001 18:37:22 -0400 (EDT)
-             Message-ID: <Pine.GSO.4.21.0109081835340.24489-100000@crusoe.crusoe.net>
-     Branch: perl
-          ! regcomp.c t/lib/warnings/regcomp t/run/kill_perl.t
-____________________________________________________________________________
-[ 11955] By: ams                                   on 2001/09/09  02:54:21
-        Log: Subject: Re: [PATCH perl@11938] slash slashes in lib/CGI/Carp.pm
-             From: "Craig A. Berry" <craigberry@mac.com>
-             Date: Sat, 08 Sep 2001 19:02:16 -0500
-             Message-Id: <5.1.0.14.0.20010908185936.01aadcc0@mail.mac.com>
-     Branch: perl
-          ! lib/CGI/t/carp.t
-____________________________________________________________________________
-[ 11954] By: jhi                                   on 2001/09/09  02:30:39
-        Log: Documentation tweaks; think the IP address as an opaque string.
-     Branch: perl
-          ! ext/Socket/Socket.pm
-____________________________________________________________________________
-[ 11953] By: jhi                                   on 2001/09/09  00:32:05
-        Log: Subject: [REPATCH] Re: [PATCH] new test lib/blib.t
-             From: Michael G Schwern <schwern@pobox.com>
-             Date: Sat, 8 Sep 2001 19:45:46 -0400
-             Message-ID: <20010908194546.C9193@blackrider>
-     Branch: perl
-          + lib/blib.t
-          ! MANIFEST lib/blib.pm t/lib/1_compile.t
-____________________________________________________________________________
-[ 11952] By: jhi                                   on 2001/09/09  00:27:15
-        Log: Subject: [PATCH MANIFEST, lib/CGI/t/fast.t] Added Test for CGI::Fast
-             From: "chromatic" <chromatic@rmci.net>
-             Date: Sat, 08 Sep 2001 12:31:44 -0600
-             Message-ID: <20010908183612.49960.qmail@onion.perl.org>
-     Branch: perl
-          + lib/CGI/t/fast.t
-          ! MANIFEST
-____________________________________________________________________________
-[ 11951] By: jhi                                   on 2001/09/09  00:24:07
-        Log: The Socket tests were wrong: they were assuming too much.
-     Branch: perl
-          ! ext/Socket/Socket.pm ext/Socket/Socket.t ext/Socket/Socket.xs
-____________________________________________________________________________
-[ 11950] By: jhi                                   on 2001/09/08  20:09:07
-        Log: Retract the portability changes since they
-             seem to have opened a can of worms... will
-             go back to UNICOS/mk and do the bare minimum
-             required to get the tests working.
-     Branch: perl
-          ! ext/Socket/Socket.xs
-____________________________________________________________________________
-[ 11949] By: jhi                                   on 2001/09/08  19:48:20
-        Log: PADOFFSET is used to cast pointers into integers,
-             if pointers are 64 bits and U32 32 bits,
-             bad things may happen, or at least warnings issued.
-     Branch: perl
-          ! op.h
-____________________________________________________________________________
-[ 11948] By: jhi                                   on 2001/09/08  18:50:07
-        Log: Still more Socket portability tweaking.
-             Now Socket.t seems to be happy in all of
-             Linux/x86, Tru64/alpha, Solaris/sparc,
-             IRIX/MIPS (both 32-bit and 64-bit), and UNICOS/mk/alpha.
-             
-             Addendum: it seems that io_multihomed, io_sock, and hostent
-             were broken in little-endians (linux/x86 and tru64/alpha)
-             because of this change.  Argh.
-     Branch: perl
-          ! ext/Socket/Socket.xs
-____________________________________________________________________________
-[ 11947] By: jhi                                   on 2001/09/08  17:23:23
-        Log: More portability kicking on inet_ntoa().
-     Branch: perl
-          ! ext/Socket/Socket.xs
-____________________________________________________________________________
-[ 11946] By: jhi                                   on 2001/09/08  15:09:58
-        Log: Subject: [REPATCH] Re: [PATCH MANIFEST, lib/ExtUtils/Manifest.t] Another New Test
-             From: Michael G Schwern <schwern@pobox.com> 
-             Date: Fri, 7 Sep 2001 23:06:51 -0400
-             Message-ID: <20010907230651.R606@blackrider>
-     Branch: perl
-          + lib/ExtUtils/Manifest.t
-          ! MANIFEST lib/ExtUtils/MM_Unix.pm lib/ExtUtils/Manifest.pm
-____________________________________________________________________________
-[ 11945] By: jhi                                   on 2001/09/08  14:49:15
-        Log: Subject: Re: [PATCH MANIFEST, lib/ExtUtils/testlib.t] More Tests
-             From: "chromatic" <chromatic@rmci.net>
-             Date: Fri, 07 Sep 2001 17:53:15 -0600      
-             Message-ID: <20010907235740.80566.qmail@onion.perl.org>              
-     Branch: perl
-          + lib/ExtUtils/testlib.t
-          ! MANIFEST
-____________________________________________________________________________
-[ 11944] By: jhi                                   on 2001/09/07  22:57:00
-        Log: Thinko.
-     Branch: perl
-          ! lib/integer.t
-____________________________________________________________________________
-[ 11943] By: jhi                                   on 2001/09/07  20:34:55
-        Log: Subject: [PATCH perl@11938] slash slashes in lib/CGI/Carp.pm
-             From: "Craig A. Berry" <craigberry@mac.com>
-             Date: Fri, 07 Sep 2001 15:30:03 -0500
-             Message-Id: <5.1.0.14.0.20010907142644.03700c38@exchi01>
-     Branch: perl
-          ! lib/CGI/Carp.pm
-____________________________________________________________________________
-[ 11942] By: jhi                                   on 2001/09/07  20:30:43
-        Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm] (was Re: MakeMaker: MM_Unix rule excluding pods)
-             From: Michael G Schwern <schwern@pobox.com>
-             Date: Fri, 7 Sep 2001 15:38:13 -0400
-             Message-ID: <20010907153813.K606@blackrider>
-     Branch: perl
-          ! lib/ExtUtils/MM_Unix.pm
-____________________________________________________________________________
-[ 11941] By: jhi                                   on 2001/09/07  20:28:24
-        Log: Subject: [PATCH perl.h mg.c pp_sys.c] Silence the remaing format warning
-             From: Robin Barker <rmb1@cise.npl.co.uk>
-             Date: Fri, 7 Sep 2001 18:28:23 +0100 (BST)
-             Message-Id: <200109071728.SAA13569@tempest.npl.co.uk>
-     Branch: perl
-          ! Porting/pumpkin.pod mg.c perl.h pp_sys.c
-____________________________________________________________________________
-[ 11940] By: jhi                                   on 2001/09/07  20:26:29
-        Log: Clean up 1_compile.t; move tests to more consistent
-             places (t/ subdirectories); add integer.t (much of
-             the pragma is tested elsewhere but there is no one
-             centralized place)
-     Branch: perl
-          + ext/Fcntl/t/fcntl.t ext/Fcntl/t/syslfs.t ext/POSIX/t/posix.t
-          + ext/POSIX/t/sigaction.t lib/Env/t/array.t lib/Env/t/env.t
-          + lib/File/Find/t/find.t lib/File/Find/t/taint.t lib/integer.t
-          - ext/Fcntl/Fcntl.t ext/Fcntl/syslfs.t ext/POSIX/POSIX.t
-          - ext/POSIX/sigaction.t lib/Env/array.t lib/Env/env.t
-          - lib/File/Find/find.t lib/File/Find/taint.t
-          ! MANIFEST t/lib/1_compile.t t/op/lfs.t
-____________________________________________________________________________
-[ 11939] By: jhi                                   on 2001/09/07  17:25:32
-        Log: Subject: Re: [PATCH lib/File/Find/taint.t] Use Test::More
-             From: "chromatic" <chromatic@rmci.net>
-             Date: Fri, 07 Sep 2001 10:17:40 -0600
-             Message-ID: <20010907162205.84723.qmail@onion.perl.org>
-     Branch: perl
-          ! lib/File/Find/taint.t
-____________________________________________________________________________
-[ 11938] By: jhi                                   on 2001/09/07  14:04:43
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[ 11937] By: jhi                                   on 2001/09/07  13:52:03
-        Log: Rename the old threading tutorial, start a new one,
-             regen toc.
-     Branch: perl
-          + pod/perlothrtut.pod
-          ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlthrtut.pod
-          ! pod/perltoc.pod
-____________________________________________________________________________
-[ 11936] By: jhi                                   on 2001/09/07  13:05:48
-        Log: vars very much has a test.
-     Branch: perl
-          ! t/lib/1_compile.t
-____________________________________________________________________________
-[ 11935] By: jhi                                   on 2001/09/07  12:52:06
-        Log: Subject: Re: wince/perl.ico marked as binary
-             From: Nicholas Clark <nick@ccl4.org>
-             Date: Fri, 7 Sep 2001 13:54:40 +0100
-             Message-ID: <20010907135439.D39150@plum.flirble.org>
-             
-             and wince/Makefile.ce change from Rainer Keuchel.
-     Branch: perl
-          + wince/makeico.pl
-          ! MANIFEST wince/Makefile.ce
-____________________________________________________________________________
-[ 11934] By: jhi                                   on 2001/09/07  12:43:50
-        Log: Subject: Re: [PATCH regexec.c] more general .* and .*?
-             From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
-             Date: Fri, 7 Sep 2001 09:41:10 -0400 (EDT)
-             Message-ID: <Pine.GSO.4.21.0109070933530.7041-100000@crusoe.crusoe.net>
-     Branch: perl
-          ! regexec.c
-____________________________________________________________________________
-[ 11933] By: jhi                                   on 2001/09/07  12:37:46
-        Log: (Replaced by #11934)
-             Subject: Re: [PATCH regexec.c] more general .* and .*?
-             From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
-             Date: Fri, 7 Sep 2001 08:44:17 -0400 (EDT)
-             Message-ID: <Pine.GSO.4.21.0109070836110.7041-100000@crusoe.crusoe.net>
-     Branch: perl
-          ! regexec.c
-____________________________________________________________________________
-[ 11932] By: jhi                                   on 2001/09/07  12:27:14
-        Log: The #11931 patching misbehaved.
-     Branch: perl
-          ! lib/Test/Harness/t/test-harness.t
-____________________________________________________________________________
-[ 11931] By: jhi                                   on 2001/09/07  12:21:30
-        Log: Subject: [PATCH lib/Test/Harness* t/TEST] Test::Harness 1.25 sync
-             From: Michael G Schwern <schwern@pobox.com>
-             Date: Fri, 7 Sep 2001 03:30:41 -0400
-             Message-ID: <20010907033041.A2796@blackrider>
-     Branch: perl
-          + lib/Test/Harness/Changes lib/Test/Harness/t/base.t
-          + lib/Test/Harness/t/ok.t lib/Test/Harness/t/test-harness.t
-          + t/lib/sample-tests/header_at_end_fail
-          + t/lib/sample-tests/skip_no_msg t/lib/sample-tests/todo_inline
-          - lib/Test/Harness.t
-          ! MANIFEST lib/Test/Harness.pm t/TEST
-____________________________________________________________________________
-[ 11930] By: jhi                                   on 2001/09/07  11:59:17
-        Log: Subject: [PATCH] Digest::MD5 update
-             From: Gisle Aas <gisle@ActiveState.com>
-             Date: 06 Sep 2001 23:32:56 -0700
-             Message-ID: <lrofon5x47.fsf@caliper.ActiveState.com>
-     Branch: perl
-          ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
-          ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
-____________________________________________________________________________
-[ 11929] By: jhi                                   on 2001/09/07  11:23:05
-        Log: Subject: [PATCH MANIFEST, lib/less.t] Add Tests for the less Pragma
-             From: "chromatic" <chromatic@rmci.net>
-             Date: Thu, 06 Sep 2001 23:11:44 -0600
-             Message-ID: <20010907051609.91459.qmail@onion.perl.org>
-     Branch: perl
-          + lib/less.t
-          ! MANIFEST t/lib/1_compile.t
-____________________________________________________________________________
-[ 11928] By: jhi                                   on 2001/09/07  11:19:29
-        Log: The binary file must somehow differently stored.
-     Branch: perl
-          - wince/perl.ico
-          ! MANIFEST
-____________________________________________________________________________
-[ 11927] By: jhi                                   on 2001/09/07  03:53:29
-        Log: Add more modules to the list of modules that have tests,
-             Schwern's wallet is getting more nervous.
-             (Run t/lib/1_compile.t manually to see which modules
-             are lacking tests, or the tests can't be run for some
-             reason or another, such as the Net:: modules)
-     Branch: perl
-          ! t/lib/1_compile.t
-____________________________________________________________________________
-[ 11926] By: jhi                                   on 2001/09/07  03:43:11
-        Log: Try to make Socket::inet_ntoa() more robust.
-     Branch: perl
-          ! ext/Socket/Socket.t ext/Socket/Socket.xs pod/perldiag.pod
-____________________________________________________________________________
-[ 11925] By: jhi                                   on 2001/09/07  01:57:58
-        Log: Subject: Re: [PATCH lib/English.t] Test All Aliases (including %Errno)
-             From: chromatic <chromatic@rmci.net>       
-             Date: Wed, 5 Sep 2001 22:58:05 -0600                         
-             Message-Id: <01090522580506.19590@firewheel>           
-     Branch: perl
-          ! lib/English.t
-____________________________________________________________________________
-[ 11924] By: jhi                                   on 2001/09/07  01:55:05
-        Log: Subject: Re: perlvar manpage and localizing special vars
-             From: Stas Bekman <stas@stason.org>
-             Date: Fri, 7 Sep 2001 10:10:24 +0800 (SGT)
-             Message-ID: <Pine.LNX.4.33.0109071009240.19262-100000@stas.singnet.com.sg>
-     Branch: perl
-          ! pod/perlvar.pod
-____________________________________________________________________________
-[ 11923] By: jhi                                   on 2001/09/07  01:49:36
-        Log: Subject: [PATCH MakeMaker.pm] noise from make in ext/SDBM
-             From: Robin Barker <rmb1@cise.npl.co.uk>
-             Date: Thu, 6 Sep 2001 19:36:49 +0100 (BST)
-             Message-Id: <200109061836.TAA08747@tempest.npl.co.uk>
-     Branch: perl
-          ! lib/ExtUtils/MakeMaker.pm
-____________________________________________________________________________
-[ 11922] By: jhi                                   on 2001/09/06  18:09:08
-        Log: Symbol missing; AIX unhappy.
-     Branch: perl
-          ! makedef.pl
-____________________________________________________________________________
-[ 11921] By: jhi                                   on 2001/09/06  17:52:43
-        Log: Add a test for [ID 20010906.019] perl crashes on "undef foo"
-             Reported in 5.61, seems to work okay in blead.
-     Branch: perl
-          ! t/run/kill_perl.t
-____________________________________________________________________________
-[ 11920] By: jhi                                   on 2001/09/06  14:35:09
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[ 11919] By: jhi                                   on 2001/09/06  14:20:10
-        Log: Document the bad assumptions currently breaking
-             the Socket.t tests 10, 11, and 13 in UNICOS.
-     Branch: perl
-          ! ext/Socket/Socket.xs
-____________________________________________________________________________
-[ 11918] By: jhi                                   on 2001/09/06  14:07:45
-        Log: Subject: [PATCH x2p] make OPTIMIZE=...
-             From: Robin Barker <rmb1@cise.npl.co.uk>
-             Date: Thu, 6 Sep 2001 13:31:37 +0100 (BST)
-             Message-Id: <200109061231.NAA25265@tempest.npl.co.uk>
-     Branch: perl
-          ! x2p/Makefile.SH x2p/cflags.SH
-____________________________________________________________________________
-[ 11917] By: jhi                                   on 2001/09/06  14:01:45
-        Log: Subject: [PATCH] for perlhack.pod - no p5p archive on deja/google
-             From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
-             Date: Thu, 6 Sep 2001 11:09:40 +0100
-             Message-ID: <20010906110939.A914@homer.diplex.co.uk>
-             
-             Subject: Re: [PATCH] for perlhack.pod - no p5p archive on deja/google    
-             From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
-             Date: 6 Sep 2001 10:14:38 -0000
-             Message-Id: <slrn9pej4m.1j8.rgarciasuarez@rafael.kazibao.net>   
-     Branch: perl
-          ! pod/perlfaq1.pod pod/perlhack.pod
-____________________________________________________________________________
-[ 11916] By: jhi                                   on 2001/09/06  13:56:19
-        Log: Subject: Extra NUL is Data::Dumper output - patch
-             From: Tony Cook <tony@develop-help.com>
-             Date: Thu, 6 Sep 2001 12:35:49 +1000 (EST)
-             Message-ID: <Pine.LNX.4.10.10109061157210.9366-100000@develop-help.com>
-     Branch: perl
-          ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
-____________________________________________________________________________
-[ 11915] By: jhi                                   on 2001/09/06  13:51:16
-        Log: Avoid redefinition warning
-             Subroutine Cwd::fastcwd redefined at lib/XSLoader.pm line 97.
-             from
-             perl -w -Ilib -MCwd -e ''
-     Branch: perl
-          ! lib/Cwd.pm
-____________________________________________________________________________
-[ 11914] By: jhi                                   on 2001/09/06  13:30:32
-        Log: Update the is_tainted() example implementation.
-     Branch: perl
-          ! pod/perlsec.pod
-____________________________________________________________________________
-[ 11913] By: jhi                                   on 2001/09/06  13:15:59
-        Log: Missing) in #11912.
-     Branch: perl
-          ! lib/Test/Simple/t/fail.t
-____________________________________________________________________________
-[ 11912] By: jhi                                   on 2001/09/06  13:08:48
-        Log: Rewhack Test-Simple into core harness.
-     Branch: perl
-          ! 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/missing.t
-          ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
-          ! lib/Test/Simple/t/skipall.t
-____________________________________________________________________________
-[ 11911] By: jhi                                   on 2001/09/06  11:54:06
-        Log: Workaround for the new Exporter 'feature'.
-     Branch: perl
-          ! lib/Test/More.pm
-____________________________________________________________________________
-[ 11910] By: jhi                                   on 2001/09/06  11:52:56
-        Log: Re-introduce pure-Perl fall-back for abs_path,
-             re-introduce #11898.
-     Branch: perl
-          ! lib/Cwd.pm lib/File/Find.pm
-____________________________________________________________________________
-[ 11909] By: jhi                                   on 2001/09/06  03:49:13
-        Log: More tests.
-     Branch: perl
-          ! lib/Exporter.t
-____________________________________________________________________________
-[ 11908] By: jhi                                   on 2001/09/06  03:38:22
-        Log: Retract #11898 for now because it introduces
-             a rather nasty depencency: when B is being built,
-             MakeMaker is used.  MakeMaker uses File::Find.
-             File::Find uses Cwd::getcwd()...which doesn't
-             exist yet.
-     Branch: perl
-          ! lib/File/Find.pm
-____________________________________________________________________________
-[ 11907] By: jhi                                   on 2001/09/06  03:20:02
-        Log: New test welcome.
-     Branch: perl
-          + lib/Test/Simple/t/simple.t
-____________________________________________________________________________
-[ 11906] By: jhi                                   on 2001/09/06  03:08:01
-        Log: Old test begone.
-     Branch: perl
-          - lib/Attribute/Handlers/test.pl
-____________________________________________________________________________
-[ 11905] By: jhi                                   on 2001/09/06  01:41:03
-        Log: Test-Simple syncup from Schwern.
-     Branch: perl
-          + lib/Test/Simple/t/More.t lib/Test/Simple/t/fail-like.t
-          + lib/Test/Simple/t/fail-more.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/useing.t
-          + lib/Test/Utils.pm t/lib/Test/Simple/Catch/More.pm
-          - lib/Test/More/Changes lib/Test/More/t/More.t
-          - lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
-          - lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
-          - lib/Test/Simple/t/simple.t t/lib/Test/More/Catch.pm
-          ! MANIFEST lib/Test/More.pm lib/Test/Simple.pm
-          ! lib/Test/Simple/Changes lib/Test/Simple/t/exit.t
-          ! lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
-          ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
-          ! lib/Test/Simple/t/plan_is_noplan.t t/lib/Test/Simple/Catch.pm
-          ! t/lib/Test/Simple/sample_tests/death.plx
-          ! t/lib/Test/Simple/sample_tests/death_in_eval.plx
-          ! t/lib/Test/Simple/sample_tests/extras.plx
-          ! t/lib/Test/Simple/sample_tests/five_fail.plx
-          ! t/lib/Test/Simple/sample_tests/last_minute_death.plx
-          ! t/lib/Test/Simple/sample_tests/one_fail.plx
-          ! t/lib/Test/Simple/sample_tests/require.plx
-          ! t/lib/Test/Simple/sample_tests/success.plx
-          ! t/lib/Test/Simple/sample_tests/too_few.plx
-          ! t/lib/Test/Simple/sample_tests/two_fail.plx
-____________________________________________________________________________
-[ 11904] By: pudge                                 on 2001/09/06  00:28:01
-        Log: Integrate File::Find changes from bleadperl
-     Branch: maint-5.6/macperl
-          ! lib/File/Find.pm t/lib/filefind-taint.t
-____________________________________________________________________________
-[ 11903] By: pudge                                 on 2001/09/06  00:22:29
-        Log: Integrate 11847 from maint-5.6/perl
-     Branch: maint-5.6/macperl
-         !> sv.c
-____________________________________________________________________________
-[ 11902] By: jhi                                   on 2001/09/05  23:27:57
-        Log: In UNICOS division yada yada.
-     Branch: perl
-          ! t/op/override.t
-____________________________________________________________________________
-[ 11901] By: jhi                                   on 2001/09/05  23:26:23
-        Log: In UNICOS division is really lossy, better use
-             a tolerance test.
-     Branch: perl
-          ! ext/Time/HiRes/HiRes.t
-____________________________________________________________________________
-[ 11900] By: jhi                                   on 2001/09/05  23:22:38
-        Log: In UNICOS sigaction() sets an extra flag
-             ("the signal has been registered for all the processes in
-             a multitasking group.")
-     Branch: perl
-          ! ext/POSIX/sigaction.t
-____________________________________________________________________________
-[ 11899] By: jhi                                   on 2001/09/05  23:18:48
-        Log: Documentation micropatch from Damian.
-     Branch: perl
-          ! lib/Attribute/Handlers.pm
-____________________________________________________________________________
-[ 11898] By: jhi                                   on 2001/09/05  23:16:50
-        Log: (Retracted by #11908)
-             Subject: [PATCH] Re: [PATCH lib/File/Find.pm lib/File/Find/taint.t] Fixing those damned taint tests
-             From: Michael G Schwern <schwern@pobox.com>
-             Date: Wed, 5 Sep 2001 15:58:21 -0400
-             Message-ID: <20010905155821.I632@blackrider>
-     Branch: perl
-          ! lib/File/Find.pm lib/File/Find/taint.t
-____________________________________________________________________________
-[ 11897] By: jhi                                   on 2001/09/05  23:14:43
-        Log: Subject: [PATCH lib/CGI/t/carp.t] Tests for CGI::Carp               
-             From: Michael G Schwern <schwern@pobox.com>
-             Date: Wed, 5 Sep 2001 19:16:31 -0400
-             Message-ID: <20010905191631.E11386@blackrider>
-     Branch: perl
-          + lib/CGI/t/carp.t
-          ! MANIFEST
-____________________________________________________________________________
-[ 11896] By: jhi                                   on 2001/09/05  23:14:11
-        Log: Subject: Re: [PATCH] Re: English.pm should do *PREMATCH = \$`       
-             From: chromatic <chromatic@rmci.net>
-             Date: Wed, 5 Sep 2001 18:08:07 -0600
-             Message-Id: <01090518080700.19590@firewheel>
-     Branch: perl
-          ! lib/English.pm
-____________________________________________________________________________
-[ 11895] By: jhi                                   on 2001/09/05  22:52:01
-        Log: Fix a typo #11889 and add a test for the same.
-     Branch: perl
-          ! ext/Socket/Socket.t ext/Socket/Socket.xs
-____________________________________________________________________________
-[ 11894] By: jhi                                   on 2001/09/05  22:43:26
-        Log: Subject: [PATCH bleadperl] tweak warnings.t and kill_perl.t for VMS
-             From: "Craig A. Berry" <craigberry@mac.com>
-             Date: Wed, 05 Sep 2001 17:48:54 -0500
-             Message-Id: <5.1.0.14.0.20010905145002.02b45218@exchi01>
-     Branch: perl
-          ! lib/warnings.t t/run/kill_perl.t
-____________________________________________________________________________
-[ 11893] By: jhi                                   on 2001/09/05  22:36:35
-        Log: Subject: [PATCH t/run/kill_perl.t] tying a bareword causes a segfault in 5.6.1
-             From: Michael G Schwern <schwern@pobox.com>
-             Date: Wed, 5 Sep 2001 17:22:25 -0400
-             Message-ID: <20010905172225.C11386@blackrider>
-     Branch: perl
-          ! t/run/kill_perl.t
-____________________________________________________________________________
-[ 11892] By: jhi                                   on 2001/09/05  22:34:55
-        Log: Subject: [PATCH] Re: [ID 20010825.006] -DCRIPPLED_CC is broken
-             From: Nicholas Clark <nick@ccl4.org>
-             Date: Wed, 5 Sep 2001 20:54:24 +0100
-             Message-ID: <20010905205424.C25120@plum.flirble.org>
-     Branch: perl
-          ! embed.h embed.pl global.sym pod/perlapi.pod proto.h sv.c sv.h
-____________________________________________________________________________
-[ 11891] By: jhi                                   on 2001/09/05  22:34:16
-        Log: Forgotten thing.
-     Branch: perl
-          ! uconfig.h
-____________________________________________________________________________
-[ 11890] By: jhi                                   on 2001/09/05  22:27:42
-        Log: Subject: Re: [PATCH] Re: English.pm should do *PREMATCH = \$`
-             From: chromatic <chromatic@rmci.net>               
-             Date: Wed, 5 Sep 2001 13:22:08 -0600
-             Message-Id: <01090513220807.10587@firewheel> 
-     Branch: perl
-          ! lib/English.pm
-____________________________________________________________________________
-[ 11889] By: jhi                                   on 2001/09/05  22:23:06
-        Log: inet_ntoa() tweaks:
-             - don't allow addresses with > 255 characters
-             - indent the HP-UX workaround
-             - don't leak memory
-     Branch: perl
-          ! ext/Socket/Socket.xs
-____________________________________________________________________________
-[ 11888] By: jhi                                   on 2001/09/05  16:26:17
-        Log: Clear up a documentation confusion noticed by Xiaoyun Wu
-             <xwu@theeducationcenter.com>
-     Branch: perl
-          ! lib/File/Find.pm
-____________________________________________________________________________
-[ 11887] By: jhi                                   on 2001/09/05  15:40:03
-        Log: Typo nits.
-     Branch: perl
-          ! lib/File/Find.pm
-____________________________________________________________________________
-[ 11886] By: jhi                                   on 2001/09/05  15:30:11
-        Log: -Wall nit.
-     Branch: perl
-          ! op.c
-____________________________________________________________________________
-[ 11885] By: gbarr                                 on 2001/09/05  15:26:18
-        Log: Update to Scalar-List-Utils 1.05
-     Branch: perl
-          ! ext/List/Util/ChangeLog ext/List/Util/README
-          ! ext/List/Util/Util.xs ext/List/Util/lib/List/Util.pm
-____________________________________________________________________________
-[ 11884] By: jhi                                   on 2001/09/05  13:05:14
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[ 11883] By: gbarr                                 on 2001/09/05  12:51:35
-        Log: Update to Scalar-List-Utils 1.04
-     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
-____________________________________________________________________________
-[ 11882] By: jhi                                   on 2001/09/05  12:29:44
-        Log: Metaconfigify #11724.
-     Branch: metaconfig
-          ! U/threads/archname.U
-____________________________________________________________________________
-[ 11881] By: jhi                                   on 2001/09/05  12:21:44
-        Log: The MacOS reference is okay, no reason to hide it.
-     Branch: perl
-          ! lib/Cwd.pm
-____________________________________________________________________________
-[ 11880] By: jhi                                   on 2001/09/05  12:20:49
-        Log: Subject: [PATCH lib/Cwd.pm ext/Cwd/Makefile.PL] Full doc cleanup (was  Re: [PATCH lib/Cwd.pm]  Try this again.)
-             From: Michael G Schwern <schwern@pobox.com>
-             Date: Tue, 4 Sep 2001 15:30:10 -0400
-             Message-ID: <20010904153010.H26466@blackrider> 
-             
-             (We'll see whether the ../../lib/Cwd.pm works in alien lands)
-     Branch: perl
-          ! ext/Cwd/Makefile.PL lib/Cwd.pm
-____________________________________________________________________________
-[ 11879] By: jhi                                   on 2001/09/05  12:12:18
-        Log: Subject: [PATCH lib/Cwd.pm] cwd() taint safe  (was Re: [PATCH lib/Cwd.pm ext/Cwd/Makefile.PL] Full doc cleanup (was  Re: [PATCH lib/Cwd.pm]  Try this again.))
-             From: Michael G Schwern <schwern@pobox.com>
-             Date: Tue, 4 Sep 2001 17:39:13 -0400
-             Message-ID: <20010904173913.C626@blackrider>
-     Branch: perl
-          ! lib/Cwd.pm
-____________________________________________________________________________
-[ 11878] By: jhi                                   on 2001/09/05  12:10:50
-        Log: Subject: Re: Perl_pp_* in public API?
-             From: "Craig A. Berry" <craigberry@mac.com>
-             Date: Tue, 4 Sep 2001 21:51:29 -0500
-             Message-Id: <a05101000b7bb3f558c8a@[172.16.52.1]>
-     Branch: perl
-          ! ext/List/Util/Util.xs
-____________________________________________________________________________
-[ 11877] By: jhi                                   on 2001/09/05  12:07:53
-        Log: From Damian: Class::Struct was unable to define
-             recursive classes.  After the patch an object reference
-             (rather than a hash) is required to initialize
-             an object attribute.  If no such initializer is given to
-             the constructor, object attributes are now default
-             initialized to C<undef>.
-     Branch: perl
-          ! lib/Class/Struct.pm lib/Class/Struct.t
-____________________________________________________________________________
-[ 11876] By: jhi                                   on 2001/09/05  11:51:24
-        Log: Subject: Re: sv_catpvfn and sv_setpvfn
-             From: Richard Soderberg <rs@oregonnet.com>
-             Date: Tue, 4 Sep 2001 15:16:47 -0700
-             Message-Id: <200109042216.PAA17858@oregonnet.com>
-     Branch: perl
-          ! pod/perlclib.pod pod/perlguts.pod
-____________________________________________________________________________
-[ 11875] By: jhi                                   on 2001/09/05  11:48:14
-        Log: NetWare updates from Ananth Kesari.
-     Branch: perl
-          ! NetWare/config.wc NetWare/netware.h NetWare/nw5.c
-          ! NetWare/nw5thread.h
-____________________________________________________________________________
-[ 11874] By: jhi                                   on 2001/09/05  11:30:59
-        Log: Subject: [PATCH] oct and hex in glorious 64 bit (with less bugs) (was Re: hex and oct again (was Re: FreeBSD MD5 crypt? Re: crypt/hex/oct and Unicode?))
-             From: Nicholas Clark <nick@ccl4.org>
-             Date: Tue, 4 Sep 2001 22:42:50 +0100
-             Message-ID: <20010904224250.P25120@plum.flirble.org>
-     Branch: perl
-          ! embed.h embed.pl numeric.c perl.c perl.h pod/perlclib.pod
-          ! pod/perlfunc.pod pp.c proto.h regcomp.c t/op/64bitint.t
-          ! t/op/oct.t toke.c
-____________________________________________________________________________
-[ 11873] By: jhi                                   on 2001/09/04  21:03:17
-        Log: Fix Cwd::getcwd() not being tainted, as noticed
-             by Schwern.
-     Branch: perl
-          + ext/Cwd/t/cwd.t ext/Cwd/t/taint.t
-          - ext/Cwd/Cwd.t
-          ! MANIFEST ext/Cwd/Cwd.xs util.c
-____________________________________________________________________________
-[ 11872] By: jhi                                   on 2001/09/04  20:00:50
-        Log: Retract #11870 and volatilize the right destruct_level.
-             Silly thinko pointed out by Sarathy.
-     Branch: perl
-          ! intrpvar.h perl.c
-____________________________________________________________________________
-[ 11871] By: jhi                                   on 2001/09/04  19:45:59
-        Log: At least a temporary fix for the mysterious scope core dumps
-             in Tru64 from Graham.
-     Branch: perl
-          ! ext/List/Util/Util.xs
-____________________________________________________________________________
-[ 11870] By: jhi                                   on 2001/09/04  19:01:48
-        Log: (Retracted by #11872)
-     Branch: perl
-          ! intrpvar.h
-____________________________________________________________________________
-[ 11869] By: jhi                                   on 2001/09/04  17:43:31
-        Log: Quench a -Wall gripe noticed by Robin Barker.
-     Branch: perl
-          ! op.c
-____________________________________________________________________________
-[ 11868] By: jhi                                   on 2001/09/04  16:38:07
-        Log: Subject: [PATCH perl@11834] Unicode::UCD rewritten using Lingua::KO::Hangul::Util
-             From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
-             Date: Wed, 05 Sep 2001 02:01:32 +0900
-             Message-Id: <20010905015059.E684.BQW10602@nifty.com>
-     Branch: perl
-          ! lib/Unicode/UCD.pm
-____________________________________________________________________________
-[ 11867] By: jhi                                   on 2001/09/04  16:35:27
-        Log: Subject: Re: [PATCH gv.c] @& sets PL_sawampersand
-             From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
-             Date: Tue, 4 Sep 2001 12:51:02 -0400 (EDT)
-             Message-ID: <Pine.GSO.4.21.0109041250420.7601-100000@crusoe.crusoe.net>
-     Branch: perl
-          ! gv.c
-____________________________________________________________________________
-[ 11866] By: jhi                                   on 2001/09/04  13:52:28
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[ 11865] By: jhi                                   on 2001/09/04  13:36:58
-        Log: Add the \[$@%&*] prototype support.
-     Branch: perl
-          ! op.c pod/perlsub.pod t/comp/proto.t
-____________________________________________________________________________
-[ 11864] By: jhi                                   on 2001/09/04  13:10:38
-        Log: Subject: [PATCH lib/CGI/t/form.t] Cleanup
-             From: Michael G Schwern <schwern@pobox.com>
-             Date: Mon, 3 Sep 2001 18:59:01 -0400
-             Message-ID: <20010903185901.Z9233@blackrider>
-     Branch: perl
-          ! lib/CGI/t/form.t
-____________________________________________________________________________
-[ 11863] By: jhi                                   on 2001/09/04  13:06:39
-        Log: Subject: [PATCH gv.c] @& sets PL_sawampersand
-             From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
-             Date: Mon, 3 Sep 2001 12:36:20 -0400 (EDT)
-             Message-ID: <Pine.GSO.4.21.0109031235240.7601-100000@crusoe.crusoe.net>
-     Branch: perl
-          ! gv.c
-____________________________________________________________________________
-[ 11862] By: jhi                                   on 2001/09/04  13:05:23
-        Log: More srand entry tweakage based on Randal's suggestion.
-     Branch: perl
-          ! pod/perlfunc.pod
-____________________________________________________________________________
-[ 11861] By: jhi                                   on 2001/09/04  12:48:14
-        Log: Subject: [PATCH] 'main' *is* a reserved word
-             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
-             Date: Mon, 3 Sep 2001 22:55:41 +0200
-             Message-ID: <20010903225541.A24097@rafael>
-     Branch: perl
-          ! toke.c
-____________________________________________________________________________
-[ 11860] By: jhi                                   on 2001/09/04  12:46:30
-        Log: Subject: [PATCH: bleedperl] s/ROOT\./_ROOT./ for VMS default install prefix appendage
-             From: Peter Prymmer <pvhp@best.com>
-             Date: Mon, 3 Sep 2001 13:43:04 -0700 (PDT)
-             Message-ID: <Pine.BSF.4.21.0109031338300.5068-100000@shell8.ba.best.com>
-     Branch: perl
-          ! README.vms configure.com
-____________________________________________________________________________
-[ 11859] By: jhi                                   on 2001/09/04  12:44:29
-        Log: Subject: Re: A slightly better default seed?   
-             From: Michael G Schwern <schwern@pobox.com>
-             Date: Mon, 3 Sep 2001 18:08:15 -0400 
-             Message-ID: <20010903180815.W9233@blackrider>
-     Branch: perl
-          ! t/op/srand.t
-____________________________________________________________________________
-[ 11858] By: jhi                                   on 2001/09/04  12:41:59
-        Log: Add sharedsv.o to microperl object files.
-     Branch: perl
-          ! Makefile.micro
-____________________________________________________________________________
-[ 11857] By: jhi                                   on 2001/09/04  12:27:51
-        Log: AUTHORS updates and
-             
-             Subject: [PATCH] Just some preening :-)        
-             From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
-             Date: Tue, 4 Sep 2001 14:16:59 +0100
-             Message-ID: <20010904141659.A10129@homer.diplex.co.uk>            
-     Branch: perl
-          ! AUTHORS ext/Data/Dumper/Changes lib/Text/Soundex.pm
-____________________________________________________________________________
-[ 11856] By: jhi                                   on 2001/09/04  12:09:43
-        Log: Typo fix and slight rewording.
-     Branch: perl
-          ! pod/perlfunc.pod
-____________________________________________________________________________
-[ 11855] By: jhi                                   on 2001/09/04  12:04:16
-        Log: Update the FAQ now that Scalar-List-Utils 1.03 has shuffle().
-     Branch: perl
-          ! pod/perlfaq4.pod
-____________________________________________________________________________
-[ 11854] By: jhi                                   on 2001/09/03  20:12:21
-        Log: The helper file changed name.
-     Branch: perl
-          ! MANIFEST
-____________________________________________________________________________
-[ 11853] By: gbarr                                 on 2001/09/03  20:00:00
-        Log: Update to Scalar-List-Utils 1.03
-     Branch: perl
-          + ext/List/Util/t/shuffle.t
-          ! MANIFEST ext/List/Util/ChangeLog ext/List/Util/Util.xs
-          ! ext/List/Util/lib/List/Util.pm ext/List/Util/t/blessed.t
-          ! ext/List/Util/t/dualvar.t ext/List/Util/t/first.t
-          ! ext/List/Util/t/max.t ext/List/Util/t/maxstr.t
-          ! ext/List/Util/t/min.t ext/List/Util/t/minstr.t
-          ! ext/List/Util/t/readonly.t ext/List/Util/t/reduce.t
-          ! ext/List/Util/t/reftype.t ext/List/Util/t/sum.t
-          ! ext/List/Util/t/tainted.t ext/List/Util/t/weak.t
-____________________________________________________________________________
-[ 11852] By: jhi                                   on 2001/09/03  19:50:57
-        Log: Make crypt() do something more sane for Unicode
-             (take crypt() of the low eight bits of the characters,
-             instead of taking crypt() of the UTF-8 of the scalar);
-             add a test for crypt().
-     Branch: perl
-          + t/op/crypt.t
-          ! MANIFEST pod/perlfunc.pod pp.c
-____________________________________________________________________________
-[ 11851] By: jhi                                   on 2001/09/03  19:19:35
-        Log: Reorganize the srand entry.
-     Branch: perl
-          ! pod/perlfunc.pod
-____________________________________________________________________________
-[ 11850] By: jhi                                   on 2001/09/03  18:54:51
-        Log: Remove the tests that assume something about
-             calling srand() without arguments multiple times.
-     Branch: perl
-          ! t/op/srand.t
-____________________________________________________________________________
-[ 11849] By: jhi                                   on 2001/09/03  18:15:16
-        Log: Upgrade to Math::BigInt 1.42.
-     Branch: perl
-          ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
-          ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
-          ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
-          ! lib/Math/BigInt/t/mbimbf.t
-____________________________________________________________________________
-[ 11848] By: gsar                                  on 2001/09/03  17:07:54
-        Log: integrate change#11847 from maint-5.6
-             
-             typo in perl_clone() code causes local(*foo) breakage in pseudo-fork()
-     Branch: perl
-          ! sv.c
-____________________________________________________________________________
-[ 11847] By: gsar                                  on 2001/09/03  16:47:54
-        Log: typo in perl_clone() code causes local(*foo) breakage in pseudo-fork()
-     Branch: maint-5.6/perl
-          ! sv.c
-____________________________________________________________________________
-[ 11846] By: jhi                                   on 2001/09/03  15:12:58
-        Log: As far as I can tell these functions have been Unicodified.
-     Branch: perl
-          ! doop.c
-____________________________________________________________________________
-[ 11845] By: jhi                                   on 2001/09/03  15:11:27
-        Log: Update to Storable 1.0.13.
-     Branch: perl
-          ! ext/Storable/ChangeLog ext/Storable/Storable.pm
-          ! ext/Storable/Storable.xs
-____________________________________________________________________________
-[ 11844] By: jhi                                   on 2001/09/03  12:42:06
-        Log: Patch the Filter::Simple test to work with
-             the core test suite (since the FilterTest.pm
-             is in t/lib, not in lib).
-     Branch: perl
-          ! lib/Filter/Simple/t/filter.t
-____________________________________________________________________________
-[ 11843] By: jhi                                   on 2001/09/03  12:39:11
-        Log: Damian's Filter::Simple test uses FilterTest, not MyFilter.
-     Branch: perl
-          + t/lib/FilterTest.pm
-          - t/lib/MyFilter.pm
-____________________________________________________________________________
-[ 11842] By: jhi                                   on 2001/09/03  12:17:30
-        Log: Damian-o-rama: upgrade to Attribute::Handlers 0.75,
-             Filter::Simple 0.61, NEXT 0.02, Switch 2.05, and
-             Text::Balanced 1.86.
-     Branch: perl
-          + lib/Attribute/Handlers/t/multi.t lib/Filter/Simple/Changes
-          + lib/Filter/Simple/README lib/Filter/Simple/t/filter.t
-          + lib/NEXT/Changes lib/NEXT/README lib/Switch/t/given.t
-          + lib/Switch/t/nested.t lib/Switch/t/switch.t
-          + lib/Text/Balanced/Changes lib/Text/Balanced/README
-          + lib/Text/Balanced/t/extbrk.t lib/Text/Balanced/t/extcbk.t
-          + lib/Text/Balanced/t/extdel.t lib/Text/Balanced/t/extmul.t
-          + lib/Text/Balanced/t/extqlk.t lib/Text/Balanced/t/exttag.t
-          + lib/Text/Balanced/t/extvar.t lib/Text/Balanced/t/gentag.t
-          - lib/Filter/Simple/test.pl lib/Switch/t/given_when.t
-          - lib/Switch/t/switch_case.t lib/Text/Balanced.pod
-          - lib/Text/Balanced/t/genxt.t lib/Text/Balanced/t/xbrak.t
-          - lib/Text/Balanced/t/xcode.t lib/Text/Balanced/t/xdeli.t
-          - lib/Text/Balanced/t/xmult.t lib/Text/Balanced/t/xquot.t
-          - lib/Text/Balanced/t/xtagg.t lib/Text/Balanced/t/xvari.t
-          ! MANIFEST 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/Filter/Simple.pm lib/NEXT.pm lib/NEXT/test.pl
-          ! lib/Switch.pm lib/Switch/Changes lib/Switch/README
-          ! lib/Text/Balanced.pm
-____________________________________________________________________________
-[ 11841] By: sky                                   on 2001/09/03  11:04:15
-        Log: Forgot to add a file with Change #11840
-     Branch: perl
-          + t/op/srand.t
-____________________________________________________________________________
-[ 11840] By: sky                                   on 2001/09/03  11:02:04
-        Log: Subject: [PATCH t/op/srand.t t/op/rand.t pod/perlfunc.pod MANIFEST] Tests for srand()
-             From: Michael G Schwern <schwern@pobox.com>
-             Date: Mon, 3 Sep 2001 07:43:00 -0400
-             Message-ID: <20010903074300.E9233@blackrider>
-     Branch: perl
-          ! MANIFEST pod/perlfunc.pod t/op/rand.t
-____________________________________________________________________________
-[ 11839] By: sky                                   on 2001/09/03  10:47:11
-        Log: Document the changes with regards to running of END blocks.
-             And DESTROY on global objects are called in perl_destruct()!
-     Branch: perl
-          ! pod/perl572delta.pod pod/perlembed.pod
-____________________________________________________________________________
-[ 11838] By: sky                                   on 2001/09/03  09:34:44
-        Log: Subject: [PATCH t/op/time.t] Partial cleanup
-             From: Michael G Schwern <schwern@pobox.com>
-             Date: Mon, 3 Sep 2001 06:29:42 -0400
-             Message-ID: <20010903062942.C9233@blackrider>
-     Branch: perl
-          ! t/op/time.t
-____________________________________________________________________________
-[ 11837] By: sky                                   on 2001/09/03  09:30:02
-        Log: Subject: [PATCH t/op/rand.t] Increase the repetitions
-             From: Michael G Schwern <schwern@pobox.com>
-             Date: Mon, 3 Sep 2001 06:24:13 -0400
-             Message-ID: <20010903062413.B9233@blackrider>
-     Branch: perl
-          ! t/op/rand.t
-____________________________________________________________________________
-[ 11836] By: sky                                   on 2001/09/03  07:56:47
-        Log: Subject: [PATCH] CGI::Cookie, Apache & Switch tests
-             From: Michael G Schwern <schwern@pobox.com>
-             Date: Sun, 2 Sep 2001 21:38:43 -0400
-             Message-ID: <20010902213843.L2711@blackrider>
-     Branch: perl
-          + lib/CGI/t/apache.t lib/CGI/t/cookie.t lib/CGI/t/switch.t
-          ! MANIFEST
-____________________________________________________________________________
-[ 11835] By: nick                                  on 2001/09/03  06:20:06
-        Log: Integrate mainline
-     Branch: perlio
-         +> lib/Shell.t t/op/inccode.t t/run/kill_perl.t
-          - t/op/misc.t
-         !> (integrate 187 files)
-____________________________________________________________________________
-[ 11834] By: jhi                                   on 2001/09/02  13:07:53
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[ 11833] By: jhi                                   on 2001/09/02  12:59:05
-        Log: Slight tweaks.
-     Branch: perl
-          ! t/run/kill_perl.t
-____________________________________________________________________________
-[ 11832] By: jhi                                   on 2001/09/02  12:41:12
-        Log: Special casing had become a little bit more complex in Unicode 3.1.1.
-     Branch: perl
-          ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
-____________________________________________________________________________
-[ 11831] By: sky                                   on 2001/09/02  12:10:42
-        Log: Change #11828 wasn't complete, this updates to intest path
-     Branch: perl
-          ! t/run/kill_perl.t
-____________________________________________________________________________
-[ 11830] By: jhi                                   on 2001/09/02  11:56:18
-        Log: 's's's.
-     Branch: perl
-          ! Changes
-____________________________________________________________________________
-[ 11829] By: jhi                                   on 2001/09/02  11:54:22
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[ 11828] By: sky                                   on 2001/09/02  11:53:56
-        Log: Subject: [PATCH] rm t/run/segfault.t; mv t/op/misc.t t/run/kill_perl.t
-             From: Michael G Schwern <schwern@pobox.com>
-             Date: Sat, 1 Sep 2001 20:18:58 -0400
-             Message-ID: <20010901201858.X606@blackrider>
-             +MANIFEST Fix
-     Branch: perl
-          + t/run/kill_perl.t
-          - t/op/misc.t t/run/segfault.t
-          ! MANIFEST
-____________________________________________________________________________
-[ 11827] By: jhi                                   on 2001/09/02  11:46:47
-        Log: Subject: [PATCH] lib/Time/Local.pm
-             From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
-             Date: Sun, 2 Sep 2001 06:50:01 -0500
-             Message-ID: <20010902065001.A21529@staff1.cso.uiuc.edu>
-     Branch: perl
-          ! lib/Time/Local.pm
-____________________________________________________________________________
-[ 11826] By: jhi                                   on 2001/09/02  11:40:49
-        Log: Tick off Unicode collation and the normalization from
-             the todo list.
-     Branch: perl
-          ! pod/perltodo.pod
-____________________________________________________________________________
-[ 11825] By: jhi                                   on 2001/09/02  11:16:24
-        Log: Update to Unicode 3.1.1.
-     Branch: perl
-          ! lib/unicore/ArabLink.pl lib/unicore/ArabLnkGrp.pl
-          ! lib/unicore/ArabShap.txt lib/unicore/CaseFold.txt
-          ! lib/unicore/EAWidth.txt lib/unicore/PropList.html
-          ! lib/unicore/PropList.txt lib/unicore/README.perl
-          ! lib/unicore/ReadMe.txt lib/unicore/SpecCase.txt
-          ! lib/unicore/rename lib/unicore/version
-____________________________________________________________________________
-[ 11824] By: jhi                                   on 2001/09/02  10:32:30
-        Log: Slight doc tweaks for the module.
-     Branch: perl
-          ! lib/Unicode/UCD.pm
-____________________________________________________________________________
-[ 11823] By: jhi                                   on 2001/09/02  10:02:20
-        Log: Rename the variable: it *used* to be (wrongly) that the
-             code related to PL_reg_sv (so PL_reg_sv_utf8 was logical)
-             but that is no more the case: PL_reg_match_utf8 is better.
-     Branch: perl
-          ! embedvar.h mg.c perlapi.c perlapi.h pp.c pp_hot.c regcomp.c
-          ! regexec.c sv.c thrdvar.h
-____________________________________________________________________________
-[ 11822] By: ams                                   on 2001/09/02  02:54:50
-        Log: Subject: RE: [PATCH] Add a nextstate into empty blocks
-             From: Ilmari Karonen <iltzu@sci.fi>
-             Date: Sun, 19 Aug 2001 19:27:33 +0300 (EET DST)
-             Message-Id: <Pine.SOL.3.96.1010819163840.8384B-100000@simpukka>
-             (op/sub_lval.t updated to take new error message into account.)
-     Branch: perl
-          ! op.c t/op/sub_lval.t
-____________________________________________________________________________
-[ 11821] By: gsar                                  on 2001/09/02  01:06:30
-        Log: remove stray CRs in files; keep all files with UNIX line-ends
-             (Porting/makerel adds CRs to the files that need it in the
-             distribution)
-     Branch: perl
-          ! NetWare/t/NWScripts.pl README.dos
-          ! ext/Encode/Encode/cns11643-1.enc
-          ! ext/Encode/Encode/cns11643-2.enc ext/SDBM_File/Makefile.PL
-          ! jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
-____________________________________________________________________________
-[ 11820] By: gsar                                  on 2001/09/02  00:56:44
-        Log: some remnants of change#11803
-     Branch: perl
-          ! ext/ByteLoader/byterun.h perl.h
-____________________________________________________________________________
-[ 11819] By: jhi                                   on 2001/09/01  23:40:36
-        Log: Update to Unicode::Collate 0.08.
-     Branch: perl
-          ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
-          ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
-____________________________________________________________________________
-[ 11818] By: jhi                                   on 2001/09/01  23:02:09
-        Log: Test tweaks.
-     Branch: perl
-          ! t/op/pat.t
-____________________________________________________________________________
-[ 11817] By: pudge                                 on 2001/09/01  22:36:29
-        Log: Fix test
-     Branch: maint-5.6/macperl
-          ! t/lib/b.t
-____________________________________________________________________________
-[ 11816] By: pudge                                 on 2001/09/01  22:15:09
-        Log: Misc. patches: fix tests script; add Mac::LowMem; quiet
-             warnings in Config.pm with -W; increase default and
-             minimum RAM; bump version number.
-     Branch: maint-5.6/macperl
-          + macos/lib/Mac/LowMem.pm
-          ! macos/MPVersion.r macos/MacPerlTests.cmd macos/Makefile.mk
-          ! macos/configpm macos/macperl/MacPerl.r
-____________________________________________________________________________
-[ 11815] By: pudge                                 on 2001/09/01  22:10:49
-        Log: Make syntax check report in MPW style, fix tests
-             to use Mac::err=unix to get normal-style error
-             messages.
-     Branch: maint-5.6/macperl
-          ! perl.c t/lib/b.t t/op/misc.t t/op/runlevel.t t/pod/testp2pt.pl
-          ! t/pragma/strict.t t/pragma/subs.t t/pragma/warnings.t
-____________________________________________________________________________
-[ 11814] By: pudge                                 on 2001/09/01  22:09:08
-        Log: Make MPW-style errors optional (but the default); add
-             MacPerl::ErrorFormat() function and Mac::err pragma
-     Branch: maint-5.6/macperl
-          + macos/ext/Mac/err/Makefile.PL macos/ext/Mac/err/err.pm
-          + macos/ext/Mac/err/err.xs
-          ! macos/ext/Mac/Makefile.mk macos/ext/MacPerl/MacPerl.xs
-          ! macos/macish.c macos/macish.h macos/macperl.sym
-____________________________________________________________________________
-[ 11813] By: pudge                                 on 2001/09/01  22:01:40
-        Log: More module and test ports from Thomas Wegner et al
-     Branch: maint-5.6/macperl
-          ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
-          ! lib/File/DosGlob.pm lib/File/Spec/Mac.pm lib/File/Temp.pm
-          ! t/lib/dosglob.t t/lib/filespec.t t/lib/ftmp-security.t
-          ! t/op/magic.t
-____________________________________________________________________________
-[ 11812] By: sky                                   on 2001/09/01  17:19:30
-        Log: Subject: [PATCH t/op/concat.t] cleanup
-             From: Michael G Schwern <schwern@pobox.com>
-             Date: Sat, 1 Sep 2001 14:06:28 -0400
-             Message-ID: <20010901140628.C606@blackrider>
-     Branch: perl
-          ! t/op/concat.t
-____________________________________________________________________________
-[ 11811] By: sky                                   on 2001/09/01  12:25:29
-        Log: Change #11805 didn't update the MANIFEST
-     Branch: perl
-          ! MANIFEST
-____________________________________________________________________________
-[ 11810] By: sky                                   on 2001/09/01  11:52:44
-        Log: Subject: [PATCH], was t/op/incode.t breaks make minitest
-             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
-             Date: Sat, 1 Sep 2001 14:50:14 +0200
-             Message-ID: <20010901145014.A691@rafael>
-     Branch: perl
-          ! t/op/inccode.t
-____________________________________________________________________________
-[ 11809] By: sky                                   on 2001/09/01  11:49:22
-        Log: Subject: PATCH: ExtUtils::MakeMaker
-             From: Tony Bowden <tony@kasei.com>
-             Date: Sat, 1 Sep 2001 10:33:53 +0100
-             Message-ID: <20010901103353.A13863@soto.kasei.com>
-             Manually applied
-     Branch: perl
-          ! lib/ExtUtils/MakeMaker.pm
-____________________________________________________________________________
-[ 11808] By: sky                                   on 2001/09/01  11:39:13
-        Log: Subject: [ID 20010831.002] Bug in Term::Cap on Solaris ansi terminal using CPAN::Shell
-             From: mike808@users.sourceforge.net
-             Date: Sat, 1 Sep 101 11:27:50 GMT
-             Message-Id: <200108312123.QAA27476@smtp.networkusa.net>
-             With little tweak
-     Branch: perl
-          ! lib/Term/Cap.pm
-____________________________________________________________________________
-[ 11807] By: ams                                   on 2001/09/01  11:31:16
-        Log: Subject: oct() and hex()
-             From: Nicholas Clark <nick@ccl4.org>
-             Date: Fri, 31 Aug 2001 23:14:13 +0100
-             Message-Id: <20010831231413.J4950@plum.flirble.org>
-     Branch: perl
-          ! pod/perlclib.pod
-____________________________________________________________________________
-[ 11806] By: pudge                                 on 2001/09/01  00:04:52
-        Log: Integrate change 11801 from maintperl
-     Branch: maint-5.6/macperl
-          ! perl.c
-____________________________________________________________________________
-[ 11805] By: sky                                   on 2001/08/31  21:35:10
-        Log: Subject: Re: [ID 20010831.001] SEGV from ($a, b) = (1, 2)
-             From: Michael G Schwern <schwern@pobox.com>
-             Date: Fri, 31 Aug 2001 15:36:28 -0400
-             Message-ID: <20010831153628.B598@blackrider>
-             Check for things which used to segfault
-     Branch: perl
-          + t/run/segfault.t
-____________________________________________________________________________
-[ 11804] By: gsar                                  on 2001/08/31  21:02:54
-        Log: integrate change#11801 from maint-5.6
-             
-             remove age-old UNICOS "workaround" that introduces a static, and
-             hence an egregious race condition for threaded builds (*sigh*
-             beats me why this kludge wasn't guarded by a UNICOS-specific
-             #define *sigh*)
-     Branch: perl
-          ! perl.c
-____________________________________________________________________________
-[ 11803] By: gsar                                  on 2001/08/31  20:58:38
-        Log: remove deprecated PERL_OBJECT cruft, it has long since stopped
-             working in 5.7.x
-     Branch: perl
-          - objXSUB.h
-          ! EXTERN.h MANIFEST Makefile.SH Makefile.micro NetWare/Makefile
-          ! NetWare/config_h.PL NetWare/dl_netware.xs NetWare/interface.c
-          ! NetWare/nw5.c NetWare/nw5sck.c NetWare/nw5thread.c
-          ! NetWare/nwperlsys.c NetWare/nwperlsys.h Porting/makerel
-          ! README.win32 XSUB.h bytecode.pl cv.h cygwin/cygwin.c
-          ! emacs/ptags embed.h embed.pl embedvar.h epoc/epoc.c ext/B/B.xs
-          ! ext/B/B/C.pm ext/ByteLoader/ByteLoader.xs
-          ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
-          ! ext/DynaLoader/dlutils.c ext/Opcode/Opcode.xs
-          ! ext/POSIX/POSIX.xs globals.c iperlsys.h lib/ExtUtils/Embed.pm
-          ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
-          ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
-          ! lib/ExtUtils/xsubpp makedef.pl mg.c op.c perl.c perl.h
-          ! perlapi.c perlapi.h perlio.c perly.c perly.y perly_c.diff
-          ! pod/perlguts.pod pp_ctl.c pp_hot.c proto.h regcomp.c regexec.c
-          ! scope.c sv.c sv.h toke.c universal.c vms/descrip_mms.template
-          ! vms/perly_c.vms win32/Makefile win32/config_h.PL
-          ! win32/dl_win32.xs win32/makefile.mk win32/perlhost.h
-          ! win32/perllib.c win32/win32.c win32/win32.h win32/win32sck.c
-          ! win32/win32thread.c wince/Makefile.ce wince/config_h.PL
-          ! wince/dl_win32.xs wince/perllib.c wince/win32.h
-          ! wince/win32thread.c wince/wince.c wince/wincesck.c xsutils.c
-____________________________________________________________________________
-[ 11802] By: ams                                   on 2001/08/31  18:11:32
-        Log: Subject: [DOC PATCH] Add perl4 warning messages to perldiag.pod
-             From: "Philip Newton" <Philip.Newton@gmx.net>
-             Date: Fri, 31 Aug 2001 21:12:56 +0200
-             Message-Id: <20010831.211000@ID-11583.news.dfncis.de>
-     Branch: perl
-          ! pod/perldiag.pod
-____________________________________________________________________________
-[ 11801] By: gsar                                  on 2001/08/31  17:49:03
-        Log: remove age-old UNICOS "workaround" that introduces a static, and
-             hence an egregious race condition for threaded builds (*sigh*
-             beats me why this kludge wasn't guarded by a UNICOS-specific
-             #define *sigh*)
-     Branch: maint-5.6/perl
-          ! perl.c
-____________________________________________________________________________
-[ 11800] By: sky                                   on 2001/08/31  17:30:26
-        Log: Fixes bug in change 11717 that bus errored on HP-UX 10.20
-             Might break on platforms where bool is larger than 8 bites ???
-     Branch: perl
-          ! regcomp.c
-____________________________________________________________________________
-[ 11799] By: ams                                   on 2001/08/31  12:15:44
-        Log: Integrate 11778 into mainline.
-     Branch: perl
-          ! t/base/term.t
-____________________________________________________________________________
-[ 11798] By: sky                                   on 2001/08/31  11:31:44
-        Log: Change 11797 sneaked in a faulty regcomp.c change which wasn't
-             supposed to happen.
-     Branch: perl
-          ! regcomp.c
-____________________________________________________________________________
-[ 11797] By: sky                                   on 2001/08/31  11:28:17
-        Log: Subject: Re: Problem in ext/Time/HiRest/HiRes.t 
-             From: "John P. Linderman" <jpl@research.att.com>
-             Date: Fri, 31 Aug 2001 08:20:35 -0400
-             Message-Id: <200108311220.IAA54125@raptor.research.att.com>
-             Fixes test 14 which could fail randomly in rare cases.
-     Branch: perl
-          ! ext/Time/HiRes/HiRes.t regcomp.c
-____________________________________________________________________________
-[ 11796] By: ams                                   on 2001/08/31  01:13:07
-        Log: Subject: [PATCH] Embaressing typo in Syslog's Makefile.PL
-             From: Nicholas Clark <nick@ccl4.org>
-             Date: Thu, 30 Aug 2001 23:21:50 +0100
-             Message-Id: <20010830232150.D4950@plum.flirble.org>
-     Branch: perl
-          ! ext/Sys/Syslog/Makefile.PL
-____________________________________________________________________________
-[ 11795] By: ams                                   on 2001/08/30  23:53:23
-        Log: Subject: [PATCH pod/perlhack.pod] Yet another improvement to the
-             patching example
-             From: Michael G Schwern <schwern@pobox.com>
-             Date: Thu, 30 Aug 2001 17:02:08 -0400
-             Message-Id: <20010830170208.M2318@blackrider>
-     Branch: perl
-          ! pod/perlhack.pod
-____________________________________________________________________________
-[ 11794] By: ams                                   on 2001/08/30  19:35:36
-        Log: Subject: [PATCH] pp_modulo
-             From: Nicholas Clark <nick@ccl4.org>
-             Date: Thu, 30 Aug 2001 18:20:54 +0100
-             Message-Id: <20010830182053.A4950@plum.flirble.org>
-     Branch: perl
-          ! pp.c t/op/64bitint.t
-____________________________________________________________________________
-[ 11793] By: sky                                   on 2001/08/30  13:02:48
-        Log: 11792 wasn't complete
-     Branch: perl
-          ! makedef.pl regcomp.c
-____________________________________________________________________________
-[ 11792] By: sky                                   on 2001/08/30  12:21:11
-        Log: Added checks for PL_custom* and Perl_custom* functions in makedef.pl
-     Branch: perl
-          ! makedef.pl
-____________________________________________________________________________
-[ 11791] By: sky                                   on 2001/08/30  10:08:02
-        Log: Due to braindamaged makedef.pl change 11758 broke makedef.pl
-     Branch: perl
-          ! config_h.SH
-____________________________________________________________________________
-[ 11790] By: sky                                   on 2001/08/30  08:22:31
-        Log: Introduces SvREPADTMP(sv) that marks a repad SvIV as a offset
-             on the pad. Fixes coredumps in cleanups introduced by
-             Change 11755  
-     Branch: perl
-          ! op.c perl.c sv.h
-____________________________________________________________________________
-[ 11789] By: sky                                   on 2001/08/29  19:01:47
-        Log: GCC on HP-UX 11 with 64bit support breaks inet_ntoa
-             This is a replacement implmentation that works on HPUX.
-             This bug should probably be fixed in GCC.
-     Branch: perl
-          ! ext/Socket/Socket.xs
-____________________________________________________________________________
-[ 11788] By: ams                                   on 2001/08/29  17:35:33
-        Log: Subject: [PATCH] pass all tests when compiling with -DNO_PERL_PRESERVE_IVUV
-             From: Nicholas Clark <nick@ccl4.org>
-             Date: Wed, 29 Aug 2001 18:21:56 +0100
-             Message-Id: <20010829182156.O4950@plum.flirble.org>
-     Branch: perl
-          ! ext/Devel/Peek/Peek.t sv.c t/op/64bitint.t t/op/numconvert.t
-____________________________________________________________________________
-[ 11787] By: sky                                   on 2001/08/29  10:42:54
-        Log: Added test for pack_addr_in and unpack_addr_in
-             Nitpik in test 10
-     Branch: perl
-          ! ext/Socket/Socket.t
-____________________________________________________________________________
-[ 11786] By: sky                                   on 2001/08/29  10:28:14
-        Log: Added three tests to test inet_ntoa/inet_aton and *packaddr*
-             Trying to catch errors on HP-UX
-     Branch: perl
-          ! ext/Socket/Socket.t
-____________________________________________________________________________
-[ 11785] By: sky                                   on 2001/08/29  09:07:03
-        Log: make sure USE_THREADS is defined so external apps work
-     Branch: perl
-          ! config_h.SH
-____________________________________________________________________________
-[ 11784] By: sky                                   on 2001/08/29  08:06:12
-        Log: Subject: Re: The hitlist of untested modules.
-             From: Jonathan Stowe <gellyfish@gellyfish.com>
-             Date: Wed, 29 Aug 2001 09:25:49 +0100 (BST)
-             Message-ID: <Pine.LNX.4.33.0108290923320.29273-100000@orpheus.gellyfish.com>
-             Start of tests for Shell.pm (make Schwern poorer!)
-     Branch: perl
-          + lib/Shell.t
-          ! MANIFEST
-____________________________________________________________________________
-[ 11783] By: sky                                   on 2001/08/29  07:37:50
-        Log: END{} can change the return value even if we die from BEGIN{}
-     Branch: perl
-          ! miniperlmain.c
-____________________________________________________________________________
-[ 11782] By: ams                                   on 2001/08/29  06:32:17
-        Log: Subject: Re: [PATCH] newer tests for the coderef-in-@INC !
-             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
-             Date: Wed, 29 Aug 2001 09:18:17 +0200
-             Message-Id: <20010829091817.A4453@rafael>
-     Branch: perl
-          ! t/op/inccode.t
-____________________________________________________________________________
-[ 11781] By: pudge                                 on 2001/08/29  02:28:33
-        Log: Delete xsubpp.patch, as full copy exists now
-     Branch: maint-5.6/macperl
-          - macos/xsubpp.patch
-____________________________________________________________________________
-[ 11780] By: pudge                                 on 2001/08/29  02:26:03
-        Log: Add Changes file
-     Branch: maint-5.6/macperl
-          + macos/Changes
-____________________________________________________________________________
-[ 11779] By: pudge                                 on 2001/08/29  02:23:11
-        Log: Add Mac version of xsubpp as separate file
-     Branch: maint-5.6/macperl
-          + macos/xsubpp
-          ! macos/Makefile.mk
-____________________________________________________________________________
-[ 11778] By: pudge                                 on 2001/08/29  02:14:57
-        Log: Fix open of /dev/null for Mac OS
-     Branch: maint-5.6/macperl
-          ! t/base/term.t
-____________________________________________________________________________
-[ 11777] By: pudge                                 on 2001/08/29  02:12:52
-        Log: Various patches: enable more tests; skip CVS in PerlInstall;
-             fix typemap for Mac::Processes; remove comments in MM_MacOS.pm
-     Branch: maint-5.6/macperl
-          ! macos/MacPerlTests.cmd macos/PerlInstall
-          ! macos/ext/Mac/Processes/typemap macos/lib/ExtUtils/MM_MacOS.pm
-____________________________________________________________________________
-[ 11776] By: pudge                                 on 2001/08/29  02:11:42
-        Log: Allow for platforms to override formatting of errors
-             on output from Matthias Neeracher (Mac files)
-     Branch: maint-5.6/macperl
-          ! macos/macish.c macos/macish.h
-____________________________________________________________________________
-[ 11775] By: pudge                                 on 2001/08/29  01:59:32
-        Log: Allow for platforms to override formatting of errors
-             on output from Matthias Neeracher (core files)
-     Branch: maint-5.6/macperl
-          ! perl.h pp_ctl.c util.c
-____________________________________________________________________________
-[ 11774] By: pudge                                 on 2001/08/29  01:29:43
-        Log: Add some param checking, from reports by Kevin Reid.
-     Branch: maint-5.6/macperl
-          ! macos/ext/Mac/Controls/Controls.pm
-          ! macos/ext/Mac/Menus/Menus.pm macos/ext/Mac/Windows/Windows.pm
-____________________________________________________________________________
-[ 11773] By: ams                                   on 2001/08/28  23:54:57
-        Log: Subject: [PATCH] make coretest
-             From: Paul Johnson <paul@pjcj.net>
-             Date: Wed, 29 Aug 2001 00:11:38 +0200
-             Message-Id: <20010829001138.B12169@pjcj.net>
-             (Applied without the change to perlhack.pod. This should
-             probably stay undocumented.)
-     Branch: perl
-          ! Makefile.SH t/TEST
-____________________________________________________________________________
-[ 11772] By: sky                                   on 2001/08/28  13:01:20
-        Log: Subject: [PATCH t/op/pack.t pod/perlhack.pod] Adding the failure diagnostic  
-             From: Michael G Schwern <schwern@pobox.com>
-             Date: Tue, 28 Aug 2001 09:57:39 -0400
-             Message-ID: <20010828095738.E17775@blackrider>
-     Branch: perl
-          ! pod/perlhack.pod t/op/pack.t
-____________________________________________________________________________
-[ 11771] By: sky                                   on 2001/08/28  11:20:13
-        Log: Subject: [PATCH] put useful info in %INC for files loaded by a hook in @INC
-             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
-             Date: Tue, 28 Aug 2001 14:23:43 +0200
-             Message-ID: <20010828142343.A19299@rafael>
-     Branch: perl
-          ! pod/perlvar.pod pp_ctl.c
-____________________________________________________________________________
-[ 11770] By: ams                                   on 2001/08/28  10:13:21
-        Log: Subject: [PATCH] odd typo in op.h
-             From: Nicholas Clark <nick@ccl4.org>
-             Date: Tue, 28 Aug 2001 12:10:26 +0100
-             Message-Id: <20010828121026.V4950@plum.flirble.org>
-     Branch: perl
-          ! op.h
-____________________________________________________________________________
-[ 11769] By: sky                                   on 2001/08/28  08:09:16
-        Log: Subject: [ID 20010827.008] no-foo options broken in B::Lint
-             From: Ville "Skyttä" <scop@cs132170.pp.htv.fi>
-             Date: Tue, 28 Aug 2001 02:22:20 +0300
-             Message-Id: <200108272322.f7RNMKd02261@cs132170.pp.htv.fi>
-     Branch: perl
-          ! ext/B/B/Lint.pm
-____________________________________________________________________________
-[ 11768] By: ams                                   on 2001/08/28  00:47:35
-        Log: Subject: Re: [PATCH pod/perlhack.pod t/op/pack.t] Fixing bad testing advice
-             From: Michael G Schwern <schwern@pobox.com>
-             Date: Mon, 27 Aug 2001 21:24:44 -0400
-             Message-Id: <20010827212444.F12582@blackrider>
-     Branch: perl
-          ! pod/perlhack.pod t/op/pack.t
-____________________________________________________________________________
-[ 11767] By: ams                                   on 2001/08/27  23:59:48
-        Log: Subject: [PATCH pod/perlhack.pod t/op/pack.t] Fixing bad testing advice
-             From: Michael G Schwern <schwern@pobox.com>
-             Date: Mon, 27 Aug 2001 20:12:29 -0400
-             Message-Id: <20010827201229.D12582@blackrider>
-     Branch: perl
-          ! pod/perlhack.pod t/op/pack.t
-____________________________________________________________________________
-[ 11766] By: ams                                   on 2001/08/27  23:39:40
-        Log: Update Changes.
-     Branch: perl
-          ! Changes
-____________________________________________________________________________
-[ 11765] By: ams                                   on 2001/08/27  22:53:10
-        Log: Subject: Re: [PATCH] new tests for the coderef-in-@INC
-             From: Michael G Schwern <schwern@pobox.com>
-             Date: Mon, 27 Aug 2001 19:47:30 -0400
-             Message-Id: <20010827194730.C12582@blackrider>
-     Branch: perl
-          ! t/op/inccode.t
-____________________________________________________________________________
-[ 11764] By: ams                                   on 2001/08/27  22:46:21
-        Log: Subject: [PATCH] new tests for the coderef-in-@INC
-             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
-             Date: Mon, 27 Aug 2001 22:36:27 +0200
-             Message-Id: <20010827223627.C690@rafael>
-             
-             Subject: Re: [PATCH] new tests for the coderef-in-@INC
-             From: Nicholas Clark <nick@ccl4.org>
-             Date: Tue, 28 Aug 2001 00:02:46 +0100
-             Message-Id: <20010828000245.R4950@plum.flirble.org>
-     Branch: perl
-          + t/op/inccode.t
-          ! MANIFEST
-____________________________________________________________________________
-[ 11763] By: ams                                   on 2001/08/27  22:41:09
-        Log: Subject: [PATCH lib/warnings.t] Removing 2>&1 requirement  (was Re:
-             bleadperl on fire, Win95+4NT)
-             From: Michael G Schwern <schwern@pobox.com>
-             Date: Mon, 27 Aug 2001 16:54:42 -0400
-             Message-Id: <20010827165442.F9436@blackrider>
-     Branch: perl
-          ! lib/warnings.t
-____________________________________________________________________________
-[ 11762] By: sky                                   on 2001/08/27  19:19:17
-        Log: Changed back Net/Ping.pm change #11759 since WNOHANG wasn't
-             avaible at compile time. This broke the compilation of 
-             Net/Ping.pm
-     Branch: perl
-          ! lib/Net/Ping.pm
-____________________________________________________________________________
-[ 11761] By: sky                                   on 2001/08/27  18:34:48
-        Log: Removed tripple definitions of CUSTOM_OP functions.
-     Branch: perl
-          ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
-____________________________________________________________________________
-[ 11760] By: sky                                   on 2001/08/27  18:21:27
-        Log: Regen headers
-     Branch: perl
-          ! embed.h embedvar.h objXSUB.h opcode.h opnames.h perlapi.c
-          ! perlapi.h proto.h
-____________________________________________________________________________
-[ 11759] By: ams                                   on 2001/08/27  16:31:53
-        Log: Subject: [PATCH] pod/perlfunc.pod, lib/Net/Ping.pm, ext/POSIX/POSIX.pod
-             From: "chromatic" <chromatic@rmci.net>
-             Date: Mon, 27 Aug 2001 11:17:09 -0600
-             Message-Id: <20010827172111.89491.qmail@onion.perl.org>
-     Branch: perl
-          ! ext/POSIX/POSIX.pod lib/Net/Ping.pm pod/perlfunc.pod
-____________________________________________________________________________
-[ 11758] By: sky                                   on 2001/08/27  15:16:42
-        Log: Changes USE_THREADS to USE_5005THREADS in the entire source.
-             Thanks to H. Merijn Brand for the patch.
-             Some of the comments and or guards might be removable in perl.h now.
-     Branch: perl
-          ! NetWare/config_H.wc NetWare/nw5thread.c NetWare/nw5thread.h
-          ! Porting/Glossary Porting/config_H README.threads config_h.SH
-          ! cop.h cv.h deb.c dosish.h dump.c embed.h embed.pl embedvar.h
-          ! ext/B/B.xs ext/B/B/C.pm ext/B/B/Deparse.pm
-          ! ext/B/ramblings/runtime.porting ext/DynaLoader/dl_aix.xs
-          ! ext/Thread/Thread.xs gv.c intrpvar.h mg.c miniperlmain.c
-          ! objXSUB.h op.c os2/os2.c os2/os2ish.h perl.c perl.h perlapi.c
-          ! perlvars.h pod/perlguts.pod pp.c pp.h pp_ctl.c pp_hot.c
-          ! proto.h regexec.c scope.c sv.c sv.h thrdvar.h thread.h toke.c
-          ! uconfig.h util.c vms/genconfig.pl vms/vms.c vos/config.alpha.h
-          ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
-          ! win32/config_H.vc win32/perllib.c win32/win32.h
-          ! win32/win32sck.c win32/win32thread.c win32/win32thread.h
-          ! wince/config.h wince/config_H.ce wince/win32.h
-          ! wince/win32thread.c wince/win32thread.h wince/wincesck.c
-____________________________________________________________________________
-[ 11757] By: sky                                   on 2001/08/27  13:39:16
-        Log: Subject: GNU ld parses arguments different
-             From: H.Merijn Brand <h.m.brand@hccnet.nl>
-             Date: Mon, 27 Aug 2001 16:25:51 +0200
-             Message-Id: <20010827162254.2EA6.H.M.BRAND@hccnet.nl>
-     Branch: perl
-          ! hints/hpux.sh
-____________________________________________________________________________
-[ 11756] By: sky                                   on 2001/08/27  13:18:45
-        Log: Subject: Custom Ops
-             From: Simon Cozens <simon@netthink.co.uk>
-             Date: Sat, 25 Aug 2001 17:45:09 +0100
-             Message-ID: <20010825174509.A5752@netthink.co.uk>
-             I also added a fix to Opcode.pm to quite test cases.
-     Branch: perl
-          ! dump.c embed.pl ext/Opcode/Opcode.pm intrpvar.h op.c op.h
-          ! opcode.pl pod/perlguts.pod pp_ctl.c pp_sys.c run.c sv.c utf8.c
-____________________________________________________________________________
-[ 11755] By: sky                                   on 2001/08/27  05:37:17
-        Log: Plugs a memory leak on destruction of regular expressions
-             introcued by #11274.
-             PL_regex_padav now has an AV as it's first entry with a list
-             of freed regex_padav slots that it will reuse on creating
-             new PMOPs.
-     Branch: perl
-          ! op.c perl.c
-____________________________________________________________________________
-[ 11754] By: ams                                   on 2001/08/26  14:38:52
-        Log: Subject: [PATCH] t/io/binmode.t
-             From: Nicholas Clark <nick@ccl4.org>
-             Date: Sun, 26 Aug 2001 12:03:05 +0100
-             Message-Id: <20010826120305.C4950@plum.flirble.org>
-             
-             (Also a nitpick in #11752 to t/op/universal.t)
-     Branch: perl
-          ! t/io/binmode.t t/op/universal.t
-____________________________________________________________________________
-[ 11753] By: ams                                   on 2001/08/26  08:19:34
-        Log: Subject: [PATCH] op/universal.t failing
-             From: Nicholas Clark <nick@ccl4.org>
-             Date: Sun, 26 Aug 2001 09:48:22 +0100
-             Message-Id: <20010826094822.B4950@plum.flirble.org>
-     Branch: perl
-          ! t/op/universal.t
-____________________________________________________________________________
-[ 11752] By: ams                                   on 2001/08/25  22:46:13
-        Log: Subject: Re: 'can' with undefined subs
-             From: Tony Bowden <tony@kasei.com>
-             Date: Sat, 25 Aug 2001 14:58:17 +0100
-             Message-Id: <20010825145817.A11788@soto.kasei.com>
-             (Applied with minor modifications.)
-     Branch: perl
-          ! t/op/universal.t
-____________________________________________________________________________
-[ 11751] By: ams                                   on 2001/08/25  18:28:43
-        Log: Subject: Re: 'can' with undefined subs
-             From: Tony Bowden <tony@kasei.com>
-             Date: Sat, 25 Aug 2001 15:13:14 +0100
-             Message-Id: <20010825151314.B11788@soto.kasei.com>
-     Branch: perl
-          ! lib/UNIVERSAL.pm
-____________________________________________________________________________
-[ 11750] By: nick                                  on 2001/08/25  15:24:15
-        Log: Integrate mainline
-     Branch: perlio
-         +> t/io/binmode.t
-         !> (integrate 26 files)
-____________________________________________________________________________
-[ 11749] By: nick                                  on 2001/08/25  14:55:41
-        Log: Subject:  Re: [PATCH] Added wisdom to perlhack.pod
-             From:  John Peacock <jpeacock@rowman.com>
-             Date:  Wed, 22 Aug 2001 12:05:28 -0400
-             Message-Id:  <3B83D848.7FD9C6EF@rowman.com>
-     Branch: perl
-          ! pod/perlhack.pod
-____________________________________________________________________________
-[ 11748] By: nick                                  on 2001/08/25  14:53:04
-        Log: Subject:  Re: [PATCH] (was Re: PerlIO regerssion tests?)
-             From:  Michael G Schwern <schwern@pobox.com>
-             Date:  Wed, 22 Aug 2001 19:22:45 -0400
-             Message-Id:  <20010822192245.U619@blackrider>
-     Branch: perl
-          ! MANIFEST
-____________________________________________________________________________
-[ 11747] By: nick                                  on 2001/08/25  14:52:33
-        Log: Subject:  [PATCH] (was Re: PerlIO regerssion tests?)
-             From:  Nicholas Clark <nick@ccl4.org>
-             Date:  Wed, 22 Aug 2001 23:29:06 +0100
-             Message-Id:  <20010822232906.Z82818@plum.flirble.org>
-     Branch: perl
-          + t/io/binmode.t
-          ! perlio.c pod/perlfunc.pod
-____________________________________________________________________________
-[ 11744] By: nick                                  on 2001/08/25  14:37:33
-        Log: Subject:  [PATCH bleadperl] quiet down VC++ warnings in a2py.c and walk.c
-             From:  Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
-             Date:  Fri, 24 Aug 2001 22:10:42 +0200
-             Message-Id:  <1065978076.20010824221042@tesla.rcub.bg.ac.yu>
-     Branch: perl
-          ! x2p/a2py.c x2p/walk.c
-____________________________________________________________________________
-[ 11743] By: nick                                  on 2001/08/25  14:32:47
-        Log: Subject:  [DOC PATCH] The coderef-in-@INC feature
-             From:  Rafael Garcia-Suarez <rgarciasuarez@free.fr>
-             Date:  Fri, 24 Aug 2001 23:34:13 +0200
-             Message-Id:  <20010824233413.A1285@rafael>
-     Branch: perl
-          ! pod/perlfunc.pod pod/perlvar.pod
-____________________________________________________________________________
-[ 11742] By: ams                                   on 2001/08/25  13:16:02
-        Log: Subject: [PATCH] Re: The coderef in @INC strikes back
-             From: Nicholas Clark <nick@ccl4.org>
-             Date: Sat, 25 Aug 2001 14:50:07 +0100
-             Message-Id: <20010825145007.L41464@plum.flirble.org>
-     Branch: perl
-          ! pp_ctl.c
-____________________________________________________________________________
-[ 11741] By: nick                                  on 2001/08/24  07:08:45
-        Log: When applying patch via Porting/apply fails, do p4 refresh
-             to get old files back.
-     Branch: perl
-          ! Porting/apply
-____________________________________________________________________________
-[ 11740] By: ams                                   on 2001/08/24  04:47:24
-        Log: #11739 was incomplete.
-     Branch: perl
-          ! pod/perldiag.pod
-____________________________________________________________________________
-[ 11739] By: ams                                   on 2001/08/24  04:09:40
-        Log: Subject: [DOC patch bleadperl] "misspelled" misspelled
-             From: "Philip Newton" <Philip.Newton@gmx.net>
-             Date: Fri, 24 Aug 2001 07:08:34 +0200
-     Branch: perl
-          ! pod/perldiag.pod
-____________________________________________________________________________
-[ 11738] By: ams                                   on 2001/08/24  02:19:42
-        Log: Fixed Doug Wilson's email address.
-     Branch: perl
-          ! AUTHORS
-____________________________________________________________________________
-[ 11737] By: ams                                   on 2001/08/24  00:10:13
-        Log: Subject: [DOC PATCH] Adding new warning in perldiag.pod
-             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
-             Date: Thu, 23 Aug 2001 22:22:58 +0200
-             Message-Id: <20010823222258.A901@rafael>
-     Branch: perl
-          ! pod/perldiag.pod
-____________________________________________________________________________
-[ 11736] By: ams                                   on 2001/08/24  00:05:02
-        Log: Subject: [PATCH perl@ ] add $Config('scriptdir'} on VMS
-             From: "Craig A. Berry" <craigberry@mac.com>
-             Date: Thu, 23 Aug 2001 19:07:45 -0500
-             Message-Id: <a05101004b7ab4593bb24@[172.16.52.1]>
-     Branch: perl
-          ! configure.com
-____________________________________________________________________________
-[ 11735] By: sky                                   on 2001/08/23  13:42:07
-        Log: Backed out 11732, it breaks lib/strict.t 
-     Branch: perl
-          ! op.c
-____________________________________________________________________________
-[ 11734] By: sky                                   on 2001/08/23  11:45:59
-        Log: Removed toy from 17133 after Matt Sargeants request.
-     Branch: perl
-          ! pod/perlfaq4.pod
-____________________________________________________________________________
-[ 11733] By: sky                                   on 2001/08/23  11:36:29
-        Log: Subject: [PATCH perlfaq4] Faster permutation algorithms
-             From: Robin Houston <robin@kitsite.com>
-             Date: Wed, 22 Aug 2001 23:06:16 +0100
-             Message-ID: <20010822230616.A254@robin.kitsite.com>
-     Branch: perl
-          ! pod/perlfaq4.pod
-____________________________________________________________________________
-[ 11732] By: sky                                   on 2001/08/23  10:36:02
-        Log: Subject: Re: [ID 20010822.001] Freeing pads after parse error
-             From: Simon Cozens <simon@netthink.co.uk>
-             Date: Thu, 23 Aug 2001 12:06:36 +0100
-             Message-ID: <20010823120636.A9961@netthink.co.uk>
-     Branch: perl
-          ! op.c
-____________________________________________________________________________
-[ 11731] By: gsar                                  on 2001/08/23  03:58:58
-        Log: fix broken windows build
-     Branch: perl
-          ! perl.h
-____________________________________________________________________________
-[ 11730] By: ams                                   on 2001/08/22  21:35:30
-        Log: Subject: [PATCH] io/tell.t doesn't chdir t
-             From: Nicholas Clark <nick@ccl4.org>
-             Date: Wed, 22 Aug 2001 23:25:58 +0100
-             Message-Id: <20010822232557.Y82818@plum.flirble.org>
-     Branch: perl
-          ! t/io/tell.t
-____________________________________________________________________________
-[ 11729] By: ams                                   on 2001/08/22  20:32:21
-        Log: Subject: [PATCH] Documentation in File::Spec (was Re: minor File::Spec
-             questions)
-             From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
-             Date: Wed, 22 Aug 2001 17:09:04 -0400
-             Message-Id: <20010822170904.A76069@linguist.thayer.dartmouth.edu>
-             (Oops, forgot File::Spec::Unix in the previous patch.)
-     Branch: perl
-          ! lib/File/Spec/Unix.pm
-____________________________________________________________________________
-[ 11728] By: ams                                   on 2001/08/22  20:25:41
-        Log: Subject: [PATCH] Documentation in File::Spec (was Re: minor File::Spec
-             questions)
-             From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
-             Date: Wed, 22 Aug 2001 17:09:04 -0400
-             Message-Id: <20010822170904.A76069@linguist.thayer.dartmouth.edu>
-     Branch: perl
-          ! lib/File/Spec.pm
-____________________________________________________________________________
-[ 11727] By: ams                                   on 2001/08/22  19:43:30
-        Log: Subject: Re: [PATCH 1 of 3] $] is deprecated - eliminate from core tests
-             From: John Peacock <jpeacock@rowman.com>
-             Date: Wed, 22 Aug 2001 12:35:52 -0400
-             Message-Id: <3B83DF68.5D89DC81@rowman.com>
-             (Adds proper tests for $], notwithstanding Subject. +nitpick)
-     Branch: perl
-          ! t/op/ver.t
-____________________________________________________________________________
-[ 11726] By: ams                                   on 2001/08/22  19:36:39
-        Log: Subject: [ID 20010822.007] eval STRING & diagnostics.pm not mixing
-             From: schwern@ool-18b93024.dyn.optonline.net (Michael G Schwern)
-             Date: Wed, 22 Aug 2001 16:03:00 -0400 (EDT)
-             Message-Id: <20010822200300.0D1638253@ool-18b93024.dyn.optonline.net>
-     Branch: perl
-          ! lib/diagnostics.pm lib/diagnostics.t
-____________________________________________________________________________
-[ 11725] By: ams                                   on 2001/08/22  19:25:01
-        Log: Subject: [PATCH] 64 bit integer preserving pp_divide
-             From: Nicholas Clark <nick@ccl4.org>
-             Date: Wed, 22 Aug 2001 20:59:05 +0100
-             Message-Id: <20010822205905.U82818@plum.flirble.org>
-     Branch: perl
-          ! pp.c t/op/64bitint.t t/op/arith.t
-____________________________________________________________________________
-[ 11724] By: ams                                   on 2001/08/22  10:02:33
-        Log: Subject: Configure blooper
-             From: H.Merijn Brand <h.m.brand@hccnet.nl>
-             Date: Wed, 22 Aug 2001 12:38:35 +0200
-             Message-Id: <20010822123750.A797.H.M.BRAND@hccnet.nl>
-     Branch: perl
-          ! Configure
-____________________________________________________________________________
-[ 11723] By: ams                                   on 2001/08/21  16:17:53
-        Log: Subject: [PATCH] installperl -help
-             From: Nicholas Clark <nick@ccl4.org>
-             Date: Tue, 21 Aug 2001 17:34:23 +0100
-             Message-Id: <20010821173423.F82818@plum.flirble.org>
-     Branch: perl
-          ! installperl
-____________________________________________________________________________
-[ 11722] By: ams                                   on 2001/08/20  07:46:31
-        Log: Subject: [PATCH perlvar.pod] Rewrite $. entry and switch to -> syntax
-             From: Ilmari Karonen <iltzu@sci.fi>
-             Date: Mon, 20 Aug 2001 06:42:01 +0300 (EET DST)
-             Message-Id: <Pine.SOL.3.96.1010820063126.28048A-100000@simpukka>
-     Branch: perl
-          ! pod/perlvar.pod
-____________________________________________________________________________
-[ 11721] By: nick                                  on 2001/08/20  06:24:31
-        Log: Integrate mainline
-     Branch: perlio
-         +> Porting/apply lib/Lingua/KO/Hangul/Util.pm
-         +> lib/Lingua/KO/Hangul/Util/Changes
-         +> lib/Lingua/KO/Hangul/Util/README
-         +> lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Collate.pm
-         +> lib/Unicode/Collate/Changes lib/Unicode/Collate/README
-         +> lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
-         +> lib/Unicode/Normalize.pm lib/Unicode/Normalize/Changes
-         +> lib/Unicode/Normalize/README lib/Unicode/Normalize/t/norm.t
-         +> lib/Unicode/Normalize/t/test.t
-          - lib/Net/README.config lib/Net/demos/snpp lib/Net/libnet.ppd
-         !> (integrate 55 files)
-____________________________________________________________________________
-[ 11720] By: pudge                                 on 2001/08/19  19:00:16
-        Log: Integrate Change #11599 from maint-5.6/perl
-     Branch: maint-5.6/macperl
-         !> README.win32
-____________________________________________________________________________
-[ 11719] By: ams                                   on 2001/08/18  21:21:42
-        Log: Add Porting/apply to MANIFEST.
-     Branch: perl
-          ! MANIFEST
-____________________________________________________________________________
-[ 11718] By: sky                                   on 2001/08/18  14:38:01
-        Log: PL_reentrant_buffer does not exist in 5005threaded perl.
-             Better solution would be to make 5005threaded perl use
-             the same system as ithreads do
-     Branch: perl
-          ! perl.h
-____________________________________________________________________________
-[ 11717] By: jhi                                   on 2001/08/18  14:24:42
-        Log: New try for ID 20010407.006: detach the semantics
-             "was the last match target UTF8" into its own variable.
-     Branch: perl
-          ! embedvar.h intrpvar.h mg.c perlapi.h pod/perlapi.pod pp.c
-          ! pp_hot.c regcomp.c regexec.c sv.c t/op/pat.t thrdvar.h
-____________________________________________________________________________
-[ 11716] By: jhi                                   on 2001/08/18  12:11:14
-        Log: UTF8 flag should be meaningful only when POK.
-     Branch: perl
-          ! dump.c
-____________________________________________________________________________
-[ 11715] By: sky                                   on 2001/08/18  11:45:16
-        Log: USE_THREADS and USE_ITHREADS are never true at the same time
-     Branch: perl
-          ! perl.h
-____________________________________________________________________________
-[ 11714] By: jhi                                   on 2001/08/18  06:03:24
-        Log: Retract #11712 for now.  The real fix would probably
-             be something like making PL_reg_sv a copy (PV + UTF8)
-             of the matched/substituted string (note: not just a SvPOK
-             string, for example the stringified form of a ROK would
-             be applicable)  Beware of leaks.
-     Branch: perl
-          ! pp_hot.c t/op/pat.t
-____________________________________________________________________________
-[ 11713] By: jhi                                   on 2001/08/18  03:22:42
-        Log: UTF8 wasn't printing for PVMGs.
-     Branch: perl
-          ! dump.c
-____________________________________________________________________________
-[ 11712] By: jhi                                   on 2001/08/18  03:22:24
-        Log: (Retracted by #11714)
-             
-             Okay analysis, debatable fix.  (The fix will inc
-             the refcount of all temporary match objects,
-             like for example tied(%h) =~ /^.../ from Tie/RefHash.t,
-             which will then cause griping at untie() time
-             ("inner references remain").
-             
-             Fix for ID 20010407.006: PL_reg_sv got wiped out
-             by freetemps if the match target was a temporary
-             (like function_call() =~ /.../), which in turn meant
-             that the $1 et al stopped working if they had UTF-8
-             in them.  Therefore bump up the refcount of PL_reg_sv.
-     Branch: perl
-          ! pp_hot.c t/op/pat.t
-____________________________________________________________________________
-[ 11711] By: ams                                   on 2001/08/17  20:32:08
-        Log: Subject: [PATCH] doesn't compile, was perl@11710
-             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
-             Date: Fri, 17 Aug 2001 23:21:10 +0200
-             Message-Id: <20010817232110.C7041@rafael> 
-     Branch: perl
-          ! sharedsv.c
-____________________________________________________________________________
-[ 11710] By: jhi                                   on 2001/08/17  14:26:57
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[ 11709] By: jhi                                   on 2001/08/17  13:47:53
-        Log: Upgrade to libnet 1.0704.
-     Branch: perl
-          - lib/Net/README.config lib/Net/demos/snpp lib/Net/libnet.ppd
-          ! MANIFEST lib/Net/ChangeLog.libnet lib/Net/Cmd.pm
-          ! lib/Net/Config.pm lib/Net/Domain.pm lib/Net/FTP.pm
-          ! lib/Net/FTP/A.pm lib/Net/FTP/I.pm lib/Net/FTP/dataconn.pm
-          ! lib/Net/NNTP.pm lib/Net/Netrc.pm lib/Net/POP3.pm
-          ! lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/Time.pm
-          ! lib/Net/libnetFAQ.pod lib/Net/t/ftp.t
-____________________________________________________________________________
-[ 11708] By: sky                                   on 2001/08/17  13:34:04
-        Log: Let perl_clone copy PL_exit_flags
-     Branch: perl
-          ! sv.c
-____________________________________________________________________________
-[ 11707] By: sky                                   on 2001/08/17  12:28:41
-        Log: Protext sharedsv_space better. Extended EDIT and RELEASE macro
-     Branch: perl
-          ! sharedsv.c sharedsv.h
-____________________________________________________________________________
-[ 11706] By: jhi                                   on 2001/08/17  11:59:28
-        Log: The metaconfig unit change for #11705.
-     Branch: metaconfig/U/perl
-          ! Extensions.U
-____________________________________________________________________________
-[ 11705] By: jhi                                   on 2001/08/17  11:58:48
-        Log: Allow the threads extension to be found if present.
-     Branch: perl
-          ! Configure
-____________________________________________________________________________
-[ 11704] By: nick                                  on 2001/08/17  11:47:54
-        Log: Mail -> change script (pre-alpha)
-     Branch: perl
-          + Porting/apply
-____________________________________________________________________________
-[ 11703] By: sky                                   on 2001/08/17  07:11:24
-        Log: Fixed macros for localtime_r under USE_REENTRANT_API, also fixed for HP-UX 10.20
-             Thanks to Tom Hospel for pointing out my error.
-     Branch: perl
-          ! op.h
-____________________________________________________________________________
-[ 11702] By: sky                                   on 2001/08/17  04:18:11
-        Log: Adds PERL_EXIT_DESTRUCT_END to PL_exit_flags which if set moves END block running to perl_destruct, changes prototype of perl_destruct to return exitstatus.
-     Branch: perl
-          ! embed.pl miniperlmain.c perl.c perl.h proto.h
-____________________________________________________________________________
-[ 11701] By: jhi                                   on 2001/08/17  03:22:38
-        Log: Integrate Lingua::KO::Hangul::Util 0.02, Unicode::Normalize,
-             and Unicode::Collate 0.07, from SADAHIRO Tomoyuki.
-     Branch: perl
-          + lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
-          + lib/Lingua/KO/Hangul/Util/README
-          + lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Collate.pm
-          + lib/Unicode/Collate/Changes lib/Unicode/Collate/README
-          + lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
-          + lib/Unicode/Normalize.pm lib/Unicode/Normalize/Changes
-          + lib/Unicode/Normalize/README lib/Unicode/Normalize/t/norm.t
-          + lib/Unicode/Normalize/t/test.t
-          ! MANIFEST
-____________________________________________________________________________
-[ 11700] By: jhi                                   on 2001/08/17  02:58:59
-        Log: Subject: [PATCH perl@11683] IEEE float tweak for VMS
-             Date: Thu, 16 Aug 2001 22:46:15 -0500
-             From: "Craig A. Berry" <craigberry@mac.com>
-             Message-Id: <5.1.0.14.0.20010816204836.01ab4e58@exchi01>
-     Branch: perl
-          ! configure.com numeric.c
-____________________________________________________________________________
-[ 11699] By: jhi                                   on 2001/08/17  02:33:00
-        Log: It seems that Tru64 has "naturally" threadsafe APIs only for
-             of the usual suspects (like getpwent) but not for others
-             (like localtime and rand).  The _r versions are available
-             for all of them, so let's use them.
-     Branch: perl
-          ! perl.h
-____________________________________________________________________________
-[ 11698] By: jhi                                   on 2001/08/17  01:53:02
-        Log: (Accidental apply; thankfully empty.)
-     Branch: perl
-          ! hints/os390.sh
-____________________________________________________________________________
-[ 11697] By: jhi                                   on 2001/08/17  01:50:55
-        Log: Subject: Re: [ID 20010803.016] Possible regex bug in 5.6.1 
-             From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
-             Date: Thu, 16 Aug 2001 16:27:49 +0100
-             Message-Id: <200108161527.f7GFRnH09419@crypt.compulink.co.uk>
-     Branch: perl
-          ! regexec.c t/op/re_tests
-____________________________________________________________________________
-[ 11696] By: jhi                                   on 2001/08/17  01:50:01
-        Log: Subject: Re: [ID 20010814.004] pos() doesn't work when using =~m// in list context 
-             From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
-             Date: Thu, 16 Aug 2001 18:50:01 +0100
-             Message-Id: <200108161750.f7GHo1l22207@crypt.compulink.co.uk>
-     Branch: perl
-          ! pp_hot.c t/op/pat.t
-____________________________________________________________________________
-[ 11695] By: jhi                                   on 2001/08/17  01:49:12
-        Log: Subject: [PATCH] *time_r again
-             From: "Arthur Bergman" <arthur@contiller.se>
-             Date: Thu, 16 Aug 2001 16:01:54 +0200
-             Message-ID: <00ca01c1265c$0175f940$21000a0a@vogw2kdev>
-     Branch: perl
-          ! op.h
-____________________________________________________________________________
-[ 11694] By: jhi                                   on 2001/08/17  01:47:53
-        Log: system() and backtick error handling cleanup from Craig A. Berry.
-     Branch: perl
-          ! vms/vms.c
-____________________________________________________________________________
-[ 11693] By: gsar                                  on 2001/08/17  01:07:21
-        Log: change#10334 leaks memory, copies string when it doesn't
-             need to
-     Branch: perl
-          ! perl.c
-____________________________________________________________________________
-[ 11692] By: jhi                                   on 2001/08/16  12:22:29
-        Log: One more twist to the sprintf + utf8 testing.
-     Branch: perl
-          ! t/op/misc.t
-____________________________________________________________________________
-[ 11691] By: jhi                                   on 2001/08/16  11:46:02
-        Log: Fix for 20010407.008 sprintf removes utf8-ness.
-     Branch: perl
-          ! pp.c t/op/misc.t
-____________________________________________________________________________
-[ 11690] By: jhi                                   on 2001/08/16  11:31:00
-        Log: Subject: [PATCH] *time_r fixes
-             From: "Arthur Bergman" <arthur@contiller.se>
-             Message-ID: <00b901c1264e$1cbe6970$21000a0a@vogw2kdev>
-             Date: Thu, 16 Aug 2001 14:22:27 +0200
-     Branch: perl
-          ! op.h
-____________________________________________________________________________
-[ 11689] By: jhi                                   on 2001/08/16  11:29:30
-        Log: Upgrade to CGI.pm 2.77.
-     Branch: perl
-          ! lib/CGI.pm lib/CGI/Fast.pm lib/CGI/Util.pm lib/CGI/t/form.t
-          ! lib/CGI/t/function.t
-____________________________________________________________________________
-[ 11688] By: jhi                                   on 2001/08/16  01:07:21
-        Log: Document the bytes-to-Unicode upgrading.
-     Branch: perl
-          ! pod/perlunicode.pod
-____________________________________________________________________________
-[ 11687] By: jhi                                   on 2001/08/16  00:29:29
-        Log: Add a test for Unicode sprintf.
-     Branch: perl
-          ! t/op/misc.t
-____________________________________________________________________________
-[ 11686] By: jhi                                   on 2001/08/16  00:20:40
-        Log: Add Unicode tests for index/rindex.
-     Branch: perl
-          ! t/op/index.t
-____________________________________________________________________________
-[ 11685] By: jhi                                   on 2001/08/15  22:51:53
-        Log: Document a bit the art of minimizing the installation,
-             based on the p5p discussion.
-     Branch: perl
-          ! INSTALL
-____________________________________________________________________________
-[ 11684] By: nick                                  on 2001/08/15  15:03:31
-        Log: Integrate mainline
-     Branch: perlio
-         +> sharedsv.c sharedsv.h
-         !> (integrate 53 files)
-____________________________________________________________________________
-[ 11683] By: jhi                                   on 2001/08/15  13:49:07
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[ 11682] By: jhi                                   on 2001/08/15  13:26:00
-        Log: The #11673 necessitated a test tweak.
-     Branch: perl
-          ! t/io/utf8.t
-____________________________________________________________________________
-[ 11681] By: jhi                                   on 2001/08/15  13:12:50
-        Log: Also UNICOS is in the general case unable to silently
-             handle fp overflows.
-     Branch: perl
-          ! numeric.c
-____________________________________________________________________________
-[ 11680] By: jhi                                   on 2001/08/15  13:05:15
-        Log: Try to get NV_MIN, NV_MAX, NV_MIN_10_EXP, NV_MAX_10_EXP,
-             NV_EPSILON #defined.
-     Branch: perl
-          ! perl.h
-____________________________________________________________________________
-[ 11679] By: jhi                                   on 2001/08/15  12:48:32
-        Log: Re-establish the fp overflow detection for VAX VMS; there
-             is no easy way to have the IEEE fp silent overflow semantics.
-             (in Alpha VMS we still will use IEEE fp by default-- but it
-             is still possible to configure Perl to use G_FLOAT)
-     Branch: perl
-          ! numeric.c
-____________________________________________________________________________
-[ 11678] By: jhi                                   on 2001/08/15  12:27:41
-        Log: Subject: [PATCH] pp_lock 
-             From: "Arthur Bergman" <arthur@contiller.se>
-             Date: Wed, 15 Aug 2001 11:52:16 +0200
-             Message-ID: <008401c1256f$f75a91b0$21000a0a@vogw2kdev>
-     Branch: perl
-          ! pp.c
-____________________________________________________________________________
-[ 11677] By: jhi                                   on 2001/08/15  12:26:44
-        Log: Subject: Re: [ID 20010809.023] perlre misleads when stating that (?i) should be at front of pattern 
-             From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
-             Date: Wed, 15 Aug 2001 11:32:11 +0100
-             Message-Id: <200108151032.f7FAWBI30961@crypt.compulink.co.uk>
-     Branch: perl
-          ! regcomp.c t/op/re_tests
-____________________________________________________________________________
-[ 11676] By: jhi                                   on 2001/08/15  12:25:29
-        Log: Subject: Re: [ID 20010811.006] re_eval: logical leaks 
-             From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
-             Date: Wed, 15 Aug 2001 10:33:49 +0100
-             Message-Id: <200108150933.f7F9Xnr11222@crypt.compulink.co.uk>
-     Branch: perl
-          ! regexec.c t/op/re_tests
-____________________________________________________________________________
-[ 11675] By: jhi                                   on 2001/08/15  03:28:20
-        Log: Subject: Re: bug in File::Spec 0.82 (canonpath)
-             From: Barrie Slaymaker <barries@slaysys.com>
-             Date: Tue, 14 Aug 2001 14:32:25 -0400
-             Message-ID: <20010814143225.A19822@jester.slaysys.com>
-     Branch: perl
-          ! lib/File/Spec.t lib/File/Spec/Unix.pm
-____________________________________________________________________________
-[ 11674] By: jhi                                   on 2001/08/15  03:25:32
-        Log: Subject: [PATCH: perl@11626] modify VMS default prefix for installation
-             From: Peter Prymmer <pvhp@forte.com>
-             Date: Tue, 14 Aug 2001 13:33:32 -0700 (PDT)
-             Message-ID: <Pine.OSF.4.10.10108141327590.192110-100000@aspara.forte.com>
-     Branch: perl
-          ! README.vms configure.com
-____________________________________________________________________________
-[ 11673] By: jhi                                   on 2001/08/15  03:16:14
-        Log: Subject: [PATCH perl@11660] Warning incorrectly reported without -w
-             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
-             Date: Tue, 14 Aug 2001 21:23:27 +0200
-             Message-ID: <20010814212327.A1919@rafael>
-     Branch: perl
-          ! doio.c
-____________________________________________________________________________
-[ 11672] By: jhi                                   on 2001/08/15  03:15:25
-        Log: Subject: [PATCH bleadperl] fixing SDBM_File problems under win32
-             From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
-             Date: Tue, 14 Aug 2001 22:30:11 +0200
-             Message-ID: <4224685483.20010814223011@tesla.rcub.bg.ac.yu>
-             
-             Combination of nmake, quoting, and Perl expanded $( in here-doc.
-     Branch: perl
-          ! ext/SDBM_File/Makefile.PL
-____________________________________________________________________________
-[ 11671] By: jhi                                   on 2001/08/14  13:44:40
-        Log: Todo updates.
-     Branch: perl
-          ! pod/perltodo.pod
-____________________________________________________________________________
-[ 11670] By: jhi                                   on 2001/08/14  13:10:36
-        Log: Subject: [PATCH bleadperl CORE] removing sv.c warnings on VC++5.0
-             From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
-             Date: Mon, 13 Aug 2001 23:15:01 +0200
-             Message-ID: <6114148607.20010813231501@tesla.rcub.bg.ac.yu>
-     Branch: perl
-          ! sv.c
-____________________________________________________________________________
-[ 11669] By: jhi                                   on 2001/08/14  13:07:09
-        Log: Subject: [PATCH] [b-]showlex.t
-             From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
-             Date: Sun, 12 Aug 2001 22:24:51 +0200
-             Message-ID: <6510457078.20010812222451@tesla.rcub.bg.ac.yu>
-             
-             The 4nt command shell will expand the % in command line
-             no matter what quoting is attempted, changed the % to @.
-     Branch: perl
-          ! ext/B/Showlex.t
-____________________________________________________________________________
-[ 11668] By: jhi                                   on 2001/08/14  13:01:02
-        Log: Subject: [PATCH] magic.t
-             From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
-             Date: Sun, 12 Aug 2001 20:49:27 +0200
-             Message-ID: <844732764.20010812204927@tesla.rcub.bg.ac.yu>
-     Branch: perl
-          ! t/op/magic.t
-____________________________________________________________________________
-[ 11667] By: jhi                                   on 2001/08/14  12:35:17
-        Log: Add sharedsv* to the DOSish platforms; plus add
-             some WinCE files to the list of DOSish files.
-     Branch: perl
-          ! NetWare/Makefile Porting/makerel win32/Makefile
-          ! win32/makefile.mk wince/Makefile.ce
-____________________________________________________________________________
-[ 11666] By: jhi                                   on 2001/08/14  12:29:57
-        Log: More DOSish files.
-     Branch: perl
-          ! Porting/makerel
-____________________________________________________________________________
-[ 11665] By: jhi                                   on 2001/08/14  12:27:58
-        Log: Strip CRs from the WinCE files.  Now we need to
-             figure out in which CRs are really needed: probably
-             Makefile.ce and the README files, at least, probably
-             also the registry.bat.
-     Branch: perl
-          ! wince/Makefile.ce wince/README.compile wince/README.perlce
-          ! wince/config.h wince/include/cectype.h wince/include/errno.h
-          ! wince/include/sys/stat.h wince/include/sys/types.h
-          ! wince/include/sys/utime.h wince/include/time.h wince/perl.rc
-          ! wince/perldll.def wince/registry.bat wince/wince.h
-          ! wince/xbuildall.ksh wince/xdistclean.ksh wince/xmakediffs.ksh
-____________________________________________________________________________
-[ 11664] By: jhi                                   on 2001/08/14  12:05:09
-        Log: Add some files to DOSish and writables.
-     Branch: perl
-          ! Porting/makerel
-____________________________________________________________________________
-[ 11663] By: jhi                                   on 2001/08/14  03:08:07
-        Log: Compile failure message tidying.
-     Branch: perl
-          ! t/lib/1_compile.t
-____________________________________________________________________________
-[ 11662] By: jhi                                   on 2001/08/14  01:41:22
-        Log: The new sharedsv* should be exported only if usethreads.
-     Branch: perl
-          ! makedef.pl
-____________________________________________________________________________
-[ 11661] By: jhi                                   on 2001/08/14  00:25:30
-        Log: Subject: [PATCH: perl@11626] URL updates for README.os390
-             From: Peter Prymmer <pvhp@forte.com>
-             Date: Mon, 13 Aug 2001 15:21:06 -0700 (PDT)
-             Message-ID: <Pine.OSF.4.10.10108131517570.151295-100000@aspara.forte.com>
-     Branch: perl
-          ! README.os390
-____________________________________________________________________________
-[ 11660] By: jhi                                   on 2001/08/13  12:54:54
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[ 11659] By: jhi                                   on 2001/08/13  12:45:21
-        Log: Subject: [PATHC] sharedsv.[c|h]
-             From: "Artur Bergman" <artur@contiller.se>
-             Date: Mon, 13 Aug 2001 14:38:41 +0200
-             Message-ID: <005401c123f4$e1f53360$21000a0a@vogw2kdev>  
-             
-             Subject: [PATCH] embed.pl
-             From: Arthur Bergman <arthur@contiller.se>
-             Date: Mon, 13 Aug 2001 14:38:14 +0200
-             Message-ID: <B79D96D6.3088%arthur@contiller.se>
-             
-             Subject: [PATCH] sharedsv cleanups
-             From: "Arthur Bergman" <arthur@contiller.se>
-             Date: Mon, 13 Aug 2001 15:14:25 +0200
-             Message-ID: <005a01c123f9$dfe525d0$21000a0a@vogw2kdev>  
-             
-             Plus few tweaks: _init needs to be Adp, the prototypes
-             should not be revealed unless using ithreads, #endif FOO
-             must be #endif /* FOO */, adding (parentheses) around
-             do { } while doesn't work too well.
-     Branch: perl
-          + sharedsv.c sharedsv.h
-          ! MANIFEST Makefile.SH embed.h embed.pl global.sym objXSUB.h
-          ! perl.h perlapi.c pod/perlapi.pod proto.h
-____________________________________________________________________________
-[ 11658] By: jhi                                   on 2001/08/13  12:00:08
-        Log: Subject: Re: END {} blocks run in perl_run
-             From: Arthur Bergman <arthur@contiller.se>
-             Date: Mon, 13 Aug 2001 11:11:30 +0200
-             Message-ID: <B79D6661.3068%arthur@contiller.se>
-     Branch: perl
-          ! perl.c
-____________________________________________________________________________
-[ 11657] By: nick                                  on 2001/08/13  09:03:02
-        Log: Integrate mainline
-     Branch: perlio
-         +> (branch 326 files)
-          - (delete 330 files)
-         !> (integrate 85 files)
-____________________________________________________________________________
-[ 11656] By: jhi                                   on 2001/08/12  23:24:18
-        Log: If you want you can now add -DUSE_UTF8_SCRIPTS to your cflags
-             and the Perl will be built to do that by default (adding that
-             will break scripts having non-UTF-8 binary data, such as Latin-1.)
-     Branch: perl
-          ! op.c toke.c utf8.h
-____________________________________________________________________________
-[ 11655] By: jhi                                   on 2001/08/12  23:05:14
-        Log: Unnecessary downgrades.
-     Branch: perl
-          ! doop.c
-____________________________________________________________________________
-[ 11654] By: jhi                                   on 2001/08/12  22:56:47
-        Log: Failure not true anymore (probably caused by my broken setup).
-     Branch: perl
-          ! t/op/pat.t
-____________________________________________________________________________
-[ 11653] By: jhi                                   on 2001/08/12  22:46:12
-        Log: Not quite so relicy as thought in #11651 (op/concat #4 and #5
-             stopped working).
-     Branch: perl
-          ! op.h pp_ctl.c regcomp.c
-____________________________________________________________________________
-[ 11652] By: jhi                                   on 2001/08/12  22:30:04
-        Log: There is no IN_UTF8.
-     Branch: perl
-          ! utf8.h
-____________________________________________________________________________
-[ 11651] By: jhi                                   on 2001/08/12  21:08:06
-        Log: More (less) regex/utf8 relics.  (Toned down later in #11653.)
-     Branch: perl
-          ! op.c op.h pp_ctl.c regcomp.c
-____________________________________________________________________________
-[ 11650] By: jhi                                   on 2001/08/12  20:17:32
-        Log: Relic in op.c (no regex feature should depend on the utf8 pragma),
-             and a test tweak.
-     Branch: perl
-          ! op.c t/pod/find.t
-____________________________________________________________________________
-[ 11649] By: jhi                                   on 2001/08/12  18:45:52
-        Log: Todo updates and fixes.
-     Branch: perl
-          ! pod/perltodo.pod
-____________________________________________________________________________
-[ 11648] By: jhi                                   on 2001/08/12  18:43:50
-        Log: Mark tests (and one module) having explicit Latin-1
-             (and one file having explicit UTF-8) with an explicit
-             'no utf8' (and one explicit 'use utf8').
-             
-             NOTE: t/op/pat.t #64 fails mysteriously under 'use utf8'.
-     Branch: perl
-          ! lib/CGI/t/html.t lib/Locale/Codes/t/languages.t
-          ! lib/Locale/Language.pm lib/charnames.t lib/locale.t
-          ! t/lib/locale/latin1 t/lib/locale/utf8 t/op/pat.t
-____________________________________________________________________________
-[ 11647] By: jhi                                   on 2001/08/12  17:10:22
-        Log: Subject: SV: END {} blocks run in perl_run
-             From: "Arthur Bergman" <arthur@contiller.se>
-             Date: Sun, 12 Aug 2001 00:34:28 +0200 
-             Message-ID: <03fd01c122b5$c803c600$052aa8c0@foo>
-     Branch: perl
-          ! miniperlmain.c perl.c
-____________________________________________________________________________
-[ 11646] By: jhi                                   on 2001/08/12  16:59:00
-        Log: Typos in #11645.
-     Branch: perl
-          ! perl.h
-____________________________________________________________________________
-[ 11645] By: jhi                                   on 2001/08/12  16:55:31
-        Log: On ithreads default to use_reentrant except on naturally
-             threadsafe platforms.
-     Branch: perl
-          ! perl.h
-____________________________________________________________________________
-[ 11644] By: jhi                                   on 2001/08/12  15:45:43
-        Log: (Hopefully) a fix for 20010723.004: make install needs
-             write permission in build directory.  The problem was
-             probably caused by overeager sprinkling of the lib/re.pm
-             dependencies (which was done to guarantee lib/re.pm being
-             uptodate for parallel makes: now solved by funneling that
-             through an explicit recursive make in the preplibrary target).
-     Branch: perl
-          ! Makefile.SH
-____________________________________________________________________________
-[ 11643] By: jhi                                   on 2001/08/12  14:16:44
-        Log: Dispell the "use utf8" superstition.
-     Branch: perl
-          ! lib/utf8.pm pod/perlfunc.pod pod/perlretut.pod pod/perltoc.pod
-          ! pod/perlunicode.pod
-____________________________________________________________________________
-[ 11642] By: jhi                                   on 2001/08/12  13:56:42
-        Log: Subject: Re: [ID 20010730.010] FETCH called twice with -T
-             From: "Abigail" <abigail@foad.org> 
-             Date: Sat, 11 Aug 2001 23:49:49 +0200
-             Message-ID: <20010811214950.23255.qmail@foad.org>
-     Branch: perl
-          ! t/op/taint.t
-____________________________________________________________________________
-[ 11641] By: jhi                                   on 2001/08/12  13:56:18
-        Log: Subject: Re: [ID 20010730.010] FETCH called twice with -T
-             From: Abhijit Menon-Sen <ams@wiw.org>
-             Date: Sat, 11 Aug 2001 06:18:19 +0530
-             Message-ID: <20010811061819.P526@lustre.dyn.wiw.org>
-     Branch: perl
-          ! mg.c
-____________________________________________________________________________
-[ 11640] By: jhi                                   on 2001/08/12  13:45:58
-        Log: Test for change #11639.
-     Branch: perl
-          ! t/op/tiehandle.t
-____________________________________________________________________________
-[ 11639] By: jhi                                   on 2001/08/12  13:42:03
-        Log: Subject: Re: Can't localize *FH, then tie it
-             From: Abhijit Menon-Sen <ams@wiw.org>
-             Date: Sun, 12 Aug 2001 16:08:06 +0530
-             Message-ID: <20010812160806.A28712@lustre.dyn.wiw.org>
-     Branch: perl
-          ! pp_hot.c pp_sys.c
-____________________________________________________________________________
-[ 11638] By: jhi                                   on 2001/08/12  03:30:07
-        Log: Drop all the unnecessary "use utf8" clauses and some of
-             the unnecessary "use bytes" ones.
-             
-             TODO: scour the documentation for unnecessary "use utf8"
-             and prominently display it in perldelta when the time comes.
-             ("use utf8" should be necessary ONLY if one wants the script
-             to be in UTF-8.)  Also should be checked in some non-ASCII
-             non-Latin-1 platform, like EBCDIC.
-     Branch: perl
-          ! t/comp/require.t t/io/utf8.t t/op/concat.t t/op/each.t
-          ! t/op/pat.t t/op/regmesg.t t/op/sprintf.t t/op/tr.t
-____________________________________________________________________________
-[ 11637] By: jhi                                   on 2001/08/11  17:55:36
-        Log: Add t/op/lc.t to see if lc, uc, lcfirst, ucfirst, quotemeta work.
-             Smoked out bugs (well, the same bug twice) from ucfirst and lcfirst
-             in Unicode handling.
-     Branch: perl
-          + t/op/lc.t
-          ! MANIFEST pp.c t/op/misc.t t/op/readdir.t
-____________________________________________________________________________
-[ 11636] By: jhi                                   on 2001/08/11  17:14:06
-        Log: Thinko: we want the flags for native cc, not gcc.
-     Branch: perl
-          ! hints/dec_osf.sh
-____________________________________________________________________________
-[ 11635] By: jhi                                   on 2001/08/11  15:14:48
-        Log: (retracted by 13077)
-             Subject: [PATCH] Re: [ID 20010809.028] x operator not copying elements in 'for' list?
-             From: Robin Houston <robin@kitsite.com>
-             Date: Fri, 10 Aug 2001 14:42:02 +0100
-             Message-ID: <20010810144202.A32754@puffinry.freeserve.co.uk>
-     Branch: perl
-          ! pp.c
-____________________________________________________________________________
-[ 11634] By: jhi                                   on 2001/08/11  14:59:22
-        Log: Subject: [PATCH] turn $a.=<F> into an RCATLINE
-             From: Abhijit Menon-Sen <ams@wiw.org>
-             Date: Sat, 11 Aug 2001 16:31:04 +0530
-             Message-ID: <20010811163104.Q526@lustre.dyn.wiw.org>
-     Branch: perl
-          ! op.c
-____________________________________________________________________________
-[ 11633] By: jhi                                   on 2001/08/11  14:58:07
-        Log: Get rid of indread, from Abhijit Menon-Sen.
-     Branch: perl
-          ! pp_sys.c
-____________________________________________________________________________
-[ 11632] By: jhi                                   on 2001/08/10  23:39:04
-        Log: CRLFgngngn.
-     Branch: perl
-          ! win32/Makefile win32/makefile.mk
-____________________________________________________________________________
-[ 11631] By: jhi                                   on 2001/08/10  23:37:43
-        Log: Decommission Time::Piece; unnecessary Yet Another Time-Date Module.
-     Branch: perl
-          - ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
-          - ext/Time/Piece/Piece.t ext/Time/Piece/Piece.xs
-          - ext/Time/Piece/README ext/Time/Piece/Seconds.pm
-          ! MANIFEST Porting/config.sh djgpp/config.over epoc/config.sh
-          ! ext/POSIX/POSIX.pod hints/vmesa.sh pod/perlfaq4.pod
-          ! pod/perllocale.pod pod/perltoc.pod t/lib/1_compile.t
-          ! win32/Makefile win32/makefile.mk
-____________________________________________________________________________
-[ 11630] By: jhi                                   on 2001/08/10  13:53:15
-        Log: Avoid #elif (less portable than #else #if).
-     Branch: perl
-          ! handy.h
-____________________________________________________________________________
-[ 11629] By: jhi                                   on 2001/08/10  13:49:53
-        Log: Subject: patch for perlvar.pod
-             From: mah@everybody.org (Mark A. Hershberger)
-             Date: 08 Aug 2001 17:03:16 -0500
-             Message-ID: <87g0b2w6or.fsf@mah.mcdermott.com>
-     Branch: perl
-          ! pod/perlvar.pod
-____________________________________________________________________________
-[ 11628] By: jhi                                   on 2001/08/10  13:45:48
-        Log: cpp commands must start (the # must be) at the column #0.
-     Branch: perl
-          ! op.c
-____________________________________________________________________________
-[ 11627] By: jhi                                   on 2001/08/10  13:41:07
-        Log: If using gcc -B/foo/bar makedepend would give
-             unnecessary warnings about unused -B/foo/bar.
-     Branch: perl
-          ! makedepend.SH
-____________________________________________________________________________
-[ 11626] By: jhi                                   on 2001/08/09  14:56:29
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[ 11625] By: jhi                                   on 2001/08/09  14:54:05
-        Log: s/z/tz/
-     Branch: perl
-          ! pod/perlfaq2.pod
-____________________________________________________________________________
-[ 11624] By: jhi                                   on 2001/08/09  14:52:52
-        Log: Article nit.
-     Branch: perl
-          ! pod/perlfaq2.pod
-____________________________________________________________________________
-[ 11623] By: jhi                                   on 2001/08/09  14:49:00
-        Log: Rename lib/unicode files to lib/unicore to avoid
-             conflicts between core lib/unicode and Unicode::
-             files in case-ignoring filesystems.
-     Branch: perl
-          + (add 325 files)
-          - (delete 324 files)
-          ! MANIFEST lib/charnames.pm lib/utf8_heavy.pl pod/perlretut.pod
-____________________________________________________________________________
-[ 11622] By: jhi                                   on 2001/08/09  13:33:47
-        Log: Upgrade to Math::BigInt 1.41.
-     Branch: perl
-          ! lib/Math/BigInt.pm lib/Math/BigInt/t/bigintpm.t
-____________________________________________________________________________
-[ 11621] By: jhi                                   on 2001/08/09  13:31:20
-        Log: Subject: [PATCH] remove PL_na from typemap
-             From: James <james@rf.net>
-             Date: Mon, 06 Aug 2001 20:23:15 -0700
-             Message-ID: <3B6F5F23.A31A81B1@rf.net>
-             
-             (had to be manually applied)
-     Branch: perl
-          ! lib/ExtUtils/typemap
-____________________________________________________________________________
-[ 11620] By: jhi                                   on 2001/08/09  13:27:11
-        Log: The metaconfig unit changes for #11618.
-     Branch: metaconfig/U/perl
-          + d_fpclassl.U i_fp.U
-____________________________________________________________________________
-[ 11619] By: jhi                                   on 2001/08/09  13:25:21
-        Log: Forgot this from #11618.
-             
-             NOTE: wince/config_H.ce needs updating.
-     Branch: perl
-          ! wince/config.ce
-____________________________________________________________________________
-[ 11618] By: jhi                                   on 2001/08/09  13:21:51
-        Log: Introduce more floating point classifying APIs;
-             try to define (most importantly) Perl_is{inf,nan}(x).
-             
-             For this first cut, assume none such APIs exist in non-UNIXoid
-             platforms-- this is of course too unkind: Win32 rumoredly has
-             _fpclass() and _isnan(), and VMS/VOS very probably have some
-             of the APIs available.    The only thing Perl uses at the moment
-             is Perl_isnan() (has been in use for a while now).
-             
-             NOTE: the Win32 and NetWare config_h.?c need regenerating.
-     Branch: perl
-          ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
-          ! Porting/config_H config_h.SH configure.com epoc/config.sh
-          ! hints/hpux.sh perl.h pod/perltoc.pod uconfig.h uconfig.sh
-          ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
-          ! vos/config.ga.h win32/config.bc win32/config.gc
-          ! win32/config.vc win32/config_H.bc win32/config_H.gc
-          ! win32/config_H.vc wince/config.ce wince/config.h
-____________________________________________________________________________
-[ 11617] By: jhi                                   on 2001/08/09  11:08:51
-        Log: Integrate change #11519 from perlio:
-             
-             Avoid testing for (non-)existance of "encoding(xxxx)"
-             layer is called "encoding" the (xxxx) is an argument.
-     Branch: perl
-         !> lib/open.pm
-____________________________________________________________________________
-[ 11616] By: nick                                  on 2001/08/09  07:50:24
-        Log: Integrate mainline
-     Branch: perlio
-         +> ext/PerlIO/t/via.t lib/Getopt/Long/CHANGES
-         +> lib/Getopt/Long/README lib/Getopt/Long/t/gol-basic.t
-         +> lib/Getopt/Long/t/gol-compat.t lib/Getopt/Long/t/gol-linkage.t
-         +> lib/Getopt/Long/t/gol-oo.t utils/perlivp.PL
-          - lib/Getopt/Long/t/basic.t lib/Getopt/Long/t/compat.t
-          - lib/Getopt/Long/t/linkage.t lib/Getopt/Long/t/oo.t
-         !> (integrate 79 files)
-____________________________________________________________________________
-[ 11615] By: nick                                  on 2001/08/09  06:23:44
-        Log: Avoid testing for (non-)existance of "encoding(xxxx)"
-             layer is called "encoding" the (xxxx) is an argument.
-     Branch: perlio
-          ! lib/open.pm
-____________________________________________________________________________
-[ 11614] By: jhi                                   on 2001/08/08  21:50:19
-        Log: Subject: [PATCH bleadperl] Teach B::Concise about PADOP
-             From: Paul Johnson <paul@pjcj.net>
-             Date: Wed, 8 Aug 2001 23:54:17 +0200
-             Message-ID: <20010808235417.O1006@pjcj.net>
-     Branch: perl
-          ! ext/B/B/Concise.pm
-____________________________________________________________________________
-[ 11613] By: jhi                                   on 2001/08/08  13:22:13
-        Log: Make VMS use IEEE math by default; reorder Tru64 hints
-             so that -fprm d -ieee (the -ieee gives as e.g. IEEE 754
-             exception semantics) is always set if using (the new) cc.
-     Branch: perl
-          ! configure.com hints/dec_osf.sh
-____________________________________________________________________________
-[ 11612] By: jhi                                   on 2001/08/08  12:14:56
-        Log: Subject: Re: [ID 20010806.008] tied hashes, invocation of FIRSTKEY
-             From: Abhijit Menon-Sen <ams@wiw.org>
-             Date: Tue, 7 Aug 2001 17:16:05 +0530
-             Message-ID: <20010807171605.K526@lustre.dyn.wiw.org>
-     Branch: perl
-          ! pp_sys.c
-____________________________________________________________________________
-[ 11611] By: jhi                                   on 2001/08/08  02:28:58
-        Log: Subject: [PATCH perl@11597] fix t/run/exit.t for VMS
-             From: "Craig A. Berry" <craigberry@mac.com>
-             Date: Tue, 07 Aug 2001 22:27:47 -0500
-             Message-Id: <5.1.0.14.0.20010806105326.02d22298@exchi01>
-     Branch: perl
-          ! t/run/exit.t
-____________________________________________________________________________
-[ 11610] By: jhi                                   on 2001/08/08  00:12:00
-        Log: Subject: [PATCH bleadperl] better VMS docs for $?, exit(), and system()
-             From: "Craig A. Berry" <craigberry@mac.com>
-             Date: Tue, 07 Aug 2001 20:01:53 -0500
-             Message-Id: <5.1.0.14.0.20010807155648.01ba3c98@exchi01>
-     Branch: perl
-          ! pod/perlport.pod pod/perlvar.pod vms/perlvms.pod
-____________________________________________________________________________
-[ 11609] By: jhi                                   on 2001/08/07  23:49:09
-        Log: Update the magazine information.
-     Branch: perl
-          ! pod/perlfaq2.pod
-____________________________________________________________________________
-[ 11608] By: jhi                                   on 2001/08/07  23:35:27
-        Log: Ignore SIGFPE everywhere.
-     Branch: perl
-          ! hints/os390.sh hints/posix-bc.sh hints/uts.sh numeric.c perl.h
-____________________________________________________________________________
-[ 11607] By: jhi                                   on 2001/08/07  23:07:04
-        Log: With permission, change the licensing of the docs by
-             TomC (and Gnat) to comply with the rest of Perl.
-     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 pod/perlopentut.pod pod/perltoot.pod
-          ! pod/perltootc.pod
-____________________________________________________________________________
-[ 11606] By: jhi                                   on 2001/08/07  22:50:04
-        Log: Subject: [PATCH 5.6.x, 5.7.2] hints/openbsd.sh tweaks.
-             From: Andy Dougherty <doughera@lafayette.edu>
-             Date: Tue, 7 Aug 2001 15:49:33 -0400 (EDT)
-             Message-ID: <Pine.SOL.4.10.10108071544040.2431-100000@maxwell.phys.lafayette.edu>
-     Branch: perl
-          ! hints/openbsd.sh
-____________________________________________________________________________
-[ 11605] By: jhi                                   on 2001/08/07  22:49:18
-        Log: Subject: [PATCH] Makefile.SH test_prep dependency
-             From: Andy Dougherty <doughera@lafayette.edu>
-             Date: Tue, 7 Aug 2001 15:44:01 -0400 (EDT)
-             Message-ID: <Pine.SOL.4.10.10108071540190.2431-100000@maxwell.phys.lafayette.edu>
-     Branch: perl
-          ! Makefile.SH
-____________________________________________________________________________
-[ 11604] By: jhi                                   on 2001/08/07  22:44:35
-        Log: Don't autogenerate the headers et alia,
-             make regen_headers explicitly.
-     Branch: perl
-          ! Makefile.SH
-____________________________________________________________________________
-[ 11603] By: jhi                                   on 2001/08/07  22:33:48
-        Log: Subject: Re: [ID 20010807.011] 5.6.1 coredumping on bleedperl embed.pl
-             From: Gurusamy Sarathy <gsar@ActiveState.com> 
-             Date: Tue, 07 Aug 2001 08:33:26 -0700
-             Message-Id: <200108071533.f77FXQf01168@smtp3.ActiveState.com>
-             
-             Unnecessary dependency.
-     Branch: perl
-          ! embed.pl
-____________________________________________________________________________
-[ 11602] By: jhi                                   on 2001/08/07  13:52:41
-        Log: Subject: Re: [ID 20010806.006] Can't read coderef from tied variable
-             From: Abhijit Menon-Sen <ams@wiw.org>
-             Date: Tue, 7 Aug 2001 09:10:54 +0530
-             Message-ID: <20010807091054.H526@lustre.dyn.wiw.org>
-     Branch: perl
-          ! pp_hot.c
-____________________________________________________________________________
-[ 11601] By: jhi                                   on 2001/08/07  13:46:33
-        Log: Subject: [PATCH perl@11597] B && BEGIN handling
-             From: "James A. Duncan" <jduncan@fotango.com>
-             Date: Mon, 6 Aug 2001 17:29:11 +0100
-             Message-ID: <20010806172911.A2071@fotango.com>
-             
-             (the intrpvar.h addition moved to the end for bincompat)
-     Branch: perl
-          ! embedvar.h ext/B/B.xs intrpvar.h perl.c perlapi.h
-____________________________________________________________________________
-[ 11600] By: jhi                                   on 2001/08/07  11:53:48
-        Log: Integrate change #11598 from maintperl (fcrypt.c URL updates)
-     Branch: perl
-         !> README.win32
-____________________________________________________________________________
-[ 11599] By: gsar                                  on 2001/08/07  06:31:39
-        Log: fix URLs for fcrypt.c
-     Branch: maint-5.6/perl
-          ! README.win32
-____________________________________________________________________________
-[ 11598] By: jhi                                   on 2001/08/06  15:02:48
-        Log: Yet another way to say Infinity: HP-UX calls its "++".
-     Branch: perl
-          ! lib/Math/BigInt/t/bigintpm.t
-____________________________________________________________________________
-[ 11597] By: jhi                                   on 2001/08/06  13:40:01
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[ 11596] By: jhi                                   on 2001/08/06  13:24:28
-        Log: Advertise File::Temp, don't advertise POSIX::tmpnam().
-     Branch: perl
-          ! pod/perlfaq5.pod
-____________________________________________________________________________
-[ 11595] By: jhi                                   on 2001/08/06  12:51:38
-        Log: The #11593 wasn't right.
-     Branch: perl
-          ! lib/Math/BigInt/t/bigintpm.t
-____________________________________________________________________________
-[ 11594] By: jhi                                   on 2001/08/06  12:34:15
-        Log: Subject: [PATCH: perl@11564] introducing perlivp
-             From: Prymmer/Kahn <pvhp@best.com>
-             Date: Sun, 5 Aug 2001 22:00:14 -0700 (PDT)
-             Message-ID: <Pine.BSF.4.21.0108052155110.7110-100000@shell8.ba.best.com>
-             
-             Subject: Re: [PATCH: perl@11564] introducing perlivp
-             From: Prymmer/Kahn <pvhp@best.com>
-             Date: Sun, 5 Aug 2001 22:32:59 -0700 (PDT)
-             Message-ID: <Pine.BSF.4.21.0108052229470.9059-100000@shell8.ba.best.com>
-     Branch: perl
-          + utils/perlivp.PL
-          ! MANIFEST utils.lst utils/Makefile vms/descrip_mms.template
-          ! win32/Makefile win32/makefile.mk
-____________________________________________________________________________
-[ 11593] By: jhi                                   on 2001/08/05  23:10:52
-        Log: libcs are confused what to call Infinity.
-     Branch: perl
-          ! lib/Math/BigInt/t/bigintpm.t
-____________________________________________________________________________
-[ 11592] By: jhi                                   on 2001/08/05  23:07:50
-        Log: Avoid SIGFPE in Tru64.
-     Branch: perl
-          ! numeric.c
-____________________________________________________________________________
-[ 11591] By: jhi                                   on 2001/08/05  22:46:10
-        Log: Upgrade to Math::BigInt 1.40.
-             
-             NOTE: this patch necessitates doing something about
-             infinity handling since the new bigintpm.t tests use
-             infinity, which causes SIGFPEs at least in Tru64.
-     Branch: perl
-          ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
-          ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
-          ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
-          ! lib/Math/BigInt/t/mbimbf.t
-____________________________________________________________________________
-[ 11590] By: gsar                                  on 2001/08/05  21:57:43
-        Log: remove hardcoded cmd shell in testsuite
-     Branch: perl
-          ! t/op/glob.t t/op/magic.t t/op/stat.t
-____________________________________________________________________________
-[ 11589] By: gsar                                  on 2001/08/05  21:35:50
-        Log: 4-arg select() was busted on windows because change#8178 didn't
-             make it into mainline
-     Branch: perl
-          ! perl.h win32/include/sys/socket.h
-____________________________________________________________________________
-[ 11588] By: jhi                                   on 2001/08/05  19:40:31
-        Log: Rename the Getopt::Long tests to be as they are
-             in the Getopt::Long official distribution.
-     Branch: perl
-          + lib/Getopt/Long/t/gol-basic.t lib/Getopt/Long/t/gol-compat.t
-          + lib/Getopt/Long/t/gol-linkage.t lib/Getopt/Long/t/gol-oo.t
-          - lib/Getopt/Long/t/basic.t lib/Getopt/Long/t/compat.t
-          - lib/Getopt/Long/t/linkage.t lib/Getopt/Long/t/oo.t
-          ! MANIFEST
-____________________________________________________________________________
-[ 11587] By: jhi                                   on 2001/08/05  19:38:07
-        Log: Upgrade to Getopt::Long 2.26.
-     Branch: perl
-          + lib/Getopt/Long/CHANGES lib/Getopt/Long/README
-          ! MANIFEST lib/Getopt/Long.pm
-____________________________________________________________________________
-[ 11586] By: jhi                                   on 2001/08/05  19:26:50
-        Log: Retract #10874 (the hack should be unnecessary by now)
-     Branch: perl
-          ! lib/Test/Harness.pm
-____________________________________________________________________________
-[ 11585] By: gsar                                  on 2001/08/05  16:45:54
-        Log: avoid temp file littering in tests
-     Branch: perl
-          ! ext/PerlIO/t/encoding.t lib/Memoize/t/errors.t
-____________________________________________________________________________
-[ 11584] By: jhi                                   on 2001/08/05  16:42:50
-        Log: Subject: warning in sv.c: double format, NV arg
-             From: "Philip Newton" <Philip.Newton@gmx.net>
-             Date: Sun, 5 Aug 2001 19:41:07 +0200
-             Message-Id: <200108051735.f75HZ1L18235@chaos.wustl.edu>
-     Branch: perl
-          ! sv.c
-____________________________________________________________________________
-[ 11583] By: gsar                                  on 2001/08/05  16:28:22
-        Log: fix POSIX.t#13 for windos
-     Branch: perl
-          ! ext/POSIX/POSIX.t
-____________________________________________________________________________
-[ 11582] By: jhi                                   on 2001/08/05  16:10:59
-        Log: Add a test for PerlIO::Via.
-     Branch: perl
-          + ext/PerlIO/t/via.t
-          ! MANIFEST ext/PerlIO/Via/Via.pm
-____________________________________________________________________________
-[ 11581] By: gsar                                  on 2001/08/05  15:00:26
-        Log: flock() and link() are not available on Windows 9x
-     Branch: perl
-          ! win32/config_sh.PL
-____________________________________________________________________________
-[ 11580] By: jhi                                   on 2001/08/05  13:56:46
-        Log: Some Tru64 C compilers have C++ components that confuse
-             the ccversion parsing.
-     Branch: perl
-          ! hints/dec_osf.sh
-____________________________________________________________________________
-[ 11579] By: jhi                                   on 2001/08/05  13:31:07
-        Log: (Reintroduce #11125)
-             
-             Subject: MakeMaker should pass through DEFINE and INC to subdirs 
-             From: Alan Burlison <Alan.Burlison@sun.com> 
-             Date: Tue, 03 Jul 2001 15:20:13 +0100   
-             Message-ID: <3B41D49D.A923D4F9@sun.com> 
-     Branch: perl
-          ! lib/ExtUtils/MM_Unix.pm
-____________________________________________________________________________
-[ 11578] By: jhi                                   on 2001/08/05  03:17:20
-        Log: Little pointer juggling for HP-UX cc to avoid
-             "warning 524: Cast (non-lvalue) appears on left-hand side of assignment."
-             followed by
-             "error 1549: Modifiable lvalue required for assignment operator."
-     Branch: perl
-          ! hv.c
-____________________________________________________________________________
-[ 11577] By: jhi                                   on 2001/08/04  18:09:38
-        Log: Continuation of #11575: SANY_SEEN completely deprecated,
-             plus more tests that unearthed a bug in @a = ($utf8 =~ /\C/g),
-             plus a fix for the bug.
-     Branch: perl
-          ! pp_hot.c regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
-____________________________________________________________________________
-[ 11576] By: jhi                                   on 2001/08/04  17:31:06
-        Log: Subject: Re: [patch] rid "Scalars leaked" from perl_clone
-             From: Doug MacEachern <dougm@covalent.net>
-             Date: Sat, 4 Aug 2001 11:09:37 -0700 (PDT)
-             Message-ID: <Pine.LNX.4.21.0108041102390.23972-100000@mako.covalent.net>
-     Branch: perl
-          ! sv.c
-____________________________________________________________________________
-[ 11575] By: jhi                                   on 2001/08/04  17:28:55
-        Log: Decouple SANY into SANY and CANY: the new SANY is /./s,
-             the new CANY is the \C.  The problem reported and the
-             test case supplied in
-             
-             Subject: UTF-8 bugs in string length & single line regex matches
-             From: "Daniel P. Berrange" <dan@berrange.com>
-             Date: Fri, 3 Aug 2001 11:39:33 +0100
-             Message-ID: <20010803113932.A19318@berrange.com>
-     Branch: perl
-          ! regcomp.c regcomp.h regcomp.sym regexec.c regexp.h regnodes.h
-          ! t/op/pat.t
-____________________________________________________________________________
-[ 11574] By: jhi                                   on 2001/08/04  15:42:34
-        Log: Subject: Re: [patch] ignore PL_curpm in PL_regex_padav cleanup
-             From: Doug MacEachern <dougm@covalent.net>
-             Date: Sat, 4 Aug 2001 09:43:02 -0700 (PDT)
-             Message-ID: <Pine.LNX.4.21.0108040939050.23972-100000@mako.covalent.net>
-     Branch: perl
-          ! perl.c regexec.c
-____________________________________________________________________________
-[ 11573] By: jhi                                   on 2001/08/04  14:20:26
-        Log: The #11572 didn't up the test count.
-     Branch: perl
-          ! t/op/length.t
-____________________________________________________________________________
-[ 11572] By: jhi                                   on 2001/08/04  14:12:45
-        Log: Subject: UTF-8 bugs in string length & single line regex matches
-             From: "Daniel P. Berrange" <dan@berrange.com>
-             Date: Fri, 3 Aug 2001 11:39:33 +0100         
-             Message-ID: <20010803113932.A19318@berrange.com>
-             
-             (the mg_length() fix)
-     Branch: perl
-          ! mg.c t/op/length.t
-____________________________________________________________________________
-[ 11571] By: jhi                                   on 2001/08/04  14:10:39
-        Log: Subject: Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
-             From: Abhijit Menon-Sen <ams@wiw.org>
-             Date: Sat, 4 Aug 2001 16:56:35 +0530
-             Message-ID: <20010804165635.E526@lustre.dyn.wiw.org>
-     Branch: perl
-          ! hv.c
-____________________________________________________________________________
-[ 11570] By: jhi                                   on 2001/08/04  14:09:59
-        Log: Subject: Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
-             From: Abhijit Menon-Sen <ams@wiw.org>
-             Date: Sat, 4 Aug 2001 16:16:03 +0530
-             Message-ID: <20010804161603.C526@lustre.dyn.wiw.org>
-     Branch: perl
-          ! hv.c
-____________________________________________________________________________
-[ 11569] By: jhi                                   on 2001/08/04  14:09:09
-        Log: Subject: Re: [patch] refcount re ops
-             From: Abhijit Menon-Sen <ams@wiw.org>
-             Date: Sat, 4 Aug 2001 08:54:55 +0530
-             Message-ID: <20010804085455.B526@lustre.dyn.wiw.org>
-     Branch: perl
-          ! sv.c
-____________________________________________________________________________
-[ 11568] By: jhi                                   on 2001/08/04  14:08:19
-        Log: Subject: [patch] refcount re ops
-             From: Doug MacEachern <dougm@covalent.net>
-             Date: Fri, 3 Aug 2001 18:17:41 -0700 (PDT)
-             Message-ID: <Pine.LNX.4.21.0108031814240.23972-100000@mako.covalent.net>
-     Branch: perl
-          ! regcomp.c sv.c
-____________________________________________________________________________
-[ 11567] By: jhi                                   on 2001/08/03  23:52:56
-        Log: Subject: [patch] ignore PL_curpm in PL_regex_padav cleanup
-             From: Doug MacEachern <dougm@covalent.net>
-             Date: Fri, 3 Aug 2001 17:37:53 -0700 (PDT)
-             Message-ID: <Pine.LNX.4.21.0108031730040.23972-100000@mako.covalent.net>
-     Branch: perl
-          ! perl.c regexec.c
-____________________________________________________________________________
-[ 11566] By: jhi                                   on 2001/08/03  20:45:10
-        Log: Subject: [PATCH perl@11564] fix t/op/misc.t for VMS
-             From: "Craig A. Berry" <craigberry@mac.com> 
-             Date: Fri, 03 Aug 2001 16:16:16 -0500
-             Message-Id: <5.1.0.14.0.20010803161026.03530e58@exchi01> 
-     Branch: perl
-          ! t/op/misc.t
-____________________________________________________________________________
-[ 11565] By: jhi                                   on 2001/08/03  13:46:40
-        Log: Subject: Re: [ID 20010731.105] MinGW can't compile win32.c on Windows 2000
-             From: John Kristian <jmk2001@engineer.com>
-             Date: Fri, 03 Aug 2001 00:59:08 -0700
-             Message-id: <03a101c11bf2$2c9b5ee0$0100a8c0@JOHNKRISTIAN>
-     Branch: perl
-          ! win32/win32.c
-____________________________________________________________________________
-[ 11564] By: jhi                                   on 2001/08/03  13:25:39
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[ 11563] By: jhi                                   on 2001/08/03  12:13:17
-        Log: Subject: [PATCH perl@11523] fix Stash.t for VMS
-             From: "Craig A. Berry" <craigberry@mac.com>
-             Date: Thu, 02 Aug 2001 23:15:24 -0500
-             Message-Id: <5.1.0.14.0.20010802230843.03530e58@mail.mac.com>
-     Branch: perl
-          ! ext/B/Stash.t
-____________________________________________________________________________
-[ 11562] By: jhi                                   on 2001/08/03  12:11:57
-        Log: Subject: [patch] plug PL_cshname leak
-             From: Doug MacEachern <dougm@covalent.net>
-             Date: Thu, 2 Aug 2001 20:59:04 -0700 (PDT)
-             Message-ID: <Pine.LNX.4.21.0108022058020.8991-100000@mako.covalent.net>
-     Branch: perl
-          ! sv.c
-____________________________________________________________________________
-[ 11561] By: jhi                                   on 2001/08/03  12:10:32
-        Log: Subject: [patch] plug PL_sh_path leak
-             From: Doug MacEachern <dougm@covalent.net>
-             Date: Thu, 2 Aug 2001 20:54:08 -0700 (PDT)
-             Message-ID: <Pine.LNX.4.21.0108022043040.8991-100000@mako.covalent.net>
-     Branch: perl
-          ! sv.c
-____________________________________________________________________________
-[ 11560] By: jhi                                   on 2001/08/03  12:09:50
-        Log: Subject: [patch] plug PL_regex_padav leaks
-             From: Doug MacEachern <dougm@covalent.net>
-             Date: Thu, 2 Aug 2001 20:24:55 -0700 (PDT)
-             Message-ID: <Pine.LNX.4.21.0108022020100.8991-100000@mako.covalent.net>
-     Branch: perl
-          ! op.c op.h perl.c
-____________________________________________________________________________
-[ 11559] By: jhi                                   on 2001/08/03  12:08:59
-        Log: Subject: [patch] plug PL_origargv leak
-             From: Doug MacEachern <dougm@covalent.net>
-             Date: Thu, 2 Aug 2001 18:15:22 -0700 (PDT)
-             Message-ID: <Pine.LNX.4.21.0108021813380.8991-100000@mako.covalent.net>
-     Branch: perl
-          ! perl.c
-____________________________________________________________________________
-[ 11558] By: jhi                                   on 2001/08/03  12:07:58
-        Log: Subject: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
-             From: Abhijit Menon-Sen <ams@wiw.org>
-             Date: Fri, 3 Aug 2001 06:38:11 +0530
-             Message-ID: <20010803063811.A19266@lustre.dyn.wiw.org>
-     Branch: perl
-          ! hv.c
-____________________________________________________________________________
-[ 11557] By: nick                                  on 2001/08/03  08:17:38
-        Log: Integrate mainline
-     Branch: perlio
-         +> (branch 47 files)
-          - lib/Switch/test.pl
-         !> (integrate 49 files)
-____________________________________________________________________________
-[ 11556] By: jhi                                   on 2001/08/02  22:46:22
-        Log: Subject: [PATCH perl@11523] fix Showlex.t for VMS
-             From: "Craig A. Berry" <craigberry@mac.com>
-             Date: Thu, 02 Aug 2001 12:56:19 -0500
-             Message-Id: <5.1.0.14.0.20010802124618.034c5008@exchi01>
-     Branch: perl
-          ! ext/B/Showlex.t
-____________________________________________________________________________
-[ 11555] By: jhi                                   on 2001/08/02  22:29:34
-        Log: Be more careful about non-existent files.
-     Branch: perl
-          ! lib/File/Copy.pm
-____________________________________________________________________________
-[ 11554] By: jhi                                   on 2001/08/02  21:37:27
-        Log: Subject: [PATCH resend] deparse empty formats
-             From: Robin Houston <robin@kitsite.com> 
-             Date: Thu, 2 Aug 2001 14:32:36 +0100
-             Message-ID: <20010802143236.A894@robin.kitsite.com>
-     Branch: perl
-          ! ext/B/B/Deparse.pm
-____________________________________________________________________________
-[ 11553] By: jhi                                   on 2001/08/02  16:37:32
-        Log: Subject: [patch] ithreads + refto fix improvement
-             From: Doug MacEachern <dougm@covalent.net>
-             Date: Thu, 2 Aug 2001 09:41:53 -0700 (PDT)
-             Message-ID: <Pine.LNX.4.21.0108020939030.8991-100000@mako.covalent.net>
-     Branch: perl
-          ! pp.c
-____________________________________________________________________________
-[ 11552] By: jhi                                   on 2001/08/02  14:24:26
-        Log: Readability nit from Abhijit.
-     Branch: perl
-          ! op.c
-____________________________________________________________________________
-[ 11551] By: jhi                                   on 2001/08/02  14:22:31
-        Log: setproctitle() API version nit from Anton Berezin.
-     Branch: perl
-          ! mg.c
-____________________________________________________________________________
-[ 11550] By: jhi                                   on 2001/08/02  13:51:41
-        Log: Add PerlCE to the docs.
-     Branch: perl
-          ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
-          ! pod/perltoc.pod win32/Makefile win32/makefile.mk
-____________________________________________________________________________
-[ 11549] By: jhi                                   on 2001/08/02  13:25:43
-        Log: Integrate the PerlCE (WinCE Perl) port;
-             kindly supplied by Rainer Keuchel <rkeuc@allgeier.com>.
-     Branch: perl
-          + README.ce wince/FindExt.pm wince/Makefile.ce
-          + wince/README.compile wince/README.perlce wince/bin/exetype.pl
-          + wince/bin/perlglob.pl wince/bin/pl2bat.pl wince/bin/runperl.pl
-          + wince/bin/search.pl wince/config.ce wince/config.h
-          + wince/config_H.ce wince/config_h.PL wince/config_sh.PL
-          + wince/dl_win32.xs wince/include/arpa/inet.h
-          + wince/include/cectype.h wince/include/errno.h
-          + wince/include/netdb.h wince/include/sys/socket.h
-          + wince/include/sys/stat.h wince/include/sys/types.h
-          + wince/include/sys/utime.h wince/include/time.h wince/perl.ico
-          + wince/perl.rc wince/perldll.def wince/perllib.c
-          + wince/perlmain.c wince/registry.bat wince/runperl.c
-          + wince/splittree.pl wince/win32.h wince/win32iop.h
-          + wince/win32thread.c wince/win32thread.h wince/wince.c
-          + wince/wince.h wince/wincesck.c wince/xbuildall.ksh
-          + wince/xdistclean.ksh wince/xmakediffs.ksh
-          ! MANIFEST perl.c perl.h perlio.c
-____________________________________________________________________________
-[ 11548] By: jhi                                   on 2001/08/02  13:18:08
-        Log: setproctitle() made simpler.  (This assumes the string is
-             \0-terminated: if not, the three-arg form setproctitle(fmt, len, s)
-             should be used.  Note len, not len + 1.)  BSD-fu from Anton
-             Berezin.
-     Branch: perl
-          ! mg.c
-____________________________________________________________________________
-[ 11547] By: jhi                                   on 2001/08/02  12:49:54
-        Log: Subject: [PATCH] -Wall cleanup: op.c
-             From: Richard Soderberg <rs@oregonnet.com>
-             Date: Thu, 2 Aug 2001 00:17:09 -0700
-             Message-Id: <200108020717.AAA26895@oregonnet.com>
-             
-             Subject: [PATCH] -Wall cleanup: sv.c
-             From: Richard Soderberg <rs@oregonnet.com>
-             Date: Thu, 2 Aug 2001 00:49:21 -0700
-             Message-Id: <200108020749.AAA27492@oregonnet.com>
-     Branch: perl
-          ! op.c sv.c
-____________________________________________________________________________
-[ 11546] By: jhi                                   on 2001/08/02  00:53:34
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[ 11545] By: jhi                                   on 2001/08/02  00:48:55
-        Log: Subject: Re: [PATCH pp_ctl.c] proposed Windows safe-guard
-             From: Doug MacEachern <dougm@covalent.net>
-             Date: Wed, 1 Aug 2001 18:34:44 -0700 (PDT)
-             Message-ID: <Pine.LNX.4.21.0108011830080.8991-100000@mako.covalent.net>
-     Branch: perl
-          ! op.c
-____________________________________________________________________________
-[ 11544] By: jhi                                   on 2001/08/01  23:08:41
-        Log: The #11541 didn't work under threads.
-     Branch: perl
-          ! op.c
-____________________________________________________________________________
-[ 11543] By: jhi                                   on 2001/08/01  22:46:41
-        Log: Subject: Re: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
-             From: Hugo <hv@crypt.compulink.co.uk>
-             Date: Fri, 22 Jun 2001 01:19:08 +0100 
-             Message-Id: <200106220019.BAA03365@crypt.compulink.co.uk>
-             
-             (Skip tests if accept() failed)
-     Branch: perl
-          ! ext/IO/lib/IO/t/io_unix.t
-____________________________________________________________________________
-[ 11542] By: jhi                                   on 2001/08/01  22:40:09
-        Log: Subject: [ID 20010730.003] IRIX 6.5 already has struct sv in <sys/sema.h> (defined in perl.h)
-             From: "Stian Seeberg" <sseeberg@nimsoft.no>
-             Date: Mon, 30 Jul 2001 12:28:07 +0200
-             Message-Id: <68236D3FC2D92347B466639324391D1A0432AB@PONDUS.nimsoft.no>
-     Branch: perl
-          ! perl.h
-____________________________________________________________________________
-[ 11541] By: jhi                                   on 2001/08/01  22:38:31
-        Log: Subject: Pluggable optimizer
-             From: Simon Cozens <simon@netthink.co.uk>
-             Date: Wed, 1 Aug 2001 13:57:02 -0700
-             Message-ID: <20010801135702.I10442@netthink.co.uk>
-     Branch: perl
-          ! embedvar.h op.c perl.c perl.h perlapi.h sv.c thrdvar.h util.c
-____________________________________________________________________________
-[ 11540] By: jhi                                   on 2001/08/01  22:29:54
-        Log: Subject: [ID 20010801.039] perlre.pod message typo
-             From: Autrijus Tang <autrijus@geb.elixus.org>
-             Date: Thu, 2 Aug 2001 04:48:02 +0800 (CST)
-             Message-Id: <200108012048.f71Km2r79890@geb.elixus.org>                         
-     Branch: perl
-          ! pod/perlre.pod
-____________________________________________________________________________
-[ 11539] By: jhi                                   on 2001/08/01  16:32:52
-        Log: Test for change #11536.
-     Branch: perl
-          ! t/op/tiehandle.t
-____________________________________________________________________________
-[ 11538] By: jhi                                   on 2001/08/01  16:27:19
-        Log: More test fixups for #11537.
-     Branch: perl
-          ! t/lib/warnings/4lint t/lib/warnings/9enabled
-____________________________________________________________________________
-[ 11537] By: jhi                                   on 2001/08/01  16:26:25
-        Log: Subject: Re: [PATCH pp_ctl.c] proposed Windows safe-guard
-             From: Doug MacEachern <dougm@covalent.net>
-             Date: Mon, 30 Jul 2001 17:38:50 -0700 (PDT)
-             Message-ID: <Pine.LNX.4.21.0107301720310.25941-100000@mako.covalent.net>
-     Branch: perl
-          ! op.c t/TestInit.pm
-____________________________________________________________________________
-[ 11536] By: jhi                                   on 2001/08/01  16:08:08
-        Log: Subject: [patch] ithreads + refto bug
-             From: Doug MacEachern <dougm@covalent.net>
-             Date: Wed, 1 Aug 2001 09:47:28 -0700 (PDT)
-             Message-ID: <Pine.LNX.4.21.0108010937240.7498-100000@mako.covalent.net>
-             
-             (Test in change #11539)
-     Branch: perl
-          ! pp.c
-____________________________________________________________________________
-[ 11535] By: jhi                                   on 2001/08/01  16:05:56
-        Log: Subject: [PATCH: perl@11523] fixups for t/harness
-             From: Prymmer/Kahn <pvhp@best.com>
-             Date: Wed, 1 Aug 2001 09:24:23 -0700 (PDT)
-             Message-ID: <Pine.BSF.4.21.0108010910310.17655-100000@shell8.ba.best.com>
-     Branch: perl
-          ! t/harness
-____________________________________________________________________________
-[ 11534] By: jhi                                   on 2001/08/01  16:00:45
-        Log: Subject: [PATCH: perl@11523] add xsubpp and libnetcfg to installed *.bat files for win32 builds
-             From: Prymmer/Kahn <pvhp@best.com>
-             Date: Wed, 1 Aug 2001 09:07:13 -0700 (PDT)
-             Message-ID: <Pine.BSF.4.21.0108010859230.17655-100000@shell8.ba.best.com>
-     Branch: perl
-          ! win32/Makefile win32/makefile.mk
-____________________________________________________________________________
-[ 11533] By: jhi                                   on 2001/08/01  13:38:29
-        Log: Need to know the number of tests.
-     Branch: perl
-          ! t/run/exit.t
-____________________________________________________________________________
-[ 11532] By: jhi                                   on 2001/08/01  13:04:31
-        Log: Subject: Re: new exit tests on VMS
-             From: "Craig A. Berry" <craigberry@mac.com>
-             Date: Tue, 31 Jul 2001 12:19:29 -0500
-             Message-Id: <5.1.0.14.0.20010731114845.03743008@mail.telocity.com>
-     Branch: perl
-          ! t/run/exit.t
-____________________________________________________________________________
-[ 11531] By: jhi                                   on 2001/08/01  12:46:43
-        Log: Retract #11530 (the dTHX is needed under threads)
-     Branch: perl
-          ! perlio.c
-____________________________________________________________________________
-[ 11530] By: jhi                                   on 2001/08/01  12:39:35
-        Log: (Retracted by #11531)
-     Branch: perl
-          ! perlio.c
-____________________________________________________________________________
-[ 11529] By: jhi                                   on 2001/08/01  12:32:22
-        Log: Subject: [PATCH 1/4] -Wall cleanups: unixish.h
-             From: Richard Soderberg <rs@crystalflame.net>
-             Date: Tue, 31 Jul 2001 23:16:22 -0700 (PDT) 
-             Message-ID: <Pine.LNX.4.21.0107312313490.24341-100000@oregonnet.com>
-     Branch: perl
-          ! unixish.h
-____________________________________________________________________________
-[ 11528] By: jhi                                   on 2001/08/01  12:18:59
-        Log: Subject: [PATCH 5.7.2] Allow for long long in h2xs 
-             From: Ilya Zakharevich <ilya@math.ohio-state.edu>
-             Date: Tue, 31 Jul 2001 05:39:09 -0400
-             Message-ID: <20010731053909.A1810@math.ohio-state.edu>
-             
-             (with a note about the case of UV being equal to long long)
-     Branch: perl
-          ! utils/h2xs.PL
-____________________________________________________________________________
-[ 11527] By: jhi                                   on 2001/07/31  23:49:04
-        Log: Subject: [PATCH perl@11487] fix fs.t for VMS
-             From: "Craig A. Berry" <craigberry@mac.com>
-             Date: Tue, 31 Jul 2001 14:57:43 -0500
-             Message-Id: <5.1.0.14.0.20010731145015.03743008@exchi01>
-     Branch: perl
-          ! t/io/fs.t
-____________________________________________________________________________
-[ 11526] By: jhi                                   on 2001/07/31  23:47:57
-        Log: Fix for
-             
-             Subject: [ID 20010116.001] File::Copy truncates orig file 
-             From: arbor@al37al08.telecel.pt
-             Date: Tue, 16 Jan 2001 11:43:02 GMT
-             Message-Id: <200101161143.AA11184@al37al08.telecel.pt>
-             
-             (copy($foo, $foo) would truncate $foo)
-     Branch: perl
-          ! lib/File/Copy.pm lib/File/Copy.t
-____________________________________________________________________________
-[ 11525] By: jhi                                   on 2001/07/31  23:01:01
-        Log: Metaconfig unit change for #11524.
-     Branch: metaconfig/U/perl
-          ! Extras.U
-____________________________________________________________________________
-[ 11524] By: jhi                                   on 2001/07/31  23:00:36
-        Log: Multiple modules didn't work; plus typo fixes.
-     Branch: perl
-          ! Configure
-____________________________________________________________________________
-[ 11523] By: jhi                                   on 2001/07/31  15:29:58
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[ 11522] By: jhi                                   on 2001/07/31  15:25:35
-        Log: Regen perlapi.
-     Branch: perl
-          ! pod/perlapi.pod
-____________________________________________________________________________
-[ 11521] By: jhi                                   on 2001/07/31  15:19:01
-        Log: Subject: Re: [PATCH sv.c] mortal doc thinko
-             From: Dave Mitchell <davem@fdgroup.co.uk>
-             Date: Tue, 31 Jul 2001 11:52:42 +0100 (BST)
-             Message-Id: <200107311052.LAA14427@gizmo.fdgroup.co.uk>
-     Branch: perl
-          ! sv.c
-____________________________________________________________________________
-[ 11520] By: jhi                                   on 2001/07/31  15:17:43
-        Log: Regen toc.
-     Branch: perl
-          ! pod/perltoc.pod
-____________________________________________________________________________
-[ 11519] By: jhi                                   on 2001/07/31  15:17:17
-        Log: Regen Porting stuff.
-     Branch: perl
-          ! Porting/Glossary Porting/config.sh Porting/config_H
-____________________________________________________________________________
-[ 11518] By: jhi                                   on 2001/07/31  14:16:08
-        Log: Subject: [PATCH 5.7.2] Allow for GNU-isms in h2xs
-             From: Ilya Zakharevich <ilya@math.ohio-state.edu>
-             Date: Tue, 31 Jul 2001 05:34:38 -0400
-             Message-ID: <20010731053438.A1754@math.ohio-state.edu>
-     Branch: perl
-          ! utils/h2xs.PL
-____________________________________________________________________________
-[ 11517] By: jhi                                   on 2001/07/31  14:15:01
-        Log: Metaconfig unit change for #11516.        
-     Branch: metaconfig/U/perl
-          ! gccvers.U
-____________________________________________________________________________
-[ 11516] By: jhi                                   on 2001/07/31  14:14:35
-        Log: Add -Wall in cflags, not in Configure.
-             (This way -Wall affects only the core and the core XS,
-             not user modules' XS.  Concern from Paul Marquess,
-             implementation idea from Andy Dougherty.)
-     Branch: perl
-          ! Configure cflags.SH
-____________________________________________________________________________
-[ 11515] By: jhi                                   on 2001/07/31  13:57:15
-        Log: Metaconfig unit changes for #11514.
-     Branch: metaconfig
-          + U/modified/sysman.U
-          ! U/installdirs/man1dir.U
-____________________________________________________________________________
-[ 11514] By: jhi                                   on 2001/07/31  13:56:26
-        Log: Subject: Configure's detection of system manual
-             From: Sean Dague <sean@dague.net> 
-             Date: Sun, 13 May 2001 15:53:15 -0400
-             Message-ID: <20010513155315.A15833@underhill.dague.net>
-     Branch: perl
-          ! Configure
-____________________________________________________________________________
-[ 11513] By: jhi                                   on 2001/07/31  03:23:01
-        Log: Subject: [ID 20010621.004] Typo in perlobj.pod
-             From: Autrijus Tang <autrijus@autrijus.org> 
-             Date: Thu, 21 Jun 2001 23:56:48 +0800
-             Message-Id: <20010621235648.A57340@not.autrijus.org>
-     Branch: perl
-          ! pod/perlobj.pod
-____________________________________________________________________________
-[ 11512] By: jhi                                   on 2001/07/31  03:13:35
-        Log: Subject: Typo in DB_File.pm
-             From: "Philip Newton" <Philip.Newton@gmx.net>
-             Date: Tue, 31 Jul 2001 06:19:35 +0200
-             Message-Id: <200107310413.f6V4DmL11900@chaos.wustl.edu>
-     Branch: perl
-          ! ext/DB_File/DB_File.pm
-____________________________________________________________________________
-[ 11511] By: jhi                                   on 2001/07/31  03:01:49
-        Log: Subject: Re: [ID 20010529.002] typos in man page perlre 
-             From: "Stephen P. Potter" <spp@spotter.yi.org>
-             Date: Wed, 30 May 2001 13:59:34 -0400
-             Message-Id: <20010530175939.59DEC729E1@belgarath.spotter.yi.org>
-     Branch: perl
-          ! pod/perlre.pod
-____________________________________________________________________________
-[ 11510] By: jhi                                   on 2001/07/31  02:13:58
-        Log: eval "format foo=" would loop indefinitely; reported in
-             
-             Subject: A load of old rubbish
-             From: Mike Guy <mjtg@cam.ac.uk>
-             Date: Mon, 14 May 2001 16:12:22 +0100
-             Message-Id: <E14zK1G-0003a2-00@virgo.cus.cam.ac.uk>
-             
-             (The core dumps reported in there already fixed.)
-     Branch: perl
-          ! toke.c
-____________________________________________________________________________
-[ 11509] By: jhi                                   on 2001/07/31  00:37:49
-        Log: Upgrade to Switch 2.04, now with Perl 6 given+when.
-     Branch: perl
-          + lib/Switch/Changes lib/Switch/README lib/Switch/t/given_when.t
-          + lib/Switch/t/switch_case.t
-          - lib/Switch/test.pl
-          ! MANIFEST lib/Switch.pm
-____________________________________________________________________________
-[ 11508] By: jhi                                   on 2001/07/31  00:17:38
-        Log: Subject: [PATCH @11505] DB_File-1.78
-             From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
-             Date: Mon, 30 Jul 2001 22:54:37 +0100
-             Message-ID: <AIEAJICLCBDNAAOLLOKLGELNCLAA.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/version.c
-____________________________________________________________________________
-[ 11507] By: jhi                                   on 2001/07/30  23:11:10
-        Log: Explain in more detail why -pipe and -fno-common are good.
-     Branch: perl
-          ! hints/darwin.sh
-____________________________________________________________________________
-[ 11506] By: nick                                  on 2001/07/30  14:32:23
-        Log: Integrate mainline
-     Branch: perlio
-         !> INSTALL Makefile.SH doio.c hints/darwin.sh
-____________________________________________________________________________
-[ 11505] By: jhi                                   on 2001/07/30  14:14:39
-        Log: Perl hasn't been putting man pages into $prefix/lib for
-             a long time now; pointed out by Andy Dougherty. 
-     Branch: perl
-          ! hints/darwin.sh
-____________________________________________________________________________
-[ 11504] By: jhi                                   on 2001/07/30  14:13:15
-        Log: Document the extras Configure option.
-     Branch: perl
-          ! INSTALL
-____________________________________________________________________________
-[ 11503] By: jhi                                   on 2001/07/30  13:52:14
-        Log: Integrate change #11051 from macperl; O_RDONLY is not zero
-             everywhere.
-     Branch: perl
-         !> doio.c
-____________________________________________________________________________
-[ 11502] By: jhi                                   on 2001/07/30  13:45:27
-        Log: Doubly guard against invoking CPAN if no extras defined,
-             pointed out by H. Merijn Brand.
-     Branch: perl
-          ! Makefile.SH
-____________________________________________________________________________
-[ 11501] By: pudge                                 on 2001/07/30  12:57:56
-        Log: Fix O_RDONLY check to check for O_RDONLY.
-     Branch: maint-5.6/macperl
-          ! doio.c
-____________________________________________________________________________
-[ 11500] By: pudge                                 on 2001/07/30  12:41:11
-        Log: Integrate miscellaneous changes from maint-5.6/perl.
-     Branch: maint-5.6/macperl
-         !> MANIFEST t/TEST t/harness t/pod/testp2pt.pl t/run/runenv.t
-____________________________________________________________________________
-[ 11499] By: nick                                  on 2001/07/30  06:52:42
-        Log: Integrate mainline
-     Branch: perlio
-         +> macos/MacPerlTests.cmd macos/xsubpp.patch os2/perlrexx.c
-         +> win32/sync_ext.pl
-          - win32/sncfnmcs.pl
-         !> (integrate 71 files)
-____________________________________________________________________________
-[ 11498] By: jhi                                   on 2001/07/30  03:53:34
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[ 11497] By: jhi                                   on 2001/07/30  03:45:32
-        Log: Now Configure -Dextras=Foo::Bar and "make install" will
-             fetch and install Foo::Bar.
-     Branch: perl
-          ! Makefile.SH
-____________________________________________________________________________
-[ 11496] By: jhi                                   on 2001/07/30  03:18:28
-        Log: Metaconfig unit change for #11495.
-     Branch: metaconfig/U/perl
-          ! Extras.U
-____________________________________________________________________________
-[ 11495] By: jhi                                   on 2001/07/30  03:18:01
-        Log: extras.make, extras.test, and extras.install make targets.
-     Branch: perl
-          ! Configure Makefile.SH
-____________________________________________________________________________
-[ 11494] By: jhi                                   on 2001/07/30  01:37:35
-        Log: Metaconfig unit change for #11493.
-     Branch: metaconfig/U/perl
-          ! Extras.U
-____________________________________________________________________________
-[ 11493] By: jhi                                   on 2001/07/30  01:37:14
-        Log: Better to have the list of extras in $extras than 'define'.
-     Branch: perl
-          ! Configure
-____________________________________________________________________________
-[ 11492] By: jhi                                   on 2001/07/30  01:33:16
-        Log: The metaconfig unit change for #11490.
-     Branch: metaconfig/U/perl
-          + Extras.U
-____________________________________________________________________________
-[ 11491] By: jhi                                   on 2001/07/30  01:32:54
-        Log: Missed from #11490 (the required dependency).
-     Branch: perl
-          ! Makefile.SH
-____________________________________________________________________________
-[ 11490] By: jhi                                   on 2001/07/30  01:32:02
-        Log: Add the support of asking for extra modules or bundles of modules
-             to be fetched from the CPAN and installed as a part of the Perl
-             build process.  None of this installation is yet really done;
-             only the list is asked, and saved away in extras.lst for
-             the build and installation process to worry about later.
-     Branch: perl
-          ! Configure
-____________________________________________________________________________
-[ 11489] By: jhi                                   on 2001/07/29  22:15:25
-        Log: Beginnings of better Inf and NaN support.
-             At least toke.c and sv.c still need quite a bit of work.
-     Branch: perl
-          ! numeric.c perl.h
-____________________________________________________________________________
-[ 11488] By: jhi                                   on 2001/07/29  21:18:57
-        Log: Top-level Makefile didn't honour OPTIMIZE.
-     Branch: perl
-          ! Makefile.SH
-____________________________________________________________________________
-[ 11487] By: jhi                                   on 2001/07/29  20:56:04
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[ 11486] By: jhi                                   on 2001/07/29  20:38:09
-        Log: Use Search::Dict 1.02 interface for charinfo().
-     Branch: perl
-          ! lib/UnicodeCD.pm
-____________________________________________________________________________
-[ 11485] By: jhi                                   on 2001/07/29  20:37:11
-        Log: Now also allow transforming the read lines before comparing them.
-             (This will help UnicodeCD.) 
-     Branch: perl
-          ! lib/Search/Dict.pm
-____________________________________________________________________________
-[ 11484] By: jhi                                   on 2001/07/29  20:03:13
-        Log: Remove tiehandle code.
-     Branch: perl
-          ! lib/UnicodeCD.pm
-____________________________________________________________________________
-[ 11483] By: jhi                                   on 2001/07/29  19:59:02
-        Log: Allow specifying a comparison function for Search::Dict::look().
-     Branch: perl
-          ! lib/Search/Dict.pm
-____________________________________________________________________________
-[ 11482] By: jhi                                   on 2001/07/29  18:55:04
-        Log: Small UnicodeCD tweaks.
-     Branch: perl
-          ! lib/UnicodeCD.pm lib/UnicodeCD.t
-____________________________________________________________________________
-[ 11481] By: jhi                                   on 2001/07/29  17:14:19
-        Log: Subject: [PATCH @11446] UnicodeCD::charinfo
-             From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
-             Date: Tue, 24 Jul 2001 01:51:32 +0900
-             Message-Id: <20010724015114.CF4D.BQW10602@nifty.com>
-     Branch: perl
-          ! lib/UnicodeCD.pm lib/UnicodeCD.t
-____________________________________________________________________________
-[ 11480] By: jhi                                   on 2001/07/29  16:55:58
-        Log: Subject: [PATCH] installperl
-             From: Wilfredo Sánchez <wsanchez@MIT.EDU>
-             Date: Fri, 27 Jul 2001 19:05:04 -0700
-             Message-Id: <F7912758-82FC-11D5-BFC6-003065D59FBA@thor.sbay.org>
-     Branch: perl
-          ! installperl
-____________________________________________________________________________
-[ 11479] By: jhi                                   on 2001/07/29  16:52:52
-        Log: Subject: [PATCH] Set proper compatibility versions in core
-             From: Wilfredo Sánchez <wsanchez@MIT.EDU>
-             Date: Fri, 27 Jul 2001 20:01:49 -0700
-             Message-Id: <E3A6C66A-8304-11D5-BFC6-003065D59FBA@thor.sbay.org>
-     Branch: perl
-          ! Makefile.SH
-____________________________________________________________________________
-[ 11478] By: jhi                                   on 2001/07/29  16:50:55
-        Log: Metaconfig unit change for #11477.
-     Branch: metaconfig/U/perl
-          ! dlsrc.U
-____________________________________________________________________________
-[ 11477] By: jhi                                   on 2001/07/29  16:50:35
-        Log: Subject: [PATCH] Darwin: -fpic not so good
-             From: =?iso-8859-1?Q?Wilfredo_S=E1nchez?= <wsanchez@MIT.EDU>
-             Date: Fri, 27 Jul 2001 18:57:38 -0700
-             Message-Id: <EC1496A6-82FB-11D5-BFC6-003065D59FBA@thor.sbay.org>
-     Branch: perl
-          ! Configure
-____________________________________________________________________________
-[ 11476] By: jhi                                   on 2001/07/29  16:44:03
-        Log: Subject: [PATCH] Clean up Darwin hints
-             From: =?iso-8859-1?Q?Wilfredo_S=E1nchez?= <wsanchez@MIT.EDU>
-             Date: Fri, 27 Jul 2001 19:13:15 -0700
-             Message-Id: <1A70CA3F-82FE-11D5-BFC6-003065D59FBA@thor.sbay.org>
-     Branch: perl
-          ! hints/darwin.sh
-____________________________________________________________________________
-[ 11475] By: jhi                                   on 2001/07/29  16:28:45
-        Log: Subject: [PATCH split()] split()'s unused captures should be undef, not ''
-             From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
-             Date: Fri, 27 Jul 2001 14:00:37 -0400 (EDT)
-             Message-ID: <Pine.GSO.4.21.0107271358310.28213-100000@crusoe.crusoe.net>
-     Branch: perl
-          ! pod/perlfunc.pod pp.c t/op/split.t
-____________________________________________________________________________
-[ 11474] By: jhi                                   on 2001/07/29  16:27:54
-        Log: Subject: [PATCH perlvar.pod] $^N foolery as well
-             From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
-             Date: Thu, 26 Jul 2001 20:03:12 -0400 (EDT)
-             Message-ID: <Pine.GSO.4.21.0107261958380.28213-100000@crusoe.crusoe.net>
-     Branch: perl
-          ! pod/perlvar.pod
-____________________________________________________________________________
-[ 11473] By: jhi                                   on 2001/07/29  16:27:00
-        Log: Subject: [PATCH] fixes to constant.pm documentation
-             From: Ilmari Karonen <iltzu@sci.fi>
-             Date: Tue, 24 Jul 2001 16:44:24 +0300 (EET DST)
-             Message-ID: <Pine.SOL.3.96.1010724163055.6822A-100000@simpukka>
-     Branch: perl
-          ! lib/constant.pm
-____________________________________________________________________________
-[ 11472] By: jhi                                   on 2001/07/28  18:39:03
-        Log: Subject: [DOC PATCH bleadperl] perlport.pod and C<..">>"...>
-             From: "Philip Newton" <Philip.Newton@gmx.net>
-             Date: Fri, 27 Jul 2001 07:51:10 +0200
-             Message-Id: <200107270548.f6R5mJL09063@chaos.wustl.edu>
-     Branch: perl
-          ! pod/perlport.pod
-____________________________________________________________________________
-[ 11471] By: nick                                  on 2001/07/26  06:23:32
-        Log: Subject:  [PATCH] Doc fix for perlguts / threading
-             From:  Arthur Bergman <arthur@contiller.se>
-             Date:  Wed, 25 Jul 2001 11:28:23 +0200
-             Message-Id:  <B7845DD6.2812%arthur@contiller.se>
-     Branch: perl
-          ! pod/perlguts.pod
-____________________________________________________________________________
-[ 11470] By: nick                                  on 2001/07/26  06:21:06
-        Log: Subject:  [DOC PATCH bleadperl] INSTALL: README for Unix systems exist
-             From:  Philip Newton <Philip.Newton@gmx.net>
-             Date:  Wed, 25 Jul 2001 08:19:47 +0200
-             Message-Id:  <E15PHy4-0000cR-00@mserv1f.vianw.co.uk>
-     Branch: perl
-          ! INSTALL
-____________________________________________________________________________
-[ 11469] By: nick                                  on 2001/07/26  06:20:25
-        Log: Subject:  [DOC PATCH bleadperl] typo in INSTALL?
-             From:  Philip Newton <Philip.Newton@gmx.net>
-             Date:  Wed, 25 Jul 2001 08:12:48 +0200
-             Message-Id:  <E15PHrJ-00003f-00@mserv1f.vianw.co.uk>
-     Branch: perl
-          ! INSTALL
-____________________________________________________________________________
-[ 11468] By: jhi                                   on 2001/07/25  01:39:11
-        Log: More +x.
-     Branch: perl
-          ! Porting/makerel
-____________________________________________________________________________
-[ 11467] By: jhi                                   on 2001/07/24  16:05:34
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[ 11466] By: jhi                                   on 2001/07/24  15:40:28
-        Log: Subject: [PATCH bleadperl os2/perlrexx.c] my C compiler has no HTML parser
-             From: "Philip Newton" <Philip.Newton@gmx.net>
-             Date: Tue, 24 Jul 2001 06:45:55 +0200
-             Message-ID: <20010724.064500@ID-11583.news.dfncis.de>
-     Branch: perl
-          ! os2/perlrexx.c
-____________________________________________________________________________
-[ 11465] By: jhi                                   on 2001/07/24  15:37:48
-        Log: Subject: [PATCH: perl@11446] add io/fs.t to vmsperl test suite
-             From: Peter Prymmer <pvhp@forte.com>
-             Date: Mon, 23 Jul 2001 16:58:30 -0700 (PDT)
-             Message-ID: <Pine.OSF.4.10.10107231643480.401242-100000@aspara.forte.com>
-     Branch: perl
-          ! pod/perlport.pod t/io/fs.t vms/test.com
-____________________________________________________________________________
-[ 11464] By: jhi                                   on 2001/07/24  02:58:20
-        Log: Workaround on Cwd bootstrap problem.
-     Branch: perl
-          ! lib/ExtUtils/MakeMaker.pm
-____________________________________________________________________________
-[ 11463] By: jhi                                   on 2001/07/23  23:11:41
-        Log: When in Rome, quote like the Romans do.
-     Branch: perl
-          ! cflags.SH
-____________________________________________________________________________
-[ 11462] By: jhi                                   on 2001/07/23  23:04:02
-        Log: Subject: [PATCH 5.7.2] OS/2 multi-architecture
-             From: Ilya Zakharevich <ilya@math.ohio-state.edu>
-             Date: Mon, 23 Jul 2001 19:29:49 -0400
-             Message-ID: <20010723192949.A14802@math.ohio-state.edu>
-     Branch: perl
-          + os2/perlrexx.c
-          ! MANIFEST configpm makedef.pl mg.c os2/Makefile.SHs
-          ! os2/OS2/REXX/t/rx_vrexx.t os2/os2.c os2/os2ish.h perl.c
-          ! t/op/write.t
-____________________________________________________________________________
-[ 11461] By: jhi                                   on 2001/07/23  22:58:15
-        Log: Subject: [PATCH 5.7.2] MakeMaker FIRST_MAKEFILE and subdir
-             From: Ilya Zakharevich <ilya@math.ohio-state.edu>
-             Date: Mon, 23 Jul 2001 18:43:42 -0400
-             Message-ID: <20010723184342.A14494@math.ohio-state.edu>
-     Branch: perl
-          ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
-____________________________________________________________________________
-[ 11460] By: jhi                                   on 2001/07/23  22:54:52
-        Log: Subject: [PATCH 5.7.2] MakeMaker subdir
-             From: Ilya Zakharevich <ilya@math.ohio-state.edu>
-             Date: Mon, 23 Jul 2001 18:33:16 -0400
-             Message-ID: <20010723183316.A14298@math.ohio-state.edu>
-     Branch: perl
-          ! lib/ExtUtils/MakeMaker.pm
-____________________________________________________________________________
-[ 11459] By: jhi                                   on 2001/07/23  22:52:02
-        Log: Subject: [PATCH 5.7.2] OPTIMIZE= during perl make
-             From: Ilya Zakharevich <ilya@math.ohio-state.edu>
-             Date: Mon, 23 Jul 2001 18:20:35 -0400
-             Message-ID: <20010723182035.A14192@math.ohio-state.edu>
-     Branch: perl
-          ! Makefile.SH cflags.SH
-____________________________________________________________________________
-[ 11458] By: jhi                                   on 2001/07/23  22:41:19
-        Log: Subject: [PATCH] Print CONFIGURE params in ExtUtils::MakeMaker output
-             From: "David D. Kilzer" <ddkilzer@lubricants-oil.com>
-             Date: Mon, 23 Jul 2001 11:32:17 -0500
-             Message-ID: <20010723113217.A28614@elbonia.lubricants-oil.com>
-     Branch: perl
-          ! lib/ExtUtils/MakeMaker.pm
-____________________________________________________________________________
-[ 11457] By: jhi                                   on 2001/07/23  21:22:36
-        Log: Subject: [PATCH 5.7.2] debug reloading selfloaded stuff
-             From: Ilya Zakharevich <ilya@math.ohio-state.edu>
-             Date: Mon, 23 Jul 2001 18:13:20 -0400
-             Message-ID: <20010723181320.A14005@math.ohio-state.edu>
-     Branch: perl
-          ! lib/perl5db.pl
-____________________________________________________________________________
-[ 11456] By: jhi                                   on 2001/07/23  21:19:28
-        Log: Subject: [PATCH 5.7.2] debugging selfloaded stuff
-             From: Ilya Zakharevich <ilya@math.ohio-state.edu>
-             Date: Mon, 23 Jul 2001 18:07:40 -0400
-             Message-ID: <20010723180740.A13960@math.ohio-state.edu>
-     Branch: perl
-          ! op.c
-____________________________________________________________________________
-[ 11455] By: jhi                                   on 2001/07/23  21:13:12
-        Log: Subject: [PATCH perl@11446] util.c: return required in Perl_my_fork
-             From: "Craig A. Berry" <craigberry@mac.com>
-             Date: Mon, 23 Jul 2001 15:35:06 -0500
-             Message-Id: <5.1.0.14.0.20010723152732.02ad4470@exchi01>
-     Branch: perl
-          ! util.c
-____________________________________________________________________________
-[ 11454] By: jhi                                   on 2001/07/23  21:09:13
-        Log: Subject: [PATCH perlfaq9.pod typo]
-             From: "Larry Shatzer, Jr." <lshatzer@islanddata.com>
-             Date: Mon, 23 Jul 2001 07:49:05 -0700
-             Message-ID: <002f01c11386$a8539580$bb01a8c0@LSHATZER>
-     Branch: perl
-          ! pod/perlfaq9.pod
-____________________________________________________________________________
-[ 11453] By: jhi                                   on 2001/07/23  21:06:42
-        Log: Subject: win32\sncfnmcs.pl corrections
-             From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
-             Date: Mon, 23 Jul 2001 12:56:54 +0200
-             Message-ID: <E3FB32585BF1D411B9E900805FF51A080C1C5D@RU0022EXCH001U>
-             
-             Rename the script a little bit more sensibly.
-     Branch: perl
-          + win32/sync_ext.pl
-          - win32/sncfnmcs.pl
-          ! MANIFEST README.win32
-____________________________________________________________________________
-[ 11452] By: jhi                                   on 2001/07/23  17:22:37
-        Log: Test tweak.
-     Branch: perl
-          ! ext/B/Deparse.t
-____________________________________________________________________________
-[ 11451] By: jhi                                   on 2001/07/23  17:10:52
-        Log: Metaconfig unit tweak for #11450.
-     Branch: metaconfig/U/perl
-          ! Mksymlinks.U
-____________________________________________________________________________
-[ 11450] By: jhi                                   on 2001/07/23  17:09:46
-        Log: Too volatile failsafe check.
-     Branch: perl
-          ! Configure
-____________________________________________________________________________
-[ 11449] By: jhi                                   on 2001/07/23  16:53:59
-        Log: Further doc tweaks.
-     Branch: perl
-          ! lib/UnicodeCD.pm
-____________________________________________________________________________
-[ 11448] By: jhi                                   on 2001/07/23  05:26:50
-        Log: Doc tweaks.
-     Branch: perl
-          ! lib/UnicodeCD.pm
-____________________________________________________________________________
-[ 11447] By: jhi                                   on 2001/07/23  04:57:49
-        Log: Doc tweakery from Abhijit.
-     Branch: perl
-          ! Porting/repository.pod
-____________________________________________________________________________
-[ 11446] By: jhi                                   on 2001/07/22  15:41:02
-        Log: An accidental empty line.
-     Branch: perl
-          ! MANIFEST
-____________________________________________________________________________
-[ 11445] By: jhi                                   on 2001/07/22  15:38:30
-        Log: Missing MANIFESTations.
-     Branch: perl
-          ! MANIFEST
-____________________________________________________________________________
-[ 11444] By: jhi                                   on 2001/07/22  15:30:10
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[ 11443] By: jhi                                   on 2001/07/22  15:02:11
-        Log: Subject: Re: Typo in Porting/pumpkin/pod ?
-             From: Mike Guy <mjtg@cam.ac.uk>
-             Date: Fri, 20 Jul 2001 16:12:49 +0100
-             Message-Id: <E15NbxR-0006HD-00@draco.cus.cam.ac.uk>
-     Branch: perl
-          ! Porting/pumpkin.pod
-____________________________________________________________________________
-[ 11442] By: jhi                                   on 2001/07/22  14:58:33
-        Log: Subject: Re: [PATCH: perl@11373] pod fixups for pod/perlhack.pod
-             From: Peter Prymmer <pvhp@forte.com>
-             Date: Fri, 20 Jul 2001 17:04:55 -0700 (PDT)
-             Message-ID: <Pine.OSF.4.10.10107201650510.144528-100000@aspara.forte.com>
-     Branch: perl
-          ! pod/perlhack.pod
-____________________________________________________________________________
-[ 11441] By: jhi                                   on 2001/07/22  14:54:29
-        Log: Subject: [PATCH Test.pm] Getting rid of the expected "UNEXPECTEDLY SUCCEEDED"
-             From: Michael G Schwern <schwern@pobox.com>
-             Date: Fri, 20 Jul 2001 20:22:35 -0400
-             Message-ID: <20010720202235.O4498@blackrider>
-     Branch: perl
-          ! lib/Test.pm lib/Test/t/mix.t lib/Test/t/success.t
-          ! lib/Test/t/todo.t
-____________________________________________________________________________
-[ 11440] By: jhi                                   on 2001/07/22  14:51:14
-        Log: Subject: Re: [ID 20010720.010] WHere's [:isprint:]?
-             From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
-             Message-Id: <200107210559.WAA09160@ventrue.corp.yahoo.com>
-             Date: Fri, 20 Jul 2001 22:59:25 -0700 (PDT)
-     Branch: perl
-          ! ext/POSIX/POSIX.pod
-____________________________________________________________________________
-[ 11439] By: jhi                                   on 2001/07/22  14:49:25
-        Log: Subject: Re: [ID 20010720.010] WHere's [:isprint:]? 
-             From: Mark-Jason Dominus <mjd@plover.com>
-             Date: Fri, 20 Jul 2001 23:16:54 -0400
-             Message-ID: <20010721031654.21877.qmail@plover.com>
-     Branch: perl
-          ! ext/POSIX/POSIX.pod
-____________________________________________________________________________
-[ 11438] By: jhi                                   on 2001/07/22  14:41:58
-        Log: Subject: Re: [PATCH O.pm] avoid to clutter output with -l
-             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
-             Date: Sun, 22 Jul 2001 14:56:09 +0200
-             Message-ID: <20010722145609.A766@rafael>
-     Branch: perl
-          ! ext/B/O.pm
-____________________________________________________________________________
-[ 11437] By: jhi                                   on 2001/07/22  14:39:07
-        Log: Subject: regexec.c #define cleanup
-             From: Mark-Jason Dominus <mjd@plover.com>
-             Date: Sat, 21 Jul 2001 18:33:25 -0400
-             Message-ID: <20010721223325.3069.qmail@plover.com>
-     Branch: perl
-          ! regexec.c
-____________________________________________________________________________
-[ 11436] By: jhi                                   on 2001/07/22  14:36:43
-        Log: Subject: [PATCH: perl@11373] Win32 update for t/io/fs.t (may effect NetWare)
-             From: Prymmer/Kahn <pvhp@best.com>
-             Date: Sat, 21 Jul 2001 12:08:29 -0700 (PDT)
-             Message-ID: <Pine.BSF.4.21.0107211156160.17271-100000@shell8.ba.best.com>
-     Branch: perl
-          ! t/io/fs.t
-____________________________________________________________________________
-[ 11435] By: jhi                                   on 2001/07/22  00:22:51
-        Log: Typo in #11432.
-     Branch: perl
-          ! ext/POSIX/POSIX.t
-____________________________________________________________________________
-[ 11434] By: jhi                                   on 2001/07/21  23:12:26
-        Log: Integrate (manually) change #11424 from macperl.
-     Branch: perl
-          ! ext/Filter/t/call.t
-____________________________________________________________________________
-[ 11433] By: jhi                                   on 2001/07/21  23:07:43
-        Log: Integrate change #11408 from macperl.
-     Branch: perl
-         !> README.macos pod/perlport.pod
-____________________________________________________________________________
-[ 11432] By: jhi                                   on 2001/07/21  23:02:30
-        Log: Integrate change #11388 from macperl (the *.t parts needed hand massage).
-     Branch: perl
-         +> macos/MacPerlTests.cmd macos/xsubpp.patch
-          ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
-          ! ext/DB_File/t/db-recno.t ext/NDBM_File/ndbm.t
-          ! ext/POSIX/POSIX.t
-____________________________________________________________________________
-[ 11431] By: gsar                                  on 2001/07/21  05:03:44
-        Log: pod/*.t tests not picked up by t/TEST either
-     Branch: maint-5.6/perl
-          ! t/TEST
-____________________________________________________________________________
-[ 11430] By: gsar                                  on 2001/07/21  04:58:12
-        Log: better tweak for change#11429 (windows has both / and \ separated
-             paths in @INC at that point)
-     Branch: maint-5.6/perl
-          ! t/pod/testp2pt.pl
-____________________________________________________________________________
-[ 11429] By: gsar                                  on 2001/07/21  04:41:15
-        Log: MacOS pod test tweak needs \Escape
-     Branch: maint-5.6/perl
-          ! t/pod/testp2pt.pl
-____________________________________________________________________________
-[ 11428] By: gsar                                  on 2001/07/21  04:39:34
-        Log: run/runenv.t needs fflushNULL sanity (t/TEST is too dumb to detect
-             resulting duplicate output, but t/harness isn't)
-     Branch: maint-5.6/perl
-          ! t/run/runenv.t
-____________________________________________________________________________
-[ 11427] By: gsar                                  on 2001/07/21  04:37:26
-        Log: t/harness wasn't picking up all the tests
-     Branch: maint-5.6/perl
-          ! t/harness
-____________________________________________________________________________
-[ 11426] By: gsar                                  on 2001/07/21  04:09:26
-        Log: update MANIFEST for new file
-     Branch: maint-5.6/perl
-          ! MANIFEST
-____________________________________________________________________________
-[ 11425] By: gsar                                  on 2001/07/21  04:07:46
-        Log: integrate maint-5.6/macperl changes into maint-5.6/perl, with
-             the exception of the macperl/macos/... tree
-     Branch: maint-5.6/perl
-         +> t/lib/filefind-taint.t
-         !> (integrate 72 files)
-____________________________________________________________________________
-[ 11424] By: pudge                                 on 2001/07/20  18:55:25
-        Log: Fix test.
-     Branch: maint-5.6/macperl
-          ! macos/bundled_ext/Filter/t/call.t
-____________________________________________________________________________
-[ 11423] By: gsar                                  on 2001/07/20  18:38:48
-        Log: Make perl fork()-safe (in a slightly limited way) even on
-             platforms that don't have pthread_atfork() (extension of
-             the fix in change#11151).
-             
-             Note that this will not help extensions that call fork()
-             directly in C, or that link to libraries that call fork()
-             directly.  Such cases must be fixed to either call
-             PerlProc_fork(), or call atfork_lock() in parent before the
-             calling the function that forks and call atfork_unlock()
-             in both parent and child immediately after the fork().
-             (There are no worries if C code calls exec() in the child
-             immediately after a fork().  Only cases where the child
-             calls perl's API functions (including New()) after the
-             fork() are problematic.)
-             
-             This change also eliminates the use of vfork() from perl,
-             since all such uses were violating the severe restrictions
-             on modifying the state of the process between the vfork()
-             and the exec().
-             
-             This is a modified version of patches suggested by Abhijit
-             Menon-Sen and Richard Soderberg.
-     Branch: perl
-          ! embed.h embed.pl global.sym iperlsys.h miniperlmain.c
-          ! objXSUB.h perl.c perlapi.c pp_sys.c proto.h thread.h util.c
-____________________________________________________________________________
-[ 11422] By: pudge                                 on 2001/07/20  18:16:37
-        Log: Add Filter::Util::Call, Class::ISA, Digest, Filter::Simple,
-             Switch, and Text::Balanced.
-     Branch: maint-5.6/macperl
-          + 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/MyFilter.pm
-          + macos/bundled_ext/Filter/t/call.t
-          + macos/bundled_ext/Filter/t/filter-util.pl
-          + 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/Switch.pm
-          + macos/bundled_lib/blib/lib/Text/Balanced.pm
-          + macos/bundled_lib/blib/lib/Text/Balanced.pod
-          + macos/bundled_lib/t/Class/ISA/test.pl
-          + macos/bundled_lib/t/Digest/Digest.t
-          + macos/bundled_lib/t/Filter/Simple/test.pl
-          + macos/bundled_lib/t/Switch/test.pl
-          + macos/bundled_lib/t/Text/Balanced/t/genxt.t
-          + macos/bundled_lib/t/Text/Balanced/t/xbrak.t
-          + macos/bundled_lib/t/Text/Balanced/t/xcode.t
-          + macos/bundled_lib/t/Text/Balanced/t/xdeli.t
-          + macos/bundled_lib/t/Text/Balanced/t/xmult.t
-          + macos/bundled_lib/t/Text/Balanced/t/xquot.t
-          + macos/bundled_lib/t/Text/Balanced/t/xtagg.t
-          + macos/bundled_lib/t/Text/Balanced/t/xvari.t
-____________________________________________________________________________
-[ 11421] By: pudge                                 on 2001/07/20  18:03:28
-        Log: Add Filter::Util::Call to config/make files; edit utils
-             to recognize the module (it was descended too far down).
-             Bump version to 5.6.1a4.
-     Branch: maint-5.6/macperl
-          ! macos/InstallBLIB macos/MPVersion.r macos/Makefile.mk
-          ! macos/config.sh macos/lib/ExtUtils/MM_MacOS.pm
-          ! macos/macperl/Makefile.mk macos/xsubpp.patch
-____________________________________________________________________________
-[ 11420] By: pudge                                 on 2001/07/20  18:02:05
-        Log: Make DB_File the default for MLDBM on MacOS.
-     Branch: maint-5.6/macperl
-          ! macos/bundled_lib/blib/lib/MLDBM.pm
-____________________________________________________________________________
-[ 11419] By: nick                                  on 2001/07/20  14:51:03
-        Log: Subject:  [PATCH UnicodeCD.pm] Fix erronous documentation
-             From:  Simon Cozens <simon@netthink.co.uk>
-             Date:  Fri, 20 Jul 2001 11:42:35 -0400
-             Message-Id:  <20010720114235.A5235@netthink.co.uk>
-     Branch: perl
-          ! lib/UnicodeCD.pm
-____________________________________________________________________________
-[ 11418] By: nick                                  on 2001/07/20  14:48:12
-        Log: Subject:  [PATCH regcomp.h] adds a comment
-             From:  Abhijit Menon-Sen <ams@wiw.org>
-             Date:  Fri, 20 Jul 2001 21:05:37 +0530
-             Message-Id:  <20010720210537.A7678@lustre.dyn.wiw.org>
-     Branch: perl
-          ! regcomp.h
-____________________________________________________________________________
-[ 11417] By: nick                                  on 2001/07/20  14:16:38
-        Log: Subject:  [PATCH 5.7.2] INSTALL updates
-             From:  Andy Dougherty <doughera@lafayette.edu>
-             Date:  Fri, 20 Jul 2001 11:01:40 -0400 (EDT)
-             Message-Id:  <Pine.SOL.4.10.10107201059510.16494-100000@maxwell.phys.lafayette.edu>
-     Branch: perl
-          ! INSTALL
-____________________________________________________________________________
-[ 11416] By: nick                                  on 2001/07/20  06:44:44
-        Log: Subject:  Re: [PATCH: perl@11373] pod fixups for pod/perlhack.pod
-             From:  Russ Allbery <rra@stanford.edu>
-             Date:  19 Jul 2001 15:52:37 -0700
-             Message-Id:  <ylvgko4jm2.fsf@windlord.stanford.edu>
-     Branch: perl
-          ! lib/Pod/Man.pm
-____________________________________________________________________________
-[ 11415] By: nick                                  on 2001/07/20  06:35:11
-        Log: Subject:  [PATCH] defer op_seq allocation
-             From:  Abhijit Menon-Sen <ams@wiw.org>
-             Date:  Thu, 19 Jul 2001 22:12:24 +0530
-             Message-Id:  <20010719221224.A13786@lustre.dyn.wiw.org>
-     Branch: perl
-          ! op.c
-____________________________________________________________________________
-[ 11414] By: nick                                  on 2001/07/20  06:23:36
-        Log: Subject:  [PATCH] prototype for Time::HiRes::sleep()
-             From:  Abhijit Menon-Sen <ams@wiw.org>
-             Date:  Fri, 20 Jul 2001 01:18:50 +0530
-             Message-Id:  <20010720011850.A19650@lustre.dyn.wiw.org>
-             (Private e-mail)
-     Branch: perl
-          ! ext/Time/HiRes/HiRes.xs
-____________________________________________________________________________
-[ 11413] By: nick                                  on 2001/07/20  06:18:53
-        Log: Integrate mainline
-     Branch: perlio
-         +> ext/Encode/Encode/euc-jp-0212.enc t/lib/commonsense.t
-          - t/base/commonsense.t
-         !> MANIFEST doio.c ext/B/B/Deparse.pm ext/Encode/Encode/Tcl.pm
-         !> ext/POSIX/POSIX.t ext/Time/HiRes/HiRes.xs gv.c hints/darwin.sh
-         !> hints/rhapsody.sh numeric.c pod/perlfunc.pod pod/perlhack.pod
-         !> pod/perlre.pod pp_sys.c sv.c t/README t/op/arith.t
-         !> t/op/sprintf.t thread.h utils/h2xs.PL win32/perlhost.h
-         !> win32/win32.c
-____________________________________________________________________________
-[ 11412] By: nick                                  on 2001/07/19  06:44:27
-        Log: Integrate win32/perlhost.h from maintenance branch.
-             (Rest of $ENV{PATH} / system() fix.)
-     Branch: perl
-         !> win32/perlhost.h
-____________________________________________________________________________
-[ 11411] By: nick                                  on 2001/07/19  06:41:34
-        Log: Subject:  [DOC PATCH bleadperl] its vs it's in perlhack.pod
-             From:  Philip Newton <Philip.Newton@gmx.net>
-             Date:  Wed, 18 Jul 2001 21:43:57 +0200
-             Message-Id:  <E15Mx9y-0007Oz-00@mserv1b.vianw.co.uk>
-     Branch: perl
-          ! pod/perlhack.pod
-____________________________________________________________________________
-[ 11410] By: nick                                  on 2001/07/19  06:39:35
-        Log: Subject:  Security hole in taint checking in open()
-             From:  deekoo@tentacle.net
-             Date:  Thu, 19 Jul 2001 00:03:46 -0700 (PDT)
-             Message-Id:  <Pine.LNX.4.33.0107182248330.11996-100000@chaos.tentacle.net>
-     Branch: perl
-          ! doio.c
-____________________________________________________________________________
-[ 11409] By: nick                                  on 2001/07/19  06:28:08
-        Log: Subject:  [PATCH] Re: Time::HiRes qw(sleep) fails
-             From:  Abhijit Menon-Sen <ams@wiw.org>
-             Date:  Thu, 19 Jul 2001 04:30:43 +0530
-             Message-Id:  <20010719043043.A10327@lustre.dyn.wiw.org>
-     Branch: perl
-          ! ext/Time/HiRes/HiRes.xs
-____________________________________________________________________________
-[ 11408] By: pudge                                 on 2001/07/19  03:27:36
-        Log: Update docs with latest implementation information and new URLs.
-     Branch: maint-5.6/macperl
-          ! README.macos pod/perlport.pod
-____________________________________________________________________________
-[ 11407] By: pudge                                 on 2001/07/19  02:35:46
-        Log: Add Time::HiRes, and add default Makefile.mk for Digest::MD5.
-             Fix BuildRules to accept optimization variables.
-     Branch: maint-5.6/macperl
-          + macos/bundled_ext/Digest/MD5/Makefile.mk
-          ! macos/BuildRules.mk macos/Makefile.mk
-          ! macos/bundled_ext/Time/HiRes/HiRes.xs macos/config.sh
-          ! macos/macish.c macos/macish.h macos/macperl/Makefile.mk
-____________________________________________________________________________
-[ 11406] By: pudge                                 on 2001/07/19  01:11:39
-        Log: Integrate changes 11399,11401
-     Branch: maint-5.6/macperl
-         !> win32/perlhost.h win32/win32.c
-____________________________________________________________________________
-[ 11405] By: nick                                  on 2001/07/18  06:50:33
-        Log: Integrate Sarathy's Win32 $ENV{'PATH'}/system fixes (11399, 11400)
-             from perl5.6*
-     Branch: perl
-         !> win32/perlhost.h win32/win32.c
-____________________________________________________________________________
-[ 11404] By: nick                                  on 2001/07/18  06:43:59
-        Log: Subject:  Re: Perl 5.7.2 Has Been Released 
-             From:  hv@crypt0.demon.co.uk
-             Date:  Wed, 18 Jul 2001 05:58:46 +0100
-             Message-Id:  <200107180458.f6I4wlJ19966@crypt0.demon.co.uk>
-     Branch: perl
-          ! ext/POSIX/POSIX.t
-____________________________________________________________________________
-[ 11403] By: nick                                  on 2001/07/18  06:38:57
-        Log: Subject:  Re: [ID 20010716.005] numeric conversions in 5.7.[12] changed from perl5.6.1 (leading whitespace) 
-             From:  hv@crypt0.demon.co.uk
-             Date:  Wed, 18 Jul 2001 05:21:54 +0100
-             Message-Id:  <200107180421.f6I4Ltc00987@crypt0.demon.co.uk>
-     Branch: perl
-          ! numeric.c t/op/arith.t
-____________________________________________________________________________
-[ 11402] By: nick                                  on 2001/07/18  06:19:17
-        Log: Subject:  Doc patch: perlre should mention perlrequick and perlretut
-             From:  mjd@plover.com
-             Date:  17 Jul 2001 17:59:20 -0000
-             Message-Id:  <20010717175920.8177.qmail@plover.com>
-     Branch: perl
-          ! pod/perlre.pod
-____________________________________________________________________________
-[ 11401] By: gsar                                  on 2001/07/17  21:31:31
-        Log: thinko in change#11400 (duh)
-     Branch: maint-5.6/perl
-          ! win32/perlhost.h
-____________________________________________________________________________
-[ 11400] By: gsar                                  on 2001/07/17  19:46:34
-        Log: change#11399 revealed another unrelated bug; this is just a temporary
-             bandaid
-     Branch: maint-5.6/perl
-          ! win32/perlhost.h
-____________________________________________________________________________
-[ 11399] By: gsar                                  on 2001/07/17  19:11:57
-        Log: fix bugs in handling of the virtualized environment under windows;
-             there were bugs in propagating any changes to %ENV down to the real
-             environment when such changes happened in the toplevel process
-             (thanks to Johan Holmberg <holmberg@iar.se> for the excellent
-             problem identification, and for a part of the fix)
-     Branch: maint-5.6/perl
-          ! win32/perlhost.h win32/win32.c
-____________________________________________________________________________
-[ 11398] By: nick                                  on 2001/07/17  08:26:35
-        Log: Subject: Re: [PATCH: perl@11359] possible fix for sprintf.t on VAX that loads %Config
-             From: Peter Prymmer <pvhp@forte.com>
-             Date: Mon, 16 Jul 2001 16:43:14 -0700 (PDT)
-             Message-Id: <Pine.OSF.4.10.10107161631300.464972-100000@aspara.forte.com>
-             
-             Move t/base/commonsense.t to t/lib/commonsense.t - base tests
-             should not depend on existance of Config.pm
-     Branch: perl
-         +> t/lib/commonsense.t
-          - t/base/commonsense.t
-          ! MANIFEST t/README
-____________________________________________________________________________
-[ 11397] By: nick                                  on 2001/07/17  08:09:58
-        Log: Subject:  [PATCH pod/perlhack.pod] Sections on writing tests & patching core mods
-             From:  Michael G Schwern <schwern@pobox.com>
-             Date:  Mon, 16 Jul 2001 18:20:31 -0400
-             Message-Id:  <20010716182031.A1128@blackrider>
-     Branch: perl
-          ! pod/perlhack.pod
-____________________________________________________________________________
-[ 11396] By: nick                                  on 2001/07/17  08:04:11
-        Log: Subject:  [PATCH perlfunc.pod] make printf refer to sprintf
-             From:  Gwyn Judd <b.judd@xtra.co.nz>
-             Date:  Tue, 17 Jul 2001 20:55:58 +1200
-             Message-Id:  <20010717205558.A3107@thislove>
-     Branch: perl
-          ! pod/perlfunc.pod
-____________________________________________________________________________
-[ 11395] By: nick                                  on 2001/07/17  08:02:22
-        Log: Subject:  [PATCH: perl@11373] fix t/op/sprintf.t to not load %Config
-             From:  Peter Prymmer <pvhp@forte.com>
-             Date:  Mon, 16 Jul 2001 15:48:33 -0700 (PDT)
-             Message-Id:  <Pine.OSF.4.10.10107161543400.464972-100000@aspara.forte.com>
-     Branch: perl
-          ! t/op/sprintf.t
-____________________________________________________________________________
-[ 11394] By: nick                                  on 2001/07/17  07:57:06
-        Log: Subject:  Re: [PATCH gv.c] allow ${"1f"} to be non-regex var 
-             From:  Jeff 'Japhy' Pinyan <jeffp@crusoe.net>
-             Date:  Mon, 16 Jul 2001 18:46:53 -0400 (EDT)
-             Message-Id:  <Pine.GSO.4.21.0107161829390.1405-100000@crusoe.crusoe.net>
-     Branch: perl
-          ! gv.c
-____________________________________________________________________________
-[ 11392] By: nick                                  on 2001/07/17  07:50:12
-        Log: Subject:  [PATCH] fix PTHREAD_ATFORK croaking too early, too often
-             From:  Coral <coral@moonlight.crystalflame.net>
-             Date:  Mon, 16 Jul 2001 14:25:19 -0700 (PDT)
-             Message-Id:  <200107162125.f6GLPJ345261@moonlight.crystalflame.net>
-     Branch: perl
-          ! pp_sys.c thread.h
-____________________________________________________________________________
-[ 11391] By: nick                                  on 2001/07/17  07:34:28
-        Log: Subject:  Re: [PATCH h2xs.PL ] use Test::More where appropriate (was Re:   
-             From:  Jonathan Stowe <gellyfish@gellyfish.com>
-             Date:  Mon, 16 Jul 2001 18:31:21 +0100 (BST)
-             Message-Id:  <Pine.LNX.4.33.0107161827570.15520-100000@orpheus.gellyfish.com>
-     Branch: perl
-          ! utils/h2xs.PL
-____________________________________________________________________________
-[ 11390] By: pudge                                 on 2001/07/16  23:54:44
-        Log: Add in List::Util, Memoize, NEXT, and a bunch of tests for other
-             modules.  Also added Mac::BuildTools, Mac::AppleEvents::Simple,
-             and Mac::Apps::Launch, which don't work, and Time::HiRes and
-             Time::Piece, which don't yet work.
-     Branch: maint-5.6/macperl
-          + (add 154 files)
-____________________________________________________________________________
-[ 11389] By: pudge                                 on 2001/07/16  23:13:10
-        Log: Fix %ENV to be tainted [SF bug #231848, Thomas Wegner].
-             Also add hack to get around missing setenv for PERL5DB.
-     Branch: maint-5.6/macperl
-          ! macos/macish.c macos/macish.h
-____________________________________________________________________________
-[ 11388] By: pudge                                 on 2001/07/16  23:11:26
-        Log: Fix DB_File, and patch tests for it, and NDBM_File, and POSIX.
-     Branch: maint-5.6/macperl
-          ! macos/MacPerlTests.cmd macos/xsubpp.patch t/lib/db-btree.t
-          ! t/lib/db-hash.t t/lib/db-recno.t t/lib/ndbm.t t/lib/posix.t
-____________________________________________________________________________
-[ 11387] By: pudge                                 on 2001/07/16  23:05:12
-        Log: Fix up some configuration and make options, add extra
-             extensions.
-     Branch: maint-5.6/macperl
-          ! macos/ExtBuildRules.mk macos/Makefile.mk macos/config.sh
-          ! macos/macperl/Makefile.mk
-____________________________________________________________________________
-[ 11386] By: pudge                                 on 2001/07/16  21:22:32
-        Log: From Change 11374 in maintperl.
-     Branch: maint-5.6/macperl
-         !> utils/h2ph.PL
-____________________________________________________________________________
-[ 11385] By: nick                                  on 2001/07/16  14:12:58
-        Log: Back out change to h2xs till it passes its test.
-     Branch: perl
-          ! utils/h2xs.PL
-____________________________________________________________________________
-[ 11384] By: nick                                  on 2001/07/16  14:00:10
-        Log: Subject:  [PATCH h2xs.PL ] use Test::More where appropriate (was Re: [PATCH]
-             From:  Jonathan Stowe <gellyfish@gellyfish.com>
-             Date:  Mon, 16 Jul 2001 08:37:05 +0100 (BST)
-             Message-Id:  <Pine.LNX.4.33.0107160830480.9915-100000@orpheus.gellyfish.com>
-     Branch: perl
-          ! utils/h2xs.PL
-____________________________________________________________________________
-[ 11383] By: nick                                  on 2001/07/16  13:53:12
-        Log: Subject:  [PATCH hints/darwin.sh] Don't override user-specified optimize flag
-             From:  Robin Houston <robin@kitsite.com>
-             Date:  Sun, 15 Jul 2001 18:22:31 +0100
-             Message-Id:  <20010715182230.A11174@robin>
-     Branch: perl
-          ! hints/darwin.sh
-____________________________________________________________________________
-[ 11382] By: nick                                  on 2001/07/16  13:52:49
-        Log: Subject:  [PATCH perl@11372] re_dup
-             From:  Radu Greab <radu@netsoft.ro>
-             Date:  Sun, 15 Jul 2001 04:50:06 +0300
-             Message-Id:  <15184.63182.656988.340591@ix.netsoft.ro>
-     Branch: perl
-          ! sv.c
-____________________________________________________________________________
-[ 11379] By: nick                                  on 2001/07/16  13:35:39
-        Log: Subject:  [PATCH B::Deparse] formats can't contain formats
-             From:  Robin Houston <robin@kitsite.com>
-             Date:  Sat, 14 Jul 2001 14:28:50 +0100
-             Message-Id:  <20010714142850.A10205@robin>
-     Branch: perl
-          ! ext/B/B/Deparse.pm
-____________________________________________________________________________
-[ 11378] By: nick                                  on 2001/07/16  13:30:36
-        Log: Subject:  [PATCH @11359] Encode::Tcl.pm, EUC-JP with jis-x0212
-             From:  Sadahiro Tomoyuki <BQW10602@nifty.com>
-             Date:  Sat, 14 Jul 2001 22:17:42 +0900
-             Message-Id:  <20010714221736.6CA3.BQW10602@nifty.com>
-     Branch: perl
-          + ext/Encode/Encode/euc-jp-0212.enc
-          ! ext/Encode/Encode/Tcl.pm
-____________________________________________________________________________
-[ 11377] By: nick                                  on 2001/07/16  13:17:28
-        Log: Subject:  [PATCH 5.7.2] Remove useless ccflags hints
-             From:  Andy Dougherty <doughera@lafayette.edu>
-             Date:  Sun, 15 Jul 2001 22:52:54 -0400 (EDT)
-             Message-Id:  <Pine.SOL.4.10.10107152250230.10344-100000@maxwell.phys.lafayette.edu>
-     Branch: perl
-          ! hints/darwin.sh hints/rhapsody.sh
-____________________________________________________________________________
-[ 11376] By: nick                                  on 2001/07/16  09:05:00
-        Log: Integrate mainline
-     Branch: perlio
-         +> ext/Encode/Encode/7bit-greek.enc
-         +> ext/Encode/Encode/7bit-latin1.enc
-         +> ext/Encode/Encode/cns11643-1.enc
-         +> ext/Encode/Encode/cns11643-2.enc
-         +> ext/Encode/Encode/iso2022-cn.enc
-         +> ext/Encode/Encode/iso2022-jp1.enc
-         +> ext/Encode/Encode/iso2022-jp2.enc
-         !> Changes Configure MANIFEST Makefile.SH
-         !> ext/Encode/Encode/Tcl.pm ext/Encode/Encode/Tcl.t
-         !> ext/Encode/Encode/iso2022-kr.enc ext/POSIX/POSIX.pm
-         !> ext/PerlIO/Via/Via.pm handy.h myconfig.SH patchlevel.h
-         !> pod/perlhack.pod pod/perlre.pod pod/perltoc.pod regcomp.c sv.c
-         !> t/op/pat.t t/op/sprintf.t utils/h2ph.PL utils/h2xs.PL
-____________________________________________________________________________
-[ 11375] By: gsar                                  on 2001/07/16  02:46:11
-        Log: integrate change#11374 from maint-5.6
-             
-             make h2ph grok ccsymbols fo the form 1234L, 1234ULL etc.
-     Branch: perl
-         !> utils/h2ph.PL
-____________________________________________________________________________
-[ 11374] By: gsar                                  on 2001/07/16  02:10:51
-        Log: make h2ph grok ccsymbols fo the form 1234L, 1234ULL etc.
-     Branch: maint-5.6/perl
-          ! utils/h2ph.PL
-____________________________________________________________________________
-[ 11373] By: jhi                                   on 2001/07/14  09:27:10
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[ 11372] By: jhi                                   on 2001/07/14  09:19:18
-        Log: Subject: [PATCH h2xs.PL] use Getopt::Long (was Re: [PATCH] h2xs)
-             From: Jonathan Stowe <gellyfish@gellyfish.com>
-             Date: Sat, 14 Jul 2001 10:14:34 +0100 (BST)
-             Message-ID: <Pine.LNX.4.33.0107141008350.9915-100000@orpheus.gellyfish.com>
-     Branch: perl
-          ! utils/h2xs.PL
-____________________________________________________________________________
-[ 11371] By: jhi                                   on 2001/07/14  09:18:09
-        Log: Subject: patch to add DEL to [:cntrl:]
-             From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
-             Date: Fri, 13 Jul 2001 23:25:12 -0700 (PDT)
-             Message-Id: <200107140625.XAA01517@ventrue.corp.yahoo.com>
-     Branch: perl
-          ! handy.h pod/perlre.pod regcomp.c t/op/pat.t
-____________________________________________________________________________
-[ 11370] By: jhi                                   on 2001/07/14  01:33:17
-        Log: Metaconfig unit change for #11369; plus a dependency nit.
-     Branch: metaconfig
-          ! U/compline/nblock_io.U
-     Branch: metaconfig/U/perl
-          ! Extensions.U
-____________________________________________________________________________
-[ 11369] By: jhi                                   on 2001/07/14  01:32:33
-        Log: #include <stdlib.h> so that exit() is prototyped,
-             noticed by Hugo.
-     Branch: perl
-          ! Configure
-____________________________________________________________________________
-[ 11368] By: jhi                                   on 2001/07/14  01:18:28
-        Log: Subject: [PATCH: perl@11359] possible fix for sprintf.t on VAX that loads %Config
-             From: Peter Prymmer <pvhp@forte.com>
-             Date: Fri, 13 Jul 2001 19:15:45 -0700 (PDT)
-             Message-ID: <Pine.OSF.4.10.10107131908370.270775-100000@aspara.forte.com>
-     Branch: perl
-          ! t/op/sprintf.t
-____________________________________________________________________________
-[ 11367] By: jhi                                   on 2001/07/14  01:07:03
-        Log: Subject: [PATCH: perl@11359] fixup for Encode/Tcl.t on ruthless filesystems
-             From: Peter Prymmer <pvhp@forte.com>
-             Date: Fri, 13 Jul 2001 19:00:20 -0700 (PDT)
-             Message-ID: <Pine.OSF.4.10.10107131856280.270775-100000@aspara.forte.com>
-     Branch: perl
-          ! ext/Encode/Encode/Tcl.t
-____________________________________________________________________________
-[ 11366] By: jhi                                   on 2001/07/13  22:48:47
-        Log: Add information about gcc 3.0 basic block profiling.
-     Branch: perl
-          ! Makefile.SH pod/perlhack.pod pod/perltoc.pod
-____________________________________________________________________________
-[ 11365] By: jhi                                   on 2001/07/13  21:22:20
-        Log: Subject: Error in lib/PerlIO/Via.pm ?
-             From: Mark-Jason Dominus <mjd@plover.com>
-             Date: Fri, 13 Jul 2001 15:55:41 -0400
-             Message-ID: <20010713195541.26751.qmail@plover.com>
-     Branch: perl
-          ! ext/PerlIO/Via/Via.pm
-____________________________________________________________________________
-[ 11364] By: jhi                                   on 2001/07/13  21:21:23
-        Log: Move both usemymalloc and d_bincompat5005 to the Platfom
-             section from the Compiler section.
-     Branch: perl
-          ! myconfig.SH
-____________________________________________________________________________
-[ 11363] By: jhi                                   on 2001/07/13  21:19:34
-        Log: Handle glibc style of constant definitions using enum
-             with intervening #defines; from Brendan O'Dea.
-     Branch: perl
-          ! utils/h2ph.PL
-____________________________________________________________________________
-[ 11362] By: jhi                                   on 2001/07/13  21:17:40
-        Log: Add LC_MESSAGES to the locale_h export tag (it already is
-             in the Makefile.PL and thusly eligible for an XS constant)
-             (see also maintperl #10543)
-     Branch: perl
-          ! ext/POSIX/POSIX.pm
-____________________________________________________________________________
-[ 11361] By: jhi                                   on 2001/07/13  15:12:37
-        Log: Subject: Re: [patch] re_dup
-             From: Abhijit Menon-Sen <ams@wiw.org>
-             Date: Fri, 13 Jul 2001 21:41:09 +0530
-             Message-ID: <20010713214109.A3328@lustre.dyn.wiw.org>
-     Branch: perl
-          ! sv.c
-____________________________________________________________________________
-[ 11360] By: jhi                                   on 2001/07/13  15:11:45
-        Log: Subject: [patch] re_dup
-             From: Doug MacEachern <dougm@covalent.net>
-             Date: Fri, 13 Jul 2001 08:51:24 -0700 (PDT)
-             Message-ID: <Pine.LNX.4.21.0107130848530.28844-100000@mako.covalent.net>
-     Branch: perl
-          ! sv.c
-____________________________________________________________________________
-[ 11359] By: jhi                                   on 2001/07/13  14:30:32
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[ 11358] By: jhi                                   on 2001/07/13  14:26:36
-        Log: Subject: [PATCH @11328] Encode::Tcl.pm for iso-2022-(?:jp-[12]|cn)
-             From: SADAHIRO Tomoyuki <BQW10602@nifty.com> 
-             Date: Sat, 14 Jul 2001 00:06:30 +0900
-             Message-Id: <20010713235522.8406.BQW10602@nifty.com>
-     Branch: perl
-          + ext/Encode/Encode/7bit-greek.enc
-          + ext/Encode/Encode/7bit-latin1.enc
-          + ext/Encode/Encode/cns11643-1.enc
-          + ext/Encode/Encode/cns11643-2.enc
-          + ext/Encode/Encode/iso2022-cn.enc
-          + ext/Encode/Encode/iso2022-jp1.enc
-          + ext/Encode/Encode/iso2022-jp2.enc
-          ! MANIFEST ext/Encode/Encode/Tcl.pm
-          ! ext/Encode/Encode/iso2022-kr.enc
-____________________________________________________________________________
-[ 11357] By: nick                                  on 2001/07/13  14:24:06
-        Log: Blind integrate mainline (as of 5.7.2?)
-     Branch: perlio
-         !> AUTHORS Changes Porting/config.sh Porting/config_H
-         !> README.netware ext/PerlIO/t/encoding.t makedef.pl patchlevel.h
-         !> pod/perlhist.pod utils/libnetcfg.PL win32/Makefile
-         !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
-         !> win32/makefile.mk
-____________________________________________________________________________
-[ 11355] By: jhi                                   on 2001/07/13  13:13:46
-        Log: Snip away the devel patchlevel.
-     Branch: perl
-          ! patchlevel.h
-____________________________________________________________________________
-[ 11354] By: jhi                                   on 2001/07/13  13:12:01
-        Log: Bump the version to 5.7.2.
-     Branch: perl
-          ! Porting/config.sh Porting/config_H patchlevel.h
-          ! pod/perlhist.pod utils/libnetcfg.PL win32/Makefile
-          ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
-          ! win32/makefile.mk
-____________________________________________________________________________
-[ 11353] By: jhi                                   on 2001/07/13  13:00:00
-        Log: Update Changes.
-     Branch: perl
-          ! Changes
-____________________________________________________________________________
-[ 11352] By: jhi                                   on 2001/07/13  12:54:49
-        Log: Reword.
-     Branch: perl
-          ! AUTHORS
-____________________________________________________________________________
-[ 11351] By: jhi                                   on 2001/07/13  12:52:47
-        Log: AUTHORS update.
-     Branch: perl
-          ! AUTHORS
-____________________________________________________________________________
-[ 11350] By: jhi                                   on 2001/07/13  12:24:36
-        Log: Ignore PL_regex_pad and PL_regex_padav from symbols
-             unless ithreads.
-     Branch: perl
-          ! makedef.pl
-____________________________________________________________________________
-[ 11349] By: jhi                                   on 2001/07/13  11:54:10
-        Log: Integrate perlio:
-             
-             [ 11346]
-             Win32/distclean.bat - Down-case all MANIFEST and File::Find results so 
-             to avoid /unicode vs /Unicode issues.
-     Branch: perl
-         !> win32/distclean.bat
-____________________________________________________________________________
-[ 11348] By: jhi                                   on 2001/07/13  11:49:50
-        Log: Test the encoding transform only iff we have PerlIO,
-             noticed by H. Merijn Brand.
-     Branch: perl
-          ! ext/PerlIO/t/encoding.t
-____________________________________________________________________________
-[ 11347] By: jhi                                   on 2001/07/13  11:40:13
-        Log: README.netware tweaks from Ananth Kesari.
-     Branch: perl
-          ! README.netware
-____________________________________________________________________________
-[ 11346] By: nick                                  on 2001/07/13  09:18:51
-        Log: Win32/distclean.bat - Down-case all MANIFEST and File::Find results so 
-             to avoid /unicode vs /Unicode issues.
-     Branch: perlio
-          ! win32/distclean.bat
-____________________________________________________________________________
-[ 11345] By: nick                                  on 2001/07/13  06:24:18
-        Log: Integrate mainline
-     Branch: perlio
-         +> README.uts lib/UnicodeCD.pm lib/UnicodeCD.t
-          - lib/Unicode/UCD.pm lib/Unicode/UCD.t lib/unicode/distinct.pm
-         !> (integrate 63 files)
-____________________________________________________________________________
-[ 11344] By: jhi                                   on 2001/07/13  04:50:22
-        Log: Add d_bincompat5005 information to perl -V.
-     Branch: perl
-          ! myconfig.SH
-____________________________________________________________________________
-[ 11343] By: jhi                                   on 2001/07/13  03:42:05
-        Log: Subject: Re: [PATCH] Re: Memory corruption? Read-only $_?
-             From: Abhijit Menon-Sen <ams@wiw.org>
-             Date: Fri, 13 Jul 2001 07:12:36 +0530
-             Message-ID: <20010713071236.C5669@lustre.dyn.wiw.org>
-     Branch: perl
-          ! sv.c
-____________________________________________________________________________
-[ 11342] By: jhi                                   on 2001/07/13  03:36:22
-        Log: Remove unicode::distinct, as per Inaba Hiroto.
-     Branch: perl
-          - lib/unicode/distinct.pm
-          ! MANIFEST hv.c perl.h pod/perlmodlib.pod pod/perltoc.pod sv.c
-          ! t/lib/1_compile.t
-____________________________________________________________________________
-[ 11341] By: jhi                                   on 2001/07/13  00:05:53
-        Log: Paging for Dr Octothorpe.
-     Branch: perl
-          ! pod/perlfaq4.pod
-____________________________________________________________________________
-[ 11340] By: jhi                                   on 2001/07/12  23:53:44
-        Log: cut-n-paste error noticed by mjd.
-     Branch: perl
-          ! pod/perlfaq4.pod
-____________________________________________________________________________
-[ 11339] By: jhi                                   on 2001/07/12  23:39:42
-        Log: Subject: [PATCH: perl@11328] update the octal situation in perlfaq4.pod
-             From: Peter Prymmer <pvhp@forte.com>
-             Date: Thu, 12 Jul 2001 17:04:22 -0700 (PDT)
-             Message-ID: <Pine.OSF.4.10.10107121703040.219875-100000@aspara.forte.com>
-     Branch: perl
-          ! pod/perlfaq4.pod
-____________________________________________________________________________
-[ 11338] By: jhi                                   on 2001/07/12  23:38:49
-        Log: Subject: Re: [randy@qualcomm.com: Corrections for ' repository - Using the Perl repository ']
-             From: Randall Gellens <randy@qualcomm.com>
-             Date: Thu, 12 Jul 2001 16:56:23 -0700
-             Message-Id: <p05100301b773e9751c04@[129.46.176.61]>
-     Branch: perl
-          ! Porting/repository.pod
-____________________________________________________________________________
-[ 11337] By: jhi                                   on 2001/07/12  23:35:06
-        Log: Make PTHREAD_ATFORK() to croak if HAS_FORK, noop otherwise.
-     Branch: perl
-          ! thread.h
-____________________________________________________________________________
-[ 11336] By: jhi                                   on 2001/07/12  23:23:39
-        Log: Subject: [PATCH] pthread_atfork on FreeBSD - Part 1: #ifdef HAS_PTHREAD_ATFORK  
-             From: coral <coral@moonlight.crystalflame.net>
-             Date: Thu, 12 Jul 2001 16:16:50 -0700 (PDT)
-             Message-Id: <200107122316.f6CNGoq09171@moonlight.crystalflame.net>
-     Branch: perl
-          ! thread.h
-____________________________________________________________________________
-[ 11335] By: jhi                                   on 2001/07/12  23:23:14
-        Log: Metaconfig unit change for #11134.
-     Branch: metaconfig
-          + U/threads/d_pthread_atfork.U
-____________________________________________________________________________
-[ 11334] By: jhi                                   on 2001/07/12  23:22:42
-        Log: Add HAS_PTHREAD_ATFORK.
-     Branch: perl
-          ! Configure NetWare/config.wc NetWare/config_H.wc
-          ! Porting/Glossary Porting/config.sh Porting/config_H
-          ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
-          ! uconfig.h uconfig.sh vos/config.alpha.def vos/config.alpha.h
-          ! vos/config.ga.def vos/config.ga.h win32/config.bc
-          ! win32/config.gc win32/config.vc win32/config_H.bc
-          ! win32/config_H.gc win32/config_H.vc
-____________________________________________________________________________
-[ 11333] By: jhi                                   on 2001/07/12  22:58:35
-        Log: Subject: [PATCH] File::Copy fails on tied handles
-             From: "Wilson, Doug" <Doug_Wilson@intuit.com>
-             Date: Thu, 12 Jul 2001 15:18:51 -0700
-             Message-ID: <35A280DF784CD411A06B0008C7B130ADB5505B@sdex04.sd.intuit.com>
-     Branch: perl
-          ! lib/File/Copy.pm
-____________________________________________________________________________
-[ 11332] By: jhi                                   on 2001/07/12  22:57:04
-        Log: Subject: [PATCH] Langinfo.t
-             From: Nicholas Clark <nick@ccl4.org>
-             Date: Thu, 12 Jul 2001 23:55:38 +0100
-             Message-ID: <20010712235538.M5827@plum.flirble.org>
-     Branch: perl
-          ! ext/I18N/Langinfo/Langinfo.t
-____________________________________________________________________________
-[ 11331] By: jhi                                   on 2001/07/12  22:56:09
-        Log: Subject: [PATCH: perl@11328] informational tweaks to perl572delta.pod
-             From: Peter Prymmer <pvhp@forte.com>
-             Date: Thu, 12 Jul 2001 16:38:00 -0700 (PDT)
-             Message-ID: <Pine.OSF.4.10.10107121633340.219875-100000@aspara.forte.com>
-     Branch: perl
-          ! pod/perl572delta.pod
-____________________________________________________________________________
-[ 11330] By: jhi                                   on 2001/07/12  22:55:23
-        Log: Subject: [PATCH] Re: Memory corruption? Read-only $_?
-             From: Abhijit Menon-Sen <ams@wiw.org>
-             Date: Fri, 13 Jul 2001 05:21:16 +0530
-             Message-ID: <20010713052116.B5669@lustre.dyn.wiw.org>
-     Branch: perl
-          ! sv.c
-____________________________________________________________________________
-[ 11329] By: jhi                                   on 2001/07/12  22:54:39
-        Log: Subject: [PATCH 20010712.005] Re: Perl bug with "delete" on arrays
-             From: Abhijit Menon-Sen <ams@wiw.org>
-             Date: Fri, 13 Jul 2001 03:04:25 +0530
-             Message-ID: <20010713030425.A5669@lustre.dyn.wiw.org>
-     Branch: perl
-          ! av.c
-____________________________________________________________________________
-[ 11328] By: gsar                                  on 2001/07/12  19:02:01
-        Log: s/^M$//g
-     Branch: perl
-          ! win32/Makefile win32/makefile.mk
-____________________________________________________________________________
-[ 11327] By: jhi                                   on 2001/07/12  18:54:09
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[ 11326] By: jhi                                   on 2001/07/12  18:17:18
-        Log: Typo spotted by Philip Newton.
-     Branch: perl
-          ! pod/perl572delta.pod
-____________________________________________________________________________
-[ 11325] By: jhi                                   on 2001/07/12  18:11:42
-        Log: Subject: [PATCH] fixes perl_clone of perl_clone
-             From: Artur Bergman <artur@contiller.se>
-             Date: Thu, 12 Jul 2001 20:57:09 +0200
-             Message-ID: <B773BFA4.236B%artur@contiller.se>
-     Branch: perl
-          ! sv.c
-____________________________________________________________________________
-[ 11324] By: jhi                                   on 2001/07/12  18:09:17
-        Log: Add README.uts from Hal Morris.
-     Branch: perl
-          + README.uts
-          ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perl572delta.pod
-          ! pod/perltoc.pod win32/Makefile win32/makefile.mk
-____________________________________________________________________________
-[ 11323] By: jhi                                   on 2001/07/12  17:48:33
-        Log: Subject: Re: AIX 4.3.3 w/ vac 5.0 [ FATAL in B ]
-             From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
-             Date: Thu, 12 Jul 2001 20:32:37 +0200
-             Message-Id: <20010712201743.E108.H.M.BRAND@hccnet.nl>
-     Branch: perl
-          ! hints/aix.sh
-____________________________________________________________________________
-[ 11322] By: jhi                                   on 2001/07/12  17:44:29
-        Log: Subject: Patch: document reg_data.what member
-             From: Mark-Jason Dominus <mjd@plover.com>
-             Message-ID: <20010712182532.14821.qmail@plover.com>
-             Date: Thu, 12 Jul 2001 14:25:32 -0400
-     Branch: perl
-          ! regcomp.c regcomp.h
-____________________________________________________________________________
-[ 11321] By: jhi                                   on 2001/07/12  17:43:18
-        Log: Subject: [PATCH] Perl_re_dup()
-             From: Abhijit Menon-Sen <ams@wiw.org>
-             Date: Thu, 12 Jul 2001 23:54:32 +0530
-             Message-ID: <20010712235432.J24707@lustre.dyn.wiw.org>
-     Branch: perl
-          ! embed.h embed.pl perlapi.c proto.h sv.c
-____________________________________________________________________________
-[ 11320] By: jhi                                   on 2001/07/12  17:18:54
-        Log: Regen Configure, modlib, toc.
-     Branch: perl
-          ! Configure Porting/Glossary Porting/config.sh Porting/config_H
-          ! pod/perlmodlib.pod pod/perltoc.pod
-____________________________________________________________________________
-[ 11319] By: jhi                                   on 2001/07/12  17:08:15
-        Log: The problem seems to be in PerlIO::Layer::->find() not
-             accepting the ":encoding(blurflur)" arguments.
-     Branch: perl
-          ! lib/PerlIO.pm lib/open.pm
-____________________________________________________________________________
-[ 11318] By: jhi                                   on 2001/07/12  16:58:11
-        Log: AIX doc update.
-     Branch: perl
-          ! README.aix pod/perl572delta.pod
-____________________________________________________________________________
-[ 11317] By: jhi                                   on 2001/07/12  16:39:11
-        Log: Subject: AIX README update
-             From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
-             Date: Thu, 12 Jul 2001 19:28:30 +0200
-             Message-Id: <20010712192620.E0F9.H.M.BRAND@hccnet.nl>
-     Branch: perl
-          ! README.aix
-____________________________________________________________________________
-[ 11316] By: jhi                                   on 2001/07/12  16:37:15
-        Log: Subject: [PATCH ext/IO/lib/IO/t/io_unix.t] for QNX6
-             From: Norton Allen <allen@huarp.harvard.edu>
-             Date: Thu, 12 Jul 2001 11:30:51 -0400 (edt)
-             Message-Id: <200107121530.LAA12631@bottesini.harvard.edu>
-     Branch: perl
-          ! ext/IO/lib/IO/t/io_unix.t
-____________________________________________________________________________
-[ 11315] By: jhi                                   on 2001/07/12  16:35:53
-        Log: Subject: [PATCH README.qnx hints/qnx.sh]
-             From: Norton Allen <allen@huarp.harvard.edu>
-             Date: Thu, 12 Jul 2001 11:29:19 -0400 (edt)
-             Message-Id: <200107121529.LAA23411@bottesini.harvard.edu>
-     Branch: perl
-          ! README.qnx hints/qnx.sh
-____________________________________________________________________________
-[ 11314] By: jhi                                   on 2001/07/12  16:13:15
-        Log: Subject: [patch] faster PM_GETRE
-             From: Doug MacEachern <dougm@covalent.net>
-             Date: Thu, 12 Jul 2001 10:13:27 -0700 (PDT)
-             Message-ID: <Pine.LNX.4.21.0107121011530.28844-100000@mako.covalent.net>
-     Branch: perl
-          ! op.h
-____________________________________________________________________________
-[ 11313] By: jhi                                   on 2001/07/12  16:12:23
-        Log: Subject: Re: [PATCH] Threadsafe PMOPs! We might still win this war.
-             From: Doug MacEachern <dougm@covalent.net>
-             Date: Thu, 12 Jul 2001 10:11:28 -0700 (PDT)
-             Message-ID: <Pine.LNX.4.21.0107121010160.28844-100000@mako.covalent.net>
-     Branch: perl
-          ! op.c
-____________________________________________________________________________
-[ 11312] By: jhi                                   on 2001/07/12  16:07:22
-        Log: Tell where the nice Estonian database is.
-     Branch: perl
-          ! lib/open.pm
-____________________________________________________________________________
-[ 11311] By: jhi                                   on 2001/07/12  16:05:31
-        Log: Retract #11309 since #11310 is a better fix.
-     Branch: perl
-          ! t/lib/1_compile.t
-____________________________________________________________________________
-[ 11310] By: gsar                                  on 2001/07/12  15:50:40
-        Log: fix for failing fork.t#12 on windows (win32_execvp() tweak in
-             change#11300 needs to return the status of failed win32_spawnvp())
-             
-             fix various open.pm bugs: '\0' isn't the same as "\0", so it wasn't
-             splitting correctly; remove unused variables; 'require' at run time
-             rather than 'use' at compile time for I18N::Langinfo, since it
-             isn't everyware
-     Branch: perl
-          ! lib/open.pm win32/win32.c
-____________________________________________________________________________
-[ 11309] By: jhi                                   on 2001/07/12  15:29:55
-        Log: Temporary workaround.
-     Branch: perl
-          ! t/lib/1_compile.t
-____________________________________________________________________________
-[ 11308] By: jhi                                   on 2001/07/12  14:44:51
-        Log: UCD typo in #11306 and add also more known-to-be-tested
-             modules to the skip list.
-     Branch: perl
-          ! t/lib/1_compile.t
-____________________________________________________________________________
-[ 11307] By: jhi                                   on 2001/07/12  14:38:38
-        Log: Rename Unicode::UCD to UnicodeCD to avoid
-             messups with case-insensitive filesystems.
-     Branch: perl
-          + lib/UnicodeCD.pm lib/UnicodeCD.t
-          - lib/Unicode/UCD.pm lib/Unicode/UCD.t
-          ! MANIFEST pod/perl572delta.pod t/lib/1_compile.t
-____________________________________________________________________________
-[ 11306] By: jhi                                   on 2001/07/12  13:32:05
-        Log: Subject: [ID 20010711.005] in Tie::Array, SPLICE ignores context, breaking SHIFT 
-             From: daniel@biz.bitpusher.com
-             Date: Wed, 11 Jul 2001 23:25:47 -0700
-             Message-Id: <200107120625.f6C6PkJ13065@biz.bitpusher.com>
-     Branch: perl
-          ! lib/Tie/Array.pm t/op/splice.t
-____________________________________________________________________________
-[ 11305] By: jhi                                   on 2001/07/12  13:05:46
-        Log: Subject: [PATCH] More accurate line numbers in messages
-             From: Paul Johnson <paul@pjcj.net>
-             Date: Thu, 12 Jul 2001 04:14:11 +0200
-             Message-ID: <20010712041411.A3467@pjcj.net>
-             
-             (With prototyping and multiplicity tweaks.)
-     Branch: perl
-          ! dump.c embed.h embed.pl t/lib/warnings/util util.c
-____________________________________________________________________________
-[ 11304] By: nick                                  on 2001/07/12  12:53:40
-        Log: Integrate mainline
-     Branch: perlio
-         !> ext/ByteLoader/bytecode.h hints/aix.sh pod/perl572delta.pod
-         !> regexec.c thread.h
-____________________________________________________________________________
-[ 11303] By: jhi                                   on 2001/07/12  12:46:20
-        Log: Cut-and-pasto in #11298.
-     Branch: perl
-          ! ext/ByteLoader/bytecode.h
-____________________________________________________________________________
-[ 11302] By: jhi                                   on 2001/07/12  12:42:35
-        Log: Update the AIX known problems section.
-     Branch: perl
-          ! pod/perl572delta.pod
-____________________________________________________________________________
-[ 11301] By: jhi                                   on 2001/07/12  12:36:46
-        Log: Subject: Re: HiRes on AIX 4.2 in threaded mode
-             From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
-             Date: Thu, 12 Jul 2001 12:16:16 +0200
-             Message-Id: <20010712114215.E0D9.H.M.BRAND@hccnet.nl>
-     Branch: perl
-          ! hints/aix.sh
-____________________________________________________________________________
-[ 11300] By: jhi                                   on 2001/07/12  12:35:44
-        Log: Integrate perlio:
-             
-             [ 11296]
-             Exclude reentrant_buffer from .def file
-             
-             [ 11295]
-             Honour void-ness of my_exit()
-     Branch: perl
-         !> makedef.pl win32/win32.c
-____________________________________________________________________________
-[ 11299] By: jhi                                   on 2001/07/12  12:33:57
-        Log: Subject: [PATCH] fix for PMOP threadness failures
-             From: Artur Bergman <artur@contiller.se>
-             Date: Thu, 12 Jul 2001 09:48:06 +0200
-             Message-ID: <B77322D6.22DD%artur@contiller.se>
-     Branch: perl
-          ! regexec.c
-____________________________________________________________________________
-[ 11298] By: jhi                                   on 2001/07/12  12:27:47
-        Log: Subject: RE: Win32 Failure, was Re: perl@11278 - LAST CALL FOR 5.7.2
-             From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
-             Date: Thu, 12 Jul 2001 09:09:48 +0200
-             Message-ID: <E3FB32585BF1D411B9E900805FF51A0808CE70@RU0022EXCH001U> 
-             
-             More parentheses to keep bcc happy.
-     Branch: perl
-          ! ext/ByteLoader/bytecode.h
-____________________________________________________________________________
-[ 11297] By: jhi                                   on 2001/07/12  12:24:50
-        Log: Subject: Re: [patch] pthread_atfork bandaid
-             From: Doug MacEachern <dougm@covalent.net>
-             Date: Wed, 11 Jul 2001 23:43:17 -0700 (PDT)
-             Message-ID: <Pine.LNX.4.21.0107112342330.28844-100000@mako.covalent.net>
-     Branch: perl
-          ! thread.h
-____________________________________________________________________________
-[ 11296] By: nick                                  on 2001/07/12  11:55:48
-        Log: Exclude reentrant_buffer from .def file
-     Branch: perlio
-          ! makedef.pl
-____________________________________________________________________________
-[ 11295] By: nick                                  on 2001/07/12  11:11:44
-        Log: Honour void-ness of my_exit()
-     Branch: perlio
-          ! win32/win32.c
-____________________________________________________________________________
-[ 11294] By: nick                                  on 2001/07/12  07:51:04
-        Log: Integrate mainline
-     Branch: perlio
-         +> uts/sprintf_wrap.c
-         !> (integrate 35 files)
-____________________________________________________________________________
-[ 11293] By: jhi                                   on 2001/07/12  04:58:08
-        Log: Retract #11289.
-     Branch: perl
-          ! embed.h embed.pl perl.c proto.h thread.h
-____________________________________________________________________________
-[ 11292] By: jhi                                   on 2001/07/12  04:47:43
-        Log: Now the :locale pseudolayer *almost* works...
-     Branch: perl
-          ! lib/open.pm
-____________________________________________________________________________
-[ 11291] By: jhi                                   on 2001/07/12  04:36:47
-        Log: Locale encoding tweaks.
-     Branch: perl
-          ! lib/open.pm
-____________________________________________________________________________
-[ 11290] By: jhi                                   on 2001/07/12  04:25:53
-        Log: Subject: Re: [PATCH: perl@11181] UCD.t fails LATIN|Latin test
-             From: Mark-Jason Dominus <mjd@plover.com>
-             Date: Thu, 12 Jul 2001 00:59:31 -0400
-             Message-ID: <20010712045931.8543.qmail@plover.com>
-             
-             Remove the chmod/umask leading zero warning.
-     Branch: perl
-          ! lib/warnings.pm pod/perldiag.pod pod/perllexwarn.pod
-          ! t/lib/warnings/toke toke.c warnings.h warnings.pl
-____________________________________________________________________________
-[ 11289] By: jhi                                   on 2001/07/12  04:16:41
-        Log: (Retracted by #11289.)
-     Branch: perl
-          ! embed.h embed.pl perl.c proto.h thread.h
-____________________________________________________________________________
-[ 11288] By: jhi                                   on 2001/07/12  03:45:11
-        Log: Needed by #11283.
-     Branch: perl
-          ! intrpvar.h
-____________________________________________________________________________
-[ 11287] By: jhi                                   on 2001/07/12  03:40:04
-        Log: Metaconfig unit change for #11286.
-     Branch: metaconfig/U/perl
-          ! patchlevel.U
-____________________________________________________________________________
-[ 11286] By: jhi                                   on 2001/07/12  03:39:18
-        Log: Subject: Re: [PATCH Configure] perl -V broken
-             From: Andy Dougherty <doughera@lafayette.edu>
-             Date: Wed, 11 Jul 2001 13:30:27 -0400 (EDT)
-             Message-ID: <Pine.SOL.4.10.10107111329060.2021-100000@maxwell.phys.lafayette.edu>
-     Branch: perl
-          ! Configure myconfig.SH
-____________________________________________________________________________
-[ 11285] By: jhi                                   on 2001/07/12  03:27:28
-        Log: Retract #11166 (and #11237).
-     Branch: perl
-          ! dump.c embed.h lib/warnings.pm op.c op.h opcode.h opcode.pl
-          ! pod/perldiag.pod pp.sym pp_proto.h t/lib/warnings/op
-          ! t/lib/warnings/toke toke.c warnings.h warnings.pl
-____________________________________________________________________________
-[ 11284] By: jhi                                   on 2001/07/12  02:36:42
-        Log: UTS tweaks for Hal Morris.
-     Branch: perl
-          + uts/sprintf_wrap.c
-          ! MANIFEST hints/uts.sh perl.h
-____________________________________________________________________________
-[ 11283] By: jhi                                   on 2001/07/12  00:52:36
-        Log: Subject: [PATCH] Use reentrant API glibc
-             From: Artur Bergman <artur@contiller.se>
-             Date: Thu, 12 Jul 2001 00:58:21 +0200
-             Message-ID: <B772A6AD.2288%artur@contiller.se>
-     Branch: perl
-          ! embedvar.h intrpvar.h op.h perl.c perlapi.h pod/perlapi.pod
-          ! sv.c
-____________________________________________________________________________
-[ 11282] By: jhi                                   on 2001/07/12  00:35:27
-        Log: Subject: Re: ActivePerl 628 + warnings + fork + exec = spurious "Can't exec"?
-             From: barries <barries@slaysys.com>
-             Date: Wed, 11 Jul 2001 15:11:46 -0400
-             Message-ID: <20010711151146.G24560@jester.slaysys.com>
-     Branch: perl
-          ! pp_sys.c t/lib/warnings/doio win32/win32.c
-____________________________________________________________________________
-[ 11281] By: jhi                                   on 2001/07/12  00:32:17
-        Log: Subject: [patch] pthread_atfork bandaid
-             From: Doug MacEachern <dougm@covalent.net>
-             Date: Wed, 11 Jul 2001 08:59:12 -0700 (PDT)
-             Message-ID: <Pine.LNX.4.21.0107110855070.11688-100000@mako.covalent.net>
-     Branch: perl
-          ! miniperlmain.c perl.c
-____________________________________________________________________________
-[ 11280] By: jhi                                   on 2001/07/12  00:31:34
-        Log: Subject: [patch] perl_clone leaks
-             From: Doug MacEachern <dougm@covalent.net>
-             Date: Wed, 11 Jul 2001 08:43:32 -0700 (PDT)
-             Message-ID: <Pine.LNX.4.21.0107110842390.11688-100000@mako.covalent.net>
-     Branch: perl
-          ! sv.c
-____________________________________________________________________________
-[ 11279] By: nick                                  on 2001/07/11  15:49:38
-        Log: Integrate mainline
-     Branch: perlio
-         +> ext/Encode/Encode/HZ.enc ext/PerlIO/t/encoding.t
-         +> ext/Time/HiRes/hints/dynixptx.pl lib/Math/BigInt/Calc.pm
-         +> lib/Math/BigInt/t/bigintc.t lib/Term/ANSIColor/ChangeLog
-         +> lib/Term/ANSIColor/README
-         !> (integrate 54 files)
-____________________________________________________________________________
-[ 11278] By: jhi                                   on 2001/07/11  13:52:20
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[ 11277] By: jhi                                   on 2001/07/11  13:31:43
-        Log: Subject: blead kit timestamps && the problem with running perl embed.pl
-             From: Peter Prymmer <pvhp@forte.com>
-             Date: Tue, 10 Jul 2001 19:33:00 -0700 (PDT)
-             Message-ID: <Pine.OSF.4.10.10107101906360.137455-100000@aspara.forte.com>
-             
-             Backport of embed.pl to 5.003.
-     Branch: perl
-          ! embed.pl
-____________________________________________________________________________
-[ 11276] By: jhi                                   on 2001/07/11  13:18:07
-        Log: Subject: Re: POSIX test #14 on UTS 
-             From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
-             Date: Wed, 11 Jul 2001 03:02:14 +0100
-             Message-Id: <200107110202.f6B22Ea10727@crypt.compulink.co.uk>
-     Branch: perl
-          ! ext/POSIX/POSIX.t
-____________________________________________________________________________
-[ 11275] By: jhi                                   on 2001/07/11  13:15:49
-        Log: Make the I32 an IV to preserve structure alignment and size.
-     Branch: perl
-          ! op.h
-____________________________________________________________________________
-[ 11274] By: jhi                                   on 2001/07/11  13:13:27
-        Log: Subject: [PATCH] Threadsafe PMOPs! We might still win this war.
-             From: "Artur Bergman" <artur@contiller.se>
-             Date: Wed, 11 Jul 2001 14:23:37 +0200
-             Message-ID: <000b01c10a04$4fa16a10$21000a0a@vogw2kdev>
-             
-             Threadsafe PMOPs for ithreads, waiting for AMS's Perl_re_dup().
-     Branch: perl
-          ! embedvar.h intrpvar.h op.c op.h perl.c perlapi.h
-          ! pod/perlapi.pod sv.c
-____________________________________________________________________________
-[ 11273] By: jhi                                   on 2001/07/11  03:53:28
-        Log: Tweak until Pod::Parser gets updated.
-     Branch: perl
-          ! t/pod/special_seqs.xr
-____________________________________________________________________________
-[ 11272] By: jhi                                   on 2001/07/11  00:46:05
-        Log: File::Spec usage tweak.
-     Branch: perl
-          ! lib/ExtUtils.t
-____________________________________________________________________________
-[ 11271] By: jhi                                   on 2001/07/11  00:37:19
-        Log: Integrate #11263 from macperl; macos and macosx updates.
-     Branch: perl
-         !> pod/perlport.pod
-____________________________________________________________________________
-[ 11270] By: jhi                                   on 2001/07/11  00:33:27
-        Log: Subject: [PATCH: perl@11238] dynixptx updates for osvers='4.5.2'
-             From: Peter Prymmer <pvhp@forte.com>
-             Date: Tue, 10 Jul 2001 15:29:45 -0700 (PDT)
-             Message-ID: <Pine.OSF.4.10.10107101519160.137455-100000@aspara.forte.com>
-     Branch: perl
-          + ext/Time/HiRes/hints/dynixptx.pl
-          ! MANIFEST hints/dynixptx.sh
-____________________________________________________________________________
-[ 11269] By: jhi                                   on 2001/07/11  00:32:16
-        Log: Subject: [PATCH] ExtUtils::Constant (was Re: funny numconvert test in perl@11006 (was Re: report on BS2000 wit h perl@11006))
-             From: Nicholas Clark <nick@ccl4.org>
-             Date: Tue, 10 Jul 2001 23:17:43 +0100
-             Message-ID: <20010710231742.B59620@plum.flirble.org>
-     Branch: perl
-          ! lib/ExtUtils.t lib/ExtUtils/Constant.pm
-____________________________________________________________________________
-[ 11268] By: jhi                                   on 2001/07/11  00:30:56
-        Log: Subject: [DOC PATCH] Pluggable runops
-             From: Paul Johnson <paul@pjcj.net>
-             Date: Tue, 10 Jul 2001 21:53:28 +0200
-             Message-ID: <20010710215328.B26577@pjcj.net>
-     Branch: perl
-          ! pod/perlguts.pod
-____________________________________________________________________________
-[ 11267] By: jhi                                   on 2001/07/11  00:29:59
-        Log: Subject: [PATCH] Authors
-             From: Artur Bergman <artur@contiller.se>
-             Date: Tue, 10 Jul 2001 20:39:12 +0200
-             Message-ID: <B771186F.21CD%artur@contiller.se>
-     Branch: perl
-          ! AUTHORS
-____________________________________________________________________________
-[ 11266] By: jhi                                   on 2001/07/11  00:29:13
-        Log: Subject: Re: [PATCH] Small fix to pp_gmtime
-             From: Doug MacEachern <dougm@covalent.net>
-             Date: Tue, 10 Jul 2001 11:19:43 -0700 (PDT)
-             Message-ID: <Pine.LNX.4.21.0107101118020.10475-100000@mako.covalent.net>
-     Branch: perl
-          ! pp_ctl.c
-____________________________________________________________________________
-[ 11265] By: jhi                                   on 2001/07/11  00:28:15
-        Log: Subject: doc patch; times() in scalar context
-             From: mjd@plover.com
-             Date: 10 Jul 2001 18:01:17 -0000
-             Message-ID: <20010710180117.12477.qmail@plover.com>
-     Branch: perl
-          ! pod/perlfunc.pod
-____________________________________________________________________________
-[ 11264] By: jhi                                   on 2001/07/11  00:27:17
-        Log: Subject: [PATCH] Small fix to pp_gmtime
-             From: Artur Bergman <artur@contiller.se>
-             Date: Tue, 10 Jul 2001 19:54:52 +0200
-             Message-ID: <B7710E0B.21C5%artur@contiller.se>
-     Branch: perl
-          ! pp_sys.c
-____________________________________________________________________________
-[ 11263] By: pudge                                 on 2001/07/10  21:06:10
-        Log: Integrate changes from mainline perl, add notes about
-             Mac OS X and Mac OS.
-     Branch: maint-5.6/macperl
-          ! pod/perlport.pod
-____________________________________________________________________________
-[ 11262] By: jhi                                   on 2001/07/10  15:21:26
-        Log: A proof of the dangers of package; ?
-     Branch: perl
-          ! t/lib/warnings/op
-____________________________________________________________________________
-[ 11261] By: jhi                                   on 2001/07/10  15:02:27
-        Log: Regen toc and modlib.
-     Branch: perl
-          ! pod/perlmodlib.pod pod/perltoc.pod
-____________________________________________________________________________
-[ 11260] By: jhi                                   on 2001/07/10  15:00:37
-        Log: Add compexcl(), casefold(), and casespec() interfaces;
-             and make all interfaces to return hash references instead
-             of hashes. 
-     Branch: perl
-          ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
-____________________________________________________________________________
-[ 11259] By: jhi                                   on 2001/07/10  13:50:17
-        Log: Subject: [PATCH bleadperl] Math::Big* doc patches (and some code)
-             From: "Philip Newton" <Philip.Newton@gmx.net>
-             Date: Tue, 10 Jul 2001 09:55:59 +0200
-             Message-ID: <20010710.095300@ID-11583.news.dfncis.de>
-             
-             Subject: [DOC PATCH bleadperl] detypo Math::BigInt docs
-             From: "Philip Newton" <Philip.Newton@gmx.net>
-             Date: Tue, 10 Jul 2001 09:56:37 +0200
-             Message-ID: <20010710.095600@ID-11583.news.dfncis.de>
-     Branch: perl
-          ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
-          ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintpm.t
-____________________________________________________________________________
-[ 11258] By: jhi                                   on 2001/07/10  13:47:20
-        Log: Subject: [patch] undef &xsub for 1,2
-             From: Doug MacEachern <dougm@covalent.net>
-             Date: Mon, 9 Jul 2001 20:16:49 -0700 (PDT)
-             Message-ID: <Pine.LNX.4.21.0107092012570.1913-100000@mako.covalent.net>
-             
-             (This version of the patch with a comment from Gisle.)
-     Branch: perl
-          ! op.c
-____________________________________________________________________________
-[ 11257] By: jhi                                   on 2001/07/10  13:45:44
-        Log: Mention package; deprecation and the Win32 problems.
-     Branch: perl
-          ! pod/perl572delta.pod
-____________________________________________________________________________
-[ 11256] By: jhi                                   on 2001/07/10  13:45:12
-        Log: Subject: [PATCH] deprecate package with no arguments
-             From: Robin Houston <robin@kitsite.com>
-             Date: Tue, 10 Jul 2001 13:33:40 +0100
-             Message-ID: <20010710133340.A13452@robin.kitsite.com>
-     Branch: perl
-          ! op.c pod/perldiag.pod pod/perlfunc.pod t/lib/warnings/op
-____________________________________________________________________________
-[ 11255] By: jhi                                   on 2001/07/10  13:16:11
-        Log: Upgrade to podlators 1.10.
-     Branch: perl
-          ! lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm
-          ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
-          ! pod/pod2man.PL pod/pod2text.PL
-____________________________________________________________________________
-[ 11254] By: jhi                                   on 2001/07/10  13:09:34
-        Log: Upgrade to Term::ANSIColor 1.04.
-     Branch: perl
-          + lib/Term/ANSIColor/ChangeLog lib/Term/ANSIColor/README
-          ! MANIFEST lib/Term/ANSIColor.pm lib/Term/ANSIColor/test.pl
-____________________________________________________________________________
-[ 11253] By: jhi                                   on 2001/07/10  12:59:27
-        Log: Integrate perlio:
-             
-             [ 11252]
-             Fix open(...,"...:layer(xxx)",...)
-             - use memEQ not strEQ as there is '(' not '\0'
-             
-             [ 11063]
-             Quick for for #ifdef mess
-     Branch: perl
-         !> perlio.c
-____________________________________________________________________________
-[ 11252] By: nick                                  on 2001/07/10  06:58:14
-        Log: Fix open(...,"...:layer(xxx)",...)
-             - use memEQ not strEQ as there is '(' not '\0'
-     Branch: perlio
-          ! perlio.c
-____________________________________________________________________________
-[ 11251] By: jhi                                   on 2001/07/10  04:04:18
-        Log: Telling the number of tests helps.
-     Branch: perl
-          ! ext/PerlIO/t/encoding.t
-____________________________________________________________________________
-[ 11250] By: jhi                                   on 2001/07/10  03:55:38
-        Log: Require I18N::Langinfo, not use.
-     Branch: perl
-          ! lib/open.pm
-____________________________________________________________________________
-[ 11249] By: jhi                                   on 2001/07/10  03:50:18
-        Log: Add a test for for PerlIO ":encoding(...)" layer.
-     Branch: perl
-          + ext/PerlIO/t/encoding.t
-          ! MANIFEST ext/Encode/Encode.pm
-____________________________________________________________________________
-[ 11248] By: jhi                                   on 2001/07/10  02:06:57
-        Log: PerlIO ":encoding(foobar)" temporary fix.
-             Not really correct, I think, since the change means
-             that prefixes match.
-     Branch: perl
-          ! perlio.c
-____________________________________________________________________________
-[ 11247] By: jhi                                   on 2001/07/10  01:38:11
-        Log: Update to Math::BigInt 1.36.  The biggest news is
-             the separation of the backend; now the pure Perl
-             implementation is in Math::BigInt::Calc, but one
-             can plugin, say, Math::BigInt::BitVect, and get
-             considerable speedup.
-     Branch: perl
-          + lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintc.t
-          ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
-          ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.t
-          ! lib/Math/BigInt/t/mbimbf.t
-____________________________________________________________________________
-[ 11246] By: jhi                                   on 2001/07/10  01:19:55
-        Log: Subject: Re: compatibility question
-             From: Peter Prymmer <pvhp@forte.com>
-             Date: Mon, 9 Jul 2001 18:04:33 -0700 (PDT)
-             Message-ID: <Pine.OSF.4.10.10107091619360.86512-100000@aspara.forte.com>
-     Branch: perl
-          ! lib/ExtUtils/MM_VMS.pm
-____________________________________________________________________________
-[ 11245] By: jhi                                   on 2001/07/10  01:18:04
-        Log: Subject: [PATCH ext/File/Glob/t/basic.t]
-             From: Norton Allen <allen@huarp.harvard.edu>
-             Date: Mon, 9 Jul 2001 17:16:15 -0400 (edt)
-             Message-Id: <200107092116.RAA12010@bottesini.harvard.edu>
-     Branch: perl
-          ! ext/File/Glob/t/basic.t
-____________________________________________________________________________
-[ 11244] By: jhi                                   on 2001/07/10  01:16:27
-        Log: Subject: [PATCH] Encode::Tcl. add "HZ" encoding and bugfix
-             From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
-             Date: Tue, 10 Jul 2001 00:29:55 +0900
-             Message-Id: <20010710002756.B497.BQW10602@nifty.com>
-     Branch: perl
-          + ext/Encode/Encode/HZ.enc
-          ! MANIFEST ext/Encode/Encode/7bit-kana.enc
-          ! ext/Encode/Encode/Tcl.pm ext/Encode/Encode/Tcl.t
-          ! ext/Encode/Encode/iso2022-jp.enc
-          ! ext/Encode/Encode/iso2022-kr.enc
-____________________________________________________________________________
-[ 11243] By: pudge                                 on 2001/07/09  22:16:12
-        Log: Add in all them there macos/ files.
-     Branch: maint-5.6/macperl
-          + (add 577 files)
-____________________________________________________________________________
-[ 11242] By: jhi                                   on 2001/07/09  20:26:04
-        Log: Add the new modules to the list of having those own tests.
-     Branch: perl
-          ! t/lib/1_compile.t
-____________________________________________________________________________
-[ 11241] By: jhi                                   on 2001/07/09  19:09:58
-        Log: Add INOUT to control both ways at the same time.
-     Branch: perl
-          ! lib/open.pm
-____________________________________________________________________________
-[ 11240] By: nick                                  on 2001/07/09  16:33:50
-        Log: Integrate mainline
-     Branch: perlio
-         +> ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
-         +> ext/I18N/Langinfo/Langinfo.xs ext/I18N/Langinfo/Makefile.PL
-         !> (integrate 41 files)
-____________________________________________________________________________
-[ 11239] By: jhi                                   on 2001/07/09  16:14:35
-        Log: More encoding mapping magic.
-     Branch: perl
-          ! lib/open.pm
-____________________________________________________________________________
-[ 11238] By: jhi                                   on 2001/07/09  14:40:43
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[ 11237] By: jhi                                   on 2001/07/09  14:27:27
-        Log: (Retracted by #11285).
-             
-             Subject: [PATCH] OPpCONST_OCTAL fixes
-             From: Abhijit Menon-Sen <ams@wiw.org>
-             Date: Mon, 9 Jul 2001 07:38:45 +0530
-             Message-ID: <20010709073845.A25406@lustre.dyn.wiw.org>
-     Branch: perl
-          ! op.c
-____________________________________________________________________________
-[ 11236] By: jhi                                   on 2001/07/09  14:10:07
-        Log: Add a pseudolayer ":locale" to the open pragma which
-             will get the encoding from the locale.  Yet undocumented
-             because I can't get the PerlIO :encoding(foobar) to work.
-     Branch: perl
-          ! ext/Encode/Encode.pm lib/open.pm
-____________________________________________________________________________
-[ 11235] By: jhi                                   on 2001/07/09  13:38:43
-        Log: Add more encoding mappings.
-     Branch: perl
-          ! ext/Encode/Encode.pm
-____________________________________________________________________________
-[ 11234] By: jhi                                   on 2001/07/09  13:24:54
-        Log: Document that using :encoding layer requires using Encode.
-     Branch: perl
-          ! ext/Encode/Encode.pm lib/PerlIO.pm
-____________________________________________________________________________
-[ 11233] By: jhi                                   on 2001/07/09  13:19:34
-        Log: Netware tweak from Ananth Kesari.
-     Branch: perl
-          ! NetWare/netware.h
-____________________________________________________________________________
-[ 11232] By: gsar                                  on 2001/07/09  04:40:07
-        Log: t/harness doesn't know about run/*.t
-     Branch: perl
-          ! t/harness
-____________________________________________________________________________
-[ 11231] By: gsar                                  on 2001/07/09  04:36:30
-        Log: run/exit.t busted on windows
-     Branch: perl
-          ! t/run/exit.t
-____________________________________________________________________________
-[ 11230] By: gsar                                  on 2001/07/09  04:14:54
-        Log: fix a couple of UCD.t tests that fail due to bad case
-     Branch: perl
-          ! lib/Unicode/UCD.t
-____________________________________________________________________________
-[ 11229] By: gsar                                  on 2001/07/09  03:57:06
-        Log: test skip logic was broken
-     Branch: perl
-          ! ext/I18N/Langinfo/Langinfo.t
-____________________________________________________________________________
-[ 11228] By: gsar                                  on 2001/07/09  03:42:20
-        Log: remove *.pdb files on windows upon $(MAKE) clean (fixes
-             failure of ExtUtils.t#27 when built in debug mode)
-     Branch: perl
-          ! lib/ExtUtils/MM_Win32.pm
-____________________________________________________________________________
-[ 11227] By: gsar                                  on 2001/07/09  02:11:04
-        Log: I18N::Langinfo is not available on windows
-     Branch: perl
-          ! win32/FindExt.pm
-____________________________________________________________________________
-[ 11226] By: gsar                                  on 2001/07/09  01:55:23
-        Log: save a dTHX
-     Branch: perl
-          ! ext/POSIX/POSIX.xs
-____________________________________________________________________________
-[ 11225] By: jhi                                   on 2001/07/08  23:42:37
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[ 11224] By: jhi                                   on 2001/07/08  23:05:41
-        Log: Guard the nl_langinfo() with HAS_NL_LANGINFO 
-             as pointed out by Sarathy.
-     Branch: perl
-          ! ext/I18N/Langinfo/Langinfo.xs
-____________________________________________________________________________
-[ 11223] By: jhi                                   on 2001/07/08  22:59:01
-        Log: Retract #11212.
-     Branch: perl
-          ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c
-____________________________________________________________________________
-[ 11222] By: jhi                                   on 2001/07/08  17:41:22
-        Log: Bump up the VERSION of Cwd.xs.
-     Branch: perl
-          ! ext/Cwd/Makefile.PL
-____________________________________________________________________________
-[ 11221] By: jhi                                   on 2001/07/08  17:13:38
-        Log: Retract #11220, the problem wasn't the missing leading zero.
-             Here's the problem:
-             $ ./perl -we 'chmod(oct("755"), ".")'
-             Non-octal literal mode (493) specified at -e line 1.
-             (Did you mean 0493 instead?)
-     Branch: perl
-          ! lib/ExtUtils/MM_Unix.pm
-____________________________________________________________________________
-[ 11220] By: jhi                                   on 2001/07/08  17:05:55
-        Log: (Retracted by #11221)
-             Change the PERM_RW and PERM_RWX to 0644 and 0755
-             (add the leading zero).
-     Branch: perl
-          ! lib/ExtUtils/MM_Unix.pm
-____________________________________________________________________________
-[ 11219] By: jhi                                   on 2001/07/08  16:17:32
-        Log: Integrate changes #11193, 11205, 11209 from macperl.
-             
-             Fix up AutoLoader to fudge for Mac paths in import().
-             
-             Allow symbols in try_symbol() to begin with "_".
-             
-             Small portability fix for Mac OS.
-     Branch: perl
-         !> lib/AutoLoader.pm lib/Cwd.pm makedef.pl
-____________________________________________________________________________
-[ 11218] By: jhi                                   on 2001/07/08  16:10:30
-        Log: Metaconfig unit change for #11217.
-     Branch: metaconfig/U/perl
-          ! Extensions.U
-____________________________________________________________________________
-[ 11217] By: jhi                                   on 2001/07/08  16:10:07
-        Log: Detypo, problem noticed by Gerrit P. Haase.
-     Branch: perl
-          ! Configure config_h.SH
-____________________________________________________________________________
-[ 11216] By: jhi                                   on 2001/07/08  15:58:35
-        Log: Cwd cleanups.
-     Branch: perl
-          ! ext/Cwd/Cwd.xs
-____________________________________________________________________________
-[ 11215] By: jhi                                   on 2001/07/08  15:52:57
-        Log: Slight tweaks on #11213.
-     Branch: perl
-          ! toke.c
-____________________________________________________________________________
-[ 11214] By: jhi                                   on 2001/07/08  14:32:28
-        Log: A missing dTHX noticed by Gerrit P. Haase.
-     Branch: perl
-          ! ext/POSIX/POSIX.xs
-____________________________________________________________________________
-[ 11213] By: jhi                                   on 2001/07/08  14:24:44
-        Log: Subject: [PATCH toke.c] Simplify yytoke()
-             From: Simon Cozens <simon@netthink.co.uk>
-             Date: Sun, 8 Jul 2001 13:24:34 +0100
-             Message-ID: <20010708132434.A9448@deep-dark-truthful-mirror>
-             
-             Split out pending_ident().
-     Branch: perl
-          ! embed.h embed.pl pod/perlapi.pod proto.h toke.c
-____________________________________________________________________________
-[ 11212] By: jhi                                   on 2001/07/08  14:17:10
-        Log: (Retracted by #11223.)
-             Subject: [PATCH] Re: Problem with Safe.pm and Perl 5.004
-             Date: Wed, 05 Nov 1997 17:22:34 -0600
-             From: Graham Barr <gbarr@ti.com>
-             Message-Id: <3460FFBA.6DA51F46@ti.com>
-     Branch: perl
-          ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c
-____________________________________________________________________________
-[ 11211] By: jhi                                   on 2001/07/08  13:53:38
-        Log: Fix I18N::Langinfo nits noticed but Philip Newton.
-     Branch: perl
-          ! ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
-          ! pod/perllocale.pod
-____________________________________________________________________________
-[ 11210] By: jhi                                   on 2001/07/08  01:34:09
-        Log: Really do the test under the C locale.
-     Branch: perl
-          ! ext/I18N/Langinfo/Langinfo.t
-____________________________________________________________________________
-[ 11209] By: pudge                                 on 2001/07/08  01:19:25
-        Log: Small portability fix for Mac OS.
-     Branch: maint-5.6/macperl
-          ! lib/Cwd.pm
-____________________________________________________________________________
-[ 11208] By: jhi                                   on 2001/07/08  01:14:58
-        Log: Metaconfig unit change for #11207.
-     Branch: metaconfig/U/perl
-          ! Extensions.U
-____________________________________________________________________________
-[ 11207] By: jhi                                   on 2001/07/08  01:14:02
-        Log: Add I18N::Langinfo, which is basically a wrapper around
-             nl_langinfo(), which is an additional way to query locale
-             specific information.
-     Branch: perl
-          + ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
-          + ext/I18N/Langinfo/Langinfo.xs ext/I18N/Langinfo/Makefile.PL
-          ! Configure MANIFEST pod/perl572delta.pod pod/perllocale.pod
-____________________________________________________________________________
-[ 11206] By: pudge                                 on 2001/07/08  00:56:29
-        Log: Bugfixes for some tests.  commonsense.t not in perl 5.6,
-             used in File::Find tests; replace with if.t.
-     Branch: maint-5.6/macperl
-          ! t/lib/filefind-taint.t t/lib/filefind.t t/op/taint.t
-          ! t/pragma/warn/op
-____________________________________________________________________________
-[ 11205] By: pudge                                 on 2001/07/07  23:55:56
-        Log: Allow symbols in try_symbol() to begin with "_".
-     Branch: maint-5.6/macperl
-          ! makedef.pl
-____________________________________________________________________________
-[ 11204] By: pudge                                 on 2001/07/07  23:53:37
-        Log: Sync up the File::Find changes from the rewrite by
-             Thomas Wegner, et al.
-     Branch: maint-5.6/macperl
-          + t/lib/filefind-taint.t
-          ! lib/File/Find.pm t/lib/filefind.t
-____________________________________________________________________________
-[ 11203] By: pudge                                 on 2001/07/07  23:43:06
-        Log: Subject: [PATCHES] :t:pod: and :lib:Pod: stuff
-             From: Thomas Wegner <wegner_thomas@yahoo.com>
-             Date: Thu, 5 Jul 2001 20:31:25 +0200
-             Message-Id: <p04320400b76a0fc8dea5@[149.225.100.38]>
-     Branch: maint-5.6/macperl
-          ! lib/Pod/Find.pm t/pod/find.t t/pod/testp2pt.pl
-____________________________________________________________________________
-[ 11202] By: pudge                                 on 2001/07/07  23:38:36
-        Log: Some more test portability fixes.
-     Branch: maint-5.6/macperl
-          ! t/lib/filecopy.t t/pragma/warn/pp_sys
-____________________________________________________________________________
-[ 11201] By: jhi                                   on 2001/07/07  22:52:38
-        Log: The #11200 removed wrong (non-existent) target.  Duh.
-     Branch: perl
-          ! Makefile.SH
-____________________________________________________________________________
-[ 11200] By: jhi                                   on 2001/07/07  22:44:14
-        Log: Zap the lib/re.pm before creating it.
-     Branch: perl
-          ! Makefile.SH
-____________________________________________________________________________
-[ 11199] By: pudge                                 on 2001/07/07  20:54:35
-        Log: Another test.  Please ignore.
-     Branch: maint-5.6/macperl
-          ! README.macos
-____________________________________________________________________________
-[ 11198] By: pudge                                 on 2001/07/07  20:44:12
-        Log: Portability fixes for a lot of tests, especially IO-related
-             tests, and warnings, and the harness script.
-     Branch: maint-5.6/macperl
-          ! t/harness t/io/argv.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/lib/filepath.t
-          ! t/lib/findbin.t t/lib/io_dup.t t/lib/socket.t t/op/die_exit.t
-          ! t/op/misc.t t/op/read.t t/op/readdir.t t/op/runlevel.t
-          ! t/op/stat.t t/op/subst_wamp.t t/op/taint.t
-          ! t/pragma/diagnostics.t t/pragma/subs.t t/pragma/warn/doio
-          ! t/pragma/warn/mg t/pragma/warn/op t/pragma/warn/pp_sys
-          ! t/pragma/warnings.t
-____________________________________________________________________________
-[ 11197] By: jhi                                   on 2001/07/07  20:32:28
-        Log: Subject: [PATCH] lib/h2xs.t (was Re: [PATCH] h2xs)
-             From: Nicholas Clark <nick@ccl4.org>
-             Date: Sat, 7 Jul 2001 21:00:17 +0100
-             Message-ID: <20010707210017.H59620@plum.flirble.org>
-     Branch: perl
-          ! lib/h2xs.t
-____________________________________________________________________________
-[ 11196] By: jhi                                   on 2001/07/07  20:26:36
-        Log: The UNICOS/mk SysV IPC problem has been fixed.
-     Branch: perl
-          ! pod/perl572delta.pod
-____________________________________________________________________________
-[ 11195] By: jhi                                   on 2001/07/07  19:59:51
-        Log: Slight update tweaks on perlunicode.pod.
-     Branch: perl
-          ! pod/perlunicode.pod
-____________________________________________________________________________
-[ 11194] By: jhi                                   on 2001/07/07  17:53:03
-        Log: Subject: Doc patch DB_File.pm: use umask-friendly modes
-             From: Mark-Jason Dominus <mjd@plover.com>
-             Date: Sat, 07 Jul 2001 13:04:04 -0400
-             Message-ID: <20010707170404.32694.qmail@plover.com>
-     Branch: perl
-          ! ext/DB_File/DB_File.pm
-____________________________________________________________________________
-[ 11193] By: pudge                                 on 2001/07/07  17:26:28
-        Log: Fix up AutoLoader to fudge for Mac paths in import().
-     Branch: maint-5.6/macperl
-          ! lib/AutoLoader.pm
-____________________________________________________________________________
-[ 11192] By: jhi                                   on 2001/07/07  17:03:06
-        Log: Try to force the lib/re.pm to be there before entering
-             the extensions builds, should help for parallel makes.
-     Branch: perl
-          ! Makefile.SH
-____________________________________________________________________________
-[ 11191] By: jhi                                   on 2001/07/07  15:26:16
-        Log: Subject: Re: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
-             From: Norton Allen <allen@huarp.harvard.edu>
-             Date: Fri, 6 Jul 2001 12:01:14 -0400 (edt)
-             Message-Id: <200107061601.MAA00597@bottesini.harvard.edu>
-     Branch: perl
-          ! ext/POSIX/POSIX.xs
-____________________________________________________________________________
-[ 11190] By: jhi                                   on 2001/07/07  15:22:08
-        Log: Subject: [PATCH] Re: op/arith.t
-             From: Nicholas Clark <nick@ccl4.org>
-             Date: Sat, 7 Jul 2001 13:04:54 +0100
-             Message-ID: <20010707130454.D59620@plum.flirble.org>
-     Branch: perl
-          ! numeric.c toke.c
-____________________________________________________________________________
-[ 11189] By: jhi                                   on 2001/07/07  15:20:44
-        Log: Subject: [PATCH] h2xs
-             From: Nicholas Clark <nick@ccl4.org>
-             Date: Fri, 6 Jul 2001 23:25:14 +0100
-             Message-ID: <20010706232514.X59620@plum.flirble.org>
-     Branch: perl
-          ! utils/h2xs.PL
-____________________________________________________________________________
-[ 11188] By: jhi                                   on 2001/07/07  15:12:36
-        Log: Subject: Re: bleedperl perl_alloc..free leakage
-             From: Radu Greab <radu@netsoft.ro>
-             Date: Fri, 6 Jul 2001 19:48:54 +0300
-             Message-ID: <15173.60406.308246.456184@ix.netsoft.ro>
-             
-             Leak-be-gone.
-     Branch: perl
-          ! op.c
-____________________________________________________________________________
-[ 11187] By: pudge                                 on 2001/07/07  02:11:36
-        Log: Test again.  Please ignore.
-     Branch: maint-5.6/macperl
-          ! README.macos
-____________________________________________________________________________
-[ 11186] By: pudge                                 on 2001/07/07  02:08:13
-        Log: Test.  Please ignore.
-     Branch: maint-5.6/macperl
-          ! README.macos
-____________________________________________________________________________
-[ 11185] By: pudge                                 on 2001/07/06  23:46:57
-        Log: Include changes already sent in separately as patches,
-             before branch was created.
-     Branch: maint-5.6/macperl
-          ! ext/File/Glob/bsd_glob.c ext/IO/lib/IO/Dir.pm gv.c
-          ! lib/DirHandle.pm lib/File/Basename.pm lib/File/Copy.pm
-          ! lib/File/Find.pm lib/diagnostics.pm perl.c t/base/term.t
-          ! t/comp/cpp.t t/comp/multiline.t t/comp/script.t t/comp/term.t
-          ! t/lib/anydbm.t t/lib/autoloader.t t/lib/dirhand.t
-          ! t/lib/filefind.t t/lib/io_dir.t t/lib/selfloader.t
-          ! t/op/anonsub.t t/op/closure.t t/op/defins.t t/op/die_exit.t
-          ! t/op/exec.t t/op/goto.t t/op/misc.t t/op/pack.t t/op/regexp.t
-          ! t/op/regexp_noamp.t t/op/split.t t/op/write.t
-          ! t/pragma/strict.t
-____________________________________________________________________________
-[ 11184] By: jhi                                   on 2001/07/06  16:41:30
-        Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
-             From: Norton Allen <allen@huarp.harvard.edu>
-             Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
-             Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
-     Branch: perl
-          ! utf8.h
-____________________________________________________________________________
-[ 11183] By: nick                                  on 2001/07/06  16:27:40
-        Log: Integrate mainline
-     Branch: perlio
-         +> (branch 42 files)
-          - NetWare/perlsdio.h ext/util/mkbootstrap lib/Net/DummyInetd.pm
-          - lib/Net/PH.pm lib/Net/SNPP.pm lib/Net/t/ph.t
-          - win32/bin/mdelete.bat
-         !> (integrate 215 files)
-____________________________________________________________________________
-[ 11182] By: jhi                                   on 2001/07/06  15:57:16
-        Log: The #11166 needed also these updated.
-     Branch: perl
-          ! lib/warnings.pm warnings.h
-____________________________________________________________________________
-[ 11181] By: jhi                                   on 2001/07/06  13:24:42
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[ 11180] By: jhi                                   on 2001/07/06  13:20:08
-        Log: Regen toc.
-     Branch: perl
-          ! pod/perltoc.pod
-____________________________________________________________________________
-[ 11179] By: jhi                                   on 2001/07/06  12:57:13
-        Log: Nit from Abhijit.
-     Branch: perl
-          ! lib/CPAN.pm
-____________________________________________________________________________
-[ 11178] By: jhi                                   on 2001/07/06  12:53:04
-        Log: Retract #11172.
-     Branch: perl
-          ! t/op/method.t
-____________________________________________________________________________
-[ 11177] By: jhi                                   on 2001/07/06  12:44:51
-        Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
-             From: Norton Allen <allen@huarp.harvard.edu>
-             Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
-             Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
-     Branch: perl
-          ! lib/Cwd.pm
-____________________________________________________________________________
-[ 11176] By: jhi                                   on 2001/07/06  12:42:45
-        Log: (Accidentally empty check-in.)
-     Branch: perl
-          ! utf8.h
-____________________________________________________________________________
-[ 11175] By: jhi                                   on 2001/07/06  12:29:56
-        Log: Retract #11165 since Sarathy pointed out it'll not
-             work properly under threads, the problem should be
-             solved using "the savestack, either via SSNEW() or
-             using a newSVpv()+SAVEFREESV() combo."
-     Branch: perl
-          ! ext/POSIX/POSIX.xs
-____________________________________________________________________________
-[ 11174] By: jhi                                   on 2001/07/06  12:27:31
-        Log: Retract #11125 since NI-S pointed out it'll not work in
-             cases where the extension has their own handcrafted INC
-             et alia.
-     Branch: perl
-          ! lib/ExtUtils/MM_Unix.pm
-____________________________________________________________________________
-[ 11173] By: jhi                                   on 2001/07/06  12:20:50
-        Log: Subject: RE: [PATCH] -I and MakeMaker again
-             From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
-             Date: Fri, 6 Jul 2001 09:18:29 +0200
-             Message-ID: <E3FB32585BF1D411B9E900805FF51A0808C221@RU0022EXCH001U>
-     Branch: perl
-          ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_VMS.pm
-          ! lib/ExtUtils/MM_Win32.pm
-____________________________________________________________________________
-[ 11172] By: jhi                                   on 2001/07/06  12:18:39
-        Log: (Retracted by #11178)
-             Subject: [PATCH t/op/method.t] SUPER:: strangeness
-             From: Piers Cawley <pdcawley@iterative-software.com>
-             Date: 06 Jul 2001 10:49:01 +0100
-             Message-ID: <m2ith6xu9e.fsf@despairon.bofh.org.uk>
-     Branch: perl
-          ! t/op/method.t
-____________________________________________________________________________
-[ 11171] By: jhi                                   on 2001/07/06  01:38:55
-        Log: VOS README update from Paul Green.
-     Branch: perl
-          ! README.vos
-____________________________________________________________________________
-[ 11170] By: jhi                                   on 2001/07/06  01:19:33
-        Log: Subject: [PATCH README.qnx hints/qnx.sh]
-             From: Norton Allen <allen@huarp.harvard.edu>
-             Message-Id: <200107051755.NAA21422@bottesini.harvard.edu>
-             Date: Thu, 5 Jul 2001 13:55:11 -0400 (edt)
-     Branch: perl
-          ! README.qnx hints/qnx.sh
-____________________________________________________________________________
-[ 11169] By: jhi                                   on 2001/07/06  01:17:43
-        Log: Subject: [PATCH] Doc patch for Tie::Hash
-             From: Artur Bergman <artur@contiller.se>
-             Date: Thu, 05 Jul 2001 22:51:18 +0200
-             Message-ID: <B76A9FE6.1F04%artur@contiller.se>
-     Branch: perl
-          ! lib/Tie/Hash.pm
-____________________________________________________________________________
-[ 11168] By: jhi                                   on 2001/07/06  01:16:27
-        Log: Subject: [PATCH] perlfaq4.pod
-             From: "Liney, Dave" <dave.liney@gbr.conoco.com>
-             Message-ID: <1BB544A41666D311836C00902751FF6D01FD2D07@LONEX02>
-             Date: Thu, 5 Jul 2001 18:44:10 +0100 
-     Branch: perl
-          ! pod/perlfaq4.pod
-____________________________________________________________________________
-[ 11167] By: jhi                                   on 2001/07/06  01:14:41
-        Log: Subject: [PATCH B::Deparse] Make warnings handling more robust
-             From: Robin Houston <robin@kitsite.com>
-             Date: Thu, 5 Jul 2001 18:33:21 +0100
-             Message-ID: <20010705183321.A27345@robin.kitsite.com>
-     Branch: perl
-          ! ext/B/B/Deparse.pm
-____________________________________________________________________________
-[ 11166] By: jhi                                   on 2001/07/06  01:11:50
-        Log: (Retracted by #11285.)
-             
-             Subject: Re: [PATCH] mkdir() mode argument is missing initial 0
-             From: Abhijit Menon-Sen <ams@wiw.org>
-             Date: Fri, 6 Jul 2001 01:26:32 +0530
-             Message-ID: <20010706012632.A28327@lustre.dyn.wiw.org>
-     Branch: perl
-          ! dump.c op.c op.h opcode.h opcode.pl pod/perldiag.pod pp.sym
-          ! pp_proto.h t/lib/warnings/op t/lib/warnings/toke toke.c
-          ! warnings.pl
-____________________________________________________________________________
-[ 11165] By: jhi                                   on 2001/07/06  00:19:26
-        Log: (Retracted by #11175)
-             Subject: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
-             From: Norton Allen <allen@huarp.harvard.edu>
-             Message-Id: <200107051734.NAA13375@bottesini.harvard.edu>
-             Date: Thu, 5 Jul 2001 13:34:51 -0400 (edt)
-     Branch: perl
-          ! ext/POSIX/POSIX.xs
-____________________________________________________________________________
-[ 11164] By: jhi                                   on 2001/07/06  00:14:57
-        Log: Unterminated C< (noticed by Richard Hatch), and few other
-             small Unicode doc tweaks.
-     Branch: perl
-          ! pod/perlretut.pod
-____________________________________________________________________________
-[ 11163] By: jhi                                   on 2001/07/05  19:33:34
-        Log: More flexible argument understanding; add charblocks() and
-             charscripts(); make charblock() and charscript() two-way;
-             add charinrange(); separate the $Unicode::UCD::VERSION and
-             the version of the Unicode by adding UnicodeVersion().
-     Branch: perl
-          ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
-____________________________________________________________________________
-[ 11162] By: jhi                                   on 2001/07/05  13:38:36
-        Log: Update Unicode::UCD on \p{In...}.
-     Branch: perl
-          ! lib/Unicode/UCD.pm
-____________________________________________________________________________
-[ 11161] By: jhi                                   on 2001/07/05  13:26:00
-        Log: Subject: Re: [PATCH lib/ExtUtils.t] Extra Files for QNX
-             From: Norton Allen <allen@huarp.harvard.edu>
-             Date: Thu, 5 Jul 2001 09:57:14 -0400 (edt)
-             Message-Id: <200107051357.JAA06285@bottesini.harvard.edu>
-     Branch: perl
-          ! lib/ExtUtils/MM_Unix.pm
-____________________________________________________________________________
-[ 11160] By: jhi                                   on 2001/07/05  13:06:53
-        Log: POSIX-BC tweaks from Thomas Dorner.
-     Branch: perl
-          ! hints/posix-bc.sh perlio.h
-____________________________________________________________________________
-[ 11159] By: jhi                                   on 2001/07/05  04:17:18
-        Log: Module updates for the delta.
-     Branch: perl
-          ! pod/perl572delta.pod
-____________________________________________________________________________
-[ 11158] By: jhi                                   on 2001/07/05  03:45:19
-        Log: Subject: [PATCH ext/IO/lib/IO/t/io_sock.t] for QNX
-             From: Norton Allen <allen@huarp.harvard.edu>
-             Message-Id: <200107050259.WAA06843@bottesini.harvard.edu>
-             Date: Wed, 4 Jul 2001 22:59:00 -0400 (edt)
-     Branch: perl
-          ! ext/IO/lib/IO/t/io_sock.t
-____________________________________________________________________________
-[ 11157] By: jhi                                   on 2001/07/05  03:44:19
-        Log: Subject: [PATCH perldiag.pod] Quick fixes
-             From: Simon Cozens <simon@netthink.co.uk>
-             Date: Wed, 4 Jul 2001 20:22:12 +0100
-             Message-ID: <20010704202212.A3690@deep-dark-truthful-mirror>
-     Branch: perl
-          ! pod/perldiag.pod
-____________________________________________________________________________
-[ 11156] By: jhi                                   on 2001/07/05  03:43:28
-        Log: (retracted by #13533)
-             
-             Subject: [PATCH perl@11099]Re: [ID 20010704.003] Taint mode breaks global match
-             From: Radu Greab <radu@netsoft.ro>
-             Date: Wed, 4 Jul 2001 22:13:31 +0300
-             Message-ID: <15171.27355.895094.128142@ix.netsoft.ro>
-     Branch: perl
-          ! op.c sv.c t/op/pos.t
-____________________________________________________________________________
-[ 11155] By: jhi                                   on 2001/07/05  03:40:24
-        Log: Subject: [PATCH] -I and MakeMaker again
-             From: Michael G Schwern <schwern@pobox.com>
-             Date: Wed, 4 Jul 2001 15:03:07 -0400
-             Message-ID: <20010704150307.I20340@blackrider>
-             
-             (and retract #11145)
-     Branch: perl
-          ! ext/util/make_ext lib/ExtUtils/MM_Unix.pm
-          ! lib/ExtUtils/MakeMaker.pm
-____________________________________________________________________________
-[ 11154] By: jhi                                   on 2001/07/05  03:32:43
-        Log: Subject: Re: PERFORCE change 11142 for review
-             From: "Philip Newton" <Philip.Newton@gmx.net>
-             Date: Wed, 4 Jul 2001 20:46:26 +0200
-             Message-Id: <200107041841.VAA25380@taas.iki.fi>
-     Branch: perl
-          ! lib/ExtUtils/MakeMaker.pm
-____________________________________________________________________________
-[ 11153] By: jhi                                   on 2001/07/05  03:29:21
-        Log: Subject: Re: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
-             From: Jonathan Stowe <gellyfish@gellyfish.com>
-             Date: Mon, 2 Jul 2001 20:45:53 +0100 (BST)
-             Message-ID: <Pine.LNX.4.33.0107022042570.8640-100000@orpheus.gellyfish.com>
-     Branch: perl
-          ! utils/pl2pm.PL
-____________________________________________________________________________
-[ 11152] By: gsar                                  on 2001/07/05  00:52:57
-        Log: fix the binary compatibility issue when building with/without
-             usemymalloc by exporting Perl_malloc() et al as simple wrappers
-             around the system functions (this allows most extensions built
-             using one mode to coexist with perls built in the other mode)
-             
-             XXX the Perl_mfree() wrapper might need to do return(free()) on
-             platforms where Free_t isn't "void"
-     Branch: perl
-          ! embed.h embed.pl makedef.pl proto.h util.c
-____________________________________________________________________________
-[ 11151] By: gsar                                  on 2001/07/05  00:42:49
-        Log: perl built with USE_ITHREADS can deadlock during fork() or backticks
-             since it doesn't ensure threads other than the one calling fork()
-             aren't holding any locks; the fix is to use pthread_atfork() to
-             hold global locks
-             
-             building perl with -Dusemymalloc exacerbates the problem since
-             Perl_malloc() holds a mutex, and perl's exec() calls New()
-             
-             XXX the code in win32thread.h may be needed on platforms that have
-             no pthread_atfork()
-     Branch: perl
-          ! perl.c thread.h win32/win32thread.h
-____________________________________________________________________________
-[ 11150] By: pudge                                 on 2001/07/04  20:07:54
-        Log: Integrate #11009 from maintperl.
-     Branch: maint-5.6/macperl
-         !> lib/ExtUtils/Manifest.pm
-____________________________________________________________________________
-[ 11149] By: pudge                                 on 2001/07/04  19:54:46
-        Log: Flexing my Perforce muscles.
-     Branch: maint-5.6/macperl
-          ! README.macos
-____________________________________________________________________________
-[ 11148] By: jhi                                   on 2001/07/04  17:14:51
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[ 11147] By: jhi                                   on 2001/07/04  16:41:25
-        Log: Metaconfig unit change for #11146.
-     Branch: metaconfig/U/perl
-          ! d_fcntl_can_lock.U
-____________________________________________________________________________
-[ 11146] By: jhi                                   on 2001/07/04  16:36:31
-        Log: Somehow the #ifdefs of the added code (in #11093) made
-             HP-UX to fail the fcntl locking test, without the ifdefs
-             the test seems to be working again.  Reason unknown:
-             HP-UX cc doesn't complain either way.
-     Branch: perl
-          ! Configure
-____________________________________________________________________________
-[ 11145] By: jhi                                   on 2001/07/04  16:08:00
-        Log: (Retracted by #11155) PERLRUNINST needed in some spots.
-     Branch: perl
-          ! lib/ExtUtils/MM_Unix.pm
-____________________________________________________________________________
-[ 11144] By: jhi                                   on 2001/07/04  16:07:35
-        Log: gcc -Wall nit.
-     Branch: perl
-          ! pp_hot.c
-____________________________________________________________________________
-[ 11143] By: jhi                                   on 2001/07/04  15:08:26
-        Log: When removing tests updating the test count is a good idea, too.
-     Branch: perl
-          ! lib/Net/t/require.t
-____________________________________________________________________________
-[ 11142] By: jhi                                   on 2001/07/04  14:57:51
-        Log: Document #11134 and add the new symbols to the list of
-             of MakeMaker known ones.
-     Branch: perl
-          ! lib/ExtUtils/MakeMaker.pm
-____________________________________________________________________________
-[ 11141] By: jhi                                   on 2001/07/04  14:34:11
-        Log: Microperl update.
-     Branch: perl
-          ! uconfig.h
-____________________________________________________________________________
-[ 11140] By: jhi                                   on 2001/07/04  14:32:27
-        Log: Update the libnet tests as per #11138.
-     Branch: perl
-          - lib/Net/t/ph.t
-          ! MANIFEST lib/Net/t/require.t
-____________________________________________________________________________
-[ 11139] By: jhi                                   on 2001/07/04  14:14:33
-        Log: Regen toc and modlib.
-     Branch: perl
-          ! pod/perlmodlib.pod pod/perltoc.pod
-____________________________________________________________________________
-[ 11138] By: jhi                                   on 2001/07/04  14:10:38
-        Log: Remove DummyInetd, PH, and SNPP from the libnet, as per
-             Graham's request.
-     Branch: perl
-          - lib/Net/DummyInetd.pm lib/Net/PH.pm lib/Net/SNPP.pm
-          ! MANIFEST
-____________________________________________________________________________
-[ 11137] By: jhi                                   on 2001/07/04  14:06:35
-        Log: Add the OS/390 harness results to the delta.
-     Branch: perl
-          ! pod/perl572delta.pod
-____________________________________________________________________________
-[ 11136] By: jhi                                   on 2001/07/04  13:59:01
-        Log: Avoid the two study tests in OS/390 until the bug has been solved.
-     Branch: perl
-          ! t/op/study.t
-____________________________________________________________________________
-[ 11135] By: jhi                                   on 2001/07/04  13:49:08
-        Log: DOS/DJGPP tweaks from Laszlo Molnar.
-     Branch: perl
-          ! AUTHORS djgpp/djgppsed.sh hints/dos_djgpp.sh t/op/write.t
-____________________________________________________________________________
-[ 11134] By: jhi                                   on 2001/07/04  13:47:46
-        Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm and others] Fixing extra -I's with PERL_CORE
-             From: Michael G Schwern <schwern@pobox.com>
-             Date: Wed, 4 Jul 2001 00:01:16 -0400
-             Message-ID: <20010704000116.C591@blackrider>
-     Branch: perl
-          ! ext/util/make_ext lib/ExtUtils.t lib/ExtUtils/MM_Unix.pm
-____________________________________________________________________________
-[ 11133] By: jhi                                   on 2001/07/04  01:55:20
-        Log: The #11132 missed singleton characters (not part
-             of a unilo..unihi range) in Unicode scripts.
-     Branch: perl
-          ! lib/unicode/In/0.pl lib/unicode/In/1.pl lib/unicode/In/10.pl
-          ! lib/unicode/In/11.pl lib/unicode/In/12.pl lib/unicode/In/13.pl
-          ! lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
-          ! lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/20.pl
-          ! lib/unicode/In/21.pl lib/unicode/In/24.pl lib/unicode/In/29.pl
-          ! lib/unicode/In/3.pl lib/unicode/In/30.pl lib/unicode/In/34.pl
-          ! lib/unicode/In/35.pl lib/unicode/In/37.pl lib/unicode/In/39.pl
-          ! lib/unicode/In/4.pl lib/unicode/In/5.pl lib/unicode/In/6.pl
-          ! lib/unicode/In/8.pl lib/unicode/In/9.pl lib/unicode/Scripts.pl
-          ! lib/unicode/mktables.PL t/op/pat.t
-____________________________________________________________________________
-[ 11132] By: jhi                                   on 2001/07/04  01:32:11
-        Log: Support preferentially the Unicode 'scripts' definition
-             in the \p{In...} notation since according to Unicode the
-             scripts concept is more natural for matching than using
-             the somewhat artificial block names.  The block names are
-             still available, though, and if there's a name conflict,
-             the scripts one wins and the blocks one has to do with
-             'Block' appended to its name.  For more information see
-             
-             http://www.unicode.org/unicode/reports/tr24/
-     Branch: perl
-          + lib/unicode/In/100.pl lib/unicode/In/101.pl
-          + lib/unicode/In/102.pl lib/unicode/In/103.pl
-          + lib/unicode/In/104.pl lib/unicode/In/105.pl
-          + lib/unicode/In/106.pl lib/unicode/In/107.pl
-          + lib/unicode/In/108.pl lib/unicode/In/109.pl
-          + lib/unicode/In/110.pl lib/unicode/In/111.pl
-          + lib/unicode/In/112.pl lib/unicode/In/113.pl
-          + lib/unicode/In/114.pl lib/unicode/In/115.pl
-          + lib/unicode/In/116.pl lib/unicode/In/117.pl
-          + lib/unicode/In/118.pl lib/unicode/In/119.pl
-          + lib/unicode/In/120.pl lib/unicode/In/121.pl
-          + lib/unicode/In/122.pl lib/unicode/In/123.pl
-          + lib/unicode/In/124.pl lib/unicode/In/125.pl
-          + lib/unicode/In/126.pl lib/unicode/In/127.pl
-          + lib/unicode/In/128.pl lib/unicode/In/129.pl
-          + lib/unicode/In/130.pl lib/unicode/In/131.pl
-          + lib/unicode/In/132.pl lib/unicode/In/133.pl
-          + lib/unicode/In/134.pl lib/unicode/In/135.pl
-          + lib/unicode/In/96.pl lib/unicode/In/97.pl lib/unicode/In/98.pl
-          + lib/unicode/In/99.pl lib/unicode/Scripts.pl
-          ! (edit 106 files)
-____________________________________________________________________________
-[ 11131] By: jhi                                   on 2001/07/03  23:02:02
-        Log: Better document the difference between a block and a script.
-     Branch: perl
-          ! lib/Unicode/UCD.pm
-____________________________________________________________________________
-[ 11130] By: jhi                                   on 2001/07/03  22:49:15
-        Log: Subject: [ perl 5.6.1 ] CPAN.pm doc patch
-             From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
-             Date: Tue, 3 Jul 2001 15:04:23 -0500
-             Message-ID: <20010703150423.C9787@chaos.wustl.edu>
-     Branch: perl
-          ! lib/CPAN.pm
-____________________________________________________________________________
-[ 11129] By: jhi                                   on 2001/07/03  22:45:41
-        Log: Add tests for charscript().
-     Branch: perl
-          ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
-____________________________________________________________________________
-[ 11128] By: jhi                                   on 2001/07/03  20:41:54
-        Log: Add charscript() to get the UTR#24 script names of characters.
-     Branch: perl
-          ! lib/Unicode/UCD.pm
-____________________________________________________________________________
-[ 11127] By: jhi                                   on 2001/07/03  19:53:29
-        Log: Todo updates.
-     Branch: perl
-          ! pod/perltodo.pod
-____________________________________________________________________________
-[ 11126] By: jhi                                   on 2001/07/03  19:45:30
-        Log: Unicode::UCD updates.
-     Branch: perl
-          ! lib/Unicode/UCD.pm
-____________________________________________________________________________
-[ 11125] By: jhi                                   on 2001/07/03  16:12:20
-        Log: (Retracted by #11174)
-             Subject: MakeMaker should pass through DEFINE and INC to subdirs
-             From: Alan Burlison <Alan.Burlison@sun.com>
-             Date: Tue, 03 Jul 2001 15:20:13 +0100
-             Message-ID: <3B41D49D.A923D4F9@sun.com>
-     Branch: perl
-          ! lib/ExtUtils/MM_Unix.pm
-____________________________________________________________________________
-[ 11124] By: jhi                                   on 2001/07/03  16:06:53
-        Log: Subject: Patch needed for UTS
-             From: hom00@utsglobal.com (Hal Morris)
-             Date: Tue, 3 Jul 2001 09:38:22 -0700 (PDT)
-             Message-Id: <200107031638.JAA11998@cepheus.utsglobal.com>
-             
-             Replace #11113 with a better version.
-     Branch: perl
-          ! perl.h
-____________________________________________________________________________
-[ 11123] By: jhi                                   on 2001/07/03  16:04:49
-        Log: Subject: Re: POINTERRIGOR
-             From: Andy Dougherty <doughera@lafayette.edu>
-             Date: Tue, 3 Jul 2001 11:49:28 -0400 (EDT)
-             Message-ID: <Pine.SOL.4.10.10107031040030.1982-100000@maxwell.phys.lafayette.edu>
-     Branch: perl
-          ! util.c
-____________________________________________________________________________
-[ 11122] By: jhi                                   on 2001/07/03  16:03:31
-        Log: Subject: Re: [PATCH @11016] Fixes compile errors in four files
-             From: "Philip Newton" <pnewton@gmx.de>
-             Date: Tue, 3 Jul 2001 17:03:34 +0200
-             Message-ID: <3B41FAE6.29564.660E117@localhost>
-     Branch: perl
-          ! pp_hot.c
-____________________________________________________________________________
-[ 11121] By: jhi                                   on 2001/07/03  13:26:08
-        Log: Typos.
-     Branch: perl
-          ! INSTALL
-____________________________________________________________________________
-[ 11120] By: jhi                                   on 2001/07/03  11:34:47
-        Log: Subject: [PATCH 5.6.1] debugger fixes
-             From: Ilya Zakharevich <ilya@math.ohio-state.edu>
-             Date: Tue, 3 Jul 2001 03:38:18 -0400
-             Message-ID: <20010703033818.A16788@math.ohio-state.edu>
-             
-             The $^S is working again.
-     Branch: perl
-          ! lib/perl5db.pl
-____________________________________________________________________________
-[ 11119] By: jhi                                   on 2001/07/03  11:33:27
-        Log: Subject: Re: [PATCH 5.6.1] OS/2 improvements
-             From: Ilya Zakharevich <ilya@math.ohio-state.edu>
-             Date: Tue, 3 Jul 2001 03:34:06 -0400
-             Message-ID: <20010703033406.A16776@math.ohio-state.edu>
-     Branch: perl
-          ! os2/OS2/Process/Process.pm
-____________________________________________________________________________
-[ 11118] By: jhi                                   on 2001/07/03  11:29:54
-        Log: Subject: [PATCH bleadperl] Bad lishp in change 11084
-             From: "Philip Newton" <Philip.Newton@gmx.net>
-             Date: Tue, 3 Jul 2001 09:11:27 +0200
-             Message-Id: <200107030706.KAA04596@taas.iki.fi>
-     Branch: perl
-          ! lib/FindBin.pm
-____________________________________________________________________________
-[ 11117] By: jhi                                   on 2001/07/03  11:25:14
-        Log: Delta delta.
-     Branch: perl
-          ! pod/perl572delta.pod
-____________________________________________________________________________
-[ 11116] By: jhi                                   on 2001/07/02  23:06:50
-        Log: Metaconfig unit change for 11115.
-     Branch: metaconfig
-          ! U/modified/libc.U
-____________________________________________________________________________
-[ 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() mysteriously not being found)
-     Branch: perl
-          ! Configure
-____________________________________________________________________________
-[ 11114] By: jhi                                   on 2001/07/02  22:58:41
-        Log: Retract #10142, the real culprit found by Richard Hatch,
-             coming soon to Configure near you.
-     Branch: perl
-          ! hints/aix.sh
-____________________________________________________________________________
-[ 11113] By: jhi                                   on 2001/07/02  22:56:09
-        Log: (Replaced by #11124) UTS workaround from Hal Morris.
-     Branch: perl
-          ! perl.h
-____________________________________________________________________________
-[ 11112] By: jhi                                   on 2001/07/02  22:53:29
-        Log: Subject: [PATCH] grok not grocking correctly
-             From: Nicholas Clark <nick@ccl4.org>
-             Date: Tue, 3 Jul 2001 00:19:08 +0100
-             Message-ID: <20010703001908.H59620@plum.flirble.org>
-     Branch: perl
-          ! numeric.c
-____________________________________________________________________________
-[ 11111] By: jhi                                   on 2001/07/02  22:48:42
-        Log: Subject: [PATCH Deparse.t] test just-posted patches
-             From: Robin Houston <robin@kitsite.com>
-             Date: Mon, 2 Jul 2001 23:46:15 +0100
-             Message-Id: <E15HCUN-0000Rh-00.2001-07-02-23-48-19@mail18.svr.pol.co.uk>
-     Branch: perl
-          ! ext/B/Deparse.t
-____________________________________________________________________________
-[ 11110] By: jhi                                   on 2001/07/02  22:27:10
-        Log: Subject: [PATCH toke.c] autosplit into @F
-             From: Robin Houston <robin@kitsite.com>
-             Date: Mon, 2 Jul 2001 23:18:20 +0100
-             Message-Id: <E15HC3M-0007jL-00.2001-07-02-23-20-24@mail18.svr.pol.co.uk>
-     Branch: perl
-          ! perl.c toke.c
-____________________________________________________________________________
-[ 11109] By: jhi                                   on 2001/07/02  22:25:03
-        Log: Subject: [PATCH B::Deparse] hash key auto-quoting
-             From: Robin Houston <robin@kitsite.com>
-             Date: Mon, 2 Jul 2001 23:00:48 +0100
-             Message-Id: <E15HBmR-0006mc-00.2001-07-02-23-02-55@mail18.svr.pol.co.uk>
-     Branch: perl
-          ! ext/B/B/Deparse.pm
-____________________________________________________________________________
-[ 11108] By: jhi                                   on 2001/07/02  19:21:18
-        Log: Subject: Re: [PATCH perlsnap] '-' !~ /\w/
-             From: "Philip Newton" <Philip.Newton@gmx.net>
-             Date: Mon, 2 Jul 2001 22:06:22 +0200
-             (no Message-Id)
-     Branch: perl
-          ! ext/NDBM_File/hints/linux.pl
-____________________________________________________________________________
-[ 11107] By: jhi                                   on 2001/07/02  19:19:25
-        Log: Subject: Re: Fixed pack problem - sort of
-             From: Nicholas Clark <nick@ccl4.org>
-             Date: Mon, 2 Jul 2001 20:59:20 +0100
-             Message-ID: <20010702205919.F59620@plum.flirble.org>
-     Branch: perl
-          ! pp_pack.c t/op/pack.t
-____________________________________________________________________________
-[ 11106] By: jhi                                   on 2001/07/02  19:18:28
-        Log: Subject: Re: [PATCH 5.6.1] OS/2 cwd
-             From: Ilya Zakharevich <ilya@math.ohio-state.edu>
-             Date: Mon, 2 Jul 2001 15:45:41 -0400
-             Message-ID: <20010702154541.B24295@math.ohio-state.edu>
-     Branch: perl
-          ! os2/os2.c
-____________________________________________________________________________
-[ 11105] By: jhi                                   on 2001/07/02  19:17:27
-        Log: (Mistaken retraction)
-     Branch: perl
-          ! utils/pl2pm.PL
-____________________________________________________________________________
-[ 11104] By: jhi                                   on 2001/07/02  18:56:15
-        Log: Detypo in #11103.
-     Branch: perl
-          ! utils/pl2pm.PL
-____________________________________________________________________________
-[ 11103] By: jhi                                   on 2001/07/02  18:54:53
-        Log: Subject: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
-             From: Jonathan Stowe <gellyfish@gellyfish.com>
-             Date: Mon, 2 Jul 2001 19:17:21 +0100 (BST)
-             Message-ID: <Pine.LNX.4.33.0107021904530.7401-100000@orpheus.gellyfish.com>
-     Branch: perl
-          ! utils/pl2pm.PL
-____________________________________________________________________________
-[ 11102] By: jhi                                   on 2001/07/02  18:16:09
-        Log: Subject: [PATCH perl@11059] UCD.pm: if at first you don't succeed, croak?
-             From: "Craig A. Berry" <craigberry@mac.com>
-             Date: Mon, 02 Jul 2001 14:11:23 -0500
-             Message-Id: <5.1.0.14.0.20010702140058.01b6c9c0@exchi01>
-     Branch: perl
-          ! lib/Unicode/UCD.pm
-____________________________________________________________________________
-[ 11101] By: jhi                                   on 2001/07/02  18:14:51
-        Log: Subject: [PATCH] Re: op/numconvert.t failures
-             From: Nicholas Clark <nick@ccl4.org>
-             Date: Mon, 2 Jul 2001 20:10:48 +0100
-             Message-ID: <20010702201048.E59620@plum.flirble.org>
-     Branch: perl
-          ! t/op/numconvert.t
-____________________________________________________________________________
-[ 11100] By: jhi                                   on 2001/07/02  17:51:44
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[ 11099] By: jhi                                   on 2001/07/02  17:46:31
-        Log: Retract #11055, didn't help much (2736 bytes vs 2725 bytes leaked).
-             The real fix must be more involved.  The line of code all the leaky
-             call stacks seem to go through is op.c:2949, the PmopSTASH_set()
-             line of Perl_newPMOP().
-     Branch: perl
-          ! op.h
-____________________________________________________________________________
-[ 11098] By: jhi                                   on 2001/07/02  17:37:44
-        Log: Based on
-             
-             Subject: Re: sizeof(struct sembuf)
-             From: Nicholas Clark <nick@ccl4.org>
-             Date: Sun, 1 Jul 2001 22:26:48 +0100
-             Message-ID: <20010701222648.W59620@plum.flirble.org>
-             
-             but do semop() always the slow way.
-     Branch: perl
-          ! doio.c
-____________________________________________________________________________
-[ 11097] By: jhi                                   on 2001/07/02  17:22:14
-        Log: Subject: [PATCH] Encode/Tcl.t, for esc-seq encodings
-             From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
-             Date: Tue, 03 Jul 2001 00:56:30 +0900
-             Message-Id: <20010703005600.2225.BQW10602@nifty.com>
-     Branch: perl
-          ! ext/Encode/Encode/Tcl.t
-____________________________________________________________________________
-[ 11096] By: jhi                                   on 2001/07/02  17:11:24
-        Log: Subject: [PATCH] Encode/Tcl.pm, continuous sequences
-             From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
-             Date: Tue, 03 Jul 2001 00:55:46 +0900
-             Message-Id: <20010703005516.2222.BQW10602@nifty.com>
-     Branch: perl
-          ! ext/Encode/Encode/Tcl.pm
-____________________________________________________________________________
-[ 11095] By: jhi                                   on 2001/07/02  17:07:14
-        Log: Regen api and toc.
-     Branch: perl
-          ! pod/perlapi.pod pod/perltoc.pod
-____________________________________________________________________________
-[ 11094] By: jhi                                   on 2001/07/02  16:29:42
-        Log: Metaconfig unit change for #11093.
-     Branch: metaconfig/U/perl
-          ! d_fcntl_can_lock.U
-____________________________________________________________________________
-[ 11093] By: jhi                                   on 2001/07/02  16:28:56
-        Log: The fcntl locking test may hang if NFS locking messed up;
-             break out with alarm(10).
-     Branch: perl
-          ! Configure
-____________________________________________________________________________
-[ 11092] By: jhi                                   on 2001/07/02  14:11:31
-        Log: Move the mdelete.bat from win32/bin to win32.
-     Branch: perl
-          ! MANIFEST
-____________________________________________________________________________
-[ 11091] By: jhi                                   on 2001/07/02  14:10:01
-        Log: Typo in #11083.
-     Branch: perl
-          ! ext/Time/Piece/Piece.t
-____________________________________________________________________________
-[ 11090] By: jhi                                   on 2001/07/02  13:36:58
-        Log: Netware tweaks from Guruprasad.
-     Branch: perl
-          - NetWare/perlsdio.h
-          ! MANIFEST NetWare/Makefile NetWare/interface.c
-          ! NetWare/interface.h NetWare/iperlhost.h NetWare/nwtinfo.h
-          ! perlsdio.h
-____________________________________________________________________________
-[ 11089] By: jhi                                   on 2001/07/02  13:25:40
-        Log: Subject: Re: [PATH] shared -> unique;
-             From: Abhijit Menon-Sen <ams@wiw.org>
-             Date: Wed, 27 Jun 2001 03:51:27 +0530
-             Message-ID: <20010627035127.A17623@lustre.lustre.dyn.wiw.org>
-     Branch: perl
-          ! dump.c gv.c gv.h op.c pp_sys.c sv.c toke.c xsutils.c
-____________________________________________________________________________
-[ 11088] By: jhi                                   on 2001/07/02  13:24:27
-        Log: Subject: Re: AIX / gcc-3.0
-             From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
-             Date: Mon, 02 Jul 2001 15:20:21 +0200
-             Message-Id: <20010702151904.49BB.H.M.BRAND@hccnet.nl>
-     Branch: perl
-          ! hints/aix.sh
-____________________________________________________________________________
-[ 11087] By: jhi                                   on 2001/07/02  13:23:21
-        Log: Subject: Re: Bug report: split splits on wrong pattern
-             From: Abhijit Menon-Sen <ams@wiw.org>
-             Message-ID: <20010702163133.A23186@lustre.dyn.wiw.org>
-             Date: Mon, 2 Jul 2001 16:31:33 +0530
-     Branch: perl
-          ! pp_ctl.c
-____________________________________________________________________________
-[ 11086] By: jhi                                   on 2001/07/02  13:22:30
-        Log: Subject: [PATCH 5.6.1] test harness
-             From: Ilya Zakharevich <ilya@math.ohio-state.edu>
-             Date: Mon, 2 Jul 2001 06:29:21 -0400
-             Message-ID: <20010702062921.A1810@math.ohio-state.edu>
-     Branch: perl
-          ! lib/Test/Harness.pm
-____________________________________________________________________________
-[ 11085] By: jhi                                   on 2001/07/02  13:21:39
-        Log: Subject: [PATCH 5.6.1] debugger goof
-             From: Ilya Zakharevich <ilya@math.ohio-state.edu>
-             Date: Mon, 2 Jul 2001 06:27:22 -0400
-             Message-ID: <20010702062722.A1746@math.ohio-state.edu>
-     Branch: perl
-          ! lib/perl5db.pl
-____________________________________________________________________________
-[ 11084] By: jhi                                   on 2001/07/02  13:20:50
-        Log: Subject: [PATCH 5.6.1] OS/2 cwd
-             From: Ilya Zakharevich <ilya@math.ohio-state.edu>
-             Date: Mon, 2 Jul 2001 06:21:17 -0400
-             Message-ID: <20010702062117.A1401@math.ohio-state.edu>
-     Branch: perl
-          ! lib/Cwd.pm lib/File/Find/taint.t lib/FindBin.pm os2/os2.c
-____________________________________________________________________________
-[ 11083] By: jhi                                   on 2001/07/02  13:19:18
-        Log: Make #11082 more OS/2-specific.
-     Branch: perl
-          ! ext/Time/Piece/Piece.t
-____________________________________________________________________________
-[ 11082] By: jhi                                   on 2001/07/02  13:14:36
-        Log: Subject: [PATCH 5.6.1] OS/2 gmtime()
-             From: Ilya Zakharevich <ilya@math.ohio-state.edu>
-             Date: Mon, 2 Jul 2001 06:06:34 -0400
-             Message-ID: <20010702060634.A1356@math.ohio-state.edu>
-     Branch: perl
-          ! ext/Time/Piece/Piece.t
-____________________________________________________________________________
-[ 11081] By: jhi                                   on 2001/07/02  13:13:08
-        Log: Subject: [PATCH B::Deparse] version number & changes
-             From: Robin Houston <robin@kitsite.com>  
-             Date: Sun, 1 Jul 2001 17:17:29 +0100
-             Message-ID: <20010701171729.A30678@puffinry.freeserve.co.uk>
-     Branch: perl
-          ! ext/B/B/Deparse.pm
-____________________________________________________________________________
-[ 11080] By: jhi                                   on 2001/07/02  13:11:48
-        Log: Subject: a small fix.
-             From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
-             Date: Mon, 2 Jul 2001 12:17:53 +0200
-             Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B35@RU0022EXCH001U>
-     Branch: perl
-          ! ext/Thread/Thread.xs
-____________________________________________________________________________
-[ 11079] By: jhi                                   on 2001/07/02  13:10:39
-        Log: Subject: RE: perl@10907
-             From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
-             Date: Mon, 2 Jul 2001 12:06:16 +0200
-             Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B2C@RU0022EXCH001U>
-             
-             Borland C vs PerlIO.
-     Branch: perl
-          ! win32/config.bc win32/config_H.bc
-____________________________________________________________________________
-[ 11078] By: jhi                                   on 2001/07/02  13:03:44
-        Log: Subject: [PATCH] Report /pro/3gl/CPAN/perl-5.7.1
-             From: "H.M. Brand" <merijn@l1.procura.nl>
-             Date: Mon, 02 Jul 2001 11:18:57 +0200
-             Message-Id: <20010702100811.4999.MERIJN@l1.procura.nl>
-     Branch: perl
-          ! t/op/write.t
-____________________________________________________________________________
-[ 11077] By: jhi                                   on 2001/07/02  12:58:27
-        Log: Subject: [PATCH] Deleting ext/util/mkbootstrap
-             From: Michael G Schwern <schwern@pobox.com>
-             Date: Mon, 2 Jul 2001 00:26:24 -0400
-             Message-ID: <20010702002624.A18302@blackrider>
-     Branch: perl
-          - ext/util/mkbootstrap
-____________________________________________________________________________
-[ 11076] By: jhi                                   on 2001/07/02  12:56:20
-        Log: Subject: [PATCH op.h] v minor comment tweak
-             From: Robin Houston <robin@puffinry.freeserve.co.uk>
-             Date: Mon, 2 Jul 2001 00:42:01 +0100
-             Message-Id: <E15GqxK-0006WZ-00.2001-07-02-00-48-46@mail18.svr.pol.co.uk>
-     Branch: perl
-          ! op.h
-____________________________________________________________________________
-[ 11075] By: jhi                                   on 2001/07/02  12:53:48
-        Log: SysV IPC semops use native shorts, not forced-to-16-bit-shorts.
-     Branch: perl
-          ! pod/perlfunc.pod
-____________________________________________________________________________
-[ 11074] By: jhi                                   on 2001/07/02  12:52:28
-        Log: Subject: Re: sizeof(struct sembuf)
-             From: Nicholas Clark <nick@ccl4.org>
-             Date: Sun, 1 Jul 2001 19:23:16 +0100
-             Message-ID: <20010701192316.V59620@plum.flirble.org>
-             
-             s/signaling/signalling/
-     Branch: perl
-          ! pod/perlfunc.pod
-____________________________________________________________________________
-[ 11073] By: jhi                                   on 2001/07/02  12:49:51
-        Log: Subject: [PATCH perlsnap] Suggestion for mnemonic for $^N
-             From: "Philip Newton" <Philip.Newton@gmx.net>
-             Date: Sun, 1 Jul 2001 09:37:56 +0200
-             Message-Id: <200107010733.KAA03920@taas.iki.fi>
-     Branch: perl
-          ! pod/perlvar.pod
-____________________________________________________________________________
-[ 11072] By: jhi                                   on 2001/07/02  12:48:03
-        Log: Subject: [PATCH perlsnap] /^qnx|nto$/ --> /^(?:qnx|nto)$/
-             From: "Philip Newton" <Philip.Newton@gmx.net>
-             Date: Sun, 1 Jul 2001 09:37:56 +0200
-             Message-Id: <200107010733.KAA03925@taas.iki.fi>
-     Branch: perl
-          ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
-____________________________________________________________________________
-[ 11071] By: jhi                                   on 2001/07/02  12:45:12
-        Log: Metaconfig unit change for #11070.
-     Branch: metaconfig
-          ! U/compline/randfunc.U
-____________________________________________________________________________
-[ 11070] By: jhi                                   on 2001/07/02  12:43:58
-        Log: Subject: [PATCH perlsnap] its --> it's --> its
-             From: "Philip Newton" <Philip.Newton@gmx.net>
-             Date: Sun, 1 Jul 2001 09:37:56 +0200
-             Message-Id: <200107010733.KAA03914@taas.iki.fi>
-     Branch: perl
-          ! Porting/config_H
-____________________________________________________________________________
-[ 11069] By: jhi                                   on 2001/07/02  12:01:52
-        Log: Sync with Sarathy; integrate with perlio.
-     Branch: perl
-         !> gv.c
-____________________________________________________________________________
-[ 11068] By: gsar                                  on 2001/07/02  08:07:54
-        Log: regenerate win32/config_H.?c files
-     Branch: perl
-          ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
-____________________________________________________________________________
-[ 11067] By: gsar                                  on 2001/07/02  08:03:55
-        Log: rename s/sv_getcwd/getcwd_sv/ for better conformance to existing
-             naming discipline
-             
-             win32 fix: enable getcwd_sv() to work on windows (POSIX.t was failing
-             because of this)
-             
-             fix a warning about "fd" being used without being set in Cwd.xs
-     Branch: perl
-          ! embed.h embed.pl ext/Cwd/Cwd.xs ext/POSIX/POSIX.t
-          ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
-          ! pod/perlapi.pod proto.h util.c win32/config.bc win32/config.gc
-          ! win32/config.vc
-____________________________________________________________________________
-[ 11066] By: gsar                                  on 2001/07/02  07:12:10
-        Log: win32 fixes: fix various syntax errors ("no preprocessor directives
-             within macro arguments") and warnings ("unary minus applied to
-             unsigned type", among others)
-     Branch: perl
-          ! gv.c hv.c op.c pp.c sv.c toke.c
-____________________________________________________________________________
-[ 11065] By: gsar                                  on 2001/07/02  06:26:22
-        Log: win32 fixes: more spurious CRs
-     Branch: perl
-          ! win32/mdelete.bat
-____________________________________________________________________________
-[ 11064] By: gsar                                  on 2001/07/02  06:25:22
-        Log: win32 tweaks: remove extra CRs from makefile.mk; move mdelete.bat
-             from win32/bin (or it gets deleted by distclean); don't delete
-             lib/Cwd.pm during distclean; mdelete.bat doesn't work properly on
-             NT (should be made Win9x specific, and added to makefile.mk)
-     Branch: perl
-         +> win32/mdelete.bat
-          - win32/bin/mdelete.bat
-          ! win32/Makefile win32/makefile.mk
-____________________________________________________________________________
-[ 11063] By: nick                                  on 2001/07/01  18:54:09
-        Log: Quick for for #ifdef mess
-     Branch: perlio
-          ! gv.c
-____________________________________________________________________________
-[ 11062] By: nick                                  on 2001/07/01  18:47:42
-        Log: Raw integrate - does not build #if mess in gv.c
-     Branch: perlio
-         !> (integrate 29 files)
-____________________________________________________________________________
-[ 11061] By: jhi                                   on 2001/07/01  15:20:38
-        Log: Make 'compile' target a little less broken.
-             Still very broken, though: -Wall warnings from
-             the generated code, boot_Foo prototypes missing,
-             can't autoload Fcntl::SEEK_CUR et alia, ...
-     Branch: perl
-          ! ext/B/B/C.pm pod/Makefile.SH t/TEST utils/Makefile
-          ! utils/perlcc.PL x2p/Makefile.SH
-____________________________________________________________________________
-[ 11060] By: jhi                                   on 2001/07/01  14:04:20
-        Log: Upgrade to Storable 1.0.12, from Raphael Manfredi.
-     Branch: perl
-          ! ext/Storable/ChangeLog ext/Storable/Storable.pm
-          ! ext/Storable/Storable.xs ext/Storable/t/freeze.t
-____________________________________________________________________________
-[ 11059] By: jhi                                   on 2001/07/01  05:02:59
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[ 11058] By: jhi                                   on 2001/07/01  04:57:05
-        Log: Still one typo, regen toc.
-     Branch: perl
-          ! lib/Unicode/UCD.pm pod/perltoc.pod
-____________________________________________________________________________
-[ 11057] By: jhi                                   on 2001/07/01  04:54:35
-        Log: Detypos and regen toc.
-     Branch: perl
-          ! README.os2 lib/Unicode/UCD.pm pod/perltoc.pod
-____________________________________________________________________________
-[ 11056] By: jhi                                   on 2001/07/01  04:26:08
-        Log: VERSION tweak.
-     Branch: perl
-          ! ext/List/Util/lib/List/Util.pm
-____________________________________________________________________________
-[ 11055] By: jhi                                   on 2001/06/30  22:18:37
-        Log: Attempt at plugging the leak under ithreads detected by Doug.
-     Branch: perl
-          ! op.h
-____________________________________________________________________________
-[ 11054] By: jhi                                   on 2001/06/30  21:33:29
-        Log: gcc -Wall lint after #11051.
-     Branch: perl
-          ! pp_sys.c
-____________________________________________________________________________
-[ 11053] By: jhi                                   on 2001/06/30  21:13:55
-        Log: Integrate perlio:
-             
-             [ 11050]
-             Jeffrey Friedl's <jfriedl@yahoo.com> fix for lib/File/Find/taint.t
-     Branch: perl
-         !> lib/File/Find/taint.t
-____________________________________________________________________________
-[ 11052] By: jhi                                   on 2001/06/30  21:07:38
-        Log: Don't use the v-strings for module VERSIONs.
-     Branch: perl
-          ! lib/Unicode/UCD.pm
-____________________________________________________________________________
-[ 11051] By: jhi                                   on 2001/06/30  20:59:57
-        Log: Code cleanup based on turning off the -woffs in IRIX.
-             Not all of the gripes cleaned up (hairy code in hv.c and
-             regcomp.c; unused newsp, gimme, and optype from cop.h macros;
-             unused 'key' arguments in ?DBM_File.xs) (and the -woffs left
-             to the IRIX hints)
-     Branch: perl
-          ! ext/DB_File/DB_File.xs ext/Data/Dumper/Dumper.xs
-          ! ext/IPC/SysV/SysV.xs ext/List/Util/Util.xs
-          ! ext/PerlIO/Scalar/Scalar.xs gv.c mg.c op.c perlio.c pp_sys.c
-          ! regcomp.c sv.c
-____________________________________________________________________________
-[ 11050] By: nick                                  on 2001/06/30  20:46:46
-        Log: Jeffrey Friedl's <jfriedl@yahoo.com> fix for lib/File/Find/taint.t
-     Branch: perlio
-          ! lib/File/Find/taint.t
-____________________________________________________________________________
-[ 11049] By: nick                                  on 2001/06/30  18:13:33
-        Log: Integrate mainline
-     Branch: perlio
-         +> NetWare/nwstdio.h NetWare/perlsdio.h
-         +> ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
-         +> ext/Encode/Encode/7bit-kr.enc lib/Unicode/UCD.pm
-         +> lib/Unicode/UCD.t t/run/exit.t
-         !> (integrate 60 files)
-____________________________________________________________________________
-[ 11048] By: jhi                                   on 2001/06/30  16:23:39
-        Log: Delta delta.
-     Branch: perl
-          ! pod/perl572delta.pod
-____________________________________________________________________________
-[ 11047] By: jhi                                   on 2001/06/30  16:03:40
-        Log: More VERSION tuning: to avoid unnecessary Perl upgrades
-             by CPAN.pm, use rather _00.
-     Branch: perl
-          ! ext/Errno/Errno_pm.PL ext/IO/lib/IO/Dir.pm
-          ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
-          ! ext/IO/lib/IO/Socket/UNIX.pm ext/IPC/SysV/Msg.pm
-          ! ext/IPC/SysV/Semaphore.pm ext/IPC/SysV/SysV.pm
-          ! ext/Time/HiRes/HiRes.pm lib/CGI/Pretty.pm lib/CPAN/Nox.pm
-          ! lib/ExtUtils/Embed.pm lib/Test.pm
-____________________________________________________________________________
-[ 11046] By: jhi                                   on 2001/06/30  15:53:22
-        Log: Add a simple Unicode character database interface, Unicode::UCD.
-     Branch: perl
-          + lib/Unicode/UCD.pm lib/Unicode/UCD.t
-          ! MANIFEST
-____________________________________________________________________________
-[ 11045] By: jhi                                   on 2001/06/30  13:42:37
-        Log: Subject: [PATCH] op/numconver.t
-             From: Nicholas Clark <nick@ccl4.org>
-             Date: Sat, 30 Jun 2001 15:40:10 +0100
-             Message-ID: <20010630154010.I59620@plum.flirble.org>
-     Branch: perl
-          ! t/op/numconvert.t
-____________________________________________________________________________
-[ 11044] By: jhi                                   on 2001/06/30  13:29:25
-        Log: The $^N is now taken (by #11038).
-     Branch: perl
-          ! t/base/lex.t
-____________________________________________________________________________
-[ 11043] By: jhi                                   on 2001/06/30  13:15:59
-        Log: The #11040 had slipped to a wrong function...
-     Branch: perl
-          ! sv.c
-____________________________________________________________________________
-[ 11042] By: jhi                                   on 2001/06/30  13:08:25
-        Log: In 64-bit AIX 5L (oslevel 5.1.0.0, ccversion 5.0.2.0)
-             the Configure library symbol probe mysteriously finds all
-             symbols but those of pipe() and times().
-     Branch: perl
-          ! hints/aix.sh
-____________________________________________________________________________
-[ 11041] By: jhi                                   on 2001/06/30  13:01:25
-        Log: Subject: [PATCH] (was Re: not OK: perl@11006 on HP-UX B.11.00)
-             From: Nicholas Clark <nick@ccl4.org>
-             Date: Fri, 29 Jun 2001 23:49:07 +0100
-             Message-ID: <20010629234907.D59620@plum.flirble.org>
-     Branch: perl
-          ! lib/ExtUtils.t
-____________________________________________________________________________
-[ 11040] By: jhi                                   on 2001/06/30  13:00:24
-        Log: Subject: [PATCH] weakref fix 2, not yet there
-             From: Artur Bergman <artur@contiller.se>
-             Date: Sat, 30 Jun 2001 01:18:16 +0200
-             Message-ID: <B762D957.1CC9%artur@contiller.se>
-     Branch: perl
-          ! sv.c
-____________________________________________________________________________
-[ 11039] By: jhi                                   on 2001/06/30  12:59:25
-        Log: Subject: [PATCH t/run/exit.t] Another shot at testing exit codes.
-             From: Michael G Schwern <schwern@pobox.com>
-             Date: Fri, 29 Jun 2001 19:39:11 -0400
-             Message-ID: <20010629193910.D25304@blackrider>
-     Branch: perl
-          + t/run/exit.t
-          ! MANIFEST
-____________________________________________________________________________
-[ 11038] By: jhi                                   on 2001/06/30  12:58:16
-        Log: Add support for $^N, the most-recently closed group.
-     Branch: perl
-          ! embedvar.h gv.c mg.c perlapi.h pod/perlretut.pod
-          ! pod/perltoc.pod pod/perlvar.pod regexec.c regexp.h t/op/pat.t
-          ! thrdvar.h
-____________________________________________________________________________
-[ 11037] By: jhi                                   on 2001/06/30  12:53:40
-        Log: Subject: [ID 20010630.001] Editorial nits in README.solaris
-             From: lvirden@cas.org
-             Date: Sat, 30 Jun 2001 04:12:36 -0400 (EDT)
-             Message-Id: <200106300812.f5U8CaG10447@lwv26awu.cas.org>
-             
-             Subject: [ID 20010630.002] Another editorial tweak to README.solaris
-             From: lvirden@cas.org
-             Date: Sat, 30 Jun 2001 04:17:55 -0400 (EDT)
-             Message-Id: <200106300817.f5U8HtN10626@lwv26awu.cas.org>
-     Branch: perl
-          ! README.solaris
-____________________________________________________________________________
-[ 11036] By: jhi                                   on 2001/06/30  12:51:45
-        Log: Subject: [PATCH] Encode.pm to use escape-sequence encoding
-             From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
-             Date: Sat, 30 Jun 2001 07:33:37 +0900
-             Message-Id: <20010630073226.7C79.BQW10602@nifty.com>
-             
-             Subject: Re: [PATCH] Encode.pm to use escape-sequence encoding
-             From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
-             Date: Sat, 30 Jun 2001 21:38:14 +0900
-             Message-Id: <20010630213554.F67A.BQW10602@nifty.com>
-     Branch: perl
-          + ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
-          + ext/Encode/Encode/7bit-kr.enc
-          ! MANIFEST ext/Encode/Encode/Tcl.pm
-____________________________________________________________________________
-[ 11035] By: jhi                                   on 2001/06/30  12:44:51
-        Log: NetWare tweaks from Guruprasad.
-     Branch: perl
-          + NetWare/nwstdio.h NetWare/perlsdio.h
-          ! MANIFEST NetWare/Makefile NetWare/config.wc
-          ! NetWare/config_H.wc NetWare/nwperlsys.c NetWare/nwperlsys.h
-          ! NetWare/t/Readme.txt
-____________________________________________________________________________
-[ 11034] By: jhi                                   on 2001/06/29  23:28:16
-        Log: More module $VERSION bump-ups.
-     Branch: perl
-          ! ext/Devel/Peek/Peek.pm lib/ExtUtils/Embed.pm
-          ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Manifest.pm
-          ! lib/ExtUtils/Mksymlists.pm lib/IPC/Open3.pm
-____________________________________________________________________________
-[ 11033] By: jhi                                   on 2001/06/29  21:25:23
-        Log: Doc update due to #11032.
-     Branch: perl
-          ! pod/perl572delta.pod
-____________________________________________________________________________
-[ 11032] By: jhi                                   on 2001/06/29  21:19:44
-        Log: Subject: [PATCH: perl@11006] s/div/lib\$ediv/ in Time::HiRes for VAX
-             From: Peter Prymmer <pvhp@forte.com>
-             Date: Fri, 29 Jun 2001 14:02:16 -0700 (PDT)
-             Message-ID: <Pine.OSF.4.10.10106291337520.65853-100000@aspara.forte.com>
-     Branch: perl
-          ! ext/Time/HiRes/HiRes.xs
-____________________________________________________________________________
-[ 11031] By: jhi                                   on 2001/06/29  14:31:53
-        Log: -lpthreads missing in AIX.
-     Branch: perl
-          ! hints/aix.sh
-____________________________________________________________________________
-[ 11030] By: jhi                                   on 2001/06/29  14:08:12
-        Log: Subject: [PATCH] CLONE && weakrefs
-             From: Artur Bergman <artur@contiller.se>
-             Date: Fri, 29 Jun 2001 17:02:00 +0200
-             Message-ID: <B7626508.1CA0%artur@contiller.se>
-     Branch: perl
-          ! sv.c
-____________________________________________________________________________
-[ 11029] By: jhi                                   on 2001/06/29  14:06:50
-        Log: Subject: Re: Bug report: split splits on wrong pattern
-             From: Radu Greab <radu@netsoft.ro>
-             Date: Wed, 27 Jun 2001 21:50:52 +0300
-             Message-ID: <15162.11020.279064.471031@ix.netsoft.ro>
-     Branch: perl
-          ! pp_ctl.c t/op/split.t
-____________________________________________________________________________
-[ 11028] By: jhi                                   on 2001/06/29  13:47:38
-        Log: Metaconfig unit change for #11027.
-     Branch: metaconfig/U/perl
-          ! d_modfl.U
-____________________________________________________________________________
-[ 11027] By: jhi                                   on 2001/06/29  13:47:03
-        Log: I thought this Configure glitch for AIX was just recently fixed?
-     Branch: perl
-          ! Configure
-____________________________________________________________________________
-[ 11026] By: jhi                                   on 2001/06/29  13:14:07
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[ 11025] By: jhi                                   on 2001/06/29  13:07:57
-        Log: Subject: Re: perl@10967, File::Find, and Cwd
-             From: Mike Guy <mjtg@cam.ac.uk>
-             Date: Fri, 29 Jun 2001 14:56:49 +0100
-             Message-Id: <E15FylN-0004LT-00@draco.cus.cam.ac.uk>
-     Branch: perl
-          ! lib/File/Find/taint.t
-____________________________________________________________________________
-[ 11024] By: jhi                                   on 2001/06/29  12:39:23
-        Log: Update the sv_pvprintify() spec.
-     Branch: perl
-          ! pod/perltodo.pod
-____________________________________________________________________________
-[ 11023] By: jhi                                   on 2001/06/29  12:33:33
-        Log: Known test failures update.
-     Branch: perl
-          ! pod/perl572delta.pod
-____________________________________________________________________________
-[ 11022] By: jhi                                   on 2001/06/29  12:24:32
-        Log: Based on
-             
-             Subject: [PATCH @11016] More );) fixes
-             From: Richard Soderberg <rs@crystalflame.net>
-             Date: Fri, 29 Jun 2001 04:09:24 -0700 (PDT)
-             Message-ID: <Pine.LNX.4.21.0106290408200.12037-100000@oregonnet.com> 
-     Branch: perl
-          ! ext/Thread/Thread.xs ext/Thread/typemap
-____________________________________________________________________________
-[ 11021] By: jhi                                   on 2001/06/29  12:21:51
-        Log: Subject: [PATCH @11016] Fixes compile errors in four files
-             From: Richard Soderberg <rs@crystalflame.net>
-             Date: Fri, 29 Jun 2001 03:35:11 -0700 (PDT)
-             Message-ID: <Pine.LNX.4.21.0106290333270.9768-100000@oregonnet.com>
-     Branch: perl
-          ! mg.c pp.c pp_hot.c util.c
-____________________________________________________________________________
-[ 11020] By: jhi                                   on 2001/06/29  12:05:54
-        Log: AIX hints tweaking continues, from Merijn Brand.
-     Branch: perl
-          ! hints/aix.sh
-____________________________________________________________________________
-[ 11019] By: jhi                                   on 2001/06/29  12:05:10
-        Log: HP-UX needs gccversion sooner, from Merijn Brand.
-     Branch: perl
-          ! hints/hpux.sh
-____________________________________________________________________________
-[ 11018] By: jhi                                   on 2001/06/29  11:52:31
-        Log: Subject: [PATCH 5.6.1] OS/2 docs
-             From: Ilya Zakharevich <ilya@math.ohio-state.edu>
-             Date: Fri, 29 Jun 2001 02:34:12 -0400
-             Message-ID: <20010629023412.A6033@math.ohio-state.edu>
-     Branch: perl
-          ! README.os2 os2/Changes
-____________________________________________________________________________
-[ 11017] By: nick                                  on 2001/06/29  10:20:30
-        Log: Integrate mainline
-     Branch: perlio
-         +> (branch 37 files)
-          - ext/ODBM_File/sdbm.t
-         !> (integrate 211 files)
-____________________________________________________________________________
-[ 11016] By: jhi                                   on 2001/06/29  03:38:56
-        Log: Bump up the VERSIONs of modules that have changed since 5.6.0,
-             the modules found using a script written by Larry Schatzer Jr.
-     Branch: perl
-          ! ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Handle.pm
-          ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Select.pm
-          ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
-          ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
-          ! ext/IPC/SysV/SysV.pm ext/Opcode/Opcode.pm ext/Opcode/Safe.pm
-          ! ext/Thread/Thread.pm ext/attrs/attrs.pm ext/re/re.pm
-          ! lib/AutoSplit.pm lib/Benchmark.pm lib/CGI/Pretty.pm
-          ! lib/CPAN/Nox.pm lib/Exporter.pm lib/ExtUtils/Command.pm
-          ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Packlist.pm
-          ! lib/File/Compare.pm lib/FileHandle.pm lib/Math/Complex.pm
-          ! lib/Math/Trig.pm lib/Pod/Html.pm lib/Symbol.pm
-          ! lib/Text/ParseWords.pm lib/Text/Soundex.pm lib/Text/Tabs.pm
-          ! lib/Tie/Array.pm lib/attributes.pm lib/autouse.pm lib/base.pm
-          ! lib/constant.pm lib/fields.pm lib/strict.pm
-____________________________________________________________________________
-[ 11015] By: jhi                                   on 2001/06/29  02:55:58
-        Log: The latest JPL from the anoncvs.
-     Branch: perl
-          ! jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
-____________________________________________________________________________
-[ 11014] By: jhi                                   on 2001/06/29  02:16:55
-        Log: In EBCDIC assume UTF-EBCDIC, not UTF-8.
-     Branch: perl
-          ! t/op/pat.t
-____________________________________________________________________________
-[ 11013] By: jhi                                   on 2001/06/28  23:14:53
-        Log: Worrying about insecure directories now is a bit too late.
-     Branch: perl
-          ! lib/File/Find/taint.t
-____________________________________________________________________________
-[ 11012] By: jhi                                   on 2001/06/28  21:36:36
-        Log: Cannot DIE() in a void function,
-             from Richard Hatch <rhatch@austin.ibm.com>.
-     Branch: perl
-          ! ext/IPC/SysV/SysV.xs
-____________________________________________________________________________
-[ 11011] By: jhi                                   on 2001/06/28  19:32:13
-        Log: Subject: [PATCH: perl@11006] s/qdiv/div/ in Time::HiRes for VAX
-             From: Peter Prymmer <pvhp@forte.com>
-             Date: Thu, 28 Jun 2001 13:00:18 -0700 (PDT)
-             Message-ID: <Pine.OSF.4.10.10106281125220.508935-100000@aspara.forte.com>
-             
-             (unfinished: time/hires tests 3, 5, 14 failing, but better
-             than wholesale failure)
-     Branch: perl
-          ! ext/Time/HiRes/HiRes.xs
-____________________________________________________________________________
-[ 11010] By: jhi                                   on 2001/06/28  19:10:54
-        Log: Subject: [PATCH 5.6.1] OS/2 improvements
-             From: Ilya Zakharevich <ilya@math.ohio-state.edu>
-             Date: Thu, 28 Jun 2001 16:03:14 -0400
-             Message-ID: <20010628160314.A17906@math.ohio-state.edu>
-     Branch: perl
-          + os2/os2_base.t
-          ! MANIFEST hints/os2.sh makedef.pl os2/OS2/PrfDB/PrfDB.xs
-          ! os2/OS2/Process/Process.pm os2/OS2/Process/Process.xs
-          ! os2/OS2/REXX/REXX.xs os2/dl_os2.c os2/dlfcn.h os2/os2.c
-          ! os2/os2ish.h
-____________________________________________________________________________
-[ 11009] By: jhi                                   on 2001/06/28  18:54:14
-        Log: Subject: Incrementing Extutils::Manifest's $VERSION
-             From: Michael G Schwern <schwern@pobox.com>
-             Date: Thu, 28 Jun 2001 13:13:49 -0400
-             Message-ID: <20010628131349.A14738@blackrider>
-     Branch: maint-5.6/perl
-          ! lib/ExtUtils/Manifest.pm
-____________________________________________________________________________
-[ 11008] By: jhi                                   on 2001/06/28  18:52:20
-        Log: AIX tweak from Merijn Brand.
-     Branch: perl
-          ! hints/aix.sh
-____________________________________________________________________________
-[ 11007] By: jhi                                   on 2001/06/28  17:46:27
-        Log: Create the macperl branch.
-     Branch: maint-5.6/macperl
-         +> (branch 1728 files)
-____________________________________________________________________________
-[ 11006] By: jhi                                   on 2001/06/28  14:46:21
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[ 11005] By: jhi                                   on 2001/06/28  14:40:11
-        Log: More Perforce lore.
-     Branch: perl
-          ! Porting/repository.pod
-____________________________________________________________________________
-[ 11004] By: jhi                                   on 2001/06/28  14:12:50
-        Log: Metaconfig unit changes for #11003.
-     Branch: metaconfig/U/perl
-          + d_nl_langinfo.U i_langinfo.U
-____________________________________________________________________________
-[ 11003] By: jhi                                   on 2001/06/28  14:12:27
-        Log: Add Configure probes for nl_langinfo() and <langinfo.h>.
-             Expected not to exist in non-UNIX excepting in VMS, where
-             according to a quick web survey they just might.
-     Branch: perl
-          ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
-          ! Porting/config_H config_h.SH configure.com epoc/config.sh
-          ! perl.h uconfig.h uconfig.sh vos/config.alpha.def
-          ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
-          ! win32/config.bc win32/config.gc win32/config.vc
-____________________________________________________________________________
-[ 11002] By: jhi                                   on 2001/06/28  13:39:11
-        Log: One shouldn't use XBS5_ILP32_OFFBIG_CFLAGS et alia
-             in AIX is one is doing a 64-bit build.
-     Branch: perl
-          ! hints/aix.sh
-____________________________________________________________________________
-[ 11001] By: jhi                                   on 2001/06/28  13:28:37
-        Log: Metaconfig unit changes for #11000.
-     Branch: metaconfig/U/perl
-          ! use64bits.U uselfs.U
-____________________________________________________________________________
-[ 11000] By: jhi                                   on 2001/06/28  13:21:16
-        Log: Move use64bitint and use64bitall before uselargefiles.
-     Branch: perl
-          ! Configure
-____________________________________________________________________________
-[ 10999] By: jhi                                   on 2001/06/28  03:49:07
-        Log: Subject: [ID 20010625.009] open(FILE,"+foo") [PATCH]
-             From: Robert Spier <rspier@pobox.com>
-             Message-ID: <15162.41164.618712.841415@rls.cx>
-             Date: Wed, 27 Jun 2001 23:13:16 -0400
-     Branch: perl
-          ! doio.c
-____________________________________________________________________________
-[ 10998] By: jhi                                   on 2001/06/28  03:42:57
-        Log: Subject: [PATCH: perl@10996] avoid overflow in numeric.c:S_mulexp10() on VAX
-             From: Peter Prymmer <pvhp@forte.com>
-             Date: Wed, 27 Jun 2001 19:25:49 -0700 (PDT)
-             Message-ID: <Pine.OSF.4.10.10106271922120.465082-100000@aspara.forte.com>
-     Branch: perl
-          ! numeric.c
-____________________________________________________________________________
-[ 10997] By: jhi                                   on 2001/06/28  03:42:12
-        Log: Subject: [patch perl@10996] "fix" VAX Digest/MD5, Fcntl, brokennes in SDBM
-             From: Peter Prymmer <pvhp@forte.com>
-             Date: Wed, 27 Jun 2001 17:33:33 -0700 (PDT)
-             Message-ID: <Pine.OSF.4.10.10106271705390.467850-100000@aspara.forte.com>
-     Branch: perl
-          ! configure.com ext/Digest/MD5/Makefile.PL
-____________________________________________________________________________
-[ 10996] By: jhi                                   on 2001/06/27  20:34:11
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[ 10995] By: jhi                                   on 2001/06/27  20:06:28
-        Log: Tiny EPOC updates.
-     Branch: perl
-          ! epoc/config.sh
-____________________________________________________________________________
-[ 10994] By: jhi                                   on 2001/06/27  19:55:16
-        Log: The Test::More and Test::Simple tests required help
-             thanks to our schizophrenic test scheme.
-     Branch: perl
-          ! lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
-          ! lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
-          ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
-          ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
-          ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
-____________________________________________________________________________
-[ 10993] By: jhi                                   on 2001/06/27  17:17:30
-        Log: Upgrade to Test::Simple 0.09.
-     Branch: perl
-          + lib/Test/Simple/Changes
-          ! MANIFEST lib/Test/Simple.pm lib/Test/Simple/t/exit.t
-          ! lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
-          ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
-          ! lib/Test/Simple/t/plan_is_noplan.t
-____________________________________________________________________________
-[ 10992] By: jhi                                   on 2001/06/27  17:11:28
-        Log: Upgrade to Test::More 0.07.
-     Branch: perl
-          + lib/Test/More/Changes
-          ! MANIFEST lib/Test/More.pm lib/Test/More/t/fail-like.t
-          ! lib/Test/More/t/fail.t lib/Test/More/t/plan_is_noplan.t
-          ! lib/Test/More/t/skipall.t
-____________________________________________________________________________
-[ 10991] By: jhi                                   on 2001/06/27  17:04:13
-        Log: Subject: Re: [PATCH] gcc-3.0 warnings on HP-UX
-             From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
-             Date: Wed, 27 Jun 2001 18:40:04 +0200
-             Message-Id: <20010627182601.7261.H.M.BRAND@hccnet.nl>
-     Branch: perl
-          ! hints/hpux.sh
-____________________________________________________________________________
-[ 10990] By: jhi                                   on 2001/06/27  17:02:55
-        Log: Subject: [PATCH README.qnx hints/qnx.sh]
-             From: Norton Allen <allen@huarp.harvard.edu>
-             Date: Wed, 27 Jun 2001 13:46:03 -0400 (edt)
-             Message-Id: <200106271746.NAA02789@bottesini.harvard.edu>
-     Branch: perl
-          ! README.qnx hints/qnx.sh
-____________________________________________________________________________
-[ 10989] By: jhi                                   on 2001/06/27  14:33:53
-        Log: Subject: [PATCH] two little documentation nits
-             From: Abhijit Menon-Sen <ams@wiw.org>
-             Date: Wed, 27 Jun 2001 20:07:50 +0530
-             Message-ID: <20010627200750.A15756@lustre.lustre.dyn.wiw.org>
-     Branch: perl
-          ! sv.c sv.h
-____________________________________________________________________________
-[ 10988] By: jhi                                   on 2001/06/27  13:33:32
-        Log: Subject: [PATCH File/Spec/Unix.pm ExtUtils/MM_Unix.pm] for QNX
-             From: Norton Allen <allen@huarp.harvard.edu>
-             Date: Wed, 27 Jun 2001 10:33:05 -0400 (edt)
-             Message-Id: <200106271433.KAA04947@bottesini.harvard.edu>
-     Branch: perl
-          ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
-____________________________________________________________________________
-[ 10987] By: jhi                                   on 2001/06/27  12:14:36
-        Log: Subject: [PATCH vms/test.com] Adding TODO tests (was:  Re: a report on perl@10930 results on a couple of Alphas)
-             From: Michael G Schwern <schwern@pobox.com>
-             Date: Wed, 27 Jun 2001 02:34:58 -0400
-             Message-ID: <20010627023458.K23874@blackrider>
-     Branch: perl
-          ! vms/test.com
-____________________________________________________________________________
-[ 10986] By: jhi                                   on 2001/06/27  12:01:49
-        Log: Add perl_clone_host() for Netware.
-     Branch: perl
-          ! NetWare/nw5.c
-____________________________________________________________________________
-[ 10985] By: jhi                                   on 2001/06/27  11:56:53
-        Log: GCC 3.0 hints for HP-UX.
-     Branch: perl
-          ! hints/hpux.sh
-____________________________________________________________________________
-[ 10984] By: jhi                                   on 2001/06/27  11:55:06
-        Log: In some Linux distributions the libndbm is broken
-             (no null key support), therefore link with libgdbm
-             (if available), since it has a working ndbm emulation,
-             from Jonathan Stowe.
-     Branch: perl
-          + ext/NDBM_File/hints/linux.pl
-          ! MANIFEST
-____________________________________________________________________________
-[ 10983] By: jhi                                   on 2001/06/27  11:48:56
-        Log: Subject: [PATCH perl@10930] find.t hack for VMS
-             From: "Craig A. Berry" <craigberry@mac.com>
-             Date: Tue, 26 Jun 2001 23:40:25 -0500
-             Message-Id: <a05101000b75f10cdc80f@[192.168.56.145]>
-     Branch: perl
-          ! lib/File/Find/find.t
-____________________________________________________________________________
-[ 10982] By: jhi                                   on 2001/06/27  11:47:30
-        Log: AUTHORS updates.
-     Branch: perl
-          ! AUTHORS
-____________________________________________________________________________
-[ 10981] By: jhi                                   on 2001/06/27  11:46:02
-        Log: Metaconfig unit change like #10980.
-     Branch: metaconfig
-          ! U/compline/d_stdstdio.U
-____________________________________________________________________________
-[ 10980] By: jhi                                   on 2001/06/27  11:45:29
-        Log: "lose the it's", from Abhijit Menon-Sen.
-             ("It's" not searched, pods not searched.)
-     Branch: perl
-          ! Porting/Glossary Porting/config_H README.qnx config_h.SH
-          ! emacs/cperl-mode.el ext/IPC/SysV/Semaphore.pm
-          ! ext/List/Util/lib/Scalar/Util.pm hints/next_3.sh hints/qnx.sh
-          ! lib/CPAN/Nox.pm lib/ExtUtils/Embed.pm lib/ExtUtils/MM_NW5.pm
-          ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
-          ! lib/ExtUtils/MM_Win32.pm lib/Net/DummyInetd.pm win32/win32.c
-____________________________________________________________________________
-[ 10979] By: jhi                                   on 2001/06/27  11:36:40
-        Log: "lose the looses", from Abhijit Menon-Sen.
-     Branch: perl
-          ! ext/B/B/Assembler.pm gv.c
-____________________________________________________________________________
-[ 10978] By: jhi                                   on 2001/06/27  11:35:38
-        Log: Catch FP exceptions also in z/OS (aka OS/390), from Peter Prymmer.
-     Branch: perl
-          ! hints/os390.sh
-____________________________________________________________________________
-[ 10977] By: jhi                                   on 2001/06/27  11:33:28
-        Log: DEC C 5.3 on the VAX simply doesn't seem to like
-             compiling the MD5 extension, disable it there for now,
-             from Peter Prymmer.
-     Branch: perl
-          ! configure.com
-____________________________________________________________________________
-[ 10976] By: jhi                                   on 2001/06/26  21:35:40
-        Log: Subject: Re: [PATCH perlfaq3.pod] and a question about it.
-             From: Jonathan Stowe <gellyfish@gellyfish.com>
-             Date: Tue, 26 Jun 2001 20:53:40 +0100 (BST)
-             Message-ID: <Pine.LNX.4.33.0106262052060.10849-100000@orpheus.gellyfish.com>
-     Branch: perl
-          ! pod/perlfaq3.pod
-____________________________________________________________________________
-[ 10975] By: jhi                                   on 2001/06/26  21:32:41
-        Log: Subject: [PATCH 5.6.1] perlxs misprints
-             From: Ilya Zakharevich <ilya@math.ohio-state.edu>
-             Date: Tue, 26 Jun 2001 17:20:00 -0400
-             Message-ID: <20010626172000.A26951@math.ohio-state.edu>
-     Branch: perl
-          ! pod/perlxs.pod
-____________________________________________________________________________
-[ 10974] By: jhi                                   on 2001/06/26  21:31:51
-        Log: Subject: [PATCH 5.6.1] xsubpp flags from the command line
-             From: Ilya Zakharevich <ilya@math.ohio-state.edu>
-             Date: Tue, 26 Jun 2001 17:27:07 -0400
-             Message-ID: <20010626172707.A27097@math.ohio-state.edu>
-     Branch: perl
-          ! lib/ExtUtils/MM_Unix.pm
-____________________________________________________________________________
-[ 10973] By: jhi                                   on 2001/06/26  21:27:05
-        Log: Subject: [PATCH 5.6.1] OPTIMIZE=-g
-             From: Ilya Zakharevich <ilya@math.ohio-state.edu>
-             Date: Tue, 26 Jun 2001 17:23:24 -0400
-             Message-ID: <20010626172324.A27003@math.ohio-state.edu>
-     Branch: perl
-          ! hints/os2.sh lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
-____________________________________________________________________________
-[ 10972] By: jhi                                   on 2001/06/26  20:27:19
-        Log: Better place for nop IN_LOCALE_NUMERIC, pointed out
-             by Olaf Flebbe.
-     Branch: perl
-          ! perl.h
-____________________________________________________________________________
-[ 10971] By: jhi                                   on 2001/06/26  19:59:41
-        Log: Detypo.
-     Branch: perl
-          ! lib/Memoize/t/tie_sdbm.t
-____________________________________________________________________________
-[ 10970] By: jhi                                   on 2001/06/26  19:10:19
-        Log: perl_clone_host() needs PERL_IMPLICIT_SYS.
-     Branch: perl
-          ! win32/perllib.c
-____________________________________________________________________________
-[ 10969] By: jhi                                   on 2001/06/26  17:21:31
-        Log: Subject: [patch] perl_clone+CvFILE
-             From: Doug MacEachern <dougm@covalent.net>
-             Date: Tue, 26 Jun 2001 09:01:16 -0700 (PDT)
-             Message-ID: <Pine.LNX.4.21.0106260900480.28420-100000@mako.covalent.net>
-     Branch: perl
-          ! sv.c
-____________________________________________________________________________
-[ 10968] By: jhi                                   on 2001/06/26  16:48:32
-        Log: Subject: Re: SDBM on VMS (was Re: a report on perl@10930 results on a couple of Alphas)
-             From: Mark-Jason Dominus <mjd@plover.com>
-             Date: Tue, 26 Jun 2001 12:33:01 -0400
-             Message-ID: <20010626163301.31298.qmail@plover.com>
-     Branch: perl
-          ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
-____________________________________________________________________________
-[ 10967] By: jhi                                   on 2001/06/26  14:21:49
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[ 10966] By: jhi                                   on 2001/06/26  14:08:34
-        Log: Also catfile() needs now to explicitly exported.
-     Branch: perl
-          ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
-____________________________________________________________________________
-[ 10965] By: jhi                                   on 2001/06/26  13:57:54
-        Log: Regen toc.
-     Branch: perl
-          ! pod/perltoc.pod
-____________________________________________________________________________
-[ 10964] By: jhi                                   on 2001/06/26  13:56:11
-        Log: Nonexistent pod command.
-     Branch: perl
-          ! pod/perl572delta.pod
-____________________________________________________________________________
-[ 10963] By: jhi                                   on 2001/06/26  13:50:53
-        Log: Be more portable in the quest for tmpdir.
-     Branch: perl
-          ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
-____________________________________________________________________________
-[ 10962] By: jhi                                   on 2001/06/26  13:43:51
-        Log: Be more portable in finding out the home directory,
-             and use File::Spec to do the concat.
-             (Come to think of it, couldn't File::Spec provide
-             for a ->homedir method?)
-     Branch: perl
-          ! lib/Net/Config.pm
-____________________________________________________________________________
-[ 10961] By: jhi                                   on 2001/06/26  13:37:30
-        Log: Doc patch for #10959.
-     Branch: perl
-          ! pod/perlfunc.pod
-____________________________________________________________________________
-[ 10960] By: jhi                                   on 2001/06/26  13:33:07
-        Log: Subject: Re: [DOC PATCH bleadperl] Document $count = () = $string =~ /\d+/g
-             From: "Philip Newton" <pnewton@gmx.de>
-             Date: Tue, 26 Jun 2001 16:26:47 +0200
-             Message-ID: <3B38B7C7.32635.1E8DC14@localhost>
-     Branch: perl
-          ! pod/perldata.pod
-____________________________________________________________________________
-[ 10959] By: jhi                                   on 2001/06/26  13:31:57
-        Log: Subject: [PATH] shared -> unique;
-             From: "Artur Bergman" <artur@contiller.se>
-             Date: Tue, 26 Jun 2001 16:18:40 +0200
-             Message-ID: <002001c0fe4a$e623ba30$21000a0a@vogw2kdev>
-             
-             Because "shared" isn't: it's read-only.
-     Branch: perl
-          ! toke.c xsutils.c
-____________________________________________________________________________
-[ 10958] By: jhi                                   on 2001/06/26  13:28:27
-        Log: Escape multiline croak messages.
-     Branch: perl
-          ! t/op/ver.t
-____________________________________________________________________________
-[ 10957] By: jhi                                   on 2001/06/26  13:18:34
-        Log: No more pragma/*.t for minitest.
-     Branch: perl
-          ! Makefile.SH
-____________________________________________________________________________
-[ 10956] By: jhi                                   on 2001/06/26  13:18:00
-        Log: AUTHORS updates.
-     Branch: perl
-          ! AUTHORS
-____________________________________________________________________________
-[ 10955] By: jhi                                   on 2001/06/26  13:17:05
-        Log: delta updates.
-     Branch: perl
-          ! pod/perl572delta.pod
-____________________________________________________________________________
-[ 10954] By: jhi                                   on 2001/06/26  12:36:07
-        Log: Subject: [PATCH] Adds perl_clone_host under IMPLICIT SYS
-             From: Artur Bergman <artur@contiller.se> 
-             Date: Tue, 26 Jun 2001 15:32:53 +0200
-             Message-ID: <B75E5BA5.1A7C%artur@contiller.se>
-     Branch: perl
-          ! makedef.pl sv.c sv.h win32/perllib.c
-____________________________________________________________________________
-[ 10953] By: jhi                                   on 2001/06/26  12:33:55
-        Log: Subject: [PATCH ext/Time/HiRes/Makefile.PL perl@10929] Test Fails on SCO
-             From: Jonathan Stowe <gellyfish@gellyfish.com>
-             Date: Tue, 26 Jun 2001 10:29:57 +0100 (BST)
-             Message-ID: <Pine.LNX.4.33.0106261021540.18774-100000@orpheus.gellyfish.com>
-             
-             SCO OpenServer 5.0.5 needs an explicit -lc for usleep().
-     Branch: perl
-          + ext/Time/HiRes/hints/sco.pl
-          ! MANIFEST
-____________________________________________________________________________
-[ 10952] By: jhi                                   on 2001/06/26  11:57:44
-        Log: Subject: [PATCH 5.6.1] static build
-             From: Ilya Zakharevich <ilya@math.ohio-state.edu>
-             Date: Tue, 26 Jun 2001 04:22:25 -0400
-             Message-ID: <20010626042225.A2604@math.ohio-state.edu>
-     Branch: perl
-          ! ext/List/Util/Makefile.PL lib/ExtUtils.t
-          ! lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
-____________________________________________________________________________
-[ 10951] By: jhi                                   on 2001/06/26  11:55:59
-        Log: DJGPP patches from Laszlo Molnar.
-     Branch: perl
-          ! djgpp/djgpp.c perl.c util.c
-____________________________________________________________________________
-[ 10950] By: jhi                                   on 2001/06/26  11:54:32
-        Log: Netware patches from Ananth Kesari.
-     Branch: perl
-          ! NetWare/Makefile NetWare/config_H.wc NetWare/nw5sck.c
-          ! NetWare/nw5sck.h NetWare/nwperlsys.c NetWare/nwperlsys.h
-          ! NetWare/nwtinfo.h
-____________________________________________________________________________
-[ 10949] By: jhi                                   on 2001/06/26  11:49:09
-        Log: Detypo.
-     Branch: perl
-          ! ext/Errno/Errno_pm.PL
-____________________________________________________________________________
-[ 10948] By: jhi                                   on 2001/06/26  03:44:29
-        Log: There seems to be two ways of spelling the $^O in *STEP.
-     Branch: perl
-          ! ext/Errno/Errno_pm.PL
-____________________________________________________________________________
-[ 10947] By: jhi                                   on 2001/06/26  03:01:01
-        Log: OpenSTEP has gcc 2.7.2.1 which recognizes but does not implement
-             the -dM flag, from Daniel Ashton <jdashton@AshtonFam.org>.
-     Branch: perl
-          ! ext/Errno/Errno_pm.PL
-____________________________________________________________________________
-[ 10946] By: jhi                                   on 2001/06/26  02:50:46
-        Log: Known bugs update.
-     Branch: perl
-          ! pod/perl572delta.pod
-____________________________________________________________________________
-[ 10945] By: jhi                                   on 2001/06/26  01:15:39
-        Log: The default installation of Cygwin has 500 as root's uid.
-     Branch: perl
-          ! lib/User/pwent.t
-____________________________________________________________________________
-[ 10944] By: jhi                                   on 2001/06/26  01:12:39
-        Log: Be even more relaxed (re-allow having only one entry).
-     Branch: perl
-          ! t/op/grent.t t/op/pwent.t
-____________________________________________________________________________
-[ 10943] By: jhi                                   on 2001/06/26  01:03:30
-        Log: Test failure updates.
-     Branch: perl
-          ! pod/perl572delta.pod
-____________________________________________________________________________
-[ 10942] By: jhi                                   on 2001/06/25  23:32:05
-        Log: MPE/iX test tweaks from Mark Bixby.
-     Branch: perl
-          ! ext/POSIX/POSIX.t ext/Storable/t/lock.t ext/Time/HiRes/HiRes.t
-          ! t/io/fs.t t/op/stat.t
-____________________________________________________________________________
-[ 10941] By: jhi                                   on 2001/06/25  22:18:31
-        Log: Microperl findings.
-     Branch: perl
-          ! perl.h pp_sys.c
-____________________________________________________________________________
-[ 10940] By: jhi                                   on 2001/06/25  21:59:29
-        Log: Touch uconfig.h.
-     Branch: perl
-          ! uconfig.h
-____________________________________________________________________________
-[ 10939] By: jhi                                   on 2001/06/25  21:32:52
-        Log: Subject: [PATCH] Proposed fix for Pod::Man
-             From: Rob Napier <rnapier@employees.org>
-             Date: Mon, 25 Jun 2001 15:49:24 -0400
-             Message-ID: <20010625154924.N27568@rnapier-u5.cisco.com>
-             
-             Cater for Solaris nroff brokenness (shortchanges daisywheel
-             printers, but hey, we also no more support PDPs.)
-     Branch: perl
-          ! lib/Pod/Man.pm
-____________________________________________________________________________
-[ 10938] By: jhi                                   on 2001/06/25  21:14:41
-        Log: Typo in #10937.
-     Branch: perl
-          ! ext/POSIX/sigaction.t
-____________________________________________________________________________
-[ 10937] By: jhi                                   on 2001/06/25  19:42:02
-        Log: SIGCONT not trappable in VMS.
-     Branch: perl
-          ! ext/POSIX/sigaction.t
-____________________________________________________________________________
-[ 10936] By: jhi                                   on 2001/06/25  19:28:13
-        Log: Subject: [DRAFT] Encode-Tcl.t
-             From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
-             Date: Tue, 26 Jun 2001 03:38:08 +0900
-             Message-Id: <20010626033550.BC35.BQW10602@nifty.com>
-     Branch: perl
-          + ext/Encode/Encode/Tcl.t
-          ! MANIFEST ext/Encode/Encode/Tcl.pm
-____________________________________________________________________________
-[ 10935] By: jhi                                   on 2001/06/25  18:40:03
-        Log: Because of #10932 retract also the perlfunc hunk of #10910.
-     Branch: perl
-          ! pod/perlfunc.pod
-____________________________________________________________________________
-[ 10934] By: jhi                                   on 2001/06/25  18:27:19
-        Log: Tweak the XSFUNCTION, from Doug MacEachern, as suggested
-             by Ilya Zakharevich in
-             http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2001-05/msg01582.html
-     Branch: perl
-          ! XSUB.h
-____________________________________________________________________________
-[ 10933] By: jhi                                   on 2001/06/25  18:25:26
-        Log: Typo in #10889.
-     Branch: perl
-          ! hints/uts.sh
-____________________________________________________________________________
-[ 10932] By: jhi                                   on 2001/06/25  18:23:30
-        Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
-             From: Abhijit Menon-Sen <ams@wiw.org>
-             Date: Mon, 25 Jun 2001 23:45:45 +0530
-             Message-ID: <20010625234545.A5022@lustre.linux.in>
-     Branch: perl
-          ! lib/overload.t opcode.h opcode.pl t/op/flip.t
-____________________________________________________________________________
-[ 10931] By: jhi                                   on 2001/06/25  17:50:38
-        Log: Subject: [PATCH lib/Test.pm] Re: "Deprecated interface" ??
-             From: Michael G Schwern <schwern@pobox.com>
-             Date: Mon, 25 Jun 2001 14:35:51 -0400
-             Message-ID: <20010625143551.H13819@blackrider>
-     Branch: perl
-          ! lib/Test.pm
-____________________________________________________________________________
-[ 10930] By: jhi                                   on 2001/06/25  14:33:46
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[ 10929] By: jhi                                   on 2001/06/25  14:17:57
-        Log: Regen toc and modlib.
-     Branch: perl
-          ! pod/perlmodlib.pod pod/perltoc.pod
-____________________________________________________________________________
-[ 10928] By: jhi                                   on 2001/06/25  14:13:09
-        Log: Enclose the new symbols in START_EXTERN_C and END_EXTERN_C
-             for the benefit of C++ compilers, as suggested by Guruprasad.
-     Branch: perl
-          ! embed.pl proto.h
-____________________________________________________________________________
-[ 10927] By: jhi                                   on 2001/06/25  14:11:59
-        Log: Subject: [PATCH ] Re: [ID 20010625.003] perlfaq5 correction
-             From: Jonathan Stowe <gellyfish@gellyfish.com>
-             Date: Mon, 25 Jun 2001 14:39:43 +0100 (BST)
-             Message-ID: <Pine.LNX.4.33.0106251438080.14795-100000@orpheus.gellyfish.com>
-     Branch: perl
-          ! pod/perlfaq5.pod
-____________________________________________________________________________
-[ 10926] By: jhi                                   on 2001/06/25  14:04:07
-        Log: Missed from #10925.
-     Branch: perl
-          ! gv.c
-____________________________________________________________________________
-[ 10925] By: jhi                                   on 2001/06/25  14:00:06
-        Log: Subject: [PATCH] Re: CvFILE corruption under ithreads
-             From: Robin Houston <robin@kitsite.com>
-             Date: Sat, 19 May 2001 16:19:34 +0100
-             Message-ID: <20010519161934.A12751@puffinry.freeserve.co.uk>
-     Branch: perl
-          ! cv.h gv.h op.c
-____________________________________________________________________________
-[ 10924] By: jhi                                   on 2001/06/25  13:58:18
-        Log: Netware README tweak.
-     Branch: perl
-          ! README.netware
-____________________________________________________________________________
-[ 10923] By: jhi                                   on 2001/06/25  13:57:13
-        Log: Subject: [PATCH] Re: overload.t fails
-             From: Abhijit Menon-Sen <ams@wiw.org>
-             Date: Mon, 25 Jun 2001 14:52:20 +0530
-             Message-ID: <20010625145220.A24114@lustre.linux.in>
-     Branch: perl
-          ! lib/overload.t
-____________________________________________________________________________
-[ 10922] By: jhi                                   on 2001/06/25  13:56:20
-        Log: Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
-             From: Mike Guy <mjtg@cam.ac.uk>
-             Date: Mon, 25 Jun 2001 11:43:23 +0100
-             Message-Id: <E15ETpz-0007AD-00@draco.cus.cam.ac.uk>
-     Branch: perl
-          ! lib/Carp.pm
-____________________________________________________________________________
-[ 10921] By: jhi                                   on 2001/06/25  13:50:02
-        Log: Subject: Re: [PATCH 5.6.1] OS2 syslog
-             From: Ilya Zakharevich <ilya@math.ohio-state.edu>
-             Date: Sun, 24 Jun 2001 05:17:05 -0400
-             Message-ID: <20010624051704.A27604@math.ohio-state.edu>
-     Branch: perl
-          ! os2/os2ish.h
-____________________________________________________________________________
-[ 10920] By: jhi                                   on 2001/06/25  13:49:13
-        Log: Subject: [PATCH 5.6.1] crypt() on OS/2
-             From: Ilya Zakharevich <ilya@math.ohio-state.edu>
-             Date: Mon, 25 Jun 2001 05:52:27 -0400
-             Message-ID: <20010625055227.A24635@math.ohio-state.edu>
-     Branch: perl
-          ! hints/os2.sh
-____________________________________________________________________________
-[ 10919] By: jhi                                   on 2001/06/25  13:48:30
-        Log: Subject: Re: [PATCH 5.6.1] OS2 system() broken
-             From: Ilya Zakharevich <ilya@math.ohio-state.edu>
-             Date: Mon, 25 Jun 2001 05:23:35 -0400
-             Message-ID: <20010625052334.A24320@math.ohio-state.edu>
-     Branch: perl
-          ! os2/os2.c
-____________________________________________________________________________
-[ 10918] By: jhi                                   on 2001/06/25  13:47:46
-        Log: Subject: Re: [PATCH 5.6.1] OS2::DLL
-             From: Ilya Zakharevich <ilya@math.ohio-state.edu>
-             Date: Mon, 25 Jun 2001 05:04:32 -0400
-             Message-ID: <20010625050432.A24128@math.ohio-state.edu>
-     Branch: perl
-          ! os2/OS2/REXX/DLL/DLL.pm
-____________________________________________________________________________
-[ 10917] By: jhi                                   on 2001/06/25  13:44:14
-        Log: Subject: Re: [PATCH 5.6.1] $^E on OS/2
-             From: Ilya Zakharevich <ilya@math.ohio-state.edu>
-             Date: Mon, 25 Jun 2001 05:02:36 -0400
-             Message-ID: <20010625050235.A24046@math.ohio-state.edu>
-     Branch: perl
-          ! mg.c os2/dl_os2.c os2/os2.c
-____________________________________________________________________________
-[ 10916] By: jhi                                   on 2001/06/25  13:41:20
-        Log: Subject: Re: [PATCH 5.6.1] misprints
-             From: Ilya Zakharevich <ilya@math.ohio-state.edu>
-             Date: Mon, 25 Jun 2001 04:50:50 -0400
-             Message-ID: <20010625045049.A23965@math.ohio-state.edu>
-     Branch: perl
-          ! os2/os2.c pp_sys.c
-____________________________________________________________________________
-[ 10915] By: jhi                                   on 2001/06/25  13:39:59
-        Log: Add Test::More and Test::Simple to the delta.
-     Branch: perl
-          ! pod/perl572delta.pod
-____________________________________________________________________________
-[ 10914] By: jhi                                   on 2001/06/25  13:38:08
-        Log: Add Test::More, from Michael G Schwern.
-     Branch: perl
-          + lib/Test/More.pm lib/Test/More/t/More.t
-          + lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
-          + lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
-          + t/lib/Test/More/Catch.pm
-          ! MANIFEST
-____________________________________________________________________________
-[ 10913] By: jhi                                   on 2001/06/25  13:35:41
-        Log: Add Test::Simple from Michael G Schwern.
-     Branch: perl
-          + lib/Test/Simple.pm lib/Test/Simple/t/exit.t
-          + lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
-          + lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
-          + lib/Test/Simple/t/plan_is_noplan.t lib/Test/Simple/t/simple.t
-          + t/lib/Test/Simple/Catch.pm
-          + t/lib/Test/Simple/sample_tests/death.plx
-          + t/lib/Test/Simple/sample_tests/death_in_eval.plx
-          + t/lib/Test/Simple/sample_tests/extras.plx
-          + t/lib/Test/Simple/sample_tests/five_fail.plx
-          + t/lib/Test/Simple/sample_tests/last_minute_death.plx
-          + t/lib/Test/Simple/sample_tests/one_fail.plx
-          + t/lib/Test/Simple/sample_tests/require.plx
-          + t/lib/Test/Simple/sample_tests/success.plx
-          + t/lib/Test/Simple/sample_tests/too_few.plx
-          + t/lib/Test/Simple/sample_tests/two_fail.plx
-          ! MANIFEST
-____________________________________________________________________________
-[ 10912] By: jhi                                   on 2001/06/25  13:31:57
-        Log: Subject: [PATCH perl@10907] RETURN requires dSP in pp_sys.c
-             From: "Craig A. Berry" <craigberry@mac.com>
-             Date: Sun, 24 Jun 2001 23:41:36 -0500
-             Message-Id: <a0510100db75c6d44e34c@[172.16.52.1]>
-     Branch: perl
-          ! pp_sys.c
-____________________________________________________________________________
-[ 10911] By: jhi                                   on 2001/06/25  13:05:00
-        Log: Upgrade to Attribute::Handlers 0.70.
-     Branch: perl
-          + lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
-          ! MANIFEST lib/Attribute/Handlers.pm
-____________________________________________________________________________
-[ 10910] By: jhi                                   on 2001/06/25  00:09:27
-        Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
-             From: Abhijit Menon-Sen <ams@wiw.org>
-             Date: Sat, 23 Jun 2001 05:17:44 +0530
-             Message-ID: <20010623051744.A18583@lustre.linux.in>
-             
-             (Can't think of a good place to put tests.)
-     Branch: perl
-          ! opcode.pl pod/perlfunc.pod t/op/flip.t toke.c
-____________________________________________________________________________
-[ 10909] By: jhi                                   on 2001/06/24  23:45:13
-        Log: Subject: [PATCH] t/op/pat.t typo fix
-             From: Richard Soderberg <rs@crystalflame.net>
-             Date: Sun, 24 Jun 2001 12:07:42 -0700 (PDT)
-             Message-ID: <Pine.LNX.4.21.0106241207320.17075-100000@oregonnet.com>
-     Branch: perl
-          ! t/op/pat.t
-____________________________________________________________________________
-[ 10908] By: jhi                                   on 2001/06/24  22:24:49
-        Log: Move the pack warnings to their own file, as pointed
-             out by Spider.
-     Branch: perl
-          + t/lib/warnings/pp_pack
-          ! MANIFEST t/lib/warnings/pp
-____________________________________________________________________________
-[ 10907] By: jhi                                   on 2001/06/24  19:55:15
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[ 10906] By: jhi                                   on 2001/06/24  19:50:40
-        Log: Partially fix a problem noticed by IRIX compiler:
-             the initialization of parse_start was bypassed by
-             several gotos.  Now initialized to zero, which may
-             not be the best choice.
-     Branch: perl
-          ! regcomp.c
-____________________________________________________________________________
-[ 10905] By: jhi                                   on 2001/06/24  19:43:25
-        Log: Relax the group and password tests back to moaning only
-             if no matches at all are found.  (Even with a small sample
-             I could find many sites where there are, umm, anomalies in
-             the said databases.)      
-     Branch: perl
-          ! t/op/grent.t t/op/pwent.t
-____________________________________________________________________________
-[ 10904] By: jhi                                   on 2001/06/24  18:45:55
-        Log: Argh.  How hard it can be to re-apply a patch manually? :-)
-     Branch: perl
-          ! pp_ctl.c
-____________________________________________________________________________
-[ 10903] By: jhi                                   on 2001/06/24  18:40:52
-        Log: De-cut-and-pasto in #10902.
-     Branch: perl
-          ! pp_ctl.c
-____________________________________________________________________________
-[ 10902] By: jhi                                   on 2001/06/24  18:35:18
-        Log: The #10771 didn't take?
-     Branch: perl
-          ! pp_ctl.c
-____________________________________________________________________________
-[ 10901] By: jhi                                   on 2001/06/24  18:29:50
-        Log: Undo the filetests part of #10900, under multiplicity
-             weird errors take place.
-     Branch: perl
-          ! pp_sys.c
-____________________________________________________________________________
-[ 10900] By: jhi                                   on 2001/06/24  18:20:36
-        Log: Misplaces dSPs and the like revealed by MPE/iX and Cygwin.
-     Branch: perl
-          ! ext/Cwd/Cwd.xs ext/Devel/Peek/Peek.xs pp_sys.c
-____________________________________________________________________________
-[ 10899] By: jhi                                   on 2001/06/24  17:00:34
-        Log: (Replaced by #10922)
-             
-             Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
-             From: Tony Bowden <tony@kasei.com>
-             Date: Sun, 24 Jun 2001 17:32:40 +0100
-             Message-ID: <20010624173240.A16293@blackstar.co.uk>
-             
-             Document (well, mention) shortmess() and longmess()
-             to rob people of their fun of reinventing the wheel.
-     Branch: perl
-          ! lib/Carp.pm
-____________________________________________________________________________
-[ 10898] By: jhi                                   on 2001/06/24  16:51:40
-        Log: Subject: Patch: pp_system() bounces out of Cygwin subsystem
-             From: Brian Jepson <bjepson@oreilly.com>
-             Date: Sun, 24 Jun 2001 12:13:21 -0400 (EDT)
-             Message-ID: <Pine.GSO.4.21.0106241044110.15051-200000@sol.east.ora.com>
-     Branch: perl
-          ! pp_sys.c
-____________________________________________________________________________
-[ 10897] By: jhi                                   on 2001/06/24  16:38:23
-        Log: Subject: [PATCH CPAN.pm] missing DATE_OF_02
-             From: Robin Barker <rmb1@cise.npl.co.uk> 
-             Date: Fri, 22 Jun 2001 19:25:56 +0100 (BST)
-             Message-Id: <200106221825.TAA16884@tempest.npl.co.uk>
-     Branch: perl
-          ! lib/CPAN.pm
-____________________________________________________________________________
-[ 10896] By: jhi                                   on 2001/06/24  16:36:32
-        Log: Memoize patch from mjd.
-     Branch: perl
-          ! lib/Memoize/t/tie_storable.t
-____________________________________________________________________________
-[ 10895] By: jhi                                   on 2001/06/24  16:33:59
-        Log: Spec the sv_pvprintify() a bit more.
-     Branch: perl
-          ! pod/perltodo.pod
-____________________________________________________________________________
-[ 10894] By: jhi                                   on 2001/06/24  14:43:36
-        Log: Upgrade to Memoize 0.65.
-     Branch: perl
-          + lib/Memoize/t/array_confusion.t
-          ! MANIFEST lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
-          ! lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
-          ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
-          ! lib/Memoize/README lib/Memoize/SDBM_File.pm
-          ! lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
-          ! lib/Memoize/t/errors.t lib/Memoize/t/expire.t
-          ! lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
-          ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/speed.t
-          ! lib/Memoize/t/tie.t lib/Memoize/t/tie_gdbm.t
-          ! lib/Memoize/t/tie_ndbm.t lib/Memoize/t/tie_sdbm.t
-          ! lib/Memoize/t/tie_storable.t
-____________________________________________________________________________
-[ 10893] By: jhi                                   on 2001/06/24  14:21:09
-        Log: Metaconfig unit change for #10892.
-     Branch: metaconfig
-          ! U/modified/Options.U
-____________________________________________________________________________
-[ 10892] By: jhi                                   on 2001/06/24  14:20:38
-        Log: Subject: Re: [PATCH 5.6.1] OS2 Configure
-             From: Ilya Zakharevich <ilya@math.ohio-state.edu>
-             Date: Sun, 24 Jun 2001 05:24:40 -0400
-             Message-ID: <20010624052440.A27698@math.ohio-state.edu>
-     Branch: perl
-          ! Configure hints/os2.sh
-____________________________________________________________________________
-[ 10891] By: jhi                                   on 2001/06/24  13:50:26
-        Log: Subject: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of 
-             From: Mike Guy <mjtg@cam.ac.uk>
-             Date: Sun, 24 Jun 2001 15:28:39 +0100
-             Message-Id: <E15EAsR-0007Bi-00@draco.cus.cam.ac.uk>
-             
-             Fix an ancient (5.002) bug.
-     Branch: perl
-          ! lib/Carp/Heavy.pm
-____________________________________________________________________________
-[ 10890] By: jhi                                   on 2001/06/24  13:44:43
-        Log: The #10881 was too vigorous in pp_system() in moving 'unused'
-             variables.
-     Branch: perl
-          ! pp_sys.c
-____________________________________________________________________________
-[ 10889] By: jhi                                   on 2001/06/24  13:24:00
-        Log: Make UTS as per #10888.
-     Branch: perl
-          ! hints/uts.sh
-____________________________________________________________________________
-[ 10888] By: jhi                                   on 2001/06/24  13:21:23
-        Log: Factor the PERL_SYS_INIT() code, from Hugo van der Sanden.
-     Branch: perl
-          ! hints/freebsd.sh hints/posix-bc.sh hints/sco.sh
-          ! mpeix/mpeixish.h perl.h unixish.h
-____________________________________________________________________________
-[ 10887] By: jhi                                   on 2001/06/24  13:15:45
-        Log: AUTHORS update.
-     Branch: perl
-          ! AUTHORS
-____________________________________________________________________________
-[ 10886] By: jhi                                   on 2001/06/24  13:14:31
-        Log: Subject: Encode::Tcl for multibyte doesnot work
-             From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
-             Date: Sun, 24 Jun 2001 22:48:21 +0900
-             Message-Id: <20010624223252.6658.BQW10602@nifty.com>
-     Branch: perl
-          ! ext/Encode/Encode/Tcl.pm
-____________________________________________________________________________
-[ 10885] By: jhi                                   on 2001/06/24  13:12:46
-        Log: Subject: [PATCH] Remove tautology in error messages
-             From: Mike Guy <mjtg@cam.ac.uk>
-             Date: Sun, 24 Jun 2001 13:31:00 +0100
-             Message-Id: <E15E92a-0006em-00@draco.cus.cam.ac.uk>
-     Branch: perl
-          ! pp_sys.c
-____________________________________________________________________________
-[ 10884] By: jhi                                   on 2001/06/24  13:11:36
-        Log: Darwin needs -traditional-cpp for cppflags to build Errno. 
-     Branch: perl
-          ! hints/darwin.sh
-____________________________________________________________________________
-[ 10883] By: jhi                                   on 2001/06/24  13:09:55
-        Log: Subject: Re: [PATCH 5.6.1] test suite
-             From: Ilya Zakharevich <ilya@math.ohio-state.edu>
-             Date: Sun, 24 Jun 2001 05:47:05 -0400
-             Message-ID: <20010624054705.A27890@math.ohio-state.edu>
-             
-             Test suite fixes.
-     Branch: perl
-          ! ext/POSIX/sigaction.t lib/File/stat.t perl.c t/io/utf8.t
-____________________________________________________________________________
-[ 10882] By: jhi                                   on 2001/06/24  13:07:46
-        Log: Subject: Re: [PATCH 5.6.1] OS2 warnings
-             From: Ilya Zakharevich <ilya@math.ohio-state.edu>
-             Date: Sun, 24 Jun 2001 05:37:19 -0400
-             Message-ID: <20010624053719.A27866@math.ohio-state.edu>
-     Branch: perl
-          ! os2/dl_os2.c os2/os2.c os2/os2ish.h
-____________________________________________________________________________
-[ 10881] By: jhi                                   on 2001/06/24  13:05:24
-        Log: Subject: Re: [PATCH 5.6.1] pp_sys.c warnings
-             From: Ilya Zakharevich <ilya@math.ohio-state.edu>
-             Date: Sun, 24 Jun 2001 05:34:50 -0400
-             Message-ID: <20010624053450.A27856@math.ohio-state.edu>
-             
-             Pacify compiler warnings.
-     Branch: perl
-          ! pp_sys.c
-____________________________________________________________________________
-[ 10880] By: jhi                                   on 2001/06/24  13:02:30
-        Log: Subject: Re: [PATCH 5.6.1] OS2 linking
-             From: Ilya Zakharevich <ilya@math.ohio-state.edu>
-             Date: Sun, 24 Jun 2001 05:21:18 -0400
-             Message-ID: <20010624052118.A27615@math.ohio-state.edu>
-             
-             Enable compression of executables during link time.
-     Branch: perl
-          ! hints/os2.sh
-____________________________________________________________________________
-[ 10879] By: jhi                                   on 2001/06/24  13:00:47
-        Log: Subject: Re: [PATCH 5.6.1] OS2 linking
-             From: Ilya Zakharevich <ilya@math.ohio-state.edu>
-             Date: Sun, 24 Jun 2001 05:15:11 -0400
-             Message-ID: <20010624051511.A27544@math.ohio-state.edu>
-             
-             Add ordinals to the export list for Perl DLL.
-             (Breaks intra-version DLL compatibility.)
-     Branch: perl
-          ! makedef.pl
-____________________________________________________________________________
-[ 10878] By: jhi                                   on 2001/06/24  02:12:04
-        Log: Allow (displaying and) re-editing the Subject in perlbug.
-             Also abstract the Subject quality control into a function.
-     Branch: perl
-          ! utils/perlbug.PL
-____________________________________________________________________________
-[ 10877] By: jhi                                   on 2001/06/24  01:40:53
-        Log: Display $ENV{CYGWIN} in perlbug if set (like #10875 for perl -V).
-     Branch: perl
-          ! utils/perlbug.PL
-____________________________________________________________________________
-[ 10876] By: jhi                                   on 2001/06/24  01:37:05
-        Log: Regen toc and modlib.
-     Branch: perl
-          ! pod/perlmodlib.pod pod/perltoc.pod
-____________________________________________________________________________
-[ 10875] By: jhi                                   on 2001/06/24  01:29:33
-        Log: In Cygwin display the $ENV{CYGWIN} under perl -V, as suggested
-             by John Peacock.  (Can be 'ntea' which means emulate UNIX file
-             attribute semantics as much as possible, or 'ntsec' which uses
-             native NTFS semantics.)  (See also #10877.)
-     Branch: perl
-          ! perl.c
-____________________________________________________________________________
-[ 10874] By: jhi                                   on 2001/06/23  23:57:28
-        Log: (Retracted by #11586)
-             
-             Hack to get rid of the UNEXPECTEDLY succeeded message for now.
-     Branch: perl
-          ! lib/Test/Harness.pm
-____________________________________________________________________________
-[ 10873] By: jhi                                   on 2001/06/23  23:36:56
-        Log: Just zap the -uPerlio.
-     Branch: perl
-          ! ext/B/Stash.t
-____________________________________________________________________________
-[ 10872] By: jhi                                   on 2001/06/23  21:29:10
-        Log: Do not test PerlIO if PerlIO not used.
-     Branch: perl
-          ! ext/PerlIO/PerlIO.t
-____________________________________________________________________________
-[ 10871] By: jhi                                   on 2001/06/23  21:12:49
-        Log: Regen perlapi.
-     Branch: perl
-          ! pod/perlapi.pod
-____________________________________________________________________________
-[ 10870] By: jhi                                   on 2001/06/23  21:03:31
-        Log: Subject: [PATCH] Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
-             From: Nicholas Clark <nick@ccl4.org>
-             Date: Sat, 23 Jun 2001 22:55:47 +0100
-             Message-ID: <20010623225547.Z98663@plum.flirble.org>
-     Branch: perl
-          ! numeric.c
-____________________________________________________________________________
-[ 10869] By: jhi                                   on 2001/06/23  17:13:21
-        Log: Subject: [PATCH: perl@10825] MacOS fixups for new lib/h2xs.t
-             From: Prymmer/Kahn <pvhp@best.com>
-             Date: Sat, 23 Jun 2001 11:08:52 -0700 (PDT)
-             Message-ID: <Pine.BSF.4.21.0106231105380.25634-100000@shell8.ba.best.com>
-     Branch: perl
-          ! lib/h2xs.t
-____________________________________________________________________________
-[ 10868] By: jhi                                   on 2001/06/23  16:04:38
-        Log: cygwin needs cygwin1.dll in PATH or cwd to run external programs.
-             cygwin does not taint cwd, just like win32.
-     Branch: perl
-          ! lib/File/Find/taint.t t/op/taint.t
-____________________________________________________________________________
-[ 10867] By: jhi                                   on 2001/06/23  15:39:15
-        Log: Retract #10865, the patch should be unnecessary.
-             (But seemingly helpful in Cygwin?  Strange.)
-     Branch: perl
-          ! lib/Memoize/t/tie_ndbm.t
-____________________________________________________________________________
-[ 10866] By: jhi                                   on 2001/06/23  15:06:30
-        Log: Misplaced test file; plus Cygwin filesystem semantics.
-     Branch: perl
-          + ext/SDBM_File/sdbm.t
-          - ext/ODBM_File/sdbm.t
-          ! MANIFEST
-____________________________________________________________________________
-[ 10865] By: jhi                                   on 2001/06/23  15:01:02
-        Log: (Retracted by #10867.)
-     Branch: perl
-          ! lib/Memoize/t/tie_ndbm.t
-____________________________________________________________________________
-[ 10864] By: jhi                                   on 2001/06/23  14:25:43
-        Log: Metaconfig unit change for #10863.
-     Branch: metaconfig/U/perl
-          ! Extensions.U
-____________________________________________________________________________
-[ 10863] By: jhi                                   on 2001/06/23  14:25:20
-        Log: In Cygwin do not build NDBM_File and ODBM_File unless
-             -lndbm and -ldbm are available.
-     Branch: perl
-          ! Configure config_h.SH
-____________________________________________________________________________
-[ 10862] By: jhi                                   on 2001/06/23  14:02:14
-        Log: More Cygwin filesystem semantics.
-     Branch: perl
-          ! t/io/fs.t t/op/stat.t
-____________________________________________________________________________
-[ 10861] By: jhi                                   on 2001/06/23  13:38:00
-        Log: More DOSish permission semantics for Cygwin.
-     Branch: perl
-          ! lib/AnyDBM_File.t
-____________________________________________________________________________
-[ 10860] By: jhi                                   on 2001/06/23  13:32:41
-        Log: Cygwin too has different permission semantics.
-     Branch: perl
-          ! ext/GDBM_File/gdbm.t
-____________________________________________________________________________
-[ 10859] By: jhi                                   on 2001/06/23  13:30:06
-        Log: The group (and assumedly passwd) databases can have
-             only one entry (this is the case in cygwin).
-     Branch: perl
-          ! t/op/grent.t t/op/pwent.t
-____________________________________________________________________________
-[ 10858] By: jhi                                   on 2001/06/23  13:16:26
-        Log: Also in Cygwin use Socket to figure out domainname
-             (if any) (avoids trying to call external 'domainname',
-             which doesn't at the moment exist in Cygwin)
-     Branch: perl
-          ! lib/Net/Domain.pm
-____________________________________________________________________________
-[ 10857] By: jhi                                   on 2001/06/23  12:48:32
-        Log: Remove also the lib$Foo.def, not just $Foo.def.
-     Branch: perl
-          ! lib/ExtUtils/MM_Unix.pm
-____________________________________________________________________________
-[ 10856] By: jhi                                   on 2001/06/23  12:21:53
-        Log: In UTS do signal(SIGFPE, SIG_IGN) in PERL_SYS_INIT().
-     Branch: perl
-          ! unixish.h
-____________________________________________________________________________
-[ 10855] By: jhi                                   on 2001/06/23  12:14:15
-        Log: Fix for ID 20010619.003, the [[:print:]] is not supposed
-             to match the whole isprint(), only the space character.
-     Branch: perl
-          ! handy.h pod/perlre.pod t/op/pat.t
-____________________________________________________________________________
-[ 10854] By: nick                                  on 2001/06/23  08:09:33
-        Log: Integrate mainline
-     Branch: perlio
-         !> Configure ext/IPC/SysV/Semaphore.pm hints/unicos.sh
-         !> lib/ExtUtils.t lib/File/Find/taint.t
-         !> lib/Math/BigInt/t/bigintpm.t lib/Net/netent.t
-         !> lib/Net/protoent.t lib/Net/servent.t mg.c t/op/mkdir.t
-         !> t/op/sprintf.t vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
-____________________________________________________________________________
-[ 10853] By: jhi                                   on 2001/06/23  03:48:09
-        Log: Make also the bigintpm.t (like op/sprintf.t) be less demanding
-             with its floats   in os390 and s390 (UTS).
-     Branch: perl
-          ! lib/Math/BigInt/t/bigintpm.t
-____________________________________________________________________________
-[ 10852] By: jhi                                   on 2001/06/23  03:38:53
-        Log: Add also UTS (s390) to the non-IEEE float platforms.
-     Branch: perl
-          ! t/op/sprintf.t
-____________________________________________________________________________
-[ 10851] By: jhi                                   on 2001/06/23  03:36:04
-        Log: Subject: RFC: what are applicable standards for exponent sizes?
-             From: Peter Prymmer <pvhp@forte.com>
-             Date: Tue, 19 Jun 2001 17:18:06 -0700 (PDT)
-             Message-ID: <Pine.OSF.4.10.10106191712070.361736-100000@aspara.forte.com>
-     Branch: perl
-          ! t/op/sprintf.t
-____________________________________________________________________________
-[ 10850] By: jhi                                   on 2001/06/23  03:29:04
-        Log: Subject: [PATCH: perl@10825] build (and test!) VMS::Stdio on VMS
-             From: Peter Prymmer <pvhp@forte.com>
-             Date: Fri, 22 Jun 2001 19:08:23 -0700 (PDT)
-             Message-ID: <Pine.OSF.4.10.10106221903270.24012-100000@aspara.forte.com>
-     Branch: perl
-          ! vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
-____________________________________________________________________________
-[ 10849] By: jhi                                   on 2001/06/23  03:27:21
-        Log: Subject: [PATCH: perl@10825] correction to lib/ExtUtils.t patch
-             From: Peter Prymmer <pvhp@forte.com>
-             Date: Fri, 22 Jun 2001 17:56:01 -0700 (PDT)
-             Message-ID: <Pine.OSF.4.10.10106221754180.24012-100000@aspara.forte.com>
-     Branch: perl
-          ! lib/ExtUtils.t
-____________________________________________________________________________
-[ 10848] By: jhi                                   on 2001/06/22  21:51:31
-        Log: Retract #10845.
-     Branch: perl
-          ! lib/File/Find/taint.t
-____________________________________________________________________________
-[ 10847] By: jhi                                   on 2001/06/22  21:50:38
-        Log: Yet another error message.
-     Branch: perl
-          ! t/op/mkdir.t
-____________________________________________________________________________
-[ 10846] By: jhi                                   on 2001/06/22  21:48:39
-        Log: The croak message for nonexistent socket functions may vary.
-     Branch: perl
-          ! lib/Net/netent.t lib/Net/protoent.t lib/Net/servent.t
-____________________________________________________________________________
-[ 10845] By: jhi                                   on 2001/06/22  21:42:38
-        Log: (Retracted by #10848.)
-     Branch: perl
-          ! lib/File/Find/taint.t
-____________________________________________________________________________
-[ 10844] By: jhi                                   on 2001/06/22  21:32:58
-        Log: Integrate perlio:
-             
-             [ 10843]
-             Back out debug in taint.t
-             
-             [ 10841]
-             Skip cwd test on Win32 ???
-             
-             [ 10836]
-             Skip |- based op/write.t on Win32 as well as VMS
-     Branch: perl
-         !> lib/File/Find/taint.t t/op/write.t
-____________________________________________________________________________
-[ 10843] By: nick                                  on 2001/06/22  21:24:51
-        Log: Back out debug in taint.t
-     Branch: perlio
-          ! lib/File/Find/taint.t
-____________________________________________________________________________
-[ 10842] By: jhi                                   on 2001/06/22  21:20:02
-        Log: setitimer() does not exist in Unicos, despite of what
-             Configure thinks, from Mark P. Lutz.
-     Branch: perl
-          ! hints/unicos.sh
-____________________________________________________________________________
-[ 10841] By: nick                                  on 2001/06/22  21:19:36
-        Log: Skip cwd test on Win32 ???
-     Branch: perlio
-          ! lib/File/Find/taint.t
-____________________________________________________________________________
-[ 10840] By: jhi                                   on 2001/06/22  21:17:34
-        Log: Casting this way seems to keep both 64-bitint x86 FreeBSD
-             and Tru64 gcc -Wall happy.
-     Branch: perl
-          ! mg.c
-____________________________________________________________________________
-[ 10839] By: jhi                                   on 2001/06/22  21:15:32
-        Log: The packs must be done in native shorts, fix from Mark P. Lutz.
-     Branch: perl
-          ! ext/IPC/SysV/Semaphore.pm
-____________________________________________________________________________
-[ 10838] By: jhi                                   on 2001/06/22  21:12:02
-        Log: Metaconfig unit change for #10837.
-     Branch: metaconfig/U/perl
-          ! Cross.U
-____________________________________________________________________________
-[ 10837] By: jhi                                   on 2001/06/22  21:09:42
-        Log: Cleanup of the cross-compilation unit.
-     Branch: perl
-          ! Configure
-____________________________________________________________________________
-[ 10836] By: nick                                  on 2001/06/22  20:45:12
-        Log: Skip |- based op/write.t on Win32 as well as VMS
-     Branch: perlio
-          ! t/op/write.t
-____________________________________________________________________________
-[ 10835] By: jhi                                   on 2001/06/22  20:44:20
-        Log: Integrate perlio:
-             
-             [ 10833]
-             Patcho fix.
-     Branch: perl
-         !> util.c
-____________________________________________________________________________
-[ 10834] By: nick                                  on 2001/06/22  20:41:54
-        Log: Integrate mainline
-     Branch: perlio
-         !> Configure Porting/Glossary Porting/config.sh Porting/config_H
-         !> config_h.SH pp_sys.c uconfig.h util.c vos/config.alpha.h
-         !> vos/config.ga.h
-____________________________________________________________________________
-[ 10833] By: nick                                  on 2001/06/22  20:22:58
-        Log: Patcho fix.
-     Branch: perlio
-          ! util.c
-____________________________________________________________________________
-[ 10832] By: jhi                                   on 2001/06/22  20:13:02
-        Log: Metaconfig unit changes for #10831.
-     Branch: metaconfig
-          ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
-____________________________________________________________________________
-[ 10831] By: jhi                                   on 2001/06/22  20:12:29
-        Log: Subject: [PATCH 5.7.x] Further tiny bcopy cleanup
-             From: Andy Dougherty <doughera@lafayette.edu>
-             Date: Fri, 22 Jun 2001 14:29:51 -0400 (EDT)
-             Message-ID: <Pine.SOL.4.10.10106221417030.28044-100000@maxwell.phys.lafayette.edu>
-     Branch: perl
-          ! Configure Porting/Glossary Porting/config.sh Porting/config_H
-          ! config_h.SH uconfig.h vos/config.alpha.h vos/config.ga.h
-____________________________________________________________________________
-[ 10830] By: jhi                                   on 2001/06/22  19:50:15
-        Log: MPE/iX prototype nits from Mark Bixby.
-     Branch: perl
-          ! pp_sys.c
-____________________________________________________________________________
-[ 10829] By: jhi                                   on 2001/06/22  16:25:16
-        Log: Detypo.
-     Branch: perl
-          ! util.c
-____________________________________________________________________________
-[ 10828] By: nick                                  on 2001/06/22  15:33:37
-        Log: Integrate mainline (in near desperate attempt to get Win32 to build...)
-     Branch: perlio
-         +> lib/h2xs.t
-         !> AUTHORS Changes MANIFEST Makefile.SH NetWare/t/NWScripts.pl
-         !> ext/B/Deparse.t ext/POSIX/POSIX.xs lib/ExtUtils.t
-         !> lib/ExtUtils/Constant.pm lib/I18N/LangTags.pm
-         !> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/test.pl
-         !> lib/Locale/Maketext.pm lib/Locale/Maketext.pod
-         !> lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
-         !> lib/Math/BigFloat.pm lib/Math/BigInt.pm patchlevel.h
-         !> t/op/write.t t/pod/plainer.t utils/h2xs.PL vms/vms.c
-         !> vms/vmsish.h
-____________________________________________________________________________
-[ 10827] By: jhi                                   on 2001/06/22  14:15:26
-        Log: Subject: [PATCH perl@10800] sigaction workaround for VMS
-             Date: Fri, 22 Jun 2001 10:08:35 -0500
-             From: "Craig A. Berry" <craigberry@mac.com>
-             Message-Id: <a05101001b75908704194@[192.168.56.145]>
-     Branch: perl
-          ! vms/vms.c vms/vmsish.h
-____________________________________________________________________________
-[ 10826] By: jhi                                   on 2001/06/22  13:35:37
-        Log: NetWare scripts tweak from Ananth Kesari.
-     Branch: perl
-          ! NetWare/t/NWScripts.pl
-____________________________________________________________________________
-[ 10825] By: jhi                                   on 2001/06/22  13:00:55
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[ 10824] By: jhi                                   on 2001/06/22  12:46:56
-        Log: Add .i and .s targets.
-     Branch: perl
-          ! Makefile.SH
-____________________________________________________________________________
-[ 10823] By: jhi                                   on 2001/06/22  12:25:20
-        Log: Upgrade to Locale::Maketext 1.03.
-     Branch: perl
-          ! lib/Locale/Maketext.pm lib/Locale/Maketext.pod
-          ! lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
-____________________________________________________________________________
-[ 10822] By: jhi                                   on 2001/06/22  12:23:57
-        Log: Upgrade to I18N::LangTags 0.26.
-     Branch: perl
-          ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
-          ! lib/I18N/LangTags/test.pl
-____________________________________________________________________________
-[ 10821] By: jhi                                   on 2001/06/22  12:16:41
-        Log: The #10792 didn't take, and s/sighni/signi/, as noticed by
-             Philip Newton.
-     Branch: perl
-          ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
-          ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
-____________________________________________________________________________
-[ 10820] By: jhi                                   on 2001/06/22  12:13:37
-        Log: Subject: [PATCH: perl@10800] trigraphs and tests for h2xs
-             From: Prymmer/Kahn <pvhp@best.com>
-             Date: Fri, 22 Jun 2001 00:03:24 -0700 (PDT)
-             Message-ID: <Pine.BSF.4.21.0106212354510.6026-100000@shell8.ba.best.com>
-     Branch: perl
-          + lib/h2xs.t
-          ! MANIFEST utils/h2xs.PL
-____________________________________________________________________________
-[ 10819] By: jhi                                   on 2001/06/22  12:11:56
-        Log: Subject: [PATCH: perl@10800] nmake specific cleanliness for lib/ExtUtils.t
-             From: Prymmer/Kahn <pvhp@best.com>
-             Date: Thu, 21 Jun 2001 23:53:27 -0700 (PDT)
-             Message-ID: <Pine.BSF.4.21.0106212346540.6026-100000@shell8.ba.best.com>
-     Branch: perl
-          ! lib/ExtUtils.t
-____________________________________________________________________________
-[ 10818] By: jhi                                   on 2001/06/22  12:11:08
-        Log: Subject: [PATCH: perl@10800] clean up after t/pod/plainer.t on Win32
-             From: Prymmer/Kahn <pvhp@best.com>
-             Date: Thu, 21 Jun 2001 23:45:15 -0700 (PDT)
-             Message-ID: <Pine.BSF.4.21.0106212341510.6026-100000@shell8.ba.best.com>
-     Branch: perl
-          ! t/pod/plainer.t
-____________________________________________________________________________
-[ 10817] By: jhi                                   on 2001/06/22  12:10:05
-        Log: AUTHORS update.
-     Branch: perl
-          ! AUTHORS
-____________________________________________________________________________
-[ 10816] By: jhi                                   on 2001/06/22  12:08:24
-        Log: Subject: should POSIX.xs use XSRETURN_UNDEF in sigaction?
-             From: "Craig A. Berry" <craigberry@mac.com>
-             Date: Thu, 21 Jun 2001 18:20:38 -0500
-             Message-Id: <5.1.0.14.0.20010621180227.02a8e930@exchi01>
-     Branch: perl
-          ! ext/POSIX/POSIX.xs
-____________________________________________________________________________
-[ 10815] By: jhi                                   on 2001/06/22  12:07:19
-        Log: Subject: [PATCH perl@10765] fix Deparse.t and write.t for VMS
-             From: "Craig A. Berry" <craigberry@mac.com>
-             Date: Thu, 21 Jun 2001 09:58:52 -0500
-             Message-Id: <5.1.0.14.0.20010620172532.033cdb88@exchi01>
-     Branch: perl
-          ! ext/B/Deparse.t t/op/write.t
-____________________________________________________________________________
-[ 10814] By: nick                                  on 2001/06/22  08:13:09
-        Log: Integrate mainline.
-     Branch: perlio
-         !> (integrate 46 files)
-____________________________________________________________________________
-[ 10813] By: jhi                                   on 2001/06/22  02:48:58
-        Log: Change the prefixes only if $prefix is unset,
-             as originally patched by Marcel Grunauer.
-     Branch: perl
-          ! hints/darwin.sh hints/rhapsody.sh
-____________________________________________________________________________
-[ 10812] By: jhi                                   on 2001/06/22  02:44:41
-        Log: Subject: Re: Patch for hints/darwin.sh
-             From: Wilfredo Sanchez <wsanchez@MIT.EDU>
-             Date: Thu, 21 Jun 2001 11:23:46 -0700
-             Message-Id: <200106211823.OAA01089@melbourne-city-street.mit.edu>
-     Branch: perl
-          ! hints/darwin.sh hints/rhapsody.sh
-____________________________________________________________________________
-[ 10811] By: jhi                                   on 2001/06/22  02:34:27
-        Log: Add .PHONY targets for non-file targets,
-             from Wilfredo Sánchez.  Should help saying
-             "make install" on case-insensitive filesystems.
-     Branch: perl
-          ! Makefile.SH
-____________________________________________________________________________
-[ 10810] By: jhi                                   on 2001/06/22  02:01:23
-        Log: Subject: Re: Automated smoke report for patch 10764 (truncated)
-             From: Doug MacEachern <dougm@covalent.net>
-             Date: Thu, 21 Jun 2001 19:32:05 -0700 (PDT)
-             Message-ID: <Pine.LNX.4.21.0106211925020.17261-100000@mako.covalent.net>
-             
-             plus reword the getcwd() comment, plus use getcwd() buffer
-             size minus one.
-     Branch: perl
-          ! util.c
-____________________________________________________________________________
-[ 10809] By: jhi                                   on 2001/06/22  01:16:58
-        Log: More gprofing from Doug MacEachern.
-     Branch: perl
-          ! Makefile.SH
-____________________________________________________________________________
-[ 10808] By: jhi                                   on 2001/06/22  01:15:11
-        Log: Metaconfig unit change for #10807.
-     Branch: metaconfig/U/perl
-          ! d_sfio.U
-____________________________________________________________________________
-[ 10807] By: jhi                                   on 2001/06/22  01:14:43
-        Log: Tell that you are removing the unneeded -lsfio.
-     Branch: perl
-          ! Configure
-____________________________________________________________________________
-[ 10806] By: jhi                                   on 2001/06/22  01:03:14
-        Log: More MPE/iX tweaks from Mark Bixby.
-     Branch: perl
-          ! perl.c t/op/magic.t
-____________________________________________________________________________
-[ 10805] By: jhi                                   on 2001/06/21  22:41:11
-        Log: The fchdir() proto is supposed to live in <unistd.h>.
-     Branch: perl
-          ! ext/Cwd/Cwd.xs
-____________________________________________________________________________
-[ 10804] By: jhi                                   on 2001/06/21  22:24:42
-        Log: This town is too small for the Cwd extension and me,
-             it would seem...
-     Branch: perl
-          ! ext/Cwd/Cwd.xs
-____________________________________________________________________________
-[ 10803] By: jhi                                   on 2001/06/21  21:54:00
-        Log: Metaconfig unit change for #10802.
-     Branch: metaconfig/U/perl
-          ! d_modfl.U
-____________________________________________________________________________
-[ 10802] By: jhi                                   on 2001/06/21  21:53:37
-        Log: More d'ohs.
-     Branch: perl
-          ! Configure
-____________________________________________________________________________
-[ 10801] By: jhi                                   on 2001/06/21  21:38:38
-        Log: Off-by-one.  I'm so classic.
-     Branch: perl
-          ! util.c
-____________________________________________________________________________
-[ 10800] By: jhi                                   on 2001/06/21  20:10:19
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[ 10799] By: jhi                                   on 2001/06/21  20:03:54
-        Log: Subject: Documentation patch for Net::FTP
-             From: Marcel Grunauer <marcel@codewerk.com>
-             Date: Wed, 20 Jun 2001 23:03:26 +0200
-             Message-Id: <20010620210309.DCMT6087.viemta06@localhost>
-     Branch: perl
-          ! lib/Net/FTP.pm
-____________________________________________________________________________
-[ 10798] By: jhi                                   on 2001/06/21  20:01:14
-        Log: Retract the #10417 mg.c and embed.pl parts because of
-             strange SEGVs in 64bit x86 FreeBSD observed by
-             Nicholas Clark.
-     Branch: perl
-          ! embed.pl mg.c perlapi.c pod/perlintern.pod proto.h
-____________________________________________________________________________
-[ 10797] By: jhi                                   on 2001/06/21  19:40:34
-        Log: Add fchdir() probe (in non-UNIX systems assume it doesn't exist).
-     Branch: perl
-          ! Configure NetWare/config.wc NetWare/config_H.wc
-          ! Porting/Glossary Porting/config.sh Porting/config_H
-          ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
-          ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
-          ! vos/config.ga.h win32/config.bc win32/config.gc
-          ! win32/config.vc win32/config_H.bc win32/config_H.gc
-          ! win32/config_H.vc
-____________________________________________________________________________
-[ 10796] By: jhi                                   on 2001/06/21  19:08:28
-        Log: Cwd tweak from Doug MacEachern.
-     Branch: perl
-          ! ext/Cwd/Cwd.xs
-____________________________________________________________________________
-[ 10795] By: jhi                                   on 2001/06/21  19:03:48
-        Log: Protect the fchdir() and lstat() with ifdefs.
-             fchdir() needs a Configure probe.
-     Branch: perl
-          ! ext/Cwd/Cwd.xs
-____________________________________________________________________________
-[ 10794] By: nick                                  on 2001/06/21  17:11:35
-        Log: Integrate mainline
-     Branch: perlio
-         +> ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
-         +> ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
-         +> lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
-         +> lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
-         +> lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
-         +> lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
-         +> lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
-         +> lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
-          - lib/Attribute/Handlers.t lib/File/Glob/basic.t
-          - lib/File/Glob/case.t lib/File/Glob/global.t
-          - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
-          - lib/File/Temp/posix.t lib/File/Temp/security.t
-          - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
-          - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
-          - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
-          - lib/Text/Wrap/wrap.t
-         !> (integrate 41 files)
-____________________________________________________________________________
-[ 10793] By: jhi                                   on 2001/06/21  17:01:26
-        Log: Subject: [PATCH perl@10765] fix Cwd.xs for VMS
-             From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
-             Date: Thu, 21 Jun 2001 13:04:54 -0500
-             Message-Id: <5.1.0.14.0.20010621124127.029fe120@exchi01>
-     Branch: perl
-          ! ext/Cwd/Cwd.xs
-____________________________________________________________________________
-[ 10792] By: jhi                                   on 2001/06/21  16:13:57
-        Log: Subject: [PATCH pod] overlong =item
-             From: Robin Barker <rmb1@cise.npl.co.uk>
-             Date: Thu, 21 Jun 2001 18:08:04 +0100 (BST)
-             Message-Id: <200106211708.SAA08097@tempest.npl.co.uk>
-     Branch: perl
-          ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
-          ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
-____________________________________________________________________________
-[ 10791] By: jhi                                   on 2001/06/21  16:10:51
-        Log: Subject: [PATCH perlio.c] format 
-             From: Robin Barker <rmb1@cise.npl.co.uk>
-             Date: Thu, 21 Jun 2001 18:05:02 +0100 (BST)
-             Message-Id: <200106211705.SAA08067@tempest.npl.co.uk>
-     Branch: perl
-          ! perlio.c
-____________________________________________________________________________
-[ 10790] By: jhi                                   on 2001/06/21  15:52:04
-        Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
-             From: Radu Greab <radu@netsoft.ro>
-             Date: Thu, 21 Jun 2001 19:06:02 +0300
-             Message-ID: <15154.7018.376419.295092@ix.netsoft.ro>
-     Branch: perl
-          ! pod/perlapi.pod sv.c
-____________________________________________________________________________
-[ 10789] By: jhi                                   on 2001/06/21  14:48:25
-        Log: The metaconfig unit changes for #10788.
-     Branch: metaconfig/U/perl
-          ! Cross.U fflushall.U
-____________________________________________________________________________
-[ 10788] By: jhi                                   on 2001/06/21  14:47:48
-        Log: Cross-configuration changes: make $from to rm the files
-             before copying them over (this means that he rm can be
-             removed from the fflushall test), create $targetmkdir     
-             (not documented in install since it is supposed to internal
-             use only), make $run to copy over the executable only if
-             a stamp file .xok doesn't already exist (to avoid unnecessary
-             copying of the executable)
-     Branch: perl
-          ! Configure Makefile.SH
-____________________________________________________________________________
-[ 10787] By: nick                                  on 2001/06/21  14:16:18
-        Log: Integrate mainline
-     Branch: perlio
-         +> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
-         +> lib/I18N/LangTags/README lib/Locale/Maketext/ChangeLog
-         +> lib/Locale/Maketext/README lib/Locale/Maketext/test.pl
-          - lib/I18N/LangTags/List.pod lib/Locale/Maketext.t
-         !> (integrate 34 files)
-____________________________________________________________________________
-[ 10786] By: jhi                                   on 2001/06/21  13:59:32
-        Log: Re-add the files as text.
-     Branch: perl
-          + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
-____________________________________________________________________________
-[ 10785] By: jhi                                   on 2001/06/21  13:57:55
-        Log: Delete the binary files.
-     Branch: perl
-          - t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
-____________________________________________________________________________
-[ 10784] By: jhi                                   on 2001/06/21  13:49:47
-        Log: Subject: [PATCH 5.7.x] Unnecessary pod2man calls in new extensions
-             From: Andy Dougherty <doughera@lafayette.edu>
-             Date: Thu, 21 Jun 2001 10:44:05 -0400 (EDT)
-             Message-ID: <Pine.SOL.4.10.10106211040180.26439-100000@maxwell.phys.lafayette.edu>
-     Branch: perl
-          ! ext/Digest/MD5/Makefile.PL ext/List/Util/Makefile.PL
-          ! ext/MIME/Base64/Makefile.PL ext/PerlIO/Scalar/Makefile.PL
-          ! ext/PerlIO/Via/Makefile.PL ext/Time/HiRes/Makefile.PL
-          ! ext/Time/Piece/Makefile.PL ext/XS/Typemap/Makefile.PL
-____________________________________________________________________________
-[ 10783] By: jhi                                   on 2001/06/21  13:46:50
-        Log: Subject: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
-             From: 0000-Admin <root@egg.karlov.mff.cuni.cz>(0000)
-             Date: Wed, 20 Jun 2001 14:11:49 +0200 (MET DST) 
-             Message-Id: <200106201211.f5KCBnm24320@egg.karlov.mff.cuni.cz>
-             
-             Setting umask to something friendlier.
-     Branch: perl
-          ! installman installperl
-____________________________________________________________________________
-[ 10782] By: jhi                                   on 2001/06/21  13:42:17
-        Log: Shuffle around tests to (ext|lib)/.../t/ subdirectories.
-             Resort MANIFEST with sort -f, looks much better.
-     Branch: perl
-          + ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
-          + ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
-          + lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
-          + lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
-          + lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
-          + lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
-          + lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
-          + lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
-          - lib/Attribute/Handlers.t lib/File/Glob/basic.t
-          - lib/File/Glob/case.t lib/File/Glob/global.t
-          - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
-          - lib/File/Temp/posix.t lib/File/Temp/security.t
-          - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
-          - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
-          - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
-          - lib/Text/Wrap/wrap.t
-          ! MANIFEST
-____________________________________________________________________________
-[ 10781] By: jhi                                   on 2001/06/21  13:16:04
-        Log: Upgrade to I18N::LangTags 0.25.
-     Branch: perl
-          ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
-          ! lib/I18N/LangTags/List.pm
-____________________________________________________________________________
-[ 10780] By: jhi                                   on 2001/06/21  13:12:54
-        Log: Subject: [PATCH] Step 2: Use the new PM_GETRE/SETRE macros everywhere.
-             From: Richard Soderberg <rs@crystalflame.net>
-             Date: Thu, 21 Jun 2001 07:01:22 -0700 (PDT)
-             Message-ID: <Pine.LNX.4.21.0106210657400.1693-100000@oregonnet.com>
-     Branch: perl
-          ! dump.c ext/B/B.xs ext/B/B/C.pm ext/ByteLoader/bytecode.h mg.c
-          ! op.c pp.c pp_ctl.c pp_hot.c regexec.c
-____________________________________________________________________________
-[ 10779] By: jhi                                   on 2001/06/21  12:59:57
-        Log: Test obsoleted by change #10777.
-     Branch: perl
-          ! t/op/sub_lval.t
-____________________________________________________________________________
-[ 10778] By: jhi                                   on 2001/06/21  12:52:37
-        Log: Case of confused test numbering.
-     Branch: perl
-          ! t/op/pat.t
-____________________________________________________________________________
-[ 10777] By: jhi                                   on 2001/06/21  12:30:57
-        Log: Subject: Re: Opinion on undef lvalue
-             From: Abhijit Menon-Sen <ams@wiw.org>
-             Date: Sun, 17 Jun 2001 13:04:46 +0530
-             Message-ID: <20010617130446.B27925@lustre.linux.in>
-             
-             Allow lvalue subs to return undef in array context.
-     Branch: perl
-          ! pp_hot.c
-____________________________________________________________________________
-[ 10776] By: jhi                                   on 2001/06/21  12:27:48
-        Log: Just a guess that using the same hack for cygwin as
-             for win32 might help.
-     Branch: perl
-          ! lib/File/Find/find.t
-____________________________________________________________________________
-[ 10775] By: jhi                                   on 2001/06/21  12:25:58
-        Log: NetWare tweaks from Guruprasad.
-     Branch: perl
-          ! NetWare/Makefile NetWare/Nwmain.c NetWare/config.wc
-          ! NetWare/config_H.wc NetWare/nw5sck.c NetWare/nw5sck.h
-          ! NetWare/nwperlsys.c NetWare/t/NWModify.pl
-          ! NetWare/t/NWScripts.pl NetWare/t/Readme.txt
-____________________________________________________________________________
-[ 10774] By: jhi                                   on 2001/06/21  12:21:17
-        Log: Subject: Re: perl@10722: Bogus warnings on REs 
-             From: Hugo <hv@crypt.compulink.co.uk>
-             Date: Thu, 21 Jun 2001 09:51:17 +0100
-             Message-Id: <200106210851.JAA01942@crypt.compulink.co.uk>
-             
-             Unroll to avoid a UTS compiler bug.
-     Branch: perl
-          ! regcomp.c
-____________________________________________________________________________
-[ 10773] By: jhi                                   on 2001/06/21  12:13:13
-        Log: Subject: Re: [PATCH] Make /o work under i?threads
-             From: Artur Bergman <artur@contiller.se>
-             Date: Thu, 21 Jun 2001 14:38:03 +0200
-             Message-ID: <B757B74A.184D%artur@contiller.se>
-     Branch: perl
-          ! t/op/pat.t
-____________________________________________________________________________
-[ 10772] By: jhi                                   on 2001/06/21  12:12:23
-        Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
-             From: Artur Bergman <artur@contiller.se> 
-             Date: Thu, 21 Jun 2001 14:27:33 +0200
-             Message-ID: <B757B4D4.1849%artur@contiller.se>
-             
-             Plus extra parentheses.
-     Branch: perl
-          ! op.h
-____________________________________________________________________________
-[ 10771] By: jhi                                   on 2001/06/21  12:10:29
-        Log: Subject: [PATCH] Make /o work under i?threads
-             From: Richard Soderberg <rs@crystalflame.net>
-             Date: Thu, 21 Jun 2001 05:21:43 -0700 (PDT)
-             Message-ID: <Pine.LNX.4.21.0106210518210.2479-100000@oregonnet.com>
-     Branch: perl
-          ! pp_ctl.c
-____________________________________________________________________________
-[ 10770] By: jhi                                   on 2001/06/21  12:09:28
-        Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
-             From: Artur Bergman <artur@contiller.se>
-             Date: Thu, 21 Jun 2001 14:04:54 +0200
-             Message-ID: <B757AF86.1842%artur@contiller.se>
-     Branch: perl
-          ! op.h
-____________________________________________________________________________
-[ 10769] By: jhi                                   on 2001/06/21  12:08:03
-        Log: Subject: Re: perl@10765: sv.c not OK on win32
-             From: Artur Bergman <artur@contiller.se>
-             Date: Thu, 21 Jun 2001 10:31:06 +0200
-             Message-ID: <B7577D69.182C%artur@contiller.se>
-     Branch: perl
-          ! sv.c
-____________________________________________________________________________
-[ 10768] By: jhi                                   on 2001/06/21  12:03:56
-        Log: Subject: [PATCH 5.6.1] OS2 getpw*, getgr*
-             From: Ilya Zakharevich <ilya@math.ohio-state.edu>
-             Date: Thu, 21 Jun 2001 06:23:56 -0400
-             Message-ID: <20010621062356.A8619@math.ohio-state.edu>
-             
-             Subject: Re: [PATCH 5.6.1] OS2 getpw*, getgr*
-             From: Ilya Zakharevich <ilya@math.ohio-state.edu>
-             Date: Thu, 21 Jun 2001 06:32:21 -0400
-             Message-ID: <20010621063221.A8823@math.ohio-state.edu>
-     Branch: perl
-          ! lib/File/Glob/basic.t makedef.pl os2/os2.c os2/os2ish.h
-____________________________________________________________________________
-[ 10767] By: jhi                                   on 2001/06/21  12:00:07
-        Log: Subject: [PATCH] make syslog test more verbose
-             From: Robert Spier <rspier@pobox.com>
-             Date: Thu, 21 Jun 2001 00:54:32 -0400
-             Message-ID: <15153.32264.295807.333073@rls.cx>
-     Branch: perl
-          ! ext/Sys/Syslog/syslog.t
-____________________________________________________________________________
-[ 10766] By: jhi                                   on 2001/06/20  23:27:57
-        Log: Subject: op/study.t refinements
-             From: Hugo <hv@crypt.compulink.co.uk>
-             Date: Thu, 21 Jun 2001 00:29:07 +0100
-             Message-Id: <200106202329.AAA31397@crypt.compulink.co.uk>
-     Branch: perl
-          ! t/op/study.t
-____________________________________________________________________________
-[ 10765] By: jhi                                   on 2001/06/20  19:51:47
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[ 10764] By: jhi                                   on 2001/06/20  19:00:23
-        Log: Subject: Re: [PATCH] djgpp updates
-             From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
-             Date: Wed, 20 Jun 2001 10:05:15 +0200
-             Message-ID: <20010620100515.L5600@libra.eth.ericsson.se>
-     Branch: perl
-          ! djgpp/config.over
-____________________________________________________________________________
-[ 10763] By: jhi                                   on 2001/06/20  18:58:06
-        Log: Fix for ID 20010619.002 "When building hash, hash keys that
-             are function calls are not being called", from Abhijit.
-     Branch: perl
-          ! t/base/lex.t toke.c
-____________________________________________________________________________
-[ 10762] By: jhi                                   on 2001/06/20  18:45:00
-        Log: Upgrade to Locale::Maketext 1.02, from Sean Burke.
-     Branch: perl
-          + lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/README
-          + lib/Locale/Maketext/test.pl
-          - lib/Locale/Maketext.t
-          ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext.pod
-          ! lib/Locale/Maketext/TPJ13.pod
-____________________________________________________________________________
-[ 10761] By: jhi                                   on 2001/06/20  18:44:15
-        Log: Metaconfig unit change for #10760.
-     Branch: metaconfig
-          ! U/modified/Cppsym.U
-____________________________________________________________________________
-[ 10760] By: jhi                                   on 2001/06/20  18:42:04
-        Log: Do not remove the ccsym* Cppsym* files since
-             they are useful for metaconfig units coming after us.
-             (This is the Configure nit mentioned in #10752.)
-     Branch: perl
-          ! Configure
-____________________________________________________________________________
-[ 10759] By: jhi                                   on 2001/06/20  18:02:18
-        Log: Update to I18N::LangTags 0.24, from Sean Burke.
-     Branch: perl
-          + lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
-          + lib/I18N/LangTags/README
-          - lib/I18N/LangTags/List.pod
-          ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/test.pl
-____________________________________________________________________________
-[ 10758] By: jhi                                   on 2001/06/20  17:34:43
-        Log: Regen headers.
-     Branch: perl
-          ! embed.h embedvar.h global.sym perlapi.c perlapi.h
-          ! pod/perlapi.pod proto.h
-____________________________________________________________________________
-[ 10757] By: jhi                                   on 2001/06/20  17:23:08
-        Log: Subject: [PATCH] Fixes case of CvDEPTH for perl_clone
-             From: Artur Bergman <artur@contiller.se>
-             Date: Wed, 20 Jun 2001 11:31:32 +0200
-             Message-ID: <B7563A14.17D8%artur@contiller.se>
-     Branch: perl
-          ! embed.pl hv.c intrpvar.h sv.c sv.h
-____________________________________________________________________________
-[ 10756] By: jhi                                   on 2001/06/20  17:13:26
-        Log: Subject: Fix for [ID 20010124.001] POSIX::errno unreliable
-             From: Tim Sweetman <tim@aldigital.co.uk> 
-             Date: Wed, 13 Jun 2001 14:25:17 +0100 
-             Message-ID: <3B2769BD.68B4F4B3@aldigital.co.uk> 
-     Branch: perl
-          ! ext/POSIX/POSIX.t lib/AutoLoader.pm
-____________________________________________________________________________
-[ 10755] By: nick                                  on 2001/06/20  16:12:37
-        Log: Integrate mainline
-     Branch: perlio
-         !> embed.h embed.pl ext/Cwd/Cwd.xs ext/Filter/t/call.t
-         !> ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/t/io_sock.t
-         !> ext/POSIX/POSIX.xs hints/mpeix.sh lib/File/Temp/security.t
-         !> lib/FileHandle.t mpeix/mpeixish.h mpeix/relink objXSUB.h
-         !> perlapi.c pod/perldiag.pod pp_sys.c proto.h t/op/pwent.t
-         !> t/op/study.t util.c
-____________________________________________________________________________
-[ 10754] By: gsar                                  on 2001/06/20  15:22:27
-        Log: missing ld entry in Config.pm on Windows (makefile.mk had it,
-             but not Makefile)
-     Branch: maint-5.6/perl
-          ! win32/Makefile
-____________________________________________________________________________
-[ 10753] By: jhi                                   on 2001/06/20  14:03:20
-        Log: Security tweak on readlink().
-     Branch: perl
-          ! pp_sys.c
-____________________________________________________________________________
-[ 10752] By: jhi                                   on 2001/06/20  14:00:23
-        Log: MPE/iX fixes from Mark Bixby (a Configure fix is also needed.)
-     Branch: perl
-          ! ext/Filter/t/call.t ext/IO/lib/IO/t/io_sock.t hints/mpeix.sh
-          ! lib/File/Temp/security.t lib/FileHandle.t mpeix/mpeixish.h
-          ! mpeix/relink t/op/pwent.t
-____________________________________________________________________________
-[ 10751] By: jhi                                   on 2001/06/20  13:57:27
-        Log: Reinstate #10725 (with probe for alarm()).
-     Branch: perl
-          ! t/op/study.t
-____________________________________________________________________________
-[ 10750] By: jhi                                   on 2001/06/20  13:53:46
-        Log: Replace our implementation of realpath() with OpenBSD's
-             (src/lib/libc/stdlib/realpath.c 1.4).
-     Branch: perl
-          ! embed.h embed.pl ext/Cwd/Cwd.xs objXSUB.h perlapi.c
-          ! pod/perldiag.pod proto.h util.c
-____________________________________________________________________________
-[ 10749] By: jhi                                   on 2001/06/20  13:07:49
-        Log: Integrate perlio:
-             
-             [ 10747]
-             Fix PERLIO=unix bug, while restoring maximal buffer in PerlIOBuf_unread.
-     Branch: perl
-         !> perlio.c
-____________________________________________________________________________
-[ 10748] By: jhi                                   on 2001/06/20  13:07:18
-        Log: No point in going into memory-saving contortions
-             with getcwd() since there's a danger of buffer overflow.
-             Also make the POSIX extension to use sv_getcwd().
-             Finally, a missed proto.h fragment.
-     Branch: perl
-          ! ext/POSIX/POSIX.xs proto.h util.c
-____________________________________________________________________________
-[ 10747] By: nick                                  on 2001/06/20  12:38:26
-        Log: Fix PERLIO=unix bug, while restoring maximal buffer in PerlIOBuf_unread.
-     Branch: perlio
-          ! perlio.c
-____________________________________________________________________________
-[ 10746] By: jhi                                   on 2001/06/20  11:51:10
-        Log: Subject: Re: Bug in IO::Socket::INET module (repeat)
-             From: Graham Barr <gbarr@pobox.com>
-             Date: Wed, 20 Jun 2001 11:05:49 +0100
-             Message-ID: <20010620110549.I19188@pobox.com>
-             
-             reported in       
-             
-             Subject: Bug in IO::Socket::INET module (repeat)
-             From: "Harmon S. Nine" <hnine@netarx.com>
-             Date: Tue, 19 Jun 2001 09:41:35 -0400
-             Message-ID: <3B2F568F.8080605@netarx.com>
-             
-             The bug was that the IO::Socket::INET constructor
-             did not allow a 'LocalPort' of 0.
-     Branch: perl
-          ! ext/IO/lib/IO/Socket/INET.pm
-____________________________________________________________________________
-[ 10745] By: nick                                  on 2001/06/20  08:56:39
-        Log: Integrate mainline.
-     Branch: perlio
-         !> (integrate 37 files)
-____________________________________________________________________________
-[ 10744] By: jhi                                   on 2001/06/20  04:54:53
-        Log: After some reading I don't think we can blindly
-             use systems' realpath().  Too many security problems,
-             too many buggy implementations.
-             
-             TODO: the realpath() emulation code in util.c doesn't
-             seem fully operational?  (readlink(), for example?)
-     Branch: perl
-          ! Configure Makefile.micro Porting/Glossary Porting/config.sh
-          ! Porting/config_H config_h.SH embed.h embed.pl global.sym
-          ! objXSUB.h perlapi.c pod/perldiag.pod pod/perltoc.pod uconfig.h
-          ! uconfig.sh util.c vos/config.alpha.def vos/config.alpha.h
-          ! vos/config.ga.def vos/config.ga.h win32/config_H.bc
-          ! win32/config_H.gc win32/config_H.vc
-____________________________________________________________________________
-[ 10743] By: jhi                                   on 2001/06/20  00:48:48
-        Log: Metaconfig unit change for #10738.
-     Branch: metaconfig
-          ! U/compline/d_gconvert.U
-____________________________________________________________________________
-[ 10742] By: jhi                                   on 2001/06/20  00:48:20
-        Log: Integrate change #10739 from maintperl:
-             
-             C<eval "/x$\r\n/x"> fails to compile correctly 
-     Branch: perl
-         !> t/op/pat.t toke.c
-____________________________________________________________________________
-[ 10741] By: jhi                                   on 2001/06/20  00:41:05
-        Log: Retract #10725 (Hugo asked NOT to apply the patch)
-     Branch: perl
-          ! t/op/study.t
-____________________________________________________________________________
-[ 10740] By: jhi                                   on 2001/06/19  23:58:25
-        Log: The test.third results were funnily named because of the
-             new test scheme.
-     Branch: perl
-          ! t/TEST
-____________________________________________________________________________
-[ 10739] By: gsar                                  on 2001/06/19  23:49:15
-        Log: C<eval "/x$\r\n/x"> fails to compile correctly
-     Branch: maint-5.6/perl
-          ! t/op/pat.t toke.c
-____________________________________________________________________________
-[ 10738] By: jhi                                   on 2001/06/19  23:04:15
-        Log: Subject: [ID 20010619.012] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED) 
-             From: Spider Boardman <spider@Orb.Nashua.NH.US>
-             Date: Tue, 19 Jun 2001 19:15:40 -0400
-             Message-Id: <200106192315.TAA18531@Orb.Nashua.NH.US>
-             
-             The bigintpm.t #1183 failing in Tru64 (and also Cygwin)
-             because "1e+129" being expected but "1.e+129" being returned.
-             The culprit (at least in Tru64) is the use of gcvt().
-     Branch: perl
-          ! Configure
-____________________________________________________________________________
-[ 10737] By: jhi                                   on 2001/06/19  22:56:52
-        Log: Subject: [PATCH perl@10722] test hunting on VMS
-             From: "Craig A. Berry" <craigberry@mac.com>
-             Message-Id: <5.1.0.14.0.20010619183530.01c4bdb8@exchi01>
-             Date: Tue, 19 Jun 2001 18:59:01 -0500
-     Branch: perl
-          ! vms/test.com
-____________________________________________________________________________
-[ 10736] By: jhi                                   on 2001/06/19  21:32:29
-        Log: Subject: [PATCH] s/typos//
-             From: Abhijit Menon-Sen <ams@wiw.org>
-             Date: Wed, 20 Jun 2001 02:15:02 +0530
-             Message-ID: <20010620021502.A14541@lustre.linux.in>
-             
-             Without the op.h s/bearword/bareword/ hunk, see
-             http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/1998-02/msg00370.html
-     Branch: perl
-          ! util.c
-____________________________________________________________________________
-[ 10735] By: jhi                                   on 2001/06/19  21:26:43
-        Log: Metaconfig unit change for #10732 and #10733.
-     Branch: metaconfig/U/perl
-          ! fflushall.U
-____________________________________________________________________________
-[ 10734] By: jhi                                   on 2001/06/19  21:24:41
-        Log: Subject: [PATCH perl@10722] build ext/Socket dynamically on VMS
-             From: "Craig A. Berry" <craigberry@mac.com>
-             Date: Tue, 19 Jun 2001 17:19:48 -0500
-             Message-Id: <5.1.0.14.0.20010619165650.01bd8478@exchi01>
-     Branch: perl
-          ! configure.com vms/descrip_mms.template
-____________________________________________________________________________
-[ 10733] By: jhi                                   on 2001/06/19  19:57:44
-        Log: Subject: [ID 20010619.011] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED)
-             From: Spider Boardman <spider@Orb.Nashua.NH.US>
-             Date: Tue, 19 Jun 2001 16:48:07 -0400
-             Message-Id: <200106192048.QAA20849@Orb.Nashua.NH.US>
-             
-             Further fixes to fflush(NULL) detection.
-     Branch: perl
-          ! Configure
-____________________________________________________________________________
-[ 10732] By: jhi                                   on 2001/06/19  19:38:20
-        Log: AIX test -s hangs with non-existent files?
-             (A genuine logic bug in Configure, but AIX also broken?)
-     Branch: perl
-          ! Configure
-____________________________________________________________________________
-[ 10731] By: jhi                                   on 2001/06/19  19:17:35
-        Log: AUTHORS updates.
-     Branch: perl
-          ! AUTHORS
-____________________________________________________________________________
-[ 10730] By: jhi                                   on 2001/06/19  19:03:07
-        Log: Subject: [ID 20010619.007] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-perlio 4.0f (UNINSTALLED)
-             From: Spider Boardman <spider@Orb.Nashua.NH.US>
-             Date: Tue, 19 Jun 2001 15:33:25 -0400
-             Message-Id: <200106191933.PAA08415@Orb.Nashua.NH.US>
-     Branch: perl
-          ! ext/POSIX/POSIX.t lib/warnings.t perlio.c t/lib/1_compile.t
-          ! t/lib/warnings/pp
-____________________________________________________________________________
-[ 10729] By: jhi                                   on 2001/06/19  18:34:10
-        Log: Integrate perlio:
-             
-             [ 10728]
-             Hack File/Find/find.t to use File::Spec::Unix on Win32.
-     Branch: perl
-         !> lib/File/Find/find.t win32/distclean.bat
-____________________________________________________________________________
-[ 10728] By: nick                                  on 2001/06/19  18:24:53
-        Log: Hack File/Find/find.t to use File::Spec::Unix on Win32.
-     Branch: perlio
-          ! lib/File/Find/find.t win32/distclean.bat
-____________________________________________________________________________
-[ 10727] By: jhi                                   on 2001/06/19  18:07:31
-        Log: Furthwer tweak the fdopen() spot as suggseted by Jeff Pinyan;
-             also add information how to find out whether one has PerlIO.
-     Branch: perl
-          ! pod/perlfunc.pod
-____________________________________________________________________________
-[ 10726] By: jhi                                   on 2001/06/19  17:59:30
-        Log: Subject: [ID 20010619.005] two typos in pod/perlfunc.pod
-             From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
-             Date: Tue, 19 Jun 2001 11:36:32 -0700 (PDT)
-             Message-Id: <200106191836.LAA21471@ventrue.corp.yahoo.com>
-     Branch: perl
-          ! pod/perlfunc.pod
-____________________________________________________________________________
-[ 10725] By: jhi                                   on 2001/06/19  17:28:30
-        Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study 
-             From: Hugo <hv@crypt.compulink.co.uk>
-             Date: Tue, 19 Jun 2001 12:37:30 +0100
-             Message-Id: <200106191137.MAA15185@crypt.compulink.co.uk>
-     Branch: perl
-          ! t/op/study.t
-____________________________________________________________________________
-[ 10724] By: jhi                                   on 2001/06/19  17:22:20
-        Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study 
-             From: Hugo <hv@crypt.compulink.co.uk>
-             Message-Id: <200106191215.NAA17691@crypt.compulink.co.uk>
-             Date: Tue, 19 Jun 2001 13:15:17 +0100
-     Branch: perl
-          ! util.c
-____________________________________________________________________________
-[ 10723] By: nick                                  on 2001/06/19  14:46:15
-        Log: Integrate mainline
-     Branch: perlio
-         +> ext/IPC/SysV/ipcsysv.t ext/Thread/create.tx ext/Thread/die.tx
-         +> ext/Thread/die2.tx ext/Thread/io.tx ext/Thread/join.tx
-         +> ext/Thread/join2.tx ext/Thread/list.tx ext/Thread/lock.tx
-         +> ext/Thread/queue.tx ext/Thread/specific.tx ext/Thread/sync.tx
-         +> ext/Thread/sync2.tx ext/Thread/unsync.tx ext/Thread/unsync2.tx
-         +> ext/Thread/unsync3.tx ext/Thread/unsync4.tx
-          - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
-          - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
-          - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
-          - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
-          - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
-          - ext/Thread/unsync4.t
-         !> Changes MANIFEST NetWare/Makefile NetWare/config.wc
-         !> djgpp/config.over djgpp/fixpmain
-         !> ext/DynaLoader/DynaLoader_pm.PL ext/IPC/SysV/t/msg.t
-         !> ext/IPC/SysV/t/sem.t handy.h hv.c lib/ExtUtils/MM_Unix.pm
-         !> patchlevel.h perl.h utils/libnetcfg.PL win32/Makefile
-____________________________________________________________________________
-[ 10722] By: jhi                                   on 2001/06/19  11:55:30
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[ 10721] By: jhi                                   on 2001/06/19  11:29:34
-        Log: The existence shall be MANIFESted.
-     Branch: perl
-          ! MANIFEST
-____________________________________________________________________________
-[ 10720] By: jhi                                   on 2001/06/19  10:58:09
-        Log: The old libnet.cfg is first searched from the current directory,
-             only then from the module path.
-     Branch: perl
-          ! utils/libnetcfg.PL
-____________________________________________________________________________
-[ 10719] By: jhi                                   on 2001/06/19  10:55:59
-        Log: NetWare tweaks from Guruprasad.
-     Branch: perl
-          ! NetWare/Makefile NetWare/config.wc
-____________________________________________________________________________
-[ 10718] By: jhi                                   on 2001/06/19  10:54:22
-        Log: Subject: [PATCH] djgpp updates
-             From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
-             Date: Tue, 19 Jun 2001 10:59:06 +0200
-             Message-ID: <20010619105906.C5600@libra.eth.ericsson.se>
-     Branch: perl
-          ! djgpp/config.over djgpp/fixpmain
-____________________________________________________________________________
-[ 10717] By: jhi                                   on 2001/06/19  10:53:20
-        Log: Subject: [PATCH: perl@10689]let MS VC 5 resolve _PerlIO_win32
-             From: Prymmer/Kahn <pvhp@best.com>
-             Date: Mon, 18 Jun 2001 23:48:52 -0700 (PDT)
-             Message-ID: <Pine.BSF.4.21.0106182345100.17670-100000@shell8.ba.best.com>
-     Branch: perl
-          ! win32/Makefile
-____________________________________________________________________________
-[ 10716] By: jhi                                   on 2001/06/19  10:52:25
-        Log: The INT32_MIN_BROKEN and INT64_MIN_BROKEN tweaks needs
-             to happen right after the inclusion of <inttypes.h>,
-             from Edward Moy.
-     Branch: perl
-          ! handy.h perl.h
-____________________________________________________________________________
-[ 10715] By: jhi                                   on 2001/06/19  10:49:21
-        Log: Subject: [patch] preserve @DynaLoader::dl_{librefs,modules}
-             From: Doug MacEachern <dougm@covalent.net>
-             Date: Mon, 18 Jun 2001 22:13:38 -0700 (PDT)
-             Message-ID: <Pine.LNX.4.21.0106182210570.22114-100000@mako.covalent.net>
-     Branch: perl
-          ! ext/DynaLoader/DynaLoader_pm.PL
-____________________________________________________________________________
-[ 10714] By: jhi                                   on 2001/06/19  10:48:19
-        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.)
-     Branch: perl
-          ! hv.c
-____________________________________________________________________________
-[ 10713] By: jhi                                   on 2001/06/19  10:46:08
-        Log: Subject: [patch] .s MakeMaker suffix
-             From: Doug MacEachern <dougm@covalent.net>
-             Date: Mon, 18 Jun 2001 21:23:11 -0700 (PDT)
-             Message-ID: <Pine.LNX.4.21.0106182120250.22114-100000@mako.covalent.net>
-     Branch: perl
-          ! lib/ExtUtils/MM_Unix.pm
-____________________________________________________________________________
-[ 10712] By: jhi                                   on 2001/06/19  10:34:35
-        Log: One test lost in the big shuffle restored.
-     Branch: perl
-          + ext/IPC/SysV/ipcsysv.t
-          ! MANIFEST ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
-____________________________________________________________________________
-[ 10711] By: jhi                                   on 2001/06/19  10:25:46
-        Log: Rename the old non-standard threads tests so that
-             they won't be invoked.
-     Branch: perl
-          + ext/Thread/create.tx ext/Thread/die.tx ext/Thread/die2.tx
-          + ext/Thread/io.tx ext/Thread/join.tx ext/Thread/join2.tx
-          + ext/Thread/list.tx ext/Thread/lock.tx ext/Thread/queue.tx
-          + ext/Thread/specific.tx ext/Thread/sync.tx ext/Thread/sync2.tx
-          + ext/Thread/unsync.tx ext/Thread/unsync2.tx
-          + ext/Thread/unsync3.tx ext/Thread/unsync4.tx
-          - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
-          - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
-          - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
-          - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
-          - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
-          - ext/Thread/unsync4.t
-          ! MANIFEST
-____________________________________________________________________________
-[ 10710] By: jhi                                   on 2001/06/19  10:18:41
-        Log: Integrate perlio:
-             
-             [ 10708]
-             Get Win32 known_extensions and extensions right in config.sh and hence Config.pm
-             
-             [ 10678]
-             Integrate mainline (part2 - the deletes)
-     Branch: perl
-         !> win32/config_sh.PL
-____________________________________________________________________________
-[ 10709] By: nick                                  on 2001/06/19  08:18:18
-        Log: Integrate mainline
-     Branch: perlio
-         +> (branch 40 files)
-          - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
-          - lib/strict/subs lib/strict/vars lib/warnings/1global
-          - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
-          - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
-          - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
-          - lib/warnings/doio lib/warnings/doop lib/warnings/gv
-          - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
-          - lib/warnings/op lib/warnings/perl lib/warnings/perlio
-          - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
-          - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
-          - lib/warnings/regexec lib/warnings/run lib/warnings/sv
-          - lib/warnings/taint lib/warnings/toke lib/warnings/universal
-          - lib/warnings/utf8 lib/warnings/util
-         !> (integrate 57 files)
-____________________________________________________________________________
-[ 10708] By: nick                                  on 2001/06/19  07:57:10
-        Log: Get Win32 known_extensions and extensions right in config.sh and hence Config.pm
-     Branch: perlio
-          ! win32/config_sh.PL
-____________________________________________________________________________
-[ 10707] By: nick                                  on 2001/06/19  07:05:07
-        Log: Perly.y and related file fixes to keep mainframe yacc (and bison) happy.
-     Branch: perl
-          ! perly.c perly.y perly_c.diff vms/perly_c.vms
-____________________________________________________________________________
-[ 10706] By: jhi                                   on 2001/06/19  02:58:26
-        Log: More perl572delta tweaks.
-     Branch: perl
-          ! pod/perl572delta.pod
-____________________________________________________________________________
-[ 10705] By: jhi                                   on 2001/06/19  01:53:40
-        Log: Update perl572delta.
-     Branch: perl
-          ! pod/perl572delta.pod
-____________________________________________________________________________
-[ 10704] By: jhi                                   on 2001/06/19  01:28:40
-        Log: VOS updates from Paul Green.
-     Branch: perl
-          ! vos/Changes vos/build.cm vos/perl.bind
-____________________________________________________________________________
-[ 10703] By: jhi                                   on 2001/06/19  01:03:53
-        Log: Update the vos/config.*.* files.
-     Branch: perl
-          ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
-          ! vos/config.ga.h
-____________________________________________________________________________
-[ 10702] By: jhi                                   on 2001/06/19  01:03:32
-        Log: Add a makefile for more painless adding of symbols to the
-             VOS headers while in UNIX (in VOS the vos/configure_perl.cm
-             takes care of the adding)
-     Branch: perl
-          + vos/Makefile
-____________________________________________________________________________
-[ 10701] By: jhi                                   on 2001/06/19  00:51:44
-        Log: Make libnetcfg by default display the libnet configuration,
-             -c to change, add -i for old config, document all options,
-             regen toc.
-     Branch: perl
-          ! pod/perltoc.pod pod/perlutil.pod utils/libnetcfg.PL
-____________________________________________________________________________
-[ 10700] By: jhi                                   on 2001/06/18  23:45:12
-        Log: gcc -Wall sweep.
-     Branch: perl
-          ! ext/IO/IO.xs ext/Time/Piece/Piece.xs
-____________________________________________________________________________
-[ 10699] By: jhi                                   on 2001/06/18  23:19:53
-        Log: So there.
-     Branch: perl
-          ! universal.c
-____________________________________________________________________________
-[ 10698] By: jhi                                   on 2001/06/18  23:10:22
-        Log: Document the need for sv_printify().
-             
-             Document that 'use utf8' has been considered.
-             
-             (An unfinished, gcc 3.0 -Wall nit fix also slipped in, gack.)
-     Branch: perl
-          ! pod/perltodo.pod universal.c
-____________________________________________________________________________
-[ 10697] By: jhi                                   on 2001/06/18  22:50:53
-        Log: Subject: Re: [PATCH] Re: [PATCH] Re: perl@10611
-             From: Nicholas Clark <nick@ccl4.org>
-             Date: Mon, 18 Jun 2001 23:29:23 +0100
-             Message-ID: <20010618232923.I98663@plum.flirble.org>
-     Branch: perl
-          ! ext/POSIX/Makefile.PL ext/Socket/Makefile.PL
-          ! ext/Sys/Syslog/Makefile.PL
-____________________________________________________________________________
-[ 10696] By: jhi                                   on 2001/06/18  22:39:32
-        Log: Subject: [PATCH: 5.6.1] perl5db.pl v1.07 + docs
-             From: Scott.L.Miller@Compaq.com
-             Date: Mon, 18 Jun 2001 10:12:27 -0500
-             Message-ID: <86256A6F.00538A54.00@omacmta01.custom-edge.com>
-     Branch: perl
-          ! lib/perl5db.pl pod/perldebug.pod
-____________________________________________________________________________
-[ 10695] By: jhi                                   on 2001/06/18  22:35:13
-        Log: Subject: [PATCH lib/Carp/Heavy.pm] malformed POSIX negation
-             From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
-             Date: Mon, 18 Jun 2001 16:52:24 -0400 (EDT)
-             Message-ID: <Pine.GSO.4.21.0106181650590.17386-100000@crusoe.crusoe.net>
-     Branch: perl
-          ! lib/Carp/Heavy.pm
-____________________________________________________________________________
-[ 10694] By: jhi                                   on 2001/06/18  22:34:06
-        Log: Subject: [PATCH] Documentation changes for CLONE
-             From: Artur Bergman <artur@contiller.se>
-             Date: Mon, 18 Jun 2001 22:06:37 +0200
-             Message-ID: <B7542BEC.1719%artur@contiller.se>
-     Branch: perl
-          ! pod/perlmod.pod pod/perlsub.pod
-____________________________________________________________________________
-[ 10693] By: jhi                                   on 2001/06/18  22:31:38
-        Log: Subject: Re: configure.com
-             From: "Craig A. Berry" <craigberry@mac.com>
-             Date: Mon, 18 Jun 2001 16:04:38 -0500
-             Message-Id: <5.1.0.14.0.20010618154549.0318c090@mail.mac.com>
-     Branch: perl
-          ! configure.com
-____________________________________________________________________________
-[ 10692] By: jhi                                   on 2001/06/18  22:30:43
-        Log: Subject: PL_nullstash + perl_clone()
-             From: Doug MacEachern <dougm@covalent.net>
-             Date: Mon, 18 Jun 2001 16:24:22 -0700 (PDT)
-             Message-ID: <Pine.LNX.4.21.0106181621040.11974-100000@mako.covalent.net>
-     Branch: perl
-          ! sv.c
-____________________________________________________________________________
-[ 10691] By: jhi                                   on 2001/06/18  22:26:20
-        Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
-             From: davem@fdgroup.co.uk
-             Date: Mon, 18 Jun 2001 21:29:45 +0100 (BST)
-             Message-Id: <200106182029.VAA06503@gizmo.fdgroup.co.uk>
-     Branch: perl
-          ! embed.pl pod/perlapi.pod
-____________________________________________________________________________
-[ 10690] By: jhi                                   on 2001/06/18  22:17:05
-        Log: More cross-compilation defaults gleaned from -Dcc
-             if it is CPU-OS-gcc.
-     Branch: metaconfig
-          ! U/modified/libc.U
-     Branch: metaconfig/U/perl
-          ! Cross.U
-     Branch: perl
-          ! Configure INSTALL
-____________________________________________________________________________
-[ 10689] By: jhi                                   on 2001/06/18  13:59:47
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[ 10688] By: jhi                                   on 2001/06/18  13:44:18
-        Log: Subject: [PATCH 5.7.1] sv.c documentation
-             From: davem@fdgroup.co.uk
-             Date: Mon, 18 Jun 2001 00:47:52 +0100 (BST)
-             Message-Id: <200106172347.AAA05475@gizmo.fdgroup.co.uk>
-     Branch: perl
-          ! embed.pl pod/perlapi.pod pod/perlguts.pod pod/perlintern.pod
-          ! sv.c sv.h
-____________________________________________________________________________
-[ 10687] By: jhi                                   on 2001/06/18  13:38:03
-        Log: Subject: [PATCH bleadperl DOC] $@ Clarification in pod/perlvar.pod
-             From: "Jon Gunnip" <jongunnip@hotmail.com>
-             Date: Sun, 17 Jun 2001 18:24:29 -0400
-             Message-ID: <F136EXUIEAOeIiGXix40000e3a7@hotmail.com>
-     Branch: perl
-          ! pod/perlvar.pod
-____________________________________________________________________________
-[ 10686] By: jhi                                   on 2001/06/18  13:32:13
-        Log: Move the locale/strict/warnings helper files back
-             under the t/lib; this way the amount of non-installabled
-             stuff under lib/ stays smaller.
-     Branch: perl
-          + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/strict/refs
-          + t/lib/strict/subs t/lib/strict/vars t/lib/warnings/1global
-          + t/lib/warnings/2use t/lib/warnings/3both t/lib/warnings/4lint
-          + t/lib/warnings/5nolint t/lib/warnings/6default
-          + t/lib/warnings/7fatal t/lib/warnings/8signal
-          + t/lib/warnings/9enabled t/lib/warnings/av t/lib/warnings/doio
-          + t/lib/warnings/doop t/lib/warnings/gv t/lib/warnings/hv
-          + t/lib/warnings/malloc t/lib/warnings/mg t/lib/warnings/op
-          + t/lib/warnings/perl t/lib/warnings/perlio t/lib/warnings/perly
-          + t/lib/warnings/pp t/lib/warnings/pp_ctl t/lib/warnings/pp_hot
-          + t/lib/warnings/pp_sys t/lib/warnings/regcomp
-          + t/lib/warnings/regexec t/lib/warnings/run t/lib/warnings/sv
-          + t/lib/warnings/taint t/lib/warnings/toke
-          + t/lib/warnings/universal t/lib/warnings/utf8
-          + t/lib/warnings/util
-          - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
-          - lib/strict/subs lib/strict/vars lib/warnings/1global
-          - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
-          - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
-          - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
-          - lib/warnings/doio lib/warnings/doop lib/warnings/gv
-          - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
-          - lib/warnings/op lib/warnings/perl lib/warnings/perlio
-          - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
-          - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
-          - lib/warnings/regexec lib/warnings/run lib/warnings/sv
-          - lib/warnings/taint lib/warnings/toke lib/warnings/universal
-          - lib/warnings/utf8 lib/warnings/util
-          ! MANIFEST installperl lib/locale.t lib/strict.t
-____________________________________________________________________________
-[ 10685] By: jhi                                   on 2001/06/18  13:11:49
-        Log: Split off the pack/unpack code, from Nicholas Clark.
-     Branch: perl
-          + pp_pack.c
-          ! MANIFEST Makefile.SH Makefile.micro cflags.SH embed.h embed.pl
-          ! objXSUB.h perlapi.c pod/perlhack.pod pp.c proto.h
-          ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
-____________________________________________________________________________
-[ 10684] By: jhi                                   on 2001/06/18  12:25:55
-        Log: Guard the SysV IPC tests against being invoked in
-             SysV-IPC-less places.
-     Branch: perl
-          ! ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
-____________________________________________________________________________
-[ 10683] By: nick                                  on 2001/06/18  12:24:42
-        Log: Integrate mainline (new test scheme now ok on Linux).
-     Branch: perlio
-         +> lib/warnings.t
-         !> dump.c sv.c
-____________________________________________________________________________
-[ 10682] By: jhi                                   on 2001/06/18  12:20:50
-        Log: Add the locale.c and numeric.c to the microperl sources.
-     Branch: perl
-          ! Makefile.micro win32/Makefile
-____________________________________________________________________________
-[ 10681] By: jhi                                   on 2001/06/18  11:57:45
-        Log: Subject: [PATCH dump.c] FLAGS = (...,OUR,TYPED,...)
-             From: Abhijit Menon-Sen <ams@wiw.org>
-             Date: Mon, 18 Jun 2001 14:23:44 +0530
-             Message-ID: <20010618142344.A13136@lustre.linux.in>
-     Branch: perl
-          ! dump.c
-____________________________________________________________________________
-[ 10680] By: jhi                                   on 2001/06/18  11:56:12
-        Log: Subject: Re: [PATCH] more anonymous stash cleanups
-             From: Abhijit Menon-Sen <ams@wiw.org>
-             Date: Mon, 18 Jun 2001 15:50:32 +0530
-             Message-ID: <20010618155032.A13223@lustre.linux.in>
-             
-             Plus the comment left in as suggested by NI-S.
-     Branch: perl
-          ! sv.c
-____________________________________________________________________________
-[ 10679] By: jhi                                   on 2001/06/18  11:49:27
-        Log: One missed file.
-     Branch: perl
-          + lib/warnings.t
-____________________________________________________________________________
-[ 10678] By: nick                                  on 2001/06/18  08:05:29
-        Log: Integrate mainline (part2 - the deletes)
-     Branch: perlio
-          - lib/Text/Abbrev/t/abbrev.t t/lib/anydbm.t t/lib/b-stash.t
-          - t/lib/bigfltpm.t t/lib/bigintpm.t t/lib/cwd.t t/lib/db-btree.t
-          - t/lib/db-hash.t t/lib/db-recno.t t/lib/extutils.t
-          - t/lib/filefind.t t/lib/filehand.t t/lib/filter-util.t
-          - t/lib/findtaint.t t/lib/ftmp-security.t t/lib/gdbm.t
-          - t/lib/glob-basic.t t/lib/glob-case.t t/lib/io_dup.t
-          - t/lib/io_poll.t t/lib/io_sel.t t/lib/io_taint.t t/lib/mbimbf.t
-          - t/lib/ndbm.t t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t
-          - t/lib/open3.t t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t
-          - t/lib/syslfs.t t/pragma/locale.t t/pragma/strict.t
-          - t/pragma/subs.t t/pragma/warn/mg t/pragma/warnings.t
-____________________________________________________________________________
-[ 10677] By: nick                                  on 2001/06/18  08:04:44
-        Log: Integrate mainline (part1)
-     Branch: perlio
-         +> (branch 376 files)
-          - (delete 219 files)
-         !> (integrate 151 files)
-____________________________________________________________________________
-[ 10676] By: jhi                                   on 2001/06/18  04:17:15
-        Log: The Grand Trek: move the *.t files from t/ to lib/ and ext/.
-             No doubt I made some mistakes like missed some files or
-             misnamed some files.  The naming rules were more or less:
-             (1) if the module is from CPAN, follows its ways, be it
-             t/*.t or test.pl.
-             (2) otherwise if there are multiple tests for a module
-             put them in a t/
-             (3) otherwise if there's only one test put it in Module.t
-             (4) helper files go to module/ (locale, strict, warnings)
-             (5) use longer filenames now that we can (but e.g. the
-             compat-0.6.t and the Text::Balanced test files still
-             were renamed to be more civil against the 8.3 people)
-             installperl was updated appropriately not to install the
-             *.t files or the help files from under lib.
-             
-             TODO: some helper files still remain under t/ that could
-             follow their 'masters'.  UPDATE: On second thoughts, why
-             should they.  They can continue to live under t/lib, and
-             in fact the locale/strict/warnings helpers that were moved
-             could be moved back.  This way the amount of non-installable
-             stuff under lib/ stays smaller.
-     Branch: perl
-          + (add 253 files)
-          - (delete 254 files)
-          ! MANIFEST installperl lib/Test/Harness.pm t/TEST t/harness
-____________________________________________________________________________
-[ 10675] By: jhi                                   on 2001/06/18  03:15:02
-        Log: The warning no more comes from util.c, it comes from numeric.c.
-     Branch: perl
-          ! README.tru64
-____________________________________________________________________________
-[ 10674] By: jhi                                   on 2001/06/18  00:56:22
-        Log: Subject: Re: anyone good at casting spells?
-             From: Spider Boardman <spider@Orb.Nashua.NH.US>
-             Date: Sun, 17 Jun 2001 21:21:04 -0400
-             Message-Id: <200106180121.VAA10195@Orb.Nashua.NH.US> 
-     Branch: perl
-          ! ext/POSIX/POSIX.xs hv.h
-____________________________________________________________________________
-[ 10673] By: jhi                                   on 2001/06/17  22:24:53
-        Log: Protect the (original) thread tests against testing if no 5.005
-             threads have been configured.
-     Branch: perl
-          ! ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
-          ! ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
-          ! ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
-          ! ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
-          ! ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
-          ! ext/Thread/unsync4.t
-____________________________________________________________________________
-[ 10672] By: jhi                                   on 2001/06/17  22:09:28
-        Log: Try the new test scanning scheme on Text::Abbrev.
-     Branch: perl
-          + lib/Text/Abbrev.t
-          - lib/Text/Abbrev/t/abbrev.t
-          ! MANIFEST
-____________________________________________________________________________
-[ 10671] By: jhi                                   on 2001/06/17  22:07:08
-        Log: Change the scan policy of the *.t and test.pl files,
-             now the *.t do not need to live in a t/ directory.
-     Branch: perl
-          ! t/TEST t/harness
-____________________________________________________________________________
-[ 10670] By: jhi                                   on 2001/06/17  20:32:35
-        Log: Subject: [PATCH perlfaq7.pod] fix dangling L<perlobj/"WARNING">
-             From: Ilmari Karonen <iltzu@sci.fi>
-             Date: Mon, 18 Jun 2001 00:30:21 +0300 (EET DST)
-             Message-ID: <Pine.SOL.3.96.1010618002009.6629A-100000@simpukka>
-     Branch: perl
-          ! pod/perlfaq7.pod
-____________________________________________________________________________
-[ 10669] By: jhi                                   on 2001/06/17  20:30:22
-        Log: Quench the warnings from Tru64; the HP-UX is still
-             broken because it really, REALLY, doesn't like the
-             HvARRAY() being lvalue:
-             
-             cc: "hv.c", line 192: warning 524: Cast (non-lvalue) appears on left-hand side of assignment.
-             cc: "hv.c", line 192: error 1549: Modifiable lvalue required for assignment operator.
-     Branch: perl
-          ! hv.c
-____________________________________________________________________________
-[ 10668] By: jhi                                   on 2001/06/17  19:13:24
-        Log: Integrate change #10667 from maintperl:
-             
-             change#10449 broke the special-case that makes lexicals inside the
-             eval"" within DB::DB() visible
-     Branch: perl
-         !> op.c
-____________________________________________________________________________
-[ 10667] By: gsar                                  on 2001/06/17  19:08:27
-        Log: change#10449 broke the special-case that makes lexicals inside the
-             eval"" within DB::DB() visible
-     Branch: maint-5.6/perl
-          ! op.c
-____________________________________________________________________________
-[ 10666] By: jhi                                   on 2001/06/17  17:50:07
-        Log: Still spurious output; indent the code a bit.
-             
-             TODO1: separate the utility functions like MkDir
-             into a helper script?
-             
-             TODO2: I see a lot of repetition in the filepath()
-             and dirpath() calls.
-     Branch: perl
-          ! t/lib/filefind.t t/lib/findtaint.t
-____________________________________________________________________________
-[ 10665] By: jhi                                   on 2001/06/17  16:59:42
-        Log: Regen modlib, toc.
-     Branch: perl
-          ! pod/perlmodlib.pod pod/perltoc.pod
-____________________________________________________________________________
-[ 10664] By: jhi                                   on 2001/06/17  16:55:28
-        Log: Add libnetcfg to perlutil.
-     Branch: perl
-          ! pod/perlutil.pod
-____________________________________________________________________________
-[ 10663] By: jhi                                   on 2001/06/17  16:53:29
-        Log: Initial integration of libnet-1.0703.
-             The Configure script renamed as libnetcfg, will be
-             installed along other utilities.
-     Branch: perl
-          + lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.eg
-          + lib/Net/Config.pm lib/Net/Domain.pm lib/Net/DummyInetd.pm
-          + lib/Net/FTP.pm lib/Net/FTP/A.pm lib/Net/FTP/E.pm
-          + lib/Net/FTP/I.pm lib/Net/FTP/L.pm lib/Net/FTP/dataconn.pm
-          + lib/Net/Hostname.eg lib/Net/NNTP.pm lib/Net/Netrc.pm
-          + lib/Net/PH.pm lib/Net/POP3.pm lib/Net/README.config
-          + lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/SNPP.pm
-          + lib/Net/Time.pm lib/Net/demos/ftp lib/Net/demos/inetd
-          + lib/Net/demos/nntp lib/Net/demos/nntp.mirror
-          + lib/Net/demos/pop3 lib/Net/demos/smtp.self lib/Net/demos/snpp
-          + lib/Net/demos/time lib/Net/libnet.ppd lib/Net/libnetFAQ.pod
-          + lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
-          + lib/Net/t/ph.t lib/Net/t/require.t lib/Net/t/smtp.t
-          + utils/libnetcfg.PL
-          ! MANIFEST utils.lst utils/Makefile
-____________________________________________________________________________
-[ 10662] By: jhi                                   on 2001/06/17  15:37:32
-        Log: Less potentially test-harness-confusing output.
-     Branch: perl
-          ! lib/Memoize/t/expire_module_t.t
-____________________________________________________________________________
-[ 10661] By: jhi                                   on 2001/06/17  15:31:04
-        Log: The final print annoys make test.
-     Branch: perl
-          ! t/lib/filefind.t t/lib/findtaint.t
-____________________________________________________________________________
-[ 10660] By: jhi                                   on 2001/06/17  14:00:21
-        Log: Add an option for handling dangling symbolic links.
-     Branch: perl
-          ! lib/File/Find.pm t/lib/filefind.t
-____________________________________________________________________________
-[ 10659] By: jhi                                   on 2001/06/17  13:45:48
-        Log: Subject: Re: [MacPerl-Porters] Re: [PATCH] File::Find for bleadperl, Mac OS  etc.
-             From: Thomas Wegner <wegner_thomas@yahoo.com>
-             Date: Sun, 17 Jun 2001 14:43:11 +0200
-             Message-Id: <p04320400b751fb74714a@[149.225.10.45]>
-     Branch: perl
-          + t/lib/findtaint.t
-          ! MANIFEST lib/File/Find.pm t/lib/filefind.t
-____________________________________________________________________________
-[ 10658] By: jhi                                   on 2001/06/17  13:13:25
-        Log: Subject: [PATCH ExtUtils/MM_Unix.pm perl@10654] Remove tmon.out in make clean
-             From: Jonathan Stowe <gellyfish@gellyfish.com>
-             Date: Sun, 17 Jun 2001 11:26:21 +0100 (BST)
-             Message-ID: <Pine.LNX.4.33.0106171120540.28753-100000@orpheus.gellyfish.com>
-     Branch: perl
-          ! lib/ExtUtils/MM_Unix.pm
-____________________________________________________________________________
-[ 10657] By: jhi                                   on 2001/06/17  13:12:25
-        Log: Subject: [PATCH] more anonymous stash cleanups
-             From: Abhijit Menon-Sen <ams@wiw.org>
-             Date: Sun, 17 Jun 2001 11:44:06 +0530
-             Message-ID: <20010617114406.A25203@lustre.linux.in>
-     Branch: perl
-          ! op.c
-____________________________________________________________________________
-[ 10656] By: jhi                                   on 2001/06/17  13:11:11
-        Log: Subject: [PATCH #1/7] xhv_array (was Re: Using xhv_foo instead of HvFOO)
-             From: Abhijit Menon-Sen <ams@wiw.org>
-             Date: Sun, 17 Jun 2001 08:02:59 +0530
-             Message-ID: <20010617080259.A28776@lustre.linux.in>
-             
-             Subject: [PATCH #2/7] xhv_eiter
-             From: Abhijit Menon-Sen <ams@wiw.org>
-             Date: Sun, 17 Jun 2001 08:13:18 +0530
-             Message-ID: <20010617081318.B28776@lustre.linux.in>
-             
-             Subject: [PATCH #3/7] xhv_fill
-             From: Abhijit Menon-Sen <ams@wiw.org>
-             Date: Sun, 17 Jun 2001 08:25:16 +0530
-             Message-ID: <20010617082516.C28776@lustre.linux.in>
-             
-             Subject: [PATCH #4/7] xhv_keys
-             From: Abhijit Menon-Sen <ams@wiw.org>
-             Date: Sun, 17 Jun 2001 08:36:17 +0530
-             Message-ID: <20010617083617.D28776@lustre.linux.in>
-             
-             Subject: [PATCH #5/7] xhv_max
-             From: Abhijit Menon-Sen <ams@wiw.org>
-             Date: Sun, 17 Jun 2001 08:39:48 +0530
-             Message-ID: <20010617083948.E28776@lustre.linux.in>
-             
-             Subject: [PATCH #6,7/7] xhv_pmroot, xhv_riter
-             From: Abhijit Menon-Sen <ams@wiw.org>
-             Date: Sun, 17 Jun 2001 08:51:11 +0530
-             Message-ID: <20010617085111.F28776@lustre.linux.in>
-     Branch: perl
-          ! hv.c
-____________________________________________________________________________
-[ 10655] By: jhi                                   on 2001/06/16  23:32:03
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[ 10654] By: jhi                                   on 2001/06/16  23:18:37
-        Log: Subject: [PATCH] Re: DYNAMIC_ENV_FETCH HvNAME abuse.
-             From: Abhijit Menon-Sen <ams@wiw.org>
-             Date: Sat, 16 Jun 2001 07:41:19 +0530
-             Message-ID: <20010616074119.A24720@lustre.linux.in>
-     Branch: perl
-          ! hv.c perl.c vms/vmsish.h win32/win32.h
-____________________________________________________________________________
-[ 10653] By: jhi                                   on 2001/06/16  23:15:11
-        Log: Document tests failing when threaded, since we now have more.
-     Branch: perl
-          ! pod/perl572delta.pod
-____________________________________________________________________________
-[ 10652] By: jhi                                   on 2001/06/16  23:12:19
-        Log: -Wall cleanup.
-     Branch: perl
-          ! ext/Thread/Thread.xs
-____________________________________________________________________________
-[ 10651] By: jhi                                   on 2001/06/16  23:06:55
-        Log: pthread_attr_setstacksize() isn't absolutely necessary
-             to call, only iff THREAD_CREATE_NEEDS_STACK.
-     Branch: perl
-          ! ext/Thread/Thread.xs
-____________________________________________________________________________
-[ 10650] By: jhi                                   on 2001/06/16  22:58:48
-        Log: -Wall strays.
-     Branch: perl
-          ! perl.c util.c
-____________________________________________________________________________
-[ 10649] By: jhi                                   on 2001/06/16  22:47:40
-        Log: Add workaround for Darwin's (Mac OS X's) INT32_MIN
-             (and INT64_MIN) brokenness.
-     Branch: perl
-          ! hints/darwin.sh perl.h
-____________________________________________________________________________
-[ 10648] By: jhi                                   on 2001/06/16  22:27:48
-        Log: Subject: [PATCH] Re: [PATCH] Re: perl@10611
-             From: Nicholas Clark <nick@ccl4.org>
-             Date: Sun, 17 Jun 2001 00:16:05 +0100
-             Message-ID: <20010617001605.V98663@plum.flirble.org>
-     Branch: perl
-          ! ext/Fcntl/Fcntl.xs ext/Fcntl/Makefile.PL ext/File/Glob/Glob.pm
-          ! ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
-          ! lib/ExtUtils/Constant.pm t/lib/extutils.t
-____________________________________________________________________________
-[ 10647] By: jhi                                   on 2001/06/16  22:24:47
-        Log: Add perlnetware to docs; regen toc; supply skeleton
-             docs for some Memoize submodules.
-     Branch: perl
-          ! lib/Memoize/AnyDBM_File.pm lib/Memoize/ExpireFile.pm
-          ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
-          ! lib/Memoize/SDBM_File.pm lib/Memoize/Storable.pm
-          ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
-          ! win32/Makefile win32/makefile.mk
-____________________________________________________________________________
-[ 10646] By: jhi                                   on 2001/06/16  22:06:52
-        Log: pod cleanup.
-     Branch: perl
-          ! README.netware
-____________________________________________________________________________
-[ 10645] By: jhi                                   on 2001/06/16  21:47:00
-        Log: Integrate Memoize 0.64.  Few tweaks were required in
-             the test scripts.  Note that the speed and expire*
-             tests take several dozen seconds to run.
-     Branch: perl
-          + lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
-          + lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
-          + lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
-          + lib/Memoize/README lib/Memoize/SDBM_File.pm
-          + lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
-          + lib/Memoize/t/array.t lib/Memoize/t/correctness.t
-          + lib/Memoize/t/errors.t lib/Memoize/t/expire.t
-          + lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
-          + lib/Memoize/t/expire_module_t.t lib/Memoize/t/flush.t
-          + lib/Memoize/t/normalize.t lib/Memoize/t/prototype.t
-          + lib/Memoize/t/speed.t lib/Memoize/t/tie.t
-          + lib/Memoize/t/tie_gdbm.t lib/Memoize/t/tie_ndbm.t
-          + lib/Memoize/t/tie_sdbm.t lib/Memoize/t/tie_storable.t
-          + lib/Memoize/t/tiefeatures.t lib/Memoize/t/unmemoize.t
-          ! MANIFEST t/lib/1_compile.t
-____________________________________________________________________________
-[ 10644] By: jhi                                   on 2001/06/16  20:35:49
-        Log: Document the cross-compilation options.
-     Branch: perl
-          ! Cross/README INSTALL
-____________________________________________________________________________
-[ 10643] By: jhi                                   on 2001/06/16  19:46:38
-        Log: NetWare port from Guruprasad S <SGURUPRASAD@novell.com>.
-     Branch: perl
-          + NetWare/CLIBsdio.h NetWare/CLIBstr.h NetWare/CLIBstuf.c
-          + NetWare/CLIBstuf.h NetWare/Main.c NetWare/Makefile
-          + NetWare/NWTInfo.c NetWare/NWUtil.c NetWare/Nwmain.c
-          + NetWare/Nwpipe.c NetWare/bat/BldNWExt.bat
-          + NetWare/bat/Buildtype.bat NetWare/bat/MPKBuild.bat
-          + NetWare/bat/SetNWBld.bat NetWare/bat/Setmpksdk.bat
-          + NetWare/bat/Setnlmsdk.bat NetWare/bat/Setwatcom.bat
-          + NetWare/bat/ToggleD2.bat NetWare/bat/ToggleXDC.bat
-          + NetWare/config.wc NetWare/config_H.wc NetWare/config_h.PL
-          + NetWare/config_sh.PL NetWare/deb.h NetWare/dl_netware.xs
-          + NetWare/intdef.h NetWare/interface.c NetWare/interface.h
-          + NetWare/iperlhost.h NetWare/netware.h NetWare/nw5.c
-          + NetWare/nw5iop.h NetWare/nw5sck.c NetWare/nw5sck.h
-          + NetWare/nw5thread.c NetWare/nw5thread.h NetWare/nwperlsys.c
-          + NetWare/nwperlsys.h NetWare/nwpipe.h NetWare/nwplglob.c
-          + NetWare/nwplglob.h NetWare/nwtinfo.h NetWare/nwutil.h
-          + NetWare/t/NWModify.pl NetWare/t/NWScripts.pl
-          + NetWare/t/Readme.txt NetWare/testnlm/echo/echo.c
-          + NetWare/testnlm/type/type.c NetWare/win32ish.h README.netware
-          + lib/ExtUtils/MM_NW5.pm
-          ! MANIFEST XSUB.h dosish.h ext/Errno/Errno_pm.PL ext/IO/IO.xs
-          ! ext/POSIX/POSIX.xs ext/Socket/Socket.xs installperl iperlsys.h
-          ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
-          ! lib/File/Copy.pm lib/File/Find.pm lib/perl5db.pl makedef.pl
-          ! perl.c perl.h perlio.c perlio.h pp_sys.c t/comp/multiline.t
-          ! t/comp/script.t t/io/argv.t t/io/dup.t t/io/fs.t
-          ! t/io/inplace.t t/io/iprefix.t t/io/tell.t t/lib/anydbm.t
-          ! t/lib/b-stash.t t/lib/cwd.t t/lib/db-btree.t t/lib/db-hash.t
-          ! t/lib/db-recno.t t/lib/filehand.t t/lib/filter-util.t
-          ! t/lib/ftmp-security.t t/lib/gdbm.t t/lib/glob-basic.t
-          ! t/lib/glob-case.t t/lib/io_dup.t t/lib/io_poll.t
-          ! t/lib/io_sel.t t/lib/io_taint.t t/lib/ndbm.t
-          ! t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t t/lib/open3.t
-          ! t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t t/lib/syslfs.t
-          ! t/op/anonsub.t t/op/closure.t t/op/die_exit.t t/op/exec.t
-          ! t/op/fork.t t/op/goto.t t/op/groups.t t/op/lfs.t t/op/magic.t
-          ! t/op/misc.t t/op/rand.t t/op/runlevel.t t/op/split.t
-          ! t/op/stat.t t/op/sysio.t t/op/taint.t t/op/write.t
-          ! t/pragma/locale.t t/pragma/strict.t t/pragma/subs.t
-          ! t/pragma/warn/mg t/pragma/warnings.t thread.h toke.c util.c
-          ! util.h x2p/a2py.c
-____________________________________________________________________________
-[ 10642] By: jhi                                   on 2001/06/16  19:16:04
-        Log: Resort MANIFEST.
-     Branch: perl
-          ! MANIFEST
-____________________________________________________________________________
-[ 10641] By: jhi                                   on 2001/06/16  18:52:26
-        Log: Integrate perlio:
-             
-             [ 10640]
-             Disable :win32 layer as default till I get it working
-             
-             [ 10632]
-             Work-in-progress win32 layer semi-functional, checking 
-             for UNIX breakage.
-             
-             [ 10627]
-             Work in progress UNIX-side edit of win32 PerLIO layer
-     Branch: perl
-         +> win32/win32io.c
-         !> MANIFEST perlio.c perliol.h win32/makefile.mk
-____________________________________________________________________________
-[ 10640] By: nick                                  on 2001/06/16  18:38:31
-        Log: Disable :win32 layer as default till I get it working
-     Branch: perlio
-          ! MANIFEST perlio.c
-____________________________________________________________________________
-[ 10639] By: jhi                                   on 2001/06/16  18:35:46
-        Log: Try the new scheme by moving the Text::Abbrev test
-             to a new place under lib.
-     Branch: perl
-          + lib/Text/Abbrev/t/abbrev.t
-          - t/lib/abbrev.t
-          ! MANIFEST
-____________________________________________________________________________
-[ 10638] By: jhi                                   on 2001/06/16  18:34:30
-        Log: Make the code even more dynamical so that testname
-             suffix length can change.
-     Branch: perl
-          ! lib/Test/Harness.pm t/TEST
-____________________________________________________________________________
-[ 10637] By: jhi                                   on 2001/06/16  18:16:28
-        Log: Allow for deeper t/ and also a single test.pl.
-     Branch: perl
-          ! t/TEST t/harness
-____________________________________________________________________________
-[ 10636] By: jhi                                   on 2001/06/16  18:13:59
-        Log: #define fix from Nicholas Clark.
-     Branch: perl
-          ! ext/POSIX/POSIX.xs
-____________________________________________________________________________
-[ 10635] By: jhi                                   on 2001/06/16  17:50:43
-        Log: Initialization is nice.
-     Branch: perl
-          ! lib/Test/Harness.pm
-____________________________________________________________________________
-[ 10634] By: jhi                                   on 2001/06/16  17:38:53
-        Log: Make t/TEST and t/harness to test also the t/ tests
-             under the main lib/ and ext/ directories.  Fix Test::Harness
-             to dynamically change the width of its "foo/bar....ok" output.
-     Branch: perl
-          ! lib/Test/Harness.pm t/TEST t/TestInit.pm t/harness
-____________________________________________________________________________
-[ 10633] By: jhi                                   on 2001/06/16  16:58:57
-        Log: Subject: [PATCH] Re: perl@10611 
-             From: Nicholas Clark <nick@ccl4.org>
-             Date: Sat, 16 Jun 2001 16:52:47 +0100
-             Message-ID: <20010616165247.O98663@plum.flirble.org>
-             
-             The .xs parts, too.
-     Branch: perl
-          ! ext/GDBM_File/GDBM_File.xs ext/POSIX/POSIX.xs
-          ! ext/Socket/Socket.xs ext/Sys/Syslog/Syslog.xs
-____________________________________________________________________________
-[ 10632] By: nick                                  on 2001/06/16  16:44:35
-        Log: Work-in-progress win32 layer semi-functional, checking 
-             for UNIX breakage.
-     Branch: perlio
-          ! perlio.c perliol.h win32/makefile.mk win32/win32io.c
-____________________________________________________________________________
-[ 10631] By: jhi                                   on 2001/06/16  16:40:30
-        Log: Subject: [PATCH] Re: perl@10611 
-             From: Nicholas Clark <nick@ccl4.org>
-             Date: Sat, 16 Jun 2001 16:52:47 +0100
-             Message-ID: <20010616165247.O98663@plum.flirble.org>
-     Branch: perl
-          ! ext/GDBM_File/GDBM_File.xs ext/GDBM_File/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
-____________________________________________________________________________
-[ 10630] By: jhi                                   on 2001/06/16  15:11:38
-        Log: Metaconfig unit change for #10629.
-     Branch: metaconfig
-          ! U/modified/Finish.U
-____________________________________________________________________________
-[ 10629] By: jhi                                   on 2001/06/16  15:11:10
-        Log: The extraction changed directories.
-     Branch: perl
-          ! Configure
-____________________________________________________________________________
-[ 10628] By: jhi                                   on 2001/06/16  14:59:38
-        Log: Math::BigInt 1.35 from Tels.
-     Branch: perl
-          + t/lib/mbimbf.t
-          ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
-          ! t/lib/bigfltpm.t t/lib/bigintpm.t
-____________________________________________________________________________
-[ 10627] By: nick                                  on 2001/06/16  14:54:52
-        Log: Work in progress UNIX-side edit of win32 PerLIO layer
-     Branch: perlio
-          + win32/win32io.c
-          ! perlio.c win32/makefile.mk
-____________________________________________________________________________
-[ 10626] By: jhi                                   on 2001/06/16  14:01:50
-        Log: Subject: [PATCH 5.6.1] os2/diff-configure
-             From: Ilya Zakharevich <ilya@math.ohio-state.edu>
-             Date: Fri, 15 Jun 2001 01:19:36 -0400
-             Message-ID: <20010615011936.A26982@math.ohio-state.edu>
-             
-             Empty all of it because I think #10624 made even the
-             last patch hunk unnecessary.
-     Branch: perl
-          ! os2/diff.configure
-____________________________________________________________________________
-[ 10625] By: jhi                                   on 2001/06/16  13:58:34
-        Log: Metaconfig unit change for 10624.
-     Branch: metaconfig
-          ! U/modified/libc.U
-     Branch: perl
-          ! config_h.SH
-____________________________________________________________________________
-[ 10624] By: jhi                                   on 2001/06/16  13:58:13
-        Log: Move the initialization of libnames to the beginning so
-             that can one 'seed' it (as OS/2 does.)
-     Branch: perl
-          ! Configure
-____________________________________________________________________________
-[ 10623] By: jhi                                   on 2001/06/16  13:47:54
-        Log: Subject: [PATCH 5.6.1] OS2::DLL patch
-             From: Ilya Zakharevich <ilya@math.ohio-state.edu>
-             Date: Fri, 15 Jun 2001 19:10:57 -0400
-             Message-ID: <20010615191057.A8050@math.ohio-state.edu>
-     Branch: perl
-          ! os2/OS2/REXX/DLL/DLL.pm
-____________________________________________________________________________
-[ 10622] By: jhi                                   on 2001/06/16  13:29:42
-        Log: Subject: [PATCH perl@10611] make VMS find util.c's offspring 
-             From: "Craig A. Berry" <craigberry@mac.com>
-             Date: Fri, 15 Jun 2001 17:00:03 -0500
-             Message-Id: <a05101007b750342599be@[172.16.52.1]>
-     Branch: perl
-          ! vms/descrip_mms.template
-____________________________________________________________________________
-[ 10621] By: jhi                                   on 2001/06/16  13:28:37
-        Log: Subject: [PATCH perl@10611] get extutils.t working on VMS (again)
-             From: "Craig A. Berry" <craigberry@mac.com>
-             Date: Fri, 15 Jun 2001 18:39:42 -0500
-             Message-Id: <a05101008b7503dc9dc2f@[172.16.52.1]>
-     Branch: perl
-          ! lib/File/Spec/VMS.pm t/lib/extutils.t
-____________________________________________________________________________
-[ 10620] By: jhi                                   on 2001/06/16  13:25:06
-        Log: Integrate perlio:
-             
-             [ 10619]
-             Generated files
-             
-             [ 10618]
-             Fix open.pm to work via XS-implemented method calls rather
-             than *open::layers variables which caused all the HV/AV hassle.
-     Branch: perl
-         !> embed.h embed.pl lib/open.pm perl.c perlio.c proto.h
-         !> t/io/utf8.t t/lib/io_scalar.t
-____________________________________________________________________________
-[ 10619] By: nick                                  on 2001/06/15  21:05:19
-        Log: Generated files
-     Branch: perlio
-          ! embed.h proto.h
-____________________________________________________________________________
-[ 10618] By: nick                                  on 2001/06/15  20:27:42
-        Log: Fix open.pm to work via XS-implemented method calls rather
-             than *open::layers variables which caused all the HV/AV hassle.
-     Branch: perlio
-          ! embed.pl lib/open.pm perl.c perlio.c t/io/utf8.t
-          ! t/lib/io_scalar.t
-____________________________________________________________________________
-[ 10617] By: jhi                                   on 2001/06/15  18:50:53
-        Log: Integrate perlio:
-             
-             [ 10616]
-             pTHX_ / aTHX_ for ExtUtils/Constant.pm
-     Branch: perl
-         !> lib/ExtUtils/Constant.pm
-____________________________________________________________________________
-[ 10616] By: nick                                  on 2001/06/15  18:46:47
-        Log: pTHX_ / aTHX_ for ExtUtils/Constant.pm
-     Branch: perlio
-          ! lib/ExtUtils/Constant.pm
-____________________________________________________________________________
-[ 10615] By: jhi                                   on 2001/06/15  18:36:43
-        Log: Integrate perlio:
-             
-             [ 10614]
-             MULTIPLICITY fix for Socket.xs
-     Branch: perl
-         !> ext/Socket/Socket.xs
-____________________________________________________________________________
-[ 10614] By: nick                                  on 2001/06/15  18:33:37
-        Log: MULTIPLICITY fix for Socket.xs
-     Branch: perlio
-          ! ext/Socket/Socket.xs
-____________________________________________________________________________
-[ 10613] By: jhi                                   on 2001/06/15  16:34:06
-        Log: Subject: Re: perl@10611
-             From: Doug MacEachern <dougm@covalent.net>
-             Date: Fri, 15 Jun 2001 10:10:33 -0700 (PDT)
-             Message-ID: <Pine.LNX.4.21.0106151007420.10871-100000@mako.covalent.net>
-     Branch: perl
-          ! ext/Socket/Socket.xs
-____________________________________________________________________________
-[ 10612] By: nick                                  on 2001/06/15  16:14:38
-        Log: Raw integrate on mainline - MULTIPLICITY issues with Socket.xs
-     Branch: perlio
-         !> Changes ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
-         !> ext/Socket/Socket.pm ext/Socket/Socket.xs
-         !> lib/ExtUtils/Constant.pm lib/File/Find.pm opcode.pl
-         !> patchlevel.h perlio.c t/lib/extutils.t t/lib/filefind.t
-         !> t/lib/gdbm.t t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t
-         !> utils/h2ph.PL
-____________________________________________________________________________
-[ 10611] By: jhi                                   on 2001/06/15  14:29:04
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[ 10610] By: jhi                                   on 2001/06/15  14:20:33
-        Log: Upping the test count.
-     Branch: perl
-          ! t/lib/filefind.t
-____________________________________________________________________________
-[ 10609] By: jhi                                   on 2001/06/15  14:13:29
-        Log: Integrate perlio:
-             
-             [ 10606]
-             regen_config_h for Win32.
-     Branch: perl
-         !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
-____________________________________________________________________________
-[ 10608] By: jhi                                   on 2001/06/15  14:12:31
-        Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
-             From: andreas.koenig@anima.de (Andreas J. Koenig)
-             Date: 15 Jun 2001 13:30:39 +0200
-             Message-ID: <m3hexikmjk.fsf@ak-71.mind.de>
-             
-             Record the grim history.
-     Branch: perl
-          ! lib/File/Find.pm
-____________________________________________________________________________
-[ 10607] By: jhi                                   on 2001/06/15  14:08:19
-        Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
-             From: Brian McCauley <nobull@mail.com>
-             Date: 15 Jun 2001 07:51:26 +0100
-             Message-Id: <200106150923.f5F9NpG02725@wcl-l.bham.ac.uk>
-     Branch: perl
-          ! lib/File/Find.pm t/lib/filefind.t
-____________________________________________________________________________
-[ 10606] By: nick                                  on 2001/06/15  14:00:08
-        Log: regen_config_h for Win32.
-     Branch: perlio
-          ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
-____________________________________________________________________________
-[ 10605] By: jhi                                   on 2001/06/15  13:49:55
-        Log: Subject: [PATCH: perl@10576] handle tri graphs in h2ph.PL -> h2ph*
-             From: Peter Prymmer <pvhp@forte.com>
-             Date: Thu, 14 Jun 2001 16:25:33 -0700 (PDT)
-             Message-ID: <Pine.OSF.4.10.10106141608080.110974-100000@aspara.forte.com>
-     Branch: perl
-          ! t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t utils/h2ph.PL
-____________________________________________________________________________
-[ 10604] By: jhi                                   on 2001/06/15  13:45:03
-        Log: Some filesystems require writability for rename/unlink.
-     Branch: perl
-          ! opcode.pl
-____________________________________________________________________________
-[ 10603] By: jhi                                   on 2001/06/15  13:41:34
-        Log: Subject: Re: [PATCH} perlio and threading @ 10576 + report 
-             From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
-             Date: Fri, 15 Jun 2001 12:08:53 +0200
-             Message-Id: <20010615120320.F009.H.M.BRAND@hccnet.nl>
-     Branch: perl
-          ! perlio.c
-____________________________________________________________________________
-[ 10602] By: jhi                                   on 2001/06/15  13:27:04
-        Log: Subject: Re: [PATCH] opcode.pl is chmod'ing the original source tree
-             From: Mike Guy <mjtg@cam.ac.uk>
-             Date: Fri, 15 Jun 2001 14:11:49 +0100
-             Message-Id: <E15AtO9-0006Nd-00@draco.cus.cam.ac.uk>
-     Branch: perl
-          ! opcode.pl
-____________________________________________________________________________
-[ 10601] By: jhi                                   on 2001/06/15  13:21:18
-        Log: Subject: [PATCH ?] INADDR_ANY INADDR_BROADCAST INADDR_LOOPBACK INADDR_NONE
-             From: Nicholas Clark <nick@ccl4.org>
-             Date: Thu, 14 Jun 2001 23:52:56 +0100
-             Message-ID: <20010614235256.G98663@plum.flirble.org>
-     Branch: perl
-          ! ext/Socket/Socket.pm ext/Socket/Socket.xs
-          ! lib/ExtUtils/Constant.pm t/lib/extutils.t
-____________________________________________________________________________
-[ 10600] By: jhi                                   on 2001/06/15  13:16:56
-        Log: Subject: Re: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
-             From: Russ Allbery <rra@stanford.edu>
-             Date: 14 Jun 2001 13:24:43 -0700
-             Message-ID: <ylzobaizck.fsf@windlord.stanford.edu>
-     Branch: perl
-          ! ext/GDBM_File/GDBM_File.pm
-____________________________________________________________________________
-[ 10599] By: jhi                                   on 2001/06/15  13:15:26
-        Log: Subject: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
-             From: Nicholas Clark <nick@ccl4.org>
-             Date: Thu, 14 Jun 2001 20:37:47 +0100
-             Message-ID: <20010614203747.F98663@plum.flirble.org>
-     Branch: perl
-          ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
-          ! t/lib/gdbm.t
-____________________________________________________________________________
-[ 10598] By: jhi                                   on 2001/06/15  13:13:13
-        Log: Integrate perlio:
-             
-             [ 10597]
-             Check that HVs with HvNAME() != NULL are really stashes before
-             treating them as such. Also be more defensive on the GvCV.
-             Win32 fork and dprof now working again. 
-             
-             [ 10595]
-             Skip Perl_my_bcopy in .def file as we do not provide it.
-             - Win32 (VC++) now builds but fails:
-             filefind.t - suspect Win32's builtin cwd is not doing insecure dir test
-             fork.t     - No &___ENV_HV_NAME___::CLONE method ???
-             write.t    - open(...,"|-") not implemented on Win32 
-     Branch: perl
-         !> makedef.pl sv.c
-____________________________________________________________________________
-[ 10597] By: nick                                  on 2001/06/15  11:08:13
-        Log: Check that HVs with HvNAME() != NULL are really stashes before
-             treating them as such. Also be more defensive on the GvCV.
-             Win32 fork and dprof now working again. 
-     Branch: perlio
-          ! sv.c
-____________________________________________________________________________
-[ 10596] By: nick                                  on 2001/06/15  10:11:20
-        Log: Integrate mainline.
-     Branch: perlio
-         +> Cross/README
-         !> Configure Makefile.SH Porting/Glossary Porting/config.sh
-         !> Porting/config_H config_h.SH configure.com epoc/config.sh
-         !> hints/linux.sh pod/perltoc.pod uconfig.h uconfig.sh
-         !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
-         !> vos/config.ga.h win32/config.bc win32/config.gc
-         !> win32/config.vc win32/config_H.bc win32/config_H.gc
-         !> win32/config_H.vc
-____________________________________________________________________________
-[ 10595] By: nick                                  on 2001/06/15  09:37:17
-        Log: Skip Perl_my_bcopy in .def file as we do not provide it.
-             - Win32 (VC++) now builds but fails:
-             filefind.t - suspect Win32's builtin cwd is not doing insecure dir test
-             fork.t     - No &___ENV_HV_NAME___::CLONE method ???
-             write.t    - open(...,"|-") not implemented on Win32 
-     Branch: perlio
-          ! makedef.pl
-____________________________________________________________________________
-[ 10594] By: jhi                                   on 2001/06/15  00:17:16
-        Log: Integrate perlio:
-             
-             [ 10591]
-             Steps along the road toward Win32 building again.
-     Branch: perl
-         !> perlio.c win32/makefile.mk
-____________________________________________________________________________
-[ 10593] By: jhi                                   on 2001/06/15  00:16:44
-        Log: Metaconfig unit changes for #10592.
-     Branch: metaconfig
-          + U/modified/i_varhdr.U U/modified/startsh.U
-          - U/a_dvisory/crosscompile.U U/target/Target.U
-          ! U/a_dvisory/intsize.U U/compline/alignbytes.U
-          ! U/compline/bitpbyte.U U/compline/byteorder.U
-          ! U/compline/ccflags.U U/compline/charsize.U
-          ! U/compline/d_casti32.U U/compline/d_castneg.U
-          ! U/compline/d_closedir.U U/compline/d_fd_set.U
-          ! U/compline/d_gconvert.U U/compline/d_gnulibc.U
-          ! U/compline/d_keepsig.U U/compline/d_open3.U
-          ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
-          ! U/compline/d_sanemcmp.U U/compline/d_scannl.U
-          ! U/compline/d_sgndchr.U U/compline/d_sigsetjmp.U
-          ! U/compline/d_stdstdio.U U/compline/d_vprintf.U
-          ! U/compline/doublesize.U U/compline/floatsize.U
-          ! U/compline/nblock_io.U U/compline/orderlib.U
-          ! U/compline/ptrsize.U U/compline/ssizetype.U U/ebcdic/ebcdic.U
-          ! U/modified/Cppsym.U U/modified/Oldconfig.U U/modified/Signal.U
-          ! U/modified/d_getpgrp.U U/modified/d_longdbl.U
-          ! U/modified/d_longlong.U U/modified/d_setpgrp.U
-          ! U/modified/d_strtoul.U U/modified/d_union_semun.U
-          ! U/modified/spitshell.U U/threads/archname.U
-          ! U/threads/d_pthreadj.U U/typedefs/gidsign.U
-          ! U/typedefs/gidsize.U U/typedefs/lseektype.U
-          ! U/typedefs/pidsign.U U/typedefs/pidsize.U
-          ! U/typedefs/sizesize.U U/typedefs/ssizesize.U
-          ! U/typedefs/uidsign.U U/typedefs/uidsize.U
-     Branch: metaconfig/U/perl
-          + Cross.U
-          ! d_dlsymun.U d_fcntl_can_lock.U d_modfl.U d_printfed.U
-          ! d_strtoll.U d_strtoull.U d_strtouq.U d_u32align.U dlsrc.U
-          ! fflushall.U fpossize.U gccvers.U i_db.U longdblfio.U
-          ! need_va_copy.U perlxv.U quadfio.U selectminbits.U
-          ! stdio_streams.U uselfs.U
-____________________________________________________________________________
-[ 10592] By: jhi                                   on 2001/06/15  00:15:52
-        Log: The first steps towards cross-compilation.
-             
-             Abstract execution of compiled test executables with $run,
-             and abstract transfer of files with $to and $from.
-             
-             Under cross-compilation the $run, $to, and $from will point
-             to appropriate wrapper scripts, by default ssh and scp,
-             but also rsh, rcp, and cp are supported.  If not
-             cross-compiling, they will be set to '', ':', and ':',
-             respectively.
-             
-             With these patches I was able to get Configure for
-             iPAQ ARM Linux on an Intel Linux about 95% right
-             (only a few tests failed to execute or they produced
-             incorrect results), and I was able to compile
-             a functional miniperl.
-             
-             The symbol crosscompile renamed to be usecrosscompile,
-             the corresponding C symbol from CROSSCOMPILE to
-             USE_CROSS_COMPILE.
-     Branch: perl
-          ! Configure Cross/README Makefile.SH Porting/Glossary
-          ! Porting/config.sh Porting/config_H config_h.SH configure.com
-          ! epoc/config.sh hints/linux.sh pod/perltoc.pod uconfig.h
-          ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
-          ! vos/config.ga.def vos/config.ga.h win32/config.bc
-          ! win32/config.gc win32/config.vc win32/config_H.bc
-          ! win32/config_H.gc win32/config_H.vc
-____________________________________________________________________________
-[ 10591] By: nick                                  on 2001/06/14  20:00:12
-        Log: Steps along the road toward Win32 building again.
-     Branch: perlio
-          ! perlio.c win32/makefile.mk
-____________________________________________________________________________
-[ 10590] By: jhi                                   on 2001/06/14  16:11:11
-        Log: Integrate perlio:
-             
-             [ 10589]
-             Routine regen_config_h for Win32
-     Branch: perl
-         !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
-____________________________________________________________________________
-[ 10589] By: nick                                  on 2001/06/14  13:54:07
-        Log: Routine regen_config_h for Win32
-     Branch: perlio
-          ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
-____________________________________________________________________________
-[ 10588] By: jhi                                   on 2001/06/14  12:30:46
-        Log: Integrate perlio:
-             
-             [ 10586]
-             Add new step to run_byacc which:
-             A. Corrects #line NNN "perly.c" lines so warnings etc. are trackable
-             B. Adds extra () to the two if (var = ...) constructs gcc -Wall winges about.
-             
-             [ 10584]
-             Hack to remove insecure directories from PATH so test will run.
-     Branch: perl
-         +> perlyline.pl
-         !> MANIFEST Makefile.SH perly.c t/lib/filefind.t
-____________________________________________________________________________
-[ 10587] By: jhi                                   on 2001/06/14  12:23:24
-        Log: A placeholder.
-     Branch: perl
-          + Cross/README
-____________________________________________________________________________
-[ 10586] By: nick                                  on 2001/06/14  08:25:07
-        Log: Add new step to run_byacc which:
-             A. Corrects #line NNN "perly.c" lines so warnings etc. are trackable
-             B. Adds extra () to the two if (var = ...) constructs gcc -Wall winges about.
-     Branch: perlio
-          + perlyline.pl
-          ! MANIFEST Makefile.SH perly.c
-____________________________________________________________________________
-[ 10585] By: nick                                  on 2001/06/14  08:22:29
-        Log: Integrate mainline
-     Branch: perlio
-         +> locale.c numeric.c
-         !> Changes cygwin/Makefile.SHs embed.h embed.pl
-         !> ext/re/Makefile.PL lib/Math/BigFloat.pm lib/Math/BigInt.pm
-         !> objXSUB.h opcode.pl patchlevel.h perlapi.c pod/perlapi.pod
-         !> proto.h t/lib/bigfltpm.t t/lib/bigintpm.t util.c
-         !> x2p/Makefile.SH
-____________________________________________________________________________
-[ 10584] By: nick                                  on 2001/06/14  08:05:53
-        Log: Hack to remove insecure directories from PATH so test will run.
-     Branch: perlio
-          ! t/lib/filefind.t
-____________________________________________________________________________
-[ 10583] By: jhi                                   on 2001/06/14  03:11:16
-        Log: The test doesn't work (yet?), Math::BigInt::round_mode() is missing.
-     Branch: perl
-          - t/lib/mbimbf.t
-          ! MANIFEST
-____________________________________________________________________________
-[ 10582] By: jhi                                   on 2001/06/14  03:04:51
-        Log: Detypo.
-     Branch: perl
-          ! x2p/Makefile.SH
-____________________________________________________________________________
-[ 10581] By: jhi                                   on 2001/06/14  03:03:14
-        Log: de-$CONFIG continues.
-     Branch: perl
-          ! cygwin/Makefile.SHs x2p/Makefile.SH
-____________________________________________________________________________
-[ 10580] By: jhi                                   on 2001/06/13  23:56:59
-        Log: Subject: [PATCH] opcode.pl is chmod'ing the original source tree
-             From: Nicholas Clark <nick@ccl4.org>
-             Date: Wed, 13 Jun 2001 21:20:13 +0100
-             Message-ID: <20010613212013.D98663@plum.flirble.org>
-     Branch: perl
-          ! opcode.pl
-____________________________________________________________________________
-[ 10579] By: jhi                                   on 2001/06/13  23:55:29
-        Log: Subject: splitting util.c
-             From: Hugo <hv@crypt.compulink.co.uk>
-             Date: Thu, 14 Jun 2001 00:41:08 +0100
-             Message-Id: <200106132341.AAA24935@crypt.compulink.co.uk>
-     Branch: perl
-          + locale.c numeric.c
-          ! MANIFEST Makefile.SH embed.h embed.pl objXSUB.h perlapi.c
-          ! pod/perlapi.pod proto.h util.c
-____________________________________________________________________________
-[ 10578] By: jhi                                   on 2001/06/13  23:45:11
-        Log: Upgrade to Math::BigInt 1.34 from Tels.
-     Branch: perl
-          + t/lib/mbimbf.t
-          ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
-          ! t/lib/bigfltpm.t t/lib/bigintpm.t
-____________________________________________________________________________
-[ 10577] By: nick                                  on 2001/06/13  19:02:48
-        Log: Integrate mainline. Storable fail has gone, insecure dependancy still there.
-     Branch: perlio
-         !> (integrate 125 files)
-____________________________________________________________________________
-[ 10576] By: jhi                                   on 2001/06/13  18:10:01
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[ 10575] By: jhi                                   on 2001/06/13  18:05:09
-        Log: Subject: Re: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
-             From: "Craig A. Berry" <craigberry@mac.com>
-             Date: Wed, 13 Jun 2001 13:24:28 -0500
-             Message-Id: <5.1.0.14.0.20010613131907.01bbc210@mail.mac.com>
-     Branch: perl
-          ! ext/re/Makefile.PL
-____________________________________________________________________________
-[ 10574] By: jhi                                   on 2001/06/13  17:34:36
-        Log: Mc.u.c. for #10573.
-     Branch: metaconfig
-          ! U/threads/usethreads.U
-____________________________________________________________________________
-[ 10573] By: jhi                                   on 2001/06/13  17:34:00
-        Log: It would be also be good if I could type.
-     Branch: perl
-          ! Configure
-____________________________________________________________________________
-[ 10572] By: jhi                                   on 2001/06/13  17:26:29
-        Log: Metaconfig unit change for #10571.
-     Branch: metaconfig
-          ! U/threads/usethreads.U
-____________________________________________________________________________
-[ 10571] By: jhi                                   on 2001/06/13  17:26:05
-        Log: A non-empty default is a good thing.
-     Branch: perl
-          ! Configure
-____________________________________________________________________________
-[ 10570] By: jhi                                   on 2001/06/13  17:15:16
-        Log: Metaconfig unit change for #10569.
-     Branch: metaconfig
-          ! U/threads/usethreads.U
-____________________________________________________________________________
-[ 10569] By: jhi                                   on 2001/06/13  17:14:17
-        Log: Add Configure directive -Dusereentrant for Artur's ithreads work,
-             extremely experimental, not even prompted for.
-     Branch: perl
-          ! Configure Porting/Glossary Porting/config.sh Porting/config_H
-          ! config_h.SH configure.com epoc/config.sh perl.h uconfig.h
-          ! uconfig.sh vos/config.alpha.def vos/config.ga.def
-          ! win32/config.bc win32/config.gc win32/config.vc
-____________________________________________________________________________
-[ 10568] By: jhi                                   on 2001/06/13  16:22:27
-        Log: FAQ tweak for Vanina Arca <varca@baufest.com>.
-     Branch: perl
-          ! pod/perlfaq6.pod
-____________________________________________________________________________
-[ 10567] By: jhi                                   on 2001/06/13  16:20:23
-        Log: Integrate perlio:
-             
-             [ 10564]
-             Avoid AV and HV in perlio.c by inventing PerlIO_list_t which is AV-ish
-             and using that instead (name lookups are sequential search for now).
-     Branch: perl
-         !> ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
-         !> ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
-____________________________________________________________________________
-[ 10566] By: jhi                                   on 2001/06/13  16:17:42
-        Log: Subject: Re: ext/ + -Wall
-             From: Doug MacEachern <dougm@covalent.net>
-             Date: Wed, 13 Jun 2001 10:02:16 -0700 (PDT)
-             Message-ID: <Pine.LNX.4.21.0106130959050.24181-100000@mako.covalent.net>
-     Branch: perl
-          ! XSUB.h lib/ExtUtils/xsubpp perl.h
-____________________________________________________________________________
-[ 10565] By: jhi                                   on 2001/06/13  16:16:07
-        Log: Similar logic as DB_File.xs, using the modern macros and
-             defines them to older ones for older Perls where PERL_VERSION
-             is not defined, from Doug MacEachern.
-     Branch: perl
-          ! ext/Storable/Storable.xs
-____________________________________________________________________________
-[ 10564] By: nick                                  on 2001/06/13  15:22:01
-        Log: Avoid AV and HV in perlio.c by inventing PerlIO_list_t which is AV-ish
-             and using that instead (name lookups are sequential search for now).
-     Branch: perlio
-          ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
-          ! ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
-____________________________________________________________________________
-[ 10563] By: jhi                                   on 2001/06/13  14:07:43
-        Log: Subject: [PATCH] Re: [ID 20010526.001] localized glob loses value when assigned to
-             From: "Richard Soderberg" <rs@crystalflame.net>
-             Date: Sat, 26 May 2001 06:44:20 -0700
-             Message-ID: <NAEKLNAAHLMBPMPNBMLECECHDFAA.rs@crystalflame.net>
-     Branch: perl
-          ! sv.c t/op/glob.t
-____________________________________________________________________________
-[ 10562] By: jhi                                   on 2001/06/13  13:55:10
-        Log: Subject: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
-             From: "Craig A. Berry" <craigberry@mac.com>
-             Date: Tue, 12 Jun 2001 23:55:26 -0500
-             Message-Id: <a05101002b74ca0013cf5@[192.168.56.160]>
-     Branch: perl
-          ! ext/re/Makefile.PL ext/re/re.xs
-____________________________________________________________________________
-[ 10561] By: jhi                                   on 2001/06/13  13:44:58
-        Log: Hide __attribute__((unused)) behind PERL_UNUSED_DECL as
-             suggested by NI-S.
-     Branch: perl
-          ! XSUB.h malloc.c perl.h
-____________________________________________________________________________
-[ 10560] By: jhi                                   on 2001/06/13  13:35:42
-        Log: Regen toc.
-     Branch: perl
-          ! pod/perltoc.pod
-____________________________________________________________________________
-[ 10559] By: jhi                                   on 2001/06/13  12:53:18
-        Log: Subject: [patch] perl.gprof control
-             From: Doug MacEachern <dougm@covalent.net>
-             Date: Tue, 12 Jun 2001 23:05:44 -0700 (PDT)
-             Message-ID: <Pine.LNX.4.21.0106122247380.24181-100000@mako.covalent.net>
-     Branch: perl
-          ! miniperlmain.c perl.h
-____________________________________________________________________________
-[ 10558] By: jhi                                   on 2001/06/13  12:51:47
-        Log: Subject: Re: ext/ + -Wall
-             From: Doug MacEachern <dougm@covalent.net>
-             Date: Tue, 12 Jun 2001 22:04:50 -0700 (PDT)
-             Message-ID: <Pine.LNX.4.21.0106122151180.24181-100000@mako.covalent.net>
-             
-             Document ax and break up dXSARGS.
-     Branch: perl
-          ! XSUB.h pod/perlapi.pod
-____________________________________________________________________________
-[ 10557] By: jhi                                   on 2001/06/13  12:39:55
-        Log: More AIX tweakage from Merijn.
-     Branch: perl
-          ! hints/aix.sh
-____________________________________________________________________________
-[ 10556] By: jhi                                   on 2001/06/13  03:26:58
-        Log: Subject: [PATCH perl@10538] make VMS autosplit earlier in build
-             From: "Craig A. Berry" <craigberry@mac.com>
-             Date: Tue, 12 Jun 2001 22:57:45 -0500
-             Message-Id: <a05101001b74c943d7af4@[192.168.56.160]>
-     Branch: perl
-          ! vms/descrip_mms.template
-____________________________________________________________________________
-[ 10555] By: jhi                                   on 2001/06/13  02:50:43
-        Log: Subject: Re: hacking util.c, attrs.xs, and re.xs to compile on VMS
-             From: "Craig A. Berry" <craigberry@mac.com>
-             Date: Tue, 12 Jun 2001 22:21:39 -0500
-             Message-Id: <a05101000b74c8698483b@[172.16.52.1]>
-     Branch: perl
-          ! configure.com util.c
-____________________________________________________________________________
-[ 10554] By: jhi                                   on 2001/06/13  02:23:16
-        Log: New AIX dynaloading code from Jens-Uwe Mager.
-             Does break binary compatibility.
-     Branch: perl
-          ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
-____________________________________________________________________________
-[ 10553] By: jhi                                   on 2001/06/13  02:10:16
-        Log: VMS DEC C compiler found nits by Peter Prymmer.
-     Branch: perl
-          ! util.c
-____________________________________________________________________________
-[ 10552] By: jhi                                   on 2001/06/13  01:36:12
-        Log: Subject: [PATCH: perl@10538] fix for file locking and filecomp test
-             From: Peter Prymmer <pvhp@forte.com>
-             Date: Tue, 12 Jun 2001 19:34:08 -0700 (PDT)
-             Message-ID: <Pine.OSF.4.10.10106121927580.15174-100000@aspara.forte.com>
-     Branch: perl
-          ! t/lib/filecomp.t
-____________________________________________________________________________
-[ 10551] By: jhi                                   on 2001/06/13  01:26:53
-        Log: I wonder how many $CONFIGs still lurk in the shadows.
-     Branch: perl
-          ! pod/Makefile.SH x2p/cflags.SH
-____________________________________________________________________________
-[ 10550] By: jhi                                   on 2001/06/13  01:25:12
-        Log: Grok three kinds of line endings, should fix [ID 20010612.003]
-     Branch: perl
-          ! pod/checkpods.PL
-____________________________________________________________________________
-[ 10549] By: jhi                                   on 2001/06/13  01:05:28
-        Log: Use __attribute__((unused)) to silence -Wall on unused ax.
-     Branch: perl
-          ! XSUB.h ext/DB_File/DB_File.xs lib/ExtUtils/xsubpp
-____________________________________________________________________________
-[ 10548] By: jhi                                   on 2001/06/13  00:41:28
-        Log: Subject: [patch] rid local_patches warnings
-             From: Doug MacEachern <dougm@covalent.net>
-             Date: Tue, 12 Jun 2001 10:26:34 -0700 (PDT)
-             Message-ID: <Pine.LNX.4.21.0106121024470.24181-100000@mako.covalent.net>
-     Branch: perl
-          ! ext/List/Util/Util.xs ext/Storable/Storable.xs
-____________________________________________________________________________
-[ 10547] By: jhi                                   on 2001/06/13  00:40:29
-        Log: Subject: Re: ext/ + -Wall
-             From: Doug MacEachern <dougm@covalent.net>
-             Date: Tue, 12 Jun 2001 09:38:09 -0700 (PDT)
-             Message-ID: <Pine.LNX.4.21.0106120927100.24181-100000@mako.covalent.net>
-     Branch: perl
-          ! ext/attrs/attrs.xs
-____________________________________________________________________________
-[ 10546] By: jhi                                   on 2001/06/13  00:39:06
-        Log: Subject: [PATCH] perlretut.pod: unterminated C<>
-             From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
-             Date: Tue, 12 Jun 2001 14:36:20 -0400
-             Message-ID: <20010612143619.A37113@linguist.thayer.dartmouth.edu>
-     Branch: perl
-          ! pod/perlretut.pod
-____________________________________________________________________________
-[ 10545] By: jhi                                   on 2001/06/13  00:38:02
-        Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
-             From: Mike Guy <mjtg@cam.ac.uk>
-             Date: Tue, 12 Jun 2001 19:10:31 +0100
-             Message-Id: <E159scZ-0000r2-00@draco.cus.cam.ac.uk>
-             
-             Subject: Re: [ID 20010612.001] out of memory during regex compilation
-             From: Mike Guy <mjtg@cam.ac.uk>
-             Date: Tue, 12 Jun 2001 19:21:01 +0100
-             Message-Id: <E159smj-0000wY-00@draco.cus.cam.ac.uk>
-     Branch: perl
-          ! pod/perlop.pod
-____________________________________________________________________________
-[ 10544] By: jhi                                   on 2001/06/13  00:34:39
-        Log: AIX tweaks from Merijn H. Brand.
-     Branch: perl
-          ! hints/aix.sh
-____________________________________________________________________________
-[ 10543] By: jhi                                   on 2001/06/13  00:11:42
-        Log: Subject: [PATCH] 5.6.1 -- add LC_MESSAGES constant to POSIX module
-             From: "Brendan O'Dea" <bod@compusol.com.au>
-             Date: Wed, 13 Jun 2001 05:16:47 +1000
-             Message-ID: <20010613051647.A8945@compusol.com.au>
-     Branch: maint-5.6/perl
-          ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
-____________________________________________________________________________
-[ 10542] By: jhi                                   on 2001/06/13  00:07:50
-        Log: Subject: Small bcopy cleanup
-             From: Andy Dougherty <doughera@lafayette.edu>
-             Date: Tue, 12 Jun 2001 17:11:52 -0400 (EDT)
-             Message-ID: <Pine.SOL.4.10.10106121706360.11034-100000@maxwell.phys.lafayette.edu>
-     Branch: perl
-          ! embed.h embed.pl objXSUB.h perlapi.c proto.h util.c x2p/a2p.h
-____________________________________________________________________________
-[ 10541] By: jhi                                   on 2001/06/13  00:05:18
-        Log: Subject: [PATCH] Re: ext/ + -Wall
-             From: Nicholas Clark <nick@ccl4.org>
-             Date: Wed, 13 Jun 2001 00:04:30 +0100
-             Message-ID: <20010613000430.M5901@plum.flirble.org>
-     Branch: perl
-          ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
-____________________________________________________________________________
-[ 10540] By: jhi                                   on 2001/06/13  00:02:25
-        Log: Subject: [PATCH] Re: [PATCH] ExtUtils::Constant
-             From: Nicholas Clark <nick@ccl4.org>
-             Date: Tue, 12 Jun 2001 23:53:07 +0100
-             Message-ID: <20010612235307.L5901@plum.flirble.org>
-     Branch: perl
-          ! lib/ExtUtils/Constant.pm t/lib/extutils.t
-____________________________________________________________________________
-[ 10539] By: jhi                                   on 2001/06/12  23:59:10
-        Log: MPE/iX tweaks from Mark Bixby.
-     Branch: perl
-          ! hints/mpeix.sh mpeix/mpeixish.h util.c
-____________________________________________________________________________
-[ 10538] By: jhi                                   on 2001/06/12  14:16:15
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[ 10537] By: jhi                                   on 2001/06/12  14:11:26
-        Log: One less -Wall whine (found under DEBUGGING).
-     Branch: perl
-          ! x2p/Makefile.SH x2p/a2p.c
-____________________________________________________________________________
-[ 10536] By: jhi                                   on 2001/06/12  13:32:09
-        Log: s/case-independent/case-insensitive/g
-     Branch: perl
-          ! pod/perldebug.pod
-____________________________________________________________________________
-[ 10535] By: jhi                                   on 2001/06/12  13:27:28
-        Log: As suggested in   
-             
-             Subject: Re: ext/ + -Wall
-             From: Gurusamy Sarathy <gsar@ActiveState.com>
-             Date: Mon, 11 Jun 2001 23:34:31 -0700
-             Message-Id: <200106120634.f5C6YVM07246@smtp3.ActiveState.com>
-     Branch: perl
-          ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs globals.c
-          ! perl.h
-____________________________________________________________________________
-[ 10534] By: jhi                                   on 2001/06/12  13:13:27
-        Log: Subject: ext/ + -Wall
-             From: Doug MacEachern <dougm@covalent.net>
-             Date: Mon, 11 Jun 2001 22:19:45 -0700 (PDT)
-             Message-ID: <Pine.LNX.4.21.0106112212261.24181-100000@mako.covalent.net>
-     Branch: perl
-          ! ext/ByteLoader/ByteLoader.xs ext/DB_File/DB_File.xs
-          ! ext/DB_File/version.c ext/Devel/DProf/DProf.xs
-          ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dlutils.c
-          ! ext/Encode/Encode.xs ext/File/Glob/bsd_glob.c
-          ! ext/Filter/Util/Call/Call.xs ext/GDBM_File/GDBM_File.xs
-          ! ext/List/Util/Util.xs ext/MIME/Base64/Base64.xs
-          ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
-          ! ext/PerlIO/Via/Via.xs ext/Time/HiRes/HiRes.xs
-          ! ext/Time/Piece/Piece.xs ext/attrs/attrs.xs globals.c
-          ! lib/ExtUtils/xsubpp
-____________________________________________________________________________
-[ 10533] By: jhi                                   on 2001/06/12  12:52:57
-        Log: Subject: [PATCH] anonymous stashes
-             From: Abhijit Menon-Sen <ams@wiw.org>
-             Date: Tue, 12 Jun 2001 12:47:04 +0530
-             Message-ID: <20010612124704.A29029@lustre.linux.in>
-     Branch: perl
-          ! dump.c gv.c sv.c xsutils.c
-____________________________________________________________________________
-[ 10532] By: jhi                                   on 2001/06/12  12:37:36
-        Log: One more test for $^S.
-     Branch: perl
-          ! t/op/magic.t
-____________________________________________________________________________
-[ 10531] By: jhi                                   on 2001/06/12  12:35:02
-        Log: Subject: [PATCH 20010612.002] $^S almost entirely broken with 5.6.1
-             From: Abhijit Menon-Sen <ams@wiw.org>
-             Date: Tue, 12 Jun 2001 17:35:55 +0530
-             Message-ID: <20010612173555.A32426@lustre.linux.in>
-     Branch: perl
-          ! mg.c t/op/magic.t
-____________________________________________________________________________
-[ 10530] By: jhi                                   on 2001/06/12  12:31:11
-        Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
-             From: Mike Guy <mjtg@cam.ac.uk>
-             Date: Tue, 12 Jun 2001 13:14:15 +0100
-             Message-Id: <E159n3n-0000xa-00@draco.cus.cam.ac.uk>
-     Branch: perl
-          ! pod/perlop.pod
-____________________________________________________________________________
-[ 10529] By: jhi                                   on 2001/06/12  12:21:06
-        Log: AUTHORS updates.
-     Branch: perl
-          ! AUTHORS
-____________________________________________________________________________
-[ 10528] By: jhi                                   on 2001/06/12  12:19:47
-        Log: Subject: [PATCH] rhapsody/darwin minor cleanup
-             From: Wilfredo Sanchez <wsanchez@MIT.EDU>
-             Content-Transfer-Encoding: 7bit
-             Message-Id: <200106121009.GAA01968@melbourne-city-street.mit.edu>
-     Branch: perl
-          ! Makefile.SH hints/darwin.sh hints/rhapsody.sh
-____________________________________________________________________________
-[ 10527] By: jhi                                   on 2001/06/12  11:58:53
-        Log: Subject: [MacPerl-Porters] Re: [PATCH] Mac OS Compatability for bleadperl
-             From: "Philip Newton" <Philip.Newton@gmx.net>
-             Date: Mon, 11 Jun 2001 07:08:03 +0200
-             Message-Id: <200106120802.LAA08992@taas.iki.fi>
-     Branch: perl
-          ! t/base/term.t
-____________________________________________________________________________
-[ 10526] By: jhi                                   on 2001/06/12  01:35:34
-        Log: Cleanup the a2p.c for -Wall.
-     Branch: perl
-          ! x2p/Makefile.SH x2p/a2p.c
-____________________________________________________________________________
-[ 10525] By: jhi                                   on 2001/06/12  01:10:56
-        Log: File::Find update for MacOS from Chris Nandor.
-     Branch: perl
-          ! lib/File/Find.pm t/lib/filefind.t
-____________________________________________________________________________
-[ 10524] By: jhi                                   on 2001/06/12  00:29:20
-        Log: gcc -Wall nits picked out by a non-UNIX system
-             (courtesy of Mark Bixby)
-     Branch: perl
-          ! doio.c ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_mpeix.xs
-          ! ext/IO/IO.xs ext/PerlIO/Via/Via.xs ext/Socket/Socket.xs
-          ! pp_sys.c util.c
-____________________________________________________________________________
-[ 10523] By: jhi                                   on 2001/06/11  22:34:03
-        Log: Metaconfig unit change for #10522.  (The d_modfl changes
-             placate metalint.)
-     Branch: metaconfig/U/perl
-          ! d_modfl.U d_u32align.U
-____________________________________________________________________________
-[ 10522] By: jhi                                   on 2001/06/11  22:33:00
-        Log: Buglet found by Mark Bixby: "./try >&2 >/dev/null" should
-             be "./try 2>&1 >/dev/null".
-     Branch: perl
-          ! Configure
-____________________________________________________________________________
-[ 10521] By: jhi                                   on 2001/06/11  19:49:54
-        Log: Subject: [PATCH perl@10517] DCL quoting syntax drives pumpking mad
-             From: "Craig A. Berry" <craigberry@mac.com>
-             Date: Mon, 11 Jun 2001 14:00:32 -0500
-             Message-Id: <5.1.0.14.0.20010611134750.03985cb8@exchi01>
-     Branch: perl
-          ! configure.com
-____________________________________________________________________________
-[ 10520] By: jhi                                   on 2001/06/11  17:55:47
-        Log: Move the full \p\P lists to perlunicode.
-     Branch: perl
-          ! pod/perlretut.pod pod/perlunicode.pod
-____________________________________________________________________________
-[ 10519] By: jhi                                   on 2001/06/11  17:10:00
-        Log: VOS build tweak for 5.6.1 from Paul Green.
-     Branch: maint-5.6/perl
-          ! vos/build.cm
-____________________________________________________________________________
-[ 10518] By: jhi                                   on 2001/06/11  17:07:03
-        Log: Subject: [PATCH perl@10476] no PerlIO at startup time on VMS
-             From: "Craig A. Berry" <craigberry@mac.com>
-             Date: Fri, 8 Jun 2001 18:08:18 -0500
-             Message-Id: <a05101000b746f9dd4fca@[192.168.56.145]>
-     Branch: perl
-          ! vms/vms.c
-____________________________________________________________________________
-[ 10517] By: jhi                                   on 2001/06/11  14:52:01
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[ 10516] By: jhi                                   on 2001/06/11  14:46:33
-        Log: Add the modfl_pow32_bug (anti)definition also to VOS headers.
-     Branch: perl
-          ! vos/config.alpha.h vos/config.ga.h
-____________________________________________________________________________
-[ 10515] By: jhi                                   on 2001/06/11  14:39:05
-        Log: VOS updates from Paul Green for @10476.
-     Branch: perl
-          ! README.vos vos/Changes vos/build.cm vos/compile_perl.cm
-          ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
-          ! vos/config.ga.h vos/configure_perl.cm
-____________________________________________________________________________
-[ 10514] By: jhi                                   on 2001/06/11  12:58:43
-        Log: Subject: [PATCH] Not many people know this ...
-             From: Mike Guy <mjtg@cam.ac.uk>
-             Date: Mon, 11 Jun 2001 14:55:15 +0100
-             Message-Id: <E159S9z-00015D-00@draco.cus.cam.ac.uk>
-     Branch: perl
-          ! pod/perldebug.pod
-____________________________________________________________________________
-[ 10513] By: jhi                                   on 2001/06/11  12:30:06
-        Log: Add final commas to lists as suggested by Philip Newton.
-     Branch: perl
-          ! lib/ExtUtils/Constant.pm t/lib/extutils.t
-____________________________________________________________________________
-[ 10512] By: jhi                                   on 2001/06/11  12:28:49
-        Log: Subject: [MacPerl-Porters] [PATCH] Mac OS Compatability for bleadperl
-             Date: Sun, 10 Jun 2001 23:35:38 -0400
-             From: Chris Nandor <pudge@pobox.com>
-             Message-Id: <p05100306b749ec0eaade@[10.0.1.177]>
-     Branch: perl
-          ! lib/DirHandle.pm lib/File/Basename.pm lib/diagnostics.pm
-          ! perl.c t/base/term.t t/comp/cpp.t t/comp/multiline.t
-          ! t/comp/script.t t/lib/anydbm.t t/lib/autoloader.t
-          ! t/lib/dirhand.t t/lib/selfloader.t t/op/anonsub.t
-          ! t/op/closure.t t/op/defins.t t/op/exec.t t/op/goto.t
-          ! t/op/pack.t t/op/regexp.t t/op/regexp_noamp.t t/op/split.t
-          ! t/op/write.t t/pragma/strict.t
-____________________________________________________________________________
-[ 10511] By: jhi                                   on 2001/06/11  12:13:31
-        Log: Subject: [RESEND] [PATCH] Mac OS lib patches for bleadperl
-             From: Chris Nandor <pudge@pobox.com>
-             Date: Mon, 11 Jun 2001 08:24:28 -0400
-             Message-Id: <p05100303b74a66faf625@[10.0.1.177]>
-     Branch: perl
-          ! ext/IO/lib/IO/Dir.pm lib/File/Copy.pm t/lib/filecopy.t
-          ! t/lib/io_dir.t
-____________________________________________________________________________
-[ 10510] By: jhi                                   on 2001/06/11  12:03:16
-        Log: One more run_byacc (a hand-tweaked version had slipped in).
-     Branch: perl
-          ! perly.c vms/perly_c.vms
-____________________________________________________________________________
-[ 10509] By: nick                                  on 2001/06/11  07:49:15
-        Log: Integrate mainline
-     Branch: perlio
-         !> Makefile.SH embed.h embed.pl global.sym
-         !> lib/ExtUtils/Constant.pm lib/ExtUtils/Manifest.pm objXSUB.h
-         !> perl.h perlapi.c perlapi.h perly.c perly.fixer perly.h perly.y
-         !> perly_c.diff pod/perl572delta.pod pod/perlapi.pod proto.h sv.c
-         !> t/lib/extutils.t util.c vms/perly_c.vms vms/perly_h.vms
-____________________________________________________________________________
-[ 10508] By: jhi                                   on 2001/06/10  22:38:05
-        Log: Subject: [PATCH] ExtUtils::Manifest not -w clean
-             From: Mike Guy <mjtg@cam.ac.uk>
-             Reply-To: mjtg@cam.ac.uk
-             Message-Id: <E159Ei8-0006Tz-00@draco.cus.cam.ac.uk>
-     Branch: perl
-          ! lib/ExtUtils/Manifest.pm
-____________________________________________________________________________
-[ 10507] By: jhi                                   on 2001/06/10  22:37:16
-        Log: Subject: [PATCH] ExtUtils::Constant
-             From: Nicholas Clark <nick@ccl4.org>
-             Date: Sun, 10 Jun 2001 23:25:41 +0100
-             Message-ID: <20010610232540.C76396@plum.flirble.org>
-     Branch: perl
-          ! lib/ExtUtils/Constant.pm t/lib/extutils.t
-____________________________________________________________________________
-[ 10506] By: jhi                                   on 2001/06/10  20:57:20
-        Log: Integrate perlio:
-             
-             [ 10504]
-             Fix (valid) -Wall warnings in perlio.c
-     Branch: perl
-         !> iperlsys.h
-____________________________________________________________________________
-[ 10505] By: jhi                                   on 2001/06/10  18:37:57
-        Log: Move the grok_number and its lieutenant grok_numeric_radix
-             from sv.c statics to util.c and public.
-     Branch: perl
-          ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c
-          ! perlapi.h pod/perlapi.pod proto.h sv.c util.c
-____________________________________________________________________________
-[ 10504] By: nick                                  on 2001/06/10  17:47:06
-        Log: Fix (valid) -Wall warnings in perlio.c
-     Branch: perlio
-          ! iperlsys.h
-____________________________________________________________________________
-[ 10503] By: jhi                                   on 2001/06/10  17:38:28
-        Log: Update perly_c.diff, update perly.fixer to edit away
-             some of the -Wall noise.
-     Branch: perl
-          ! perly.c perly.fixer perly_c.diff vms/perly_c.vms
-____________________________________________________________________________
-[ 10502] By: jhi                                   on 2001/06/10  17:09:42
-        Log: Check the version of byacc.
-     Branch: perl
-          ! Makefile.SH
-____________________________________________________________________________
-[ 10501] By: jhi                                   on 2001/06/10  17:00:08
-        Log: Subject: [PATCH] perly.y overhaul
-             From: Simon Cozens <simon@netthink.co.uk>
-             Date: Sun, 10 Jun 2001 16:56:54 +0100
-             Message-ID: <20010610165654.A16597@deep-dark-truthful-mirror.pmb.ox.ac.uk>
-             
-             Plus make run_byacc.
-     Branch: perl
-          ! perly.c perly.h perly.y vms/perly_c.vms vms/perly_h.vms
-____________________________________________________________________________
-[ 10500] By: jhi                                   on 2001/06/10  16:07:28
-        Log: Integrate perlio:
-             
-             [ 10497]
-             Paper over a crack or two with USE_SFIO
-     Branch: perl
-         !> perlio.c perlsfio.h
-____________________________________________________________________________
-[ 10499] By: nick                                  on 2001/06/10  15:01:08
-        Log: Integrate mainline
-     Branch: perlio
-         !> Changes Configure embed.h embed.pl patchlevel.h proto.h sv.c
-         !> t/pragma/locale.t util.c
-____________________________________________________________________________
-[ 10498] By: jhi                                   on 2001/06/10  13:49:23
-        Log: Put some meat on the perl572delta bones.  The list of
-             selected bug fixes needs more work, as does still the
-             whole document.
-     Branch: perl
-          ! pod/perl572delta.pod
-____________________________________________________________________________
-[ 10497] By: nick                                  on 2001/06/10  12:27:51
-        Log: Paper over a crack or two with USE_SFIO
-     Branch: perlio
-          ! perlio.c perlsfio.h
-____________________________________________________________________________
-[ 10496] By: jhi                                   on 2001/06/10  11:04:22
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[ 10495] By: jhi                                   on 2001/06/10  10:55:34
-        Log: Subject: Re: pragma/locale.t #107
-             From: Hugo <hv@crypt.compulink.co.uk>
-             Date: Sun, 10 Jun 2001 11:23:30 +0100
-             Message-Id: <200106101023.LAA32085@crypt.compulink.co.uk>
-             
-             Encapsulate the scan of the decimal radix separator.
-     Branch: perl
-          ! embed.h embed.pl proto.h sv.c
-____________________________________________________________________________
-[ 10494] By: jhi                                   on 2001/06/10  03:00:17
-        Log: Try to grok numbers both with the locale specific separator
-             and with the usual "." (if different from the lss); add a test
-             to locale.t to do also a little bit of math in addition to just
-             equalness testing; remove extraneous logic as suggested in
-             
-             Subject: Re: pragma/locale.t #107
-             From: Nicholas Clark <nick@ccl4.org>
-             Date: Sat, 9 Jun 2001 22:37:36 +0100
-             Message-ID: <20010609223735.Y76396@plum.flirble.org>
-     Branch: perl
-          ! sv.c t/pragma/locale.t
-____________________________________________________________________________
-[ 10493] By: jhi                                   on 2001/06/10  01:25:23
-        Log: Metaconfig unit change for #10492.
-     Branch: metaconfig/U/perl
-          ! Extensions.U
-____________________________________________________________________________
-[ 10492] By: jhi                                   on 2001/06/10  01:23:59
-        Log: Subject: [PATCH] Don't build Thread.pm if USEITHREADS
-             From: Artur Bergman <artur@contiller.se> 
-             Date: Sat, 09 Jun 2001 21:03:51 +0200
-             Message-ID: <B7483FB6.1398%artur@contiller.se>
-     Branch: perl
-          ! Configure
-____________________________________________________________________________
-[ 10491] By: jhi                                   on 2001/06/10  01:15:40
-        Log: Integrate perlio:
-             
-             [ 10489]
-             Make XS/Typemap compile (but fail) with sfio
-     Branch: perl
-         !> perlsfio.h
-____________________________________________________________________________
-[ 10490] By: jhi                                   on 2001/06/10  01:08:26
-        Log: Do locale specific separator if only in locale.
-     Branch: perl
-          ! util.c
-____________________________________________________________________________
-[ 10489] By: nick                                  on 2001/06/09  19:13:25
-        Log: Make XS/Typemap compile (but fail) with sfio
-     Branch: perlio
-          ! perlsfio.h
-____________________________________________________________________________
-[ 10488] By: nick                                  on 2001/06/09  19:12:51
-        Log: Re-integrate mainline
-     Branch: perlio
-         !> embed.h embed.pl embedvar.h intrpvar.h perl.h perlapi.h
-         !> proto.h sv.c util.c
-____________________________________________________________________________
-[ 10487] By: nick                                  on 2001/06/09  16:26:29
-        Log: Integrate mainline
-     Branch: perlio
-         !> (integrate 31 files)
-____________________________________________________________________________
-[ 10486] By: jhi                                   on 2001/06/09  16:11:51
-        Log: Subject: [PATCH] New attempt to clone callack
-             From: Artur Bergman <artur@contiller.se> 
-             Date: Thu, 07 Jun 2001 11:52:16 +0200
-             Message-ID: <B7451B6F.12B7%artur@contiller.se>
-     Branch: perl
-          ! embedvar.h intrpvar.h perlapi.h sv.c
-____________________________________________________________________________
-[ 10485] By: jhi                                   on 2001/06/09  15:23:52
-        Log: Numeric conversion tweaks suggested by Hugo and Nicholas.
-     Branch: perl
-          ! embed.h embed.pl perl.h proto.h sv.c util.c
-____________________________________________________________________________
-[ 10484] By: jhi                                   on 2001/06/09  14:47:25
-        Log: Subject: Re: pragma/locale.t #107
-             From: Nicholas Clark <nick@ccl4.org>
-             Date: Sat, 9 Jun 2001 16:26:10 +0100
-             Message-ID: <20010609162609.V76396@plum.flirble.org>
-             
-             A missing NVification.
-     Branch: perl
-          ! sv.c
-____________________________________________________________________________
-[ 10483] By: jhi                                   on 2001/06/08  19:40:32
-        Log: Redo the #10482, there already was a test script for formats.
-     Branch: perl
-          - t/io/format.t
-          ! MANIFEST t/op/write.t
-____________________________________________________________________________
-[ 10482] By: jhi                                   on 2001/06/08  19:34:45
-        Log: Twisted format testing, from Merijn.
-     Branch: perl
-          + t/io/format.t
-          ! MANIFEST
-____________________________________________________________________________
-[ 10481] By: jhi                                   on 2001/06/08  19:21:56
-        Log: More \p{In...} testing, combined with \N{...}.
-     Branch: perl
-          ! lib/utf8_heavy.pl t/op/pat.t
-____________________________________________________________________________
-[ 10480] By: jhi                                   on 2001/06/08  14:16:06
-        Log: Metaconfig changes for #10479.
-     Branch: metaconfig
-          ! U/Glossary.patch
-     Branch: metaconfig/U/perl
-          ! d_modfl.U
-____________________________________________________________________________
-[ 10479] By: jhi                                   on 2001/06/08  14:15:32
-        Log: Be inspired more by Hugo-- introduce HAS_MODFL_POW32_BUG.
-     Branch: perl
-          ! Configure Porting/Glossary Porting/config.sh Porting/config_H
-          ! config_h.SH configure.com epoc/config.sh pp.c uconfig.h
-          ! uconfig.sh vos/config.alpha.def vos/config.ga.def
-          ! win32/config.bc win32/config.gc win32/config.vc
-____________________________________________________________________________
-[ 10478] By: jhi                                   on 2001/06/08  12:20:41
-        Log: Subject: Re: [PATCH perl@10439] fix old $^S description in perlvms.pod
-             From: "Craig A. Berry" <craigberry@mac.com>
-             Date: Thu, 7 Jun 2001 14:27:20 -0500
-             Message-Id: <a05100e01b7458075db7d@[172.16.52.1]>
-     Branch: perl
-          ! vms/perlvms.pod
-____________________________________________________________________________
-[ 10477] By: jhi                                   on 2001/06/08  12:19:00
-        Log: Subject: [PATCH] Unresolved symbol in ext/re/re.xs
-             From: Gisle Aas <gisle@ActiveState.com>
-             Date: 07 Jun 2001 17:04:29 -0700
-             Message-ID: <lrae3jsupe.fsf@caliper.ActiveState.com>
-     Branch: perl
-          ! ext/re/re.xs
-____________________________________________________________________________
-[ 10476] By: jhi                                   on 2001/06/08  01:35:42
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[ 10475] By: jhi                                   on 2001/06/08  00:53:45
-        Log: Regen Glossary et alia.
-     Branch: perl
-          ! Porting/Glossary Porting/config.sh Porting/config_H
-____________________________________________________________________________
-[ 10474] By: jhi                                   on 2001/06/07  22:06:38
-        Log: Metaconfig unit changes for #10473.
-     Branch: metaconfig/U/perl
-          ! d_modfl.U
-____________________________________________________________________________
-[ 10473] By: jhi                                   on 2001/06/07  22:06:16
-        Log: Harumph, also AIX will spill its guts (i.e. dump core)
-             if an executable contains modfl() but it hasn't been
-             compiled right (in the case of AIX, with cc -qlongdouble).
-     Branch: perl
-          ! Configure
-____________________________________________________________________________
-[ 10472] By: gsar                                  on 2001/06/07  20:04:28
-        Log: integrate change#10471 from mainline
-             
-             in change#10451, check that CvOUTSIDE is a CV before looking in
-             (it can apparently be SVt_NULL during global destruction)
-     Branch: maint-5.6/perl
-         !> op.c
-____________________________________________________________________________
-[ 10471] By: gsar                                  on 2001/06/07  20:01:31
-        Log: in change#10451, check that CvOUTSIDE is a CV before looking in
-             (it can apparently be SVt_NULL during global destruction)
-     Branch: perl
-          ! op.c
-____________________________________________________________________________
-[ 10470] By: jhi                                   on 2001/06/07  12:17:51
-        Log: Subject: Re: [PATCH perl@10439] diagnostics and long C<=item>s
-             From: Robin Barker <rmb1@cise.npl.co.uk>
-             Date: Thu, 7 Jun 2001 13:01:06 +0100 (BST)
-             Message-Id: <200106071201.NAA13627@tempest.npl.co.uk>
-     Branch: perl
-          ! lib/diagnostics.pm pod/perldiag.pod
-____________________________________________________________________________
-[ 10469] By: jhi                                   on 2001/06/07  12:16:12
-        Log: Subject: [PATCH perl@10439] long =item
-             From: Robin Barker <rmb1@cise.npl.co.uk>
-             Date: Thu, 7 Jun 2001 12:34:08 +0100 (BST)
-             Message-Id: <200106071134.MAA10288@tempest.npl.co.uk>
-     Branch: perl
-          ! README.amiga lib/Attribute/Handlers.pm
-          ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
-____________________________________________________________________________
-[ 10468] By: jhi                                   on 2001/06/07  12:08:56
-        Log: Subject: [PATCH 5.7.1 pod/perlguts.pod] IOK vs pIOK docs
-             Date: Thu, 7 Jun 2001 10:09:59 +0100 (BST)
-             Reply-To: Dave Mitchell <davem@fdgroup.co.uk>
-             Message-Id: <200106070909.KAA25610@gizmo.fdgroup.co.uk>
-     Branch: perl
-          ! pod/perlguts.pod
-____________________________________________________________________________
-[ 10467] By: jhi                                   on 2001/06/07  12:04:26
-        Log: Integrate perlio:
-             
-             [ 10466]
-             MULTIPLICITY fix for S_grok_number(), also a few gratuitious trailing
-             whitespace tweaks.
-             Still coredumps in pragma/overload.t - what a nice hard fail that is...
-     Branch: perl
-         !> sv.c
-____________________________________________________________________________
-[ 10466] By: nick                                  on 2001/06/07  10:25:40
-        Log: MULTIPLICITY fix for S_grok_number(), also a few gratuitious trailing
-             whitespace tweaks.
-             Still coredumps in pragma/overload.t - what a nice hard fail that is...
-     Branch: perlio
-          ! sv.c
-____________________________________________________________________________
-[ 10465] By: nick                                  on 2001/06/07  08:41:58
-        Log: Raw integrate of mainline for S_grok_number debug
-             (sv.c has MULTIPLICITY issues as well as whatever else ...)
-     Branch: perlio
-          - plan9/perlplan9.doc plan9/perlplan9.pod
-         !> (integrate 46 files)
-____________________________________________________________________________
-[ 10464] By: jhi                                   on 2001/06/06  23:33:58
-        Log: The proper prototyping for #10463.
-     Branch: perl
-          ! embed.h embed.pl proto.h sv.c
-____________________________________________________________________________
-[ 10463] By: jhi                                   on 2001/06/06  23:15:30
-        Log: Subject: Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
-             From: Nicholas Clark <nick@ccl4.org>
-             Date: Thu, 7 Jun 2001 00:29:59 +0100
-             Message-ID: <20010607002959.Z76396@plum.flirble.org>
-     Branch: perl
-          ! sv.c
-____________________________________________________________________________
-[ 10462] By: jhi                                   on 2001/06/06  23:13:19
-        Log: Subject: [PATCH perl@10439] fix old $^S description in perlvms.pod
-             From: "Craig A. Berry" <craigberry@mac.com>
-             Date: Wed, 06 Jun 2001 17:54:30 -0500
-             Message-Id: <5.1.0.14.0.20010606174814.03c2c880@exchi01>
-     Branch: perl
-          ! vms/perlvms.pod
-____________________________________________________________________________
-[ 10461] By: jhi                                   on 2001/06/06  23:10:00
-        Log: Podify the remaining README.platform files;
-             merge README.plan9 and plan9/perlplan9.pod;
-             delete plan9/perlplan9.* (the perlplan.doc needs to
-             be regenerated in Plan 9); make the =head1 and =head2
-             in the README.platform to be a little more verbose
-             (skipped README.os2 not to anger Ilya) so that they
-             look better in the toc; regen toc.
-     Branch: perl
-          - plan9/perlplan9.doc plan9/perlplan9.pod
-          ! MANIFEST README.aix README.amiga README.apollo README.beos
-          ! README.bs2000 README.cygwin README.dgux README.dos README.epoc
-          ! README.hpux README.hurd README.machten README.macos
-          ! README.micro README.mint README.mpeix README.os390
-          ! README.plan9 README.qnx README.solaris README.threads
-          ! README.tru64 README.vmesa README.vms README.vos README.win32
-          ! plan9/mkfile pod/buildtoc.PL pod/perl.pod pod/perlport.pod
-          ! pod/perltoc.pod win32/Makefile win32/makefile.mk
-____________________________________________________________________________
-[ 10460] By: jhi                                   on 2001/06/06  20:58:53
-        Log: Subject: [PATCH] Re: Bug in perlguts documentation?
-             From: Mike Guy <mjtg@cam.ac.uk>
-             Reply-To: mjtg@cam.ac.uk
-             Message-Id: <E157fiS-0006Q7-00@draco.cus.cam.ac.uk>
-     Branch: perl
-          ! pod/perlguts.pod
-____________________________________________________________________________
-[ 10459] By: jhi                                   on 2001/06/06  20:58:15
-        Log: Subject: [PATCH] Re: [ID 20010604.015] taint + comma = false insecurity
-             From: Mike Guy <mjtg@cam.ac.uk>
-             Reply-To: mjtg@cam.ac.uk
-             Message-Id: <E157flx-0006Uz-00@draco.cus.cam.ac.uk>
-     Branch: perl
-          ! pod/perlsec.pod
-____________________________________________________________________________
-[ 10458] By: jhi                                   on 2001/06/06  20:56:04
-        Log: Disable long doubles from pre-5.0 Tru64s.
-     Branch: perl
-          ! README.tru64 hints/dec_osf.sh
-____________________________________________________________________________
-[ 10457] By: jhi                                   on 2001/06/06  20:49:23
-        Log: The #10455 exposed that modfl() is fundamentally busted
-             (as in: dumps core) in pre-5.0 Tru64, so better avoid even
-             testing it.
-     Branch: perl
-          ! hints/dec_osf.sh
-____________________________________________________________________________
-[ 10456] By: jhi                                   on 2001/06/06  20:48:35
-        Log: Metaconfig unit change for #10455.
-     Branch: metaconfig/U/perl
-          ! d_modfl.U
-____________________________________________________________________________
-[ 10455] By: jhi                                   on 2001/06/06  20:48:09
-        Log: Configure check for geborken modfl(), inspired by
-             
-             Subject: Re: [20010118.017] op/int.t failure 
-             From: Hugo <hv@crypt.compulink.co.uk>
-             Date: Tue, 05 Jun 2001 13:43:27 +0100
-             Message-Id: <200106051243.NAA15525@crypt.compulink.co.uk>
-     Branch: perl
-          ! Configure
-____________________________________________________________________________
-[ 10454] By: jhi                                   on 2001/06/06  11:45:08
-        Log: Integrate changes #10450 and #10451 from maintperl:
-             
-             optimize change#10448 slightly (don't repeat search in eval""s lexical
-             scope, since that has already been searched)
-             
-             change#9108 needs subtler treatment for case of closures created
-             within eval""
-     Branch: perl
-         !> op.c t/op/misc.t
-____________________________________________________________________________
-[ 10453] By: jhi                                   on 2001/06/06  11:42:10
-        Log: MakeMaker magic to compile (when no dynamic loading)
-             List/Util.xsc as (ListUtil.c and) ListUtil.o since
-             POSIX-BC (BS2000) linker has an evil limitation of
-             being unable to include in the same executable several
-             object files with the same name - case-insensitively -
-             because otherwise we conflict with util.c.
-             Strictly speaking currently required only in POSIX-BC
-             but probably will do no harm elsewhere where static
-             linking is required.
-     Branch: perl
-          ! ext/List/Util/Makefile.PL
-____________________________________________________________________________
-[ 10452] By: nick                                  on 2001/06/06  08:59:51
-        Log: Integrate mainline.
-     Branch: perlio
-         +> 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 t/op/override.t
-         +> uts/strtol_wrap.c
-         !> (integrate 91 files)
-____________________________________________________________________________
-[ 10451] By: gsar                                  on 2001/06/06  07:11:36
-        Log: change#9108 needs subtler treatment for case of closures created
-             within eval""
-     Branch: maint-5.6/perl
-          ! op.c t/op/misc.t
-____________________________________________________________________________
-[ 10450] By: gsar                                  on 2001/06/06  05:47:25
-        Log: optimize change#10448 slightly (don't repeat search in eval""s lexical
-             scope, since that has already been searched)
-     Branch: maint-5.6/perl
-          ! op.c
-____________________________________________________________________________
-[ 10449] By: jhi                                   on 2001/06/06  01:33:31
-        Log: Integrate change #10448 from maintperl; lexicals
-             outside an eval"" weren't resolved correctly inside a subroutine
-             definition inside the eval"" if they were not already referenced
-             in the toplevel of the eval""-ed code
-     Branch: perl
-         !> cop.h op.c pp_ctl.c t/op/misc.t
-____________________________________________________________________________
-[ 10448] By: gsar                                  on 2001/06/06  01:03:26
-        Log: fix yet another bug of hoary vintage found by change#10394: lexicals
-             outside an eval"" weren't resolved correctly inside a subroutine
-             definition inside the eval"" if they were not already referenced
-             in the toplevel of the eval""-ed code
-     Branch: maint-5.6/perl
-          ! cop.h op.c pp_ctl.c t/op/misc.t
-____________________________________________________________________________
-[ 10447] By: jhi                                   on 2001/06/06  00:51:04
-        Log: Subject: [PATCH] perl570delta.pod
-             From: Peter Scott <Peter@PSDT.com> 
-             Date: Tue, 05 Jun 2001 18:51:02 -0700
-             Message-Id: <4.3.2.7.2.20010605183619.00a94400@psdt.com>
-     Branch: perl
-          ! pod/perl570delta.pod
-____________________________________________________________________________
-[ 10446] By: jhi                                   on 2001/06/05  23:45:05
-        Log: The fudge factor is no more needed.  I hope.
-     Branch: perl
-          ! t/lib/posix.t
-____________________________________________________________________________
-[ 10445] By: jhi                                   on 2001/06/05  23:19:19
-        Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms 
-             From: Hugo <hv@crypt.compulink.co.uk>
-             Date: Tue, 05 Jun 2001 12:58:19 +0100
-             Message-Id: <200106051158.MAA04605@crypt.compulink.co.uk>
-     Branch: perl
-          ! util.c
-____________________________________________________________________________
-[ 10444] By: jhi                                   on 2001/06/05  11:09:01
-        Log: Make up prototypes only for those who have the functions
-             but not the prototypes.
-     Branch: perl
-          ! perl.h
-____________________________________________________________________________
-[ 10443] By: jhi                                   on 2001/06/05  11:02:13
-        Log: Subject: Re: Not OK: perl@10439 on win32 
-             From: Prymmer/Kahn <pvhp@best.com> 
-             Date: Mon, 4 Jun 2001 22:11:02 -0700 (PDT)
-             Message-ID: <Pine.BSF.4.21.0106042136410.26316-100000@shell8.ba.best.com>
-     Branch: perl
-          ! perl.h util.c
-____________________________________________________________________________
-[ 10442] By: jhi                                   on 2001/06/05  00:55:46
-        Log: The metaconfig units changes for #10441.
-     Branch: metaconfig
-          ! U/modified/Extract.U U/modified/Extractall.U
-          ! U/modified/Finish.U
-____________________________________________________________________________
-[ 10441] By: jhi                                   on 2001/06/05  00:55:17
-        Log: Extraction of the *.SH wasn't quite working with -Dmksymlinks.
-     Branch: perl
-          ! Configure
-____________________________________________________________________________
-[ 10440] By: jhi                                   on 2001/06/05  00:28:27
-        Log: Unnecessary fuzziness undone, noted by Mike Guy.
-     Branch: perl
-          ! t/op/tr.t
-____________________________________________________________________________
-[ 10439] By: jhi                                   on 2001/06/04  17:14:31
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[ 10438] By: jhi                                   on 2001/06/04  17:10:16
-        Log: Test case for 'eval "a.b.c.d.e.f;sub"' save stack imbalance
-             bug found by Ilmari Karonen; the bug fixed by Sarathy's lexical
-             leakage patch.
-     Branch: perl
-          ! t/op/misc.t
-____________________________________________________________________________
-[ 10437] By: jhi                                   on 2001/06/04  17:01:06
-        Log: Test case for #10433/#10424.
-     Branch: perl
-          ! t/op/misc.t
-____________________________________________________________________________
-[ 10436] By: jhi                                   on 2001/06/04  16:54:21
-        Log: Subject: One fix for strtoul not setting errno
-             From: hom00@utsglobal.com (Hal Morris)
-             Date: Sat, 2 Jun 2001 09:23:11 -0700 (PDT)
-             Message-Id: <200106021623.JAA06906@cepheus.utsglobal.com>
-     Branch: perl
-          + uts/strtol_wrap.c
-          ! MANIFEST hints/uts.sh
-____________________________________________________________________________
-[ 10435] By: jhi                                   on 2001/06/04  16:54:01
-        Log: Metaconfig units changes for #10434.
-     Branch: metaconfig
-          ! U/modified/Cppsym.U
-     Branch: metaconfig/U/perl
-          + d_dbminitproto.U d_flockproto.U d_sockatmarkproto.U
-          + d_syscallproto.U d_usleepproto.U
-          ! longdblfio.U quadfio.U
-____________________________________________________________________________
-[ 10434] By: jhi                                   on 2001/06/04  16:48:33
-        Log: Configure tweaks; add prototype probes, make the cpp symbols
-             probe to cast, not whine; test for %Ld and %Lf before %lld and
-             %llf because the L is the ANSI way.
-     Branch: perl
-          ! Configure config_h.SH configure.com epoc/config.sh
-          ! ext/ODBM_File/ODBM_File.xs perl.h pod/perltoc.pod uconfig.h
-          ! uconfig.sh vos/config.alpha.def vos/config.ga.def
-          ! win32/config.bc win32/config.gc win32/config.vc x2p/str.c
-____________________________________________________________________________
-[ 10433] By: jhi                                   on 2001/06/04  16:45:23
-        Log: Sigh.  This is what #10424 was supposed to check in.
-     Branch: perl
-          ! op.c sv.c sv.h
-____________________________________________________________________________
-[ 10432] By: jhi                                   on 2001/06/04  16:29:40
-        Log: More verbose failure.
-     Branch: perl
-          ! t/op/ver.t
-____________________________________________________________________________
-[ 10431] By: jhi                                   on 2001/06/04  16:21:55
-        Log: The .pm changes to go with #10428.
-     Branch: perl
-          ! ext/Fcntl/Fcntl.pm ext/Socket/Socket.pm
-          ! ext/Sys/Syslog/Syslog.pm
-____________________________________________________________________________
-[ 10430] By: jhi                                   on 2001/06/04  16:05:20
-        Log: On second thoughts show to utf8 skippage message only
-             on failures, it's too confusing otherwise,
-     Branch: perl
-          ! t/pragma/locale.t
-____________________________________________________________________________
-[ 10429] By: jhi                                   on 2001/06/04  14:47:50
-        Log: Do not import anything from Encode.
-     Branch: perl
-          ! ext/MIME/Base64/QuotedPrint.pm
-____________________________________________________________________________
-[ 10428] By: jhi                                   on 2001/06/04  14:45:47
-        Log: The #10402 didn't take.  Weird.
-     Branch: perl
-          ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
-          ! ext/Sys/Syslog/Syslog.xs
-____________________________________________________________________________
-[ 10427] By: jhi                                   on 2001/06/04  12:55:39
-        Log: Eradicate traces of 'asciirange' re subpragma.
-     Branch: perl
-          ! ext/B/B/Deparse.pm ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm
-          ! pod/perldiag.pod
-____________________________________________________________________________
-[ 10426] By: jhi                                   on 2001/06/04  12:44:05
-        Log: use is a compile-time thing.
-     Branch: perl
-          ! ext/MIME/Base64/QuotedPrint.pm
-____________________________________________________________________________
-[ 10425] By: jhi                                   on 2001/06/04  12:39:44
-        Log: Subject: [PATCH perl@10419] -Wall casting patch
-             From: Robin Barker <rmb1@cise.npl.co.uk>
-             Date: Mon, 4 Jun 2001 14:27:28 +0100 (BST)
-             Message-Id: <200106041327.OAA15338@tempest.npl.co.uk>
-     Branch: perl
-          ! ext/Devel/DProf/DProf.xs mg.c
-____________________________________________________________________________
-[ 10424] By: jhi                                   on 2001/06/04  12:23:30
-        Log: Subject: [PATCH #2] introducing SVpad_TYPED
-             From: Abhijit Menon-Sen <ams@wiw.org>
-             Date: Mon, 4 Jun 2001 12:26:02 +0530
-             Message-ID: <20010604122602.A5775@lustre.linux.in>
-     Branch: perl
-          ! op.c sv.c sv.h
-____________________________________________________________________________
-[ 10423] By: gsar                                  on 2001/06/04  05:12:18
-        Log: testsuite for change#10192 (from Gisle Aas)
-     Branch: perl
-          + t/op/override.t
-          ! MANIFEST
-____________________________________________________________________________
-[ 10422] By: gsar                                  on 2001/06/04  02:32:03
-        Log: integrate changes#10414-10416 from mainline
-             
-             Potential buffer overrun if the radix separator is more than
-             one byte.  Also, under locales, prefer the locale-specific
-             separator over the old boring ".".
-             
-             "10.", that is, decimal numbers can have no decimal part at all.
-             
-             The non-locale places need love, too.
-     Branch: maint-5.6/perl
-         !> perl.h sv.c
-____________________________________________________________________________
-[ 10421] By: jhi                                   on 2001/06/04  02:25:53
-        Log: Missed from #10420.
-     Branch: perl
-          ! epoc/config.sh
-____________________________________________________________________________
-[ 10420] By: jhi                                   on 2001/06/04  02:19:58
-        Log: Missed HAS_SETRESGID_PROTO.  No serious harm done since
-             often this prototype goes with HAS_SETRESUID_PROTO.
-     Branch: perl
-          ! Configure Porting/Glossary Porting/config.sh Porting/config_H
-          ! config_h.SH configure.com perl.h uconfig.h
-____________________________________________________________________________
-[ 10419] By: jhi                                   on 2001/06/04  00:24:55
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[ 10418] By: jhi                                   on 2001/06/03  23:58:04
-        Log: -Wall "subscript has type `char'" cleanup.
-     Branch: perl
-          ! ext/File/Glob/bsd_glob.c x2p/a2py.c x2p/str.c x2p/walk.c
-____________________________________________________________________________
-[ 10417] By: jhi                                   on 2001/06/03  23:37:17
-        Log: Various "cast to pointer from integer of different size"
-             picked up by gcc -Wall (in Tru64 where pointers are 64 bits
-             wide but I32 (int) only 32 bits wide).
-             
-             WARNING: the classnum and tagnum changes in Storable.xs
-             may not be wise, they may be breaking binary compatibility
-             (in 64-bit platforms), asked Raphael Manfredi about the changes.
-     Branch: perl
-          ! embed.pl ext/Devel/DProf/DProf.xs ext/Storable/Storable.xs
-          ! mg.c proto.h
-____________________________________________________________________________
-[ 10416] By: jhi                                   on 2001/06/03  23:15:24
-        Log: The non-locale places need love, too.
-     Branch: perl
-          ! perl.h
-____________________________________________________________________________
-[ 10415] By: jhi                                   on 2001/06/03  23:10:55
-        Log: "10.", that is, decimal numbers can have no decimal part at all.
-     Branch: perl
-          ! perl.h
-____________________________________________________________________________
-[ 10414] By: jhi                                   on 2001/06/03  22:49:55
-        Log: Potential buffer overrun if the radix separator is more than
-             one byte.  Also, under locales, prefer the locale-specific
-             separator over the old boring ".".
-     Branch: perl
-          ! perl.h sv.c
-____________________________________________________________________________
-[ 10413] By: jhi                                   on 2001/06/03  22:42:10
-        Log: Integrate change #10412 from maintperl; locale is now
-             per-cop, not per-op; plus retweak the locale.t to always
-             list the skipped utf8 locales.
-     Branch: perl
-          ! t/pragma/locale.t
-         !> embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
-         !> pp.sym pp_ctl.c pp_proto.h pp_sys.c util.c
-____________________________________________________________________________
-[ 10412] By: gsar                                  on 2001/06/03  22:23:16
-        Log: rationalize locale handling to fix the bugs uncovered by change#10394
-             
-             the major issue was that the runtime was looking at PL_hints rather
-             than op_private to notice whether locale was enabled
-             
-             the secondary issue was that many locale-sensitive numeric ops didn't
-             have HINT_LOCALE propagated into their op_private
-             
-             HINT_LOCALE is now propagated per-statement (i.e., via PL_curcop)
-             instead of per-op, just like HINT_BYTE and the hints for lexical
-             warnings (this makes the hint available to every op via PL_curcop)
-             
-             pragma/locale.t may need to be reworked with these fixes in mind
-             (it currently passes its tests)
-     Branch: maint-5.6/perl
-          ! embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
-          ! pp.sym pp_ctl.c pp_proto.h pp_sys.c t/pragma/locale.t util.c
-____________________________________________________________________________
-[ 10411] By: jhi                                   on 2001/06/03  17:50:49
-        Log: More verbose debugging.
-     Branch: perl
-          ! t/pragma/locale.t
-____________________________________________________________________________
-[ 10410] By: jhi                                   on 2001/06/03  17:36:40
-        Log: Subject: RE: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
-             From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
-             Date: Sat, 2 Jun 2001 22:53:33 +0100
-             Message-ID: <000601c0ebae$77d10dc0$99dcfea9@bfs.phone.com>
-     Branch: perl
-          ! regcomp.c t/pragma/warn/regcomp
-____________________________________________________________________________
-[ 10409] By: jhi                                   on 2001/06/03  17:27:13
-        Log: Mention that lexicalizing $a or $b is a bad idea if one
-             wants to use sort().
-     Branch: perl
-          ! pod/perlvar.pod
-____________________________________________________________________________
-[ 10408] By: jhi                                   on 2001/06/03  16:52:41
-        Log: Tweak the test to be happy if the accuracy is 'good enough'.
-     Branch: perl
-          ! t/lib/posix.t
-____________________________________________________________________________
-[ 10407] By: jhi                                   on 2001/06/03  16:50:33
-        Log: Upgrade to Attribute::Handlers 0.70.
-             
-             NOTE: this unearthed the "too late for CHECK block" bug,
-             that's why the 1_compile.t change.
-     Branch: perl
-          + 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
-          ! MANIFEST lib/Attribute/Handlers.pm t/lib/1_compile.t
-          ! t/lib/attrhand.t
-____________________________________________________________________________
-[ 10406] By: jhi                                   on 2001/06/03  16:40:03
-        Log: One less -Wall whine.
-     Branch: perl
-          ! regcomp.c
-____________________________________________________________________________
-[ 10405] By: jhi                                   on 2001/06/03  16:30:34
-        Log: Integrate change #10404 from maintperl; eval.t was in pre-10394 mood.
-     Branch: perl
-         !> t/op/eval.t
-____________________________________________________________________________
-[ 10404] By: gsar                                  on 2001/06/03  16:23:07
-        Log: eval.t was relying on pre-change#10394 buggy behavior (lexicals
-             aren't "normally" visible inside eval""s contained in subs unless
-             a cloned reference to them already exists)
-             
-             strangely enough, t/harness didn't show this up as a failure
-             (harness needs fixing?)
-     Branch: maint-5.6/perl
-          ! t/op/eval.t
-____________________________________________________________________________
-[ 10403] By: jhi                                   on 2001/06/03  16:22:59
-        Log: Update to Text::Balanced 1.85.
-     Branch: perl
-          ! lib/Text/Balanced.pm t/lib/tb-xvari.t
-____________________________________________________________________________
-[ 10402] By: jhi                                   on 2001/06/03  16:18:09
-        Log: Subject: [PATCH] Re: ext/Socket/Socket.xs
-             From: Nicholas Clark <nick@ccl4.org>
-             Date: Sun, 3 Jun 2001 17:54:36 +0100
-             Message-ID: <20010603175436.E76396@plum.flirble.org> 
-     Branch: perl
-          ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
-          ! ext/Sys/Syslog/Syslog.xs
-____________________________________________________________________________
-[ 10401] By: jhi                                   on 2001/06/03  16:09:33
-        Log: Unused variables.
-     Branch: perl
-          ! util.c
-____________________________________________________________________________
-[ 10400] By: jhi                                   on 2001/06/03  16:04:26
-        Log: Subject: [PATCH] APIfy op_clear 
-             From: Simon Cozens <simon@netthink.co.uk>
-             Date: Sun, 3 Jun 2001 13:51:46 +0100
-             Message-ID: <20010603135146.A9984@deep-dark-truthful-mirror.pmb.ox.ac.uk>
-             
-             (despite the subject line, op_null is APIfied by the patch)
-     Branch: perl
-          ! embed.h embed.pl global.sym objXSUB.h perlapi.c
-____________________________________________________________________________
-[ 10399] By: jhi                                   on 2001/06/03  15:51:35
-        Log: Subject: [PATCH] t/lib/extutils.t
-             From: Nicholas Clark <nick@ccl4.org>
-             Date: Sat, 2 Jun 2001 23:57:05 +0100
-             Message-ID: <20010602235705.Q12698@plum.flirble.org>
-     Branch: perl
-          ! lib/ExtUtils/Constant.pm t/lib/extutils.t
-____________________________________________________________________________
-[ 10398] By: jhi                                   on 2001/06/03  15:34:11
-        Log: Subject: [PATCH: perl@10360] update two win32 Makefiles
-             From: Prymmer/Kahn <pvhp@best.com>
-             Date: Sun, 3 Jun 2001 08:55:14 -0700 (PDT)
-             Message-ID: <Pine.BSF.4.21.0106030845550.21619-100000@shell8.ba.best.com>
-     Branch: perl
-          ! win32/Makefile win32/makefile.mk
-____________________________________________________________________________
-[ 10397] By: jhi                                   on 2001/06/03  15:12:13
-        Log: Subject: Re: 'decimal digits' macro? 
-             From: Hugo <hv@crypt.compulink.co.uk>
-             Date: Sun, 03 Jun 2001 04:26:36 +0100
-             Message-Id: <200106030326.EAA18786@crypt.compulink.co.uk>
-     Branch: perl
-          ! handy.h t/lib/posix.t t/op/tr.t
-____________________________________________________________________________
-[ 10396] By: jhi                                   on 2001/06/03  15:10:49
-        Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
-             From: Hugo <hv@crypt.compulink.co.uk>
-             Date: Sun, 03 Jun 2001 14:56:30 +0100
-             Message-Id: <200106031356.OAA12517@crypt.compulink.co.uk>
-     Branch: perl
-          ! util.c
-____________________________________________________________________________
-[ 10395] By: jhi                                   on 2001/06/03  14:59:41
-        Log: Integrate change #10394 from maintperl; lexical file scope leakage.
-     Branch: perl
-         !> perly.c perly.y t/op/misc.t t/pragma/warn/universal
-         !> vms/perly_c.vms
-____________________________________________________________________________
-[ 10394] By: gsar                                  on 2001/06/03  03:05:43
-        Log: fix leakage of lexicals at file scope into subroutines that were
-             declared before them; this appears to be a longstanding bug that
-             meant that lexicals at file scope were never "deintroduced", meaning
-             their scope range was never properly closed, and their visibility
-             extended to all subsequent eval""s or requires
-             
-             added a test case
-             
-             seems to also fix a case of bogus duplicate warnings
-     Branch: maint-5.6/perl
-          ! perly.c perly.y t/op/misc.t t/pragma/warn/universal
-          ! vms/perly_c.vms
-____________________________________________________________________________
-[ 10393] By: jhi                                   on 2001/06/02  16:55:03
-        Log: More VMS tweaks from Craig A. Berry.
-     Branch: perl
-          ! configure.com t/lib/extutils.t
-____________________________________________________________________________
-[ 10392] By: jhi                                   on 2001/06/02  16:48:26
-        Log: -Wall cleanup continues.
-     Branch: perl
-          ! README.tru64 embed.h embed.pl ext/NDBM_File/NDBM_File.xs
-          ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
-          ! ext/Storable/Storable.xs ext/Sys/Hostname/Hostname.xs
-          ! ext/Sys/Syslog/Syslog.xs perl.c proto.h regcomp.c regexec.c
-          ! run.c toke.c util.c
-____________________________________________________________________________
-[ 10391] By: jhi                                   on 2001/06/02  13:29:47
-        Log: The metaconfig unit change for #10390.
-     Branch: metaconfig/U/perl
-          ! gccvers.U
-____________________________________________________________________________
-[ 10390] By: jhi                                   on 2001/06/02  13:29:12
-        Log: Drop the -ansi from the default gcc flags.
-             
-             Off_t/off_t is a struct in Solaris with largefiles, and with -ansi
-             that struct cannot be compared with a flat integer, such as STRLEN.
-             The -ansi will also cause a lot of noise in Solaris because of:
-             /usr/include/sys/resource.h:148: warning: `struct rlimit64' declared inside parameter list
-     Branch: perl
-          ! Configure
-____________________________________________________________________________
-[ 10389] By: jhi                                   on 2001/06/02  13:14:57
-        Log: Integrate perlio:
-             
-             [ 10387]
-             Tweak util.c's atof2 for MULTIPLICITY
-     Branch: perl
-         !> pod/perlapi.pod util.c
-____________________________________________________________________________
-[ 10388] By: nick                                  on 2001/06/02  08:01:12
-        Log: Integrate mainline
-     Branch: perlio
-         +> lib/Attribute/Handlers.pm t/lib/attrhand.t
-         !> MANIFEST configure.com ext/MIME/Base64/QuotedPrint.pm
-         !> lib/File/Find.pm pod/perlmodlib.pod pod/perltoc.pod
-         !> t/lib/1_compile.t t/lib/mimeqp.t
-____________________________________________________________________________
-[ 10387] By: nick                                  on 2001/06/02  07:39:17
-        Log: Tweak util.c's atof2 for MULTIPLICITY
-     Branch: perlio
-          ! util.c
-____________________________________________________________________________
-[ 10386] By: nick                                  on 2001/06/02  07:38:33
-        Log: Integrate mainline
-     Branch: perlio
-         !> (integrate 41 files)
-____________________________________________________________________________
-[ 10385] By: jhi                                   on 2001/06/01  22:12:48
-        Log: Add Attribute::Handlers 0.61 from Damian Conway.
-     Branch: perl
-          + lib/Attribute/Handlers.pm t/lib/attrhand.t
-          ! MANIFEST pod/perlmodlib.pod pod/perltoc.pod t/lib/1_compile.t
-____________________________________________________________________________
-[ 10384] By: jhi                                   on 2001/06/01  21:53:14
-        Log: Subject: [PATCH: perl@10328] allow MIME::QuotePrint to handle ASCII code numbers on EBCDIC machines
-             From: Peter Prymmer <pvhp@forte.com>
-             Date: Fri, 1 Jun 2001 15:49:22 -0700 (PDT)
-             Message-ID: <Pine.OSF.4.10.10106011545140.323662-100000@aspara.forte.com>
-     Branch: perl
-          ! ext/MIME/Base64/QuotedPrint.pm t/lib/mimeqp.t
-____________________________________________________________________________
-[ 10383] By: jhi                                   on 2001/06/01  21:36:11
-        Log: Subject: [PATCH File::Find] 'do 1' and puzzling (?>...)
-             From: Jeff Pinyan <jeffp@crusoe.net>
-             Date: Fri, 1 Jun 2001 14:13:56 -0400 (EDT)
-             Message-ID: <Pine.GSO.4.21.0106011412520.21027-100000@crusoe.crusoe.net>
-     Branch: perl
-          ! lib/File/Find.pm
-____________________________________________________________________________
-[ 10382] By: jhi                                   on 2001/06/01  21:35:02
-        Log: Subject: [PATCH perl@10381] configure.com tweaks
-             From: "Craig A. Berry" <craigberry@mac.com>
-             Date: Fri, 1 Jun 2001 13:55:43 -0500
-             Message-Id: <a05100e00b73d942aa9da@[172.16.52.1]>
-     Branch: perl
-          ! configure.com
-____________________________________________________________________________
-[ 10381] By: jhi                                   on 2001/06/01  16:37:21
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[ 10380] By: jhi                                   on 2001/06/01  16:19:18
-        Log: Subject: [PATCH] Re: [ID 20010529.004] program doesn't work unless in debug mode
-             From: Mike Guy <mjtg@cam.ac.uk>
-             Date: Fri, 01 Jun 2001 18:17:02 +0100
-             Message-Id: <E155sXm-0001C2-00@draco.cus.cam.ac.uk>
-     Branch: perl
-          ! lib/perl5db.pl
-____________________________________________________________________________
-[ 10379] By: jhi                                   on 2001/06/01  16:13:28
-        Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
-             From: Hugo <hv@crypt.compulink.co.uk>
-             Date: Thu, 31 May 2001 20:49:48 +0100
-             Message-Id: <200105311949.UAA02798@crypt.compulink.co.uk>
-     Branch: perl
-          ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c proto.h
-          ! util.c
-____________________________________________________________________________
-[ 10378] By: jhi                                   on 2001/06/01  15:56:35
-        Log: Zero() is not available in x2p (or, rather, some of its
-             implementations like memzero() might not be available.)
-     Branch: perl
-          ! x2p/hash.c
-____________________________________________________________________________
-[ 10377] By: jhi                                   on 2001/06/01  15:44:48
-        Log: Subject: [PATCH x2p/hash.c] bzero -> memset
-             From: Michael G Schwern <schwern@pobox.com>
-             Date: Fri, 1 Jun 2001 12:00:29 +0100
-             Message-ID: <20010601120029.F29027@blackrider.blackstar.co.uk>
-             
-             (But use Zero() instead of memset.)
-     Branch: perl
-          ! x2p/hash.c
-____________________________________________________________________________
-[ 10376] By: jhi                                   on 2001/06/01  15:39:52
-        Log: Subject: Re: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
-             From: Jeff Pinyan <jeffp@crusoe.net>
-             Date: Fri, 1 Jun 2001 10:33:55 -0400 (EDT)
-             Message-ID: <Pine.GSO.4.21.0106011032080.21027-100000@crusoe.crusoe.net>
-     Branch: perl
-          ! pod/perldiag.pod regcomp.c t/op/pat.t
-____________________________________________________________________________
-[ 10375] By: jhi                                   on 2001/06/01  15:36:35
-        Log: Retract #10324 and #10333; not needed.
-     Branch: perl
-          ! hints/irix_6.sh hints/linux.sh
-____________________________________________________________________________
-[ 10374] By: jhi                                   on 2001/06/01  15:35:19
-        Log: The #10370 wasn't quite right.
-     Branch: perl
-          ! ext/XS/Typemap/Typemap.xs
-____________________________________________________________________________
-[ 10373] By: jhi                                   on 2001/06/01  15:34:49
-        Log: The metaconfig units changes for #10372.
-     Branch: metaconfig/U/perl
-          + d_realpath.U d_sresgproto.U d_sresuproto.U
-          ! gccvers.U i_db.U
-____________________________________________________________________________
-[ 10372] By: jhi                                   on 2001/06/01  15:34:24
-        Log: Configure tweaks; record the Berkeley DB version,
-             probe for realpath(), for setresuid() and setresgid()
-             prototypes; use realpath() (try to be paranoid enough),
-             use the setres[ug]id prototypes because glibc has the functions
-             but not their prototypes; add -Wall -ansi to gcc ccflags;
-             regen toc.
-     Branch: perl
-          ! Configure Porting/Glossary Porting/config.sh Porting/config_H
-          ! config_h.SH configure.com epoc/config.sh
-          ! ext/DB_File/DB_File.xs perl.h pod/perlapi.pod pod/perltoc.pod
-          ! uconfig.h uconfig.sh util.c vos/config.alpha.def
-          ! vos/config.ga.def win32/config.bc win32/config.gc
-          ! win32/config.vc
-____________________________________________________________________________
-[ 10371] By: jhi                                   on 2001/06/01  12:50:05
-        Log: Subject: Re: [PATCH xsutils.c] Quieting warnings
-             From: Michael G Schwern <schwern@pobox.com>
-             Date: Fri, 1 Jun 2001 11:28:14 +0100
-             Message-ID: <20010601112814.B29027@blackrider.blackstar.co.uk>
-     Branch: perl
-          ! lib/attributes.pm xsutils.c
-____________________________________________________________________________
-[ 10370] By: jhi                                   on 2001/06/01  12:48:55
-        Log: Subject: [PATCH] Fix -Wall on XS::Typemap
-             From: Tim Jenness <t.jenness@jach.hawaii.edu>
-             Date: Thu, 31 May 2001 16:15:37 -1000 (HST)
-             Message-ID: <Pine.LNX.4.33.0105311610110.9337-100000@lapaki.jach.hawaii.edu>
-     Branch: perl
-          ! ext/XS/Typemap/Typemap.xs
-____________________________________________________________________________
-[ 10369] By: jhi                                   on 2001/06/01  12:47:21
-        Log: Subject: [patch] Cwd.xs optimizations/abstraction
-             From: Doug MacEachern <dougm@covalent.net>
-             Date: Thu, 31 May 2001 17:37:37 -0700 (PDT)
-             Message-ID: <Pine.LNX.4.21.0105311733270.732-100000@mako.covalent.net> 
-     Branch: perl
-          ! embed.h embed.pl ext/Cwd/Cwd.xs global.sym lib/Cwd.pm
-          ! objXSUB.h perlapi.c pod/perlapi.pod proto.h util.c
-____________________________________________________________________________
-[ 10368] By: jhi                                   on 2001/06/01  12:32:00
-        Log: Subject: Re: Why t/lib/extutils.t is failing  (was Re: [PATCH] Re: [PATCH] Re: [SPAM] Re: [SPAM] Re: [EGGS] Re: [BACON] Re: [TOAST] Re: [PATCH] Re: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!])
-             From: Nicholas Clark <nick@ccl4.org>
-             Date: Thu, 31 May 2001 23:56:40 +0100
-             Message-ID: <20010531235640.F12698@plum.flirble.org>
-             
-             Make the test work also under only static extensions
-             (sh Configure -Uusedl fakes this nicely)
-     Branch: perl
-          ! t/lib/extutils.t
-____________________________________________________________________________
-[ 10367] By: jhi                                   on 2001/06/01  12:27:53
-        Log: Subject: [PATCH hv.c] Eliminating trigraph
-             From: Michael G Schwern <schwern@pobox.com>
-             Message-ID: <20010601114955.E29027@blackrider.blackstar.co.uk>
-             Date: Fri, 1 Jun 2001 11:49:56 +0100
-     Branch: perl
-          ! hv.c
-____________________________________________________________________________
-[ 10366] By: jhi                                   on 2001/06/01  12:14:57
-        Log: Subject: Re: [PATCH] Tests for File::Compare 
-             From: "Philip Newton" <Philip.Newton@gmx.net>
-             Date: Thu, 31 May 2001 19:44:05 +0200
-             Message-Id: <200105311748.f4VHmCt18269@chaos.wustl.edu>
-             
-             Unnecessary "quotation marks".
-     Branch: perl
-          ! t/lib/filecomp.t
-____________________________________________________________________________
-[ 10365] By: jhi                                   on 2001/06/01  12:13:26
-        Log: Integrate perlio:
-             
-             [ 10364]
-             Cleanup dll.base and dll.exp created by GCC builds.
-             
-             [ 10363]
-             Make filecomp test work on CRLF platforms by adding binmode.
-     Branch: perl
-         !> lib/ExtUtils/MM_Win32.pm t/lib/filecomp.t
-____________________________________________________________________________
-[ 10364] By: nick                                  on 2001/06/01  10:13:31
-        Log: Cleanup dll.base and dll.exp created by GCC builds.
-     Branch: perlio
-          ! lib/ExtUtils/MM_Win32.pm
-____________________________________________________________________________
-[ 10363] By: nick                                  on 2001/06/01  10:02:17
-        Log: Make filecomp test work on CRLF platforms by adding binmode.
-     Branch: perlio
-          ! t/lib/filecomp.t
-____________________________________________________________________________
-[ 10362] By: nick                                  on 2001/06/01  08:37:17
-        Log: Integrate mainline
-     Branch: perlio
-         !> Changes Configure patchlevel.h perlio.c
-____________________________________________________________________________
-[ 10361] By: jhi                                   on 2001/05/31  15:09:34
-        Log: panic:claustrophobia.
-     Branch: perl
-          ! perlio.c
-____________________________________________________________________________
-[ 10360] By: jhi                                   on 2001/05/31  13:04:25
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[ 10359] By: nick                                  on 2001/05/31  12:35:50
-        Log: Integrate mainline.
-     Branch: perlio
-         +> t/lib/filecomp.t
-         !> AUTHORS MANIFEST ext/Storable/Storable.xs gv.c perl.c perl.h
-         !> pp_ctl.c sv.c t/lib/1_compile.t toke.c util.c
-____________________________________________________________________________
-[ 10358] By: jhi                                   on 2001/05/31  12:35:05
-        Log: Integrate perlio:
-             
-             [ 10350]
-             win32 - dmake regen_config_h
-             
-             [ 10348]
-             Tolerate Win32 numerics
-     Branch: perl
-         !> t/pragma/warn/toke win32/config_H.bc win32/config_H.gc
-         !> win32/config_H.vc
-____________________________________________________________________________
-[ 10357] By: jhi                                   on 2001/05/31  12:34:04
-        Log: Metaconfig unit change for #10356.
-     Branch: metaconfig
-          ! U/installdirs/inc_version_list.U
-____________________________________________________________________________
-[ 10356] By: jhi                                   on 2001/05/31  12:33:41
-        Log: Allow Configure -Dinc_version_list='5.6.0/$archname 5.6.0' ...
-             (idea from Sarathy; implementation from Andy)
-     Branch: perl
-          ! Configure
-____________________________________________________________________________
-[ 10355] By: jhi                                   on 2001/05/31  12:18:06
-        Log: More AUTHORS.
-     Branch: perl
-          ! AUTHORS
-____________________________________________________________________________
-[ 10354] By: jhi                                   on 2001/05/31  12:16:24
-        Log: Subject: Re: [PATCH] Tests for File::Compare
-             From: Alexander Gough <alexander.gough@st-hughs.oxford.ac.uk>
-             Date: Thu, 31 May 2001 13:26:34 +0100 (GMT)
-             Message-Id: <E155RX8-0004X2-00@wing1.herald.ox.ac.uk>
-     Branch: perl
-          + t/lib/filecomp.t
-          ! MANIFEST t/lib/1_compile.t
-____________________________________________________________________________
-[ 10353] By: jhi                                   on 2001/05/31  12:11:24
-        Log: Subject: [PATCH] DEBUG_* macro cleanups
-             From: Abhijit Menon-Sen <ams@wiw.org>
-             Date: Thu, 31 May 2001 12:16:22 +0530
-             Message-ID: <20010531121622.B4829@lustre.linux.in>
-             
-             Subject: Re: [PATCH] DEBUG_* macro cleanups
-             From: Abhijit Menon-Sen <ams@wiw.org>
-             Date: Thu, 31 May 2001 13:57:01 +0530
-             Message-ID: <20010531135701.A21775@lustre.linux.in>
-             
-             (The DEBUG_ definitions in perl.h changed to use the
-             STMT_START and STMT_END.)
-     Branch: perl
-          ! perl.h pp_ctl.c sv.c toke.c
-____________________________________________________________________________
-[ 10352] By: jhi                                   on 2001/05/31  11:53:31
-        Log: Subject: [PATCH] -Wall cleanups: perl.c, gv.c, Storable.xs
-             From: Abhijit Menon-Sen <ams@wiw.org>
-             Date: Thu, 31 May 2001 08:27:55 +0530
-             Message-ID: <20010531082755.A10018@lustre.linux.in>
-     Branch: perl
-          ! ext/Storable/Storable.xs gv.c perl.c
-____________________________________________________________________________
-[ 10351] By: jhi                                   on 2001/05/31  11:45:16
-        Log: Subject: [PATCH] AUTHORS
-             From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
-             Date: Thu, 31 May 2001 01:27:59 -0500
-             Message-ID: <20010531012758.A1595@staff1.cso.uiuc.edu>
-             
-             Subject: Re: [PATCH] AUTHORS
-             From: "Philip Newton" <Philip.Newton@gmx.net>
-             Date: Thu, 31 May 2001 10:08:06 +0200
-             (Message-Id missing?)
-     Branch: perl
-          ! AUTHORS
-____________________________________________________________________________
-[ 10350] By: nick                                  on 2001/05/31  11:40:43
-        Log: win32 - dmake regen_config_h
-     Branch: perlio
-          ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
-____________________________________________________________________________
-[ 10349] By: jhi                                   on 2001/05/31  11:38:27
-        Log: Subject: Re: [PATCH util.c] More warning cleanups.
-             From: "Philip Newton" <Philip.Newton@gmx.net>
-             Date: Thu, 31 May 2001 07:41:36 +0200
-             Message-Id: <200105310538.IAA25458@taku.hut.fi>
-             
-             Undo C++-ism that snekt in.
-     Branch: perl
-          ! util.c
-____________________________________________________________________________
-[ 10348] By: nick                                  on 2001/05/31  11:36:46
-        Log: Tolerate Win32 numerics
-     Branch: perlio
-          ! t/pragma/warn/toke
-____________________________________________________________________________
-[ 10347] By: jhi                                   on 2001/05/31  11:29:40
-        Log: Integrate perlio:
-             
-             [ 10346]
-             Hack to restore Win32 pseudo fork broken by Multiple Interpreter
-             perlio.c change 10255.
-             
-             [ 10345]
-             Conditionally put back some "unused" dTHX which are used
-             with PERL_IMPLICIT_SYS
-             
-             [ 10344]
-             Fix Win32 for new spelling IN_BYTES 
-             
-             [ 10343]
-             perlio.c -Wall cleaner under MULTIPLICITY
-             - still minor noise with linux stdio
-     Branch: perl
-         !> perlio.c win32/win32.h
-____________________________________________________________________________
-[ 10346] By: nick                                  on 2001/05/31  10:54:55
-        Log: Hack to restore Win32 pseudo fork broken by Multiple Interpreter
-             perlio.c change 10255.
-     Branch: perlio
-          ! perlio.c
-____________________________________________________________________________
-[ 10345] By: nick                                  on 2001/05/31  10:01:57
-        Log: Conditionally put back some "unused" dTHX which are used
-             with PERL_IMPLICIT_SYS
-     Branch: perlio
-          ! perlio.c
-____________________________________________________________________________
-[ 10344] By: nick                                  on 2001/05/31  10:00:59
-        Log: Fix Win32 for new spelling IN_BYTES 
-     Branch: perlio
-          ! win32/win32.h
-____________________________________________________________________________
-[ 10343] By: nick                                  on 2001/05/31  08:01:32
-        Log: perlio.c -Wall cleaner under MULTIPLICITY
-             - still minor noise with linux stdio
-     Branch: perlio
-          ! perlio.c
-____________________________________________________________________________
-[ 10342] By: nick                                  on 2001/05/31  07:52:23
-        Log: Integrate mainline.
-     Branch: perlio
-         !> (integrate 42 files)
-____________________________________________________________________________
-[ 10341] By: jhi                                   on 2001/05/31  01:39:02
-        Log: AUTHORS updates.
-     Branch: perl
-          ! AUTHORS
-____________________________________________________________________________
-[ 10340] By: jhi                                   on 2001/05/31  00:19:29
-        Log: Subject: [PATCH: perl@10328] new md5sum for modified MD5.xs file
-             From: Peter Prymmer <pvhp@forte.com>
-             Date: Wed, 30 May 2001 17:57:20 -0700 (PDT)
-             Message-ID: <Pine.OSF.4.10.10105301753210.129765-100000@aspara.forte.com>
-     Branch: perl
-          ! t/lib/md5-file.t
-____________________________________________________________________________
-[ 10339] By: jhi                                   on 2001/05/31  00:16:44
-        Log: Salvage bits and pieces from the experimental 'utf8 everywhere'
-             patch: rename HINT_BYTE and IN_BYTE to HINT_BYTES and IN_BYTES
-             to match the pragma name; various robustness cleanups.
-     Branch: perl
-          ! lib/utf8_heavy.pl mg.c perl.h pp.c pp_ctl.c pp_sys.c regexec.c
-          ! sv.c toke.c utf8.c utf8.h utfebcdic.h
-____________________________________________________________________________
-[ 10338] By: jhi                                   on 2001/05/30  23:56:14
-        Log: More -Wall sweeping.
-     Branch: perl
-          ! av.c doio.c ext/Cwd/Cwd.xs ext/Devel/DProf/DProf.xs
-          ! ext/Devel/Peek/Peek.xs ext/Encode/Encode.xs
-          ! ext/List/Util/Util.xs gv.c op.c pp.c pp_ctl.c pp_hot.c
-          ! regcomp.c sv.c toke.c utf8.c
-____________________________________________________________________________
-[ 10337] By: jhi                                   on 2001/05/30  23:20:23
-        Log: Subject: [PATCH] (was Re: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1)
-             From: Nicholas Clark <nick@ccl4.org>
-             Date: Wed, 30 May 2001 22:34:41 +0100
-             Message-ID: <20010530223441.Y86445@plum.flirble.org>
-     Branch: perl
-          ! t/op/cmp.t
-____________________________________________________________________________
-[ 10336] By: jhi                                   on 2001/05/30  23:18:48
-        Log: It's is not, it isn't ain't, and it's it's, not its,
-             if you mean it is. If you don't, it's its. Then too,
-             it's hers. It isn't her's. It isn't our's either.
-             It's ours, and likewise yours and theirs.
-             -- Oxford University Press, Edpress News
-     Branch: perl
-          ! lib/autouse.pm
-____________________________________________________________________________
-[ 10335] By: jhi                                   on 2001/05/30  23:12:30
-        Log: More -Wall silencing from Michael Schwern and Jarkko Hietaniemi.
-     Branch: perl
-          ! doop.c ext/ByteLoader/bytecode.h ext/DB_File/DB_File.xs mg.c
-          ! perl.c perlio.c regexec.c universal.c util.c x2p/a2py.c
-          ! x2p/str.c x2p/walk.c xsutils.c
-____________________________________________________________________________
-[ 10334] By: jhi                                   on 2001/05/30  22:52:41
-        Log: Subject: [PATCH perl.c t/run/runenv.t] (was Re: [[ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
-             From: Michael G Schwern <schwern@pobox.com>
-             Date: Wed, 30 May 2001 17:10:38 +0100
-             Message-ID: <20010530171038.L670@blackrider.blackstar.co.uk>
-             
-             Subject: Re: [PATCH perl.c t/run/runenv.t] (was Re: [ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
-             From: Abhijit Menon-Sen <ams@wiw.org>
-             Date: Wed, 30 May 2001 23:16:13 +0530
-             Message-ID: <20010530231613.A31933@lustre.linux.in>
-     Branch: perl
-          ! perl.c t/run/runenv.t
-____________________________________________________________________________
-[ 10333] By: jhi                                   on 2001/05/30  22:25:02
-        Log: (Retracted by #10375.)
-             
-             IRIX hints patch from Merijn Broeren.
-             
-             TODO: (this and the earlier Linux hints patch) should be solved
-             at Configure level.  Merijn: -ldb should not be used on any platform
-             for perl, just when linking DBFile itself. Trying to be helpful here
-             is counterproductive.
-     Branch: perl
-          ! hints/irix_6.sh
-____________________________________________________________________________
-[ 10332] By: jhi                                   on 2001/05/30  22:11:13
-        Log: Subject: Re: [PATCH doop.c] unused variable in Perl_do_join
-             From: Nicholas Clark <nick@ccl4.org>
-             Date: Wed, 30 May 2001 23:20:58 +0100
-             Message-ID: <20010530232058.B86445@plum.flirble.org>
-     Branch: perl
-          ! doop.c
-____________________________________________________________________________
-[ 10331] By: jhi                                   on 2001/05/30  22:09:49
-        Log: Subject: Re: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
-             From: Michael G Schwern <schwern@pobox.com> 
-             Date: Wed, 30 May 2001 15:24:20 +0100
-             Message-ID: <20010530152420.H670@blackrider.blackstar.co.uk>
-     Branch: perl
-          ! t/pragma/autouse.t
-____________________________________________________________________________
-[ 10330] By: jhi                                   on 2001/05/30  22:02:21
-        Log: The regex trick wasn't a good idea.
-     Branch: perl
-          ! pod/perlfaq4.pod
-____________________________________________________________________________
-[ 10329] By: nick                                  on 2001/05/30  18:34:35
-        Log: Integrate mainline
-     Branch: perlio
-         !> (integrate 40 files)
-____________________________________________________________________________
-[ 10328] By: jhi                                   on 2001/05/30  14:28:39
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[ 10327] By: jhi                                   on 2001/05/30  14:07:01
-        Log: The metaconfig unit change for #10325.
-     Branch: metaconfig
-          + U/modified/afs.U
-____________________________________________________________________________
-[ 10326] By: jhi                                   on 2001/05/30  14:06:36
-        Log: More -Wall cleanup from Schwern; the EBCDIC MD5.xs checksum
-             is now wrong.
-     Branch: perl
-          ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
-____________________________________________________________________________
-[ 10325] By: jhi                                   on 2001/05/30  14:04:28
-        Log: Introduce $Config{afsroot}.
-     Branch: perl
-          ! Configure Porting/Glossary Porting/config.sh Porting/config_H
-          ! config_h.SH epoc/config.sh uconfig.sh win32/config.bc
-          ! win32/config.gc win32/config.vc
-____________________________________________________________________________
-[ 10324] By: jhi                                   on 2001/05/30  13:49:44
-        Log: (Retracted by #10375.)
-             
-             Linux DB tweak from Merijn Broeren <merijnb@iloquent.nl>.
-     Branch: perl
-          ! hints/linux.sh
-____________________________________________________________________________
-[ 10323] By: jhi                                   on 2001/05/30  13:49:29
-        Log: AFS patches from Merijn Broeren <merijnb@iloquent.nl>.
-             (Also Configure tweaks needed; coming up soon.)
-     Branch: perl
-          ! t/io/fs.t t/lib/glob-basic.t t/op/stat.t
-____________________________________________________________________________
-[ 10322] By: jhi                                   on 2001/05/30  13:37:56
-        Log: Subject: [PATCH lib/perl5db.pl] Conditional breakpoints
-             From: Michael G Schwern <schwern@pobox.com>
-             Date: Sun, 27 May 2001 10:29:43 +0100
-             Message-ID: <20010527102942.J711@blackrider.blackstar.co.uk>
-     Branch: perl
-          ! lib/perl5db.pl
-____________________________________________________________________________
-[ 10321] By: jhi                                   on 2001/05/30  13:36:28
-        Log: Medley of -Wall cleanups from Michael Schwen, Hugo van der Sanden,
-             and Abhijit Menon-Sen.
-     Branch: perl
-          ! av.c doio.c doop.c dump.c ext/Digest/MD5/MD5.xs malloc.c op.c
-          ! perl.c pp_sys.c regcomp.c
-____________________________________________________________________________
-[ 10320] By: jhi                                   on 2001/05/30  13:35:27
-        Log: Fix the BOOT section to call myU2time properly.
-     Branch: perl
-          ! ext/Time/HiRes/HiRes.xs
-____________________________________________________________________________
-[ 10319] By: jhi                                   on 2001/05/30  13:06:09
-        Log: Subject: Re: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
-             From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu>
-             Date: Wed, 30 May 2001 09:44:29 -0400
-             Message-ID: <20010530094429.B133085@linguist.thayer.dartmouth.edu>
-             
-             Detypo; plus add one more trick.
-     Branch: perl
-          ! pod/perlfaq4.pod
-____________________________________________________________________________
-[ 10318] By: jhi                                   on 2001/05/30  12:47:11
-        Log: Subject: Re: [PATCH lib/autouse.pm t/pragma/autouse.t]  (was Re: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed)
-             From: Michael G Schwern <schwern@pobox.com>
-             Date: Wed, 30 May 2001 14:39:06 +0100
-             Message-ID: <20010530143906.E670@blackrider.blackstar.co.uk>
-     Branch: perl
-          ! lib/autouse.pm t/pragma/autouse.t
-____________________________________________________________________________
-[ 10317] By: jhi                                   on 2001/05/30  12:46:02
-        Log: Subject: Re: AIX and gcc (moving targets)
-             From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
-             Date: Wed, 30 May 2001 15:25:08 +0200
-             Message-Id: <20010530152117.7097.H.M.BRAND@hccnet.nl>
-     Branch: perl
-          ! ext/Time/HiRes/HiRes.xs
-____________________________________________________________________________
-[ 10316] By: jhi                                   on 2001/05/30  12:40:46
-        Log: Subject: [PATCH t/TEST] sorting tests
-             From: Michael G Schwern <schwern@pobox.com>
-             Date: Wed, 30 May 2001 10:24:02 +0100
-             Message-ID: <20010530102402.Q670@blackrider.blackstar.co.uk>
-     Branch: perl
-          ! t/TEST
-____________________________________________________________________________
-[ 10315] By: jhi                                   on 2001/05/30  12:37:43
-        Log: Subject: [ID 20010529.002] typos in man page perlre
-             From: bart@cg681574-a.adubn1.nj.home.com 
-             Date: Tue, 29 May 2001 13:58:59 -0500
-             Message-Id: <E154ohn-00053j-00@debian.adubn1.nj.home.com>
-     Branch: perl
-          ! pod/perlre.pod
-____________________________________________________________________________
-[ 10314] By: jhi                                   on 2001/05/30  12:33:53
-        Log: Subject: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
-             From: "Craig A. Berry" <craigberry@mac.com>
-             Date: Tue, 29 May 2001 23:23:45 -0500
-             Message-Id: <a05100e01b73a21721dee@[192.168.56.153]>
-     Branch: perl
-          ! t/lib/extutils.t t/pragma/autouse.t
-____________________________________________________________________________
-[ 10313] By: jhi                                   on 2001/05/30  12:32:17
-        Log: Subject: Re: [ID 20010529.003] find2perl and File::Find doesn't emulate find when path is a symlink (patch to t/lib/filefind.t as requested)
-             From: David Dyck <dcd@tc.fluke.com>
-             Date: Tue, 29 May 2001 22:05:28 -0700 (PDT)
-             Message-ID: <Pine.LNX.4.33.0105292200060.26992-100000@dd.tc.fluke.com>
-     Branch: perl
-          ! t/lib/filefind.t
-____________________________________________________________________________
-[ 10312] By: jhi                                   on 2001/05/30  12:31:02
-        Log: AIX hints update for gcc from Merijn H. Brand.
-     Branch: perl
-          ! hints/aix.sh
-____________________________________________________________________________
-[ 10311] By: jhi                                   on 2001/05/30  12:18:20
-        Log: Retract #10295 and #10296: a more generic solution
-             is needed (there's something funny with gcc on AIX).
-     Branch: perl
-          ! ext/POSIX/Makefile.PL ext/Storable/Makefile.PL
-____________________________________________________________________________
-[ 10310] By: jhi                                   on 2001/05/30  12:08:07
-        Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
-             From: Hugo <hv@crypt.compulink.co.uk>
-             Date: Wed, 30 May 2001 11:59:19 +0100
-             Message-Id: <200105301059.LAA03182@crypt.compulink.co.uk>
-             
-             localizing $@ has unfortunate semantics - if you die past
-             a local $@, the die message is lost.
-     Branch: perl
-          ! lib/utf8_heavy.pl
-____________________________________________________________________________
-[ 10309] By: nick                                  on 2001/05/30  08:23:02
-        Log: Integrate mainline (autouse works again.)
-     Branch: perlio
-         !> ext/Time/Piece/Piece.pm hints/os2.sh lib/File/Find.pm
-         !> lib/autouse.pm pod/perlfaq4.pod pod/perlfaq6.pod
-         !> pod/perlvar.pod t/op/cmp.t
-____________________________________________________________________________
-[ 10308] By: jhi                                   on 2001/05/30  01:55:02
-        Log: Subject: [ID 20010529.003] find2perl and File::Find doesn't emulate find when path is a symlink (with proposed patch)
-             From: David Dyck <dcd@tc.fluke.com>
-             Date: Tue, 29 May 2001 12:19:38 -0700 (PDT)
-             Message-Id: <Pine.LNX.4.33.0105291216510.17409-100000@dd.tc.fluke.com>
-     Branch: perl
-          ! lib/File/Find.pm
-____________________________________________________________________________
-[ 10307] By: jhi                                   on 2001/05/30  01:47:22
-        Log: Subject: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1
-             From: Nicholas Clark <nick@ccl4.org>
-             Date: Tue, 29 May 2001 23:16:09 +0100
-             Message-ID: <20010529231609.U86445@plum.flirble.org>
-             
-             Make the test output slightly clearer by distinguishing
-             between '' and undef.
-     Branch: perl
-          ! t/op/cmp.t
-____________________________________________________________________________
-[ 10306] By: jhi                                   on 2001/05/30  01:45:12
-        Log: Subject: [PATCH 5.6.1] flushNULL OS/2
-             From: Ilya Zakharevich <ilya@math.ohio-state.edu>
-             Date: Tue, 29 May 2001 19:15:19 -0400
-             Message-ID: <20010529191519.A16020@math.ohio-state.edu>
-     Branch: perl
-          ! hints/os2.sh
-____________________________________________________________________________
-[ 10305] By: jhi                                   on 2001/05/30  01:42:36
-        Log: Subject: perlvar.pod addition
-             From: Peter Gessner <peter.gessner@post.rwth-aachen.de>
-             Date: Fri, 25 May 2001 20:23:12 +0200
-             Message-ID: <3B0EA310.B265C048@post.rwth-aachen.de>
-             
-             Subject: Re: perlvar.pod addition
-             From: "Abigail" <abigail@foad.org> 
-             Date: Fri, 25 May 2001 22:00:39 +0200
-             Message-ID: <20010525200039.28029.qmail@foad.org>
-             
-             Mention $a and $b in perlvar.
-     Branch: perl
-          ! pod/perlvar.pod
-____________________________________________________________________________
-[ 10304] By: jhi                                   on 2001/05/30  01:36:37
-        Log: Subject: [PATCH] perlvar.pod -- why isn't @F here?
-             From: Jeff Pinyan <jeffp@crusoe.net>
-             Date: Tue, 29 May 2001 22:27:51 -0400 (EDT)
-             Message-ID: <Pine.GSO.4.21.0105292227150.1961-100000@crusoe.crusoe.net>
-     Branch: perl
-          ! pod/perlvar.pod
-____________________________________________________________________________
-[ 10303] By: jhi                                   on 2001/05/30  01:35:31
-        Log: Subject: Re: [PATCH] perlfaq6.pod -- case-aware s///
-             From: Jeff Pinyan <jeffp@crusoe.net>
-             Date: Tue, 29 May 2001 18:03:27 -0400 (EDT)
-             Message-ID: <Pine.GSO.4.21.0105291802330.1961-100000@crusoe.crusoe.net>
-     Branch: perl
-          ! pod/perlfaq6.pod
-____________________________________________________________________________
-[ 10302] By: jhi                                   on 2001/05/29  20:18:49
-        Log: Mention Time::localtime and Time::gmtime.
-     Branch: perl
-          ! ext/Time/Piece/Piece.pm
-____________________________________________________________________________
-[ 10301] By: jhi                                   on 2001/05/29  20:13:54
-        Log: Subject: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
-             From: Michael G Schwern <schwern@pobox.com>
-             Date: Tue, 29 May 2001 18:51:32 +0100
-             Message-ID: <20010529185132.C706@blackrider.blackstar.co.uk>
-     Branch: perl
-          ! pod/perlfaq4.pod
-____________________________________________________________________________
-[ 10300] By: jhi                                   on 2001/05/29  20:12:09
-        Log: Retract #10243.
-     Branch: perl
-          ! lib/autouse.pm
-____________________________________________________________________________
-[ 10299] By: nick                                  on 2001/05/29  18:41:19
-        Log: Post weekend integrate mainline (fails one test pragma/autouse).
-     Branch: perlio
-         +> (branch 29 files)
-         !> (integrate 91 files)
-____________________________________________________________________________
-[ 10298] By: jhi                                   on 2001/05/29  16:29:19
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[ 10297] By: jhi                                   on 2001/05/29  16:25:47
-        Log: Fix Perl_swash_init & Perl_swash_fetch to save ERRSV (= $@)
-             before Perl_load_module/Perl_call_method and restore the value
-             after if !SvTRUE(ERRSV).  (from Inaba Hiroto)
-     Branch: perl
-          ! utf8.c
-____________________________________________________________________________
-[ 10296] By: jhi                                   on 2001/05/29  16:01:53
-        Log: Subject: Re: AIX and gcc (moving targets)
-             From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
-             Date: Tue, 29 May 2001 17:59:40 +0200
-             Message-Id: <20010529175841.7078.H.M.BRAND@hccnet.nl>
-     Branch: perl
-          ! ext/Storable/Makefile.PL
-____________________________________________________________________________
-[ 10295] By: jhi                                   on 2001/05/29  15:59:05
-        Log: Subject: Re: AIX and gcc (moving targets)
-             From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
-             Date: Tue, 29 May 2001 12:32:57 +0200
-             Message-Id: <20010529115151.9FE0.H.M.BRAND@hccnet.nl>
-     Branch: perl
-          ! ext/POSIX/Makefile.PL
-____________________________________________________________________________
-[ 10294] By: jhi                                   on 2001/05/29  15:53:43
-        Log: Subject: [PATCH lib/Test/Harness.pm t/lib/test-harness.t] Syncing with 1.21
-             From: Michael G Schwern <schwern@pobox.com>
-             Date: Tue, 29 May 2001 09:53:29 +0100
-             Message-ID: <20010529095329.T675@blackrider.blackstar.co.uk>
-             
-             (#10280 retracted)
-     Branch: perl
-          ! lib/Test/Harness.pm t/lib/test-harness.t
-____________________________________________________________________________
-[ 10293] By: jhi                                   on 2001/05/29  15:46:10
-        Log: Subject: [PATCH t/TEST lib/Test.pm t/lib/Test/*.t] Syncing with Test-1.17
-             From: Michael G Schwern <schwern@pobox.com>
-             Date: Tue, 29 May 2001 09:19:52 +0100
-             Message-ID: <20010529091952.R675@blackrider.blackstar.co.uk>
-     Branch: perl
-          + t/lib/Test/fail.t t/lib/Test/mix.t t/lib/Test/onfail.t
-          + t/lib/Test/qr.t t/lib/Test/skip.t t/lib/Test/success.t
-          + t/lib/Test/todo.t
-          ! MANIFEST lib/Test.pm t/TEST
-____________________________________________________________________________
-[ 10292] By: jhi                                   on 2001/05/29  15:34:08
-        Log: From: Michael G Schwern <schwern@pobox.com>
-             Subject: Re: [PATCH t/TEST] Allowing deeper test subdirectories
-             Date: Tue, 29 May 2001 08:26:09 +0100
-             Message-ID: <20010529082609.P675@blackrider.blackstar.co.uk>
-     Branch: perl
-          ! t/TEST
-____________________________________________________________________________
-[ 10291] By: jhi                                   on 2001/05/29  15:29:37
-        Log: Add tests for Time::gmtime and Time::localtime.
-     Branch: perl
-          + t/lib/time-gmtime.t t/lib/time-localtime.t
-          ! MANIFEST t/lib/1_compile.t
-____________________________________________________________________________
-[ 10290] By: jhi                                   on 2001/05/29  15:15:44
-        Log: Add test for File::stat.
-     Branch: perl
-          + t/lib/filestat.t
-          ! MANIFEST t/lib/1_compile.t
-____________________________________________________________________________
-[ 10289] By: jhi                                   on 2001/05/29  15:05:38
-        Log: Add test for Net::servent.
-     Branch: perl
-          + t/lib/net-sent.t
-          ! MANIFEST t/lib/1_compile.t
-____________________________________________________________________________
-[ 10288] By: jhi                                   on 2001/05/29  14:57:15
-        Log: Add test for Net::protoent.
-     Branch: perl
-          + t/lib/net-pent.t
-          ! MANIFEST t/lib/1_compile.t
-____________________________________________________________________________
-[ 10287] By: jhi                                   on 2001/05/29  14:53:10
-        Log: Add test for Net::netent.
-     Branch: perl
-          + t/lib/net-nent.t
-          ! MANIFEST t/lib/1_compile.t
-____________________________________________________________________________
-[ 10286] By: jhi                                   on 2001/05/29  14:31:57
-        Log: Add test for User::grent.  Portability doubtful.
-     Branch: perl
-          + t/lib/user-grent.t
-          ! MANIFEST t/lib/1_compile.t
-____________________________________________________________________________
-[ 10285] By: jhi                                   on 2001/05/29  14:24:20
-        Log: Add test for User::pwent.
-             Probably will fall down somewhere for portability reasons.
-     Branch: perl
-          + t/lib/user-pwent.t
-          ! MANIFEST t/lib/1_compile.t
-____________________________________________________________________________
-[ 10284] By: jhi                                   on 2001/05/29  13:26:43
-        Log: Metaconfig units changes for #10283.
-     Branch: metaconfig
-          ! U/installdirs/inc_version_list.U U/installdirs/perl5.U
-          ! U/installdirs/siteman1.U U/installdirs/siteman3.U
-          ! U/installdirs/sitescript.U U/modified/Signal.U
-____________________________________________________________________________
-[ 10283] By: jhi                                   on 2001/05/29  13:26:24
-        Log: Subject: [PATCH 5.6.1] signal names in Configure
-             From: Ilya Zakharevich <ilya@math.ohio-state.edu>
-             Date: Tue, 29 May 2001 03:52:25 -0400
-             Message-ID: <20010529035225.A9400@math.ohio-state.edu>
-             
-             Subject: [PATCH 5.6.1] older perl in Configure
-             From: Ilya Zakharevich <ilya@math.ohio-state.edu>
-             Date: Tue, 29 May 2001 03:55:40 -0400
-             Message-ID: <20010529035539.A9411@math.ohio-state.edu>
-             
-             Subject: [PATCH 5.6.1] goofs in Configure
-             From: Ilya Zakharevich <ilya@math.ohio-state.edu>
-             Date: Tue, 29 May 2001 04:13:07 -0400
-             Message-ID: <20010529041307.A9658@math.ohio-state.edu>
-             
-             Configure portability tweaks.
-     Branch: perl
-          ! Configure
-____________________________________________________________________________
-[ 10282] By: jhi                                   on 2001/05/29  12:41:41
-        Log: Subject: [PATCH 5.6.1] extLibpath for OS/2
-             From: Ilya Zakharevich <ilya@math.ohio-state.edu>
-             Date: Tue, 29 May 2001 04:07:06 -0400
-             Message-ID: <20010529040706.A9579@math.ohio-state.edu>
-     Branch: perl
-          ! os2/os2.c
-____________________________________________________________________________
-[ 10281] By: jhi                                   on 2001/05/29  12:40:31
-        Log: Subject: [PATCH 5.6.1] extra static libs for OS/2
-             From: Ilya Zakharevich <ilya@math.ohio-state.edu>
-             Date: Tue, 29 May 2001 04:01:38 -0400
-             Message-ID: <20010529040138.A9482@math.ohio-state.edu>
-     Branch: perl
-          ! hints/os2.sh os2/Makefile.SHs
-____________________________________________________________________________
-[ 10280] By: jhi                                   on 2001/05/29  12:38:48
-        Log: Subject: Re: [PATCH 5.6.1] Test::Harness clumsy
-             From: Ilya Zakharevich <ilya@math.ohio-state.edu>
-             Date: Tue, 29 May 2001 03:50:18 -0400
-             Message-ID: <20010529035018.A9387@math.ohio-state.edu>
-     Branch: perl
-          ! lib/Test/Harness.pm
-____________________________________________________________________________
-[ 10279] By: jhi                                   on 2001/05/29  12:34:53
-        Log: Additional safeguard against $@ getting trampled; idea from Hugo.
-     Branch: perl
-          ! lib/utf8_heavy.pl
-____________________________________________________________________________
-[ 10278] By: jhi                                   on 2001/05/29  02:15:24
-        Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
-             From: Hugo <hv@crypt.compulink.co.uk>
-             Date: Tue, 29 May 2001 03:03:45 +0100
-             Message-Id: <200105290203.DAA00825@crypt.compulink.co.uk>
-             
-             Explanation why the $@ always gets the UTF8 flag when under use utf8--
-             because we told it to have the flag when under use utf8.
-     Branch: perl
-          ! pp_ctl.c
-____________________________________________________________________________
-[ 10277] By: jhi                                   on 2001/05/29  00:51:34
-        Log: At least a partial fix for 20010528.004.
-     Branch: perl
-          ! lib/utf8_heavy.pl
-____________________________________________________________________________
-[ 10276] By: jhi                                   on 2001/05/29  00:42:59
-        Log: Subject: Re: Report /pro/3gl/CPAN/perl-5.7.1
-             From: Nicholas Clark <nick@ccl4.org> 
-             Date: Mon, 28 May 2001 23:39:38 +0100
-             Message-ID: <20010528233938.M86445@plum.flirble.org>
-             
-             More portable non-zero UV.
-     Branch: perl
-          ! t/lib/extutils.t
-____________________________________________________________________________
-[ 10275] By: jhi                                   on 2001/05/29  00:40:28
-        Log: Subject: [PATCH] (was Re: Why t/lib/extutils.t is failing ...
-             From: Nicholas Clark <nick@ccl4.org>
-             Date: Mon, 28 May 2001 22:46:09 +0100
-             Message-ID: <20010528224608.L86445@plum.flirble.org>
-             
-             Test also "make clean".
-     Branch: perl
-          ! t/lib/extutils.t
-____________________________________________________________________________
-[ 10274] By: jhi                                   on 2001/05/29  00:39:18
-        Log: Subject: Re: Would -Wno-unused -Wall be better?
-             From: Michael G Schwern <schwern@pobox.com>
-             Date: Tue, 29 May 2001 00:55:54 +0100
-             Message-ID: <20010529005553.B675@blackrider.blackstar.co.uk>
-     Branch: perl
-          ! pp.h
-____________________________________________________________________________
-[ 10273] By: jhi                                   on 2001/05/29  00:36:06
-        Log: Add a test for 20010528.007, fixed in #10272.
-     Branch: perl
-          ! t/op/misc.t toke.c
-____________________________________________________________________________
-[ 10272] By: jhi                                   on 2001/05/29  00:21:12
-        Log: Subject: Re: [ID 20010528.007] "\x{" causes panic:constant overflowed allocated space 
-             From: Hugo <hv@crypt.compulink.co.uk>
-             Date: Tue, 29 May 2001 00:23:23 +0100
-             Message-Id: <200105282323.AAA07930@crypt.compulink.co.uk>
-     Branch: perl
-          ! toke.c
-____________________________________________________________________________
-[ 10271] By: jhi                                   on 2001/05/28  22:52:11
-        Log: Subject: Re: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
-             From: Michael G Schwern <schwern@pobox.com>
-             Date: Tue, 29 May 2001 00:42:59 +0100
-             Message-ID: <20010529004259.A675@blackrider.blackstar.co.uk>
-     Branch: perl
-          ! t/pragma/autouse.t
-____________________________________________________________________________
-[ 10270] By: jhi                                   on 2001/05/28  21:44:06
-        Log: Some shells seemingly arrange the signal handlers differently
-             (bug id 20010521.004).
-     Branch: perl
-          ! t/lib/sigaction.t
-____________________________________________________________________________
-[ 10269] By: jhi                                   on 2001/05/28  20:34:21
-        Log: Regen perlmodlib.
-     Branch: perl
-          ! pod/perlmodlib.pod
-____________________________________________________________________________
-[ 10268] By: jhi                                   on 2001/05/28  19:08:45
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[ 10267] By: jhi                                   on 2001/05/28  19:03:54
-        Log: Subject: [PATCH] perlnewmod.pod to reflect DLSI(P) change
-             From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
-             Date: Mon, 28 May 2001 14:56:35 -0500
-             Message-ID: <20010528145635.L8487@chaos.wustl.edu>
-     Branch: perl
-          ! pod/perlnewmod.pod
-____________________________________________________________________________
-[ 10266] By: jhi                                   on 2001/05/28  18:35:03
-        Log: Regen toc.
-     Branch: perl
-          ! pod/perltoc.pod
-____________________________________________________________________________
-[ 10265] By: jhi                                   on 2001/05/28  18:33:32
-        Log: Subject: [PATCH] RE: [20000223.001] no test cases for splice(@array) 
-             From: "Richard Soderberg" <rs@crystalflame.net>
-             Date: Mon, 28 May 2001 12:31:23 -0700
-             Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFLDFAA.rs@crystalflame.net>
-     Branch: perl
-          ! t/op/splice.t
-____________________________________________________________________________
-[ 10264] By: jhi                                   on 2001/05/28  17:59:00
-        Log: The #10260 was too bold: locales and utf8 still do not mix.
-     Branch: perl
-          ! t/pragma/locale.t
-____________________________________________________________________________
-[ 10263] By: jhi                                   on 2001/05/28  17:52:25
-        Log: Subject: [PATCH] Pod nitpicks
-             From: "Richard Soderberg" <rs@crystalflame.net>
-             Date: Mon, 28 May 2001 10:08:58 -0700
-             Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFGDFAA.rs@crystalflame.net>
-     Branch: perl
-          ! pod/perl571delta.pod pod/perlapi.pod sv.h
-____________________________________________________________________________
-[ 10262] By: jhi                                   on 2001/05/28  17:50:05
-        Log: Upgrade to I18N::LangTags 0.22.
-     Branch: perl
-          + lib/I18N/LangTags/List.pod
-          ! MANIFEST lib/I18N/LangTags.pm
-____________________________________________________________________________
-[ 10261] By: jhi                                   on 2001/05/28  17:23:40
-        Log: A slightly more serious bug found by -Mutf8; op/misc and
-             lib/complex dumped core.
-     Branch: perl
-          ! regexec.c
-____________________________________________________________________________
-[ 10260] By: jhi                                   on 2001/05/28  16:58:11
-        Log: Various buglets shaken out by -Mutf8.
-     Branch: perl
-          ! t/io/utf8.t t/lib/charnames.t t/lib/lc-language.t
-          ! t/pragma/locale.t
-____________________________________________________________________________
-[ 10259] By: jhi                                   on 2001/05/28  15:48:46
-        Log: STDERR looks much like STDOUT.  (Subtest #2 wasn't really okay.)
-     Branch: perl
-          ! t/lib/carp.t
-____________________________________________________________________________
-[ 10258] By: jhi                                   on 2001/05/28  15:32:41
-        Log: Subject: [PATCH] todo patch
-             From: Artur Bergman <artur@contiller.se> 
-             Date: Mon, 28 May 2001 17:03:51 +0200
-             Message-ID: <B7383577.F34%artur@contiller.se>
-     Branch: perl
-          ! pod/perltodo.pod
-____________________________________________________________________________
-[ 10257] By: jhi                                   on 2001/05/28  15:31:25
-        Log: Subject: typo in perlguts.pod
-             From: "John P. Linderman" <jpl@research.att.com>
-             Date: Mon, 28 May 2001 09:35:47 -0400 (EDT)
-             Message-Id: <200105281335.JAA27851@raptor.research.att.com>
-     Branch: perl
-          ! pod/perlguts.pod
-____________________________________________________________________________
-[ 10256] By: jhi                                   on 2001/05/28  15:30:42
-        Log: Subject: AIX and gcc (moving targets)
-             From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
-             Date: Mon, 28 May 2001 12:54:04 +0200
-             Message-Id: <20010528124531.9FAB.H.M.BRAND@hccnet.nl>
-     Branch: perl
-          ! hints/aix.sh
-____________________________________________________________________________
-[ 10255] By: jhi                                   on 2001/05/28  15:28:55
-        Log: Subject: Re: perlio + multiple perl_alloc..destruct
-             From: Doug MacEachern <dougm@covalent.net>
-             Date: Sun, 27 May 2001 13:47:13 -0700 (PDT)
-             Message-ID: <Pine.LNX.4.21.0105271340370.5938-100000@mako.covalent.net>
-     Branch: perl
-          ! perlio.c
-____________________________________________________________________________
-[ 10254] By: jhi                                   on 2001/05/28  15:27:49
-        Log: The #10251 wasn't quite up-to-the-code.
-     Branch: perl
-          ! t/op/misc.t
-____________________________________________________________________________
-[ 10253] By: jhi                                   on 2001/05/28  15:26:39
-        Log: Test case for bug 20010526.004, fixed in #10252.
-     Branch: perl
-          ! t/op/taint.t
-____________________________________________________________________________
-[ 10252] By: jhi                                   on 2001/05/28  15:26:14
-        Log: Subject: Re: [ID 20010526.004] Taint looses value
-             From: Hugo <hv@crypt.compulink.co.uk>
-             Date: Sun, 27 May 2001 20:39:32 +0100
-             Message-Id: <200105271939.UAA27591@crypt.compulink.co.uk>
-     Branch: perl
-          ! sv.c
-____________________________________________________________________________
-[ 10251] By: jhi                                   on 2001/05/28  15:13:40
-        Log: Test case for 20010422.005, fixed by #10250.
-     Branch: perl
-          ! t/op/misc.t
-____________________________________________________________________________
-[ 10250] By: jhi                                   on 2001/05/28  15:11:16
-        Log: Subject: [PATCH] Re: [ID 20010422.005] perl -e '{s//${}/; //}' # segfaults on FreeBSD 
-             From: Spider Boardman <spider@Orb.Nashua.NH.US>
-             Date: Mon, 28 May 2001 06:39:12 -0400
-             Message-Id: <200105281039.GAA03962@Orb.Nashua.NH.US>
-     Branch: perl
-          ! toke.c
-____________________________________________________________________________
-[ 10249] By: jhi                                   on 2001/05/28  15:09:24
-        Log: Linerewrapping.
-     Branch: perl
-          ! lib/open.pm
-____________________________________________________________________________
-[ 10248] By: jhi                                   on 2001/05/28  15:09:07
-        Log: Updates on the modules list.
-     Branch: perl
-          ! t/lib/1_compile.t
-____________________________________________________________________________
-[ 10247] By: jhi                                   on 2001/05/28  15:03:35
-        Log: Add a test for PerlIO.
-             
-             (I probably got the crlf/raw thing wrong for clrfy platforms...)
-     Branch: perl
-          + t/lib/perlio.t
-          ! MANIFEST lib/PerlIO.pm
-____________________________________________________________________________
-[ 10246] By: jhi                                   on 2001/05/28  14:24:08
-        Log: Add a test for carp et alia.
-     Branch: perl
-          + t/lib/carp.t
-          ! MANIFEST
-____________________________________________________________________________
-[ 10245] By: jhi                                   on 2001/05/28  13:42:55
-        Log: Adding the new test would be swell.
-     Branch: perl
-          + t/pragma/autouse.t
-____________________________________________________________________________
-[ 10244] By: jhi                                   on 2001/05/28  13:42:34
-        Log: Add a test for the autouse pragma.
-     Branch: perl
-          ! MANIFEST
-____________________________________________________________________________
-[ 10243] By: jhi                                   on 2001/05/28  13:26:25
-        Log: Subject: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
-             From: dLux <dlux@spam.sch.bme.hu>
-             Date: Sun, 27 May 2001 16:14:26 +0200
-             Message-Id: <E1541JK-0000YC-00@dl.sch.bme.hu>
-     Branch: perl
-          ! lib/autouse.pm
-____________________________________________________________________________
-[ 10242] By: jhi                                   on 2001/05/28  13:21:50
-        Log: Subject: [PATCH #2] RE: [ID 20010528.002] dprofpp: "-R" does not work
-             From: "Richard Soderberg" <rs@crystalflame.net>
-             Date: Mon, 28 May 2001 03:56:36 -0700
-             Message-ID: <NAEKLNAAHLMBPMPNBMLEEEFADFAA.rs@crystalflame.net>
-     Branch: perl
-          ! utils/dprofpp.PL
-____________________________________________________________________________
-[ 10241] By: jhi                                   on 2001/05/28  13:18:56
-        Log: Subject: Re: [ID 20010522.003] Time::Local module bug
-             From: "Stephen P. Potter" <spp@spotter.yi.org>
-             Date: Tue, 22 May 2001 11:40:25 -0400
-             Message-Id: <20010522154030.584F4729E2@belgarath.spotter.yi.org>
-             
-             Subject: Re: [ID 20010522.003] Time::Local module bug
-             From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu> 
-             Date: Tue, 22 May 2001 11:50:19 -0400
-             Message-ID: <20010522115019.D48634@linguist.thayer.dartmouth.edu>
-     Branch: perl
-          ! lib/Time/Local.pm
-____________________________________________________________________________
-[ 10240] By: jhi                                   on 2001/05/27  22:44:49
-        Log: The PERL_DL_NONLAZY can have whitespace in front.
-     Branch: perl
-          ! t/lib/extutils.t
-____________________________________________________________________________
-[ 10239] By: jhi                                   on 2001/05/27  21:23:21
-        Log: Document strftime() and strptime().
-     Branch: perl
-          ! ext/POSIX/POSIX.pod ext/Time/Piece/Piece.pm t/lib/time-piece.t
-____________________________________________________________________________
-[ 10238] By: jhi                                   on 2001/05/27  20:29:07
-        Log: Make Time::Piece::strptime() to be a function, not a method.
-     Branch: perl
-          ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
-____________________________________________________________________________
-[ 10237] By: jhi                                   on 2001/05/27  20:22:09
-        Log: Tweak the test to be more portable.
-     Branch: perl
-          ! t/lib/extutils.t
-____________________________________________________________________________
-[ 10236] By: jhi                                   on 2001/05/27  19:15:54
-        Log: Subject: PATCH: Re: Re: Attributes that tie
-             From: Leon Brocard <acme@astray.com>
-             Date: Sun, 27 May 2001 12:37:29 +0100
-             Message-ID: <20010527123729.A22663@ns0.astray.com>
-             
-             Document that variable attributes are not currently usable
-             for tieing.  (An ugly limitation that should be fixed.)
-     Branch: perl
-          ! lib/attributes.pm
-____________________________________________________________________________
-[ 10235] By: jhi                                   on 2001/05/27  19:03:31
-        Log: Microperl tweaks.
-     Branch: perl
-          ! Makefile.micro uconfig.h uconfig.sh
-____________________________________________________________________________
-[ 10234] By: jhi                                   on 2001/05/27  18:22:09
-        Log: Add make target for microperl (kind of silly, but convenient).
-     Branch: perl
-          ! Makefile.SH
-____________________________________________________________________________
-[ 10233] By: jhi                                   on 2001/05/27  18:18:56
-        Log: O_APPEND and O_TRUNC are not portable.  (Not available e.g.
-             for microperl.)
-     Branch: perl
-          ! doio.c
-____________________________________________________________________________
-[ 10232] By: jhi                                   on 2001/05/27  17:57:18
-        Log: Subject: [PATCH] [ID 19991013.005] utime undef, undef, @files  
-             From: rspier@pobox.com (Robert Spier)
-             Date: Sat, 26 May 2001 20:05:23 -0400
-             Message-ID: <15120.17603.148648.12430@rls.cx>
-             
-             Subject: Re: [PATCH] [ID 19991013.005] utime undef, undef, @files
-             From: rspier@pobox.com (Robert Spier)
-             Date: Sun, 27 May 2001 00:23:12 -0400
-             Message-ID: <15120.33072.511966.767230@rls.cx>
-     Branch: perl
-          ! doio.c pod/perlfunc.pod
-____________________________________________________________________________
-[ 10231] By: jhi                                   on 2001/05/27  15:45:20
-        Log: Regen toc.  (And add the README.tru64 from #10230 to MANIFEST.)
-     Branch: perl
-          ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
-____________________________________________________________________________
-[ 10230] By: jhi                                   on 2001/05/27  15:41:06
-        Log: Add README.tru64.
-     Branch: perl
-          + README.tru64
-____________________________________________________________________________
-[ 10229] By: jhi                                   on 2001/05/27  13:50:57
-        Log: Integrate Locale::Maketext 1.01 from Sean Burke.
-     Branch: perl
-          + lib/Locale/Maketext.pm lib/Locale/Maketext.pod
-          + lib/Locale/Maketext/TPJ13.pod t/lib/lc-maketext.t
-          ! MANIFEST
-____________________________________________________________________________
-[ 10228] By: jhi                                   on 2001/05/27  13:43:38
-        Log: Integrate I18N::LangTags from Sean Burke.
-             
-             TODO: the language list from RFC 3066 needs to be integrated
-             and made available somehow.  The list is included in the
-             I18N-LangTags 0.21 distribution, but it is undocumented
-             and unconnected to the module.
-     Branch: perl
-          + lib/I18N/LangTags.pm t/lib/i18n-langtags.t
-          ! MANIFEST
-____________________________________________________________________________
-[ 10227] By: jhi                                   on 2001/05/27  01:41:33
-        Log: Allow 'eval "v200"' to work (part of 20000323.059); fix as
-             envisioned by Sarathy.
-     Branch: perl
-          ! t/op/ver.t toke.c
-____________________________________________________________________________
-[ 10226] By: jhi                                   on 2001/05/27  00:28:34
-        Log: Subject: [ID 20010525.001] Pod typo nits fixed
-             From: lvirden@cas.org
-             Date: Fri, 25 May 2001 06:57:43 -0400 (EDT)
-             Message-Id: <200105251057.f4PAvhY13003@lwv26awu.cas.org>
-             
-             minus the perlsolaris decimation plus the
-             
-             Subject: Re: [ID 20010525.001] Pod typo nits fixed
-             From: "Philip Newton" <Philip.Newton@gmx.net>
-             Date: Fri, 25 May 2001 18:05:55 +0200
-             Message-Id: <200105251604.f4PG4kt15034@chaos.wustl.edu>
-     Branch: perl
-          ! README.amiga README.cygwin README.mpeix pod/perl5005delta.pod
-          ! pod/perldebtut.pod pod/perlebcdic.pod pod/perlfaq3.pod
-          ! pod/perlhack.pod pod/perltoc.pod pod/perltodo.pod
-          ! pod/perlutil.pod pod/perlxstut.pod
-____________________________________________________________________________
-[ 10225] By: jhi                                   on 2001/05/26  22:38:16
-        Log: return clauses are nice.
-     Branch: perl
-          ! sv.c
-____________________________________________________________________________
-[ 10224] By: jhi                                   on 2001/05/26  22:35:31
-        Log: Subject: change 10199 backwards?
-             From: Doug MacEachern <dougm@covalent.net>
-             Date: Sat, 26 May 2001 11:26:07 -0700 (PDT)
-             Message-ID: <Pine.LNX.4.21.0105261118510.22038-100000@mako.covalent.net>
-     Branch: perl
-          ! sv.c
-____________________________________________________________________________
-[ 10223] By: jhi                                   on 2001/05/26  22:31:46
-        Log: Subject: Re: 5.6.*, bleadperl: bugs in pp_concat
-             From: Hugo <hv@crypt.compulink.co.uk>
-             Date: Sat, 26 May 2001 17:05:12 +0100
-             Message-Id: <200105261605.RAA12295@crypt.compulink.co.uk>
-     Branch: perl
-          + t/op/gmagic.t
-          ! MANIFEST doop.c embed.h embed.pl global.sym
-          ! lib/File/Basename.pm objXSUB.h perlapi.c pod/perlapi.pod
-          ! pp_hot.c proto.h sv.c sv.h t/pragma/warn/pp_hot
-____________________________________________________________________________
-[ 10222] By: jhi                                   on 2001/05/26  22:10:38
-        Log: Regen headers for #10221.
-     Branch: perl
-          ! global.sym objXSUB.h perlapi.c
-____________________________________________________________________________
-[ 10221] By: jhi                                   on 2001/05/26  22:06:06
-        Log: Subject: [ID 20010506.012] Patch for 5.6.1 embed.pl (shared libperl&mod_perl)
-             From: Juha Laiho <juha.laiho@Elma.Net>
-             Date: Thu, 3 May 2001 09:51:30 +0300
-             Message-Id: <200105030651.JAA327254@tokka.elma.fi>
-     Branch: perl
-          ! embed.pl
-____________________________________________________________________________
-[ 10220] By: jhi                                   on 2001/05/26  22:01:30
-        Log: Subject: Re: [PATCH] Re: stability of sort()?
-             From: "John P. Linderman" <jpl@research.att.com>
-             Date: Sat, 26 May 2001 13:27:19 -0400
-             Message-Id: <200105261727.NAA06654@raptor.research.att.com>
-     Branch: perl
-          ! pod/perlfunc.pod
-____________________________________________________________________________
-[ 10219] By: jhi                                   on 2001/05/26  14:02:34
-        Log: Integrate perlio:
-             
-             [ 10212]
-             Change perlguts docs to not suggest PUSHi etc. for multiple results,
-             add a few more notes there on use of mortals on the stack.
-     Branch: perl
-         !> pod/perlguts.pod
-____________________________________________________________________________
-[ 10218] By: jhi                                   on 2001/05/26  13:39:52
-        Log: Subject: [PATCH perl@10210] PerlIO for VMS
-             From: "Craig A. Berry" <craigberry@mac.com>
-             Date: Sat, 26 May 2001 09:34:11 -0500
-             Message-Id: <a05100e0ab734816701a5@[172.16.52.1]>
-     Branch: perl
-          ! configure.com doio.c iperlsys.h perlio.c perlio.h perliol.h
-          ! perlsdio.h vms/ext/Stdio/Stdio.xs vms/gen_shrfls.pl vms/vms.c
-          ! vms/vmsish.h
-____________________________________________________________________________
-[ 10217] By: jhi                                   on 2001/05/26  13:19:05
-        Log: Subject: patch to fix: [ID 20010524.004] perl5db.pl version 1.12  doesn't stop on breakpoints
-             From: David Dyck <dcd@tc.fluke.com>
-             Date: Fri, 25 May 2001 00:03:04 -0700 (PDT)
-             Message-ID: <Pine.LNX.4.33.0105242354030.17331-100000@dd.tc.fluke.com>
-     Branch: perl
-          ! lib/perl5db.pl
-____________________________________________________________________________
-[ 10216] By: jhi                                   on 2001/05/26  13:17:47
-        Log: Subject: utf8 regexp tests
-             From: Hugo <hv@crypt.compulink.co.uk>
-             Date: Fri, 25 May 2001 22:35:01 +0100
-             Message-Id: <200105252135.WAA03197@crypt.compulink.co.uk>
-     Branch: perl
-          ! t/op/regexp.t
-____________________________________________________________________________
-[ 10215] By: jhi                                   on 2001/05/26  13:15:40
-        Log: Subject: [PATCH] Re: stability of sort()?
-             From: Nicholas Clark <nick@ccl4.org>
-             Date: Fri, 25 May 2001 22:40:19 +0100
-             Message-ID: <20010525224019.B86445@plum.flirble.org>
-     Branch: perl
-          ! pod/perlfunc.pod
-____________________________________________________________________________
-[ 10214] By: jhi                                   on 2001/05/26  13:14:30
-        Log: Subject: Re: [ID 20010426.005] Magic not being removed at scope exit [PATCH]
-             From: John Peacock <jpeacock@rowman.com>
-             Date: Thu, 24 May 2001 22:14:01 -0400
-             Message-ID: <3B0DBFE9.A7C49084@rowman.com>
-     Branch: perl
-          ! mg.c scope.c sv.c
-____________________________________________________________________________
-[ 10213] By: jhi                                   on 2001/05/26  13:08:56
-        Log: Subject: [PATCH] Re: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
-             From: Nicholas Clark <nick@ccl4.org>
-             Date: Sun, 20 May 2001 19:24:13 +0100
-             Message-ID: <20010520192413.G83222@plum.flirble.org>
-     Branch: perl
-          + lib/ExtUtils/Constant.pm t/lib/extutils.t
-          ! MANIFEST utils/h2xs.PL
-____________________________________________________________________________
-[ 10212] By: nick                                  on 2001/05/26  09:49:28
-        Log: Change perlguts docs to not suggest PUSHi etc. for multiple results,
-             add a few more notes there on use of mortals on the stack.
-     Branch: perlio
-          ! pod/perlguts.pod
-____________________________________________________________________________
-[ 10211] By: nick                                  on 2001/05/26  09:05:36
-        Log: Integrate mainline
-     Branch: perlio
-         +> t/lib/fcntl.t t/pragma/vars.t
-         !> (integrate 49 files)
-____________________________________________________________________________
-[ 10210] By: jhi                                   on 2001/05/25  12:29:16
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[ 10209] By: jhi                                   on 2001/05/25  12:24:45
-        Log: Based on
-             
-             Subject: [PATCH pp.c] Wrapping pack("C",256)
-             From: Simon Cozens <simon@netthink.co.uk>
-             Date: Sat, 12 May 2001 17:58:41 +0100
-             Message-ID: <20010512175841.A6132@netthink.co.uk>
-     Branch: perl
-          ! pod/perldiag.pod pp.c t/pragma/warn/pp
-____________________________________________________________________________
-[ 10208] By: jhi                                   on 2001/05/25  01:37:03
-        Log: Subject: [PATCH] 5.6.1 Term::Cap -- add terminfo fallback
-             From: "Brendan O'Dea" <bod@compusol.com.au>
-             Date: Fri, 25 May 2001 11:18:29 +1000
-             Message-ID: <20010525111829.A28411@compusol.com.au>
-             
-             (Slightly modified.)
-     Branch: perl
-          ! lib/Term/Cap.pm
-____________________________________________________________________________
-[ 10207] By: jhi                                   on 2001/05/25  01:12:14
-        Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string 
-             From: Hugo <hv@crypt.compulink.co.uk>
-             Date: Fri, 25 May 2001 02:13:25 +0100
-             Message-Id: <200105250113.CAA23158@crypt.compulink.co.uk>
-     Branch: perl
-          ! t/op/misc.t
-____________________________________________________________________________
-[ 10206] By: jhi                                   on 2001/05/25  01:07:59
-        Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string
-             From: Inaba Hiroto <hiroto.inaba@toshiba.co.jp>
-             Date: Fri, 25 May 2001 10:25:36 +0900
-             Message-Id: <200105250124.KAA19571@toshiba.co.jp> 
-     Branch: perl
-          ! regcomp.c regexec.c
-____________________________________________________________________________
-[ 10205] By: jhi                                   on 2001/05/25  01:07:00
-        Log: Subject: [PATCH #2] stash autovivification and method call error messages
-             From: Ilmari Karonen <iltzu@sci.fi>
-             Date: Thu, 24 May 2001 01:51:48 +0300 (EET DST)
-             Message-ID: <Pine.SOL.3.96.1010524013737.18819D-100000@simpukka>
-     Branch: perl
-          ! gv.c pp_hot.c t/op/method.t
-____________________________________________________________________________
-[ 10204] By: jhi                                   on 2001/05/25  01:03:50
-        Log: Add make target and documentation for gprof profiling.
-     Branch: perl
-          ! Makefile.SH pod/perlhack.pod
-____________________________________________________________________________
-[ 10203] By: jhi                                   on 2001/05/24  21:09:36
-        Log: Subject: Don't think about UTF8 
-             From: Mike Guy <mjtg@cam.ac.uk> 
-             Date: Tue, 22 May 2001 14:35:39 +0100
-             Message-Id: <E152CK3-00028O-00@virgo.cus.cam.ac.uk>
-     Branch: perl
-          ! sv.h
-____________________________________________________________________________
-[ 10202] By: jhi                                   on 2001/05/24  21:07:25
-        Log: Subject: [ID 20010524.002] find2perl bug in fileglob_to_re
-             From: Geraint A Edwards <gedge@serf.org> 
-             Date: Thu, 24 May 2001 22:51:24 +0100
-             Message-Id: <20010524225124.A34981@cymru.serf.org>
-     Branch: perl
-          ! x2p/find2perl.PL
-____________________________________________________________________________
-[ 10201] By: jhi                                   on 2001/05/24  21:02:30
-        Log: DB_File has its own attribute story.
-     Branch: perl
-          ! ext/DB_File/DB_File.xs
-____________________________________________________________________________
-[ 10200] By: jhi                                   on 2001/05/24  19:54:21
-        Log: Subject: Re: Making perl with -Wall
-             From: Andy Dougherty <doughera@lafayette.edu>
-             Date: Thu, 24 May 2001 14:33:37 -0400 (EDT)
-             Message-ID: <Pine.SOL.4.10.10105241415460.2443-100000@maxwell.phys.lafayette.edu>
-     Branch: perl
-          ! perl.h
-____________________________________________________________________________
-[ 10199] By: jhi                                   on 2001/05/24  15:15:03
-        Log: Subject: RE: [ID 20010521.003] - [PATCH #2] sv.c: sv_dup_inc(SvRV(sstr)) wasn't checking SvWEAKREF
-             From: "Richard Soderberg" <rs@crystalflame.net>
-             Date: Thu, 24 May 2001 08:58:16 -0700
-             Message-ID: <NAEKLNAAHLMBPMPNBMLEOEPODEAA.rs@crystalflame.net>
-     Branch: perl
-          ! sv.c
-____________________________________________________________________________
-[ 10198] By: jhi                                   on 2001/05/24  15:10:04
-        Log: IV/UV casting fixes from Nicholas Clark.
-     Branch: perl
-          ! perl.h pp_sys.c util.c
-____________________________________________________________________________
-[ 10197] By: jhi                                   on 2001/05/24  14:19:44
-        Log: Subject: Re: Making perl with -Wall
-             From: Michael G Schwern <schwern@pobox.com>
-             Date: Thu, 24 May 2001 15:40:28 +0100
-             Message-ID: <20010524154028.B1988@blackrider.blackstar.co.uk>
-     Branch: perl
-          ! malloc.c perl.h
-____________________________________________________________________________
-[ 10196] By: jhi                                   on 2001/05/24  14:04:41
-        Log: Subject: [PATCH] Re: [ID 20010521.004] Two test suite failures on this platform with latest rsync 
-             From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
-             Date: Tue, 22 May 2001 11:49:37 +0200
-             Message-Id: <20010522114044.BC4E.H.M.BRAND@hccnet.nl>
-     Branch: metaconfig
-          ! U/modified/Oldsym.U
-     Branch: metaconfig/U/perl
-          ! patchlevel.U
-     Branch: perl
-          ! Configure config_h.SH myconfig.SH
-____________________________________________________________________________
-[ 10195] By: jhi                                   on 2001/05/24  13:25:04
-        Log: Under versiononly install also the scripts with the version suffix.
-             (e.g. .../bin/h2xs5.7.1)
-     Branch: perl
-          ! installperl
-____________________________________________________________________________
-[ 10194] By: jhi                                   on 2001/05/24  13:02:49
-        Log: Subject: [PATCH] Stop segfault in mg.c:636
-             From: "Richard Soderberg" <rs@crystalflame.net>
-             Date: Thu, 24 May 2001 05:51:52 -0700
-             Message-ID: <NAEKLNAAHLMBPMPNBMLEGEPGDEAA.rs@crystalflame.net>
-     Branch: perl
-          ! mg.c
-____________________________________________________________________________
-[ 10193] By: jhi                                   on 2001/05/24  12:37:13
-        Log: Iteration continues; hopefully convergently.
-     Branch: perl
-          ! t/lib/b-stash.t
-____________________________________________________________________________
-[ 10192] By: jhi                                   on 2001/05/24  12:36:35
-        Log: Subject: [PATCH] CORE::GLOBAL::require override happens too early
-             From: Gisle Aas <gisle@ActiveState.com>
-             Date: 23 May 2001 16:13:10 -0700
-             Message-ID: <lrofsjfym1.fsf@caliper.ActiveState.com>
-     Branch: perl
-          ! op.c toke.c
-____________________________________________________________________________
-[ 10191] By: jhi                                   on 2001/05/24  12:25:12
-        Log: Subject: [PATCH] lib/dumpvar.pl, lib/perl5db.pl - fix warnings
-             From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
-             Date: Thu, 24 May 2001 05:05:22 -0500
-             Message-ID: <20010524050522.A18997@staff1.cso.uiuc.edu>
-     Branch: perl
-          ! lib/dumpvar.pl lib/perl5db.pl
-____________________________________________________________________________
-[ 10190] By: jhi                                   on 2001/05/24  12:24:07
-        Log: Subject: Re: [ID 20010524.001] perl5db.pl   x @INC  doesn't work like it used to
-             From: David Dyck <dcd@tc.fluke.com>
-             Date: Thu, 24 May 2001 01:42:09 -0700 (PDT)
-             Message-ID: <Pine.LNX.4.33.0105240134580.5179-100000@dd.tc.fluke.com>
-     Branch: perl
-          ! lib/perl5db.pl
-____________________________________________________________________________
-[ 10189] By: jhi                                   on 2001/05/23  22:43:31
-        Log: Tiny pod nits on READMEs, mostly whitespace issues.
-     Branch: perl
-          ! README.amiga README.dos README.macos README.mpeix README.vmesa
-          ! README.win32
-____________________________________________________________________________
-[ 10188] By: jhi                                   on 2001/05/23  22:26:03
-        Log: The DG/UX part of the 20010521.005.
-     Branch: perl
-          ! README.dgux
-____________________________________________________________________________
-[ 10187] By: jhi                                   on 2001/05/23  22:04:05
-        Log: Subject: Re: [ID 20000716.007] \G in a m//g expression causes problems 
-             From: Hugo <hv@crypt.compulink.co.uk>
-             Date: Mon, 21 May 2001 16:32:02 +0100
-             Message-Id: <200105211532.QAA03999@crypt.compulink.co.uk>
-     Branch: perl
-          ! regcomp.c t/op/misc.t
-____________________________________________________________________________
-[ 10186] By: jhi                                   on 2001/05/23  21:42:15
-        Log: Subject: [PATCH] Extra UNIVERSAL tests
-             From: Mike Guy <mjtg@cam.ac.uk>
-             Date: Wed, 23 May 2001 12:29:20 +0100
-             Message-Id: <E152WpM-0001yP-00@virgo.cus.cam.ac.uk>
-     Branch: perl
-          ! t/op/universal.t
-____________________________________________________________________________
-[ 10185] By: jhi                                   on 2001/05/23  21:38:48
-        Log: Subject: [PATCH] Remove EQ keyword
-             From: Mike Guy <mjtg@cam.ac.uk>
-             Message-Id: <E152Vhp-00072x-00@virgo.cus.cam.ac.uk>
-             Date: Wed, 23 May 2001 11:17:29 +0100
-     Branch: perl
-          ! keywords.h keywords.pl
-____________________________________________________________________________
-[ 10184] By: jhi                                   on 2001/05/23  21:29:41
-        Log: Subject: [PATCH] lib/perl5db.pl
-             From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
-             Date: Wed, 23 May 2001 02:18:03 -0500
-             Message-ID: <20010523021803.A21965@staff1.cso.uiuc.edu>
-     Branch: perl
-          ! lib/perl5db.pl
-____________________________________________________________________________
-[ 10183] By: jhi                                   on 2001/05/23  21:27:54
-        Log: Subject: [PATCH lib/Term/Cap.pm] Avoid -W warnings in Tgetent and Tputs
-             From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
-             Date: Tue, 22 May 2001 23:34:41 -0500
-             Message-ID: <20010522233441.A12431@staff1.cso.uiuc.edu>
-     Branch: perl
-          ! lib/Term/Cap.pm
-____________________________________________________________________________
-[ 10182] By: jhi                                   on 2001/05/23  21:24:30
-        Log: Subject: [PATCH emacs/e2ctags.pl] big speedup
-             From: davem@fdgroup.co.uk
-             Date: Tue, 22 May 2001 22:08:09 +0100 (BST)
-             Message-Id: <200105222108.WAA09442@gizmo.fdgroup.co.uk>
-     Branch: perl
-          ! emacs/e2ctags.pl
-____________________________________________________________________________
-[ 10181] By: jhi                                   on 2001/05/23  21:23:29
-        Log: Subject: [PATCH lib/vars.pm] Sensible minimum version
-             From: Michael G Schwern <schwern@pobox.com>
-             Date: Tue, 22 May 2001 14:15:09 +0100
-             Message-ID: <20010522141509.J701@blackrider.blackstar.co.uk>
-     Branch: perl
-          ! lib/vars.pm
-____________________________________________________________________________
-[ 10180] By: jhi                                   on 2001/05/23  21:22:14
-        Log: Subject: [PATCH lib/vars.pm] Odd code nit
-             From: Michael G Schwern <schwern@pobox.com>
-             Date: Tue, 22 May 2001 14:14:28 +0100
-             Message-ID: <20010522141427.I701@blackrider.blackstar.co.uk>
-     Branch: perl
-          ! lib/vars.pm
-____________________________________________________________________________
-[ 10179] By: jhi                                   on 2001/05/23  21:19:51
-        Log: Use the new use vars feature.
-     Branch: perl
-          ! t/lib/b-stash.t
-____________________________________________________________________________
-[ 10178] By: jhi                                   on 2001/05/23  21:19:28
-        Log: Subject: [PATCH] vars.pm to support qualified variables (was Re: [ID 20010521.001])
-             From: Mike Guy <mjtg@cam.ac.uk>
-             Sender: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
-             Date: Tue, 22 May 2001 13:11:39 +0100
-     Branch: perl
-          + t/pragma/vars.t
-          ! MANIFEST lib/vars.pm t/lib/1_compile.t
-____________________________________________________________________________
-[ 10177] By: jhi                                   on 2001/05/23  21:01:48
-        Log: -qlongdouble considered harmful by Merijn.
-     Branch: perl
-          ! hints/aix.sh
-____________________________________________________________________________
-[ 10176] By: jhi                                   on 2001/05/21  13:21:21
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[ 10175] By: jhi                                   on 2001/05/21  13:17:28
-        Log: Add a test of its very own for Fcntl.  Hopefully portable.
-     Branch: perl
-          + t/lib/fcntl.t
-          ! MANIFEST
-____________________________________________________________________________
-[ 10174] By: jhi                                   on 2001/05/21  12:45:41
-        Log: Must be trickier for 'minitest' not to die.
-     Branch: perl
-          ! t/op/taint.t
-____________________________________________________________________________
-[ 10173] By: jhi                                   on 2001/05/21  11:24:43
-        Log: Can't declare other people's variables.
-     Branch: perl
-          ! t/lib/b-stash.t
-____________________________________________________________________________
-[ 10172] By: jhi                                   on 2001/05/20  20:33:08
-        Log: Fix for ID 20010519.003: sysopen() wasn't tainting :-(
-     Branch: perl
-          ! doio.c t/op/taint.t
-____________________________________________________________________________
-[ 10171] By: jhi                                   on 2001/05/20  20:18:45
-        Log: The OS/2 variable needs to be declared.
-     Branch: perl
-          ! t/lib/b-stash.t
-____________________________________________________________________________
-[ 10170] By: nick                                  on 2001/05/20  16:48:29
-        Log: Integrate mainline
-     Branch: perlio
-         !> (integrate 41 files)
-____________________________________________________________________________
-[ 10169] By: jhi                                   on 2001/05/20  11:50:20
-        Log: Small perlsec updates: clarify the taintedness of filename
-             globbing; suggest using Scalar::Util::tainted().
-     Branch: perl
-          ! pod/perlsec.pod
-____________________________________________________________________________
-[ 10168] By: jhi                                   on 2001/05/20  11:24:11
-        Log: Subject: [PATCH 5.7.1@10135] [LARGE!] symbolic magic
-             From: Dave Mitchell <davem@fdgroup.co.uk>
-             Date: Sat, 19 May 2001 20:12:56 +0100 (BST)
-             Message-Id: <200105191912.UAA23925@gizmo.fdgroup.co.uk>
-     Branch: perl
-          ! av.c cc_runtime.h doop.c dump.c gv.c hv.c mg.c op.c perl.c
-          ! perl.h perlio.c pod/perlguts.pod pp.c pp_ctl.c pp_hot.c
-          ! pp_sys.c regexec.c scope.c sv.c t/lib/peek.t taint.c util.c
-          ! xsutils.c
-____________________________________________________________________________
-[ 10167] By: jhi                                   on 2001/05/20  11:12:14
-        Log: Subject: [PATCH 5.6.1] DLL descriptions on OS/2
-             From: Ilya Zakharevich <ilya@math.ohio-state.edu>
-             Date: Sat, 19 May 2001 04:08:46 -0400
-             Message-ID: <20010519040846.A16969@math.ohio-state.edu>
-     Branch: perl
-          ! lib/ExtUtils/Mksymlists.pm makedef.pl
-____________________________________________________________________________
-[ 10166] By: jhi                                   on 2001/05/20  11:08:27
-        Log: Subject: [PATCH 5.6.1] DLL name mangling on OS/2
-             From: Ilya Zakharevich <ilya@math.ohio-state.edu>
-             Date: Sat, 19 May 2001 04:30:45 -0400
-             Message-ID: <20010519043045.A17033@math.ohio-state.edu>
-     Branch: perl
-          ! os2/os2.c
-____________________________________________________________________________
-[ 10165] By: jhi                                   on 2001/05/20  11:07:06
-        Log: Subject: [PATCH 5.6.1] build bugs OS/2
-             From: Ilya Zakharevich <ilya@math.ohio-state.edu>
-             Date: Sat, 19 May 2001 04:35:28 -0400
-             Message-ID: <20010519043528.A17363@math.ohio-state.edu>
-     Branch: perl
-          ! os2/Makefile.SHs os2/os2.c
-____________________________________________________________________________
-[ 10164] By: jhi                                   on 2001/05/20  11:06:01
-        Log: Subject: [PATCH 5.6.1] Mis-Failing tests
-             From: Ilya Zakharevich <ilya@math.ohio-state.edu>
-             Date: Sat, 19 May 2001 04:04:23 -0400
-             Message-ID: <20010519040423.A16861@math.ohio-state.edu>
-             
-             (In bleadperl patched b-stash.t instead of b.t)
-     Branch: perl
-          ! t/lib/b-stash.t t/lib/bigfltpm.t
-____________________________________________________________________________
-[ 10163] By: jhi                                   on 2001/05/20  10:59:46
-        Log: Subject: [PATCH 5.6.1] perl5db
-             From: Ilya Zakharevich <ilya@math.ohio-state.edu>
-             Date: Sat, 19 May 2001 03:49:09 -0400
-             Message-ID: <20010519034909.A14902@math.ohio-state.edu>
-     Branch: perl
-          ! lib/perl5db.pl
-____________________________________________________________________________
-[ 10162] By: jhi                                   on 2001/05/20  10:58:18
-        Log: Subject: [PATCH] require $mod where $mod has touched numeric context
-             From: Gisle Aas <gisle@ActiveState.com>
-             Date: 18 May 2001 14:24:51 -0700
-             Message-ID: <lr3da2cpuk.fsf@caliper.ActiveState.com>
-     Branch: perl
-          ! pp_ctl.c
-____________________________________________________________________________
-[ 10161] By: jhi                                   on 2001/05/20  10:57:00
-        Log: Subject: [PATCH] Chomp should not always stringify
-             From: Gisle Aas <gisle@ActiveState.com>
-             Date: 18 May 2001 07:55:25 -0700
-             Message-ID: <lrk83eogf6.fsf@caliper.ActiveState.com>
-     Branch: perl
-          ! doop.c t/op/chop.t
-____________________________________________________________________________
-[ 10160] By: jhi                                   on 2001/05/20  10:49:40
-        Log: Integrate perlio:
-             
-             [ 10159]
-             Document some more of open's features.
-     Branch: perl
-         !> pod/perlfunc.pod
-____________________________________________________________________________
-[ 10159] By: nick                                  on 2001/05/20  09:39:46
-        Log: Document some more of open's features.
-     Branch: perlio
-          ! pod/perlfunc.pod
-____________________________________________________________________________
-[ 10158] By: gsar                                  on 2001/05/18  18:43:38
-        Log: back out change#10153 (it has compatibility issues such as the
-             changed behavior of /[~%@+-]/, and after talking to Jarkko, the
-             benefit for 5.6.x doesn't seem worth the risk)
-     Branch: maint-5.6/perl
-          ! toke.c
-____________________________________________________________________________
-[ 10157] By: jhi                                   on 2001/05/18  17:05:40
-        Log: \$escaping the $vars in !GROK!THIS! section is a good idea.
-     Branch: perl
-          ! x2p/s2p.PL
-____________________________________________________________________________
-[ 10156] By: jhi                                   on 2001/05/18  12:06:40
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[ 10155] By: jhi                                   on 2001/05/18  11:58:57
-        Log: Integrate change #10144 from maintperl.
-             
-             s/CONFIGDOTSH/PERL_CONFIG_SH/ for Win32, too.
-     Branch: perl
-         !> win32/config.bc win32/config.gc win32/config.vc
-         !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
-____________________________________________________________________________
-[ 10154] By: nick                                  on 2001/05/18  07:23:03
-        Log: Integrate mainline.
-     Branch: perlio
-         +> README.dgux t/lib/i18n-collate.t utils.lst
-         !> (integrate 49 files)
-____________________________________________________________________________
-[ 10153] By: jhi                                   on 2001/05/18  00:41:51
-        Log: Integrate change #7224 from mainline into maintperl.
-             
-             Allow @+ and @- to be doublequoted, from Simon Cozens. 
-             (Approved by Larry, see Tom's comment in 20000830.005.)
-     Branch: maint-5.6/perl
-         !> toke.c
-____________________________________________________________________________
-[ 10152] By: jhi                                   on 2001/05/17  23:18:15
-        Log: Subject: [PATCH bleadperl] small lookbehind fix
-             From: Hugo <hv@crypt.compulink.co.uk>
-             Date: Fri, 18 May 2001 00:07:19 +0100
-             Message-Id: <200105172307.AAA06142@crypt.compulink.co.uk>
-     Branch: perl
-          ! regexec.c
-____________________________________________________________________________
-[ 10151] By: jhi                                   on 2001/05/17  22:00:06
-        Log: Detypos.
-     Branch: perl
-          ! installman utils.lst
-____________________________________________________________________________
-[ 10150] By: jhi                                   on 2001/05/17  20:32:48
-        Log: Add better debug to glob/basic #8 as suggested by Nick Clark
-             in 20001222.001.
-     Branch: perl
-          ! t/lib/glob-basic.t
-____________________________________________________________________________
-[ 10149] By: jhi                                   on 2001/05/17  20:08:58
-        Log: Subject: [PATCH] Test for bug 20010515.004
-             From: Benjamin Sugars <bsugars@canoe.ca>
-             Date: Thu, 17 May 2001 15:48:18 -0400 (EDT)
-             Message-ID: <Pine.LNX.4.21.0105171544270.9064-100000@marmot.rim.canoe.ca>
-     Branch: perl
-          ! t/op/misc.t
-____________________________________________________________________________
-[ 10148] By: jhi                                   on 2001/05/17  20:06:23
-        Log: Integrate #10145 from maintperl.
-             
-             fix for ID 20010515.004 (needs test)
-     Branch: perl
-         !> pp_hot.c
-____________________________________________________________________________
-[ 10147] By: jhi                                   on 2001/05/17  19:10:46
-        Log: Thinko noticed by Doug MacEachern.
-     Branch: perl
-          ! thread.h
-____________________________________________________________________________
-[ 10146] By: jhi                                   on 2001/05/17  17:30:37
-        Log: Subject: Re: [PATCH] HERE mark in regex
-             From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
-             Date: Thu, 17 May 2001 12:20:33 -0400
-             Message-ID: <20010517122033.B1547290@linguist.thayer.dartmouth.edu> 
-     Branch: perl
-          ! t/op/re_tests
-____________________________________________________________________________
-[ 10145] By: gsar                                  on 2001/05/17  16:59:55
-        Log: fix for ID 20010515.004 (needs test)
-     Branch: maint-5.6/perl
-          ! pp_hot.c
-____________________________________________________________________________
-[ 10144] By: gsar                                  on 2001/05/17  16:39:02
-        Log: s/CONFIGDOTSH/PERL_CONFIG_SH/g
-     Branch: maint-5.6/perl
-          ! win32/config.bc win32/config.gc win32/config.vc
-          ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
-____________________________________________________________________________
-[ 10143] By: jhi                                   on 2001/05/17  14:21:08
-        Log: Macrofy the getspecific (and use it also in util.c)
-     Branch: perl
-          ! thread.h util.c
-____________________________________________________________________________
-[ 10142] By: jhi                                   on 2001/05/17  01:43:50
-        Log: Use the unchecked thread-specific key fetch also in Tru64.
-     Branch: perl
-          ! thread.h
-____________________________________________________________________________
-[ 10141] By: jhi                                   on 2001/05/17  01:41:07
-        Log: Subject: [PATCH 5.6.1]Quick thread speedup
-             From: Dan Sugalski <dan@sidhe.org> 
-             Date: Wed, 16 May 2001 18:05:19 -0400
-             Message-Id: <5.1.0.14.0.20010516175826.01afde08@24.8.96.48>
-     Branch: perl
-          ! thread.h util.c
-____________________________________________________________________________
-[ 10140] By: jhi                                   on 2001/05/16  19:58:29
-        Log: I think this is quite enough testing for a deprecated feature.
-     Branch: perl
-          + t/lib/i18n-collate.t
-          ! MANIFEST t/lib/1_compile.t
-____________________________________________________________________________
-[ 10139] By: jhi                                   on 2001/05/16  18:47:03
-        Log: More HP-UX lore from Jeff Okamoto.
-     Branch: perl
-          ! README.hpux
-____________________________________________________________________________
-[ 10138] By: jhi                                   on 2001/05/16  18:21:04
-        Log: Sort utils.lst for easier maintenance.
-     Branch: perl
-          ! utils.lst
-____________________________________________________________________________
-[ 10137] By: jhi                                   on 2001/05/16  18:12:01
-        Log: Subject: Re: [PATCH] Abstract "utility" information from installman
-             From: Tim Jenness <t.jenness@jach.hawaii.edu>
-             Date: Wed, 16 May 2001 08:59:59 -1000 (HST)
-             Message-ID: <Pine.LNX.4.33.0105160858480.2488-100000@lapaki.jach.hawaii.edu>
-             
-             Add pod2latex to utils.lst.
-     Branch: perl
-          ! MANIFEST utils.lst
-____________________________________________________________________________
-[ 10136] By: jhi                                   on 2001/05/16  18:00:00
-        Log: Subject: Re: [PATCH] HERE mark in regex
-             From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
-             Date: Wed, 16 May 2001 13:04:43 -0400
-             Message-ID: <20010516130443.E1516273@linguist.thayer.dartmouth.edu> 
-     Branch: perl
-          ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
-          ! t/op/regmesg.t t/pragma/warn/regcomp
-____________________________________________________________________________
-[ 10135] By: jhi                                   on 2001/05/16  17:51:50
-        Log: Subject: Re: [PATCH] Abstract "utility" information from installman
-             From: Simon Cozens <simon@netthink.co.uk>
-             Date: Wed, 16 May 2001 18:02:08 +0100
-             Message-ID: <20010516180208.A6458@netthink.co.uk>
-     Branch: perl
-          ! installman utils.lst
-____________________________________________________________________________
-[ 10134] By: jhi                                   on 2001/05/16  17:47:26
-        Log: Subject: Re: [ID 20010515.001] -DPERL_Y2KWARN doesn't do what it should (Not OK: perl v5.7.1 +DEVEL10104 on i586-linux 2.2.16-22 (UNINST
-             From: "Philip Newton" <pnewton@gmx.de>
-             Date: Tue, 15 May 2001 15:09:30 +0200
-             Message-ID: <3B0146AA.2839.17BFDA6@localhost>
-             
-             Test case for #10128.
-     Branch: perl
-          ! t/pragma/warn/pp_hot
-____________________________________________________________________________
-[ 10133] By: jhi                                   on 2001/05/16  15:12:52
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[ 10132] By: jhi                                   on 2001/05/16  14:50:55
-        Log: Deprecate pseudo-hashes.
-     Branch: perl
-          ! pod/perl572delta.pod pod/perlref.pod pod/perltodo.pod
-____________________________________________________________________________
-[ 10131] By: jhi                                   on 2001/05/16  14:26:01
-        Log: HP-UX hints update from Merijn.
-     Branch: perl
-          ! hints/hpux.sh
-____________________________________________________________________________
-[ 10130] By: jhi                                   on 2001/05/16  14:23:01
-        Log: README.hpux update from Merijn.
-     Branch: perl
-          ! README.hpux
-____________________________________________________________________________
-[ 10129] By: jhi                                   on 2001/05/16  14:18:56
-        Log: Subject: Re: [PATCH] Abstract "utility" information from installman
-             From: Simon Cozens <simon@netthink.co.uk>
-             Date: Wed, 16 May 2001 15:57:55 +0100
-             Message-ID: <20010516155755.A4728@netthink.co.uk>
-     Branch: perl
-          + utils.lst
-          ! MANIFEST installman installperl
-____________________________________________________________________________
-[ 10128] By: jhi                                   on 2001/05/16  14:15:36
-        Log: Subject: Re: [ID 20010515.001] -DPERL_Y2KWARN doesn't do what it should (Not OK: perl v5.7.1 +DEVEL10104 on i586-linux 2.2.16-22 (UNINST
-             From: "Philip Newton" <pnewton@gmx.de>
-             Date: Tue, 15 May 2001 16:31:05 +0200
-             Message-ID: <3B0159C9.1905.1C6AEF9@localhost>
-             
-             Fix PERL_Y2KWARN test to check before rather than after appending.
-     Branch: perl
-          ! pp_hot.c
-____________________________________________________________________________
-[ 10127] By: jhi                                   on 2001/05/16  14:08:15
-        Log: Regen Porting stuff.
-     Branch: perl
-          ! Configure Porting/Glossary Porting/config.sh Porting/config_H
-          ! config_h.SH
-____________________________________________________________________________
-[ 10126] By: jhi                                   on 2001/05/16  13:41:50
-        Log: Metaconfig unit change for #10125.
-     Branch: metaconfig
-          ! U/modified/Oldconfig.U
-____________________________________________________________________________
-[ 10125] By: jhi                                   on 2001/05/16  13:41:35
-        Log: Use OSVERS.
-     Branch: perl
-          ! Configure config_h.SH perl.c
-____________________________________________________________________________
-[ 10124] By: jhi                                   on 2001/05/16  13:41:09
-        Log: Regen toc.
-     Branch: perl
-          ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
-____________________________________________________________________________
-[ 10123] By: jhi                                   on 2001/05/16  13:25:38
-        Log: Adding the README.dgux to the MANIFEST would be a good idea.
-     Branch: perl
-          ! MANIFEST
-____________________________________________________________________________
-[ 10122] By: jhi                                   on 2001/05/16  13:08:33
-        Log: Move the stack desire definition to thread.h.
-     Branch: perl
-          ! ext/Thread/Thread.xs thread.h
-____________________________________________________________________________
-[ 10121] By: jhi                                   on 2001/05/16  13:00:12
-        Log: DG-UX threading patches, including a README.dgux,
-             from Takis Psarogiannakopoulos.
-     Branch: perl
-          + README.dgux
-          ! config_h.SH ext/Thread/Thread.xs hints/dgux.sh perl.c
-____________________________________________________________________________
-[ 10120] By: jhi                                   on 2001/05/16  12:55:33
-        Log: Subject: [PATCH B::Deparse] More on /x regexes
-             From: Robin Houston <robin@kitsite.com>
-             Date: Tue, 15 May 2001 19:09:35 +0100
-             Message-ID: <20010515190935.A27268@penderel>
-     Branch: perl
-          ! ext/B/B/Deparse.pm
-____________________________________________________________________________
-[ 10119] By: jhi                                   on 2001/05/16  12:45:29
-        Log: Document that the core time() may be rounding rather
-             than truncating, would have saved at least my confusion.
-     Branch: perl
-          ! ext/Time/HiRes/HiRes.pm
-____________________________________________________________________________
-[ 10118] By: jhi                                   on 2001/05/16  12:37:57
-        Log: Subject: perl-current/t/time-hires.t
-             From: John Peacock <jpeacock@rowman.com>
-             Date: Fri, 11 May 2001 14:09:41 -0400
-             Message-ID: <3AFC2AE5.5E787E54@rowman.com>
-     Branch: perl
-          ! t/lib/time-hires.t
-____________________________________________________________________________
-[ 10117] By: jhi                                   on 2001/05/15  13:40:33
-        Log: Subject: [PATCH dump.c] Op private flags
-             From: Simon Cozens <simon@netthink.co.uk>
-             Date: Sun, 13 May 2001 20:20:36 +0100
-             Message-ID: <20010513202036.A21896@netthink.co.uk>
-     Branch: perl
-          ! dump.c
-____________________________________________________________________________
-[ 10116] By: jhi                                   on 2001/05/15  13:28:26
-        Log: Upgrade to Switch 2.03.
-     Branch: perl
-          ! lib/Switch.pm
-____________________________________________________________________________
-[ 10115] By: jhi                                   on 2001/05/15  13:19:01
-        Log: Integrate change #10113 from mainline: rename CONFIGDOTSH
-             to PERL_CONFIG_SH and use it consistently.
-     Branch: maint-5.6/perl
-         !> Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
-         !> configpm configure.com makeaperl.SH makedepend.SH makedir.SH
-         !> myconfig.SH writemain.SH
-____________________________________________________________________________
-[ 10114] By: jhi                                   on 2001/05/15  13:13:21
-        Log: Metaconfig units changes for #10113.
-     Branch: metaconfig
-          ! U/modified/Config_h.U U/modified/Extract.U U/modified/Oldsym.U
-____________________________________________________________________________
-[ 10113] By: jhi                                   on 2001/05/15  13:12:40
-        Log: The problem described in 20010514.031 still wasn't
-             fully cured, there were remnants of $CONFIG when
-             $CONFIGDOTSH was expected.  Now renamed to PERL_CONFIG_SH
-             to avoid future conflicts.
-     Branch: perl
-          ! Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
-          ! configpm configure.com makeaperl.SH makedepend.SH makedir.SH
-          ! myconfig.SH writemain.SH
-____________________________________________________________________________
-[ 10112] By: jhi                                   on 2001/05/15  11:55:44
-        Log: Half of #10107 got lost.
-     Branch: perl
-          ! ext/B/B/Deparse.pm
-____________________________________________________________________________
-[ 10111] By: nick                                  on 2001/05/15  08:39:14
-        Log: Integrate mainline.
-     Branch: perlio
-         +> ext/POSIX/hints/uts.pl
-          - Todo Todo-5.6 t/camel-III/vstring.t
-         !> (integrate 48 files)
-____________________________________________________________________________
-[ 10110] By: jhi                                   on 2001/05/15  02:04:05
-        Log: Subject: [PATCH TestInit.pm] Give Deparse tester a fair chance
-             From: Robin Houston <robin@kitsite.com>
-             Date: Mon, 14 May 2001 22:27:08 +0100
-             Message-ID: <20010514222708.A22963@penderel>
-     Branch: perl
-          ! t/TestInit.pm
-____________________________________________________________________________
-[ 10109] By: jhi                                   on 2001/05/15  02:03:12
-        Log: Subject: [PATCH B::Deparse] Lvaluable method calls
-             From: Robin Houston <robin@kitsite.com>
-             Date: Mon, 14 May 2001 22:16:43 +0100
-             Message-ID: <20010514221643.A22437@penderel>
-     Branch: perl
-          ! ext/B/B/Deparse.pm
-____________________________________________________________________________
-[ 10108] By: jhi                                   on 2001/05/15  02:02:17
-        Log: Subject: [PATCH B::Deparse] C<$foo =~ give_me_a_regex>; /x modifier
-             From: Robin Houston <robin@kitsite.com>
-             Date: Mon, 14 May 2001 22:03:44 +0100
-             Message-ID: <20010514220344.A20643@penderel>
-     Branch: perl
-          ! ext/B/B/Deparse.pm
-____________________________________________________________________________
-[ 10107] By: jhi                                   on 2001/05/15  02:01:24
-        Log: Subject: [PATCH B::Deparse] "${foo}_bar"
-             From: Robin Houston <robin@kitsite.com>
-             Date: Mon, 14 May 2001 22:10:07 +0100
-             Message-ID: <20010514221007.A21118@penderel>
-     Branch: perl
-          ! ext/B/B/Deparse.pm
-____________________________________________________________________________
-[ 10106] By: jhi                                   on 2001/05/15  01:41:26
-        Log: Fix for 20010514.037; substr() didn't invalidate the locale
-             collation magic.
-     Branch: perl
-          ! pp.c
-____________________________________________________________________________
-[ 10105] By: jhi                                   on 2001/05/14  18:18:24
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[ 10104] By: jhi                                   on 2001/05/14  18:09:07
-        Log: Retract #10094.
-     Branch: perl
-          ! lib/Pod/Text.pm
-____________________________________________________________________________
-[ 10103] By: jhi                                   on 2001/05/14  15:20:58
-        Log: Integrate change #10100 from maintperl.
-             
-             PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
-             bug ID 20010514.027)
-     Branch: perl
-         !> mg.c pp_ctl.c
-____________________________________________________________________________
-[ 10102] By: jhi                                   on 2001/05/14  15:19:21
-        Log: Document the deprecatedness of suidperl.
-     Branch: perl
-          ! INSTALL pod/perlfaq1.pod
-____________________________________________________________________________
-[ 10101] By: jhi                                   on 2001/05/14  14:54:31
-        Log: Subject: Re: [ID 20010514.022] Makemaker a bit too prefix-happy
-             From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
-             Date: Mon, 14 May 2001 09:38:59 -0400
-             Message-ID: <20010514093859.A1479715@linguist.thayer.dartmouth.edu>
-     Branch: perl
-          ! lib/ExtUtils/MM_Unix.pm
-____________________________________________________________________________
-[ 10100] By: gsar                                  on 2001/05/14  14:43:50
-        Log: PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
-             bug ID 20010514.027)
-             
-             TODO: this needs a testsuite addition
-     Branch: maint-5.6/perl
-          ! mg.c pp_ctl.c
-____________________________________________________________________________
-[ 10099] By: jhi                                   on 2001/05/14  13:42:38
-        Log: More DWIMminess for Class::Struct: calling the array or hash
-             accessors only with one argument, an array or a hash reference,
-             sets the underlying array or hash.  This mirrors nicely also
-             the usage in the constructor.
-             From Bernd Sokolowsky <ulmo@garozzo.franken.de>, via Damian Conway.
-     Branch: perl
-          ! lib/Class/Struct.pm t/lib/class-struct.t
-____________________________________________________________________________
-[ 10098] By: jhi                                   on 2001/05/14  13:10:34
-        Log: Reference cmp'ing should go through the whole stringification
-             process shebang, as pointed out by Sarathy in #10091.
-     Branch: perl
-          ! pp.c
-____________________________________________________________________________
-[ 10097] By: jhi                                   on 2001/05/14  12:54:31
-        Log: Subject: Re: [LONG] Cleaning up Todo/Todo-5.6/perltodo
-             From: Simon Cozens <simon@netthink.co.uk>
-             Date: Sat, 12 May 2001 16:36:27 +0100
-             Message-ID: <20010512163627.A5522@netthink.co.uk>
-             
-             with some additions salvaged from Todo and Todo-5.6 before
-             retiring them.
-     Branch: perl
-          - Todo Todo-5.6
-          ! MANIFEST pod/perltodo.pod
-____________________________________________________________________________
-[ 10096] By: jhi                                   on 2001/05/14  12:37:01
-        Log: Subject: [ID 20010514.025] _SVID3 in <sys/statvfs.h>
-             From: "Golubev I. N." <gin@mo.msk.ru>
-             Date: Mon, 07 May 2001 14:33:34 (GMT)
-             Message-Id: <02453af6b23e63-gin@mo.msk.ru>
-     Branch: perl
-          ! perl.h
-____________________________________________________________________________
-[ 10095] By: jhi                                   on 2001/05/14  12:34:24
-        Log: Subject: [ID 20010514.022] Makemaker a bit too prefix-happy
-             From: "Todd C. Miller" <Todd.Miller@courtesan.com>
-             Date: Mon, 7 May 2001 09:35:57 -0600 (MDT)
-             Message-Id: <200105071535.f47FZvf27235@xerxes.courtesan.com>
-     Branch: perl
-          ! lib/ExtUtils/MM_Unix.pm
-____________________________________________________________________________
-[ 10094] By: jhi                                   on 2001/05/14  12:32:44
-        Log: (Retracted by #10104.)
-             
-             Subject: [PATCH bleadperl Pod::Text] avoid overquoting [Was: rand(0) is rand(1)]
-             From: barries <barries@slaysys.com>
-             Date: Sat, 12 May 2001 01:28:10 -0400
-             Message-ID: <20010512012810.B26358@jester.slaysys.com>
-     Branch: perl
-          ! lib/Pod/Text.pm
-____________________________________________________________________________
-[ 10093] By: jhi                                   on 2001/05/14  12:30:38
-        Log: Subject: [PATCH] Incorrect line numbers in AutoSplit
-             From: Mike Guy <mjtg@cam.ac.uk>
-             Date: Sat, 12 May 2001 19:24:33 +0100
-             Message-Id: <E14ye49-0006Fn-00@libra.cus.cam.ac.uk>
-     Branch: perl
-          ! lib/AutoSplit.pm
-____________________________________________________________________________
-[ 10092] By: jhi                                   on 2001/05/14  12:29:21
-        Log: Yet another HP-UX hints tweak from Merijn.
-     Branch: perl
-          ! hints/hpux.sh
-____________________________________________________________________________
-[ 10091] By: gsar                                  on 2001/05/14  04:38:32
-        Log: $ref1 == $ref2 behaves unpredictably on platforms where NV_PRESERVES_UV
-             isn't defined (changes#9366,9368,9370 from mainline without the
-             pp_scmp() change)
-     Branch: maint-5.6/perl
-          ! pp.c pp.h pp_hot.c
-____________________________________________________________________________
-[ 10090] By: jhi                                   on 2001/05/12  13:39:43
-        Log: The sorting seems to happen now automatically.
-     Branch: perl
-          ! t/lib/glob-basic.t
-____________________________________________________________________________
-[ 10089] By: jhi                                   on 2001/05/12  03:38:15
-        Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
-             From: Benjamin Sugars <bsugars@canoe.ca>
-             Date: Fri, 11 May 2001 11:36:04 -0400 (EDT)
-             Message-ID: <Pine.LNX.4.21.0105111131540.1804-100000@marmot.rim.canoe.ca>
-     Branch: perl
-          ! pod/perlfunc.pod
-____________________________________________________________________________
-[ 10088] By: jhi                                   on 2001/05/12  03:37:00
-        Log: Subject: Re: undef(&foo) does not work for XS functions
-             From: Doug MacEachern <dougm@covalent.net>
-             Date: Fri, 11 May 2001 16:52:29 -0700 (PDT)
-             Message-ID: <Pine.LNX.4.21.0105111647240.4478-100000@mako.covalent.net>
-     Branch: perl
-          ! op.c
-____________________________________________________________________________
-[ 10087] By: jhi                                   on 2001/05/12  03:35:58
-        Log: Subject: [PATCH: perl@10086] fixup t/op/append.t for UTF-EBCDIC
-             From: Peter Prymmer <pvhp@forte.com>
-             Date: Fri, 11 May 2001 17:38:43 -0700 (PDT)
-             Message-ID: <Pine.OSF.4.10.10105111736190.73589-100000@aspara.forte.com>
-     Branch: perl
-          ! t/op/append.t
-____________________________________________________________________________
-[ 10086] By: jhi                                   on 2001/05/11  14:23:08
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[ 10085] By: jhi                                   on 2001/05/11  14:08:20
-        Log: Remove the 'asciir' re subpragma.  Should instead implement
-             the 'physical vs logical' range scheme:
-             
-             \xAA-\xCC is a native physical range, you want that range of
-             codepoints in your native encoding.  In EBCDIC the codepoints
-             in the gaps (between i-j and r-s) should be included.
-             
-             \x{AA}-\x{CC} is a physical Unicode range, you want that range of
-             codepoints in Unicode.
-             
-             a-z is a logical range, you want that range of 'logical' codepoints
-             in your native encoding.  In EBCDIC the codepoints in the gaps
-             (between i-j and r-s) should not be included.
-             
-             Mixed cases (a-\xAA, etc) should either be errors, or maybe
-             the 'logical' endpoints should be converted to native/Unicode
-             codepoints, and the range handled as a physical range.
-             
-             'Logical endpoints' are to be recognized only in the A-Z, a-z,
-             and 0-9 ranges.  Probably a warning should be given for mixed
-             cases like A-z or a-9 (since such expressions are encoding
-             dependent), with a recommendation to use physical ranges.
-     Branch: perl
-          ! ext/re/re.pm perl.h regcomp.c regcomp.h t/op/pat.t
-          ! t/op/regexp.t
-____________________________________________________________________________
-[ 10084] By: jhi                                   on 2001/05/11  13:56:16
-        Log: Make the test to cleanup the test directory tree
-             both before and after the testing so that we always
-             have a clean slate to work with.
-     Branch: perl
-          ! t/lib/filefind.t
-____________________________________________________________________________
-[ 10083] By: jhi                                   on 2001/05/11  13:46:30
-        Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
-             From: Jon Eveland <jweveland@yahoo.com>
-             Date: Fri, 11 May 2001 07:36:28 -0700 (PDT)
-             Message-ID: <20010511143628.24225.qmail@web10402.mail.yahoo.com>
-     Branch: perl
-          ! pod/perlfunc.pod
-____________________________________________________________________________
-[ 10082] By: jhi                                   on 2001/05/11  13:45:06
-        Log: Merge the camel-III/vstring.t with op/ver.t.
-     Branch: perl
-          - t/camel-III/vstring.t
-          ! MANIFEST t/TEST t/harness t/op/ver.t
-____________________________________________________________________________
-[ 10081] By: jhi                                   on 2001/05/11  13:15:55
-        Log: Add test.deparse make target.
-     Branch: perl
-          ! Makefile.SH
-____________________________________________________________________________
-[ 10080] By: jhi                                   on 2001/05/11  12:52:49
-        Log: Subject: [PATCH B::Deparse] $foo->bar(0)
-             From: Robin Houston <robin@kitsite.com>
-             Date: Fri, 11 May 2001 12:02:22 +0100
-             Message-ID: <20010511120222.A11529@penderel>
-     Branch: perl
-          ! ext/B/B/Deparse.pm t/op/method.t
-____________________________________________________________________________
-[ 10079] By: jhi                                   on 2001/05/11  01:59:06
-        Log: A nicely working combination for UTS from Hal Morris.
-     Branch: perl
-          + ext/POSIX/hints/uts.pl
-          ! MANIFEST hints/uts.sh
-____________________________________________________________________________
-[ 10078] By: jhi                                   on 2001/05/11  01:15:04
-        Log: i_ieeefp=undef for UTS.
-     Branch: perl
-          ! hints/uts.sh
-____________________________________________________________________________
-[ 10077] By: jhi                                   on 2001/05/10  22:42:35
-        Log: Subject: RE: rand(0) is rand(1)
-             From: Larry Shatzer <lshatzer@islanddata.com>
-             Date: Thu, 10 May 2001 11:09:27 -0700
-             Message-ID: <95CD90709D74D4118F4600D0B79E8BC9995027@mail.islanddata.com>
-     Branch: perl
-          ! pod/perlfunc.pod
-____________________________________________________________________________
-[ 10076] By: jhi                                   on 2001/05/10  22:36:50
-        Log: Subject: [patch] make op_{clear,null} public
-             From: Doug MacEachern <dougm@covalent.net>
-             Date: Thu, 10 May 2001 15:54:09 -0700 (PDT)
-             Message-ID: <Pine.LNX.4.21.0105101546510.2962-100000@mako.covalent.net>
-     Branch: perl
-          ! embed.h embed.pl op.c proto.h
-____________________________________________________________________________
-[ 10075] By: jhi                                   on 2001/05/10  22:28:36
-        Log: Subject: [PATCH B.xs] Extend tr/\0-\377/blah/c support
-             From: Robin Houston <robin@kitsite.com>
-             Date: Thu, 10 May 2001 18:54:59 +0100
-             Message-ID: <20010510185459.A5995@penderel>
-     Branch: perl
-          ! ext/B/B.xs ext/B/B/Deparse.pm t/op/tr.t
-____________________________________________________________________________
-[ 10074] By: jhi                                   on 2001/05/10  22:23:41
-        Log: Subject: [PATCH B::Deparse] t/op/64bitint.t
-             From: Robin Houston <robin@kitsite.com>
-             Date: Thu, 10 May 2001 12:56:39 +0100
-             Message-ID: <20010510125639.A2119@penderel>
-     Branch: perl
-          ! ext/B/B/Deparse.pm
-____________________________________________________________________________
-[ 10073] By: jhi                                   on 2001/05/10  14:26:01
-        Log: Retract #10070, not ready yet.
-     Branch: perl
-          ! ext/B/B/Deparse.pm
-____________________________________________________________________________
-[ 10072] By: jhi                                   on 2001/05/10  13:40:24
-        Log: The metaconfig unit change for #10071.
-     Branch: metaconfig
-          ! U/modified/mallocsrc.U
-____________________________________________________________________________
-[ 10071] By: jhi                                   on 2001/05/10  13:39:57
-        Log: The #9525+#9526 didn't allow for overriding usemymalloc.
-     Branch: perl
-          ! Configure
-____________________________________________________________________________
-[ 10070] By: jhi                                   on 2001/05/10  13:18:42
-        Log: (Retracted by #10073)
-             
-             Subject: Re: [PATCH t/TEST] B::Deparse tester 
-             From: Hugo <hv@crypt.compulink.co.uk>
-             Date: Thu, 10 May 2001 05:48:09 +0100
-             Message-Id: <200105100448.FAA13584@crypt.compulink.co.uk>
-     Branch: perl
-          ! ext/B/B/Deparse.pm
-____________________________________________________________________________
-[ 10069] By: jhi                                   on 2001/05/10  12:24:06
-        Log: Add a for(func()) test.
-     Branch: perl
-          ! t/cmd/for.t
-____________________________________________________________________________
-[ 10068] By: jhi                                   on 2001/05/10  12:16:00
-        Log: Subject: [PATCH B::Deparse] our() lists and foreach loops
-             From: Robin Houston <robin@kitsite.com>
-             Date: Thu, 10 May 2001 13:50:08 +0100
-             Message-ID: <20010510135008.A2454@penderel>
-     Branch: perl
-          ! ext/B/B/Deparse.pm
-____________________________________________________________________________
-[ 10067] By: jhi                                   on 2001/05/10  01:45:03
-        Log: A thinko in #10065.
-     Branch: perl
-          ! hv.c
-____________________________________________________________________________
-[ 10066] By: jhi                                   on 2001/05/10  01:33:12
-        Log: Subject: [PATCH B::Deparse] Fix tr///ansliteration
-             From: Robin Houston <robin@kitsite.com>
-             Date: Thu, 10 May 2001 02:10:34 +0100
-             Message-ID: <20010510021034.A19421@penderel>
-     Branch: perl
-          ! ext/B/B.xs ext/B/B/Deparse.pm
-____________________________________________________________________________
-[ 10065] By: jhi                                   on 2001/05/10  01:30:43
-        Log: Subject: [patch] make hv_fetch{_ent} SvGMAGICAL aware
-             From: Doug MacEachern <dougm@covalent.net>
-             Date: Mon, 7 May 2001 09:50:58 -0700 (PDT)
-             Message-ID: <Pine.LNX.4.21.0105070947060.23808-100000@mako.covalent.net>
-     Branch: perl
-          ! hv.c
-____________________________________________________________________________
-[ 10064] By: jhi                                   on 2001/05/09  23:13:29
-        Log: One more workaround for the UTS compiler from Hal Morris.
-     Branch: perl
-          ! perl.h
-____________________________________________________________________________
-[ 10063] By: jhi                                   on 2001/05/09  23:09:53
-        Log: Subject: [PATCH B::Debug] Show string for PVOP, and referent for RV
-             From: Robin Houston <robin@kitsite.com>
-             Date: Thu, 10 May 2001 01:02:08 +0100
-             Message-ID: <20010510010208.A18200@penderel>
-     Branch: perl
-          ! ext/B/B/Debug.pm
-____________________________________________________________________________
-[ 10062] By: jhi                                   on 2001/05/09  23:06:25
-        Log: Subject: [PATCH] Simplify deb_curcv() a bit
-             From: Benjamin Sugars <bsugars@canoe.ca>
-             Date: Wed, 9 May 2001 18:14:34 -0400 (EDT)
-             Message-ID: <Pine.LNX.4.21.0105091811340.1160-100000@marmot.rim.canoe.ca>
-     Branch: perl
-          ! run.c
-____________________________________________________________________________
-[ 10061] By: jhi                                   on 2001/05/09  23:05:28
-        Log: Subject: [PATCH] Additional test case for PerlIO::Scalar
-             From: Benjamin Sugars <bsugars@canoe.ca>
-             Date: Wed, 9 May 2001 18:03:45 -0400 (EDT)
-             Message-ID: <Pine.LNX.4.21.0105091758220.1160-100000@marmot.rim.canoe.ca>
-     Branch: perl
-          ! t/lib/io_scalar.t
-____________________________________________________________________________
-[ 10060] By: jhi                                   on 2001/05/09  23:04:38
-        Log: Subject: [PATCH: perl@10022] update md5sum for MD5.xs on IBM-1047
-             From: Peter Prymmer <pvhp@forte.com>
-             Date: Wed, 9 May 2001 12:08:02 -0700 (PDT)
-             Message-ID: <Pine.OSF.4.10.10105091205250.455254-100000@aspara.forte.com>
-     Branch: perl
-          ! t/lib/md5-file.t
-____________________________________________________________________________
-[ 10059] By: jhi                                   on 2001/05/09  23:03:52
-        Log: Subject: [PATCH t/TEST] B::Deparse tester
-             From: Robin Houston <robin@kitsite.com>
-             Date: Wed, 9 May 2001 19:17:50 +0100
-             Message-ID: <20010509191750.A16940@penderel>
-     Branch: perl
-          ! ext/B/O.pm t/TEST
-____________________________________________________________________________
-[ 10058] By: jhi                                   on 2001/05/09  23:02:56
-        Log: Subject: [PATCH] Pod::Html -- fixes extra gaps in raw text
-             From: Jeff Pinyan <jeffp@crusoe.net>
-             Date: Wed, 9 May 2001 14:36:25 -0400 (EDT)
-             Message-ID: <Pine.GSO.4.21.0105091430420.357-100000@crusoe.crusoe.net>
-     Branch: perl
-          ! lib/Pod/Html.pm
-____________________________________________________________________________
-[ 10057] By: nick                                  on 2001/05/09  18:37:56
-        Log: Integrate mainline.
-     Branch: perlio
-         !> Changes epoc/epocish.h ext/PerlIO/Scalar/Scalar.xs
-         !> hints/hpux.sh lib/Pod/Html.pm patchlevel.h perlio.c
-____________________________________________________________________________
-[ 10056] By: jhi                                   on 2001/05/09  16:44:44
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[ 10055] By: jhi                                   on 2001/05/09  16:26:47
-        Log: Integrate perlio:
-             
-             [ 10050]
-             win32, regen_config_h
-     Branch: perl
-         !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
-____________________________________________________________________________
-[ 10054] By: jhi                                   on 2001/05/09  16:25:42
-        Log: Subject: Re: [PATCH] Test offset when reading from a PerlIO::Scalar
-             From: Benjamin Sugars <bsugars@canoe.ca>
-             Date: Wed, 9 May 2001 12:42:30 -0400 (EDT)
-             Message-ID: <Pine.LNX.4.21.0105091230110.1516-100000@marmot.rim.canoe.ca>
-     Branch: perl
-          ! perlio.c
-____________________________________________________________________________
-[ 10053] By: jhi                                   on 2001/05/09  16:24:37
-        Log: Subject: [PATCH] Test offset when reading from a PerlIO::Scalar
-             From: Benjamin Sugars <bsugars@canoe.ca>
-             Date: Tue, 8 May 2001 17:09:44 -0400 (EDT)
-             Message-ID: <Pine.LNX.4.21.0105081654140.1212-100000@marmot.rim.canoe.ca>
-     Branch: perl
-          ! ext/PerlIO/Scalar/Scalar.xs
-____________________________________________________________________________
-[ 10052] By: jhi                                   on 2001/05/09  16:19:04
-        Log: Subject: [PATCH] Pod::Html doesn't honor =begin ... =end properly
-             From: Jeff Pinyan <jeffp@crusoe.net>
-             Date: Wed, 9 May 2001 12:35:24 -0400 (EDT)
-             Message-ID: <Pine.GSO.4.21.0105091233430.357-100000@crusoe.crusoe.net>
-     Branch: perl
-          ! lib/Pod/Html.pm
-____________________________________________________________________________
-[ 10051] By: jhi                                   on 2001/05/09  15:30:17
-        Log: EPOC tweak from Olaf Flebbe.
-     Branch: perl
-          ! epoc/epocish.h
-____________________________________________________________________________
-[ 10050] By: nick                                  on 2001/05/09  14:37:57
-        Log: win32, regen_config_h
-     Branch: perlio
-          ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
-____________________________________________________________________________
-[ 10049] By: jhi                                   on 2001/05/09  12:33:39
-        Log: Integrate perlio:
-             
-             [ 10048]
-             If wait() or waitpid() ends due to EINTR despatch perl interrupt handler
-             and re-try. Fixes "perl 5.7.x prefers suicide over killing more than one child."
-     Branch: perl
-         !> pp_sys.c
-____________________________________________________________________________
-[ 10048] By: nick                                  on 2001/05/09  11:59:50
-        Log: If wait() or waitpid() ends due to EINTR despatch perl interrupt handler
-             and re-try. Fixes "perl 5.7.x prefers suicide over killing more than one child."
-     Branch: perlio
-          ! pp_sys.c
-____________________________________________________________________________
-[ 10047] By: jhi                                   on 2001/05/09  10:50:12
-        Log: Integrate perlio:
-             
-             [ 10045]
-             MULTIPLICITY/DEBUGGING build fix.
-     Branch: perl
-         !> run.c
-____________________________________________________________________________
-[ 10046] By: jhi                                   on 2001/05/09  10:49:34
-        Log: Subject: Re: Less warnings during configure
-             From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
-             Date: Wed, 09 May 2001 13:12:49 +0200
-             Message-Id: <20010509125337.995D.H.M.BRAND@hccnet.nl>
-     Branch: perl
-          ! hints/hpux.sh
-____________________________________________________________________________
-[ 10045] By: nick                                  on 2001/05/09  09:56:59
-        Log: MULTIPLICITY/DEBUGGING build fix.
-     Branch: perlio
-          ! run.c
-____________________________________________________________________________
-[ 10044] By: nick                                  on 2001/05/09  09:46:37
-        Log: Merge of mainline (does not build MULTIPLICITY/DEBUGGING issue).
-     Branch: perlio
-         +> hints/atheos.sh pod/perl572delta.pod t/pod/plainer.t
-          - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
-         !> (integrate 65 files)
-____________________________________________________________________________
-[ 10043] By: jhi                                   on 2001/05/08  22:41:49
-        Log: Subject: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
-             From: Robin Houston <robin@kitsite.com>
-             Date: Tue, 8 May 2001 19:38:00 +0100
-             Message-ID: <20010508193800.A4389@penderel>
-             
-             Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
-             From: Robin Houston <robin@kitsite.com>
-             Date: Tue, 8 May 2001 20:03:57 +0100
-             Message-ID: <20010508200357.A4614@penderel>
-             
-             Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
-             From: Robin Houston <robin@kitsite.com>
-             Date: Wed, 9 May 2001 00:12:05 +0100
-             Message-ID: <20010509001205.A18521@puffinry.freeserve.co.uk>
-     Branch: perl
-          ! op.c pod/perldiag.pod t/pragma/overload.t t/pragma/warn/op
-____________________________________________________________________________
-[ 10042] By: jhi                                   on 2001/05/08  22:09:35
-        Log: Retract #10031.
-     Branch: perl
-          ! pod/perlfunc.pod
-____________________________________________________________________________
-[ 10041] By: jhi                                   on 2001/05/08  18:27:34
-        Log: The metaconfig unit changes for #10040.
-     Branch: metaconfig/U/perl
-          ! Checkcc.U d_dlsymun.U dlsrc.U
-____________________________________________________________________________
-[ 10040] By: jhi                                   on 2001/05/08  18:24:47
-        Log: The Configure half of
-             
-             Subject: Less warnings during configure
-             From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
-             Date: Tue, 08 May 2001 08:44:02 +0200
-             Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
-     Branch: perl
-          ! Configure
-____________________________________________________________________________
-[ 10039] By: jhi                                   on 2001/05/08  16:48:31
-        Log: Subject: Less warnings during configure
-             From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
-             Date: Tue, 08 May 2001 08:44:02 +0200
-             Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
-     Branch: perl
-          ! hints/hpux.sh
-____________________________________________________________________________
-[ 10038] By: jhi                                   on 2001/05/08  16:32:07
-        Log: Don't forget to whine about \d__\d.
-     Branch: perl
-          ! t/pragma/warn/toke toke.c
-____________________________________________________________________________
-[ 10037] By: jhi                                   on 2001/05/08  16:07:05
-        Log: Allow underscores also in the exponent part.
-     Branch: perl
-          ! t/pragma/warn/toke toke.c
-____________________________________________________________________________
-[ 10036] By: jhi                                   on 2001/05/08  13:33:55
-        Log: CodeMagicCD doesn't look like an *I*DE.
-     Branch: perl
-          ! pod/perlfaq3.pod
-____________________________________________________________________________
-[ 10035] By: jhi                                   on 2001/05/08  13:27:48
-        Log: Add Open Perl IDE, remove Perl Code Magic (the site seems
-             to be consistently down).
-     Branch: perl
-          ! pod/perlfaq3.pod
-____________________________________________________________________________
-[ 10034] By: jhi                                   on 2001/05/08  13:21:07
-        Log: Upgrade to Text::Balanced 1.84.
-     Branch: perl
-          ! lib/Text/Balanced.pm t/lib/tb-xbrak.t
-____________________________________________________________________________
-[ 10033] By: jhi                                   on 2001/05/08  12:41:53
-        Log: Subject: Re: [PATCH] Find the last of the missing pad variables 
-             From: Benjamin Sugars <bsugars@canoe.ca>
-             Date: Tue, 8 May 2001 09:14:30 -0400 (EDT)
-             Message-ID: <Pine.LNX.4.21.0105080912370.1930-100000@marmot.rim.canoe.ca>
-     Branch: perl
-          ! run.c
-____________________________________________________________________________
-[ 10032] By: jhi                                   on 2001/05/08  12:40:28
-        Log: Subject: [PATCH: perl@10022] cleaner cleanup for t/pod/plainer.t
-             From: Peter Prymmer <pvhp@forte.com>
-             Date: Mon, 7 May 2001 18:13:06 -0700 (PDT)
-             Message-ID: <Pine.OSF.4.10.10105071810100.317708-100000@aspara.forte.com>
-     Branch: perl
-          ! t/pod/plainer.t
-____________________________________________________________________________
-[ 10031] By: jhi                                   on 2001/05/08  12:35:25
-        Log: (Retracted by #10042)
-             
-             Subject: Re: [ID 20010506.040] Infinite loop in lib/selfstubber.t under Cygwin
-             From: "Philip Newton" <pnewton@gmx.de>
-             Date: Tue, 8 May 2001 09:18:10 +0200
-             Message-ID: <3AF7B9D2.28861.603732@localhost>
-     Branch: perl
-          ! pod/perlfunc.pod
-____________________________________________________________________________
-[ 10030] By: jhi                                   on 2001/05/08  12:32:23
-        Log: Subject: [PATCH B::Deparse] Document known bugs
-             From: Robin Houston <robin@kitsite.com>
-             Date: Tue, 8 May 2001 01:53:34 +0100
-             Message-ID: <20010508015334.A32394@penderel>
-     Branch: perl
-          ! ext/B/B/Deparse.pm
-____________________________________________________________________________
-[ 10029] By: jhi                                   on 2001/05/08  12:28:28
-        Log: Subject: Re: Perl book, magazine and website updates.
-             From: "Philip Newton" <pnewton@gmx.de>
-             Date: Mon, 7 May 2001 17:03:58 +0200
-             Message-ID: <3AF6D57E.5387.1E29930@localhost>
-     Branch: perl
-          ! pod/perlfaq2.pod
-____________________________________________________________________________
-[ 10028] By: jhi                                   on 2001/05/07  23:53:30
-        Log: Subject: [PATCH: perl@10022] YA tweak to avoid open file conflict in io/fflush.t
-             From: Peter Prymmer <pvhp@forte.com>
-             Date: Mon, 7 May 2001 17:50:48 -0700 (PDT)
-             Message-ID: <Pine.OSF.4.10.10105071746570.317708-100000@aspara.forte.com> 
-     Branch: perl
-          ! t/io/fflush.t
-____________________________________________________________________________
-[ 10027] By: jhi                                   on 2001/05/07  23:22:48
-        Log: Subject: [PATCH B::Deparse] Give (?{...}) a taste of its own medicine
-             From: Robin Houston <robin@kitsite.com>
-             Date: Tue, 8 May 2001 01:14:55 +0100
-             Message-ID: <20010508011455.A32162@penderel>
-     Branch: perl
-          ! ext/B/B/Deparse.pm
-____________________________________________________________________________
-[ 10026] By: jhi                                   on 2001/05/07  23:15:05
-        Log: Typo in #10025.
-     Branch: perl
-          ! hints/uts.sh
-____________________________________________________________________________
-[ 10025] By: jhi                                   on 2001/05/07  21:15:35
-        Log: cc, cflags, and optimize tweaks for UTS from Hal Morris.
-     Branch: perl
-          ! hints/uts.sh
-____________________________________________________________________________
-[ 10024] By: jhi                                   on 2001/05/07  20:58:40
-        Log: Subject: Re: [ID 20010506.045] question about hash syntax
-             From: Peter Scott <Peter@PSDT.com>
-             Date: Sun, 06 May 2001 13:10:40 -0700
-             Message-Id: <4.3.2.7.2.20010506113015.00b46100@psdt.com>
-     Branch: perl
-          ! pod/perl56delta.pod
-____________________________________________________________________________
-[ 10023] By: jhi                                   on 2001/05/07  20:41:26
-        Log: Configure should figure out the list of dynamic extensions
-             just fine in UTS-- and in fact it does, as reported by Hal Morris.
-     Branch: perl
-          ! hints/uts.sh
-____________________________________________________________________________
-[ 10022] By: jhi                                   on 2001/05/07  20:24:11
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[ 10021] By: jhi                                   on 2001/05/07  20:11:31
-        Log: Subject: [PATCH regcomp.c] Insecure regexes
-             From: Robin Houston <robin@kitsite.com>
-             Date: Mon, 7 May 2001 21:56:12 +0100
-             Message-ID: <20010507215612.A31114@penderel>
-     Branch: perl
-          ! regcomp.c
-____________________________________________________________________________
-[ 10020] By: jhi                                   on 2001/05/07  20:02:30
-        Log: Drop the foobar.perl.com references for now until Simon
-             gets them sorted out.
-     Branch: perl
-          ! pod/perlfaq2.pod
-____________________________________________________________________________
-[ 10019] By: jhi                                   on 2001/05/07  19:54:33
-        Log: Subject: Re: RFC: changing Devel::SelfStubber to relinquish its grasp
-             From: Prymmer/Kahn <pvhp@best.com>
-             Date: Mon, 7 May 2001 07:47:21 -0700 (PDT)
-             Message-ID: <Pine.BSF.4.21.0105070733080.13301-100000@shell8.ba.best.com>
-     Branch: perl
-          ! lib/Devel/SelfStubber.pm
-____________________________________________________________________________
-[ 10018] By: jhi                                   on 2001/05/07  19:53:10
-        Log: Subject: Re: [ID 20010506.022] Win32/Makefile problems in 5.7.1 
-             From: Prymmer/Kahn <pvhp@best.com>
-             Date: Sun, 6 May 2001 21:34:56 -0700 (PDT)
-             Message-ID: <Pine.BSF.4.21.0105062131520.17625-100000@shell8.ba.best.com>
-     Branch: perl
-          ! win32/Makefile
-____________________________________________________________________________
-[ 10017] By: jhi                                   on 2001/05/07  19:35:10
-        Log: s/WebTechnique's/WebTechniques/
-     Branch: perl
-          ! pod/perlfaq2.pod
-____________________________________________________________________________
-[ 10016] By: jhi                                   on 2001/05/07  12:26:29
-        Log: Llama 3 updates from Randal.
-     Branch: perl
-          ! pod/perlfaq2.pod
-____________________________________________________________________________
-[ 10015] By: jhi                                   on 2001/05/07  01:34:38
-        Log: Subject: [PATCH] Help -Dt show correct pad variables
-             From: Benjamin Sugars <ben.sugars@home.com>
-             Date: Sun, 6 May 2001 12:54:13 -0400 (EDT)
-             Message-ID: <Pine.LNX.4.21.0105061142040.12858-100000@localhost.localdomain>
-     Branch: perl
-          ! embed.h embed.pl proto.h run.c
-____________________________________________________________________________
-[ 10014] By: jhi                                   on 2001/05/07  01:23:56
-        Log: Subject: [PATCH] Document C<our $foo : shared>
-             From: Benjamin Sugars <ben.sugars@home.com>
-             Date: Sun, 6 May 2001 19:00:55 -0400 (EDT)
-             Message-ID: <Pine.LNX.4.21.0105061847090.9500-100000@localhost.localdomain>
-     Branch: perl
-          ! pod/perlfunc.pod
-____________________________________________________________________________
-[ 10013] By: jhi                                   on 2001/05/07  01:22:22
-        Log: Subject: [PATCH B::Deparse] undefined folded constants
-             From: Robin Houston <robin@kitsite.com>
-             Date: Sun, 6 May 2001 17:19:09 +0100
-             Message-ID: <20010506171909.A7046@penderel>
-     Branch: perl
-          ! ext/B/B/Deparse.pm
-____________________________________________________________________________
-[ 10012] By: jhi                                   on 2001/05/07  00:57:38
-        Log: Subject: [PATCH B::Deparse] use Foo (sub {...});
-             From: Robin Houston <robin@kitsite.com>
-             Message-ID: <20010506164654.A6848@penderel>
-             Date: Sun, 6 May 2001 16:46:54 +0100
-     Branch: perl
-          ! ext/B/B/Deparse.pm
-____________________________________________________________________________
-[ 10011] By: jhi                                   on 2001/05/07  00:52:18
-        Log: Subject: [PATCH t/op/my_stash.t] Naughty?
-             From: Robin Houston <robin@kitsite.com>
-             Date: Sun, 6 May 2001 14:47:02 +0100
-             Message-ID: <20010506144702.A6308@penderel>
-     Branch: perl
-          ! t/op/my_stash.t
-____________________________________________________________________________
-[ 10010] By: jhi                                   on 2001/05/06  15:07:51
-        Log: Subject: Perl book, magazine and website updates.
-             From: Simon Cozens <simon@netthink.co.uk>
-             Date: Sun, 6 May 2001 16:55:36 +0100
-             Message-ID: <20010506165536.A1795@netthink.co.uk>
-     Branch: perl
-          ! pod/perlbook.pod pod/perlfaq2.pod
-____________________________________________________________________________
-[ 10009] By: jhi                                   on 2001/05/06  14:11:40
-        Log: Tweaks on the Tru64 prof options.
-     Branch: perl
-          ! pod/perlhack.pod
-____________________________________________________________________________
-[ 10008] By: jhi                                   on 2001/05/06  13:51:49
-        Log: Subject: [PATCH t/pod/testp2pt.pl] Give deparse tester a chance
-             From: Robin Houston <robin@kitsite.com>
-             Date: Sun, 6 May 2001 14:40:51 +0100
-             Message-ID: <20010506144051.A6279@penderel>
-     Branch: perl
-          ! t/pod/testp2pt.pl
-____________________________________________________________________________
-[ 10007] By: jhi                                   on 2001/05/06  13:49:31
-        Log: Subject: [PATCH B::Deparse] scoping
-             From: Robin Houston <robin@kitsite.com>
-             Date: Sun, 6 May 2001 14:36:56 +0100
-             Message-ID: <20010506143656.A4006@penderel>
-     Branch: perl
-          ! ext/B/B/Deparse.pm ext/B/defsubs_h.PL t/lib/b-deparse.t
-____________________________________________________________________________
-[ 10006] By: jhi                                   on 2001/05/06  13:24:12
-        Log: Document the undefinedness of bitshifting out of range.
-     Branch: perl
-          ! pod/perlop.pod
-____________________________________________________________________________
-[ 10005] By: jhi                                   on 2001/05/06  13:03:17
-        Log: Retract #10003 and update the IDE descriptions a bit.
-     Branch: perl
-          ! pod/perlfaq3.pod
-____________________________________________________________________________
-[ 10004] By: jhi                                   on 2001/05/06  03:02:41
-        Log: Subject: [PATCH: perl@10001] win32 update (VC,Borland,gcc), nmake update
-             From: Prymmer/Kahn <pvhp@best.com>
-             Date: Sat, 5 May 2001 20:30:49 -0700 (PDT)
-             Message-ID: <Pine.BSF.4.21.0105052017370.3961-100000@shell8.ba.best.com>
-     Branch: perl
-          ! win32/Makefile win32/buildext.pl win32/config.bc
-          ! win32/config.gc win32/config.vc
-____________________________________________________________________________
-[ 10003] By: jhi                                   on 2001/05/05  20:24:44
-        Log: (Retracted by #10005.)
-     Branch: perl
-          ! pod/perlfaq3.pod
-____________________________________________________________________________
-[ 10002] By: jhi                                   on 2001/05/05  19:23:36
-        Log: It's "psed", not "sed".
-     Branch: perl
-          ! x2p/s2p.PL
-____________________________________________________________________________
-[ 10001] By: jhi                                   on 2001/05/05  18:35:38
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[ 10000] By: jhi                                   on 2001/05/05  18:32:15
-        Log: Subject: Re: bleadperl make install fails due to "psed"
-             From: andreas.koenig@anima.de (Andreas J. Koenig)
-             Date: 05 May 2001 18:23:28 +0200
-             Message-ID: <m3u22zg3y7.fsf@ak-71.mind.de>
-     Branch: perl
-          ! x2p/Makefile.SH x2p/s2p.PL
-____________________________________________________________________________
-[  9999] By: jhi                                   on 2001/05/05  18:28:09
-        Log: AUTHORS updates.
-     Branch: perl
-          ! AUTHORS
-____________________________________________________________________________
-[  9998] By: jhi                                   on 2001/05/05  18:16:00
-        Log: Updates on the pods related to the modules included since 5.6.
-             
-             TODO: perltodo really could use major updating.
-     Branch: perl
-          ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq7.pod
-          ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
-          ! pod/perlop.pod pod/perlport.pod pod/perlsec.pod
-          ! pod/perlsyn.pod pod/perltodo.pod
-____________________________________________________________________________
-[  9997] By: jhi                                   on 2001/05/05  17:35:17
-        Log: Hints file for AtheOS ( http://www.atheos.cx/ ),
-             from Kurt Skauen.
-     Branch: perl
-          + hints/atheos.sh
-          ! MANIFEST
-____________________________________________________________________________
-[  9996] By: jhi                                   on 2001/05/05  17:25:00
-        Log: Add preemptive #undefs for some of the shorter and more prone
-             to collision regcomp.h #defines.  (Background: the MASK collided
-             with a system header #define in Rhapsody.)
-     Branch: perl
-          ! regcomp.h
-____________________________________________________________________________
-[  9995] By: jhi                                   on 2001/05/05  13:24:21
-        Log: Subject: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
-             From: Nicholas Clark <nick@ccl4.org>
-             Date: Sat, 5 May 2001 14:46:39 +0100
-             Message-ID: <20010505144639.O53513@plum.flirble.org>
-             
-             Add a test for the constants (if any) being processed correctly.
-     Branch: perl
-          ! utils/h2xs.PL
-____________________________________________________________________________
-[  9994] By: jhi                                   on 2001/05/05  02:11:03
-        Log: Subject: [PATCH & retract: perl@9973] the real fix for t/lib/b-stash.t
-             From: Peter Prymmer <pvhp@forte.com>
-             Date: Fri, 4 May 2001 17:44:13 -0700 (PDT)
-             Message-ID: <Pine.OSF.4.10.10105041734280.67333-100000@aspara.forte.com>
-     Branch: perl
-          ! t/lib/b-stash.t
-____________________________________________________________________________
-[  9993] By: jhi                                   on 2001/05/05  02:03:49
-        Log: Subject: [PATCH: perl@9973] fix const poisioning in  PerlIO_openn->fdopen->openn
-             From: Peter Prymmer <pvhp@forte.com>
-             Date: Fri, 4 May 2001 17:29:02 -0700 (PDT)
-             Message-ID: <Pine.OSF.4.10.10105041727420.67333-100000@aspara.forte.com>
-     Branch: perl
-          ! perlio.c vms/vmsish.h
-____________________________________________________________________________
-[  9992] By: jhi                                   on 2001/05/04  17:21:12
-        Log: Subject: [PATHC perl@9944] missing library tests: Pod::Plainer
-             From: Robin Barker <rmb1@cise.npl.co.uk>
-             Date: Fri, 4 May 2001 18:13:47 +0100 (BST)
-             Message-Id: <200105041713.SAA14842@tempest.npl.co.uk>
-     Branch: perl
-          + t/pod/plainer.t
-          ! MANIFEST
-____________________________________________________________________________
-[  9991] By: jhi                                   on 2001/05/04  16:47:45
-        Log: Subject: [PATCH perl@9944] -Wformat error from ext/re/re_comp.c
-             From: Robin Barker <rmb1@cise.npl.co.uk>
-             Date: Fri, 4 May 2001 18:09:13 +0100 (BST)
-             Message-Id: <200105041709.SAA14835@tempest.npl.co.uk>
-     Branch: perl
-          ! regcomp.c
-____________________________________________________________________________
-[  9990] By: jhi                                   on 2001/05/04  14:37:20
-        Log: Subject: [PATCH: perl@9973] let win32 run t/lib/b-stash.t
-             From: Prymmer/Kahn <pvhp@best.com>
-             Date: Fri, 4 May 2001 07:31:01 -0700 (PDT)
-             Message-ID: <Pine.BSF.4.21.0105040727430.14844-100000@shell8.ba.best.com>
-     Branch: perl
-          ! t/lib/b-stash.t
-____________________________________________________________________________
-[  9989] By: jhi                                   on 2001/05/04  14:03:58
-        Log: Introduce perl572delta, update Todo, add the missing
-             mention about signal safety since 5.7.1 (though this
-             requires verification and more details.)
-     Branch: perl
-          + pod/perl572delta.pod
-          ! MANIFEST Todo pod/perl571delta.pod
-____________________________________________________________________________
-[  9988] By: jhi                                   on 2001/05/04  12:41:51
-        Log: Subject: [PATCH perl@9944] long =item
-             From: Robin Barker <rmb1@cise.npl.co.uk>
-             Date: Fri, 4 May 2001 14:15:20 +0100 (BST)
-             Message-Id: <200105041315.OAA00436@tempest.npl.co.uk>
-     Branch: perl
-          ! ext/Time/HiRes/HiRes.pm
-____________________________________________________________________________
-[  9987] By: jhi                                   on 2001/05/04  12:39:19
-        Log: The #9901 had removed one line essential for EBCDIC.
-     Branch: perl
-          ! regcomp.c
-____________________________________________________________________________
-[  9986] By: jhi                                   on 2001/05/04  12:30:23
-        Log: Subject: cygwin/Makefile.SHs INSTALL patch
-             From: Reini Urban <rurban@sbox.tu-graz.ac.at>
-             Date: Mon, 08 Jan 2001 04:59:21 +0200
-             Message-ID: <3A592D09.FD6AD35D@sbox.tu-graz.ac.at> 
-     Branch: perl
-          ! cygwin/Makefile.SHs
-____________________________________________________________________________
-[  9985] By: jhi                                   on 2001/05/04  03:51:39
-        Log: Encode/IO doc tweaks.
-     Branch: perl
-          ! ext/Encode/Encode.pm
-____________________________________________________________________________
-[  9984] By: jhi                                   on 2001/05/04  03:29:34
-        Log: Remove GDBM_File from the dynamic extensions for UTS,
-             GDBM is not a standard feature.
-     Branch: perl
-          ! hints/uts.sh
-____________________________________________________________________________
-[  9983] By: jhi                                   on 2001/05/04  03:22:59
-        Log: Document the \pX and \p{Yz} (and \p{BidiXYZ}) classes a bit more.
-     Branch: perl
-          ! pod/perlretut.pod
-____________________________________________________________________________
-[  9982] By: jhi                                   on 2001/05/03  23:21:03
-        Log: Subject: [PATCH] Let sv_dump understand GvSHARED
-             From: Benjamin Sugars <bsugars@canoe.ca>
-             Date: Thu, 3 May 2001 16:51:07 -0400 (EDT)
-             Message-ID: <Pine.LNX.4.21.0105031645280.805-100000@marmot.rim.canoe.ca>
-     Branch: perl
-          ! dump.c
-____________________________________________________________________________
-[  9981] By: jhi                                   on 2001/05/03  23:20:05
-        Log: Subject: [PATCH] Allow clobbering of a PerlIO::Scalar and more tests
-             From: Benjamin Sugars <bsugars@canoe.ca>
-             Date: Thu, 3 May 2001 15:28:21 -0400 (EDT)
-             Message-ID: <Pine.LNX.4.21.0105031508360.805-100000@marmot.rim.canoe.ca>
-     Branch: perl
-          ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
-____________________________________________________________________________
-[  9980] By: jhi                                   on 2001/05/03  23:15:29
-        Log: Integrate perlio:
-             
-             [  9976]
-             Allow $answer = encode($object,$text); like it says in docs.
-             
-             [  9975]
-             Fix latin1 etc. alias code - (bit rot?) - the @latin2iso array now seems to need
-             to be in scope (fair enough), and also a package variable (our) for eval to see it.
-     Branch: perl
-         !> ext/Encode/Encode.pm
-____________________________________________________________________________
-[  9979] By: jhi                                   on 2001/05/03  16:54:59
-        Log: Install psed man page.
-     Branch: perl
-          ! installman
-____________________________________________________________________________
-[  9978] By: jhi                                   on 2001/05/03  16:45:58
-        Log: Remove unused files; noted by Sarathy.
-     Branch: perl
-          - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
-          ! MANIFEST
-____________________________________________________________________________
-[  9977] By: jhi                                   on 2001/05/03  16:42:30
-        Log: Subject: [PATCH bleadperl] INSTALL patch -- space requirements
-             From: Andy Dougherty <doughera@lafayette.edu>
-             Date: Thu, 3 May 2001 11:16:10 -0400 (EDT)
-             Message-ID: <Pine.SOL.4.10.10105031114500.17868-100000@maxwell.phys.lafayette.edu>
-     Branch: perl
-          ! INSTALL
-____________________________________________________________________________
-[  9976] By: nick                                  on 2001/05/03  16:40:42
-        Log: Allow $answer = encode($object,$text); like it says in docs.
-     Branch: perlio
-          ! ext/Encode/Encode.pm
-____________________________________________________________________________
-[  9975] By: nick                                  on 2001/05/03  16:22:30
-        Log: Fix latin1 etc. alias code - (bit rot?) - the @latin2iso array now seems to need
-             to be in scope (fair enough), and also a package variable (our) for eval to see it.
-     Branch: perlio
-          ! ext/Encode/Encode.pm
-____________________________________________________________________________
-[  9974] By: nick                                  on 2001/05/03  15:48:17
-        Log: Integrate mainline.
-     Branch: perlio
-         +> lib/NEXT.pm t/io/fflush.t t/lib/MyFilter.pm
-         +> t/lib/filter-simple.t t/lib/next.t
-         !> (integrate 70 files)
-____________________________________________________________________________
-[  9973] By: jhi                                   on 2001/05/03  13:09:09
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[  9972] By: jhi                                   on 2001/05/03  12:58:33
-        Log: Subject: [PATCH: perl@9945] fix handling of $Config{variables} in io/fflush.t
-             From: Prymmer/Kahn <pvhp@best.com>
-             Date: Wed, 2 May 2001 23:56:13 -0700 (PDT)
-             Message-ID: <Pine.BSF.4.21.0105022353380.24421-100000@shell8.ba.best.com>
-     Branch: perl
-          ! t/io/fflush.t
-____________________________________________________________________________
-[  9971] By: jhi                                   on 2001/05/03  12:57:26
-        Log: Subject: [PATCH: perl@9945] two fixes for win32/FindExt.pm
-             From: Prymmer/Kahn <pvhp@best.com>
-             Date: Wed, 2 May 2001 23:42:33 -0700 (PDT)
-             Message-ID: <Pine.BSF.4.21.0105022337070.24421-100000@shell8.ba.best.com>
-     Branch: perl
-          ! win32/FindExt.pm
-____________________________________________________________________________
-[  9970] By: jhi                                   on 2001/05/03  02:42:46
-        Log: Can't croak sans thread context, from Doug MacEachern.
-     Branch: perl
-          ! toke.c
-____________________________________________________________________________
-[  9969] By: jhi                                   on 2001/05/03  01:23:48
-        Log: Subject: Random input test and Perl
-             From: Ilya Zakharevich <ilya@math.berkeley.edu>
-             Date: Wed, 2 May 2001 14:35:50 -0700 (PDT)
-             Message-Id: <200105022135.OAA26245@fac-813-1.math.Berkeley.EDU>
-     Branch: perl
-          ! toke.c
-____________________________________________________________________________
-[  9968] By: jhi                                   on 2001/05/02  22:17:21
-        Log: Subject: [PATCH: perl@9945] fix some misinformation in perlfunc.pod
-             From: Peter Prymmer <pvhp@forte.com>
-             Date: Wed, 2 May 2001 15:58:18 -0700 (PDT)
-             Message-ID: <Pine.OSF.4.10.10105021554040.342459-100000@aspara.forte.com>
-     Branch: perl
-          ! pod/perlfunc.pod pod/perlport.pod
-____________________________________________________________________________
-[  9967] By: jhi                                   on 2001/05/02  20:12:45
-        Log: Workaround for UTS compiler casting bug from Hal Morris.
-     Branch: perl
-          ! perl.h
-____________________________________________________________________________
-[  9966] By: jhi                                   on 2001/05/02  18:31:37
-        Log: Subject: Re: [PATCH 5.6.1] Multiplicity and thread fixes for VMS 
-             From: Dan Sugalski <dan@sidhe.org>
-             Date: Wed, 02 May 2001 15:23:22 -0400
-             Message-Id: <5.0.2.1.0.20010502152210.01f65550@24.8.96.48>
-     Branch: perl
-          ! perl.c vms/vms.c
-____________________________________________________________________________
-[  9965] By: jhi                                   on 2001/05/02  18:21:29
-        Log: Minor doc tweaks on endianness, closes bug 20010327.004.
-     Branch: perl
-          ! pod/perlfunc.pod
-____________________________________________________________________________
-[  9964] By: jhi                                   on 2001/05/02  18:15:01
-        Log: Document large files in INSTALL, document also the %x
-             limitation if not use64bitint, closes bug 20010326.007.
-     Branch: perl
-          ! INSTALL
-____________________________________________________________________________
-[  9963] By: jhi                                   on 2001/05/02  17:24:47
-        Log: perlmodlib tweaks; regen pods.
-     Branch: perl
-          ! pod/Makefile.SH pod/perlmodlib.PL pod/perlmodlib.pod
-          ! pod/perltoc.pod
-____________________________________________________________________________
-[  9962] By: jhi                                   on 2001/05/02  17:14:00
-        Log: Fix for a segfault, from Marc Lehmann.
-     Branch: perl
-          ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.xs
-____________________________________________________________________________
-[  9961] By: jhi                                   on 2001/05/02  15:55:53
-        Log: Subject: [DOC PATCH bleadperl] minor nits in perlop.pod
-             From: "Philip Newton" <pnewton@gmx.de>
-             Date: Wed, 2 May 2001 18:39:03 +0200
-             Message-ID: <3AF05447.15525.173B588@localhost>
-     Branch: perl
-          ! pod/perlop.pod
-____________________________________________________________________________
-[  9960] By: jhi                                   on 2001/05/02  15:35:37
-        Log: Subject: [PATCH 5.6.1] Multiplicity and thread fixes for VMS
-             From: Dan Sugalski <dan@sidhe.org>
-             Date: Wed, 02 May 2001 11:37:27 -0400
-             Message-Id: <5.0.2.1.0.20010502112909.01f24e28@24.8.96.48>
-     Branch: perl
-          ! doio.c ext/File/Glob/bsd_glob.c perl.c perl.h pp_sys.c
-          ! thread.h vms/vms.c vms/vmsish.h
-____________________________________________________________________________
-[  9959] By: jhi                                   on 2001/05/02  15:21:08
-        Log: Subject: Re: [PATCH] Allow appending on a PerlIO::Scalar
-             From: Benjamin Sugars <bsugars@canoe.ca>
-             Date: Wed, 2 May 2001 10:53:11 -0400 (EDT)
-             Message-ID: <Pine.LNX.4.21.0105021041380.1652-100000@marmot.rim.canoe.ca>
-     Branch: perl
-          ! ext/PerlIO/Scalar/Scalar.xs
-____________________________________________________________________________
-[  9958] By: jhi                                   on 2001/05/02  15:15:53
-        Log: Bug in #9915, spotted by Mike Guy.
-     Branch: perl
-          ! installperl
-____________________________________________________________________________
-[  9957] By: jhi                                   on 2001/05/02  13:26:01
-        Log: Add a test for not griping about references as array
-             indices if the reference has magic in it (overloaded
-             methods).
-     Branch: perl
-          ! pod/perldiag.pod t/pragma/warn/pp_hot
-____________________________________________________________________________
-[  9956] By: jhi                                   on 2001/05/02  13:07:01
-        Log: Retracted a bit too much in #9952.
-     Branch: perl
-          ! t/pragma/sub_lval.t
-____________________________________________________________________________
-[  9955] By: jhi                                   on 2001/05/02  13:05:38
-        Log: Test for #9952.
-     Branch: perl
-          ! t/op/tie.t
-____________________________________________________________________________
-[  9954] By: jhi                                   on 2001/05/02  11:48:18
-        Log: Additional note on the encoding example: one cannot
-             convert string constants in-place.
-     Branch: perl
-          ! ext/Encode/Encode.pm
-____________________________________________________________________________
-[  9953] By: jhi                                   on 2001/05/02  11:43:51
-        Log: Note that if you have recent enough Perl you already
-             have Filter::Util::Call.
-     Branch: perl
-          ! lib/Filter/Simple.pm
-____________________________________________________________________________
-[  9952] By: jhi                                   on 2001/05/02  11:31:53
-        Log: Retract changes #8254 and #8255, causes coredump in
-             'tie FH, "main"', reported by Abigail, culprit found by
-             Benjamin Sugars.  Mirrors maintperl change #9950.
-     Branch: perl
-          ! op.c t/pragma/sub_lval.t
-____________________________________________________________________________
-[  9951] By: jhi                                   on 2001/05/02  11:14:29
-        Log: Forgot from #9942.  (Needed by t/lib/filter-simple.t.)
-     Branch: perl
-          + t/lib/MyFilter.pm
-____________________________________________________________________________
-[  9950] By: gsar                                  on 2001/05/02  03:17:11
-        Log: revert integration of changes#8254,8255 in change#8620 (causes
-             a coredump in C<tie FH, 'foo'>; the idea itself may need better
-             rationalization)
-     Branch: maint-5.6/perl
-          ! op.c t/pragma/sub_lval.t
-____________________________________________________________________________
-[  9949] By: gsar                                  on 2001/05/02  02:56:32
-        Log: integrate changes#9774,9814 from mainline (Unixware fixes)
-             
-             Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
-             
-             Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
-     Branch: maint-5.6/perl
-         !> hints/svr5.sh
-____________________________________________________________________________
-[  9948] By: gsar                                  on 2001/05/02  02:49:15
-        Log: pod/find.t breaks on VMS (from Craig Berry)
-     Branch: maint-5.6/perl
-          ! t/pod/find.t
-____________________________________________________________________________
-[  9947] By: jhi                                   on 2001/05/02  02:43:09
-        Log: Add an encoding conversion example.
-     Branch: perl
-          ! ext/Encode/Encode.pm
-____________________________________________________________________________
-[  9946] By: jhi                                   on 2001/05/02  01:34:22
-        Log: Another coat of paint but still nowhere finished.
-             Need to decide on the semantics of strptime(): should
-             strptime() be a function instead of a method?  To do
-             the week/monthname-strptiming the i18n/l10n bullet needs
-             to be bitten with gusto.
-     Branch: perl
-          ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
-____________________________________________________________________________
-[  9945] By: jhi                                   on 2001/05/01  23:40:52
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[  9944] By: jhi                                   on 2001/05/01  23:33:37
-        Log: Add known-to-be-tested modules to the list-to-be-skipped.
-     Branch: perl
-          ! t/lib/1_compile.t
-____________________________________________________________________________
-[  9943] By: jhi                                   on 2001/05/01  23:24:40
-        Log: Subject: BorlandC++ fix
-             From: "Vadim Konovalov" <watman@inbox.ru>
-             Date: Mon, 30 Apr 2001 20:12:26 -0700
-             Message-ID: <006e01c0d1ec$8fb1b8d0$406bff87@vad>
-     Branch: perl
-          ! win32/makefile.mk
-____________________________________________________________________________
-[  9942] By: jhi                                   on 2001/05/01  23:18:02
-        Log: Update to Filter::Simple 0.60, create a test for it.
-     Branch: perl
-          + t/lib/filter-simple.t
-          ! MANIFEST lib/Filter/Simple.pm
-____________________________________________________________________________
-[  9941] By: jhi                                   on 2001/05/01  19:47:24
-        Log: Subject: Re: bleadperl: s/// failure with \b and /g 
-             From: Hugo <hv@crypt.compulink.co.uk>
-             Date: Tue, 01 May 2001 20:12:20 +0100
-             Message-Id: <200105011912.UAA06826@crypt.compulink.co.uk>
-     Branch: perl
-          ! pp_hot.c t/op/re_tests
-____________________________________________________________________________
-[  9940] By: jhi                                   on 2001/05/01  19:42:16
-        Log: Integrate perlio:
-             
-             [  9936]
-             Fix for base.pm clobbering $VERSION
-             
-             [  9935]
-             Test for base.pm clobbering $VERSION.
-     Branch: perl
-         !> lib/base.pm t/lib/fields.t
-____________________________________________________________________________
-[  9939] By: jhi                                   on 2001/05/01  19:39:51
-        Log: Subject: [PATCH] Allow appending on a PerlIO::Scalar
-             From: Benjamin Sugars <bsugars@canoe.ca>
-             Date: Tue, 1 May 2001 16:32:03 -0400 (EDT)
-             Message-ID: <Pine.LNX.4.21.0105011627110.1526-100000@marmot.rim.canoe.ca>
-     Branch: perl
-          ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
-____________________________________________________________________________
-[  9938] By: jhi                                   on 2001/05/01  19:34:09
-        Log: Add NEXT, a pseudo-class for method redispatching.
-             <Damian>NEXT.pm probably offers more bang-for-buck
-             than anything else I've ever written.</Damian>
-     Branch: perl
-          + lib/NEXT.pm t/lib/next.t
-          ! MANIFEST
-____________________________________________________________________________
-[  9937] By: jhi                                   on 2001/05/01  19:21:41
-        Log: Update to Switch 2.02.
-     Branch: perl
-          ! lib/Switch.pm t/lib/switch.t
-____________________________________________________________________________
-[  9936] By: nick                                  on 2001/05/01  19:09:21
-        Log: Fix for base.pm clobbering $VERSION
-     Branch: perlio
-          ! lib/base.pm
-____________________________________________________________________________
-[  9935] By: nick                                  on 2001/05/01  18:54:38
-        Log: Test for base.pm clobbering $VERSION.
-     Branch: perlio
-          ! t/lib/fields.t
-____________________________________________________________________________
-[  9934] By: jhi                                   on 2001/05/01  18:39:10
-        Log: Add information about Scalar::Util::blessed.
-     Branch: perl
-          ! pod/perlobj.pod
-____________________________________________________________________________
-[  9933] By: jhi                                   on 2001/05/01  18:33:51
-        Log: Subject: Extra UNIVERSAL documentation
-             From: Mike Guy <mjtg@cam.ac.uk>
-             Date: Tue, 01 May 2001 20:12:11 +0100
-             Message-Id: <E14ufZD-0007kD-00@libra.cus.cam.ac.uk>
-     Branch: perl
-          ! pod/perlobj.pod
-____________________________________________________________________________
-[  9932] By: jhi                                   on 2001/05/01  18:26:54
-        Log: Subject: Autoflush in tests as appropriate
-             From: Mike Guy <mjtg@cam.ac.uk>
-             Date: Tue, 01 May 2001 20:05:31 +0100
-             Message-Id: <E14ufSl-0007gS-00@libra.cus.cam.ac.uk>
-     Branch: perl
-          ! t/lib/syslfs.t t/op/die_exit.t t/op/lex_assign.t t/op/lfs.t
-          ! t/op/taint.t
-____________________________________________________________________________
-[  9931] By: jhi                                   on 2001/05/01  18:02:29
-        Log: Subject: [PATCH] Multiple consecutive writes on PerlIO::Scalar
-             From: Benjamin Sugars <bsugars@canoe.ca>
-             Date: Tue, 1 May 2001 14:58:24 -0400 (EDT)
-             Message-ID: <Pine.LNX.4.21.0105011431300.1526-100000@marmot.rim.canoe.ca>
-     Branch: perl
-          ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
-____________________________________________________________________________
-[  9930] By: jhi                                   on 2001/05/01  15:12:26
-        Log: Subject: Re: Finally got a round tuit
-             From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
-             Date: Tue, 01 May 2001 14:14:10 +0200
-             Message-Id: <20010501135740.19E4.H.M.BRAND@hccnet.nl>
-             
-             The -DP part, slightly modified.
-     Branch: perl
-          ! perl.c
-____________________________________________________________________________
-[  9929] By: jhi                                   on 2001/05/01  14:17:15
-        Log: Subject: Re: Finally got a round tuit
-             From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
-             Date: Tue, 01 May 2001 16:34:06 +0200
-             Message-Id: <20010501163255.19F2.H.M.BRAND@hccnet.nl>
-             
-             cpp and optimization tweaks for HP-UX.
-     Branch: perl
-          ! hints/hpux.sh
-____________________________________________________________________________
-[  9928] By: jhi                                   on 2001/05/01  13:24:20
-        Log: Tune the scan_num() comments to reality.
-     Branch: perl
-          ! toke.c
-____________________________________________________________________________
-[  9927] By: jhi                                   on 2001/05/01  13:14:01
-        Log: Subject: [PATCH B::Deparse] optimised sort
-             From: Robin Houston <robin@kitsite.com>
-             Date: Tue, 1 May 2001 14:07:12 +0100
-             Message-ID: <20010501140712.A4266@penderel>
-     Branch: perl
-          ! ext/B/B/Deparse.pm
-____________________________________________________________________________
-[  9926] By: jhi                                   on 2001/05/01  13:10:53
-        Log: Subject: [PATCH t/lib/b-deparse.t] 
-             From: Robin Houston <robin@kitsite.com>
-             Date: Tue, 1 May 2001 13:37:42 +0100
-             Message-ID: <20010501133742.A4082@penderel>
-     Branch: perl
-          ! t/lib/b-deparse.t
-____________________________________________________________________________
-[  9925] By: jhi                                   on 2001/05/01  13:10:13
-        Log: Subject: [PATCH B::Deparse] for(;;), sort
-             From: Robin Houston <robin@kitsite.com>
-             Date: Tue, 1 May 2001 13:35:00 +0100
-             Message-ID: <20010501133500.A4061@penderel>
-     Branch: perl
-          ! ext/B/B/Deparse.pm
-____________________________________________________________________________
-[  9924] By: jhi                                   on 2001/05/01  13:09:22
-        Log: Subject: [PATCH B::Deparse] do, warn, use
-             From: Robin Houston <robin@kitsite.com>
-             Date: Tue, 1 May 2001 13:31:03 +0100
-             Message-ID: <20010501133103.A4041@penderel>
-     Branch: perl
-          ! ext/B/B/Deparse.pm
-____________________________________________________________________________
-[  9923] By: jhi                                   on 2001/05/01  11:45:36
-        Log: Subject: [PATCH] Test autoflush on fork (Was: Should I remove something?)
-             From: Benjamin Sugars <ben.sugars@home.com>
-             Date: Mon, 30 Apr 2001 22:21:54 -0400 (EDT)
-             Message-ID: <Pine.LNX.4.21.0104302213190.19002-100000@localhost.localdomain>
-     Branch: perl
-          + t/io/fflush.t
-          ! MANIFEST
-____________________________________________________________________________
-[  9922] By: jhi                                   on 2001/05/01  11:35:42
-        Log: Subject: [PATCH: perl@9917] more VMS tweaks for addn'l selfstubber tests
-             From: Peter Prymmer <pvhp@forte.com>
-             Date: Mon, 30 Apr 2001 16:26:30 -0700 (PDT)
-             Message-ID: <Pine.OSF.4.10.10104301621200.161547-100000@aspara.forte.com>
-     Branch: perl
-          ! t/lib/selfstubber.t
-____________________________________________________________________________
-[  9921] By: jhi                                   on 2001/04/30  16:34:33
-        Log: Subject: [PATCH B::Concise] suppress warning
-             From: Robin Houston <robin@kitsite.com>
-             Date: Mon, 30 Apr 2001 16:09:49 +0100
-             Message-ID: <20010430160949.A25086@penderel>
-     Branch: perl
-          ! ext/B/B/Concise.pm
-____________________________________________________________________________
-[  9920] By: jhi                                   on 2001/04/30  13:56:04
-        Log: Strip the *markers* from #9919.
-     Branch: perl
-          ! pod/perlfaq.pod pod/perlfaq5.pod
-____________________________________________________________________________
-[  9919] By: jhi                                   on 2001/04/30  13:54:04
-        Log: Subject: [PATCH] (perlfaq/bleadperl) append mode and locking
-             From: Gwyn Judd <b.judd@xtra.co.nz>
-             Date: Sun, 29 Apr 2001 01:47:49 +1200
-             Message-ID: <20010429014749.A4418@thislove>
-     Branch: perl
-          ! pod/perlfaq.pod pod/perlfaq5.pod
-____________________________________________________________________________
-[  9918] By: jhi                                   on 2001/04/30  13:13:54
-        Log: More_tweakage.
-     Branch: perl
-          ! pod/perldata.pod pod/perldiag.pod
-____________________________________________________________________________
-[  9917] By: jhi                                   on 2001/04/30  13:01:27
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[  9916] By: jhi                                   on 2001/04/30  12:57:03
-        Log: T_w_e_a_k_a_g_e.
-     Branch: perl
-          ! pod/perldata.pod pod/perldiag.pod
-____________________________________________________________________________
-[  9915] By: jhi                                   on 2001/04/30  12:39:29
-        Log: Install s2p also as psed.
-             
-             TODO: psed documentation?
-     Branch: perl
-          ! installperl
-____________________________________________________________________________
-[  9914] By: jhi                                   on 2001/04/30  12:29:21
-        Log: Subject: Re: [ID 20010303.009] SOCKS5 work around breaks other sockets
-             From: Jens Hamisch <jens@Strawberry.COM>
-             Date: Fri, 27 Apr 2001 17:00:36 +0200
-             Message-ID: <20010427170036.K1372@Strawberry.COM>
-             
-             SOCKS5_VERSION_NAME is the right symbol to detect
-             the presence of SOCKS5.  (HAS_SOCKS5_INIT is telling whether
-             function called socks5_init() is available, and even that is
-             not universal, most SOCKS5 installations use SOCKSinit()).
-     Branch: perl
-          ! perlio.c
-____________________________________________________________________________
-[  9913] By: jhi                                   on 2001/04/30  12:22:15
-        Log: Allow a zero timeout on IO::Socket accept and connect--
-             though one really shouldn't do that.  Based on
-             
-             Subject: Not possible to set zero second timeout on accept() in IO::Socket and company..
-             From: "John Holdsworth" <coldwave@bigfoot.com>
-             Date: Sun, 4 Feb 2001 12:48:18 +0100
-             Message-ID: <005a01c08ea0$5e6039d0$03ac2ac0@planc>
-     Branch: perl
-          ! ext/IO/lib/IO/Socket.pm
-____________________________________________________________________________
-[  9912] By: jhi                                   on 2001/04/30  11:27:27
-        Log: Save the spot of regprev (see #9911) for binary compatibility;
-             regen API.
-     Branch: perl
-          ! embedvar.h perlapi.h thrdvar.h
-____________________________________________________________________________
-[  9911] By: jhi                                   on 2001/04/30  11:22:03
-        Log: Subject: Re: [PATCH bleadperl] [ID 20010426.002] Word boundry regex [...] 
-             From: Hugo <hv@crypt.compulink.co.uk>
-             Date: Sun, 29 Apr 2001 17:09:30 +0100
-             Message-Id: <200104291609.RAA17790@crypt.compulink.co.uk>
-     Branch: perl
-          ! regcomp.c regexec.c sv.c t/op/re_tests t/op/subst.t thrdvar.h
-____________________________________________________________________________
-[  9910] By: jhi                                   on 2001/04/30  11:15:12
-        Log: Change PL_numeric_radix to PL_numeric_radix_sv (and leave in
-             a dummy for PL_numeric_radix); no pressing reason to break
-             binary compatibility; regen API.
-     Branch: perl
-          ! embedvar.h global.sym intrpvar.h objXSUB.h perl.c perl.h
-          ! perlapi.c perlapi.h pod/perlapi.pod sv.c util.c
-____________________________________________________________________________
-[  9909] By: jhi                                   on 2001/04/30  10:56:08
-        Log: Subject: [DOC PATCH bleadperl] Document generation of random integers
-             From: Walt Mankowski <waltman@netaxs.com>
-             Date: Sun, 29 Apr 2001 21:53:48 -0400
-             Message-ID: <20010429215348.A3971@netaxs.com>
-     Branch: perl
-          ! pod/perlfunc.pod
-____________________________________________________________________________
-[  9908] By: jhi                                   on 2001/04/30  10:49:40
-        Log: Reintroduce #9889 to unbuffer the stderr/stdout on stdio configs.
-     Branch: perl
-          ! t/lib/selfstubber.t
-____________________________________________________________________________
-[  9907] By: nick                                  on 2001/04/30  09:26:50
-        Log: Integrate mainline.
-     Branch: perlio
-         !> pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
-____________________________________________________________________________
-[  9906] By: jhi                                   on 2001/04/29  23:24:20
-        Log: Abigail spotted a thinko in #9905.
-     Branch: perl
-          ! pod/perldiag.pod
-____________________________________________________________________________
-[  9905] By: jhi                                   on 2001/04/29  15:55:39
-        Log: Changed the underscore/undebar syntax in numeric constants;
-             now any grouping will do, as long as the underscores are not
-             consecutive (so "zero-grouping" is out), and they do not begin
-             or end the integer or fractional parts.
-     Branch: perl
-          ! pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
-____________________________________________________________________________
-[  9904] By: nick                                  on 2001/04/29  15:43:22
-        Log: Integrate mainline.
-     Branch: perlio
-         +> (branch 98 files)
-          - lib/unicode/Block.pl
-          - lib/unicode/In/AlphabeticPresentationForms.pl
-          - lib/unicode/In/Arabic.pl
-          - lib/unicode/In/ArabicPresentationForms-A.pl
-          - lib/unicode/In/ArabicPresentationForms-B.pl
-          - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
-          - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
-          - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
-          - lib/unicode/In/BopomofoExtended.pl
-          - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
-          - lib/unicode/In/CJKCompatibility.pl
-          - lib/unicode/In/CJKCompatibilityForms.pl
-          - lib/unicode/In/CJKCompatibilityIdeographs.pl
-          - lib/unicode/In/CJKRadicalsSupplement.pl
-          - lib/unicode/In/CJKSymbolsandPunctuation.pl
-          - lib/unicode/In/CJKUnifiedIdeographs.pl
-          - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
-          - lib/unicode/In/Cherokee.pl
-          - lib/unicode/In/CombiningDiacriticalMarks.pl
-          - lib/unicode/In/CombiningHalfMarks.pl
-          - lib/unicode/In/CombiningMarksforSymbols.pl
-          - lib/unicode/In/ControlPictures.pl
-          - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
-          - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
-          - lib/unicode/In/EnclosedAlphanumerics.pl
-          - lib/unicode/In/EnclosedCJKLettersandMonths.pl
-          - lib/unicode/In/Ethiopic.pl
-          - lib/unicode/In/GeneralPunctuation.pl
-          - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
-          - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
-          - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
-          - lib/unicode/In/HalfwidthandFullwidthForms.pl
-          - lib/unicode/In/HangulCompatibilityJamo.pl
-          - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
-          - lib/unicode/In/Hebrew.pl
-          - lib/unicode/In/HighPrivateUseSurrogates.pl
-          - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
-          - lib/unicode/In/IPAExtensions.pl
-          - lib/unicode/In/IdeographicDescriptionCharacters.pl
-          - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
-          - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
-          - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
-          - lib/unicode/In/Latin-1Supplement.pl
-          - lib/unicode/In/LatinExtended-A.pl
-          - lib/unicode/In/LatinExtended-B.pl
-          - lib/unicode/In/LatinExtendedAdditional.pl
-          - lib/unicode/In/LetterlikeSymbols.pl
-          - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
-          - lib/unicode/In/MathematicalOperators.pl
-          - lib/unicode/In/MiscellaneousSymbols.pl
-          - lib/unicode/In/MiscellaneousTechnical.pl
-          - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
-          - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
-          - lib/unicode/In/OpticalCharacterRecognition.pl
-          - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
-          - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
-          - lib/unicode/In/SmallFormVariants.pl
-          - lib/unicode/In/SpacingModifierLetters.pl
-          - lib/unicode/In/Specials.pl
-          - lib/unicode/In/SuperscriptsandSubscripts.pl
-          - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
-          - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
-          - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
-          - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
-          - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
-         !> INSTALL MANIFEST doop.c embed.h embed.pl ext/B/B/Deparse.pm
-         !> ext/IO/lib/IO/Seekable.pm hints/hpux.sh
-         !> lib/unicode/mktables.PL lib/utf8_heavy.pl objXSUB.h perl.h
-         !> pod/perldiag.pod pod/perlunicode.pod proto.h regcomp.c
-         !> regexec.c t/lib/b-deparse.t t/lib/selfstubber.t t/op/pat.t
-         !> utf8.c win32/Makefile
-____________________________________________________________________________
-[  9903] By: jhi                                   on 2001/04/29  14:30:53
-        Log: Subject: [PATCH: perl@9885] win32/Makefile (nmake) update
-             From: Prymmer/Kahn <pvhp@best.com>
-             Date: Sat, 28 Apr 2001 21:56:51 -0700 (PDT)
-             Message-ID: <Pine.BSF.4.21.0104282147270.2927-100000@shell8.ba.best.com>
-     Branch: perl
-          ! win32/Makefile
-____________________________________________________________________________
-[  9902] By: jhi                                   on 2001/04/29  02:52:44
-        Log: Subject: [PATCH ext/IO/lib/IO/Seekable.pm] Doc fixes.
-             From: "Abigail" <abigail@foad.org>
-             Date: Sun, 29 Apr 2001 03:14:25 +0200
-             Message-ID: <20010429011425.24503.qmail@foad.org>
-     Branch: perl
-          ! ext/IO/lib/IO/Seekable.pm
-____________________________________________________________________________
-[  9901] By: jhi                                   on 2001/04/29  02:04:46
-        Log: In character classes one couldn't have 0x80..0xff characters
-             at the left hand side if there were 0x100.. characters in the
-             character class.
-     Branch: perl
-          ! doop.c embed.h embed.pl objXSUB.h proto.h regcomp.c regexec.c
-          ! t/op/pat.t utf8.c
-____________________________________________________________________________
-[  9900] By: jhi                                   on 2001/04/28  22:55:04
-        Log: Forgot the latest mktables.PL from #9899.
-     Branch: perl
-          ! lib/unicode/mktables.PL
-____________________________________________________________________________
-[  9899] By: jhi                                   on 2001/04/28  22:53:28
-        Log: Explain the \p{} and \P{} error message better and
-             have prettier prettyprint in In.pl.
-     Branch: perl
-          ! lib/unicode/In.pl lib/unicode/mktables.PL lib/utf8_heavy.pl
-          ! pod/perldiag.pod
-____________________________________________________________________________
-[  9898] By: jhi                                   on 2001/04/28  21:03:34
-        Log: Add one possible explanation for the "Invalid [] range" error.
-     Branch: perl
-          ! pod/perldiag.pod
-____________________________________________________________________________
-[  9897] By: jhi                                   on 2001/04/28  17:18:26
-        Log: Add a level of indirection to the implementation of \p{InFoo}
-             so that we don't have to have long filenames.  (Nothing changes
-             in the user interface.)   The indirection is defined in
-             the file lib/unicode/In.pl and it is handled in lib/utf8_heavy.pl.
-             Also rename some the character classes by removing '-' from
-             the classnames, and finally renamed Block.pl as Blocks.pl.
-     Branch: perl
-          + lib/unicode/Blocks.pl lib/unicode/In.pl lib/unicode/In/0.pl
-          + lib/unicode/In/1.pl lib/unicode/In/10.pl lib/unicode/In/11.pl
-          + lib/unicode/In/12.pl lib/unicode/In/13.pl lib/unicode/In/14.pl
-          + lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
-          + lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/2.pl
-          + lib/unicode/In/20.pl lib/unicode/In/21.pl lib/unicode/In/22.pl
-          + lib/unicode/In/23.pl lib/unicode/In/24.pl lib/unicode/In/25.pl
-          + lib/unicode/In/26.pl lib/unicode/In/27.pl lib/unicode/In/28.pl
-          + lib/unicode/In/29.pl lib/unicode/In/3.pl lib/unicode/In/30.pl
-          + lib/unicode/In/31.pl lib/unicode/In/32.pl lib/unicode/In/33.pl
-          + lib/unicode/In/34.pl lib/unicode/In/35.pl lib/unicode/In/36.pl
-          + lib/unicode/In/37.pl lib/unicode/In/38.pl lib/unicode/In/39.pl
-          + lib/unicode/In/4.pl lib/unicode/In/40.pl lib/unicode/In/41.pl
-          + lib/unicode/In/42.pl lib/unicode/In/43.pl lib/unicode/In/44.pl
-          + lib/unicode/In/45.pl lib/unicode/In/46.pl lib/unicode/In/47.pl
-          + lib/unicode/In/48.pl lib/unicode/In/49.pl lib/unicode/In/5.pl
-          + lib/unicode/In/50.pl lib/unicode/In/51.pl lib/unicode/In/52.pl
-          + lib/unicode/In/53.pl lib/unicode/In/54.pl lib/unicode/In/55.pl
-          + lib/unicode/In/56.pl lib/unicode/In/57.pl lib/unicode/In/58.pl
-          + lib/unicode/In/59.pl lib/unicode/In/6.pl lib/unicode/In/60.pl
-          + lib/unicode/In/61.pl lib/unicode/In/62.pl lib/unicode/In/63.pl
-          + lib/unicode/In/64.pl lib/unicode/In/65.pl lib/unicode/In/66.pl
-          + lib/unicode/In/67.pl lib/unicode/In/68.pl lib/unicode/In/69.pl
-          + lib/unicode/In/7.pl lib/unicode/In/70.pl lib/unicode/In/71.pl
-          + lib/unicode/In/72.pl lib/unicode/In/73.pl lib/unicode/In/74.pl
-          + lib/unicode/In/75.pl lib/unicode/In/76.pl lib/unicode/In/77.pl
-          + lib/unicode/In/78.pl lib/unicode/In/79.pl lib/unicode/In/8.pl
-          + lib/unicode/In/80.pl lib/unicode/In/81.pl lib/unicode/In/82.pl
-          + lib/unicode/In/83.pl lib/unicode/In/84.pl lib/unicode/In/85.pl
-          + lib/unicode/In/86.pl lib/unicode/In/87.pl lib/unicode/In/88.pl
-          + lib/unicode/In/89.pl lib/unicode/In/9.pl lib/unicode/In/90.pl
-          + lib/unicode/In/91.pl lib/unicode/In/92.pl lib/unicode/In/93.pl
-          + lib/unicode/In/94.pl lib/unicode/In/95.pl
-          - lib/unicode/Block.pl
-          - lib/unicode/In/AlphabeticPresentationForms.pl
-          - lib/unicode/In/Arabic.pl
-          - lib/unicode/In/ArabicPresentationForms-A.pl
-          - lib/unicode/In/ArabicPresentationForms-B.pl
-          - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
-          - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
-          - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
-          - lib/unicode/In/BopomofoExtended.pl
-          - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
-          - lib/unicode/In/CJKCompatibility.pl
-          - lib/unicode/In/CJKCompatibilityForms.pl
-          - lib/unicode/In/CJKCompatibilityIdeographs.pl
-          - lib/unicode/In/CJKRadicalsSupplement.pl
-          - lib/unicode/In/CJKSymbolsandPunctuation.pl
-          - lib/unicode/In/CJKUnifiedIdeographs.pl
-          - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
-          - lib/unicode/In/Cherokee.pl
-          - lib/unicode/In/CombiningDiacriticalMarks.pl
-          - lib/unicode/In/CombiningHalfMarks.pl
-          - lib/unicode/In/CombiningMarksforSymbols.pl
-          - lib/unicode/In/ControlPictures.pl
-          - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
-          - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
-          - lib/unicode/In/EnclosedAlphanumerics.pl
-          - lib/unicode/In/EnclosedCJKLettersandMonths.pl
-          - lib/unicode/In/Ethiopic.pl
-          - lib/unicode/In/GeneralPunctuation.pl
-          - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
-          - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
-          - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
-          - lib/unicode/In/HalfwidthandFullwidthForms.pl
-          - lib/unicode/In/HangulCompatibilityJamo.pl
-          - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
-          - lib/unicode/In/Hebrew.pl
-          - lib/unicode/In/HighPrivateUseSurrogates.pl
-          - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
-          - lib/unicode/In/IPAExtensions.pl
-          - lib/unicode/In/IdeographicDescriptionCharacters.pl
-          - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
-          - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
-          - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
-          - lib/unicode/In/Latin-1Supplement.pl
-          - lib/unicode/In/LatinExtended-A.pl
-          - lib/unicode/In/LatinExtended-B.pl
-          - lib/unicode/In/LatinExtendedAdditional.pl
-          - lib/unicode/In/LetterlikeSymbols.pl
-          - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
-          - lib/unicode/In/MathematicalOperators.pl
-          - lib/unicode/In/MiscellaneousSymbols.pl
-          - lib/unicode/In/MiscellaneousTechnical.pl
-          - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
-          - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
-          - lib/unicode/In/OpticalCharacterRecognition.pl
-          - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
-          - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
-          - lib/unicode/In/SmallFormVariants.pl
-          - lib/unicode/In/SpacingModifierLetters.pl
-          - lib/unicode/In/Specials.pl
-          - lib/unicode/In/SuperscriptsandSubscripts.pl
-          - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
-          - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
-          - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
-          - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
-          - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
-          ! MANIFEST lib/unicode/mktables.PL lib/utf8_heavy.pl
-          ! pod/perlunicode.pod
-____________________________________________________________________________
-[  9896] By: jhi                                   on 2001/04/28  14:33:17
-        Log: Update the information on shared library path on HP-UX.
-     Branch: perl
-          ! INSTALL
-____________________________________________________________________________
-[  9895] By: jhi                                   on 2001/04/28  14:32:30
-        Log: Because #9894 seems to do the trick, this workaround can be removed.
-     Branch: perl
-          ! t/lib/selfstubber.t
-____________________________________________________________________________
-[  9894] By: jhi                                   on 2001/04/28  14:26:13
-        Log: For PerlIO flush the children's file handles (on fork/exec/system).
-     Branch: perl
-          ! perl.h
-____________________________________________________________________________
-[  9893] By: jhi                                   on 2001/04/28  14:23:15
-        Log: Test tweak for #9891.
-     Branch: perl
-          ! t/lib/b-deparse.t
-____________________________________________________________________________
-[  9892] By: jhi                                   on 2001/04/28  14:10:13
-        Log: New HP-UX hints from Merijn.
-     Branch: perl
-          ! hints/hpux.sh
-____________________________________________________________________________
-[  9891] By: jhi                                   on 2001/04/28  14:07:27
-        Log: Subject: [PATCH B::Deparse] non-block scopes
-             From: Robin Houston <robin@kitsite.com>
-             Date: Fri, 27 Apr 2001 19:15:14 +0100
-             Message-ID: <20010427191514.A30951@puffinry.freeserve.co.uk>
-     Branch: perl
-          ! ext/B/B/Deparse.pm
-____________________________________________________________________________
-[  9890] By: nick                                  on 2001/04/27  19:41:25
-        Log: Integrate mainline
-     Branch: perlio
-         +> t/lib/selfstubber.t
-         !> (integrate 50 files)
-____________________________________________________________________________
-[  9889] By: jhi                                   on 2001/04/27  18:23:46
-        Log: Subject: Re: selfstubber test fail on bleadperl
-             From: Mike Guy <mjtg@cam.ac.uk>
-             Date: Fri, 27 Apr 2001 19:31:18 +0100
-             Message-Id: <E14tD1S-0001tJ-00@libra.cus.cam.ac.uk>
-     Branch: perl
-          ! t/lib/selfstubber.t
-____________________________________________________________________________
-[  9888] By: jhi                                   on 2001/04/27  16:20:54
-        Log: Test tweak for #9886.
-     Branch: perl
-          ! t/lib/b-deparse.t
-____________________________________________________________________________
-[  9887] By: jhi                                   on 2001/04/27  16:16:33
-        Log: Buffering issue at least in Solaris (even with perlio).
-     Branch: perl
-          ! t/lib/selfstubber.t
-____________________________________________________________________________
-[  9886] By: jhi                                   on 2001/04/27  14:59:23
-        Log: Subject: [PATCH B::Deparse] Human-readable pragmas &c
-             From: Robin Houston <robin@kitsite.com>
-             Date: Fri, 27 Apr 2001 16:53:20 +0100
-             Message-ID: <20010427165320.A30479@puffinry.freeserve.co.uk>
-     Branch: perl
-          ! ext/B/B/Deparse.pm
-____________________________________________________________________________
-[  9885] By: jhi                                   on 2001/04/27  14:23:51
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[  9884] By: jhi                                   on 2001/04/27  14:14:12
-        Log: Subject: [DOC PATCH bleadperl] Document underscores in numeric literals
-             From: "Philip Newton" <pnewton@gmx.de>
-             Date: Fri, 27 Apr 2001 16:40:13 +0200
-             Message-ID: <3AE9A0ED.5248.CEA127@localhost>
-     Branch: perl
-          ! pod/perldata.pod
-____________________________________________________________________________
-[  9883] By: jhi                                   on 2001/04/27  13:28:19
-        Log: Add LOG_PERROR; prettify the "removed".
-     Branch: perl
-          ! ext/Sys/Syslog/Syslog.xs
-____________________________________________________________________________
-[  9882] By: jhi                                   on 2001/04/27  13:13:18
-        Log: h2xs tweaks: use NV instead of double, "quote" the removed
-             prefixes for clarity (especially when nothing is removed),
-             slight pod reformats.
-     Branch: perl
-          ! utils/h2xs.PL
-____________________________________________________________________________
-[  9881] By: jhi                                   on 2001/04/27  12:58:48
-        Log: Don't bother creating existing directories.
-     Branch: perl
-          ! utils/h2xs.PL
-____________________________________________________________________________
-[  9880] By: jhi                                   on 2001/04/27  12:45:39
-        Log: Subject: MakeMaker 'make test' weirdness -- fix for h2xs provided
-             From: Mike Schilli <m@perlmeister.com>
-             Date: Wed, 25 Apr 2001 01:29:21 -0700
-             Message-id: <3AE68AE1.6A981723@perlmeister.com>
-     Branch: perl
-          ! utils/h2xs.PL
-____________________________________________________________________________
-[  9879] By: jhi                                   on 2001/04/27  12:40:55
-        Log: break is not yet Perl.  Added the template license also to README.
-     Branch: perl
-          ! utils/h2xs.PL
-____________________________________________________________________________
-[  9878] By: jhi                                   on 2001/04/27  03:08:20
-        Log: Subject: Re: [ID 20010426.003] Not OK: perl v5.7.1 +DEVEL9849 on i686-linux-thread-multi-64int-ld 2.2.13
-             From: Tim Jenness <t.jenness@jach.hawaii.edu>
-             Date: Thu, 26 Apr 2001 15:30:17 -1000 (HST)
-             Message-ID: <Pine.LNX.4.33.0104261529300.13049-100000@lapaki.jach.hawaii.edu>
-     Branch: perl
-          ! t/lib/xs-typemap.t
-____________________________________________________________________________
-[  9877] By: jhi                                   on 2001/04/26  23:54:40
-        Log: Subject: [PATCH: utils/h2xs.PL (bleadperl)] Fill in details we're likely to know.
-             From: "Abigail" <abigail@foad.org>
-             Date: Fri, 27 Apr 2001 01:44:28 +0200
-             Message-ID: <20010426234428.19786.qmail@foad.org>
-     Branch: perl
-          ! utils/h2xs.PL
-____________________________________________________________________________
-[  9876] By: jhi                                   on 2001/04/26  23:52:06
-        Log: Subject: [PATCH: perl@9865] vms specific tweak to new selfstubber.t
-             From: Peter Prymmer <pvhp@forte.com>
-             Date: Thu, 26 Apr 2001 17:41:58 -0700 (PDT)
-             Message-ID: <Pine.OSF.4.10.10104261738370.338047-100000@aspara.forte.com>
-     Branch: perl
-          ! t/lib/selfstubber.t
-____________________________________________________________________________
-[  9875] By: jhi                                   on 2001/04/26  23:48:10
-        Log: Deparse nits.
-     Branch: perl
-          ! ext/B/B/Deparse.pm t/lib/b-deparse.t
-____________________________________________________________________________
-[  9874] By: jhi                                   on 2001/04/26  22:46:05
-        Log: Document ANYOF_CLASS.
-     Branch: perl
-          ! regcomp.h
-____________________________________________________________________________
-[  9873] By: jhi                                   on 2001/04/26  22:35:03
-        Log: Subject: Re: [PATCH @9846] dumping ANYOF
-             From: Hugo <hv@crypt.compulink.co.uk>
-             Date: Thu, 26 Apr 2001 23:33:38 +0100
-             Message-Id: <200104262233.XAA22352@crypt.compulink.co.uk>
-     Branch: perl
-          ! regcomp.c regcomp.h
-____________________________________________________________________________
-[  9872] By: jhi                                   on 2001/04/26  22:34:31
-        Log: Subject: [PATCH] more for Devel::SelfStubber
-             From: Nicholas Clark <nick@ccl4.org>
-             Date: Fri, 27 Apr 2001 00:13:52 +0100
-             Message-ID: <20010427001351.K88186@plum.flirble.org>
-     Branch: perl
-          ! lib/Devel/SelfStubber.pm lib/SelfLoader.pm t/lib/selfstubber.t
-____________________________________________________________________________
-[  9871] By: jhi                                   on 2001/04/26  21:59:17
-        Log: Subject: [PATCH B::Deparse] formats must be flush left
-             From: Robin Houston <robin@kitsite.com>
-             Date: Thu, 26 Apr 2001 23:54:29 +0100
-             Message-ID: <20010426235429.A28747@puffinry.freeserve.co.uk>
-     Branch: perl
-          ! ext/B/B/Deparse.pm
-____________________________________________________________________________
-[  9870] By: jhi                                   on 2001/04/26  21:57:37
-        Log: If some of the constants are prefixes of others,
-             the prefixes may never get recognized.  (See 20010426.006.)
-     Branch: perl
-          ! utils/h2xs.PL
-____________________________________________________________________________
-[  9869] By: jhi                                   on 2001/04/26  21:50:42
-        Log: Subject: [ID 20010426.006] Sys::Syslog ignores LOG_AUTH constant
-             From: Chris Bongaarts <cab@tc.umn.edu>
-             Date: Thu, 26 Apr 2001 17:10:31 -0500
-             Message-Id: <iss.2042.3ae89cd7.6cfba.1@earth.tc.umn.edu>
-     Branch: perl
-          ! ext/Sys/Syslog/Syslog.xs
-____________________________________________________________________________
-[  9868] By: jhi                                   on 2001/04/26  21:35:12
-        Log: Further cuts and more docs from Graham Barr.
-     Branch: perl
-          ! ext/List/Util/lib/List/Util.pm
-          ! ext/List/Util/lib/Scalar/Util.pm
-____________________________________________________________________________
-[  9867] By: jhi                                   on 2001/04/26  21:18:57
-        Log: Subject: [PATCH 5.7.1] DB_File-1.77
-             From: "Paul Marquess" <Paul.Marquess@Openwave.com>
-             Date: Thu, 26 Apr 2001 22:37:53 +0100
-             Message-ID: <000a01c0ce99$269cc3e0$99dcfea9@bfs.phone.com>
-     Branch: perl
-          ! ext/DB_File/Changes ext/DB_File/DB_File.pm
-          ! ext/DB_File/DB_File.xs ext/DB_File/version.c
-____________________________________________________________________________
-[  9866] By: jhi                                   on 2001/04/26  21:12:31
-        Log: Subject: [PATCH B::Deparse] fix easy bugs
-             From: Robin Houston <robin@kitsite.com>
-             Date: Thu, 26 Apr 2001 23:03:33 +0100
-             Message-ID: <20010426230333.A28657@puffinry.freeserve.co.uk>
-     Branch: perl
-          ! ext/B/B/Deparse.pm
-____________________________________________________________________________
-[  9865] By: jhi                                   on 2001/04/26  20:26:13
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[  9864] By: jhi                                   on 2001/04/26  19:27:48
-        Log: Dethinko from Robin Houston.
-     Branch: perl
-          ! ext/B/B/Deparse.pm
-____________________________________________________________________________
-[  9863] By: jhi                                   on 2001/04/26  19:10:35
-        Log: Subject: [PATCH B::Deparse] C<$x = /(.)/> ne C<($x) = /(.)/>
-             From: Robin Houston <robin@kitsite.com>
-             Date: Thu, 26 Apr 2001 21:08:32 +0100
-             Message-ID: <20010426210832.A28419@puffinry.freeserve.co.uk>
-     Branch: perl
-          ! ext/B/B/Deparse.pm
-____________________________________________________________________________
-[  9862] By: jhi                                   on 2001/04/26  19:04:23
-        Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
-             From: Robin Houston <robin@kitsite.com>
-             Date: Thu, 26 Apr 2001 20:52:50 +0100
-             Message-ID: <20010426205249.A28328@puffinry.freeserve.co.uk>
-     Branch: perl
-          ! ext/B/B/Deparse.pm
-____________________________________________________________________________
-[  9861] By: jhi                                   on 2001/04/26  18:56:14
-        Log: Subject: Re: [PATCH] UNIVERSAL shouldn't require Exporter
-             From: Mike Guy <mjtg@cam.ac.uk>
-             Date: Thu, 26 Apr 2001 14:22:40 +0100
-             Message-Id: <E14sljE-0003X9-00@libra.cus.cam.ac.uk>
-     Branch: perl
-          ! pod/perlobj.pod
-____________________________________________________________________________
-[  9860] By: jhi                                   on 2001/04/26  18:46:42
-        Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
-             From: Robin Houston <robin@kitsite.com>
-             Date: Thu, 26 Apr 2001 20:34:29 +0100
-             Message-ID: <20010426203429.A28261@puffinry.freeserve.co.uk>
-             
-             Hashes do not interpolate.
-     Branch: perl
-          ! ext/B/B/Deparse.pm
-____________________________________________________________________________
-[  9859] By: jhi                                   on 2001/04/26  18:43:51
-        Log: Subject: The Time::Piece conspiracy unmasked!!!
-             From: Mike Guy <mjtg@cam.ac.uk>
-             Date: Thu, 26 Apr 2001 19:02:50 +0100
-             Message-Id: <E14sq6M-0002g9-00@libra.cus.cam.ac.uk>
-             
-             Subject: [PATCH] that's enough UNIVERSAL stuff for one day ...
-             From: Mike Guy <mjtg@cam.ac.uk>
-             Date: Thu, 26 Apr 2001 19:08:21 +0100
-             Message-Id: <E14sqBh-0002mI-00@libra.cus.cam.ac.uk>
-             
-             Subject: Re: [PATCH] that's enough UNIVERSAL stuff for one day ...
-             From: Graham Barr <gbarr@pobox.com>
-             Date: Thu, 26 Apr 2001 19:12:03 +0100
-             Message-ID: <20010426191203.A70835@pobox.com>
-             
-             Eradicate UNIVERSAL (Mike) and remove the fallback Perl code (Graham)
-     Branch: perl
-          ! ext/List/Util/lib/List/Util.pm
-          ! ext/List/Util/lib/Scalar/Util.pm ext/Time/Piece/Piece.pm gv.c
-____________________________________________________________________________
-[  9858] By: jhi                                   on 2001/04/26  18:17:42
-        Log: Subject: [PATCH t/comp/proto.t] disable correct warning
-             From: Robin Houston <robin@kitsite.com>
-             Date: Thu, 26 Apr 2001 16:09:35 +0100
-             Message-ID: <20010426160934.A27140@puffinry.freeserve.co.uk>
-     Branch: perl
-          ! t/comp/proto.t
-____________________________________________________________________________
-[  9857] By: jhi                                   on 2001/04/26  18:04:59
-        Log: Subject: Re: [PATCH perldiag.pod] Re: [PATCH] Re: Useless use of constants other than 0,1 in void context?
-             From: barries <barries@slaysys.com>
-             Date: Thu, 26 Apr 2001 12:01:10 -0400
-             Message-ID: <20010426120110.E29698@jester.slaysys.com>
-     Branch: perl
-          ! pod/perldiag.pod
-____________________________________________________________________________
-[  9856] By: jhi                                   on 2001/04/26  18:03:33
-        Log: Subject: [PATCH B::Deparse] fix string uninterpretation
-             Date: Thu, 26 Apr 2001 17:13:41 +0100
-             From: Robin Houston <robin@kitsite.com>
-             Message-ID: <20010426171341.A27299@puffinry.freeserve.co.uk>
-             
-             Subject: Re: [PATCH B::Deparse] fix string uninterpretation
-             From: Robin Houston <robin@kitsite.com>
-             Date: Thu, 26 Apr 2001 18:44:29 +0100
-             Message-ID: <20010426184429.A27734@puffinry.freeserve.co.uk>
-     Branch: perl
-          ! ext/B/B/Deparse.pm
-____________________________________________________________________________
-[  9855] By: jhi                                   on 2001/04/26  17:56:04
-        Log: Subject: [PATCH B::Deparse] filetests, open(my $x,...), warnings, formats &c
-             From: Robin Houston <robin@kitsite.com>
-             Date: Thu, 26 Apr 2001 17:04:08 +0100
-             Message-ID: <20010426170408.A27257@puffinry.freeserve.co.uk>
-     Branch: perl
-          ! ext/B/B/Deparse.pm
-____________________________________________________________________________
-[  9854] By: jhi                                   on 2001/04/26  17:47:26
-        Log: Subject: Re: Short test case for undef %stash:: crash
-             From: Benjamin Sugars <bsugars@canoe.ca> 
-             Date: Mon, 23 Apr 2001 16:59:33 -0400 (EDT) 
-             Message-ID: <Pine.LNX.4.21.0104231623520.790-100000@marmot.rim.canoe.ca>
-             Changed and moved the perldiag entry.
-     Branch: perl
-          ! gv.c pod/perldiag.pod
-____________________________________________________________________________
-[  9853] By: jhi                                   on 2001/04/26  14:35:16
-        Log: Beginnings of strptime().  Do not touch the wet paint.
-     Branch: perl
-          ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
-____________________________________________________________________________
-[  9852] By: jhi                                   on 2001/04/26  13:17:21
-        Log: Retract #9851, core dumps from pod2man.
-     Branch: perl
-          ! regcomp.c
-____________________________________________________________________________
-[  9851] By: jhi                                   on 2001/04/26  11:54:41
-        Log: (Retracted by #9852.)
-             
-             Subject: [PATCH @9846] dumping ANYOF
-             From: Hugo <hv@crypt.compulink.co.uk>
-             Date: Thu, 26 Apr 2001 05:32:38 +0100
-             Message-Id: <200104260432.FAA12669@crypt.compulink.co.uk>
-     Branch: perl
-          ! regcomp.c
-____________________________________________________________________________
-[  9850] By: jhi                                   on 2001/04/26  02:34:44
-        Log: If ccflags was empty the _previous_ $* containing all the
-             environment variables and Configure variables was used,
-             which lead, among other bad things, into $ccflags being your
-             uname -a output, which lead into test compile with cc failing,
-             which lead into gcc being selected, which didn't work that well
-             since gcc (ancient 2.8.1 in that particular box) wasn't too happy
-             with large files, et cetera.
-     Branch: perl
-          ! hints/hpux.sh
-____________________________________________________________________________
-[  9849] By: jhi                                   on 2001/04/26  01:44:57
-        Log: Make selfstubber test more portable.
-     Branch: perl
-          ! t/lib/selfstubber.t
-____________________________________________________________________________
-[  9848] By: jhi                                   on 2001/04/26  00:50:26
-        Log: Subject: Re: [PATCH: perl@9841] fix a typo for Cwd.xs
-             From: Benjamin Sugars <ben.sugars@home.com>
-             Date: Wed, 25 Apr 2001 21:47:37 -0400 (EDT)
-             Message-ID: <Pine.LNX.4.21.0104252145280.30055-100000@localhost.localdomain>
-     Branch: perl
-          ! ext/Cwd/Cwd.xs
-____________________________________________________________________________
-[  9847] By: jhi                                   on 2001/04/26  00:46:58
-        Log: Subject: [PATCH: perl@9841] VMS updates
-             From: Peter Prymmer <pvhp@forte.com>
-             Date: Wed, 25 Apr 2001 18:43:27 -0700 (PDT)
-             Message-ID: <Pine.OSF.4.10.10104251842130.257877-100000@aspara.forte.com>
-     Branch: perl
-          ! README.vms configure.com vms/descrip_mms.template
-          ! vms/ext/filespec.t
-____________________________________________________________________________
-[  9846] By: jhi                                   on 2001/04/26  00:11:56
-        Log: re 'debug' was broken by #9084.
-     Branch: perl
-          ! ext/re/re.xs
-____________________________________________________________________________
-[  9845] By: jhi                                   on 2001/04/25  22:33:17
-        Log: Subject: [PATCH] test for Devel::SelfStubber
-             From: Nicholas Clark <nick@ccl4.org>
-             Date: Thu, 26 Apr 2001 00:00:54 +0100
-             Message-ID: <20010426000054.D89026@plum.flirble.org>
-     Branch: perl
-          + t/lib/selfstubber.t
-          ! MANIFEST lib/Devel/SelfStubber.pm t/lib/1_compile.t
-____________________________________________________________________________
-[  9844] By: jhi                                   on 2001/04/25  22:29:32
-        Log: Subject: Re: [PATCH 5.7.1] B::Concise and extra variables
-             From: Paul Johnson <paul@pjcj.net>
-             Date: Thu, 26 Apr 2001 00:46:08 +0200
-             Message-ID: <20010426004608.H2338@pjcj.net>
-     Branch: perl
-          ! ext/B/B/Concise.pm
-____________________________________________________________________________
-[  9843] By: jhi                                   on 2001/04/25  22:28:28
-        Log: Subject: [PATCH: perl@9841] fix a typo for Cwd.xs
-             From: Peter Prymmer <pvhp@forte.com>
-             Date: Wed, 25 Apr 2001 16:18:44 -0700 (PDT)
-             Message-ID: <Pine.OSF.4.10.10104251614200.257877-100000@aspara.forte.com>
-     Branch: perl
-          ! ext/Cwd/Cwd.xs
-____________________________________________________________________________
-[  9842] By: jhi                                   on 2001/04/25  20:58:12
-        Log: Subject: Re: [ID 20010422.002] 5.7.1 Breaks "use Module(version)"
-             From: John Peacock <jpeacock@rowman.com>
-             Date: Wed, 25 Apr 2001 17:30:26 -0400
-             Message-ID: <3AE741F2.B3217464@rowman.com>
-     Branch: perl
-          ! lib/Math/BigInt.pm t/lib/bigintpm.t
-____________________________________________________________________________
-[  9841] By: jhi                                   on 2001/04/25  20:07:05
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[  9840] By: jhi                                   on 2001/04/25  19:56:51
-        Log: Yet another HP-UX hints version from Merijn.
-     Branch: perl
-          ! hints/hpux.sh
-____________________________________________________________________________
-[  9839] By: jhi                                   on 2001/04/25  19:53:04
-        Log: abs_path() didn't terminate the filename correctly,
-             in DIRNAMLENless systems like HP-UX this would fail.
-     Branch: perl
-          ! ext/Cwd/Cwd.xs
-____________________________________________________________________________
-[  9838] By: jhi                                   on 2001/04/25  16:37:26
-        Log: Subject: [PATCH] Re: Useless use of constants other than 0,1 in void context?
-             From: Mike Guy <mjtg@cam.ac.uk>
-             Date: Wed, 25 Apr 2001 18:31:47 +0100
-             Message-Id: <E14sT8l-0004IE-00@libra.cus.cam.ac.uk>
-     Branch: perl
-          ! op.c
-____________________________________________________________________________
-[  9837] By: jhi                                   on 2001/04/25  16:21:53
-        Log: Subject: Re: patch to perl5db.pl (formatting of h h screen)
-             From: Jon Eveland <jweveland@yahoo.com>
-             Date: Wed, 25 Apr 2001 09:42:46 -0700 (PDT)
-             Message-ID: <20010425164246.21611.qmail@web10405.mail.yahoo.com>
-     Branch: perl
-          ! lib/perl5db.pl
-____________________________________________________________________________
-[  9836] By: jhi                                   on 2001/04/25  14:17:50
-        Log: Subject: [PATCH bleadperl] Porting/patching.pod: update version number format
-             From: "Philip Newton" <pnewton@gmx.de>
-             Date: Wed, 25 Apr 2001 17:05:58 +0200
-             Message-ID: <3AE703F6.3234.1833C45@localhost>
-     Branch: perl
-          ! Porting/patching.pod
-____________________________________________________________________________
-[  9835] By: jhi                                   on 2001/04/25  13:58:07
-        Log: It would seem that both ar and full_ar need to be overridden
-             for HP-UX to avoid the GNU ar.
-     Branch: perl
-          ! hints/hpux.sh
-____________________________________________________________________________
-[  9834] By: jhi                                   on 2001/04/25  13:50:40
-        Log: Subject: Re: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
-             From: "Philip Newton" <pnewton@gmx.de>
-             Date: Wed, 25 Apr 2001 16:09:23 +0200
-             Message-ID: <3AE6F6B3.30503.14F6DEB@localhost>
-             
-             Detypo.
-     Branch: perl
-          ! t/op/misc.t
-____________________________________________________________________________
-[  9833] By: jhi                                   on 2001/04/25  12:36:11
-        Log: In HP-UX set ar to /usr/bin/ar but only iff none set.
-     Branch: perl
-          ! hints/hpux.sh
-____________________________________________________________________________
-[  9832] By: jhi                                   on 2001/04/25  12:33:36
-        Log: New version of HP-UX hints from Merijn.
-     Branch: perl
-          ! hints/hpux.sh
-____________________________________________________________________________
-[  9831] By: jhi                                   on 2001/04/25  03:39:45
-        Log: Reintroduce the avoidance of mixing HP-UX cc and GNU ar.
-     Branch: perl
-          ! hints/hpux.sh
-____________________________________________________________________________
-[  9830] By: jhi                                   on 2001/04/25  02:53:25
-        Log: The tzname[] bit is not needed by util.c -- and causes
-             heartburn in VMS (and it missing was probably the cause of
-             the Mac OS X trouble).  Ouch.
-     Branch: perl
-          ! ext/POSIX/POSIX.xs util.c
-____________________________________________________________________________
-[  9829] By: jhi                                   on 2001/04/25  00:10:06
-        Log: Metaconfig unit change for #9828.
-     Branch: metaconfig
-          ! U/compline/ccflags.U
-____________________________________________________________________________
-[  9828] By: jhi                                   on 2001/04/25  00:04:18
-        Log: Allow setting cppflags hints.  This may affect Darwin (Mac OS X)
-             (which is actually the reason for the change, we need to pass
-             cppflags='-traditional-cpp' so that Errno builds right), Dynix/ptx,
-             EP/IX, OS/2, and TitanOS, based on the hints files.
-     Branch: perl
-          ! Configure config_h.SH
-____________________________________________________________________________
-[  9827] By: jhi                                   on 2001/04/24  23:49:20
-        Log: makedepend.SH patch for AmigaOS from Jan-Erik Karlsson;
-             the $cat must have an absolute path.
-     Branch: perl
-          ! makedepend.SH
-____________________________________________________________________________
-[  9826] By: jhi                                   on 2001/04/24  23:40:53
-        Log: 5.7.1-updated README.amiga from Jan-Erik Karlsson.
-     Branch: perl
-          ! README.amiga
-____________________________________________________________________________
-[  9825] By: jhi                                   on 2001/04/24  23:35:35
-        Log: Subject: [ID 20010424.002] [PATCH bleadperl] find2perl: prototypes and doexec
-             From: "Philip Newton" <pnewton@gmx.de>
-             Date: Tue, 24 Apr 2001 18:52:49 +0200
-             Message-Id: <3AE5CB81.12234.1FC246F@localhost>
-     Branch: perl
-          ! x2p/find2perl.PL
-____________________________________________________________________________
-[  9824] By: jhi                                   on 2001/04/24  23:33:07
-        Log: New HP-UX hints from Jeff and Merijn, should work with IA-64.
-             Some gcc specifics dropped out due to extensive rewriting;
-             will be put back later as needed.
-     Branch: perl
-          ! hints/hpux.sh
-____________________________________________________________________________
-[  9823] By: jhi                                   on 2001/04/24  23:27:57
-        Log: Mac OS X patch for missing tzname definition from Paul Schinder.
-     Branch: perl
-          ! ext/POSIX/POSIX.xs
-____________________________________________________________________________
-[  9822] By: jhi                                   on 2001/04/24  23:25:21
-        Log: Subject: Re: [ID 20010421.032] Not OK: perl v5.7.1 +DEVEL9717 on sun4-solaris-64int-ld-stdio 2.8 (UNINSTALLED)
-             From: Tim Jenness <t.jenness@jach.hawaii.edu>
-             Date: Tue, 24 Apr 2001 11:29:28 -1000 (HST)
-             Message-ID: <Pine.LNX.4.30.0104241123020.5085-100000@lapaki.jach.hawaii.edu>
-     Branch: perl
-          ! ext/XS/Typemap/Typemap.xs
-____________________________________________________________________________
-[  9821] By: jhi                                   on 2001/04/24  23:24:10
-        Log: Subject: [PATCH: pod/perlport.pod] Updated email addresses.
-             From: "Abigail" <abigail@foad.org>
-             Date: Tue, 24 Apr 2001 23:12:03 +0200
-             Message-ID: <20010424211203.7901.qmail@foad.org>
-     Branch: perl
-          ! pod/perlport.pod
-____________________________________________________________________________
-[  9820] By: jhi                                   on 2001/04/24  23:23:15
-        Log: Subject: [PATCH pod/perlfaq4.pod] Time::Piece additions
-             From: Matt Sergeant <matt@sergeant.org>
-             Date: Tue, 24 Apr 2001 16:48:17 +0100 (BST)
-             Message-ID: <Pine.LNX.4.30.0104241645030.32279-100000@ted.sergeant.org>
-     Branch: perl
-          ! pod/perlfaq4.pod
-____________________________________________________________________________
-[  9819] By: nick                                  on 2001/04/24  18:49:43
-        Log: Integrate mainline.
-     Branch: perlio
-         +> t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
-         !> (integrate 37 files)
-____________________________________________________________________________
-[  9818] By: jhi                                   on 2001/04/24  14:35:23
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[  9817] By: jhi                                   on 2001/04/24  14:09:17
-        Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries 
-             From: "Philip Newton" <pnewton@gmx.de>
-             Date: Tue, 24 Apr 2001 12:58:12 +0200
-             Message-ID: <3AE57864.8304.B77A0A@localhost> 
-             
-             plus add CPAN to the list of modules that have their own tests.
-     Branch: perl
-          ! t/lib/1_compile.t
-____________________________________________________________________________
-[  9816] By: jhi                                   on 2001/04/24  14:07:03
-        Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries
-             From: Michael G Schwern <schwern@pobox.com>
-             Date: Sat, 21 Apr 2001 22:35:00 +0100
-             Message-ID: <20010421223500.N2946@blackrider.blackstar.co.uk>
-     Branch: perl
-          ! t/lib/1_compile.t
-____________________________________________________________________________
-[  9815] By: jhi                                   on 2001/04/24  13:54:32
-        Log: Subject: Re: [ID 20010423.006] Test failed in perl@9794
-             From: Robin Houston <robin@kitsite.com>
-             Date: Tue, 24 Apr 2001 15:51:18 +0100
-             Message-ID: <20010424155118.A22913@puffinry.freeserve.co.uk>
-     Branch: perl
-          ! ext/B/B/Deparse.pm
-____________________________________________________________________________
-[  9814] By: jhi                                   on 2001/04/24  13:17:34
-        Log: Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
-             From: Bill Glicker <billg@burrelles.com>
-             Date: Tue, 24 Apr 2001 09:22:40 -0400 (EDT)
-             Message-ID: <Pine.SCO.4.30.0104240918160.13514-100000@laura.burrelles.com>
-     Branch: perl
-          ! hints/svr5.sh
-____________________________________________________________________________
-[  9813] By: jhi                                   on 2001/04/24  12:54:23
-        Log: Prevent path disclosure (probing for existence of filenames)
-             using suidperl; bug id 20010322.218.
-     Branch: perl
-          ! perl.c pod/perldiag.pod
-____________________________________________________________________________
-[  9812] By: jhi                                   on 2001/04/24  12:08:36
-        Log: Retract #9811.
-     Branch: perl
-          ! ext/POSIX/POSIX.xs
-____________________________________________________________________________
-[  9811] By: jhi                                   on 2001/04/24  11:57:35
-        Log: (Retracted by #9812.)
-     Branch: perl
-          ! ext/POSIX/POSIX.xs
-____________________________________________________________________________
-[  9810] By: jhi                                   on 2001/04/24  03:32:35
-        Log: Fix for 20010219.013, "perlio perl -we tell goes SEGV".
-     Branch: perl
-          ! util.c
-____________________________________________________________________________
-[  9809] By: jhi                                   on 2001/04/24  03:16:13
-        Log: The Math::BigFloat::import() was broken.
-             (Fixes bug id 20010422.002.)
-     Branch: perl
-          ! lib/Math/BigFloat.pm
-____________________________________________________________________________
-[  9808] By: jhi                                   on 2001/04/24  01:11:40
-        Log: Additional dependencies; should help for parallel makes
-             not to fail on missing lib/lib.pm or lib/re.pm.
-     Branch: perl
-          ! Makefile.SH
-____________________________________________________________________________
-[  9807] By: jhi                                   on 2001/04/24  00:57:01
-        Log: Update the test failure disclaimer.
-     Branch: perl
-          ! t/pragma/warn/pp_hot
-____________________________________________________________________________
-[  9806] By: jhi                                   on 2001/04/24  00:54:04
-        Log: Add make target "install-all" which is alias for "install"
-             to cater for case-preserving filesystems like HFS+.
-     Branch: perl
-          ! INSTALL Makefile.SH
-____________________________________________________________________________
-[  9805] By: jhi                                   on 2001/04/24  00:47:28
-        Log: Subject: Re: 5.6.1 darwin Configure fails to extract Makefile
-             From: Peter Prymmer <pvhp@forte.com>
-             Date: Wed, 11 Apr 2001 10:43:52 -0700 (PDT)
-             Message-ID: <Pine.OSF.4.10.10104111038480.113314-100000@aspara.forte.com>
-             
-             (Ken William's message forwarded from macosx@perl.org)
-     Branch: perl
-          ! hints/darwin.sh
-____________________________________________________________________________
-[  9804] By: jhi                                   on 2001/04/23  23:57:35
-        Log: Cut-and-pasto.
-     Branch: perl
-          ! perlio.c
-____________________________________________________________________________
-[  9803] By: jhi                                   on 2001/04/23  23:52:25
-        Log: More PerlIO robustness.
-     Branch: perl
-          ! perlio.c
-____________________________________________________________________________
-[  9802] By: jhi                                   on 2001/04/23  23:43:35
-        Log: Make the "STD* opened only for ..." errors more consistent.
-     Branch: perl
-          ! doio.c
-____________________________________________________________________________
-[  9801] By: jhi                                   on 2001/04/23  23:34:26
-        Log: Test case for #9800.
-     Branch: perl
-          ! t/op/misc.t
-____________________________________________________________________________
-[  9800] By: jhi                                   on 2001/04/23  23:14:43
-        Log: Avoid coredump on 'close STDERR; die' by making
-             the PerlIO calls more robust.  Also use SETERRNO()
-             instead of errno = to be more VMS-ready.
-     Branch: perl
-          ! perlio.c
-____________________________________________________________________________
-[  9799] By: jhi                                   on 2001/04/23  21:41:10
-        Log: Subject: test for ID 20010423.002
-             From: Robin Houston <robin@kitsite.com>
-             Date: Mon, 23 Apr 2001 16:52:21 +0100
-             Message-ID: <20010423165221.A20739@puffinry.freeserve.co.uk>
-     Branch: perl
-          ! t/op/avhv.t
-____________________________________________________________________________
-[  9798] By: jhi                                   on 2001/04/23  21:40:07
-        Log: Subject: patch to installperl (change warn to print STDERR in sub yn)
-             From: David Dyck <dcd@tc.fluke.com>
-             Date: Mon, 23 Apr 2001 10:19:46 -0700 (PDT)
-             Message-ID: <Pine.LNX.4.33.0104231018270.10985-100000@dd.tc.fluke.com>
-     Branch: perl
-          ! installperl
-____________________________________________________________________________
-[  9797] By: jhi                                   on 2001/04/23  21:37:56
-        Log: Subject: [PATCH] Implement Cwd::abs_path in XS
-             From: Benjamin Sugars <bsugars@canoe.ca>
-             Date: Mon, 23 Apr 2001 11:59:48 -0400 (EDT)
-             Message-ID: <Pine.LNX.4.21.0104231151340.3238-100000@marmot.rim.canoe.ca>
-     Branch: perl
-          ! ext/Cwd/Cwd.xs lib/Cwd.pm
-____________________________________________________________________________
-[  9796] By: jhi                                   on 2001/04/23  21:29:24
-        Log: Synchronize h2xs and pod2man some more on the documentation
-             templates they propose.
-     Branch: perl
-          ! pod/pod2man.PL utils/h2xs.PL
-____________________________________________________________________________
-[  9795] By: jhi                                   on 2001/04/23  17:30:40
-        Log: Add one more naughty test for base64; make encoding logic cleaner.
-     Branch: perl
-          ! t/lib/mimeb64.t
-____________________________________________________________________________
-[  9794] By: jhi                                   on 2001/04/23  13:51:32
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[  9793] By: jhi                                   on 2001/04/23  13:44:18
-        Log: Duplicate lines.
-     Branch: perl
-          ! MANIFEST
-____________________________________________________________________________
-[  9792] By: jhi                                   on 2001/04/23  13:39:13
-        Log: Subject: Re: PATCH 5.7.1
-             From: Mark-Jason Dominus <mjd@plover.com>
-             Date: Mon, 23 Apr 2001 10:30:21 -0400
-             Message-ID: <20010423143021.17335.qmail@plover.com>
-     Branch: perl
-          ! perl.h sv.c
-____________________________________________________________________________
-[  9791] By: jhi                                   on 2001/04/23  13:32:40
-        Log: Add the CPAN.pm 1.59_54 tests.
-     Branch: perl
-          + t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
-          ! MANIFEST
-____________________________________________________________________________
-[  9790] By: jhi                                   on 2001/04/23  13:21:55
-        Log: Subject: Deparse nit
-             From: Robin Houston <robin@kitsite.com>
-             Date: Mon, 23 Apr 2001 12:38:20 +0100
-             Message-ID: <20010423123820.A19945@puffinry.freeserve.co.uk>
-     Branch: perl
-          ! ext/B/B/Deparse.pm
-____________________________________________________________________________
-[  9789] By: jhi                                   on 2001/04/23  13:19:07
-        Log: Subject: [PATCH] bug 20010423.002
-             From: Robin Houston <robin@kitsite.com>
-             Date: Mon, 23 Apr 2001 13:12:30 +0100
-             Message-ID: <20010423131230.A20074@puffinry.freeserve.co.uk>
-     Branch: perl
-          ! pp.c
-____________________________________________________________________________
-[  9788] By: jhi                                   on 2001/04/23  13:02:49
-        Log: Subject: PATCH [5.7.1] hv.c unused #define
-             From: Mark-Jason Dominus <mjd@plover.com>
-             Date: Sun, 22 Apr 2001 14:17:49 -0400
-             Message-ID: <20010422181749.26976.qmail@plover.com>
-     Branch: perl
-          ! hv.c
-____________________________________________________________________________
-[  9787] By: jhi                                   on 2001/04/23  13:02:02
-        Log: Subject: PATCH 5.7.1
-             From: Mark-Jason Dominus <mjd@plover.com>
-             Date: Sun, 22 Apr 2001 15:12:57 -0400
-             Message-ID: <20010422191258.6539.qmail@plover.com>
-             
-             plus Sarathy's STMT_START + STMT_END suggestion.
-     Branch: perl
-          ! perl.h
-____________________________________________________________________________
-[  9786] By: jhi                                   on 2001/04/23  12:53:25
-        Log: Fix for
-             
-             Subject: [ID 20010423.001] perlapi documentation inconsistency (SvGROW)
-             From: dLux <dlux@spam.sch.bme.hu>
-             Date: Mon, 23 Apr 2001 01:25:26 +0200
-             Message-Id: <E14rTEM-0000CB-00@dl.sch.bme.hu>
-             
-             (SvGROW really does return a char *.)
-     Branch: perl
-          ! pod/perlapi.pod sv.h
-____________________________________________________________________________
-[  9785] By: jhi                                   on 2001/04/23  04:34:04
-        Log: Time::Piece work continues.  $t->day removed since
-             I think it's too confusing.  Now has normal and
-             abbreviated length weekday names and month names,
-             the names change with _names(), not _list().
-             Now has strftime() in Perl, _strftime() is
-             the libc version (to which strftime() falls back
-             if it doesn't know the format.  To do: the reverse
-             of strftime, strptime(), and the localisation of both.
-     Branch: perl
-          ! ext/Time/Piece/Piece.pm ext/Time/Piece/Piece.xs
-          ! t/lib/time-piece.t
-____________________________________________________________________________
-[  9784] By: jhi                                   on 2001/04/23  02:41:46
-        Log: Subject: Re: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using ' 
-             From: andreas.koenig@anima.de (Andreas J. Koenig)
-             Date: 23 Apr 2001 05:20:55 +0200
-             Message-ID: <m3ofto5mjs.fsf@ak-71.mind.de>
-     Branch: perl
-          ! t/pragma/overload.t
-____________________________________________________________________________
-[  9783] By: jhi                                   on 2001/04/22  23:32:42
-        Log: Subject: [PATCH B::Deparse] Distinguish package variables, if necessary
-             From: Robin Houston <robin@kitsite.com>
-             Date: Mon, 23 Apr 2001 00:38:18 +0100
-             Message-ID: <20010423003818.A19109@puffinry.freeserve.co.uk>
-     Branch: perl
-          ! ext/B/B/Deparse.pm
-____________________________________________________________________________
-[  9782] By: jhi                                   on 2001/04/22  20:55:43
-        Log: Subject: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using '
-             From: Simon Cozens <simon@netthink.co.uk>
-             Date: Sun, 22 Apr 2001 18:47:25 +0100
-             Message-ID: <20010422184725.A14411@netthink.co.uk>
-     Branch: perl
-          ! sv.c t/pragma/overload.t
-____________________________________________________________________________
-[  9781] By: jhi                                   on 2001/04/22  20:52:13
-        Log: Subject: [PATCH] Support BEGIN blocks in B::Deparse (& more)
-             From: Robin Houston <robin@kitsite.com>
-             Date: Sun, 22 Apr 2001 22:14:50 +0100
-             Message-ID: <20010422221450.A18921@puffinry.freeserve.co.uk>
-     Branch: perl
-          ! ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
-____________________________________________________________________________
-[  9780] By: nick                                  on 2001/04/22  20:40:31
-        Log: Integrate mainline.
-     Branch: perlio
-         +> t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
-         +> t/lib/b-stash.t
-         !> (integrate 38 files)
-____________________________________________________________________________
-[  9779] By: jhi                                   on 2001/04/22  15:16:03
-        Log: Subject: IO::Socket::INET patch
-             From: andrew deryabin <djsf@technarchy.ru>
-             Date: Sat, 21 Apr 2001 17:46:52 +0400
-             Message-ID: <20010421174652.B1426@technarchy>
-     Branch: perl
-          ! ext/IO/lib/IO/Socket/INET.pm
-____________________________________________________________________________
-[  9778] By: jhi                                   on 2001/04/22  15:14:33
-        Log: Subject: Re: ANYOF_SIZE is wrong in 5.7.1 
-             From: Mark-Jason Dominus <mjd@plover.com>
-             Date: Sat, 21 Apr 2001 21:27:49 -0400
-             Message-ID: <20010422012749.27024.qmail@plover.com>
-     Branch: perl
-          ! regcomp.c
-____________________________________________________________________________
-[  9777] By: jhi                                   on 2001/04/22  15:10:51
-        Log: Subject: Re: Regex debugger patch 
-             From: Mark-Jason Dominus <mjd@plover.com>
-             Date: Sat, 21 Apr 2001 21:48:51 -0400
-             Message-ID: <20010422014851.27165.qmail@plover.com>
-     Branch: perl
-          ! pod/perldebguts.pod
-____________________________________________________________________________
-[  9776] By: jhi                                   on 2001/04/22  15:09:48
-        Log: Subject: Re: Regex debugger patch
-             From: Mark-Jason Dominus <mjd@plover.com>
-             Date: Sat, 21 Apr 2001 14:24:39 -0400
-             Message-ID: <20010421182439.16508.qmail@plover.com>
-             
-             Regex debugger backend.
-     Branch: perl
-          ! regcomp.c regexp.h
-____________________________________________________________________________
-[  9775] By: jhi                                   on 2001/04/21  16:45:40
-        Log: Subject: [PATCH] Typo in utf8.h
-             From: Jesús Quiroga <jquiroga@pobox.com>
-             Date: Sat, 21 Apr 2001 19:25:33 +0200
-             Message-Id: <5.0.2.1.1.20010421192107.01ce5a50@ix.netcorps.com>
-     Branch: perl
-          ! utf8.h
-____________________________________________________________________________
-[  9774] By: jhi                                   on 2001/04/21  16:43:52
-        Log: Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
-             From: Joe Orton <jorton@redhat.com>
-             Date: Tue, 17 Apr 2001 15:50:43 +0100
-             Message-Id: <20010417155043.D19132@eu.c2.net>
-     Branch: perl
-          ! hints/svr5.sh
-____________________________________________________________________________
-[  9773] By: jhi                                   on 2001/04/21  15:30:15
-        Log: Subject: Patch utils/h2xs.PL
-             From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
-             Date: Sat, 21 Apr 2001 10:32:16 -0500
-             Message-ID: <20010421103216.C14521@chaos.wustl.edu>
-             
-             Add MAILING list and LICENSE templates.
-     Branch: perl
-          ! utils/h2xs.PL
-____________________________________________________________________________
-[  9772] By: jhi                                   on 2001/04/21  15:28:36
-        Log: Subject: perlfaq2.patch for 5.7.1
-             From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
-             Message-ID: <20010420164219.J3194@chaos.wustl.edu>
-             Date: Fri, 20 Apr 2001 16:42:19 -0500
-             
-             rm an extra tab, a blurb about the xx.cpan to clarify
-             which countries actually have that and dejanews is history
-             as well as most of that nonsensical entry.
-     Branch: perl
-          ! pod/perlfaq2.pod
-____________________________________________________________________________
-[  9771] By: jhi                                   on 2001/04/21  15:27:17
-        Log: Subject: perlfaq1.patch for 5.7.1
-             From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
-             Date: Fri, 20 Apr 2001 16:57:36 -0500
-             Message-ID: <20010420165736.K3194@chaos.wustl.edu>
-             
-             Evil URLs must die. Especially when they are broken.
-     Branch: perl
-          ! pod/perlfaq1.pod
-____________________________________________________________________________
-[  9770] By: jhi                                   on 2001/04/21  15:23:38
-        Log: Subject: [PATCH ext/B/B.pm and tests] B::walksymtable improperly documented?
-             From: Michael G Schwern <schwern@pobox.com>
-             Date: Sat, 21 Apr 2001 16:11:12 +0100
-             Message-ID: <20010421161112.L19736@blackrider.blackstar.co.uk>
-     Branch: perl
-          + t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
-          + t/lib/b-stash.t
-          ! MANIFEST ext/B/B.pm t/lib/b.t
-____________________________________________________________________________
-[  9769] By: jhi                                   on 2001/04/21  15:03:32
-        Log: Subject: [PATCH utils/h2ph.PL] Confused by "#if &__GNUC_PREREQ (2,97)"
-             From: Michael G Schwern <schwern@pobox.com>
-             Date: Sat, 21 Apr 2001 09:48:00 +0100
-             Message-ID: <20010421094759.B19736@blackrider.blackstar.co.uk>
-     Branch: perl
-          ! utils/h2ph.PL
-____________________________________________________________________________
-[  9768] By: jhi                                   on 2001/04/21  14:33:49
-        Log: PerlIO and Encode doc cleanup and tweaks.
-     Branch: perl
-          ! ext/Encode/Encode.pm ext/PerlIO/Scalar/Scalar.pm
-          ! ext/PerlIO/Via/Via.pm lib/PerlIO.pm
-____________________________________________________________________________
-[  9767] By: jhi                                   on 2001/04/21  12:40:16
-        Log: Integrate perlio:
-             
-             [  9766]
-             Avoid core dump on
-             open(STDOUT,">",\$foo);
-     Branch: perl
-         !> doio.c
-____________________________________________________________________________
-[  9766] By: nick                                  on 2001/04/20  18:28:35
-        Log: Avoid core dump on
-             open(STDOUT,">",\$foo);
-     Branch: perlio
-          ! doio.c
-____________________________________________________________________________
-[  9765] By: jhi                                   on 2001/04/20  13:23:43
-        Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
-             From: Robin Houston <robin@kitsite.com>
-             Date: Fri, 20 Apr 2001 14:29:22 +0100
-             Message-ID: <20010420142921.A14960@puffinry.freeserve.co.uk>
-     Branch: perl
-          ! ext/B/B.pm ext/B/B/Deparse.pm
-____________________________________________________________________________
-[  9764] By: jhi                                   on 2001/04/20  13:19:33
-        Log: Subject: [PATCH: perl@9742] avoid t/u-*.t test on platforms where List/Util was not built
-             From: Peter Prymmer <pvhp@forte.com>
-             Date: Thu, 19 Apr 2001 17:40:14 -0700 (PDT)
-             Message-ID: <Pine.OSF.4.10.10104191737200.348917-100000@aspara.forte.com>
-     Branch: perl
-          ! t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
-          ! t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
-          ! t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
-          ! t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
-____________________________________________________________________________
-[  9763] By: jhi                                   on 2001/04/20  12:36:39
-        Log: Subject: Re: A new PerlIO coredump
-             From: Nick Ing-Simmons <nik@tiuk.ti.com>
-             Date: Fri, 20 Apr 2001 14:29:41 +0100 (BST)
-             Message-Id: <200104201329.OAA16021@mikado.tiuk.ti.com>
-     Branch: perl
-          ! doio.c
-____________________________________________________________________________
-[  9762] By: jhi                                   on 2001/04/19  23:02:30
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[  9761] By: jhi                                   on 2001/04/19  22:59:19
-        Log: More cleanup cleanup.
-     Branch: perl
-          ! Makefile.SH win32/Makefile win32/makefile.mk
-____________________________________________________________________________
-[  9760] By: jhi                                   on 2001/04/19  22:50:31
-        Log: lib/Time is non-empty, let's not rmdir it.
-     Branch: perl
-          ! Makefile.SH
-____________________________________________________________________________
-[  9759] By: jhi                                   on 2001/04/19  22:36:51
-        Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
-             From: Robin Houston <robin@kitsite.com>
-             Date: Fri, 20 Apr 2001 00:18:53 +0100
-             Message-ID: <20010420001853.A13350@puffinry.freeserve.co.uk>
-     Branch: perl
-          ! ext/B/B/Deparse.pm
-____________________________________________________________________________
-[  9758] By: jhi                                   on 2001/04/19  22:36:00
-        Log: Subject: [PATCH: perl@9742] void close_dir portability fix for Cwd.xs
-             From: Peter Prymmer <pvhp@forte.com>
-             Date: Thu, 19 Apr 2001 12:02:40 -0700 (PDT)
-             Message-ID: <Pine.OSF.4.10.10104191158490.348917-100000@aspara.forte.com>
-     Branch: perl
-          ! ext/Cwd/Cwd.xs
-____________________________________________________________________________
-[  9757] By: nick                                  on 2001/04/19  18:53:54
-        Log: Blind (untested) integrate of mainline.
-     Branch: perlio
-         +> ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
-         +> ext/Time/Piece/Piece.xs ext/Time/Piece/README
-         +> ext/Time/Piece/Seconds.pm t/lib/time-piece.t
-         !> (integrate 53 files)
-____________________________________________________________________________
-[  9756] By: jhi                                   on 2001/04/19  16:59:23
-        Log: Document and test Time::Piece.
-     Branch: perl
-          ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.pm
-          ! ext/Time/Piece/Piece.xs t/lib/time-piece.t
-____________________________________________________________________________
-[  9755] By: jhi                                   on 2001/04/19  12:13:29
-        Log: A better fix for the \x{12345678} trouble from NI-S.
-     Branch: perl
-          ! utf8.c
-____________________________________________________________________________
-[  9754] By: jhi                                   on 2001/04/19  11:56:07
-        Log: Subject: PATCH: Propagate low byte of hints in cop.op_private
-             From: Robin Houston <robin@kitsite.com>
-             Date: Wed, 18 Apr 2001 17:58:33 +0100
-             Message-ID: <20010418175833.B8976@puffinry.freeserve.co.uk>
-     Branch: perl
-          ! ext/B/B/Deparse.pm op.c
-____________________________________________________________________________
-[  9753] By: jhi                                   on 2001/04/19  04:21:52
-        Log: Subject: [PATCH] h2ph test suite bugfix and refactoring
-             From: "Kurt D. Starsinic" <kstar@wolfetech.com>
-             Date: Thu, 19 Apr 2001 01:11:41 -0400
-             Message-ID: <20010419011141.A5798@cpan.org>
-     Branch: perl
-          ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
-____________________________________________________________________________
-[  9752] By: jhi                                   on 2001/04/19  02:41:10
-        Log: The new time utils need to be thread-aware, too.
-     Branch: perl
-          ! util.c
-____________________________________________________________________________
-[  9751] By: jhi                                   on 2001/04/19  02:26:47
-        Log: Compilation nit noticed by AIX compiler.
-     Branch: perl
-          ! perlio.c
-____________________________________________________________________________
-[  9750] By: jhi                                   on 2001/04/19  02:20:06
-        Log: The new time utils need to be public.
-     Branch: perl
-          ! embed.pl
-____________________________________________________________________________
-[  9749] By: jhi                                   on 2001/04/19  01:42:39
-        Log: Regen toc.
-     Branch: perl
-          ! pod/perltoc.pod
-____________________________________________________________________________
-[  9748] By: jhi                                   on 2001/04/19  01:41:10
-        Log: Add Time::Piece, a slight rewrite of Time::Object,
-             from Matt Sergeant.
-     Branch: perl
-          + ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
-          + ext/Time/Piece/Piece.xs ext/Time/Piece/README
-          + ext/Time/Piece/Seconds.pm t/lib/time-piece.t
-          ! MANIFEST configure.com djgpp/config.over epoc/config.sh
-          ! hints/uts.sh hints/uwin.sh hints/vmesa.sh win32/Makefile
-          ! win32/makefile.mk
-____________________________________________________________________________
-[  9747] By: jhi                                   on 2001/04/19  00:55:35
-        Log: The new metaconfig unit from strftime.
-     Branch: metaconfig/U/perl
-          + d_strftime.U
-____________________________________________________________________________
-[  9746] By: jhi                                   on 2001/04/19  00:54:54
-        Log: Move the strftime() wrapper from POSIX.xs to util.c
-             as my_strftime(), requires HAS_STRFTIME.
-     Branch: perl
-          ! Configure Porting/Glossary Porting/config.sh Porting/config_H
-          ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
-          ! ext/POSIX/POSIX.xs proto.h uconfig.h uconfig.sh util.c
-          ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
-          ! vos/config.ga.h win32/config.bc win32/config.gc
-          ! win32/config.vc
-____________________________________________________________________________
-[  9745] By: jhi                                   on 2001/04/18  23:11:03
-        Log: Move the init_tm() and mini_mktime() up from POSIX.xs to util.c
-             in preparation of Time::Piece.
-     Branch: perl
-          ! embed.h embed.pl ext/POSIX/POSIX.xs proto.h util.c
-____________________________________________________________________________
-[  9744] By: jhi                                   on 2001/04/18  22:33:12
-        Log: Subject: [PATCH: perl@9718] fix new exporter test to work OK on VMS
-             From: Peter Prymmer <pvhp@forte.com>
-             Date: Wed, 18 Apr 2001 15:38:28 -0700 (PDT)
-             Message-ID: <Pine.OSF.4.10.10104181536440.272477-100000@aspara.forte.com>
-     Branch: perl
-          ! t/lib/exporter.t
-____________________________________________________________________________
-[  9743] By: jhi                                   on 2001/04/18  22:32:23
-        Log: Subject: Fwd: pod2html leaves cache files lying around?
-             From: Rajesh Vaidheeswarran <rv@gnu.org>
-             Date: Tue, 17 Apr 2001 09:35:00 -0400 (EDT)
-             Message-Id: <E14pVdE-0004P0-00@fencepost.gnu.org>
-     Branch: perl
-          ! lib/Pod/Html.pm
-____________________________________________________________________________
-[  9742] By: jhi                                   on 2001/04/18  20:31:49
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[  9741] By: jhi                                   on 2001/04/18  20:23:02
-        Log: Declare hints only if needed.
-     Branch: perl
-          ! ext/B/B/Deparse.pm
-____________________________________________________________________________
-[  9740] By: jhi                                   on 2001/04/18  19:06:05
-        Log: Workaround for the "\x{12345678}" plus s/(.)/$1/g plus ord/length
-             bug noticed by Robin Houston; basically the code of detecting
-             value wraparound was acting differently under different compilers
-             and platforms.  The workaround is to remove the overflow check
-             for now, a real fix would be to do the overflow (portably) right.
-     Branch: perl
-          ! t/op/pat.t utf8.c
-____________________________________________________________________________
-[  9739] By: jhi                                   on 2001/04/18  19:01:23
-        Log: Subject: [PATCH B::Deparse] some pragma support
-             From: Robin Houston <robin@kitsite.com>
-             Date: Wed, 18 Apr 2001 19:32:12 +0100
-             Message-ID: <20010418193212.A9184@puffinry.freeserve.co.uk>
-     Branch: perl
-          ! ext/B/B/Deparse.pm
-____________________________________________________________________________
-[  9738] By: jhi                                   on 2001/04/18  15:16:37
-        Log: Subject: [PATCH] Test case for C<undef %File::Glob::>
-             From: Benjamin Sugars <bsugars@canoe.ca>
-             Date: Wed, 18 Apr 2001 10:53:44 -0400 (EDT)
-             Message-ID: <Pine.LNX.4.21.0104181047010.2368-100000@marmot.rim.canoe.ca>
-     Branch: perl
-          ! t/op/glob.t
-____________________________________________________________________________
-[  9737] By: jhi                                   on 2001/04/18  13:24:50
-        Log: Subject: [PATCH] XS::Typemap - T_OPAQUE
-             From: Tim Jenness <t.jenness@jach.hawaii.edu>
-             Date: Tue, 17 Apr 2001 22:49:25 -1000 (HST)
-             Message-ID: <Pine.LNX.4.30.0104172247440.28672-100000@lapaki.jach.hawaii.edu>
-     Branch: perl
-          ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
-          ! ext/XS/Typemap/typemap lib/ExtUtils/typemap t/lib/xs-typemap.t
-____________________________________________________________________________
-[  9736] By: jhi                                   on 2001/04/18  04:15:14
-        Log: The #9735 also changes the subtest 12.
-     Branch: perl
-          ! t/lib/b.t
-____________________________________________________________________________
-[  9735] By: jhi                                   on 2001/04/18  03:55:17
-        Log: Subject: Deparse.pm of split(" ") decodes as /\s+/ (with PATCH)
-             From: David Dyck <dcd@tc.fluke.com>
-             Date: Tue, 17 Apr 2001 17:12:58 -0700 (PDT)
-             Message-ID: <Pine.LNX.4.33.0104171508210.23062-100000@dd.tc.fluke.com>
-     Branch: perl
-          ! ext/B/B/Deparse.pm
-____________________________________________________________________________
-[  9734] By: jhi                                   on 2001/04/18  03:54:11
-        Log: Subject: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
-             From: Gisle Aas <gisle@ActiveState.com>
-             Date: 17 Apr 2001 19:06:45 -0700
-             Message-ID: <lrae5f9d1m.fsf@caliper.ActiveState.com>
-     Branch: perl
-          ! pp_hot.c t/op/misc.t
-____________________________________________________________________________
-[  9733] By: jhi                                   on 2001/04/17  22:25:22
-        Log: Subject: [PATCH: ext/Cwd/Cwd.xs & ext/PerlIO/Scalar/Scalar.xs] Missing prototype behaviour
-             From: "Abigail" <abigail@foad.org>
-             Date: Wed, 18 Apr 2001 01:17:46 +0200
-             Message-ID: <20010417231746.21657.qmail@foad.org>
-     Branch: perl
-          ! ext/Cwd/Cwd.xs ext/PerlIO/Scalar/Scalar.xs
-____________________________________________________________________________
-[  9732] By: jhi                                   on 2001/04/17  20:47:56
-        Log: Subject: Re: Deparse - parenthesise args to undeclared subs
-             From: Robin Houston <robin@kitsite.com>
-             Date: Tue, 17 Apr 2001 22:37:42 +0100
-             Message-ID: <20010417223742.A6681@puffinry.freeserve.co.uk>
-     Branch: perl
-          ! ext/B/B/Deparse.pm
-____________________________________________________________________________
-[  9731] By: nick                                  on 2001/04/17  20:46:35
-        Log: Re-sync for t/lib/b.t fix
-     Branch: perlio
-         !> ext/B/B/Deparse.pm t/lib/b.t t/lib/cwd.t
-____________________________________________________________________________
-[  9730] By: jhi                                   on 2001/04/17  20:45:29
-        Log: Subject: [PATCH B::Deparse] utf8 literal strings (and possibly a unicode/regex bug)
-             From: Robin Houston <robin@kitsite.com>
-             Date: Tue, 17 Apr 2001 22:29:36 +0100
-             Message-ID: <20010417222936.A6644@puffinry.freeserve.co.uk>
-     Branch: perl
-          ! ext/B/B.xs ext/B/B/Deparse.pm
-____________________________________________________________________________
-[  9729] By: jhi                                   on 2001/04/17  20:43:11
-        Log: Subject: Deparse - parenthesise args to undeclared subs
-             From: Robin Houston <robin@kitsite.com>
-             Date: Tue, 17 Apr 2001 21:31:05 +0100
-             Message-ID: <20010417213104.A6586@puffinry.freeserve.co.uk>
-     Branch: perl
-          ! ext/B/B/Deparse.pm
-____________________________________________________________________________
-[  9728] By: jhi                                   on 2001/04/17  18:57:30
-        Log: Subject: Re: [PATCH] Fix cwd.t when libpth contains symlinks
-             From: Benjamin Sugars <ben.sugars@home.com>
-             Date: Tue, 17 Apr 2001 15:27:28 -0400 (EDT)
-             Message-ID: <Pine.LNX.4.21.0104171516090.22410-100000@localhost.localdomain>
-     Branch: perl
-          ! t/lib/cwd.t
-____________________________________________________________________________
-[  9727] By: jhi                                   on 2001/04/17  18:20:20
-        Log: Subject: [PATCH B::Deparse] ambient pragmas
-             From: Robin Houston <robin@kitsite.com>
-             Date: Tue, 17 Apr 2001 20:01:59 +0100
-             Message-ID: <20010417200159.A4882@puffinry.freeserve.co.uk>
-     Branch: perl
-          ! ext/B/B/Deparse.pm t/lib/b.t
-____________________________________________________________________________
-[  9726] By: nick                                  on 2001/04/17  16:33:51
-        Log: Integrate mainline (t/lib/b.t fails test 2...)
-     Branch: perlio
-         +> ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
-         +> ext/List/Util/README ext/List/Util/Util.xs
-         +> ext/List/Util/lib/List/Util.pm
-         +> ext/List/Util/lib/Scalar/Util.pm t/lib/exporter.t
-         +> t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
-         +> t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
-         +> t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
-         +> t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
-         !> (integrate 31 files)
-____________________________________________________________________________
-[  9725] By: jhi                                   on 2001/04/17  12:14:24
-        Log: Subject: multiple B::* changes
-             From: Robin Houston <robin@kitsite.com>
-             Date: Thu, 12 Apr 2001 20:12:27 +0100
-             Message-ID: <20010412201226.A30940@puffinry.freeserve.co.uk>
-     Branch: perl
-          ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
-____________________________________________________________________________
-[  9724] By: jhi                                   on 2001/04/17  11:59:05
-        Log: Thread-awareness from Doug MacEachern.
-     Branch: perl
-          ! ext/List/Util/Util.xs
-____________________________________________________________________________
-[  9723] By: jhi                                   on 2001/04/17  11:57:41
-        Log: Make the test more portable.
-     Branch: perl
-          ! t/lib/cwd.t
-____________________________________________________________________________
-[  9722] By: jhi                                   on 2001/04/17  11:53:50
-        Log: Subject: [PATCH] Fix cwd.t when libpth contains symlinks
-             From: Benjamin Sugars <ben.sugars@home.com>
-             Date: Mon, 16 Apr 2001 22:43:29 -0400 (EDT)
-             Message-ID: <Pine.LNX.4.21.0104162234030.17949-100000@localhost.localdomain>
-     Branch: perl
-          ! t/lib/cwd.t
-____________________________________________________________________________
-[  9721] By: jhi                                   on 2001/04/17  11:52:17
-        Log: Subject: [PATCH] Fix core dump from undef %File::Glob::
-             From: Benjamin Sugars <bsugars@canoe.ca>
-             Date: Mon, 16 Apr 2001 13:23:59 -0400 (EDT)
-             Message-ID: <Pine.LNX.4.21.0104161313160.1676-100000@marmot.rim.canoe.ca>
-     Branch: perl
-          ! op.c
-____________________________________________________________________________
-[  9720] By: jhi                                   on 2001/04/17  11:35:42
-        Log: Subject: [MacPerl-Porters] [PATCH] bsd_glob.c, gv.c fixes for Mac OS
-             From: Chris Nandor <pudge@pobox.com>
-             Date: Tue, 17 Apr 2001 00:30:49 -0400
-             Message-Id: <p05100207b701768712de@[10.0.1.177]>
-     Branch: perl
-          ! ext/File/Glob/bsd_glob.c gv.c
-____________________________________________________________________________
-[  9719] By: jhi                                   on 2001/04/17  11:32:13
-        Log: Subject: [PATCH] Tweten->West
-             From: Casey West <casey@geeknest.com>
-             Date: Mon, 16 Apr 2001 12:11:22 -0400
-             Message-ID: <20010416121122.B14554@stupid.geeknest.com>
-     Branch: perl
-          ! AUTHORS lib/Class/Struct.pm lib/Shell.pm lib/constant.pm
-          ! pod/perltie.pod
-____________________________________________________________________________
-[  9718] By: jhi                                   on 2001/04/16  03:22:52
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[  9717] By: jhi                                   on 2001/04/16  03:06:28
-        Log: Regen toc.
-     Branch: perl
-          ! pod/perltoc.pod
-____________________________________________________________________________
-[  9716] By: jhi                                   on 2001/04/16  02:58:42
-        Log: Subject: [PATCH: perl@9699] updates to apidoc in utf8.c
-             From: Prymmer/Kahn <pvhp@best.com>
-             Date: Sun, 15 Apr 2001 20:47:45 -0700 (PDT)
-             Message-ID: <Pine.BSF.4.21.0104152037470.8946-100000@shell8.ba.best.com>
-     Branch: perl
-          ! utf8.c
-____________________________________________________________________________
-[  9715] By: jhi                                   on 2001/04/15  23:40:35
-        Log: Subject: Re: Net::Ping patch, adds stream protocol
-             From: bronson@rinspin.com (Scott Bronson)
-             Date: Tue, 10 Apr 2001 23:58:33 -0700
-             Message-ID: <20010410235833.N29719@rinspin.com>
-     Branch: perl
-          ! lib/Net/Ping.pm
-____________________________________________________________________________
-[  9714] By: jhi                                   on 2001/04/15  23:31:46
-        Log: Printing out the ok messages helps successful testing.
-     Branch: perl
-          ! t/lib/time-hires.t
-____________________________________________________________________________
-[  9713] By: jhi                                   on 2001/04/15  21:43:24
-        Log: Update Douglas Wegscheid's email.
-     Branch: perl
-          ! AUTHORS
-____________________________________________________________________________
-[  9712] By: jhi                                   on 2001/04/15  21:40:41
-        Log: Subject: [PATCH t/lib/exporter.t lib/Exporter/Heavy.pm] Testing Exporter
-             From: Michael G Schwern <schwern@pobox.com>
-             Date: Sat, 14 Apr 2001 22:40:50 +0100
-             Message-ID: <20010414224050.A1872@blackrider.blackstar.co.uk>
-     Branch: perl
-          + t/lib/exporter.t
-          ! MANIFEST lib/Exporter/Heavy.pm
-____________________________________________________________________________
-[  9711] By: jhi                                   on 2001/04/15  21:39:21
-        Log: Subject: [PATCH t/op/loopctl.t] Exit via last, part 1
-             From: Michael G Schwern <schwern@pobox.com>
-             Date: Sat, 14 Apr 2001 22:13:59 +0100
-             Message-ID: <20010414221359.A413@blackrider.blackstar.co.uk>
-     Branch: perl
-          ! t/op/loopctl.t
-____________________________________________________________________________
-[  9710] By: jhi                                   on 2001/04/15  21:30:19
-        Log: Subject: [PATCH t/pragma/warnings.t] Doesn't skip RCS files
-             From: Michael G Schwern <schwern@pobox.com>
-             Date: Sat, 14 Apr 2001 22:05:32 +0100
-             Message-ID: <20010414220531.A30178@blackrider.blackstar.co.uk>
-     Branch: perl
-          ! t/pragma/warnings.t
-____________________________________________________________________________
-[  9709] By: jhi                                   on 2001/04/15  19:34:09
-        Log: Integrate changes #9706,9707 from maintperl into mainline.
-             
-             change#7210 broke .packlist generation
-             
-             ExtUtils::Installed doesn't quote regex metacharacters in paths
-             before using them in match; also make it work for dosish platforms
-     Branch: perl
-         !> lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
-____________________________________________________________________________
-[  9708] By: jhi                                   on 2001/04/15  19:31:01
-        Log: Test also the scalar aspect of getitimer().
-     Branch: perl
-          ! t/lib/time-hires.t
-____________________________________________________________________________
-[  9707] By: gsar                                  on 2001/04/15  17:24:20
-        Log: ExtUtils::Installed doesn't quote regex metacharacters in paths
-             before using them in match; also make it work for dosish platforms
-     Branch: maint-5.6/perl
-          ! lib/ExtUtils/Installed.pm
-____________________________________________________________________________
-[  9706] By: gsar                                  on 2001/04/15  17:21:59
-        Log: change#7210 broke .packlist generation (listed only filename
-             rather than fully qualified path name)
-     Branch: maint-5.6/perl
-          ! lib/ExtUtils/Install.pm
-____________________________________________________________________________
-[  9705] By: jhi                                   on 2001/04/15  12:36:33
-        Log: Add interval timer (setitimer, getitimer) support to Time::HiRes.
-     Branch: perl
-          ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.xs
-          ! t/lib/time-hires.t
-____________________________________________________________________________
-[  9704] By: jhi                                   on 2001/04/15  10:49:08
-        Log: Subject: [PATCH: perl@9622]update perlebcdic.pod with UTF tbl; tweak utf8.pm
-             From: Prymmer/Kahn <pvhp@best.com>
-             Date: Sat, 14 Apr 2001 21:36:24 -0700 (PDT)
-             Message-ID: <Pine.BSF.4.21.0104142127580.27582-100000@shell8.ba.best.com>
-     Branch: perl
-          ! lib/utf8.pm pod/perlebcdic.pod
-____________________________________________________________________________
-[  9703] By: jhi                                   on 2001/04/15  02:26:26
-        Log: I keep forgetting to sort MANIFEST.
-     Branch: perl
-          ! MANIFEST
-____________________________________________________________________________
-[  9702] By: jhi                                   on 2001/04/15  02:07:47
-        Log: Add Scalar-List-Utils 1.02, from Graham Barr.
-             Now we have blessed, reftype, tainted, first, reduce, ...
-     Branch: perl
-          + ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
-          + ext/List/Util/README ext/List/Util/Util.xs
-          + ext/List/Util/lib/List/Util.pm
-          + ext/List/Util/lib/Scalar/Util.pm t/lib/u-blessed.t
-          + t/lib/u-dualvar.t t/lib/u-first.t t/lib/u-max.t
-          + t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
-          + t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
-          + t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
-          ! MANIFEST
-____________________________________________________________________________
-[  9701] By: jhi                                   on 2001/04/14  15:05:25
-        Log: Subject: RE: dprofpp.pl updates 
-             From: Carl Eklof <CEklof@endeca.com>
-             Date: Thu, 12 Apr 2001 18:45:46 -0400
-             Message-ID: <D99914D9109BD411823800508BD957180E1269@exch01.ops.endeca.com>
-     Branch: perl
-          ! utils/dprofpp.PL
-____________________________________________________________________________
-[  9700] By: jhi                                   on 2001/04/14  14:44:55
-        Log: Do not just blindly add CR.
-     Branch: perl
-          ! Porting/makerel
-____________________________________________________________________________
-[  9699] By: jhi                                   on 2001/04/13  13:17:01
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[  9698] By: jhi                                   on 2001/04/13  12:44:48
-        Log: Integrate perlio:
-             
-             [  9696]
-             Fix core dump on binmode($fh,'Scalar')
-     Branch: perl
-         !> ext/PerlIO/Scalar/Scalar.xs
-____________________________________________________________________________
-[  9697] By: jhi                                   on 2001/04/13  12:29:15
-        Log: Add more debug output to the test.
-     Branch: perl
-          ! t/lib/cwd.t
-____________________________________________________________________________
-[  9696] By: nick                                  on 2001/04/13  10:14:29
-        Log: Fix core dump on binmode($fh,'Scalar')
-     Branch: perlio
-          ! ext/PerlIO/Scalar/Scalar.xs
-____________________________________________________________________________
-[  9695] By: nick                                  on 2001/04/13  09:05:42
-        Log: Integrate mainline
-     Branch: perlio
-         +> ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
-         +> ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
-         +> t/lib/time-hires.t
-         !> AUTHORS MANIFEST Makefile.SH Todo-5.6 configure.com
-         !> ext/Digest/MD5/MD5.xs ext/File/Glob/Glob.pm
-         !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
-         !> ext/File/Glob/bsd_glob.h ext/MIME/Base64/Base64.xs
-         !> hints/uts.sh hints/vmesa.sh lib/Devel/SelfStubber.pm opcode.pl
-         !> pod/perlfaq5.pod pp.c regexec.c t/comp/proto.t
-         !> t/lib/md5-file.t t/op/pat.t win32/Makefile win32/makefile.mk
-____________________________________________________________________________
-[  9694] By: jhi                                   on 2001/04/12  22:23:35
-        Log: Integrate change #9693 from maintperl into mainline.
-             
-             $VERSION and Version() on the same line provokes a warning from
-             CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
-     Branch: perl
-         !> lib/Devel/SelfStubber.pm
-____________________________________________________________________________
-[  9693] By: gsar                                  on 2001/04/12  21:55:56
-        Log: $VERSION and Version() on the same line provokes a warning from
-             CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
-     Branch: maint-5.6/perl
-          ! lib/Devel/SelfStubber.pm
-____________________________________________________________________________
-[  9692] By: jhi                                   on 2001/04/12  13:54:00
-        Log: This is at least 5.005.
-     Branch: perl
-          ! ext/Time/HiRes/HiRes.xs
-____________________________________________________________________________
-[  9691] By: jhi                                   on 2001/04/12  13:37:20
-        Log: Non-UNIX platforms extensions update.  (Well, UTS is UNIX.)
-     Branch: perl
-          ! Makefile.SH configure.com hints/uts.sh hints/vmesa.sh
-          ! win32/Makefile win32/makefile.mk
-____________________________________________________________________________
-[  9690] By: jhi                                   on 2001/04/12  01:34:46
-        Log: Integrate Time::Hires 1.20 from Douglas E. Wegscheid.
-     Branch: perl
-          + ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
-          + ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
-          + t/lib/time-hires.t
-          ! MANIFEST
-____________________________________________________________________________
-[  9689] By: jhi                                   on 2001/04/12  00:28:39
-        Log: Subject: [PATCH] Digest::MD5 on UTF8 strings
-             From: Gisle Aas <gisle@ActiveState.com>
-             Date: 11 Apr 2001 16:36:11 -0700
-             Message-ID: <lrlmp7102c.fsf@caliper.ActiveState.com>
-     Branch: perl
-          ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
-____________________________________________________________________________
-[  9688] By: jhi                                   on 2001/04/12  00:27:39
-        Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
-             From: Gisle Aas <gisle@ActiveState.com>
-             Date: 11 Apr 2001 11:13:24 -0700
-             Message-ID: <lrbsq371a3.fsf@caliper.ActiveState.com>
-     Branch: perl
-          ! ext/MIME/Base64/Base64.xs
-____________________________________________________________________________
-[  9687] By: jhi                                   on 2001/04/11  19:51:47
-        Log: Slight update on the Todo list.  (Should integrate to Todo?) 
-     Branch: perl
-          ! Todo-5.6
-____________________________________________________________________________
-[  9686] By: jhi                                   on 2001/04/11  16:54:25
-        Log: Subject: [PATCH opcode.pl] Documentation of table format
-             From: Simon Cozens <simon@netthink.co.uk>
-             Date: Wed, 11 Apr 2001 12:59:31 +0100
-             Message-ID: <20010411125931.A25681@netthink.co.uk>
-     Branch: perl
-          ! opcode.pl
-____________________________________________________________________________
-[  9685] By: jhi                                   on 2001/04/11  16:53:15
-        Log: Subject: [PATCH] prototype("CORE::recv")
-             From: Simon Cozens <simon@netthink.co.uk>
-             Date: Wed, 11 Apr 2001 13:24:35 +0100
-             Message-ID: <20010411132435.A26169@netthink.co.uk>
-     Branch: perl
-          ! pp.c t/comp/proto.t
-____________________________________________________________________________
-[  9684] By: jhi                                   on 2001/04/11  16:47:13
-        Log: FAQ (and AUTHORS) update from Dan Carson: the information
-             was several years obsolete, Term::Readkey has been updated
-             to have the functionality.
-     Branch: perl
-          ! AUTHORS pod/perlfaq5.pod
-____________________________________________________________________________
-[  9683] By: jhi                                   on 2001/04/11  12:15:46
-        Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
-             From: Calle Dybedahl <calle@lysator.liu.se>
-             Date: 10 Apr 2001 16:44:16 +0200
-             Message-ID: <86d7akbyrj.fsf@tezcatlipoca.algonet.se>
-     Branch: perl
-          ! ext/MIME/Base64/Base64.xs
-____________________________________________________________________________
-[  9682] By: jhi                                   on 2001/04/11  12:12:26
-        Log: A more minimal fix for 20010410.006 from Hugo.
-     Branch: perl
-          ! regexec.c
-____________________________________________________________________________
-[  9681] By: jhi                                   on 2001/04/11  11:34:23
-        Log: Integrate changes #9678,9679 from maintline into mainperl.
-             
-             addendum to change#9676
-             
-             up $File::Glob::VERSION; add a note pointing out the version of
-             the OpenBSD glob bsd_glob.c resembles
-     Branch: perl
-         !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
-         !> ext/File/Glob/bsd_glob.h
-____________________________________________________________________________
-[  9680] By: jhi                                   on 2001/04/11  11:30:38
-        Log: Bad test numbering in integrate in #9677.
-             Fixes ID 20010411.001.
-     Branch: perl
-          ! t/op/pat.t
-____________________________________________________________________________
-[  9679] By: gsar                                  on 2001/04/11  03:38:40
-        Log: up $File::Glob::VERSION; add a note pointing out the version of
-             the OpenBSD glob bsd_glob.c resembles
-     Branch: maint-5.6/perl
-          ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
-          ! ext/File/Glob/bsd_glob.h
-____________________________________________________________________________
-[  9678] By: gsar                                  on 2001/04/11  03:09:48
-        Log: addendum to change#9676: some missing changes from OpenBSD glob.c
-             revision 1.8.10.1 found here:
-             
-             http://www.openbsd.org/cgi-bin/cvsweb/src/lib/libc/gen/glob.c
-     Branch: maint-5.6/perl
-          ! ext/File/Glob/bsd_glob.c
-____________________________________________________________________________
-[  9677] By: jhi                                   on 2001/04/11  02:54:39
-        Log: Integrate changes #9675,9676 from maintperl into mainline.
-             
-             fix for bug 20010410.006, undo change#7115
-             
-             port the OpenBSD glob() security patch
-     Branch: perl
-         !> ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
-         !> ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h regexec.c
-         !> t/op/pat.t
-____________________________________________________________________________
-[  9676] By: gsar                                  on 2001/04/11  02:19:02
-        Log: port the glob() security patch found at:
-             
-             ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/025_glob.patch
-             
-             CERT advisory for the issue is here:
-             
-             http://www.cert.org/advisories/CA-2001-07.html
-             
-             Note that the security scare is only relevant for those who are
-             foolish enough to build suidperl (which is now officially discouraged)
-     Branch: maint-5.6/perl
-          ! ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
-          ! ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h
-____________________________________________________________________________
-[  9675] By: gsar                                  on 2001/04/10  23:52:11
-        Log: fix for bug 20010410.006
-             
-             undo change#7115 (came into maint-5.6 as change#8156)
-             
-             add tests to keep it from coming back
-     Branch: maint-5.6/perl
-          ! regexec.c t/op/pat.t
-____________________________________________________________________________
-[  9674] By: nick                                  on 2001/04/10  20:39:31
-        Log: Integrate mainline
-     Branch: perlio
-         +> Porting/testall.atom
-         !> MANIFEST t/lib/lc-all.t t/lib/lc-constants.t
-         !> t/lib/lc-country.t t/lib/lc-currency.t t/lib/lc-language.t
-         !> t/lib/lc-uk.t t/pod/find.t
-____________________________________________________________________________
-[  9673] By: nick                                  on 2001/04/10  18:46:14
-        Log: Integrate against change 9670 aka perl-5.7.1
-     Branch: perlio
-         +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
-         !> (integrate 53 files)
-____________________________________________________________________________
-[  9672] By: jhi                                   on 2001/04/10  13:45:01
-        Log: Add a script for doing cumulative profile of the test suite.
-             (Requires ATOM, that is, Tru64.)
-     Branch: perl
-          + Porting/testall.atom
-          ! MANIFEST
-____________________________________________________________________________
-[  9671] By: jhi                                   on 2001/04/10  12:38:53
-        Log: Missing std block.
-     Branch: perl
-          ! t/lib/lc-all.t t/lib/lc-constants.t t/lib/lc-country.t
-          ! t/lib/lc-currency.t t/lib/lc-language.t t/lib/lc-uk.t
-          ! t/pod/find.t
-____________________________________________________________________________
-[  9670] By: jhi                                   on 2001/04/10  01:25:58
-        Log: This is 5.7.1.
-     Branch: perl
-          ! patchlevel.h
-____________________________________________________________________________
-[  9669] By: jhi                                   on 2001/04/10  01:09:14
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[  9668] By: jhi                                   on 2001/04/10  01:00:38
-        Log: Regen toc.
-     Branch: perl
-          ! pod/perltoc.pod
-____________________________________________________________________________
-[  9667] By: jhi                                   on 2001/04/10  00:52:16
-        Log: Update perlhist.
-     Branch: perl
-          ! pod/perlhist.pod
-____________________________________________________________________________
-[  9666] By: jhi                                   on 2001/04/09  23:38:59
-        Log: Slight wording tweaks from Damian to #9658.
-     Branch: perl
-          ! pod/perlobj.pod
-____________________________________________________________________________
-[  9665] By: jhi                                   on 2001/04/09  19:56:06
-        Log: Subject: [PATCH perlutil.pod] Nit
-             From: Simon Cozens <simon@netthink.co.uk>
-             Date: Mon, 9 Apr 2001 20:29:44 +0100
-             Message-ID: <20010409202944.A14796@the.earth.li>
-     Branch: perl
-          ! pod/perlutil.pod
-____________________________________________________________________________
-[  9664] By: jhi                                   on 2001/04/09  19:54:42
-        Log: Subject: Re: perl571delta.pod@9631
-             From: Mike Guy <mjtg@cam.ac.uk>
-             Date: Mon, 09 Apr 2001 18:09:14 +0100
-             Message-Id: <E14mfAA-0006vi-00@libra.cus.cam.ac.uk>
-     Branch: perl
-          ! pod/perl571delta.pod
-____________________________________________________________________________
-[  9663] By: jhi                                   on 2001/04/09  13:43:35
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[  9662] By: jhi                                   on 2001/04/09  13:24:46
-        Log: tweak tweak.
-     Branch: perl
-          ! AUTHORS pod/perl571delta.pod
-____________________________________________________________________________
-[  9661] By: jhi                                   on 2001/04/09  13:15:13
-        Log: Thinko in manual patch applying.
-     Branch: perl
-          ! sv.c
-____________________________________________________________________________
-[  9660] By: jhi                                   on 2001/04/09  13:07:53
-        Log: Subject: Re: [PATCH perl@9424] isn't numeric warning 
-             From: Robin Barker <rmb1@cise.npl.co.uk> 
-             Date: Mon, 9 Apr 2001 14:58:04 +0100 (BST)
-             Message-Id: <200104091358.OAA24811@tempest.npl.co.uk>
-             
-             (This corrects the case where the "isn't numeric" string contains \0s
-             and is longer than the temporary buffer, and contains \0 at the point
-             the string would be truncated by "...".) 
-     Branch: perl
-          ! sv.c
-____________________________________________________________________________
-[  9659] By: jhi                                   on 2001/04/09  12:57:41
-        Log: Upgrade to CGI.pm 2.753, from Lincoln Stein.
-     Branch: perl
-          ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-esc.t
-          ! t/lib/cgi-function.t t/lib/cgi-html.t
-____________________________________________________________________________
-[  9658] By: jhi                                   on 2001/04/09  12:48:47
-        Log: Subject: [PATCH] Partial rewrite of perlobj.pod
-             From: Ilmari Karonen <iltzu@sci.fi>
-             Date: Sun, 8 Apr 2001 23:14:29 +0300 (EET DST)
-             Message-ID: <Pine.SOL.3.96.1010408224105.425E-100000@simpukka>
-             
-             Rearrange and rewrite the Method Invocation section
-             to explain the concepts in nicer order.
-     Branch: perl
-          ! pod/perlobj.pod
-____________________________________________________________________________
-[  9657] By: jhi                                   on 2001/04/09  12:35:58
-        Log: Upgrade to podlators 1.09, from Russ Allbery.
-     Branch: perl
-          ! lib/Pod/Man.pm lib/Pod/Text.pm
-____________________________________________________________________________
-[  9656] By: jhi                                   on 2001/04/09  12:31:53
-        Log: perl571delta.
-     Branch: perl
-          ! Todo-5.6 pod/perl571delta.pod pod/perlunicode.pod
-____________________________________________________________________________
-[  9655] By: jhi                                   on 2001/04/09  12:20:09
-        Log: Subject: [PATCH: perl@9622] documentation tweaks for UTF-EBCDIC support
-             From: Prymmer/Kahn <pvhp@best.com>
-             Date: Mon, 9 Apr 2001 00:08:58 -0700 (PDT)
-             Message-ID: <Pine.BSF.4.21.0104090006190.21071-100000@shell8.ba.best.com>
-     Branch: perl
-          ! lib/utf8.pm pod/perlunicode.pod
-____________________________________________________________________________
-[  9654] By: gsar                                  on 2001/04/09  03:38:33
-        Log: here lies 5.6.1
-     Branch: maint-5.6/perl
-          ! Changes
-____________________________________________________________________________
-[  9653] By: jhi                                   on 2001/04/09  03:25:24
-        Log: Update perlhist.
-     Branch: perl
-          ! pod/perlhist.pod
-____________________________________________________________________________
-[  9652] By: jhi                                   on 2001/04/09  03:18:49
-        Log: perl571delta tweaking continues.
-     Branch: perl
-          ! pod/perl571delta.pod
-____________________________________________________________________________
-[  9651] By: gsar                                  on 2001/04/09  03:11:19
-        Log: update Changes, patchlevel.h &c.
-     Branch: maint-5.6/perl
-          ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
-          ! pod/perltoc.pod
-____________________________________________________________________________
-[  9650] By: jhi                                   on 2001/04/09  02:40:24
-        Log: Integrate the perlfork half of #9513 from maintperl into mainline
-             (the perlunicode half is obsolete)
-     Branch: perl
-          ! pod/perlfork.pod
-____________________________________________________________________________
-[  9649] By: gsar                                  on 2001/04/09  02:35:43
-        Log: tweak perldelta as suggested by Jarkko
-     Branch: maint-5.6/perl
-          ! pod/perldelta.pod
-____________________________________________________________________________
-[  9648] By: jhi                                   on 2001/04/09  02:13:04
-        Log: Integrate change #9646 from maintperl into mainline.
-             
-             add note about ithreads and Thread.pm
-     Branch: perl
-         !> ext/Thread/Thread.pm ext/Thread/Thread.xs
-____________________________________________________________________________
-[  9647] By: jhi                                   on 2001/04/09  02:10:18
-        Log: Bad assumption that shortsize == 2.
-     Branch: perl
-          ! t/lib/xs-typemap.t
-____________________________________________________________________________
-[  9646] By: gsar                                  on 2001/04/09  00:48:04
-        Log: add note about ithreads and Thread.pm (too many people are
-             confused by the fact that Thread.pm is built and installed
-             under non-5005threads but doesn't work)
-     Branch: maint-5.6/perl
-          ! ext/Thread/Thread.pm ext/Thread/Thread.xs
-____________________________________________________________________________
-[  9645] By: gsar                                  on 2001/04/09  00:19:03
-        Log: update perldelta.pod for changes in 5.6.1
-     Branch: maint-5.6/perl
-          ! Changes pod/perldelta.pod
-____________________________________________________________________________
-[  9644] By: jhi                                   on 2001/04/08  20:37:00
-        Log: Integrate change #9639 from maintperl into mainline:
-             on windows, many of the README.* pods were being copied to
-             the wrong location
-     Branch: perl
-         !> win32/Makefile win32/makefile.mk
-____________________________________________________________________________
-[  9643] By: jhi                                   on 2001/04/08  20:07:11
-        Log: Integrate change #9624 from maintperl into mainline:
-             the pod tests were not okay.  (t/pod/find.t changes ignored)
-     Branch: perl
-         !> lib/Pod/Find.pm t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
-         !> t/pod/include.t t/pod/included.t t/pod/lref.t
-         !> t/pod/multiline_items.t t/pod/nested_items.t
-         !> t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
-         !> t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
-____________________________________________________________________________
-[  9642] By: jhi                                   on 2001/04/08  19:57:17
-        Log: Integrate change #9638 from maintperl into mainline:
-             update to latest JPL from the anoncvs repository
-     Branch: perl
-         +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
-         !> MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
-         !> jpl/PerlInterpreter/PerlInterpreter.h jpl/README
-____________________________________________________________________________
-[  9641] By: jhi                                   on 2001/04/08  19:53:30
-        Log: perl571delta updates.
-     Branch: perl
-          ! lib/Filter/Simple.pm pod/perl571delta.pod
-____________________________________________________________________________
-[  9640] By: gsar                                  on 2001/04/08  19:20:46
-        Log: integrate change#9634 from mainline
-             
-             Fix the perlmodlib generation (didn't understand separate .pod
-             files; didn't understand -- as the name-thing separator).
-             Update the CPAN mirrors list.
-     Branch: maint-5.6/perl
-          ! pod/perlmodlib.pod
-         !> pod/perlmodlib.PL
-____________________________________________________________________________
-[  9639] By: gsar                                  on 2001/04/08  18:57:31
-        Log: on windows, many of the README.* pods were being copied to the wrong
-             location
-     Branch: maint-5.6/perl
-          ! win32/Makefile win32/makefile.mk
-____________________________________________________________________________
-[  9638] By: gsar                                  on 2001/04/08  18:38:25
-        Log: update to latest JPL from the anoncvs repository
-     Branch: maint-5.6/perl
-          + jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
-          ! MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
-          ! jpl/PerlInterpreter/PerlInterpreter.h jpl/README
-____________________________________________________________________________
-[  9637] By: jhi                                   on 2001/04/08  17:53:53
-        Log: Britishify spellings; s/\b(front|back) (end)\b/\1\2/g;
-     Branch: perl
-          ! pod/perl571delta.pod
-____________________________________________________________________________
-[  9636] By: jhi                                   on 2001/04/08  17:18:32
-        Log: Regen toc.
-     Branch: perl
-          ! pod/perltoc.pod
-____________________________________________________________________________
-[  9635] By: jhi                                   on 2001/04/08  17:16:33
-        Log: Subject: [PATCH perl@9622] fix IO.xs compile failure on VMS
-             From: "Craig A. Berry" <craigberry@mac.com>
-             Date: Sun, 08 Apr 2001 12:30:16 -0500
-             Message-Id: <5.0.2.1.0.20010408120154.02675eb8@exchi01>
-     Branch: perl
-          ! ext/IO/IO.xs lib/ExtUtils/xsubpp
-____________________________________________________________________________
-[  9634] By: jhi                                   on 2001/04/08  17:09:19
-        Log: Fix the perlmodlib generation (didn't understand separate .pod
-             files; didn't understand -- as the name-thing separator).
-             
-             Update the CPAN mirrors list.
-     Branch: perl
-          ! pod/perlmodlib.PL pod/perlmodlib.pod
-____________________________________________________________________________
-[  9633] By: jhi                                   on 2001/04/08  16:49:17
-        Log: Sort MANIFEST.
-     Branch: perl
-          ! MANIFEST
-____________________________________________________________________________
-[  9632] By: gsar                                  on 2001/04/08  16:36:06
-        Log: add $Tie::RefHash::VERSION
-     Branch: maint-5.6/perl
-          ! lib/Tie/RefHash.pm
-____________________________________________________________________________
-[  9631] By: jhi                                   on 2001/04/08  16:10:15
-        Log: perl571delta updates based on p5p feedback; still needs
-             lots of examples.
-     Branch: perl
-          ! pod/perl571delta.pod
-____________________________________________________________________________
-[  9630] By: jhi                                   on 2001/04/08  15:59:13
-        Log: Update the list of supported platforms to talk about 5.7.1
-             (and 5.6.1)
-     Branch: perl
-          ! pod/perlport.pod
-____________________________________________________________________________
-[  9629] By: jhi                                   on 2001/04/08  15:55:41
-        Log: Integrate changes #8677,8680,8681,8725,8732,8776,8782,9290
-             from maintperl into mainline: perlport updates.
-     Branch: perl
-          ! pod/perlport.pod
-____________________________________________________________________________
-[  9628] By: jhi                                   on 2001/04/08  15:53:17
-        Log: perlsolaris.pod copied to wrong directory.
-     Branch: perl
-          ! win32/makefile.mk
-____________________________________________________________________________
-[  9627] By: jhi                                   on 2001/04/08  14:48:18
-        Log: Subject: Typos in perl571delta.pod
-             From: "Stephen P. Potter" <spp@spotter.yi.org>
-             Date: Sat, 07 Apr 2001 20:37:05 -0400
-             Message-Id: <20010408003710.2A8FC729DD@belgarath.spotter.yi.org>
-     Branch: perl
-          ! pod/perl571delta.pod
-____________________________________________________________________________
-[  9626] By: jhi                                   on 2001/04/08  14:39:04
-        Log: Smoke out dTHR, spotted by by Stephen P. Potter.
-     Branch: perl
-          ! gv.c
-____________________________________________________________________________
-[  9625] By: nick                                  on 2001/04/08  10:14:23
-        Log: Integrate mainline
-     Branch: perlio
-         +> pod/perl570delta.pod pod/perl571delta.pod
-         !> (integrate 27 files)
-____________________________________________________________________________
-[  9624] By: gsar                                  on 2001/04/08  06:08:17
-        Log: test in t/pod/* were busted
-             
-             these tests are still not enabled in t/{harness,TEST}
-     Branch: maint-5.6/perl
-          ! lib/Pod/Find.pm t/pod/emptycmd.t t/pod/find.t t/pod/for.t
-          ! t/pod/headings.t t/pod/include.t t/pod/included.t t/pod/lref.t
-          ! t/pod/multiline_items.t t/pod/nested_items.t
-          ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
-          ! t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
-____________________________________________________________________________
-[  9623] By: gsar                                  on 2001/04/08  03:37:01
-        Log: integrate change#9470 from mainline
-             
-             Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
-     Branch: maint-5.6/perl
-         !> ext/Socket/Socket.xs
-____________________________________________________________________________
-[  9622] By: jhi                                   on 2001/04/07  22:40:47
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[  9621] By: jhi                                   on 2001/04/07  22:34:16
-        Log: Update AUTHORS.
-     Branch: perl
-          ! AUTHORS
-____________________________________________________________________________
-[  9620] By: jhi                                   on 2001/04/07  22:12:47
-        Log: Forgot to bump the number of tests in #9164.
-     Branch: perl
-          ! t/op/array.t
-____________________________________________________________________________
-[  9619] By: jhi                                   on 2001/04/07  22:09:50
-        Log: Bump patchlevel to 5.7.1.
-     Branch: perl
-          ! Configure Porting/Glossary Porting/config.sh Porting/config_H
-          ! config_h.SH patchlevel.h
-____________________________________________________________________________
-[  9618] By: jhi                                   on 2001/04/07  22:02:41
-        Log: Populate perl571delta.
-     Branch: perl
-          ! pod/perl571delta.pod
-____________________________________________________________________________
-[  9617] By: jhi                                   on 2001/04/07  22:01:23
-        Log: Change 5.7.0 to 5.7.1 in some of the places I would be guaranteed
-             to forget it later; do not change patchlevel.h yet or regenerate
-             Configure yet.
-     Branch: perl
-          ! epoc/config.sh win32/Makefile win32/config_H.bc
-          ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
-____________________________________________________________________________
-[  9616] By: jhi                                   on 2001/04/07  17:46:33
-        Log: Add PerlIO and Encode information to perl571delta, fron NI-S.
-     Branch: perl
-          ! pod/perl571delta.pod
-____________________________________________________________________________
-[  9615] By: jhi                                   on 2001/04/07  17:33:21
-        Log: Change the toc configuration.
-     Branch: perl
-          ! pod/buildtoc.PL pod/perl.pod
-____________________________________________________________________________
-[  9614] By: jhi                                   on 2001/04/07  17:29:47
-        Log: Subject: PATCH: $[
-             From: Robin Houston <robin@kitsite.com>
-             Date: Fri, 6 Apr 2001 18:10:14 +0100
-             Message-ID: <20010406181014.A18803@puffinry.freeserve.co.uk>
-     Branch: perl
-          ! op.c t/op/array.t
-____________________________________________________________________________
-[  9613] By: jhi                                   on 2001/04/07  17:28:26
-        Log: Subject: [PATCH perl@9424] isn't numeric warning
-             From: Robin Barker <rmb1@cise.npl.co.uk>
-             Date: Fri, 6 Apr 2001 18:08:52 +0100 (BST)
-             Message-Id: <200104061708.SAA06783@tempest.npl.co.uk>
-     Branch: perl
-          ! sv.c t/pragma/warn/sv
-____________________________________________________________________________
-[  9612] By: jhi                                   on 2001/04/07  17:26:45
-        Log: Subject: [PATCH bleadperl] Re: [PATCH dump.c] hash quality
-             From: Mike Guy <mjtg@cam.ac.uk>
-             Date: Fri, 06 Apr 2001 12:47:06 +0100
-             Message-Id: <E14lUhm-0000rx-00@libra.cus.cam.ac.uk>
-     Branch: perl
-          ! dump.c t/lib/peek.t
-____________________________________________________________________________
-[  9611] By: jhi                                   on 2001/04/07  17:21:35
-        Log: Create perl571delta and seed it off with the perldelta changes
-             since 5.7.0; remove those changes from perldelta and rename it
-             as perl570delta; recreate perldelta but leave it almost empty.
-     Branch: perl
-          + pod/perl570delta.pod pod/perl571delta.pod
-          ! MANIFEST pod/perldelta.pod
-____________________________________________________________________________
-[  9610] By: jhi                                   on 2001/04/07  16:56:32
-        Log: Denit.
-     Branch: perl
-          ! pod/perldelta.pod
-____________________________________________________________________________
-[  9609] By: jhi                                   on 2001/04/07  16:38:32
-        Log: Retract #9523: needs more thought.
-     Branch: perl
-          ! Makefile.SH
-____________________________________________________________________________
-[  9608] By: jhi                                   on 2001/04/07  14:59:20
-        Log: atmark() code cleanaup.
-     Branch: perl
-          ! ext/IO/IO.xs
-____________________________________________________________________________
-[  9607] By: jhi                                   on 2001/04/07  14:48:14
-        Log: Integrate change #9605 from maintperl into mainline.
-             
-             can't optimize away scope entry if tr/// is present
-     Branch: perl
-         !> op.c t/op/tr.t
-____________________________________________________________________________
-[  9606] By: jhi                                   on 2001/04/07  14:43:59
-        Log: Integrate perlio:
-             
-             [  9604]
-             Split out extension finding code from buildext.pl into FindExt.pm
-             Use it to get Config.pm's idea of available extensions in line
-             with what is built.
-             
-             [  9603]
-             Cleanup correction for failed :Via() layer, also set an error code.
-             
-             [  9602]
-             Digests in lib/md5-file.t are for text files _without_ CRLF i.e. UNIX
-             style. So don't use binmode() on the handles so that Win32 etc. see
-             same sequence and produce same digests.
-             
-             [  9601]
-             Allow PerlIOBase_pushed to ignore prefix on mode (e.g. sysopen's "#r")
-             Else it complains and so crlf layer (say) does not get pushed.
-             
-             [  9599]
-             Quote $VERSION in Encode.pm.
-             regen_config_h as requested.
-     Branch: perl
-         +> win32/FindExt.pm
-         !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c t/lib/md5-file.t
-         !> win32/buildext.pl win32/config_sh.PL win32/makefile.mk
-____________________________________________________________________________
-[  9605] By: gsar                                  on 2001/04/07  11:52:40
-        Log: can't optimize away scope entry if tr/// is present
-     Branch: maint-5.6/perl
-          ! op.c t/op/tr.t
-____________________________________________________________________________
-[  9604] By: nick                                  on 2001/04/07  11:39:45
-        Log: Split out extension finding code from buildext.pl into FindExt.pm
-             Use it to get Config.pm's idea of available extensions in line
-             with what is built.
-     Branch: perlio
-          + win32/FindExt.pm
-          ! MANIFEST win32/buildext.pl win32/config_sh.PL
-          ! win32/makefile.mk
-____________________________________________________________________________
-[  9603] By: nick                                  on 2001/04/07  09:11:38
-        Log: Cleanup correction for failed :Via() layer, also set an error code.
-     Branch: perlio
-          ! ext/PerlIO/Via/Via.xs
-____________________________________________________________________________
-[  9602] By: nick                                  on 2001/04/07  08:38:04
-        Log: Digests in lib/md5-file.t are for text files _without_ CRLF i.e. UNIX
-             style. So don't use binmode() on the handles so that Win32 etc. see
-             same sequence and produce same digests.
-     Branch: perlio
-          ! t/lib/md5-file.t
-____________________________________________________________________________
-[  9601] By: nick                                  on 2001/04/07  08:36:26
-        Log: Allow PerlIOBase_pushed to ignore prefix on mode (e.g. sysopen's "#r")
-             Else it complains and so crlf layer (say) does not get pushed.
-     Branch: perlio
-          ! perlio.c
-____________________________________________________________________________
-[  9600] By: jhi                                   on 2001/04/06  23:00:09
-        Log: Integrate change #9599 from perlio into mainline.
-     Branch: perl
-         !> ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
-         !> win32/config_H.vc
-____________________________________________________________________________
-[  9599] By: nick                                  on 2001/04/06  21:42:43
-        Log: Quote $VERSION in Encode.pm.
-             regen_config_h as requested.
-     Branch: perlio
-          ! ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
-          ! win32/config_H.vc
-____________________________________________________________________________
-[  9598] By: nick                                  on 2001/04/06  20:34:59
-        Log: Integrate mainline
-     Branch: perlio
-         +> README.macos
-         !> (integrate 39 files)
-____________________________________________________________________________
-[  9597] By: gsar                                  on 2001/04/06  18:06:35
-        Log: integrate change#9464 from mainline (addendum to change#8313)
-             
-             Subject: [PATCH @9452] Better peep()ing for foreach() loops
-     Branch: maint-5.6/perl
-         !> op.c
-____________________________________________________________________________
-[  9596] By: jhi                                   on 2001/04/06  17:26:03
-        Log: The d_casti32=undef is good for you even when not use64bitall.
-     Branch: perl
-          ! hints/hpux.sh
-____________________________________________________________________________
-[  9595] By: gsar                                  on 2001/04/06  14:57:17
-        Log: add a low-impact fix to accommodate darwin-ism
-     Branch: maint-5.6/perl
-          ! ext/Errno/Errno_pm.PL
-____________________________________________________________________________
-[  9594] By: jhi                                   on 2001/04/06  14:55:14
-        Log: Integrate changes #9528,9593 from mainline into maintperl;
-             tweaking the editor/IDE/shell list.
-     Branch: maint-5.6/perl
-         !> pod/perlfaq3.pod
-____________________________________________________________________________
-[  9593] By: jhi                                   on 2001/04/06  14:51:39
-        Log: Make the editor/IDE/shell list a little bit airier.
-     Branch: perl
-          ! pod/perlfaq3.pod
-____________________________________________________________________________
-[  9592] By: gsar                                  on 2001/04/06  14:45:18
-        Log: integrate change#9477 from mainline (base.pm doc tweak)
-             
-             missing doc entry for fmod()
-     Branch: maint-5.6/perl
-          ! lib/Math/BigFloat.pm
-         !> lib/base.pm
-____________________________________________________________________________
-[  9591] By: jhi                                   on 2001/04/06  13:55:48
-        Log: Regen toc.
-     Branch: perl
-          ! pod/perltoc.pod
-____________________________________________________________________________
-[  9590] By: jhi                                   on 2001/04/06  13:54:52
-        Log: Math::BigFloat patches from John Peacock.  The equivalent
-             of #9586 from maintperl but reworked by John to work with
-             the bleadperl.
-     Branch: perl
-          ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
-____________________________________________________________________________
-[  9589] By: jhi                                   on 2001/04/06  13:42:23
-        Log: Define the U32_ALIGNMENT_REQUIRED only if it's not already defined.
-     Branch: perl
-          ! ext/Digest/MD5/Makefile.PL
-____________________________________________________________________________
-[  9588] By: jhi                                   on 2001/04/06  13:31:45
-        Log: Integrate changes #9584,9587 from maintperl into mainline.
-             
-             keep eval"" CVs alive until the end of the statement in which
-             they're called
-             
-             add README.macos (from Chris Nandor)
-             
-             tyop in change#9555
-     Branch: perl
-         +> README.macos
-         !> MANIFEST embed.h embed.pl global.sym objXSUB.h perlapi.c
-         !> pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod pod/perlguts.pod
-         !> pp_ctl.c proto.h scope.c scope.h sv.c win32/Makefile
-         !> win32/makefile.mk
-____________________________________________________________________________
-[  9587] By: gsar                                  on 2001/04/06  07:31:30
-        Log: add README.macos (from Chris Nandor)
-             
-             tyop in change#9555
-     Branch: maint-5.6/perl
-          + README.macos
-          ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod
-          ! win32/Makefile win32/makefile.mk
-____________________________________________________________________________
-[  9586] By: gsar                                  on 2001/04/06  07:08:54
-        Log: fixes for Math::BigFloat bugs; add fmod() (from John Peacock)
-     Branch: maint-5.6/perl
-          ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
-____________________________________________________________________________
-[  9585] By: gsar                                  on 2001/04/06  06:58:44
-        Log: integrate changes#9555,9556,9563..9567,9570..9575,9577..9578
-             from mainline
-             
-             Subject: [PATCH] Base64 update to perlfaq9.pod
-             
-             Subject: [PATCH AUTHORS] Housekeeping
-             
-             Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
-             Mac OS X (Darwin) has extra pwent fields.
-             
-             Subject: [PATCH B::*] print control-character vars readably
-             Needs EBCDICification.
-             
-             Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
-             
-             Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
-             
-             Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
-             
-             Subject: [PATCH B::Deparse] binmode is no longer an UNOP
-             
-             Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
-             
-             Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
-             
-             Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
-             
-             Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
-             
-             FreeBSD hints tweak from Anton Berezin.
-             
-             Subject: [PATCH foolperl & bleadperl] README.vms update
-             
-             Subject: Re: [PATCH foolperl & bleadperl] README.vms update
-     Branch: maint-5.6/perl
-         !> AUTHORS README.vms ext/B/B.pm ext/B/B/Concise.pm
-         !> ext/B/B/Debug.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
-         !> hints/freebsd.sh pod/perlfaq9.pod pp.c t/op/oct.t t/op/pwent.t
-____________________________________________________________________________
-[  9584] By: gsar                                  on 2001/04/06  04:09:00
-        Log: keep eval"" CVs alive until the end of the statement in which
-             they're called; this avoids a coredump ensuing from search for
-             lexicals in code such as:
-             
-             sub bug {
-             my $s = @_;
-             eval q[sub { eval 'sub { &$s }' }];
-             }
-             bug("x")->()->();
-             
-             this code still doesn't work as intended (as it has remained
-             since time immemorial), but it doesn't provoke a coredump anymore
-     Branch: maint-5.6/perl
-          ! embed.h embed.pl global.sym objXSUB.h perlapi.c
-          ! pod/perlguts.pod pp_ctl.c proto.h scope.c scope.h sv.c
-____________________________________________________________________________
-[  9583] By: jhi                                   on 2001/04/05  23:52:51
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[  9582] By: jhi                                   on 2001/04/05  23:11:23
-        Log: Slight doc tweak.
-     Branch: perl
-          ! pod/perlunicode.pod
-____________________________________________________________________________
-[  9581] By: jhi                                   on 2001/04/05  23:04:11
-        Log: Integrate perlio:
-             
-             [  9569]
-             Change sense from "incomplete" to "implemented but needs more work" in perlunicode.pod
-             
-             [  9549]
-             Downgrade "Wide character in print" to a warning.
-     Branch: perl
-         !> pod/perlunicode.pod
-____________________________________________________________________________
-[  9580] By: jhi                                   on 2001/04/05  23:03:29
-        Log: Test for #9579.
-     Branch: perl
-          ! t/op/do.t
-____________________________________________________________________________
-[  9579] By: jhi                                   on 2001/04/05  22:54:17
-        Log: Subject: [PATCH] Propagate calling context for do '...'
-             From: Gisle Aas <gisle@ActiveState.com>
-             Date: 04 Apr 2001 20:17:29 -0700
-             Message-ID: <lrg0fo827q.fsf@caliper.ActiveState.com>
-     Branch: perl
-          ! pod/perlfunc.pod pp_ctl.c
-____________________________________________________________________________
-[  9578] By: jhi                                   on 2001/04/05  22:52:51
-        Log: Subject: Re: [PATCH foolperl & bleadperl] README.vms update
-             From: Peter Prymmer <pvhp@forte.com>
-             Date: Thu, 5 Apr 2001 12:00:04 -0700 (PDT)
-             Message-ID: <Pine.OSF.4.10.10104051156340.518291-100000@aspara.forte.com>
-     Branch: perl
-          ! README.vms
-____________________________________________________________________________
-[  9577] By: jhi                                   on 2001/04/05  22:48:22
-        Log: Subject: [PATCH foolperl & bleadperl] README.vms update
-             From: "Craig A. Berry" <craigberry@mac.com>
-             Date: Thu, 5 Apr 2001 13:43:28 -0500
-             Message-Id: <p04330101b6f269936918@[172.16.52.1]>
-     Branch: perl
-          ! README.vms
-____________________________________________________________________________
-[  9576] By: jhi                                   on 2001/04/05  22:31:38
-        Log: Subject: [PATCH lib/base.pm t/lib/base.t] Fix subtle $VERSION mistakes with base.pm
-             From: Michael G Schwern <schwern@pobox.com>
-             Date: Thu, 5 Apr 2001 21:53:21 +0100
-             Message-ID: <20010405215321.A4828@blackrider.blackstar.co.uk>
-     Branch: perl
-          ! lib/base.pm t/lib/fields.t
-____________________________________________________________________________
-[  9575] By: jhi                                   on 2001/04/05  22:26:10
-        Log: FreeBSD hints tweak from Anton Berezin.
-     Branch: perl
-          ! hints/freebsd.sh
-____________________________________________________________________________
-[  9574] By: jhi                                   on 2001/04/05  22:24:03
-        Log: Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
-             From: David Dyck <dcd@tc.fluke.com>
-             Date: Thu, 5 Apr 2001 09:40:58 -0700 (PDT)
-             Message-ID: <Pine.LNX.4.30.0104050838330.30478-100000@dd.tc.fluke.com>
-     Branch: perl
-          ! t/op/oct.t
-____________________________________________________________________________
-[  9573] By: jhi                                   on 2001/04/05  22:23:06
-        Log: Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
-             Date: Wed, 4 Apr 2001 13:27:15 -0700 (PDT)
-             From: David Dyck <dcd@tc.fluke.com>
-             Message-ID: <Pine.LNX.4.30.0104041325310.25358-100000@dd.tc.fluke.com>
-     Branch: perl
-          ! pp.c
-____________________________________________________________________________
-[  9572] By: jhi                                   on 2001/04/05  22:14:47
-        Log: Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
-             From: Robin Houston <robin@kitsite.com>
-             Date: Thu, 5 Apr 2001 20:56:48 +0100
-             Message-ID: <20010405205648.A16814@puffinry.freeserve.co.uk>
-     Branch: perl
-          ! ext/B/B/Deparse.pm
-____________________________________________________________________________
-[  9571] By: jhi                                   on 2001/04/05  22:12:53
-        Log: Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
-             From: Robin Houston <robin@kitsite.com>
-             Date: Thu, 5 Apr 2001 19:55:51 +0100
-             Message-ID: <20010405195551.A16686@puffinry.freeserve.co.uk>
-     Branch: perl
-          ! ext/B/B/Deparse.pm
-____________________________________________________________________________
-[  9570] By: jhi                                   on 2001/04/05  22:11:06
-        Log: Subject: [PATCH B::Deparse] binmode is no longer an UNOP
-             From: Robin Houston <robin@kitsite.com>
-             Date: Thu, 5 Apr 2001 20:16:29 +0100
-             Message-ID: <20010405201629.A16763@puffinry.freeserve.co.uk>
-     Branch: perl
-          ! ext/B/B/Deparse.pm
-____________________________________________________________________________
-[  9569] By: nick                                  on 2001/04/05  21:32:26
-        Log: Change sense from "incomplete" to "implemented but needs more work" in perlunicode.pod
-     Branch: perlio
-          ! pod/perlunicode.pod
-____________________________________________________________________________
-[  9568] By: nick                                  on 2001/04/05  19:38:09
-        Log: Integrate mainline
-     Branch: perlio
-         +> lib/Class/ISA.pm t/lib/class-isa.t t/lib/md5-align.t
-         !> (integrate 35 files)
-____________________________________________________________________________
-[  9567] By: jhi                                   on 2001/04/05  18:31:45
-        Log: Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
-             From: Robin Houston <robin@kitsite.com>
-             Date: Thu, 5 Apr 2001 18:03:23 +0100
-             Message-ID: <20010405180323.A16388@puffinry.freeserve.co.uk>
-     Branch: perl
-          ! ext/B/B/Deparse.pm
-____________________________________________________________________________
-[  9566] By: jhi                                   on 2001/04/05  18:29:35
-        Log: Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
-             From: Robin Houston <robin@kitsite.com>
-             Date: Thu, 5 Apr 2001 16:45:18 +0100
-             Message-ID: <20010405164517.B16037@puffinry.freeserve.co.uk>
-     Branch: perl
-          ! ext/B/B.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
-____________________________________________________________________________
-[  9565] By: jhi                                   on 2001/04/05  18:24:23
-        Log: Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
-             From: Robin Houston <robin@kitsite.com>
-             Date: Thu, 5 Apr 2001 14:50:09 +0100
-             Message-ID: <20010405145009.A15916@puffinry.freeserve.co.uk>
-     Branch: perl
-          ! ext/B/B/Deparse.pm
-____________________________________________________________________________
-[  9564] By: jhi                                   on 2001/04/05  18:23:03
-        Log: Subject: [PATCH B::*] print control-character vars readably
-             From: Robin Houston <robin@kitsite.com>
-             Date: Thu, 5 Apr 2001 14:27:38 +0100
-             Message-ID: <20010405142738.A15855@puffinry.freeserve.co.uk>
-             
-             Needs EBCDICification.
-     Branch: perl
-          ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Debug.pm
-          ! ext/B/B/Terse.pm
-____________________________________________________________________________
-[  9563] By: jhi                                   on 2001/04/05  18:20:32
-        Log: Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
-             Date: Thu, 5 Apr 2001 13:21:42 -0400
-             From: Paul Schinder <schinder@pobox.com>
-             Message-Id: <p05100900b6f25159e767@[10.0.1.52]>
-             
-             Mac OS X (Darwin) has extra pwent fields.
-     Branch: perl
-          ! t/op/pwent.t
-____________________________________________________________________________
-[  9562] By: jhi                                   on 2001/04/05  17:57:51
-        Log: Regen toc.
-     Branch: perl
-          ! pod/perltoc.pod
-____________________________________________________________________________
-[  9561] By: jhi                                   on 2001/04/05  17:47:33
-        Log: Metaconfig units changes for #9560, plus regen Glossary.patch.
-     Branch: metaconfig
-          ! U/Glossary.patch
-     Branch: metaconfig/U/perl
-          + d_u32align.U
-          ! d_cmsghdr_s.U d_msghdr_s.U
-____________________________________________________________________________
-[  9560] By: jhi                                   on 2001/04/05  17:47:01
-        Log: Introduce d_u32align / U32_REQUIRES_ALIGNMENT, needed for
-             ext/Digest/MD5/Makefile.PL and t/lib/md5-align.t.
-             Introduce probes for struct msghdr, struct cmsghdr,
-             sendmsg, recvmsg, readv, writev, setitimer, getitimer,
-             ualarm, usleep, for possible later extension work.
-     Branch: perl
-          + t/lib/md5-align.t
-          ! Configure MANIFEST Porting/Glossary Porting/config.sh
-          ! Porting/config_H config_h.SH configure.com epoc/config.sh
-          ! ext/Digest/MD5/Makefile.PL perl.h uconfig.h uconfig.sh
-          ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
-          ! vos/config.ga.h win32/config.bc win32/config.gc
-          ! win32/config.vc
-____________________________________________________________________________
-[  9559] By: jhi                                   on 2001/04/05  13:03:04
-        Log: Be traditional in your cpp (for the Errno extension).
-     Branch: perl
-          ! hints/darwin.sh
-____________________________________________________________________________
-[  9558] By: jhi                                   on 2001/04/05  13:00:05
-        Log: Add $Config{cppflags} to the gcc incantation.
-     Branch: perl
-          ! ext/Errno/Errno_pm.PL
-____________________________________________________________________________
-[  9557] By: jhi                                   on 2001/04/05  04:22:39
-        Log: Introduce Sean Burke's Class::ISA 0.32.
-     Branch: perl
-          + lib/Class/ISA.pm t/lib/class-isa.t
-          ! MANIFEST
-____________________________________________________________________________
-[  9556] By: jhi                                   on 2001/04/05  04:09:50
-        Log: Subject: [PATCH AUTHORS] Housekeeping
-             From: Paul Johnson <paul@pjcj.net> 
-             Date: Wed, 4 Apr 2001 22:45:47 +0200
-             Message-ID: <20010404224547.D9548@pjcj.net>
-     Branch: perl
-          ! AUTHORS
-____________________________________________________________________________
-[  9555] By: jhi                                   on 2001/04/05  04:06:33
-        Log: Subject: [PATCH] Base64 update to perlfaq9.pod
-             From: Gisle Aas <gisle@ActiveState.com>
-             Date: 04 Apr 2001 14:23:04 -0700
-             Message-ID: <lrlmpg9x6v.fsf@caliper.ActiveState.com>
-     Branch: perl
-          ! pod/perlfaq9.pod
-____________________________________________________________________________
-[  9554] By: jhi                                   on 2001/04/05  04:05:49
-        Log: Downgrade also the "Wide character" diagnostic.
-     Branch: perl
-          ! pod/perldiag.pod
-____________________________________________________________________________
-[  9553] By: jhi                                   on 2001/04/05  04:00:33
-        Log: Integrate changes #9544,9547,9549(perlio),9550,9551 from
-             maintperl into mainline.
-             
-             "double" should be "NV"; standard typemap is missing entry
-             for NV
-             
-             s/djSP/dSP/
-             
-             Downgrade "Wide character in print" to a warning.
-             
-             B::Deparse fix for ${^FOO} and documentation for PVX() method
-             (from Robin Houston)
-             
-             tr/// doesn't null-terminate the result in some situations
-             (from Gisle Aas)
-     Branch: perl
-         !> doio.c doop.c ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
-         !> ext/B/B/Deparse.pm ext/Thread/Thread.xs lib/ExtUtils/typemap
-         !> t/io/utf8.t t/op/tr.t
-____________________________________________________________________________
-[  9552] By: jhi                                   on 2001/04/05  03:52:50
-        Log: Retract changes #9542 and #9538 (from maintperl, integrated
-             at #9540), shouldn't be needed because of the perlio changes.
-     Branch: perl
-          ! util.c
-____________________________________________________________________________
-[  9551] By: gsar                                  on 2001/04/05  00:18:34
-        Log: tr/// doesn't null-terminate the result in some situations
-             (from Gisle Aas)
-     Branch: maint-5.6/perl
-          ! doop.c t/op/tr.t
-____________________________________________________________________________
-[  9550] By: gsar                                  on 2001/04/04  20:04:17
-        Log: B::Deparse fix for ${^FOO} and documentation for PVX() method
-             (from Robin Houston)
-     Branch: maint-5.6/perl
-          ! ext/B/B.pm ext/B/B/Deparse.pm
-____________________________________________________________________________
-[  9549] By: nick                                  on 2001/04/04  18:56:15
-        Log: Downgrade "Wide character in print" to a warning.
-     Branch: perlio
-          ! doio.c t/io/utf8.t
-____________________________________________________________________________
-[  9548] By: gsar                                  on 2001/04/04  18:51:49
-        Log: integrate changes#9460,9462,9482,9521,9522
-             
-             Subject: PATCH: B::Debug should show LOOP-specific fields
-             
-             Subject: B::Deparse precedence bug. (Patch included.)
-             
-             Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
-             
-             Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
-             
-             Subject: [PATCH B::Concise] padname values may have bogus SvCUR
-     Branch: maint-5.6/perl
-         !> ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Debug.pm
-         !> ext/B/B/Deparse.pm ext/B/B/Showlex.pm
-____________________________________________________________________________
-[  9547] By: gsar                                  on 2001/04/04  18:49:16
-        Log: s/djSP/dSP/
-     Branch: maint-5.6/perl
-          ! ext/Thread/Thread.xs
-____________________________________________________________________________
-[  9546] By: nick                                  on 2001/04/04  18:44:00
-        Log: Integrate mainline.
-     Branch: perlio
-         !> Makefile.SH embed.pl ext/File/Glob/Glob.pm jpl/JNI/JNI.pm op.c
-         !> os2/OS2/Process/Process.pm perl.c pod/perlapi.pod util.c
-____________________________________________________________________________
-[  9545] By: gsar                                  on 2001/04/04  18:38:52
-        Log: integrate change#8837 from mainline
-             
-             Subject: [patch] -Wall cleanup round 2
-     Branch: maint-5.6/perl
-         !> ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
-         !> ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
-         !> ext/File/Glob/Glob.xs ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs
-         !> ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
-         !> ext/SDBM_File/SDBM_File.xs
-____________________________________________________________________________
-[  9544] By: gsar                                  on 2001/04/04  17:49:57
-        Log: "double" should be "NV"; standard typemap is missing entry
-             for NV
-     Branch: maint-5.6/perl
-          ! ext/B/B.xs ext/B/B/C.pm lib/ExtUtils/typemap
-____________________________________________________________________________
-[  9543] By: jhi                                   on 2001/04/04  14:13:18
-        Log: Thou shalt not (just) match for English error messages.
-     Branch: perl
-          ! ext/File/Glob/Glob.pm jpl/JNI/JNI.pm
-          ! os2/OS2/Process/Process.pm
-____________________________________________________________________________
-[  9542] By: jhi                                   on 2001/04/04  13:20:39
-        Log: Make the stdio tricks of fflush_all() to exist only if
-             stdio is being used.
-     Branch: perl
-          ! util.c
-____________________________________________________________________________
-[  9541] By: jhi                                   on 2001/04/04  04:20:24
-        Log: Subject: Re: [PATCH] Lighten up glob
-             From: Benjamin Sugars <bsugars@canoe.ca>
-             Date: Tue, 3 Apr 2001 17:03:48 -0400 (EDT)
-             Message-ID: <Pine.LNX.4.21.0104031700340.2143-100000@marmot.rim.canoe.ca>
-     Branch: perl
-          ! embed.pl ext/File/Glob/Glob.pm op.c perl.c pod/perlapi.pod
-          ! util.c
-____________________________________________________________________________
-[  9540] By: jhi                                   on 2001/04/04  04:03:57
-        Log: Integrate changes #9538,9539 from maintperl into mainline.
-             
-             fflush() is a macro on SunOS 4.1.x, so provide a wrapper
-             for use with _fwalk() (fix for change#7705)
-             
-             another tweak needed for SunOS 4.1.x build (from Mike Guy)
-             (cp -f is not portable)
-     Branch: perl
-         !> Makefile.SH util.c
-____________________________________________________________________________
-[  9539] By: gsar                                  on 2001/04/04  03:01:14
-        Log: another tweak needed for SunOS 4.1.x build (from Mike Guy)
-     Branch: maint-5.6/perl
-          ! Makefile.SH
-____________________________________________________________________________
-[  9538] By: gsar                                  on 2001/04/04  01:00:38
-        Log: fflush() is a macro on SunOS 4.1.x, so provide a wrapper
-             for use with _fwalk() (fix for change#7705)
-     Branch: maint-5.6/perl
-          ! util.c
-____________________________________________________________________________
-[  9537] By: nick                                  on 2001/04/03  19:24:55
-        Log: Integrate mainline
-     Branch: perlio
-         +> ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL lib/unicode/NamesList.txt
-         +> lib/unicode/PropList.html
-          - lib/unicode/Names.txt lib/unicode/README.Ethiopic
-         !> (integrate 69 files)
-____________________________________________________________________________
-[  9536] By: jhi                                   on 2001/04/03  18:02:31
-        Log: Integrate change #9533 from maintperl into mainline.
-             
-             better fix for change#9517 to accomodate UNC paths like
-             \\server\share\foo, and paths with trailing backslash
-             like c:\this\
-     Branch: perl
-         !> utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
-____________________________________________________________________________
-[  9535] By: jhi                                   on 2001/04/03  17:58:07
-        Log: Change the push/unshift warning to be of class syntax, not misc.
-     Branch: perl
-          ! op.c pod/perldiag.pod t/pragma/warn/op
-____________________________________________________________________________
-[  9534] By: jhi                                   on 2001/04/03  15:03:46
-        Log: Change the push/unshift warning (#9532) to talk about "no values"
-             instead of "no arguments".
-     Branch: perl
-          ! op.c pod/perldiag.pod t/pragma/warn/op
-____________________________________________________________________________
-[  9533] By: gsar                                  on 2001/04/03  14:30:07
-        Log: better fix for change#9517 to accomodate UNC paths like
-             \\server\share\foo, and paths with trailing backslash
-             like c:\this\
-     Branch: maint-5.6/perl
-          ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
-____________________________________________________________________________
-[  9532] By: jhi                                   on 2001/04/03  13:11:46
-        Log: Subject: Re: [ID 20010331.003] new misc warning for push(@x), unshift(@x)
-             From: Robin Houston <robin@kitsite.com>
-             Date: Mon, 2 Apr 2001 15:03:29 +0100
-             Message-ID: <20010402150329.A6636@puffinry.freeserve.co.uk>
-     Branch: perl
-          ! op.c pod/perldiag.pod t/lib/db-recno.t t/pragma/warn/op
-____________________________________________________________________________
-[  9531] By: jhi                                   on 2001/04/03  13:06:34
-        Log: Integrate change #9530 from maintperl into mainline.
-             
-             accomodate VMS "mailbox overflow" quirk in testsuite (from
-             Craig Berry)
-     Branch: perl
-         !> t/lib/socket.t
-____________________________________________________________________________
-[  9530] By: gsar                                  on 2001/04/03  04:56:41
-        Log: accomodate VMS "mailbox overflow" quirk in testsuite (from
-             Craig Berry)
-     Branch: maint-5.6/perl
-          ! t/lib/socket.t
-____________________________________________________________________________
-[  9529] By: jhi                                   on 2001/04/03  02:34:34
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[  9528] By: jhi                                   on 2001/04/03  01:27:57
-        Log: Subject: [PATCH: 9508] perlfaq3: extend the silly long list even further
-             Date: Mon, 2 Apr 2001 18:24:53 -0700 (PDT)
-             To: perl5-porters@perl.org
-             Message-ID: <Pine.OSF.4.10.10104021823330.279908-100000@aspara.forte.com>
-     Branch: perl
-          ! pod/perlfaq3.pod
-____________________________________________________________________________
-[  9527] By: jhi                                   on 2001/04/03  01:22:09
-        Log: Subject: [PATCH: 9508] build && test XS::Typemap on VMS, glob-basic insensitivity training
-             From: Peter Prymmer <pvhp@forte.com>
-             Date: Mon, 2 Apr 2001 17:40:27 -0700 (PDT)
-             Message-ID: <Pine.OSF.4.10.10104021727250.278825-100000@aspara.forte.com>      
-     Branch: perl
-          ! configure.com t/lib/glob-basic.t t/lib/xs-typemap.t
-____________________________________________________________________________
-[  9526] By: jhi                                   on 2001/04/03  01:18:25
-        Log: The metaconfig unit changes for #9525.
-     Branch: metaconfig
-          ! U/a_dvisory/quadtype.U U/modified/mallocsrc.U
-     Branch: metaconfig/U/perl
-          ! use64bits.U
-____________________________________________________________________________
-[  9525] By: jhi                                   on 2001/04/03  01:17:30
-        Log: Configure sanity checks:
-             * if use64bitall is attempted but pointers are only 32-bit,
-             'downgrade' to use64bitint
-             * if use64bitint is attempted but there's no quad type,
-             forget about use64bitint (well, the default for it is 'n',
-             the user can still override this)
-             * if pointers are 64 bits, do not try to use Perl's malloc
-     Branch: perl
-          ! Configure
-____________________________________________________________________________
-[  9524] By: gsar                                  on 2001/04/03  01:09:12
-        Log: EPOC fix for lib/io_udp.t failure (from Olaf Flebbe)
-     Branch: maint-5.6/perl
-          ! pp_sys.c
-____________________________________________________________________________
-[  9523] By: jhi                                   on 2001/04/03  00:02:31
-        Log: (Retracted by #9609)
-             
-             Make it harder for parallel makes to enter 'test' before
-             Dynaloader and File::Glob are happy.  (In principle 'make_ext'
-             should be unhappy enough, but sometimes parallel makes seem
-             to sneak past both in Tru64 and AIX.)
-     Branch: perl
-          ! Makefile.SH
-____________________________________________________________________________
-[  9522] By: jhi                                   on 2001/04/02  22:35:31
-        Log: Subject: [PATCH B::Concise] padname values may have bogus SvCUR
-             Date: Mon, 2 Apr 2001 22:54:10 +0100
-             From: Robin Houston <robin@kitsite.com>
-             Message-ID: <20010402225410.A8273@puffinry.freeserve.co.uk>
-     Branch: perl
-          ! ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Showlex.pm
-____________________________________________________________________________
-[  9521] By: jhi                                   on 2001/04/02  22:32:23
-        Log: Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
-             From: Robin Houston <robin@kitsite.com>
-             Date: Mon, 2 Apr 2001 20:24:03 +0100
-             Message-ID: <20010402202402.A8005@puffinry.freeserve.co.uk>
-     Branch: perl
-          ! ext/B/B/Concise.pm
-____________________________________________________________________________
-[  9520] By: jhi                                   on 2001/04/02  22:30:43
-        Log: Subject: [PATCH] REALLY pedantic hv.h nit
-             From: Simon Cozens <simon@netthink.co.uk>
-             Date: Mon, 2 Apr 2001 15:43:06 +0100
-             Message-ID: <20010402154306.A21711@netthink.co.uk>
-     Branch: perl
-          ! hv.h
-____________________________________________________________________________
-[  9519] By: jhi                                   on 2001/04/02  22:28:04
-        Log: Based on
-             
-             Subject: [foolperl] EPOC fix
-             From: Olaf Flebbe <O.Flebbe@science-computing.de>
-             Date: Mon, 2 Apr 2001 23:36:51 +0200 (CEST)
-             Message-ID: <Pine.LNX.4.02.10104022335380.5547-100000@milkyway.science-computing.de>
-     Branch: perl
-          ! pp_sys.c
-____________________________________________________________________________
-[  9518] By: jhi                                   on 2001/04/02  22:22:34
-        Log: Integrate changes #9511,9514,9517 from maintperl into mainline.
-             
-             README.win32 tweaks; add a note about alternative location for
-             getting a gcc-2.95.2 that will build perl properly on windows
-             
-             add some notes about gutsy threading matters
-             
-             many of the utilities interpolate literal paths within doublequotes
-             (fails on dosish platforms where path contains backslashes)
-     Branch: perl
-         !> README.win32 pod/perlguts.pod utils/perldoc.PL
-         !> x2p/find2perl.PL x2p/s2p.PL
-____________________________________________________________________________
-[  9517] By: gsar                                  on 2001/04/02  19:52:21
-        Log: many of the utilities interpolate literal paths within doublequotes
-             (fails on dosish platforms where path contains backslashes)
-     Branch: maint-5.6/perl
-          ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
-____________________________________________________________________________
-[  9516] By: gsar                                  on 2001/04/02  05:49:37
-        Log: a foolish release
-     Branch: maint-5.6/perl
-          ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
-          ! pod/perltoc.pod
-____________________________________________________________________________
-[  9515] By: gsar                                  on 2001/04/02  05:04:29
-        Log: add missing changelog summaries
-     Branch: maint-5.6/perl
-          ! Changes
-____________________________________________________________________________
-[  9514] By: gsar                                  on 2001/04/02  04:07:13
-        Log: add some notes about gutsy threading matters
-     Branch: maint-5.6/perl
-          ! pod/perlguts.pod
-____________________________________________________________________________
-[  9513] By: gsar                                  on 2001/04/02  03:25:21
-        Log: add more prominent caveat notices about experimental features
-     Branch: maint-5.6/perl
-          ! pod/perlfork.pod pod/perlunicode.pod
-____________________________________________________________________________
-[  9512] By: gsar                                  on 2001/04/02  02:54:33
-        Log: integrate changes#9479,9509 from mainline
-             
-             [PATCH] File::Glob stuff for Mac OS
-             
-             [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
-     Branch: maint-5.6/perl
-         !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
-         !> t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
-         !> t/lib/glob-taint.t
-____________________________________________________________________________
-[  9511] By: gsar                                  on 2001/04/02  02:38:24
-        Log: README.win32 tweaks; add a note about alternative location for
-             getting a gcc-2.95.2 that will build perl properly on windows
-     Branch: maint-5.6/perl
-          ! README.win32
-____________________________________________________________________________
-[  9510] By: jhi                                   on 2001/04/01  20:45:10
-        Log: An ambiguousity warning.
-     Branch: perl
-          ! t/lib/trig.t
-____________________________________________________________________________
-[  9509] By: jhi                                   on 2001/04/01  19:53:47
-        Log: Subject: [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
-             From: Jonathan Stowe <gellyfish@gellyfish.com>
-             Date: Sun, 1 Apr 2001 10:04:55 +0100 (BST)
-             Message-ID: <Pine.LNX.4.30.0104010958250.7703-100000@orpheus.gellyfish.com>
-     Branch: perl
-          ! ext/File/Glob/bsd_glob.c
-____________________________________________________________________________
-[  9508] By: jhi                                   on 2001/04/01  19:35:03
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[  9507] By: jhi                                   on 2001/04/01  19:24:01
-        Log: Integrate changes #9378,9458,9469,9475,9489,9490,9505,9506
-             from mainline to maintperl: pod tweaks.
-     Branch: maint-5.6/perl
-         !> pod/perldebug.pod pod/perldiag.pod pod/perlfaq1.pod
-         !> pod/perlguts.pod pod/perlhack.pod pod/perlop.pod
-         !> pod/perlvar.pod
-____________________________________________________________________________
-[  9506] By: jhi                                   on 2001/04/01  19:11:53
-        Log: Commit Sarathy to April release of 5.6.1 :-)
-     Branch: perl
-          ! pod/perlfaq1.pod
-____________________________________________________________________________
-[  9505] By: jhi                                   on 2001/04/01  19:03:15
-        Log: Subject: PATCH 5.6.0 (perldebug.pod)
-             From: Mark-Jason Dominus <mjd@plover.com>
-             Date: Sun, 01 Apr 2001 14:25:11 -0400
-             Message-ID: <20010401182511.9247.qmail@plover.com>
-     Branch: perl
-          ! pod/perldebug.pod
-____________________________________________________________________________
-[  9504] By: jhi                                   on 2001/04/01  18:43:09
-        Log: Add great_circle_direction().
-     Branch: perl
-          ! lib/Math/Trig.pm t/lib/trig.t
-____________________________________________________________________________
-[  9503] By: jhi                                   on 2001/04/01  17:29:12
-        Log: Unicode ReadMe update for Unicode 3.1.
-     Branch: perl
-          ! lib/unicode/ReadMe.txt
-____________________________________________________________________________
-[  9502] By: jhi                                   on 2001/04/01  17:18:40
-        Log: Integrate change #9501 from maintperl into mainline.
-             
-             fix the perlembed notes on multiple interpreters
-             
-             fix ExtUtils::Embed to work passably on Windows
-     Branch: perl
-         !> lib/ExtUtils/Embed.pm pod/perlembed.pod
-____________________________________________________________________________
-[  9501] By: gsar                                  on 2001/04/01  07:21:57
-        Log: fix the perlembed notes on multiple interpreters
-             
-             fix ExtUtils::Embed to work passably on Windows
-     Branch: maint-5.6/perl
-          ! lib/ExtUtils/Embed.pm pod/perlembed.pod
-____________________________________________________________________________
-[  9500] By: jhi                                   on 2001/04/01  05:58:23
-        Log: Test for #9499.
-     Branch: perl
-          ! t/op/tr.t
-____________________________________________________________________________
-[  9499] By: jhi                                   on 2001/04/01  05:55:46
-        Log: tr/// UTF-8 tweaking from Inaba Hiroto.
-     Branch: perl
-          ! embed.h embed.pl op.c proto.h
-____________________________________________________________________________
-[  9498] By: jhi                                   on 2001/04/01  05:44:34
-        Log: Protect the workaround hunk more.
-     Branch: perl
-          ! toke.c
-____________________________________________________________________________
-[  9497] By: jhi                                   on 2001/04/01  00:24:25
-        Log: Integrate changes #9493,9494,9495,9496 from maintperl
-             into mainline.
-             
-             fix a broken workaround for Borland compiler in change#4739
-             (caused weird "short reads" on DATA, which caused op/misc.t to fail)
-             
-             nits spotted by Borland compiler
-             
-             avoid redefinition warnings under Borland 5.02
-             
-             various nits identified by the Borland 5.5 compiler; remove suppression
-             of a few warnings
-     Branch: perl
-         !> ext/File/Glob/bsd_glob.c sv.c toke.c utf8.h win32/makefile.mk
-         !> win32/win32.h
-____________________________________________________________________________
-[  9496] By: gsar                                  on 2001/03/31  23:22:28
-        Log: various nits identified by the Borland 5.5 compiler; remove suppression
-             of a few warnings
-     Branch: maint-5.6/perl
-          ! ext/File/Glob/bsd_glob.c sv.c win32/win32.h
-____________________________________________________________________________
-[  9495] By: gsar                                  on 2001/03/31  21:03:08
-        Log: avoid redefinition warnings under Borland 5.02
-     Branch: maint-5.6/perl
-          ! win32/makefile.mk
-____________________________________________________________________________
-[  9494] By: gsar                                  on 2001/03/31  20:18:59
-        Log: nits spotted by Borland compiler
-     Branch: maint-5.6/perl
-          ! utf8.h win32/win32.h
-____________________________________________________________________________
-[  9493] By: gsar                                  on 2001/03/31  20:18:05
-        Log: fix a broken workaround for Borland compiler in change#4739
-             (caused weird "short reads" on DATA, which caused op/misc.t to fail)
-     Branch: maint-5.6/perl
-          ! toke.c
-____________________________________________________________________________
-[  9492] By: jhi                                   on 2001/03/31  18:36:24
-        Log: Integrate change #9491 from maintperl into mainline.
-             
-             Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
-             directory is relative (need to fetch the full path name *before*
-             the chdir!)
-     Branch: perl
-         !> lib/Cwd.pm
-____________________________________________________________________________
-[  9491] By: gsar                                  on 2001/03/31  17:01:56
-        Log: Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
-             directory is relative (need to fetch the full path name *before*
-             the chdir!)
-             
-             this is a followup patch for change#6749
-     Branch: maint-5.6/perl
-          ! lib/Cwd.pm
-____________________________________________________________________________
-[  9490] By: jhi                                   on 2001/03/31  15:50:18
-        Log: Subject: Re: [PATCH] av.h cosmetics
-             From: Simon Cozens <simon@netthink.co.uk>
-             Date: Sat, 31 Mar 2001 13:09:59 +0100
-             Message-ID: <20010331130959.A22000@netthink.co.uk>
-             
-             Document AvALLOC.
-     Branch: perl
-          ! pod/perlguts.pod
-____________________________________________________________________________
-[  9489] By: jhi                                   on 2001/03/31  15:48:44
-        Log: Subject: [PATCH] Re: Math::Big* v1.21
-             From: Tels <perl_dummy@bloodgate.com>
-             Date: Sat, 31 Mar 2001 13:21:05 +0200 (CEST)
-             Message-Id: <200103311125.GAA377738@www08.hway.net>
-     Branch: perl
-          ! pod/perlop.pod
-____________________________________________________________________________
-[  9488] By: jhi                                   on 2001/03/31  03:39:51
-        Log: Debug output tweak.
-     Branch: perl
-          ! t/lib/cwd.t
-____________________________________________________________________________
-[  9487] By: jhi                                   on 2001/03/31  03:33:02
-        Log: OverVMSification.
-     Branch: perl
-          ! t/lib/cwd.t
-____________________________________________________________________________
-[  9486] By: jhi                                   on 2001/03/31  03:01:40
-        Log: Missed MANIFESTations in #9483.
-     Branch: perl
-          ! MANIFEST
-____________________________________________________________________________
-[  9485] By: jhi                                   on 2001/03/31  02:58:17
-        Log: Subject: Not OK: perl v5.7.0 +DEVEL9472 on VMS_AXP V7.1 (UNINSTALLED)
-             From: Peter Prymmer <pvhp@forte.com>
-             Date: Fri, 30 Mar 2001 18:06:36 -0800 (PST)
-             Message-ID: <Pine.OSF.4.10.10103301805450.63762-100000@aspara.forte.com>
-     Branch: perl
-          ! regexec.c t/lib/cwd.t
-____________________________________________________________________________
-[  9484] By: jhi                                   on 2001/03/31  01:04:41
-        Log: Obsolete file (see #3938)
-     Branch: perl
-          - lib/unicode/README.Ethiopic
-          ! MANIFEST
-____________________________________________________________________________
-[  9483] By: jhi                                   on 2001/03/31  00:52:42
-        Log: Update to Unicode 3.1.
-             (Rename Names.txt to NamesList.txt.)
-     Branch: perl
-          + lib/unicode/NamesList.txt lib/unicode/PropList.html
-          - lib/unicode/Names.txt
-          ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
-          ! lib/unicode/Is/LbrkBA.pl lib/unicode/Is/LbrkBB.pl
-          ! lib/unicode/Is/LbrkID.pl lib/unicode/Is/LbrkSG.pl
-          ! lib/unicode/LineBrk.txt lib/unicode/NamesList.html
-          ! lib/unicode/UCD.html lib/unicode/Unicode.html
-          ! lib/unicode/rename lib/unicode/version
-____________________________________________________________________________
-[  9482] By: jhi                                   on 2001/03/30  23:33:44
-        Log: Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
-             From: Robin Houston <robin@kitsite.com>
-             Date: Fri, 30 Mar 2001 20:07:22 +0100
-             Message-ID: <20010330200722.A2010@puffinry.freeserve.co.uk>
-     Branch: perl
-          ! ext/B/B/Deparse.pm
-____________________________________________________________________________
-[  9481] By: jhi                                   on 2001/03/30  23:20:25
-        Log: Subject: Re: [PATCH] CwdXS, Take 2
-             From: Benjamin Sugars <bsugars@canoe.ca>
-             Date: Fri, 30 Mar 2001 14:08:51 -0500 (EST)
-             Message-ID: <Pine.LNX.4.21.0103301357490.1927-100000@marmot.rim.canoe.ca>
-     Branch: perl
-          + ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL
-          ! MANIFEST lib/Cwd.pm t/lib/cwd.t
-____________________________________________________________________________
-[  9480] By: jhi                                   on 2001/03/30  22:52:38
-        Log: Subject: [ID 20010330.006] incorrect WARNING from installperl "You've never run 'make test' or some tests failed!"
-             From: David Dyck <dcd@tc.fluke.com>
-             Date: Fri, 30 Mar 2001 14:44:13 -0800
-             Message-Id: <200103302244.OAA12204@dd.tc.fluke.com>
-             
-             The t/rantests flags file creation was accidentally
-             removed by #9217.
-     Branch: perl
-          ! Makefile.SH
-____________________________________________________________________________
-[  9479] By: jhi                                   on 2001/03/30  22:45:45
-        Log: Subject: [PATCH] File::Glob stuff for Mac OS
-             From: Chris Nandor <pudge@pobox.com>
-             Date: Fri, 30 Mar 2001 16:51:00 -0500
-             Message-Id: <p05010400b6eaab36051c@[10.0.1.177]>
-     Branch: perl
-          ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
-          ! t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
-          ! t/lib/glob-taint.t
-____________________________________________________________________________
-[  9478] By: jhi                                   on 2001/03/30  22:43:12
-        Log: Subject: fix for win32/buildext.pl
-             From: "Vadim Konovalov" <watman@inbox.ru>
-             Date: Sat, 31 Mar 2001 00:50:36 +0400
-             Message-ID: <005b01c0b95c$ac277250$7542983e@vad>
-     Branch: perl
-          ! win32/buildext.pl
-____________________________________________________________________________
-[  9477] By: jhi                                   on 2001/03/30  22:41:16
-        Log: Subject: small base.pm doc patch
-             From: Leon Brocard <acme@astray.com>
-             Date: Fri, 30 Mar 2001 21:49:57 +0100
-             Message-ID: <20010330214957.B8733@ns0.astray.com>
-     Branch: perl
-          ! lib/base.pm
-____________________________________________________________________________
-[  9476] By: jhi                                   on 2001/03/30  18:16:57
-        Log: Subject: [PATCH] av.h cosmetics
-             From: Simon Cozens <simon@netthink.co.uk>
-             Date: Fri, 30 Mar 2001 18:12:28 +0100
-             Message-ID: <20010330181228.A9319@netthink.co.uk>
-     Branch: perl
-          ! av.h
-____________________________________________________________________________
-[  9475] By: jhi                                   on 2001/03/30  18:15:50
-        Log: Subject: [DOC PATCH bleadperl] Two nits in perlhack.pod
-             From: "Philip Newton" <pnewton@gmx.de>
-             Date: Fri, 30 Mar 2001 19:06:57 +0200
-             Message-ID: <3AC4D951.14815.1AC7068@localhost>
-     Branch: perl
-          ! pod/perlhack.pod
-____________________________________________________________________________
-[  9474] By: jhi                                   on 2001/03/30  18:14:02
-        Log: Subject: [PATCH] glob-basic.t (Was: [ID 20010328.016])
-             From: Benjamin Sugars <bsugars@canoe.ca>
-             Date: Fri, 30 Mar 2001 11:04:35 -0500 (EST)
-             Message-ID: <Pine.LNX.4.21.0103301045130.1927-100000@marmot.rim.canoe.ca>
-     Branch: perl
-          ! t/lib/glob-basic.t
-____________________________________________________________________________
-[  9473] By: jhi                                   on 2001/03/30  16:09:24
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[  9472] By: jhi                                   on 2001/03/30  15:16:08
-        Log: Integrate perlio:
-             
-             [  9471]
-             Should be (^O eq 'MSWin32') not 'Win32'
-             Fail #12 seems real - chdir is in wrong dir.
-             
-             [  9467]
-             Skip order test of glob if case-ignoring system cannot 
-             create a.test and A.test
-     Branch: perl
-         !> t/lib/cwd.t t/lib/glob-basic.t
-____________________________________________________________________________
-[  9471] By: nick                                  on 2001/03/30  14:47:10
-        Log: Should be (^O eq 'MSWin32') not 'Win32'
-             Fail #12 seems real - chdir is in wrong dir.
-     Branch: perlio
-          ! t/lib/cwd.t
-____________________________________________________________________________
-[  9470] By: jhi                                   on 2001/03/30  14:41:11
-        Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
-             From: Radu Greab <radu@netsoft.ro>
-             Date: Fri, 30 Mar 2001 15:09:06 +0300 (EEST)
-             Message-ID: <15044.30562.566390.559726@ix.netsoft.ro>
-             
-             Replace #9352.
-     Branch: perl
-          ! ext/Socket/Socket.xs pp_sys.c
-____________________________________________________________________________
-[  9469] By: jhi                                   on 2001/03/30  14:37:51
-        Log: Subject: PATCH pod/perldiag.pod
-             From: Robin Houston <robin@kitsite.com>
-             Date: Fri, 30 Mar 2001 14:10:36 +0100
-             Message-ID: <20010330141036.A1105@puffinry.freeserve.co.uk>
-     Branch: perl
-          ! pod/perldiag.pod t/lib/glob-basic.t
-____________________________________________________________________________
-[  9468] By: jhi                                   on 2001/03/30  14:36:36
-        Log: Subject: Better diagnostic in io/fs.t
-             From: andreas.koenig@anima.de (Andreas J. Koenig)
-             Date: 30 Mar 2001 10:11:43 +0200
-             Message-ID: <m3hf0boev4.fsf@ak-71.mind.de>
-     Branch: perl
-          ! t/io/fs.t
-____________________________________________________________________________
-[  9467] By: nick                                  on 2001/03/30  14:25:43
-        Log: Skip order test of glob if case-ignoring system cannot 
-             create a.test and A.test
-     Branch: perlio
-          ! t/lib/glob-basic.t
-____________________________________________________________________________
-[  9466] By: nick                                  on 2001/03/30  13:03:12
-        Log: Integrate mainline.
-     Branch: perlio
-          - ext/re/hints/aix.pl
-         !> MANIFEST ext/B/B/Debug.pm ext/B/B/Deparse.pm
-         !> lib/ExtUtils/MM_VMS.pm op.c pod/perlop.pod t/comp/require.t
-         !> t/io/utf8.t t/lib/b.t t/lib/digest.t t/lib/glob-basic.t
-         !> t/lib/io_multihomed.t t/lib/io_sock.t t/lib/md5-file.t
-____________________________________________________________________________
-[  9465] By: jhi                                   on 2001/03/30  03:53:37
-        Log: Add timeouts to the tests.  (In AIX 4.3.1.0 + vac 5.0.0.0
-             the tests sometimes hang, sometimes not.)
-     Branch: perl
-          ! t/lib/io_multihomed.t t/lib/io_sock.t
-____________________________________________________________________________
-[  9464] By: jhi                                   on 2001/03/30  02:56:04
-        Log: Subject: [PATCH @9452] Better peep()ing for foreach() loops
-             From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
-             Date: Thu, 29 Mar 2001 18:50:45 -0800 (PST)
-             Message-ID: <15043.62129.253487.470281@soda.csua.berkeley.edu>
-     Branch: perl
-          ! op.c
-____________________________________________________________________________
-[  9463] By: jhi                                   on 2001/03/30  02:34:48
-        Log: Test for #9462.
-     Branch: perl
-          ! t/lib/b.t
-____________________________________________________________________________
-[  9462] By: jhi                                   on 2001/03/30  02:29:37
-        Log: Subject: B::Deparse precedence bug. (Patch included.)
-             From: Jeremy Madea <jmadea@inktomi.com>
-             Date: Thu, 29 Mar 2001 12:05:02 -0800
-             Message-ID: <20010329120502.A24881@dr.inktomi.com>
-     Branch: perl
-          ! ext/B/B/Deparse.pm
-____________________________________________________________________________
-[  9461] By: jhi                                   on 2001/03/30  02:18:41
-        Log: Subject: [PATCH: 9452] more tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
-             From: Peter Prymmer <pvhp@forte.com>
-             Date: Thu, 29 Mar 2001 18:01:18 -0800 (PST)
-             Message-ID: <Pine.OSF.4.10.10103291731150.1326-100000@aspara.forte.com>
-     Branch: perl
-          ! t/comp/require.t t/io/utf8.t t/lib/digest.t t/lib/glob-basic.t
-          ! t/lib/md5-file.t
-____________________________________________________________________________
-[  9460] By: jhi                                   on 2001/03/30  02:17:07
-        Log: Subject: PATCH: B::Debug should show LOOP-specific fields
-             From: Robin Houston <robin@kitsite.com>
-             Date: Thu, 29 Mar 2001 20:47:56 +0100
-             Message-ID: <20010329204756.A32042@puffinry.freeserve.co.uk>
-     Branch: perl
-          ! ext/B/B/Debug.pm
-____________________________________________________________________________
-[  9459] By: jhi                                   on 2001/03/30  02:16:05
-        Log: Subject: [PATCH perl@9424] further MM_VMS.pm tweak
-             From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
-             Date: Wed, 28 Mar 2001 18:02:20 -0600
-             Message-Id: <5.0.2.1.0.20010328172535.017d5600@exchi01>
-     Branch: perl
-          ! lib/ExtUtils/MM_VMS.pm
-____________________________________________________________________________
-[  9458] By: jhi                                   on 2001/03/30  02:07:58
-        Log: Subject: [ID 20010328.013] Misspelling in perlop(1p) manual page
-             From: "Joshua E. Rodd" <jrodd@pbs.org>
-             Date: Wed, 28 Mar 2001 17:29:12 -0500
-             Message-Id: <E14iORE-0000ZV-00@shaggy.pbs.org>
-     Branch: perl
-          ! pod/perlop.pod
-____________________________________________________________________________
-[  9457] By: jhi                                   on 2001/03/30  02:04:33
-        Log: Subject: ext/re/aix.pl can go
-             From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
-             Date: Thu, 29 Mar 2001 12:03:28 +0200
-             Message-Id: <20010329120132.7C3B.H.M.BRAND@hccnet.nl>
-     Branch: perl
-          - ext/re/hints/aix.pl
-          ! MANIFEST
-____________________________________________________________________________
-[  9456] By: jhi                                   on 2001/03/30  02:03:32
-        Log: Integrate perlio:
-             
-             [  9455]
-             DLL name has changed so installperl needs to know
-             (Why isn't it working it out or passed it?)
-             
-             [  9454]
-             Change Encode's check arguments to 'bool' so SvTRUE gets used
-             and we don't get undef warnings.
-     Branch: perl
-         !> ext/Encode/Encode.xs installperl
-____________________________________________________________________________
-[  9455] By: nick                                  on 2001/03/29  21:11:46
-        Log: DLL name has changed so installperl needs to know
-             (Why isn't it working it out or passed it?)
-     Branch: perlio
-          ! installperl
-____________________________________________________________________________
-[  9454] By: nick                                  on 2001/03/29  20:56:12
-        Log: Change Encode's check arguments to 'bool' so SvTRUE gets used
-             and we don't get undef warnings.
-     Branch: perlio
-          ! ext/Encode/Encode.xs
-____________________________________________________________________________
-[  9453] By: nick                                  on 2001/03/29  17:58:48
-        Log: Integrate mainline
-     Branch: perlio
-         !> Changes patchlevel.h
-____________________________________________________________________________
-[  9452] By: jhi                                   on 2001/03/29  16:44:55
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[  9451] By: nick                                  on 2001/03/29  16:31:38
-        Log: Integrate mainline
-     Branch: perlio
-         !> Changes Makefile.SH dump.c ext/Data/Dumper/Dumper.xs
-         !> ext/Encode/Encode.xs ext/Storable/Storable.xs
-         !> lib/ExtUtils/typemap patchlevel.h pod/perlhack.pod
-         !> pod/perliol.pod t/lib/charnames.t t/lib/cwd.t t/op/bop.t
-         !> t/op/vec.t t/op/ver.t toke.c utils/h2xs.PL
-____________________________________________________________________________
-[  9450] By: jhi                                   on 2001/03/29  16:29:17
-        Log: Integrate perlio:
-             
-             [  9448]
-             Make sure buildext.pl finds Errno.pm
-     Branch: perl
-         !> win32/buildext.pl
-____________________________________________________________________________
-[  9449] By: jhi                                   on 2001/03/29  15:50:01
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[  9448] By: nick                                  on 2001/03/29  15:47:15
-        Log: Make sure buildext.pl finds Errno.pm
-     Branch: perlio
-          ! win32/buildext.pl
-____________________________________________________________________________
-[  9447] By: jhi                                   on 2001/03/29  15:39:34
-        Log: Integrate perlio:
-             
-             [  9445]
-             Fix breakage ... 
-     Branch: perl
-         !> win32/makefile.mk
-____________________________________________________________________________
-[  9446] By: nick                                  on 2001/03/29  15:30:03
-        Log: Integrate win32/makefile.mk with mainline.
-     Branch: perlio
-         !> win32/makefile.mk
-____________________________________________________________________________
-[  9445] By: nick                                  on 2001/03/29  15:27:32
-        Log: Fix breakage ... 
-     Branch: perlio
-          ! win32/makefile.mk
-____________________________________________________________________________
-[  9444] By: jhi                                   on 2001/03/29  15:03:08
-        Log: Subject: RE: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
-             From: "Konovalov, Vadim" <vkonovalov@lucent.com>
-             Date: Thu, 29 Mar 2001 10:32:59 +0400
-             Message-ID: <402099F49BEED211999700805FC7359FA8442D@ru0028exch01.spb.lucent.com>
-     Branch: perl
-          ! win32/makefile.mk
-____________________________________________________________________________
-[  9443] By: jhi                                   on 2001/03/29  15:02:12
-        Log: Integrate perlio:
-             
-             [  9442]
-             Work in progress - determine win32 extensions to build via script.
-             
-             [  9435]
-             Win32 has name conflict with ERROR
-             
-             [  9432]
-             Make as-shipped compiler default to MSVC6 
-             
-             [  9431]
-             Allow someone to write PerlIO::Array, PerlIO::Code, ...
-             akin to PerlIO::Scalar.
-             
-             [  9429]
-             Noticed that two tests were skipped as perlio:: package
-             isn't there any more. Changed the skip condition.
-             Avoid core-dump if sv_utf8_upgrade() called on something
-             that does not become SvPOK after SvPV() (e.g. a ref).
-     Branch: perl
-         +> win32/buildext.pl
-         !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c perlio.h sv.c
-         !> t/io/utf8.t t/lib/io_scalar.t win32/makefile.mk
-____________________________________________________________________________
-[  9442] By: nick                                  on 2001/03/29  14:59:11
-        Log: Work in progress - determine win32 extensions to build via script.
-     Branch: perlio
-          + win32/buildext.pl
-          ! MANIFEST win32/makefile.mk
-____________________________________________________________________________
-[  9441] By: jhi                                   on 2001/03/29  14:51:47
-        Log: Reintroduce the use of external pwd.
-     Branch: perl
-          ! t/lib/cwd.t
-____________________________________________________________________________
-[  9440] By: jhi                                   on 2001/03/29  14:42:58
-        Log: use warnings instead of -w.
-     Branch: perl
-          ! utils/h2xs.PL
-____________________________________________________________________________
-[  9439] By: jhi                                   on 2001/03/29  14:41:52
-        Log: Subject: [PATCH h2xs.PL perl@9423] h2xs -w nits
-             From: Jonathan Stowe <gellyfish@gellyfish.com>
-             Date: Thu, 29 Mar 2001 09:34:12 +0100 (BST)
-             Message-ID: <Pine.LNX.4.30.0103290929130.19409-100000@orpheus.gellyfish.com>
-     Branch: perl
-          ! utils/h2xs.PL
-____________________________________________________________________________
-[  9438] By: jhi                                   on 2001/03/29  14:39:38
-        Log: Subject: [PATCH perl@9424] minor pod nits
-             From: Robin Barker <rmb1@cise.npl.co.uk>
-             Date: Thu, 29 Mar 2001 14:43:05 +0100 (BST)
-             Message-Id: <200103291343.OAA10827@tempest.npl.co.uk>
-     Branch: perl
-          ! pod/perlhack.pod pod/perliol.pod
-____________________________________________________________________________
-[  9437] By: jhi                                   on 2001/03/29  14:29:16
-        Log: Subject: [PATCH perl@9424] typemap cast warning
-             From: Robin Barker <rmb1@cise.npl.co.uk>
-             Date: Thu, 29 Mar 2001 13:58:47 +0100 (BST)
-             Message-Id: <200103291258.NAA09360@tempest.npl.co.uk>
-     Branch: perl
-          ! lib/ExtUtils/typemap
-____________________________________________________________________________
-[  9436] By: jhi                                   on 2001/03/29  14:26:03
-        Log: Subject: [PATCH perl@9424] printf warning
-             From: Robin Barker <rmb1@cise.npl.co.uk>
-             Date: Thu, 29 Mar 2001 13:29:21 +0100 (BST)
-             Message-Id: <200103291229.NAA03968@tempest.npl.co.uk>
-     Branch: perl
-          ! dump.c ext/Data/Dumper/Dumper.xs ext/Encode/Encode.xs
-          ! ext/Storable/Storable.xs toke.c
-____________________________________________________________________________
-[  9435] By: nick                                  on 2001/03/29  14:23:31
-        Log: Win32 has name conflict with ERROR
-     Branch: perlio
-          ! ext/PerlIO/Via/Via.xs
-____________________________________________________________________________
-[  9434] By: jhi                                   on 2001/03/29  14:17:48
-        Log: Subject: [PATCH: 9424] some tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
-             From: Peter Prymmer <pvhp@forte.com>
-             Date: Wed, 28 Mar 2001 19:09:57 -0800 (PST)
-             Message-ID: <Pine.OSF.4.10.10103281858520.314137-100000@aspara.forte.com>
-     Branch: perl
-          ! t/lib/charnames.t t/op/bop.t t/op/vec.t t/op/ver.t
-____________________________________________________________________________
-[  9433] By: jhi                                   on 2001/03/29  13:52:44
-        Log: test-prep target was missing.
-     Branch: perl
-          ! Makefile.SH
-____________________________________________________________________________
-[  9432] By: nick                                  on 2001/03/29  12:40:03
-        Log: Make as-shipped compiler default to MSVC6 
-     Branch: perlio
-          ! win32/makefile.mk
-____________________________________________________________________________
-[  9431] By: nick                                  on 2001/03/29  12:12:16
-        Log: Allow someone to write PerlIO::Array, PerlIO::Code, ...
-             akin to PerlIO::Scalar.
-     Branch: perlio
-          ! perlio.c perlio.h
-____________________________________________________________________________
-[  9430] By: nick                                  on 2001/03/29  10:56:35
-        Log: Integrate mainline.
-     Branch: perlio
-         !> lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
-         !> lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
-         !> lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
-         !> win32/makefile.mk win32/win32sck.c
-____________________________________________________________________________
-[  9429] By: nick                                  on 2001/03/29  09:03:43
-        Log: Noticed that two tests were skipped as perlio:: package
-             isn't there any more. Changed the skip condition.
-             Avoid core-dump if sv_utf8_upgrade() called on something
-             that does not become SvPOK after SvPV() (e.g. a ref).
-     Branch: perlio
-          ! sv.c t/io/utf8.t t/lib/io_scalar.t
-____________________________________________________________________________
-[  9428] By: jhi                                   on 2001/03/29  01:31:47
-        Log: Subject: [PATCH] Enable warnings in File::* (was: B::Terse and warnings)
-             From: Benjamin Sugars <bsugars@canoe.ca> 
-             Date: Tue, 27 Mar 2001 16:27:38 -0500 (EST)
-             Message-ID: <Pine.LNX.4.21.0103271612250.2007-100000@marmot.rim.canoe.ca>
-     Branch: perl
-          ! lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
-          ! lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
-          ! lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
-____________________________________________________________________________
-[  9427] By: jhi                                   on 2001/03/29  00:49:30
-        Log: Subject: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
-             From: "Vadim Konovalov" <watman@inbox.ru>
-             Date: Thu, 29 Mar 2001 01:50:12 +0400
-             Message-ID: <001c01c0b7d1$463dd880$5742983e@vad>
-     Branch: perl
-          ! win32/makefile.mk win32/win32sck.c
-____________________________________________________________________________
-[  9426] By: gsar                                  on 2001/03/29  00:28:04
-        Log: dmake can only handle == and != in comparisons; support building
-             with Borland's VCL libraries (from Vadim Konovalov)
-     Branch: maint-5.6/perl
-          ! win32/makefile.mk
-____________________________________________________________________________
-[  9425] By: nick                                  on 2001/03/28  19:29:56
-        Log: Integrate (@snapshot)
-     Branch: perlio
-         !> Changes Makefile.SH patchlevel.h t/lib/cwd.t
-____________________________________________________________________________
-[  9424] By: jhi                                   on 2001/03/28  19:03:16
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[  9423] By: jhi                                   on 2001/03/28  18:52:09
-        Log: Rmdir lib/XS on cleanup.
-     Branch: perl
-          ! Makefile.SH
-____________________________________________________________________________
-[  9422] By: jhi                                   on 2001/03/28  18:49:34
-        Log: Integrate perlio:
-             
-             [  9421]
-             Loose duplicate chunk.
-     Branch: perl
-         !> t/op/utf8decode.t
-____________________________________________________________________________
-[  9421] By: nick                                  on 2001/03/28  18:46:44
-        Log: Loose duplicate chunk.
-     Branch: perlio
-          ! t/op/utf8decode.t
-____________________________________________________________________________
-[  9420] By: nick                                  on 2001/03/28  18:44:11
-        Log: Integrate mainline.
-     Branch: perlio
-         !> ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm makedef.pl vms/vms.c
-         !> vms/vmsish.h
-____________________________________________________________________________
-[  9419] By: jhi                                   on 2001/03/28  18:42:05
-        Log: Can't trust external pwds
-             (either shell builtins or external programs)
-     Branch: perl
-          ! t/lib/cwd.t
-____________________________________________________________________________
-[  9418] By: jhi                                   on 2001/03/28  18:34:05
-        Log: Integrate perlio:
-             
-             [  9417]
-             PerlIO.pm / perlio.pm conflict.
-             Update some pods.
-             Make t/op/utf8decode.t a text file.
-     Branch: perl
-          - lib/perlio.pm
-         !> MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
-         !> t/op/utf8decode.t
-____________________________________________________________________________
-[  9417] By: nick                                  on 2001/03/28  18:24:02
-        Log: PerlIO.pm / perlio.pm conflict.
-             Update some pods.
-             Make t/op/utf8decode.t a text file.
-     Branch: perlio
-          - lib/perlio.pm
-          ! MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
-          ! t/op/utf8decode.t
-____________________________________________________________________________
-[  9416] By: jhi                                   on 2001/03/28  18:06:07
-        Log: Integrate change #9409 from mainline to maintperl.
-             
-             Yet another tweak on AIX dynaloading.
-     Branch: maint-5.6/perl
-         !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
-____________________________________________________________________________
-[  9415] By: gsar                                  on 2001/03/28  17:13:01
-        Log: integrate changes#9377,9385,9401 from mainline
-             
-             Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
-             
-             If directory entries compare equal case-insensitively,
-             retry case-sensitively.
-             
-             Subject: [PATCH] B::Terse and warnings
-     Branch: maint-5.6/perl
-         !> ext/B/B.pm ext/B/B/Terse.pm ext/File/Glob/bsd_glob.c gv.c
-         !> t/pragma/warn/perl
-____________________________________________________________________________
-[  9414] By: jhi                                   on 2001/03/28  17:11:12
-        Log: Subject: [PATCH perl@9359] VMS fix-ups and status
-             From: "Craig A. Berry" <craigberry@mac.com>
-             Date: Wed, 28 Mar 2001 10:55:20 -0600
-             Message-Id: <5.0.2.1.0.20010327164600.031563e8@exchi01>
-     Branch: perl
-          ! ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm vms/vms.c vms/vmsish.h
-____________________________________________________________________________
-[  9413] By: jhi                                   on 2001/03/28  17:03:12
-        Log: Dup hunk.
-     Branch: perl
-          ! t/op/utf8decode.t
-____________________________________________________________________________
-[  9412] By: jhi                                   on 2001/03/28  17:02:36
-        Log: Forced integrate from perlio.
-     Branch: perl
-         !> t/op/utf8decode.t
-____________________________________________________________________________
-[  9411] By: nick                                  on 2001/03/28  16:50:03
-        Log: Integrate mainline.
-     Branch: perlio
-         +> t/lib/cwd.t
-         !> MANIFEST ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
-         !> ext/IO/lib/IO/Socket.pm ext/XS/Typemap/Typemap.pm
-         !> ext/XS/Typemap/Typemap.xs ext/XS/Typemap/typemap gv.c
-         !> makedef.pl pp.c t/lib/xs-typemap.t t/op/utf8decode.t
-         !> t/pragma/warn/perl
-____________________________________________________________________________
-[  9410] By: jhi                                   on 2001/03/28  16:44:23
-        Log: Subject: Re: [PATCH] 9403 cannot be tested
-             From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
-             Date: Wed, 28 Mar 2001 18:33:56 +0200
-             Message-Id: <20010328182418.7C17.H.M.BRAND@hccnet.nl>
-     Branch: perl
-          ! makedef.pl
-____________________________________________________________________________
-[  9409] By: jhi                                   on 2001/03/28  16:12:45
-        Log: Yet another tweak on AIX dynaloading.
-     Branch: perl
-          ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
-____________________________________________________________________________
-[  9408] By: jhi                                   on 2001/03/28  15:52:55
-        Log: Subject: [PATCH] 9403 cannot be tested
-             From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
-             Date: Wed, 28 Mar 2001 17:23:00 +0200
-             Message-Id: <20010328171835.7C14.H.M.BRAND@hccnet.nl>
-             
-             A missing symbol.
-     Branch: perl
-          ! makedef.pl
-____________________________________________________________________________
-[  9407] By: jhi                                   on 2001/03/28  15:47:43
-        Log: Integrate perlio:
-             
-             [  9400]
-             More EBCDIC tweaks:
-             - one more swash issue &~(0xA0-1) did not do the right thing,
-             for UTF-EBCDIC where &~(0x80-1) does for UTF-8.
-             - add "use re 'asciirange'" to make [!-~] etc. work
-             use it in MIME::QuotedPrint and t/op/regexp.t and t/op/pat.t
-             - Choose a key for t/op/each.t test which gets encoded.
-             - Skip utf8decode if this is UTF-EBCDIC.
-     Branch: perl
-          ! t/op/utf8decode.t
-         !> ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
-         !> t/op/each.t t/op/pat.t t/op/regexp.t utf8.c
-____________________________________________________________________________
-[  9406] By: jhi                                   on 2001/03/28  15:37:08
-        Log: Subject: [PATCH] cwd.t (was: Cwd has no tests?)
-             From: Benjamin Sugars <bsugars@canoe.ca> 
-             Date: Tue, 27 Mar 2001 17:37:05 -0500 (EST)
-             Message-ID: <Pine.LNX.4.21.0103271719540.2007-100000@marmot.rim.canoe.ca>
-     Branch: perl
-          + t/lib/cwd.t
-          ! MANIFEST
-____________________________________________________________________________
-[  9405] By: jhi                                   on 2001/03/28  15:13:18
-        Log: pp_ne() needs a CORRECT boolean.
-     Branch: perl
-          ! pp.c
-____________________________________________________________________________
-[  9404] By: jhi                                   on 2001/03/28  15:09:23
-        Log: pp_ne() needs a boolean, not an integer.
-     Branch: perl
-          ! pp.c
-____________________________________________________________________________
-[  9403] By: jhi                                   on 2001/03/28  14:47:43
-        Log: (Retracted by #9404.)
-     Branch: perl
-          ! pp.c
-____________________________________________________________________________
-[  9402] By: jhi                                   on 2001/03/28  14:43:59
-        Log: Subject: Re: [PATCH] Typemap testing
-             From: Tim Jenness <t.jenness@jach.hawaii.edu> 
-             Date: Tue, 27 Mar 2001 16:34:03 -1000 (HST)
-             Message-ID: <Pine.LNX.4.30.0103271633030.21198-100000@lapaki.jach.hawaii.edu>
-     Branch: perl
-          ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
-          ! ext/XS/Typemap/typemap t/lib/xs-typemap.t
-____________________________________________________________________________
-[  9401] By: jhi                                   on 2001/03/28  14:42:14
-        Log: Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
-             From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
-             Date: Sun, 25 Mar 2001 21:59:15 +0100
-             Message-ID: <000701c0b56e$73944220$07bdfea9@bfs.phone.com>
-             
-             A variable will be checked for the "use once" warnings if:
-             
-             1. It is in the scope of a use warnings 'once'
-             2. It isn't in the scope of the warnings pragma at all AND $^W is set.
-             
-             Otherwise it won't be checked at all.
-             
-             Part 1 is what is in perl >= 5.6.0, Part 2 is what I'm fixing.
-             
-             The enclosed patch partially fixes this issue. What I didn't
-             get to work was the case where the "used once" warning is enabled
-             in any file other than the main file.
-     Branch: perl
-          ! gv.c t/pragma/warn/perl
-____________________________________________________________________________
-[  9400] By: nick                                  on 2001/03/28  14:38:24
-        Log: More EBCDIC tweaks:
-             - one more swash issue &~(0xA0-1) did not do the right thing,
-             for UTF-EBCDIC where &~(0x80-1) does for UTF-8.
-             - add "use re 'asciirange'" to make [!-~] etc. work
-             use it in MIME::QuotedPrint and t/op/regexp.t and t/op/pat.t
-             - Choose a key for t/op/each.t test which gets encoded.
-             - Skip utf8decode if this is UTF-EBCDIC.
-     Branch: perlio
-          ! ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
-          ! t/op/each.t t/op/pat.t t/op/regexp.t t/op/utf8decode.t utf8.c
-____________________________________________________________________________
-[  9399] By: jhi                                   on 2001/03/28  14:21:00
-        Log: Extend the SvROK() testing also to pp_ne(), pointed out by
-             Andreas Schwab.
-     Branch: perl
-          ! pp.c
-____________________________________________________________________________
-[  9398] By: jhi                                   on 2001/03/28  00:55:56
-        Log: Subject: [ID 20010327.007] New warning from IO::Socket for sockatmark
-             From: David Dyck <dcd@tc.fluke.com>
-             Date: Tue, 27 Mar 2001 15:16:24 -0800
-             Message-Id: <200103272316.PAA21921@dd.tc.fluke.com>
-     Branch: perl
-          ! ext/IO/lib/IO/Socket.pm
-____________________________________________________________________________
-[  9397] By: jhi                                   on 2001/03/27  21:52:49
-        Log: Integrate perlio:
-             
-             [  9395]
-             Outline docs for PerlIO and PerlIO::Scalar
-             
-             [  9394]
-             PerlIO::Via layer (alpha-ish).
-     Branch: perl
-         +> ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
-         +> ext/PerlIO/Via/Via.xs
-         !> MANIFEST ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
-____________________________________________________________________________
-[  9396] By: nick                                  on 2001/03/27  21:45:13
-        Log: Integrate mainline.
-     Branch: perlio
-         !> embed.h embed.pl ext/XS/Typemap/Typemap.xs gv.c
-         !> pod/perlapi.pod proto.h sv.c sv.h t/op/magic.t utils/h2xs.PL
-____________________________________________________________________________
-[  9395] By: nick                                  on 2001/03/27  21:18:58
-        Log: Outline docs for PerlIO and PerlIO::Scalar
-     Branch: perlio
-          ! ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
-____________________________________________________________________________
-[  9394] By: nick                                  on 2001/03/27  20:50:13
-        Log: PerlIO::Via layer (alpha-ish).
-     Branch: perlio
-          + ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
-          + ext/PerlIO/Via/Via.xs
-          ! MANIFEST
-____________________________________________________________________________
-[  9393] By: jhi                                   on 2001/03/27  20:49:55
-        Log: Retract #9329 now that 9390 should take care of the matter.
-     Branch: perl
-          ! utils/h2xs.PL
-____________________________________________________________________________
-[  9390] By: jhi                                   on 2001/03/27  20:47:50
-        Log: Subject: Autoloading Errno.pm when %! is encountered
-             From: Robin Houston <robin@kitsite.com>
-             Date: Tue, 27 Mar 2001 20:57:11 +0100
-             Message-ID: <20010327205710.A24053@puffinry.freeserve.co.uk>
-     Branch: perl
-          ! embed.h embed.pl gv.c proto.h t/op/magic.t
-____________________________________________________________________________
-[  9389] By: jhi                                   on 2001/03/27  20:24:31
-        Log: Integrate perlio:
-             
-             [  9384]
-             Various EBCDIC fixes:
-             - major revelation that swash code is encoding aware,
-             (or thought it was) - now it is ;-)
-             - With that out of the way fix a slab of tr/// cases.
-             - Fix Encode 'Unicode' to be true Unicode so tests pass.
-             - As anticipated Base64.xs needed tweaks.
-             - Until tr/// works right avoid old_encode64 in MIME tests.
-     Branch: perl
-         !> doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
-         !> ext/MIME/Base64/QuotedPrint.pm t/lib/encode.t t/lib/mimeb64.t
-         !> utf8.c
-____________________________________________________________________________
-[  9388] By: jhi                                   on 2001/03/27  20:21:38
-        Log: Better have a three-element array if one is going to assign
-             to the third element of that array. (from Tim Jenness)
-     Branch: perl
-          ! ext/XS/Typemap/Typemap.xs
-____________________________________________________________________________
-[  9387] By: nick                                  on 2001/03/27  20:15:43
-        Log: Integrate mainline.
-     Branch: perlio
-         +> ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
-         +> ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
-         +> ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
-         +> t/lib/xs-typemap.t
-         !> (integrate 34 files)
-____________________________________________________________________________
-[  9386] By: jhi                                   on 2001/03/27  20:04:18
-        Log: Subject: Re: perl@9359 breaks HTML::Parser
-             From: Gisle Aas <gisle@ActiveState.com>
-             Date: 27 Mar 2001 11:30:24 -0800
-             Message-ID: <lrr8zjxb5b.fsf@caliper.ActiveState.com>
-             
-             Clarify the UTF-8 issues of the API docs.
-             (Slightly reworded and expanded.)
-     Branch: perl
-          ! pod/perlapi.pod sv.c sv.h
-____________________________________________________________________________
-[  9385] By: jhi                                   on 2001/03/27  19:44:25
-        Log: If directory entries compare equal case-insensitively,
-             retry case-sensitively.
-     Branch: perl
-          ! ext/File/Glob/bsd_glob.c
-____________________________________________________________________________
-[  9384] By: nick                                  on 2001/03/27  19:38:50
-        Log: Various EBCDIC fixes:
-             - major revelation that swash code is encoding aware,
-             (or thought it was) - now it is ;-)
-             - With that out of the way fix a slab of tr/// cases.
-             - Fix Encode 'Unicode' to be true Unicode so tests pass.
-             - As anticipated Base64.xs needed tweaks.
-             - Until tr/// works right avoid old_encode64 in MIME tests.
-     Branch: perlio
-          ! doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
-          ! t/lib/encode.t t/lib/mimeb64.t utf8.c
-____________________________________________________________________________
-[  9383] By: jhi                                   on 2001/03/27  18:34:41
-        Log: Add the std test suite BEGIN block.
-     Branch: perl
-          ! t/lib/xs-typemap.t
-____________________________________________________________________________
-[  9382] By: jhi                                   on 2001/03/27  15:16:07
-        Log: Add debugging output to the test.
-     Branch: perl
-          ! t/lib/glob-basic.t
-____________________________________________________________________________
-[  9381] By: jhi                                   on 2001/03/27  15:08:10
-        Log: Add Tim Jenness' XS::Typemap for exercizing the standard typemap.
-     Branch: perl
-          + ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
-          + ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
-          + ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
-          + t/lib/xs-typemap.t
-          ! MANIFEST
-____________________________________________________________________________
-[  9380] By: jhi                                   on 2001/03/27  14:48:34
-        Log: Subject: [PATCH] Typemap testing
-             From: Tim Jenness <t.jenness@jach.hawaii.edu> 
-             Date: Sun, 25 Mar 2001 16:46:12 -1000 (HST)
-             Message-ID: <Pine.LNX.4.30.0103251629350.16988-101000@lapaki.jach.hawaii.edu>
-             
-             (The first part of the patch.)
-     Branch: perl
-          ! lib/ExtUtils/typemap lib/ExtUtils/xsubpp
-____________________________________________________________________________
-[  9379] By: jhi                                   on 2001/03/27  14:44:56
-        Log: Subject: Re: [PATCH] t/lib/glob-basic.t  
-             From: Benjamin Sugars <bsugars@canoe.ca> 
-             Date: Mon, 26 Mar 2001 14:11:47 -0500 (EST)
-             Message-ID: <Pine.LNX.4.21.0103261406170.2729-100000@marmot.rim.canoe.ca>
-     Branch: perl
-          ! t/lib/glob-basic.t
-____________________________________________________________________________
-[  9378] By: jhi                                   on 2001/03/27  14:42:30
-        Log: Subject: [PATCH] perlvar nit
-             From: Simon Cozens <simon@netthink.co.uk>
-             Date: Tue, 27 Mar 2001 01:12:01 +0100
-             Message-ID: <20010327011201.A19179@netthink.co.uk>
-     Branch: perl
-          ! pod/perlvar.pod
-____________________________________________________________________________
-[  9377] By: jhi                                   on 2001/03/27  14:36:26
-        Log: Subject: [PATCH] B::Terse and warnings
-             From: Benjamin Sugars <ben.sugars@home.com>
-             Date: Mon, 26 Mar 2001 23:40:33 -0500 (EST)
-             Message-ID: <Pine.LNX.4.21.0103262320170.20040-100000@localhost.localdomain>
-     Branch: perl
-          ! ext/B/B.pm ext/B/B/Terse.pm
-____________________________________________________________________________
-[  9376] By: jhi                                   on 2001/03/27  14:31:31
-        Log: Document sockatmark() some.
-     Branch: perl
-          ! pod/perldiag.pod pod/perlfunc.pod pod/perlport.pod
-          ! pod/perltoc.pod
-____________________________________________________________________________
-[  9375] By: jhi                                   on 2001/03/27  14:00:24
-        Log: sv_catpvf(sv, "%c", 128) should not UTF-8-ify the sv,
-             noted by Gisle and fixed by NI-S.
-     Branch: perl
-          ! sv.c
-____________________________________________________________________________
-[  9374] By: jhi                                   on 2001/03/27  05:50:01
-        Log: Regen toc.
-     Branch: perl
-          ! pod/perltoc.pod
-____________________________________________________________________________
-[  9373] By: jhi                                   on 2001/03/27  05:43:51
-        Log: Pixie documenting.
-     Branch: perl
-          ! Makefile.SH pod/perlhack.pod
-____________________________________________________________________________
-[  9372] By: jhi                                   on 2001/03/27  05:29:34
-        Log: Metaconfig unit changes for #9371.
-     Branch: metaconfig
-          ! U/modified/myhostname.U
-     Branch: metaconfig/U/perl
-          + d_sockatmark.U
-          ! gccvers.U
-____________________________________________________________________________
-[  9371] By: jhi                                   on 2001/03/27  05:29:07
-        Log: Add sockatmark() probing.
-     Branch: perl
-          ! Configure Porting/Glossary Porting/config.sh Porting/config_H
-          ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
-          ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
-          ! vos/config.ga.h win32/config.bc win32/config.gc
-          ! win32/config.vc
-____________________________________________________________________________
-[  9370] By: jhi                                   on 2001/03/26  22:01:18
-        Log: pp_ncmp() and pp_scmp() should return numeric values, not booleans.
-             Really need to benchmark this.
-     Branch: perl
-          ! pp.c
-____________________________________________________________________________
-[  9369] By: nick                                  on 2001/03/26  21:59:30
-        Log: Integrate mainline.
-     Branch: perlio
-          ! ext/MIME/Base64/QuotedPrint.pm
-         !> Changes Makefile.SH ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
-         !> patchlevel.h pod/perlhack.pod pp_sys.c
-____________________________________________________________________________
-[  9368] By: jhi                                   on 2001/03/26  21:47:03
-        Log: Treat pp_ncmp() and pp_scmp() as in #9366 (ROK).
-             
-             TODO1: perlbench.
-             TODO2: le, lt, ge, gt?  Yech.
-     Branch: perl
-          ! pp.c
-____________________________________________________________________________
-[  9367] By: jhi                                   on 2001/03/26  21:34:57
-        Log: Too much cut-and-paste in #9363.
-     Branch: perl
-          ! pp_sys.c
-____________________________________________________________________________
-[  9366] By: jhi                                   on 2001/03/26  21:20:53
-        Log: Subject: $ref1 == $ref2 without NV_PRESERVES_UV
-             From: Andreas Schwab <schwab@suse.de>
-             Date: 26 Mar 2001 17:29:04 +0200
-             Message-ID: <jeitkw5z27.fsf@hawking.suse.de>
-             
-             (The patch for 5.6.0 or so, this is a guess for bleadperl)
-     Branch: perl
-          ! pp_hot.c
-____________________________________________________________________________
-[  9365] By: jhi                                   on 2001/03/26  21:07:54
-        Log: Integrate perlio:
-             
-             [  9364]
-             REFCNT botch in layer name cache hash.
-     Branch: perl
-         !> perlio.c
-____________________________________________________________________________
-[  9364] By: nick                                  on 2001/03/26  20:30:48
-        Log: REFCNT botch in layer name cache hash.
-     Branch: perlio
-          ! perlio.c
-____________________________________________________________________________
-[  9363] By: jhi                                   on 2001/03/26  18:44:32
-        Log: Subject: [PATCH] socket() leaks file descriptors
-             From: Benjamin Sugars <bsugars@canoe.ca>
-             Date: Mon, 26 Mar 2001 13:29:54 -0500 (EST)
-             Message-ID: <Pine.LNX.4.21.0103261315510.2729-100000@marmot.rim.canoe.ca>
-             
-             Also sockpair() fixed similarly.
-     Branch: perl
-          ! pp_sys.c
-____________________________________________________________________________
-[  9362] By: jhi                                   on 2001/03/26  18:37:52
-        Log: Integrate perlio:
-             
-             [  9361]
-             Implement flush of linebuffered streams on read of a tty.
-             
-             [  9360]
-             Memory tweaks and notes for OEMVS.
-     Branch: perl
-         !> README.os390 miniperlmain.c perlio.c perliol.h t/op/pat.t
-____________________________________________________________________________
-[  9361] By: nick                                  on 2001/03/26  17:32:06
-        Log: Implement flush of linebuffered streams on read of a tty.
-     Branch: perlio
-          ! perlio.c perliol.h
-____________________________________________________________________________
-[  9360] By: nick                                  on 2001/03/26  17:12:32
-        Log: Memory tweaks and notes for OEMVS.
-     Branch: perlio
-          ! README.os390 miniperlmain.c t/op/pat.t
-____________________________________________________________________________
-[  9359] By: jhi                                   on 2001/03/26  02:12:54
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[  9358] By: jhi                                   on 2001/03/26  02:05:32
-        Log: Document the most common pixie options.
-     Branch: perl
-          ! pod/perlhack.pod
-____________________________________________________________________________
-[  9357] By: jhi                                   on 2001/03/26  01:25:28
-        Log: For perl.pixie check *before* compiling that optimize is -g,
-             as for perl.third.
-     Branch: perl
-          ! Makefile.SH
-____________________________________________________________________________
-[  9356] By: jhi                                   on 2001/03/26  01:13:41
-        Log: rmdir lib/Digest, lib/MIME, and lib/PerlIO.
-     Branch: perl
-          ! Makefile.SH
-____________________________________________________________________________
-[  9355] By: jhi                                   on 2001/03/26  01:11:19
-        Log: Remove t/perl.third.
-     Branch: perl
-          ! Makefile.SH
-____________________________________________________________________________
-[  9354] By: jhi                                   on 2001/03/26  00:23:38
-        Log: Implement IO::Socket::atmark(), inspired by Lincoln Stein's
-             IO::Sockatmark().
-     Branch: perl
-          ! ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
-____________________________________________________________________________
-[  9353] By: jhi                                   on 2001/03/25  22:25:04
-        Log: Integrate perlio:
-             
-             [  9351]
-             Fix readline in list mode to tell rest of world that it has
-             things on the stack. Otherwise if perl code gets invoked
-             underneath it it scribbles over results-so-far.
-             (Why TIEHANDLE has not tripped on this is a mystery.)
-             
-             [  9350]
-             win32/makefile.mk typos
-             
-             [  9348]
-             Make it text
-             
-             [  9346]
-             Add destruct time hook to PerlIO (for work-in-process implementing
-             layers in perl code. In such cases layers need to be popped before
-             we loose the ability to run perl code.)
-             Also back-out "PerlIO::object" hook - it isn't going to work like that...
-             
-             [  9345]
-             Avoid at leasy one of undefined warnings in Encode.
-             
-             [  9343]
-             Missing return value.
-     Branch: perl
-         !> ext/Encode/Encode.pm ext/Encode/Encode.xs
-         !> ext/PerlIO/Scalar/Scalar.xs perl.c perlio.c perlio.h perliol.h
-         !> pp_hot.c win32/makefile.mk
-____________________________________________________________________________
-[  9352] By: jhi                                   on 2001/03/25  22:21:41
-        Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ...
-             From: Radu Greab <radu@netsoft.ro>
-             Date: Fri, 23 Mar 2001 21:14:59 +0200 (EET)
-             Message-ID: <15035.41139.646781.478457@ix.netsoft.ro>
-     Branch: perl
-          ! pp_sys.c
-____________________________________________________________________________
-[  9351] By: nick                                  on 2001/03/25  22:15:02
-        Log: Fix readline in list mode to tell rest of world that it has
-             things on the stack. Otherwise if perl code gets invoked
-             underneath it it scribbles over results-so-far.
-             (Why TIEHANDLE has not tripped on this is a mystery.)
-     Branch: perlio
-          ! pp_hot.c
-____________________________________________________________________________
-[  9350] By: nick                                  on 2001/03/25  22:10:13
-        Log: win32/makefile.mk typos
-     Branch: perlio
-          ! win32/makefile.mk
-____________________________________________________________________________
-[  9349] By: nick                                  on 2001/03/25  21:31:14
-        Log: Integrate now-non-binary file.
-     Branch: perlio
-         !> t/lib/mimeqp.t
-____________________________________________________________________________
-[  9348] By: nick                                  on 2001/03/25  21:27:24
-        Log: Make it text
-     Branch: perlio
-          ! t/lib/mimeqp.t
-____________________________________________________________________________
-[  9347] By: nick                                  on 2001/03/25  21:25:37
-        Log: Integrate mainline.
-     Branch: perlio
-         !> ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
-         !> lib/Term/ReadLine.pm t/lib/md5-file.t
-____________________________________________________________________________
-[  9346] By: nick                                  on 2001/03/25  20:58:15
-        Log: Add destruct time hook to PerlIO (for work-in-process implementing
-             layers in perl code. In such cases layers need to be popped before
-             we loose the ability to run perl code.)
-             Also back-out "PerlIO::object" hook - it isn't going to work like that...
-     Branch: perlio
-          ! perl.c perlio.c perlio.h perliol.h
-____________________________________________________________________________
-[  9345] By: nick                                  on 2001/03/25  20:49:11
-        Log: Avoid at leasy one of undefined warnings in Encode.
-     Branch: perlio
-          ! ext/Encode/Encode.pm ext/Encode/Encode.xs
-____________________________________________________________________________
-[  9344] By: jhi                                   on 2001/03/25  20:37:43
-        Log: A workaround for using Term::ReadLine in emacs minibuffer
-             from Wybo Dekker <wybo@servalys.nl> and Johan Vromans;
-             additional tweaks from Ilya Zakharevich.
-     Branch: perl
-          ! lib/Term/ReadLine.pm
-____________________________________________________________________________
-[  9343] By: nick                                  on 2001/03/25  20:21:14
-        Log: Missing return value.
-     Branch: perlio
-          ! ext/PerlIO/Scalar/Scalar.xs
-____________________________________________________________________________
-[  9342] By: jhi                                   on 2001/03/25  16:21:00
-        Log: Roll back the version numbers of Digest::MD5 and MIME::Base64
-             to equal the CPAN versions since no code changes have been made.
-     Branch: perl
-          ! ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
-          ! t/lib/md5-file.t
-____________________________________________________________________________
-[  9341] By: jhi                                   on 2001/03/25  16:01:48
-        Log: Escape 8-bit characters.
-     Branch: perl
-          ! t/lib/mimeqp.t
-____________________________________________________________________________
-[  9340] By: gsar                                  on 2001/03/25  15:50:53
-        Log: readd mimeqp.t as xtext (used to be binary because of the literal 8-bit
-             chars)
-     Branch: perl
-          + t/lib/mimeqp.t
-____________________________________________________________________________
-[  9339] By: gsar                                  on 2001/03/25  15:48:50
-        Log: delete mimeqp.t for later add with text mode set
-     Branch: perl
-          - t/lib/mimeqp.t
-____________________________________________________________________________
-[  9338] By: nick                                  on 2001/03/25  09:01:57
-        Log: Integrate mainline.
-     Branch: perlio
-         +> ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
-         +> ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
-         +> ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
-         +> t/lib/mimeb64u.t t/lib/mimeqp.t
-         !> MANIFEST configure.com djgpp/config.over epoc/config.sh
-         !> hints/uts.sh hints/uwin.sh hints/vmesa.sh t/lib/md5-file.t
-         !> utils/h2xs.PL win32/Makefile win32/makefile.mk
-____________________________________________________________________________
-[  9337] By: jhi                                   on 2001/03/25  04:23:24
-        Log: Add MIME::Base64 here and there.  Again, a lot of
-             optimism is in the air.
-     Branch: perl
-          ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
-          ! hints/uwin.sh hints/vmesa.sh win32/Makefile win32/makefile.mk
-____________________________________________________________________________
-[  9336] By: jhi                                   on 2001/03/25  04:12:43
-        Log: Add PerlIO::Scalar to win32/Makefile. (I'm doing
-             this by ear as I do not do Win32 programming.)
-     Branch: perl
-          ! win32/Makefile win32/makefile.mk
-____________________________________________________________________________
-[  9335] By: jhi                                   on 2001/03/25  04:03:50
-        Log: Put back the MD5-Base64 tests now that we have MIME::Base64.
-     Branch: perl
-          ! t/lib/md5-file.t
-____________________________________________________________________________
-[  9334] By: jhi                                   on 2001/03/25  03:58:53
-        Log: Add MIME::Base 2.12 from Gisle Aas, version number bumped to 2.13.
-     Branch: perl
-          + ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
-          + ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
-          + ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
-          + t/lib/mimeb64u.t t/lib/mimeqp.t
-          ! MANIFEST
-____________________________________________________________________________
-[  9333] By: jhi                                   on 2001/03/24  20:14:37
-        Log: Integrate perlio:
-             
-             [  9332]
-             Fix un-init variable leading to spurious "Out of Memory!"
-             
-             [  9331]
-             Tweak docs for C<open> (boy does that need wholesale revision...)
-             and update layers internals doc.
-     Branch: perl
-         !> doio.c pod/perlfunc.pod pod/perliol.pod win32/makefile.mk
-____________________________________________________________________________
-[  9332] By: nick                                  on 2001/03/24  19:40:34
-        Log: Fix un-init variable leading to spurious "Out of Memory!"
-     Branch: perlio
-          ! doio.c
-____________________________________________________________________________
-[  9331] By: nick                                  on 2001/03/24  19:09:59
-        Log: Tweak docs for C<open> (boy does that need wholesale revision...)
-             and update layers internals doc.
-     Branch: perlio
-          ! pod/perlfunc.pod pod/perliol.pod
-____________________________________________________________________________
-[  9330] By: jhi                                   on 2001/03/24  18:42:11
-        Log: The length might be uninitialized garbage if the *svp is the undef.
-     Branch: perl
-          ! doio.c
-____________________________________________________________________________
-[  9329] By: jhi                                   on 2001/03/24  18:26:57
-        Log: (Retracted by #9393)
-             
-             Subject: [PATCH h2xs] $!{EINVAL} requires "use Errno"
-             From: Simon Cozens <simon@netthink.co.uk>
-             Date: Sat, 24 Mar 2001 17:13:17 +0000
-             Message-ID: <20010324171317.A13406@netthink.co.uk>
-     Branch: perl
-          ! utils/h2xs.PL
-____________________________________________________________________________
-[  9328] By: nick                                  on 2001/03/24  17:22:02
-        Log: Integrate mainline.
-     Branch: perlio
-         !> lib/unicode/Names.txt lib/unicode/ReadMe.txt
-         !> lib/unicode/version
-____________________________________________________________________________
-[  9327] By: nick                                  on 2001/03/24  17:16:02
-        Log: Integrate mainline.
-     Branch: perlio
-         +> ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
-         +> ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
-         +> ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
-         +> lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
-         +> t/lib/md5-file.t
-         !> MANIFEST Makefile.SH configure.com djgpp/config.over
-         !> epoc/config.sh ext/DynaLoader/hints/aix.pl hints/aix.sh
-         !> hints/uts.sh hints/uwin.sh hints/vmesa.sh lib/Net/Ping.pm op.c
-         !> pp.c t/lib/b.t t/op/re_tests t/op/repeat.t win32/Makefile
-         !> win32/makefile.mk
-____________________________________________________________________________
-[  9326] By: jhi                                   on 2001/03/24  17:00:42
-        Log: Upgrade to Unicode 3.1 beta 2001-03-23.
-     Branch: perl
-          ! lib/unicode/Names.txt lib/unicode/ReadMe.txt
-          ! lib/unicode/version
-____________________________________________________________________________
-[  9325] By: jhi                                   on 2001/03/24  16:22:33
-        Log: Subject: Re: B::Deparse bug (5.6.0)
-             From: Robin Houston <robin@kitsite.com>
-             Date: Sat, 24 Mar 2001 14:33:09 +0000
-             Message-ID: <20010324143309.B17734@puffinry.freeserve.co.uk>
-     Branch: perl
-          ! op.c pp.c t/lib/b.t t/op/repeat.t
-____________________________________________________________________________
-[  9324] By: jhi                                   on 2001/03/24  16:21:56
-        Log: Boldly add extensions to be built to VMS, EPOC, UTS,
-             U/WIN, and VM/ESA (and fixups for DJGPP).  Some of
-             these additions may be too optimistic.
-     Branch: perl
-          ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
-          ! hints/uwin.sh hints/vmesa.sh
-____________________________________________________________________________
-[  9323] By: jhi                                   on 2001/03/24  16:06:01
-        Log: Integrate perlio:
-             
-             [  9322]
-             Routine Win32 regen_config_h - no real changes.
-             
-             [  9321]
-             PerlIO fixups for Win32:
-             - provide win33_popenlist() - non-functional as yet.
-             - avoid need for aTHX in PerlIO_debug calls - even if not 
-             enabled args are still evaluated so Win32 has trouble during fork().
-             - Add PerlIO/Scalar to list of extensions in win32/makefile.mk
-             - Fixup makedef.pl for latest set of symbols.
-             
-             [  9320]
-             POSIX::getcwd XS code to call Cwd::cwd when HAS_GETCWD not defined
-             was gibberish - broke it on WIn32 at least.
-             
-             [  9319]
-             Generated files.
-             
-             [  9318]
-             Implement:
-             1.  open($fh,"+<",undef);  # add test to t/io/open.t
-             2.  open($fh,"+<",\$var);  # New test t/lib/io_scalar.t
-     Branch: perl
-         +> ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
-         +> ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
-          ! Makefile.SH
-         !> MANIFEST doio.c embed.h ext/Encode/Encode.xs
-         !> ext/POSIX/POSIX.xs global.sym iperlsys.h makedef.pl objXSUB.h
-         !> perlapi.c perlio.c perliol.h proto.h t/io/open.t t/io/utf8.t
-         !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
-         !> win32/makefile.mk win32/perlhost.h win32/win32.c
-         !> win32/win32iop.h
-____________________________________________________________________________
-[  9322] By: nick                                  on 2001/03/24  14:39:12
-        Log: Routine Win32 regen_config_h - no real changes.
-     Branch: perlio
-          ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
-____________________________________________________________________________
-[  9321] By: nick                                  on 2001/03/24  14:31:49
-        Log: PerlIO fixups for Win32:
-             - provide win33_popenlist() - non-functional as yet.
-             - avoid need for aTHX in PerlIO_debug calls - even if not 
-             enabled args are still evaluated so Win32 has trouble during fork().
-             - Add PerlIO/Scalar to list of extensions in win32/makefile.mk
-             - Fixup makedef.pl for latest set of symbols.
-     Branch: perlio
-          ! iperlsys.h makedef.pl perlio.c win32/makefile.mk
-          ! win32/perlhost.h win32/win32.c win32/win32iop.h
-____________________________________________________________________________
-[  9320] By: nick                                  on 2001/03/24  14:26:58
-        Log: POSIX::getcwd XS code to call Cwd::cwd when HAS_GETCWD not defined
-             was gibberish - broke it on WIn32 at least.
-     Branch: perlio
-          ! ext/POSIX/POSIX.xs
-____________________________________________________________________________
-[  9319] By: nick                                  on 2001/03/24  11:29:41
-        Log: Generated files.
-     Branch: perlio
-          ! embed.h global.sym objXSUB.h perlapi.c proto.h
-____________________________________________________________________________
-[  9318] By: nick                                  on 2001/03/24  10:29:37
-        Log: Implement:
-             1.  open($fh,"+<",undef);  # add test to t/io/open.t
-             2.  open($fh,"+<",\$var);  # New test t/lib/io_scalar.t
-     Branch: perlio
-          + ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
-          + ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
-          ! MANIFEST doio.c ext/Encode/Encode.xs perlio.c perliol.h
-          ! t/io/open.t t/io/utf8.t
-____________________________________________________________________________
-[  9317] By: jhi                                   on 2001/03/23  23:41:25
-        Log: AIX does seems to have optimization problems with its C compilers.
-     Branch: perl
-          ! hints/aix.sh
-____________________________________________________________________________
-[  9316] By: jhi                                   on 2001/03/23  23:40:46
-        Log: Integrate perlio:
-             
-             [  9314]
-             Perlio internals re-organized.
-             - open process creates AV of layer/arg pairs
-             (appends layers from open() or open.pm to default list).
-             - push arg is now an SV.
-             - layer ->Open get passed the AV
-             - open is no longer mandatory method.
-             - topmost layer that has ->Open method does the open
-             - any layers above are pushed once that returns.
-             - vtable re-ordered so dummy layers need only provide push/pop methods.
-             
-             [  9313]
-             Check in a stable (working) version before next round of tweaks.
-             Changes include:
-             - Move default layers code out of doio.c and into perlio.c
-             - Single routine for parsing layer specification strings.
-             - Skeleton support for demand loading of layers
-             - Core-dump avoidance if PERLIO environment specifies loadable layer
-             (does not _work_ as need IO to load and need load to do IO ...)
-             
-             [  9305]
-             Add pTHX_ to -Duseperlio API where it does not conflict with legacy stuff.
-             
-             [  9304]
-             Render -Duseperlio functional again.
-             - this is "quick fix" which calls PerlIO_apply_layers after opening,
-             which is what old scheme did. New scheme needs to change that
-             to make open(...,\$scalar) etc. work but this will do for now.
-             
-             [  9303]
-             Avoid "reopen" semantics for time being. Fix bug in dup logic.
-             -Uuseperlio now works again.
-             -Duseperlio is still poorly. Don't merge yet...
-             
-             [  9302]
-             Snapshot of new PerlIO open scheme. Still buggy - mainly in open($fh,">&STDOUT!")
-             type code.
-             - Invent PerlIO_openn() - which has "lots" of args a bit like do_openn() which
-             is its main caller. In particular now has access to "extra" args, and
-             can tell when an open handle is "reopened" (or duped?).
-             - In -Duseperlio PerlIO_open() et. al. are now wrappers on PerlIO_openn().
-             - In -Uuseperlio (untested as yet) PerlIO_openn() is a wrapper on
-             PerlIO_open() et. al. (i.e. other way round).
-             - Collapse "vtable" entries for layers - was fdopen/open/reopen now just open
-             with args close to PerlIO_openn().
-     Branch: perl
-         +> lib/PerlIO.pm
-         !> MANIFEST doio.c ext/Encode/Encode.xs perlio.c perlio.h
-         !> perliol.h
-____________________________________________________________________________
-[  9315] By: jhi                                   on 2001/03/23  22:16:30
-        Log: Fix the EBCDIC MD5.pm checksum, from Pter Prymmer.
-     Branch: perl
-          ! t/lib/md5-file.t
-____________________________________________________________________________
-[  9314] By: nick                                  on 2001/03/23  20:49:02
-        Log: Perlio internals re-organized.
-             - open process creates AV of layer/arg pairs
-             (appends layers from open() or open.pm to default list).
-             - push arg is now an SV.
-             - layer ->Open get passed the AV
-             - open is no longer mandatory method.
-             - topmost layer that has ->Open method does the open
-             - any layers above are pushed once that returns.
-             - vtable re-ordered so dummy layers need only provide push/pop methods.
-     Branch: perlio
-          ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
-____________________________________________________________________________
-[  9313] By: nick                                  on 2001/03/23  16:27:41
-        Log: Check in a stable (working) version before next round of tweaks.
-             Changes include:
-             - Move default layers code out of doio.c and into perlio.c
-             - Single routine for parsing layer specification strings.
-             - Skeleton support for demand loading of layers
-             - Core-dump avoidance if PERLIO environment specifies loadable layer
-             (does not _work_ as need IO to load and need load to do IO ...)
-     Branch: perlio
-          + lib/PerlIO.pm
-          ! MANIFEST doio.c perlio.c
-____________________________________________________________________________
-[  9312] By: gsar                                  on 2001/03/23  16:25:25
-        Log: add execute bit to files with shebang lines in the repository;
-             avoid clobbering execute bit in Porting/makerel 
-     Branch: maint-5.6/perl
-          ! (edit 144 files)
-____________________________________________________________________________
-[  9311] By: jhi                                   on 2001/03/23  14:25:35
-        Log: Forgot the unneeded hints/dec_osf.pl into MANIFEST in #9308.
-     Branch: perl
-          ! MANIFEST
-____________________________________________________________________________
-[  9310] By: jhi                                   on 2001/03/23  13:45:04
-        Log: Subject: [PATCH] Net::Ping
-             From: Colin McMillen <mcmi0037@tc.umn.edu>
-             Date: Thu, 22 Mar 2001 19:30:31 -0600
-             Message-ID: <20010322193031.A18814@strago.jenovaproject.org>
-     Branch: perl
-          ! lib/Net/Ping.pm
-____________________________________________________________________________
-[  9309] By: jhi                                   on 2001/03/23  13:39:13
-        Log: EBCDIC patches for Digest::MD5 tests from Peter Prymmer.
-     Branch: perl
-          ! t/lib/md5-aaa.t t/lib/md5-file.t
-____________________________________________________________________________
-[  9308] By: jhi                                   on 2001/03/23  13:20:34
-        Log: Integrate Digest-1.00 and Digest-MD5-2.13, from Gisle Aas.
-             - bump the version to 2.14
-             - drop the base64 tests since they require MIME::Base64
-             - drop the rfc1321.txt
-             - drop the hints/dec_osf.pl since it's only needed for
-             pre-5.005_03 Perls
-             Todo:
-             - the U32 alignment testing is now removed; it needs to
-             be reintroduced as as a Config variable (meaning also
-             as a Configure test)
-             - get the new EBCDIC md5sum for MD5.pm
-             - test in Win32 to see how badly I botched the makefiles
-     Branch: perl
-          + ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
-          + ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
-          + ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
-          + lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
-          + t/lib/md5-file.t
-          ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
-          ! win32/Makefile win32/makefile.mk
-____________________________________________________________________________
-[  9307] By: jhi                                   on 2001/03/23  12:56:14
-        Log: Integrate change #9306 from maintperl into mainline,
-             AIX dynaloader for AIXes without <load.h>.
-     Branch: perl
-         !> ext/DynaLoader/hints/aix.pl
-____________________________________________________________________________
-[  9306] By: jhi                                   on 2001/03/23  12:51:36
-        Log: There are AIXes without /usr/include/load.h,
-             patch from H.Merijn Brand.
-     Branch: maint-5.6/perl
-          ! ext/DynaLoader/hints/aix.pl
-____________________________________________________________________________
-[  9305] By: nick                                  on 2001/03/23  11:00:42
-        Log: Add pTHX_ to -Duseperlio API where it does not conflict with legacy stuff.
-     Branch: perlio
-          ! ext/Encode/Encode.xs perlio.c perlio.h
-____________________________________________________________________________
-[  9304] By: nick                                  on 2001/03/23  10:20:46
-        Log: Render -Duseperlio functional again.
-             - this is "quick fix" which calls PerlIO_apply_layers after opening,
-             which is what old scheme did. New scheme needs to change that
-             to make open(...,\$scalar) etc. work but this will do for now.
-     Branch: perlio
-          ! perlio.c
-____________________________________________________________________________
-[  9303] By: nick                                  on 2001/03/23  09:53:20
-        Log: Avoid "reopen" semantics for time being. Fix bug in dup logic.
-             -Uuseperlio now works again.
-             -Duseperlio is still poorly. Don't merge yet...
-     Branch: perlio
-          ! doio.c perlio.h
-____________________________________________________________________________
-[  9302] By: nick                                  on 2001/03/22  22:26:51
-        Log: Snapshot of new PerlIO open scheme. Still buggy - mainly in open($fh,">&STDOUT!")
-             type code.
-             - Invent PerlIO_openn() - which has "lots" of args a bit like do_openn() which
-             is its main caller. In particular now has access to "extra" args, and
-             can tell when an open handle is "reopened" (or duped?).
-             - In -Duseperlio PerlIO_open() et. al. are now wrappers on PerlIO_openn().
-             - In -Uuseperlio (untested as yet) PerlIO_openn() is a wrapper on
-             PerlIO_open() et. al. (i.e. other way round).
-             - Collapse "vtable" entries for layers - was fdopen/open/reopen now just open
-             with args close to PerlIO_openn().
-     Branch: perlio
-          ! doio.c ext/Encode/Encode.xs perlio.c perlio.h perliol.h
-____________________________________________________________________________
-[  9301] By: jhi                                   on 2001/03/22  20:58:04
-        Log: Integrate perlio:
-             
-             [  9300]
-             Don't include $@ in not ok message.
-             
-             [  9298]
-             Give a meaning to '&' in n-arg open case:
-             open($fh,"<&",$scalar);
-             $scalar can be:
-             - an integer which does "fdopen"
-             open($fh,"<&",2); # like open($fh,"<&2")
-             - something that will yield a file handle via sv_2io()
-             useful for dup'ing anonymous handles.
-             e.g.:
-             open(my $fh,"<&",\*STDIN);
-             open(my $dup,"<&",$fh);
-             
-             [  9297]
-             Implement open($fh,"-|",prog,args...) for HAS_FORK cases.
-             
-             [  9296]
-             Re-instate warnings for 'eof STDOUT' etc. by marking STD* as appropriate IoTYPE.
-             
-             [  9295]
-             If stdin, stdout or stderr get opened in unexpected read/write state
-             then warn at time of open not at time of use.
-             
-             [  9294]
-             Die on n-arg open(...,"",xxx,yyy,...)
-             - redirect pipe cases to PerlProc_popen_list() (which just croaks for now)
-             - die on read/write cases so we can decide what it means later.
-             
-             [  9293]
-             perlio tweaks (reported by Nick Clark)
-             Line buffer ttys, PerlIOBuf_tell() on unseekable off-by one,
-             error check in Pendinf_read().
-     Branch: perl
-         !> doio.c embed.pl iperlsys.h perl.c perlio.c pp_hot.c pp_sys.c
-         !> t/io/open.t util.c
-____________________________________________________________________________
-[  9300] By: nick                                  on 2001/03/22  17:36:32
-        Log: Don't include $@ in not ok message.
-     Branch: perlio
-          ! t/io/open.t
-____________________________________________________________________________
-[  9299] By: gsar                                  on 2001/03/22  16:53:45
-        Log: back out changes#7532,7521 for now (appears to have problems
-             on IRIX)
-     Branch: maint-5.6/perl
-          ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
-          ! ext/POSIX/typemap pod/perlvar.pod
-____________________________________________________________________________
-[  9298] By: nick                                  on 2001/03/22  14:35:46
-        Log: Give a meaning to '&' in n-arg open case:
-             open($fh,"<&",$scalar);
-             $scalar can be:
-             - an integer which does "fdopen"
-             open($fh,"<&",2); # like open($fh,"<&2")
-             - something that will yield a file handle via sv_2io()
-             useful for dup'ing anonymous handles.
-             e.g.:
-             open(my $fh,"<&",\*STDIN);
-             open(my $dup,"<&",$fh);
-     Branch: perlio
-          ! doio.c t/io/open.t
-____________________________________________________________________________
-[  9297] By: nick                                  on 2001/03/22  13:34:35
-        Log: Implement open($fh,"-|",prog,args...) for HAS_FORK cases.
-     Branch: perlio
-          ! util.c
-____________________________________________________________________________
-[  9296] By: nick                                  on 2001/03/22  12:51:20
-        Log: Re-instate warnings for 'eof STDOUT' etc. by marking STD* as appropriate IoTYPE.
-     Branch: perlio
-          ! perl.c
-____________________________________________________________________________
-[  9295] By: nick                                  on 2001/03/22  11:59:44
-        Log: If stdin, stdout or stderr get opened in unexpected read/write state
-             then warn at time of open not at time of use.
-     Branch: perlio
-          ! doio.c pp_hot.c pp_sys.c
-____________________________________________________________________________
-[  9294] By: nick                                  on 2001/03/22  10:54:35
-        Log: Die on n-arg open(...,"",xxx,yyy,...)
-             - redirect pipe cases to PerlProc_popen_list() (which just croaks for now)
-             - die on read/write cases so we can decide what it means later.
-     Branch: perlio
-          ! doio.c embed.pl iperlsys.h util.c
-____________________________________________________________________________
-[  9293] By: nick                                  on 2001/03/22  09:02:45
-        Log: perlio tweaks (reported by Nick Clark)
-             Line buffer ttys, PerlIOBuf_tell() on unseekable off-by one,
-             error check in Pendinf_read().
-     Branch: perlio
-          ! perlio.c
-____________________________________________________________________________
-[  9292] By: gsar                                  on 2001/03/22  07:12:00
-        Log: integrate changes#8306,8532 from mainline (missing USE_PURE_BISON
-             fixes)
-     Branch: maint-5.6/perl
-         !> embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h toke.c
-____________________________________________________________________________
-[  9291] By: jhi                                   on 2001/03/22  06:06:44
-        Log: Regex tests from Chicheng Zhang.  (Already fixed.)
-     Branch: perl
-          ! t/op/re_tests
-____________________________________________________________________________
-[  9290] By: jhi                                   on 2001/03/22  05:57:01
-        Log: Move MacOS Classic higher in the list of supported platforms.
-     Branch: maint-5.6/perl
-          ! pod/perlport.pod
-____________________________________________________________________________
-[  9289] By: gsar                                  on 2001/03/22  05:35:04
-        Log: revert part of change#6438 for compatibility (av_reify()
-             appears to be needed to implement av_splice()ish things
-             in XS)
-     Branch: maint-5.6/perl
-          ! embed.pl global.sym objXSUB.h perlapi.c
-____________________________________________________________________________
-[  9288] By: gsar                                  on 2001/03/22  03:09:19
-        Log: update copyright year
-     Branch: maint-5.6/perl
-          ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
-          ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h mg.c mg.h
-          ! op.c op.h perl.c perl.h perlio.c perly.y pp.c pp.h pp_ctl.c
-          ! pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c sv.c sv.h
-          ! toke.c utf8.c utf8.h util.c util.h x2p/EXTERN.h x2p/INTERN.h
-          ! x2p/a2p.c x2p/a2p.h x2p/a2p.y x2p/a2py.c x2p/hash.c x2p/hash.h
-          ! x2p/proto.h x2p/str.c x2p/str.h x2p/util.c x2p/util.h
-          ! x2p/walk.c
-____________________________________________________________________________
-[  9287] By: jhi                                   on 2001/03/21  20:30:54
-        Log: Integrate perlio:
-             
-             [  9285]
-             Multiplicity fix for Dumper.
-     Branch: perl
-         !> ext/Data/Dumper/Dumper.xs
-____________________________________________________________________________
-[  9286] By: gsar                                  on 2001/03/21  19:49:54
-        Log: makefile.mk tweak
-     Branch: maint-5.6/perl
-          ! win32/Makefile win32/makefile.mk
-____________________________________________________________________________
-[  9285] By: nick                                  on 2001/03/21  19:07:13
-        Log: Multiplicity fix for Dumper.
-     Branch: perlio
-          ! ext/Data/Dumper/Dumper.xs
-____________________________________________________________________________
-[  9284] By: nick                                  on 2001/03/21  19:01:07
-        Log: Integrate mainline - (does not build xTHX issue in Dumper).
-     Branch: perlio
-         !> (integrate 27 files)
-____________________________________________________________________________
-[  9283] By: jhi                                   on 2001/03/21  17:17:35
-        Log: Integrate change #9282 from mainline into maintperl,
-             4-arg UTF-8 substr().
-     Branch: maint-5.6/perl
-         !> pp.c
-____________________________________________________________________________
-[  9282] By: jhi                                   on 2001/03/21  17:15:43
-        Log: The #9270 would have leaked a scalar if pp_substr()
-             returned early.
-     Branch: perl
-          ! pp.c
-____________________________________________________________________________
-[  9281] By: gsar                                  on 2001/03/21  17:03:14
-        Log: makefile.mk defaults to GCC, not BORLAND (as mentioned in README.win32)
-     Branch: maint-5.6/perl
-          ! win32/makefile.mk
-____________________________________________________________________________
-[  9280] By: gsar                                  on 2001/03/21  17:01:20
-        Log: some tweaks to change#9278 (fork() emulation should be enabled
-             by setting BUILD_FLAVOR instead of changing the defaults)
-     Branch: maint-5.6/perl
-          ! win32/makefile.mk
-____________________________________________________________________________
-[  9279] By: gsar                                  on 2001/03/21  16:47:19
-        Log: integrate change#9271 from mainline; a tweak to Glob.pm docs
-     Branch: maint-5.6/perl
-          ! ext/File/Glob/Glob.pm
-         !> lib/Cwd.pm
-____________________________________________________________________________
-[  9278] By: jhi                                   on 2001/03/21  14:35:10
-        Log: Subject: [PATCH: 5.6.1-trial3] Borland C++ for Win32 fixes
-             From: "Vadim Konovalov" <watman@inbox.ru>
-             Date: Wed, 21 Mar 2001 01:53:51 +0300
-             Message-ID: <004101c0b190$a749ea20$f7c030d4@vad>
-     Branch: maint-5.6/perl
-          ! win32/makefile.mk win32/win32sck.c
-____________________________________________________________________________
-[  9277] By: jhi                                   on 2001/03/21  13:58:28
-        Log: Integrate change #9270 from mainline to maintperl:
-             continued 4-arg UTF-8 substr() fixing.
-     Branch: maint-5.6/perl
-         !> pp.c t/op/substr.t
-____________________________________________________________________________
-[  9276] By: jhi                                   on 2001/03/21  13:33:00
-        Log: More pixie cleaning.
-     Branch: perl
-          ! Makefile.SH
-____________________________________________________________________________
-[  9275] By: jhi                                   on 2001/03/21  03:54:17
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[  9274] By: jhi                                   on 2001/03/21  03:48:24
-        Log: First stab at making Data::Dumper to grok Unicode.
-             
-             TODO: tests, EBCDICify.
-     Branch: perl
-          ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
-____________________________________________________________________________
-[  9273] By: jhi                                   on 2001/03/21  02:23:00
-        Log: Fix for
-             
-             Subject: Memory leak in unquoted print   
-             From: Benjamin Sugars <bsugars@canoe.ca> 
-             Date: Tue, 20 Mar 2001 10:02:56 -0500 (EST)
-             Message-ID: <Pine.LNX.4.21.0103200958180.1538-100000@marmot.rim.canoe.ca>
-     Branch: perl
-          ! perlio.c
-____________________________________________________________________________
-[  9272] By: jhi                                   on 2001/03/21  01:33:17
-        Log: Subject: Re: [PATCH] POSIX::getcwd()
-             From: Benjamin Sugars <bsugars@canoe.ca> 
-             Date: Mon, 19 Mar 2001 15:07:03 -0500 (EST)
-             Message-ID: <Pine.LNX.4.21.0103191454500.1820-100000@marmot.rim.canoe.ca>      
-     Branch: perl
-          ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
-____________________________________________________________________________
-[  9271] By: jhi                                   on 2001/03/21  01:22:52
-        Log: Subject: [PATCH] Cwd.pm docs
-             From: Benjamin Sugars <bsugars@canoe.ca>
-             Date: Tue, 20 Mar 2001 15:33:32 -0500 (EST)
-             Message-ID: <Pine.LNX.4.21.0103201516550.7893-100000@marmot.rim.canoe.ca>
-     Branch: perl
-          ! lib/Cwd.pm
-____________________________________________________________________________
-[  9270] By: jhi                                   on 2001/03/21  01:16:29
-        Log: Continue 4-arg substr() UTF-8 fixage.
-     Branch: perl
-          ! pp.c t/op/substr.t
-____________________________________________________________________________
-[  9269] By: jhi                                   on 2001/03/21  00:46:14
-        Log: Integrate changes #9262,9264,9265,9266 from maintperl to mainline.
-             
-             revert the leak fix in change#9142 (problem needs a more experimental
-             fix unsuitable for 5.6.1)
-             
-             do alphabetical sorting by default (for csh compatibility)
-             
-             cut-n-paste goof in change#9264
-             
-             VMS piping fixes (from Charles Lane)
-     Branch: perl
-         !> ext/File/Glob/Changes ext/File/Glob/Glob.pm
-         !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
-         !> ext/File/Glob/bsd_glob.h scope.c vms/vms.c vms/vmspipe.com
-____________________________________________________________________________
-[  9268] By: jhi                                   on 2001/03/21  00:37:04
-        Log: Integrate perlio:
-             
-             [  9267]
-             More EBCDIC stuff:
-             - Loose the extra level of function on ASCII.
-             - spotted a chr(0) issue in sv.c
-             - re-work of UTF-X tr/// ranges to work in Unicode
-             space. Still issues with the "0xff is illegal UTF-8" hack.
-             - Yet another ad. hoc. utf8 'upgrade' in op.c recoded
-             (why do it once when you can do it all over the place :-(
-             - Enable HINTS_UTF8 on EBCDIC - then ignore it in toke.c,
-             need utf8.pm for swashes.
-             - Simplified and commented scan_const() in toke.c
-             Still something wrong regexp and tr (swashes?).
-     Branch: perl
-         !> embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
-         !> utf8.c utf8.h utfebcdic.h
-____________________________________________________________________________
-[  9267] By: nick                                  on 2001/03/20  20:04:39
-        Log: More EBCDIC stuff:
-             - Loose the extra level of function on ASCII.
-             - spotted a chr(0) issue in sv.c
-             - re-work of UTF-X tr/// ranges to work in Unicode
-             space. Still issues with the "0xff is illegal UTF-8" hack.
-             - Yet another ad. hoc. utf8 'upgrade' in op.c recoded
-             (why do it once when you can do it all over the place :-(
-             - Enable HINTS_UTF8 on EBCDIC - then ignore it in toke.c,
-             need utf8.pm for swashes.
-             - Simplified and commented scan_const() in toke.c
-             Still something wrong regexp and tr (swashes?).
-     Branch: perlio
-          ! embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
-          ! utf8.c utf8.h utfebcdic.h
-____________________________________________________________________________
-[  9266] By: gsar                                  on 2001/03/20  19:16:43
-        Log: VMS piping fixes (from Charles Lane)
-     Branch: maint-5.6/perl
-          ! vms/vms.c vms/vmspipe.com
-____________________________________________________________________________
-[  9265] By: gsar                                  on 2001/03/20  17:53:52
-        Log: cut-n-paste goof in change#9264
-     Branch: maint-5.6/perl
-          ! ext/File/Glob/Glob.xs
-____________________________________________________________________________
-[  9264] By: gsar                                  on 2001/03/20  17:43:47
-        Log: do alphabetical sorting by default (for csh compatibility);
-             bsd_glob() does ASCII sort by default as usual, unless
-             GLOB_ALPHASORT was specified
-     Branch: maint-5.6/perl
-          ! ext/File/Glob/Changes ext/File/Glob/Glob.pm
-          ! ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
-          ! ext/File/Glob/bsd_glob.h
-____________________________________________________________________________
-[  9263] By: gsar                                  on 2001/03/20  16:40:08
-        Log: integrate change#9255 from mainline (unicode fix)
-             
-             substr($bytestr, i, n, $charstr)
-     Branch: maint-5.6/perl
-         !> Todo-5.6 pp.c t/op/substr.t
-____________________________________________________________________________
-[  9262] By: gsar                                  on 2001/03/20  15:57:41
-        Log: revert the leak fix in change#9142 (problem needs a more experimental
-             fix unsuitable for 5.6.1)
-     Branch: maint-5.6/perl
-          ! scope.c
-____________________________________________________________________________
-[  9261] By: jhi                                   on 2001/03/20  14:26:25
-        Log: Integrate changes #9259,9260 from maintperl into mainline.
-             
-             Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
-             
-             Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
-     Branch: perl
-         !> ext/POSIX/POSIX.xs lib/File/Path.pm run.c
-____________________________________________________________________________
-[  9260] By: jhi                                   on 2001/03/20  14:05:46
-        Log: Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
-             From: Robin Barker <rmb1@cise.npl.co.uk>
-             Date: Tue, 20 Mar 2001 10:12:04 GMT
-             Message-Id: <200103201012.KAA04738@tempest.npl.co.uk>
-     Branch: maint-5.6/perl
-          ! run.c
-____________________________________________________________________________
-[  9259] By: jhi                                   on 2001/03/20  14:04:39
-        Log: Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
-             From: Chris Nandor <pudge@pobox.com>
-             Date: Tue, 20 Mar 2001 00:40:56 -0500
-             Message-Id: <p05010401b6dc9d57a62d@[10.0.1.107]>
-     Branch: maint-5.6/perl
-          ! ext/POSIX/POSIX.xs lib/File/Path.pm
-____________________________________________________________________________
-[  9258] By: jhi                                   on 2001/03/20  05:09:34
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[  9257] By: jhi                                   on 2001/03/20  05:04:25
-        Log: tr/// UTF-8 tests for Inaba Hiroto's latest patches.
-     Branch: perl
-          ! t/op/tr.t
-____________________________________________________________________________
-[  9256] By: jhi                                   on 2001/03/20  04:43:12
-        Log: Subject: [PATCH: 5.6.1-trial3] test fixes and installation cleanliness for OS/390
-             From: Peter Prymmer <pvhp@forte.com>
-             Date: Mon, 19 Mar 2001 16:43:13 -0800 (PST)
-             Message-ID: <Pine.OSF.4.10.10103191627310.162127-100000@aspara.forte.com>
-     Branch: maint-5.6/perl
-          ! installperl t/comp/proto.t t/comp/require.t t/op/regmesg.t
-____________________________________________________________________________
-[  9255] By: jhi                                   on 2001/03/19  23:17:17
-        Log: substr($bytestr, i, n, $charstr)
-             
-             TODO: we are still broken if $bytestr needs UTF-8 upgrading.
-     Branch: perl
-          ! Todo-5.6 pp.c t/op/substr.t
-____________________________________________________________________________
-[  9254] By: jhi                                   on 2001/03/19  22:25:09
-        Log: Rearrange the make test target prerequisites so that
-             in a parallel make 'all' is finished before 'test'.
-     Branch: perl
-          ! Makefile.SH
-____________________________________________________________________________
-[  9253] By: jhi                                   on 2001/03/19  21:48:07
-        Log: Subject: PATCH: cosmetic tweak in pp_ctl.c
-             From: Robin Houston <robin@kitsite.com>
-             Date: Mon, 19 Mar 2001 15:48:41 +0000
-             Message-ID: <20010319154841.A28174@puffinry.freeserve.co.uk>
-     Branch: perl
-          ! pp_ctl.c
-____________________________________________________________________________
-[  9252] By: jhi                                   on 2001/03/19  21:42:27
-        Log: Integrate perlio:
-             
-             [  9248]
-             Tweak to perly.y to allow -DDEBUGGING to compile on OS390.
-             (Building on OS390 uses native YACC and YYDEBUG has other
-             side effects.)
-             
-             [  9246]
-             More EBCDIC fixes.
-     Branch: perl
-         !> doop.c perly.c perly.y sv.c t/camel-III/vstring.t t/op/each.t
-         !> t/op/length.t t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h
-         !> utfebcdic.h vms/perly_c.vms
-____________________________________________________________________________
-[  9251] By: jhi                                   on 2001/03/19  21:31:28
-        Log: Integrate changes #9244,9247,9250 from maintperl into mainline.
-             
-             Dynaloading in 64-bit AIX with vac.
-     Branch: perl
-         !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
-         !> hints/aix.sh
-____________________________________________________________________________
-[  9250] By: jhi                                   on 2001/03/19  21:18:00
-        Log: A more robust solution for the 64bitall AIX dynaloading
-             problem, from Jens-Uwe Mager.
-     Branch: maint-5.6/perl
-          ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
-____________________________________________________________________________
-[  9249] By: nick                                  on 2001/03/19  20:59:37
-        Log: Integrate mainline.
-     Branch: perlio
-         !> (integrate 42 files)
-____________________________________________________________________________
-[  9248] By: nick                                  on 2001/03/19  20:22:07
-        Log: Tweak to perly.y to allow -DDEBUGGING to compile on OS390.
-             (Building on OS390 uses native YACC and YYDEBUG has other
-             side effects.)
-     Branch: perlio
-          ! perly.c perly.y vms/perly_c.vms
-____________________________________________________________________________
-[  9247] By: jhi                                   on 2001/03/19  19:59:53
-        Log: 64-bit AIX dynaloading problem (see #9244) idea
-             from Jens-Uwe Mager.
-     Branch: maint-5.6/perl
-          ! ext/DynaLoader/dl_aix.xs
-____________________________________________________________________________
-[  9246] By: nick                                  on 2001/03/19  19:27:57
-        Log: More EBCDIC fixes.
-     Branch: perlio
-          ! doop.c sv.c t/camel-III/vstring.t t/op/each.t t/op/length.t
-          ! t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h utfebcdic.h
-____________________________________________________________________________
-[  9245] By: jhi                                   on 2001/03/19  19:05:19
-        Log: Integrate change #9243 from mainline into maintperl.
-             
-             Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
-     Branch: maint-5.6/perl
-         !> README.vmesa
-____________________________________________________________________________
-[  9244] By: jhi                                   on 2001/03/19  19:03:15
-        Log: Get 64bitall AIX building, but still does not test okay:
-             dynaloading anything fails, for example for op/defins:
-             Can't load '../lib/auto/File/Glob/Glob.so' for module File::Glob: loadbind: A system call received a parameter that is not valid. at ../lib/XSLoader.pm line 75. at ../lib/File/Glob.pm line 99
-             (update: fixed by #9247,9250)
-     Branch: maint-5.6/perl
-          ! hints/aix.sh
-____________________________________________________________________________
-[  9243] By: jhi                                   on 2001/03/19  19:00:16
-        Log: Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
-             From: Robin Barker <rmb1@cise.npl.co.uk>
-             Date: Mon, 19 Mar 2001 18:01:57 GMT
-             Message-Id: <200103191801.SAA01072@tempest.npl.co.uk>
-     Branch: perl
-          ! README.vmesa
-____________________________________________________________________________
-[  9242] By: jhi                                   on 2001/03/19  18:58:43
-        Log: UTF-8 tr/// battle continues, ammunition from Inaba Hiroto.
-             
-             TODO: tests.
-     Branch: perl
-          ! doop.c op.c
-____________________________________________________________________________
-[  9241] By: gsar                                  on 2001/03/19  17:34:46
-        Log: VMSify tests (from Charles Lane)
-     Branch: maint-5.6/perl
-          ! t/lib/filehand.t t/lib/texttabs.t
-____________________________________________________________________________
-[  9240] By: jhi                                   on 2001/03/19  14:24:26
-        Log: Integrate change #9233 from maintperl into mainline.
-             
-             some refcounts were incorrect in perl_clone()
-     Branch: perl
-         !> sv.c
-____________________________________________________________________________
-[  9239] By: gsar                                  on 2001/03/19  09:23:17
-        Log: this is 5.6.1-trial3
-     Branch: maint-5.6/perl
-          ! Changes
-____________________________________________________________________________
-[  9238] By: gsar                                  on 2001/03/19  08:47:04
-        Log: some new symbols are only available under ithreads
-     Branch: maint-5.6/perl
-          ! makedef.pl
-____________________________________________________________________________
-[  9237] By: gsar                                  on 2001/03/19  08:42:28
-        Log: update patchlevel.h, Changes, &c.
-     Branch: maint-5.6/perl
-          ! Changes patchlevel.h pod/perlhist.pod
-         !> AUTHORS
-____________________________________________________________________________
-[  9236] By: gsar                                  on 2001/03/19  08:17:49
-        Log: integrate changes#8068,8717 from mainline
-             
-             [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
-             
-             [PATCH CPAN 1.59_51] warning message (not!)
-     Branch: maint-5.6/perl
-         !> ext/GDBM_File/GDBM_File.pm ext/GDBM_File/typemap
-         !> ext/NDBM_File/NDBM_File.pm ext/NDBM_File/typemap
-         !> ext/ODBM_File/ODBM_File.pm ext/ODBM_File/typemap
-         !> ext/SDBM_File/SDBM_File.pm ext/SDBM_File/typemap lib/CPAN.pm
-         !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
-____________________________________________________________________________
-[  9235] By: gsar                                  on 2001/03/19  08:07:09
-        Log: integrate changes#8617,8713,8715,8716,8721,8953,8963 from mainline
-             
-             [PATCH] Add missing CV flags to dump.c
-             
-             Re: [patch] Re: PL_ptr_table
-             
-             Fixup non-ithread build after 8713
-             
-             Generated files form 8713 etc.
-             
-             Correct the correction :-(
-             
-             Documenting coderef @INC (Re: CPAN "make this script work" feature)
-             
-             Subject: Re: sync sync sync: have I missed any patches?
-             Replace djSP with dSP.
-     Branch: maint-5.6/perl
-         !> cop.h doio.c doop.c dump.c embed.h embed.pl ext/B/B/C.pm
-         !> ext/B/B/CC.pm global.sym objXSUB.h perl.c perlapi.c
-         !> pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c proto.h
-         !> sv.c sv.h win32/perlhost.h
-____________________________________________________________________________
-[  9234] By: gsar                                  on 2001/03/19  07:22:05
-        Log: revert the change#9090 integrate for now (change looks somewhat
-             incomplete in that [ha]v_exists() need something similar; lacks
-             tests; &c.)
-     Branch: maint-5.6/perl
-          ! hv.c
-____________________________________________________________________________
-[  9233] By: gsar                                  on 2001/03/19  07:10:01
-        Log: some refcounts were incorrect in perl_clone(); avoid hang in global
-             destruction when there are unreferenced scalars (SvREFCNT==0)
-     Branch: maint-5.6/perl
-          ! sv.c
-____________________________________________________________________________
-[  9232] By: jhi                                   on 2001/03/19  05:11:02
-        Log: Regen api and toc.
-     Branch: maint-5.6/perl
-          ! pod/perlapi.pod pod/perltoc.pod
-____________________________________________________________________________
-[  9231] By: jhi                                   on 2001/03/19  04:06:03
-        Log: Integrate changes in #9070,9072,9101 from mainline into maintperl,
-             add a lost line in pp.c:pp_chop(), update to new op/chop.
-             
-             Clarify the description differentiating for and while; inspired by
-             
-             Subject: [ID 20010306.004] || != named unary operator
-             
-             The $Is_MacOS needs to be declared.
-     Branch: maint-5.6/perl
-          ! pp.c t/op/chop.t
-         !> lib/ExtUtils/Manifest.pm pod/perlop.pod pod/perlsyn.pod
-____________________________________________________________________________
-[  9230] By: jhi                                   on 2001/03/19  03:48:16
-        Log: Integrate changes #7971(perlio),8982,9061,9062,9068,9069,
-             9079,9083,9089,9090,9091 from mainline to maintperl.
-             
-             Quieten some noise in Win32 builds
-             
-             Fixes the bugs 20010221.005 and 20010221.008: "the taint checker..."
-             
-             The perlretut was still talking about the old \p and \P
-             definitions.
-             
-             More tweakage on the Unicode character class descriptions.
-             
-             Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
-             
-             Subject: 'no *POSIX' Patch speeding up make on BS2000 
-             
-             Subject: [PATCH] perldata.pod here-doc docs
-             
-             Add /sbin and /usr/sbin to the list of directories scanned
-             for setuid programs.  Takes care of bug id 20010309.003.
-             
-             Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists()
-             
-             In op/stat #35 better to scan all the potential directories
-             for setuids, not just the first one.
-     Branch: maint-5.6/perl
-          ! Makefile.SH
-         !> doio.c hv.c lib/unicode/mktables.PL makedepend.SH perl.h
-         !> pod/perldata.pod pod/perlretut.pod pp.c t/op/chop.t
-         !> t/op/stat.t toke.c win32/win32.h
-____________________________________________________________________________
-[  9229] By: jhi                                   on 2001/03/19  02:31:50
-        Log: Subject: [MacPerl-Porters] [PATCH] Portability fixes for Mac OS / maint-5.6
-             From: Chris Nandor <pudge@pobox.com>
-             Date: Sat, 10 Mar 2001 14:22:19 -0500
-             Message-Id: <p0501042db6cf0a8d0b63@[10.0.1.177]>
-     Branch: maint-5.6/perl
-          ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
-          ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm perlsfio.h
-          ! t/lib/b.t t/lib/errno.t
-____________________________________________________________________________
-[  9228] By: jhi                                   on 2001/03/19  02:29:59
-        Log: Integrate changes #9113,9122 from mainline into maintperl.
-             
-             Subject: [PATCH: perl@9092, dist-3.0@70] OS/390 mydomain last gasp before silly guess (was Re: What do I need to build EBCDIC perl?)
-     Branch: maint-5.6/perl
-         !> Configure README.os390 hints/os390.sh
-____________________________________________________________________________
-[  9227] By: jhi                                   on 2001/03/19  02:22:35
-        Log: Integrate #9115,9121,9128,9163,9171,9174,9175 from mainline
-             into maintperl.
-             
-             Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
-             
-             Forgot to check-in the larger part of #9120, duh.
-             
-             Subject: Another patch for integer.pm POD 
-             
-             h2ph strictness and cleanliness from Kurt Starsinic.
-             
-             Borland filename case problem.
-             
-             h2ph strictness and cleanliness from Kurt Starsinic.
-             
-             Subject: [PATCH] the uncontroversial doc patches
-     Branch: maint-5.6/perl
-         +> win32/sncfnmcs.pl
-         !> MANIFEST README.os2 README.win32 ext/GDBM_File/GDBM_File.pm
-         !> ext/GDBM_File/GDBM_File.xs lib/integer.pm
-         !> pod/perl5005delta.pod pod/perldebtut.pod pod/perlfunc.pod
-         !> pod/perlhack.pod pod/perllexwarn.pod pod/perllocale.pod
-         !> pod/perllol.pod pod/perlmod.pod pod/perlmodlib.pod
-         !> pod/perlport.pod pod/perlrun.pod pod/perltoc.pod
-         !> pod/perlxs.pod pod/perlxstut.pod utils/h2ph.PL
-____________________________________________________________________________
-[  9226] By: jhi                                   on 2001/03/19  02:10:21
-        Log: Integrate changes #9207,9214 from mainline into maintperl.
-             
-             podchecker relaxations: =over has an *optional* number after it,
-             and whitespace in L<> is okay.
-     Branch: maint-5.6/perl
-         !> lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
-         !> t/pod/poderrs.xr
-____________________________________________________________________________
-[  9225] By: jhi                                   on 2001/03/19  02:07:38
-        Log: Integrate change #9219 from maintperl into mainline.
-             
-             remove duplicated tests
-     Branch: perl
-         !> t/op/re_tests
-____________________________________________________________________________
-[  9224] By: jhi                                   on 2001/03/19  02:06:11
-        Log: Integrate change #9223 from mainline to maintperl.
-             
-             Document -Dmksymlinks.
-     Branch: maint-5.6/perl
-         !> INSTALL
-____________________________________________________________________________
-[  9223] By: jhi                                   on 2001/03/19  02:01:25
-        Log: Document -Dmksymlinks.
-     Branch: perl
-          ! INSTALL
-____________________________________________________________________________
-[  9222] By: jhi                                   on 2001/03/19  01:15:35
-        Log: The -Dmksymlinks wasn't working for maintperl.
-     Branch: maint-5.6/perl
-          ! Configure
-____________________________________________________________________________
-[  9221] By: jhi                                   on 2001/03/19  00:49:43
-        Log: Cleanup pixie residue.
-     Branch: perl
-          ! Makefile.SH
-____________________________________________________________________________
-[  9220] By: jhi                                   on 2001/03/19  00:44:47
-        Log: Document the use of pixie/prof; create make targets for it.
-             
-             TODO: make t/TEST pixie-aware.
-     Branch: perl
-          ! Makefile.SH pod/perlhack.pod
-____________________________________________________________________________
-[  9219] By: gsar                                  on 2001/03/19  00:16:55
-        Log: remove duplicated tests
-     Branch: maint-5.6/perl
-          ! t/op/re_tests
-____________________________________________________________________________
-[  9218] By: jhi                                   on 2001/03/18  23:59:31
-        Log: Document Third Degree some more, and also PERL_DESTRUCT_LEVEL.
-     Branch: perl
-          ! pod/perlhack.pod pod/perlobj.pod pod/perlrun.pod
-____________________________________________________________________________
-[  9217] By: jhi                                   on 2001/03/18  23:25:20
-        Log: Rewrite the tests section of Makefile to be less redundant
-             and to allow for more flexible test targets, many recursive
-             make calls introduced.
-     Branch: perl
-          ! Makefile.SH
-____________________________________________________________________________
-[  9216] By: jhi                                   on 2001/03/18  22:30:04
-        Log: Document the use of Third Degree (sparsely).
-     Branch: perl
-          ! pod/perlhack.pod t/TEST
-____________________________________________________________________________
-[  9215] By: jhi                                   on 2001/03/18  22:10:30
-        Log: Make targets for testing with Third Degree.
-     Branch: perl
-          ! Makefile.SH
-____________________________________________________________________________
-[  9214] By: jhi                                   on 2001/03/18  21:08:53
-        Log: The podchecker relaxations need to mirrored also at the tests.
-     Branch: perl
-          ! t/pod/poderrs.xr
-____________________________________________________________________________
-[  9213] By: jhi                                   on 2001/03/18  20:56:21
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[  9212] By: jhi                                   on 2001/03/18  20:36:59
-        Log: Looking for config.sh in parent directories isn't
-             very useful for the toplevel Makefile.
-     Branch: perl
-          ! Makefile.SH
-____________________________________________________________________________
-[  9211] By: jhi                                   on 2001/03/18  20:33:37
-        Log: On "make clean" take care of Third Degree droppings.
-     Branch: perl
-          ! Makefile.SH
-____________________________________________________________________________
-[  9210] By: jhi                                   on 2001/03/18  20:21:34
-        Log: Add a hook for running the tests under the Third Degree
-             debugging tool (set $ENV{PERL_3LOG} to non-zero)
-             
-             TODO: Document the use of Third Degree.
-     Branch: perl
-          ! t/TEST
-____________________________________________________________________________
-[  9209] By: jhi                                   on 2001/03/18  20:19:07
-        Log: Regen toc and api pods.
-     Branch: perl
-          ! pod/perlapi.pod pod/perltoc.pod
-____________________________________________________________________________
-[  9208] By: jhi                                   on 2001/03/18  20:12:12
-        Log: Integrate changes #8128,9132 from mainline into maintperl,
-             Tie::SubstrHash fixes.
-     Branch: maint-5.6/perl
-         !> lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
-____________________________________________________________________________
-[  9207] By: jhi                                   on 2001/03/18  20:07:43
-        Log: podchecker relaxations from Michael Stevens.
-     Branch: perl
-          ! lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
-____________________________________________________________________________
-[  9206] By: jhi                                   on 2001/03/18  20:04:24
-        Log: Retract the changes made at #9176 to Neil's and Ilya's module pods.
-     Branch: perl
-          ! lib/Locale/Constants.pm lib/Locale/Country.pm
-          ! lib/Locale/Currency.pm lib/Locale/Language.pm lib/overload.pm
-          ! os2/OS2/ExtAttr/ExtAttr.pm os2/OS2/Process/Process.pm
-____________________________________________________________________________
-[  9205] By: jhi                                   on 2001/03/18  19:54:45
-        Log: Integrate changes #9161,9162 from maintperl to mainline.
-             
-             clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
-             results
-     Branch: perl
-         !> t/op/magic.t
-____________________________________________________________________________
-[  9204] By: jhi                                   on 2001/03/18  19:37:46
-        Log: Make perl.third checks more understandable to the builder.
-     Branch: perl
-          ! Makefile.SH
-____________________________________________________________________________
-[  9203] By: jhi                                   on 2001/03/18  19:20:54
-        Log: Re-integrate #9138 from maintperl to mainline,
-             the squelching of the unneeded "Scalars leaked" messages.
-     Branch: perl
-         !> t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
-         !> t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
-         !> t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
-____________________________________________________________________________
-[  9202] By: jhi                                   on 2001/03/18  18:48:36
-        Log: More robust and more paranoid perl.third target.
-     Branch: perl
-          ! Makefile.SH
-____________________________________________________________________________
-[  9201] By: jhi                                   on 2001/03/18  18:39:21
-        Log: Integrate change #9197 from maintperl to mainline.
-             
-             more thorough cleaning of arenas.
-     Branch: perl
-         !> embed.pl perl.c proto.h sv.c t/op/sort.t
-____________________________________________________________________________
-[  9200] By: jhi                                   on 2001/03/18  18:25:17
-        Log: Integrate perlio:
-             
-             [  9199]
-             Prefer !UTF8_IS_INVARIANT() over UTF8_IS_CONTINUED() when that
-             is the sense of the test being done. Avoid some magical 127 and 128 values
-             by using macros.
-             
-             [  9198]
-             UTF-X encoding invariance for Encode:
-             - move Encode::utf8_encode to utf8::encode (likewise decode,upgrade,downgrade,valid)
-             - move the XS code for those to universal.c (so in miniperl)
-             - add utf8::unicode_to_native and its inverse to allow EBCDIC to work in true unicode.
-             - change ext/Encode/compile to use above.
-             - Fix t/lib/encode.t for above
-             - Teach t/lib/b.t to expect -uutf8
-             - In utf8.c look for SWASHNEW rather than just utf8:: package to see if
-             utf8.pm is needed.
-             
-             [  9196]
-             Fix pragma/utf8.t # 15
-             - if toke.c is processing a SvUTF8 string then single quoted '...' etc.
-             are SvUTF8 as well.
-     Branch: perl
-         !> doop.c ext/Encode/Encode.pm ext/Encode/Encode.xs
-         !> ext/Encode/compile lib/utf8.pm pp_ctl.c sv.c t/lib/b.t
-         !> t/lib/encode.t toke.c universal.c utf8.c
-____________________________________________________________________________
-[  9199] By: nick                                  on 2001/03/18  15:23:51
-        Log: Prefer !UTF8_IS_INVARIANT() over UTF8_IS_CONTINUED() when that
-             is the sense of the test being done. Avoid some magical 127 and 128 values
-             by using macros.
-     Branch: perlio
-          ! doop.c pp_ctl.c sv.c toke.c
-____________________________________________________________________________
-[  9198] By: nick                                  on 2001/03/18  14:18:12
-        Log: UTF-X encoding invariance for Encode:
-             - move Encode::utf8_encode to utf8::encode (likewise decode,upgrade,downgrade,valid)
-             - move the XS code for those to universal.c (so in miniperl)
-             - add utf8::unicode_to_native and its inverse to allow EBCDIC to work in true unicode.
-             - change ext/Encode/compile to use above.
-             - Fix t/lib/encode.t for above
-             - Teach t/lib/b.t to expect -uutf8
-             - In utf8.c look for SWASHNEW rather than just utf8:: package to see if
-             utf8.pm is needed.
-     Branch: perlio
-          ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
-          ! lib/utf8.pm t/lib/b.t t/lib/encode.t universal.c utf8.c
-____________________________________________________________________________
-[  9197] By: gsar                                  on 2001/03/18  12:15:57
-        Log: more thorough cleaning of arenas--keep going until no more
-             SvREFCNT_dec()s occur (this fixes the problem that causes the
-             pesky "Scalars leaked" warnings)
-     Branch: maint-5.6/perl
-          ! embed.pl perl.c proto.h sv.c t/op/sort.t
-____________________________________________________________________________
-[  9196] By: nick                                  on 2001/03/18  10:57:29
-        Log: Fix pragma/utf8.t # 15
-             - if toke.c is processing a SvUTF8 string then single quoted '...' etc.
-             are SvUTF8 as well.
-     Branch: perlio
-          ! toke.c
-____________________________________________________________________________
-[  9195] By: nick                                  on 2001/03/18  09:27:06
-        Log: Integrate mainline
-     Branch: perlio
-         !> MANIFEST Makefile.SH doop.c mg.c op.c op.h t/op/misc.t
-         !> t/op/pat.t
-____________________________________________________________________________
-[  9194] By: jhi                                   on 2001/03/18  05:29:59
-        Log: Sarathy's clear_pmop patch with Radu Greab's fix,
-             Hiroto's, Nick Clark's, and Vadim Konovalov's tests.
-     Branch: perl
-          ! op.c op.h t/op/misc.t t/op/pat.t
-____________________________________________________________________________
-[  9193] By: jhi                                   on 2001/03/18  05:15:06
-        Log: NI-S' cunning idea of how to de-UTF8 the "\C-broken" submatches.
-     Branch: perl
-          ! mg.c t/op/pat.t
-____________________________________________________________________________
-[  9192] By: jhi                                   on 2001/03/18  04:22:43
-        Log: tr/// UTF-8 patches from Inaba Hiroto.
-     Branch: perl
-          ! doop.c op.c
-____________________________________________________________________________
-[  9191] By: jhi                                   on 2001/03/18  04:21:17
-        Log: Integrate perlio:
-             
-             [  9190]
-             Correct #if EBCDIC side typos.
-             Builds and passes many tests on OS390.
-     Branch: perl
-         !> utf8.c utfebcdic.h
-____________________________________________________________________________
-[  9190] By: nick                                  on 2001/03/17  20:32:01
-        Log: Correct #if EBCDIC side typos.
-             Builds and passes many tests on OS390.
-     Branch: perlio
-          ! utf8.c utfebcdic.h
-____________________________________________________________________________
-[  9189] By: jhi                                   on 2001/03/17  18:55:49
-        Log: Add prerequisites for the perl.third target.
-     Branch: perl
-          ! Makefile.SH
-____________________________________________________________________________
-[  9188] By: jhi                                   on 2001/03/17  18:46:00
-        Log: Integrate perlio:
-             
-             [  9186]
-             MANIFEST addition :-(
-             
-             [  9185]
-             Infrastructure to use UTF-EBCDIC rather than UTF-8 as the internal
-             encoding on EBCDIC platforms. This has property that U+0000..U+009F i.e.
-             a superset of ASCII are invariant under the encoding. This is EBCDIC
-             friendly as an encoded string can be looked at as being EBCDIC by lexer
-             sprintf("0",...) etc. in same manner that a UTF-8 string be considered
-             ASCII on ASCII machines.
-             - re-arrange utf8.h to get ASCII specific vs Unicode generic bits
-             seperate.
-             - Add some more macros to comprehend different shift amounts and
-             possible swizzle in UTF-EBCDIC vs UTF-8. Change utf8.c to use them.
-             - add utfebcdic.h which provides UTF-EBCDIC versions of the macros,
-             and conditionally #include it.
-             EBCDIC build as yet untested.  ASCII still fails the one test.
-             
-             [  9184]
-             Minor naming change UTF8_IS_ASCII => UTF8_IS_INVARIANT
-     Branch: perl
-         +> utfebcdic.h
-         !> MANIFEST doop.c perl.h pp.c utf8.c utf8.h
-____________________________________________________________________________
-[  9187] By: jhi                                   on 2001/03/17  18:38:47
-        Log: Add a make rule for perl.third (the Third Degree memory debugging
-             tool of Tru64 / Digital UNIX / DEC OSF/1, see man third or man atom)
-     Branch: perl
-          ! Makefile.SH
-____________________________________________________________________________
-[  9186] By: nick                                  on 2001/03/17  18:34:48
-        Log: MANIFEST addition :-(
-     Branch: perlio
-          ! MANIFEST
-____________________________________________________________________________
-[  9185] By: nick                                  on 2001/03/17  18:29:50
-        Log: Infrastructure to use UTF-EBCDIC rather than UTF-8 as the internal
-             encoding on EBCDIC platforms. This has property that U+0000..U+009F i.e.
-             a superset of ASCII are invariant under the encoding. This is EBCDIC
-             friendly as an encoded string can be looked at as being EBCDIC by lexer
-             sprintf("%d",...) etc. in same manner that a UTF-8 string be considered
-             ASCII on ASCII machines.
-             
-             - re-arrange utf8.h to get ASCII specific vs Unicode generic bits
-             seperate.
-             - Add some more macros to comprehend different shift amounts and
-             possible swizzle in UTF-EBCDIC vs UTF-8. Change utf8.c to use them.
-             - add utfebcdic.h which provides UTF-EBCDIC versions of the macros,
-             and conditionally #include it.
-             
-             EBCDIC build as yet untested.  ASCII still fails the one test.
-     Branch: perlio
-          + utfebcdic.h
-          ! utf8.c utf8.h
-____________________________________________________________________________
-[  9184] By: nick                                  on 2001/03/17  17:44:16
-        Log: Minor naming change UTF8_IS_ASCII => UTF8_IS_INVARIANT
-     Branch: perlio
-          ! doop.c perl.h pp.c utf8.h
-____________________________________________________________________________
-[  9183] By: jhi                                   on 2001/03/17  15:55:42
-        Log: Integrate perlio:
-             
-             [  9182]
-             Allow test to pass even when \C leaves SvUTF8 set by adding 'use bytes'
-             
-             [  9180]
-             EBCDIC Fixes.
-             
-             [  9173]
-             1st day's EBCDIC fixes:
-             - toke.c's parsing of strings needed attention
-             needed to conditionally e2a if string was already UTF-8
-             - e2a/a2e tables where wrong way round.
-             - new macros in utf8.h
-     Branch: perl
-          ! MANIFEST
-         !> perl.h sv.c t/op/pat.t toke.c utf8.c utf8.h
-____________________________________________________________________________
-[  9182] By: nick                                  on 2001/03/17  09:16:06
-        Log: Allow test to pass even when \C leaves SvUTF8 set by adding 'use bytes'
-     Branch: perlio
-          ! t/op/pat.t
-____________________________________________________________________________
-[  9181] By: nick                                  on 2001/03/17  09:15:11
-        Log: Integrate mainline.
-     Branch: perlio
-         +> lib/Locale/Constants.pm lib/Locale/Country.pm
-         +> lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
-         +> t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
-         +> t/lib/lc-language.t t/lib/lc-uk.t win32/sncfnmcs.pl
-         !> (integrate 83 files)
-____________________________________________________________________________
-[  9180] By: nick                                  on 2001/03/16  17:23:21
-        Log: EBCDIC Fixes.
-     Branch: perlio
-          ! perl.h sv.c toke.c utf8.c utf8.h
-____________________________________________________________________________
-[  9179] By: jhi                                   on 2001/03/16  14:10:12
-        Log: Re-apply #9024 as the Storable 1.0.11 (#9069) overwrote
-             a change needed to work around an AIX compiler bug.
-     Branch: perl
-          ! ext/Storable/Storable.xs
-____________________________________________________________________________
-[  9178] By: jhi                                   on 2001/03/16  03:19:59
-        Log: With Damian's approval synchronize damian's modules'
-             licensing with Perl's standard module licensing.
-     Branch: perl
-          ! lib/Filter/Simple.pm lib/Switch.pm lib/Text/Balanced.pod
-____________________________________________________________________________
-[  9177] By: jhi                                   on 2001/03/16  03:15:34
-        Log: Make the Filter::Util:Call files have their own copies
-             of the Perl standard module licensing, from Paul Marquess.
-     Branch: perl
-          ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
-____________________________________________________________________________
-[  9176] By: jhi                                   on 2001/03/16  02:56:04
-        Log: Subject: [PATCH] more pod patches
-             From: Michael Stevens <michael@etla.org>
-             Date: Thu, 15 Mar 2001 21:25:18 +0000
-             Message-ID: <20010315212518.A18870@firedrake.org>
-     Branch: perl
-          ! configpm ext/B/B/Bytecode.pm ext/DB_File/DB_File.pm
-          ! ext/Data/Dumper/Dumper.pm ext/Devel/Peek/Peek.pm
-          ! ext/Filter/Util/Call/Call.pm ext/IO/lib/IO/Handle.pm
-          ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Socket/UNIX.pm
-          ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
-          ! ext/IPC/SysV/SysV.pm ext/NDBM_File/NDBM_File.pm
-          ! ext/ODBM_File/ODBM_File.pm ext/Socket/Socket.pm
-          ! ext/Storable/Storable.pm ext/Sys/Syslog/Syslog.pm
-          ! ext/Thread/Thread.pm ext/Thread/Thread/Queue.pm
-          ! ext/attrs/attrs.pm jpl/JNI/JNI.pm lib/CPAN.pm
-          ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Embed.pm
-          ! lib/ExtUtils/Installed.pm lib/ExtUtils/MM_Cygwin.pm
-          ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_VMS.pm
-          ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/Manifest.pm
-          ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/Packlist.pm
-          ! lib/File/Basename.pm lib/File/Spec/VMS.pm
-          ! lib/File/Spec/Win32.pm lib/FileHandle.pm lib/Filter/Simple.pm
-          ! lib/Getopt/Long.pm lib/Locale/Constants.pm
-          ! lib/Locale/Country.pm lib/Locale/Language.pm
-          ! lib/Term/ANSIColor.pm lib/Test.pm lib/Test/Harness.pm
-          ! lib/Text/Wrap.pm lib/Tie/Array.pm lib/Tie/Handle.pm
-          ! lib/Tie/Hash.pm lib/Tie/Scalar.pm lib/User/pwent.pm
-          ! lib/autouse.pm lib/overload.pm os2/OS2/ExtAttr/ExtAttr.pm
-          ! os2/OS2/Process/Process.pm
-____________________________________________________________________________
-[  9175] By: jhi                                   on 2001/03/16  02:53:32
-        Log: Subject: [PATCH] the uncontroversial doc patches
-             From: Michael Stevens <michael@etla.org>
-             Date: Thu, 15 Mar 2001 20:01:12 +0000
-             Message-ID: <20010315200112.A7636@firedrake.org>
-     Branch: perl
-          ! pod/perl5005delta.pod pod/perldebtut.pod pod/perldelta.pod
-          ! pod/perlfunc.pod pod/perlhack.pod pod/perllexwarn.pod
-          ! pod/perllocale.pod pod/perllol.pod pod/perlmod.pod
-          ! pod/perlmodlib.pod pod/perlport.pod pod/perlrun.pod
-          ! pod/perltoc.pod pod/perlxs.pod pod/perlxstut.pod
-____________________________________________________________________________
-[  9174] By: jhi                                   on 2001/03/16  02:50:49
-        Log: Subject: [PATCH 5.6.1] ext/GDBM_File GDBM_NOLOCK constant
-             From: Paul Lindner <lindner@inuus.com>
-             Date: Fri, 16 Mar 2001 11:28:03 -0800
-             Message-ID: <20010316112803.A7577@inuus.com>
-     Branch: perl
-          ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
-____________________________________________________________________________
-[  9173] By: nick                                  on 2001/03/15  20:21:03
-        Log: 1st day's EBCDIC fixes:
-             - toke.c's parsing of strings needed attention
-             needed to conditionally e2a if string was already UTF-8
-             - e2a/a2e tables where wrong way round.
-             - new macros in utf8.h
-     Branch: perlio
-          ! perl.h toke.c utf8.h
-____________________________________________________________________________
-[  9172] By: jhi                                   on 2001/03/15  15:17:17
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[  9171] By: jhi                                   on 2001/03/15  15:09:32
-        Log: Subject: Re: Another Borland C++ problem.
-             From: "Vadim Konovalov" <watman@inbox.ru>
-             Date: Sat, 10 Mar 2001 19:26:07 +0300
-             Message-ID: <001601c0a97f$143fcc40$da7b55c2@vad>
-             
-             Borland filename case problem.
-     Branch: perl
-          + win32/sncfnmcs.pl
-          ! MANIFEST README.win32
-____________________________________________________________________________
-[  9170] By: jhi                                   on 2001/03/15  14:54:23
-        Log: Add Locale::Codes 1.06, from Neil Bowers.
-     Branch: perl
-          + lib/Locale/Constants.pm lib/Locale/Country.pm
-          + lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
-          + t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
-          + t/lib/lc-language.t t/lib/lc-uk.t
-          ! MANIFEST
-____________________________________________________________________________
-[  9169] By: jhi                                   on 2001/03/15  14:19:01
-        Log: Upgrade to Storable 1.0.11, from Raphael Manfredi.
-     Branch: perl
-          ! ext/Storable/ChangeLog ext/Storable/Storable.pm
-          ! ext/Storable/Storable.xs
-____________________________________________________________________________
-[  9168] By: jhi                                   on 2001/03/15  14:13:22
-        Log: Integrate changes #9120,9167 from mainline to maintperl.
-             
-             Subject: [PATCH 5.6.1] OS/2 docs
-             
-             Subject: [PATCH 5.6.1] perldoc
-     Branch: maint-5.6/perl
-         !> os2/Changes utils/perldoc.PL
-____________________________________________________________________________
-[  9167] By: jhi                                   on 2001/03/15  14:07:42
-        Log: Subject: [PATCH 5.6.1] perldoc
-             From: Ilya Zakharevich <ilya@math.ohio-state.edu>
-             Date: Wed, 14 Mar 2001 23:46:52 -0500
-             Message-ID: <20010314234652.A7972@math.ohio-state.edu>
-     Branch: perl
-          ! utils/perldoc.PL
-____________________________________________________________________________
-[  9166] By: jhi                                   on 2001/03/15  13:53:15
-        Log: sigaction test condition tweakage.
-     Branch: perl
-          ! t/lib/sigaction.t
-____________________________________________________________________________
-[  9165] By: alanbur                               on 2001/03/15  03:49:17
-        Log: Resynchronised with parent
-     Branch: maint-5.6/pureperl
-         +> os2/os2add.sym t/op/anonsub.t
-         !> (integrate 72 files)
-____________________________________________________________________________
-[  9164] By: jhi                                   on 2001/03/15  01:05:01
-        Log: Avoid stomping off the beginning of an array in tr///.
-     Branch: perl
-          ! op.c
-____________________________________________________________________________
-[  9163] By: jhi                                   on 2001/03/15  00:58:57
-        Log: h2ph strictness and cleanliness from Kurt Starsinic.
-     Branch: perl
-          ! utils/h2ph.PL
-____________________________________________________________________________
-[  9162] By: gsar                                  on 2001/03/15  00:56:53
-        Log: avoid warnings
-     Branch: maint-5.6/perl
-          ! t/op/magic.t
-____________________________________________________________________________
-[  9161] By: gsar                                  on 2001/03/15  00:52:09
-        Log: clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
-             results
-     Branch: maint-5.6/perl
-          ! t/op/magic.t
-____________________________________________________________________________
-[  9160] By: jhi                                   on 2001/03/14  22:02:10
-        Log: Do not use the Perl malloc in IRIX, suggested by
-             Helmus Jarausch.
-     Branch: perl
-          ! hints/irix_6.sh
-____________________________________________________________________________
-[  9159] By: nick                                  on 2001/03/14  21:45:59
-        Log: Integrate mainline
-     Branch: perlio
-         +> t/op/loopctl.t
-         !> (integrate 41 files)
-____________________________________________________________________________
-[  9158] By: jhi                                   on 2001/03/14  21:10:09
-        Log: The Day of the Retractions continues: the #9138
-             (integrated in #9144) doesn't work well in mainline.
-     Branch: perl
-          ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
-          ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
-          ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
-____________________________________________________________________________
-[  9157] By: jhi                                   on 2001/03/14  20:58:12
-        Log: The #9145 CANNOT be enabled: the clear_pmop code still
-             dumps core all over in Tru64.
-     Branch: perl
-          ! op.c op.h t/op/pat.t
-____________________________________________________________________________
-[  9156] By: jhi                                   on 2001/03/14  20:48:06
-        Log: Integrate change #9154 from maintperl to mainline.
-             
-             PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
-             (caused Storable 1.0.10 to break on windows)
-     Branch: perl
-         !> embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
-         !> perlapi.c proto.h
-____________________________________________________________________________
-[  9155] By: jhi                                   on 2001/03/14  20:23:53
-        Log: Retract #9136: breaks threading (and binary compatibility).
-     Branch: perl
-          ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
-____________________________________________________________________________
-[  9154] By: gsar                                  on 2001/03/14  17:48:18
-        Log: PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
-             (caused Storable 1.0.10 to break on windows)
-     Branch: maint-5.6/perl
-          ! embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
-          ! perlapi.c proto.h
-____________________________________________________________________________
-[  9153] By: jhi                                   on 2001/03/14  13:35:21
-        Log: Tweaked a tweak from H.Merijn Brand on the sigaction test.
-     Branch: perl
-          ! t/lib/sigaction.t
-____________________________________________________________________________
-[  9152] By: gsar                                  on 2001/03/14  07:29:40
-        Log: back out changes#9012,9010,9009 and parts of change#9016
-             (causes ABRs under purify, and some prerequisites don't
-             seem to be there in 5.6.x)
-     Branch: maint-5.6/perl
-          ! doop.c op.c t/op/tr.t toke.c
-____________________________________________________________________________
-[  9151] By: gsar                                  on 2001/03/14  07:01:29
-        Log: reenable change#9145 (the test was busted due to a missing
-             C<print "ok 27\n">)
-     Branch: perl
-          ! op.c op.h t/op/pat.t
-____________________________________________________________________________
-[  9150] By: jhi                                   on 2001/03/14  06:38:36
-        Log: Retract #9145.
-     Branch: perl
-          ! op.c op.h t/op/pat.t
-____________________________________________________________________________
-[  9149] By: jhi                                   on 2001/03/14  06:14:56
-        Log: Retract #9143.
-     Branch: perl
-          ! op.c
-____________________________________________________________________________
-[  9148] By: gsar                                  on 2001/03/14  06:13:02
-        Log: Uninitialized Memory Read in regexec.c
-     Branch: perl
-          ! regexec.c
-____________________________________________________________________________
-[  9147] By: jhi                                   on 2001/03/14  04:59:54
-        Log: Subject: PATCH: make goto work in nested eval ""
-             From: Robin Houston <robin@kitsite.com>
-             Date: Wed, 14 Mar 2001 04:16:10 +0000
-             Message-ID: <20010314041610.A16307@puffinry.freeserve.co.uk>
-     Branch: perl
-          ! pp_ctl.c t/op/goto.t
-____________________________________________________________________________
-[  9146] By: jhi                                   on 2001/03/14  04:42:54
-        Log: Preserve the #ifdef PERL_CORE in perly.h.
-     Branch: perl
-          ! perly.fixer
-____________________________________________________________________________
-[  9145] By: jhi                                   on 2001/03/14  03:57:41
-        Log: (Retracted by #9150.)
-     Branch: perl
-          ! op.c op.h t/op/pat.t
-____________________________________________________________________________
-[  9144] By: jhi                                   on 2001/03/14  03:50:38
-        Log: Integrate changes #9137,9138,9142 from maintperl into mainline.
-             
-             fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
-             
-             remove squelch controls for "Scalars leaked" messages in most places
-             (these are now cured)
-             
-             fix another memory leak reported by purify (tie callbacks that
-             croak can leak when wiping out magic)
-     Branch: perl
-         !> regcomp.c scope.c t/comp/proto.t t/op/lex_assign.t
-         !> t/op/local.t t/op/pat.t t/op/regexp.t t/pragma/strict-vars
-         !> t/pragma/warn/op t/pragma/warn/regcomp t/pragma/warn/toke
-         !> t/pragma/warnings.t
-____________________________________________________________________________
-[  9143] By: jhi                                   on 2001/03/14  03:37:53
-        Log: (Retracted by #9149.)
-     Branch: perl
-          ! op.c
-____________________________________________________________________________
-[  9142] By: gsar                                  on 2001/03/14  03:20:48
-        Log: fix another memory leak reported by purify (tie callbacks that
-             croak can leak when wiping out magic)
-     Branch: maint-5.6/perl
-          ! scope.c
-____________________________________________________________________________
-[  9141] By: jhi                                   on 2001/03/14  02:55:00
-        Log: Subject: PATCH for [ID 20010305.003]
-             From: Robin Houston <robin@kitsite.com>
-             Date: Wed, 14 Mar 2001 02:45:51 +0000
-             Message-ID: <20010314024551.A16207@puffinry.freeserve.co.uk>
-     Branch: perl
-          ! pp_ctl.c t/op/eval.t
-____________________________________________________________________________
-[  9140] By: jhi                                   on 2001/03/14  02:41:54
-        Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
-             Date: Wed, 14 Mar 2001 01:52:51 +0000
-             From: Robin Houston <robin@kitsite.com>
-             Message-ID: <20010314015251.B16112@puffinry.freeserve.co.uk>
-             
-             Fix for 2000313.004.
-     Branch: perl
-          ! pp_ctl.c t/op/goto.t
-____________________________________________________________________________
-[  9139] By: jhi                                   on 2001/03/14  02:40:50
-        Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
-             From: Robin Houston <robin@kitsite.com>
-             Date: Wed, 14 Mar 2001 00:43:45 +0000
-             Message-ID: <20010314004345.A15892@puffinry.freeserve.co.uk>
-     Branch: perl
-          + t/op/loopctl.t
-          ! AUTHORS MANIFEST perly.c perly.y perly_c.diff t/op/goto.t
-          ! vms/perly_c.vms
-____________________________________________________________________________
-[  9138] By: gsar                                  on 2001/03/14  01:18:00
-        Log: remove squelch controls for "Scalars leaked" messages in most places
-             (these are now cured)
-     Branch: maint-5.6/perl
-          ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
-          ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
-          ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
-____________________________________________________________________________
-[  9137] By: gsar                                  on 2001/03/14  00:57:04
-        Log: fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
-     Branch: maint-5.6/perl
-          ! regcomp.c
-____________________________________________________________________________
-[  9136] By: jhi                                   on 2001/03/13  23:12:24
-        Log: (Retracted by #9155)
-             
-             Subject: Re: [gsar@ActiveState.com: v5.6.1 trial2 is available]
-             From: Jens-Uwe Mager <jum@helios.de>
-             Date: Wed, 21 Feb 2001 21:32:04 +0100
-             Message-ID: <20010221213203.A18340@ans.helios.de>
-     Branch: perl
-          ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
-____________________________________________________________________________
-[  9135] By: jhi                                   on 2001/03/13  22:50:05
-        Log: Integrate perlio:
-             
-             [  9126]
-             #ifdef'ed out code to make packed side of pack/unpack
-             octets. (i.e. pack('U') => encode_utf8).
-     Branch: perl
-         !> pp.c
-____________________________________________________________________________
-[  9134] By: jhi                                   on 2001/03/13  22:49:05
-        Log: Integrate change #9131 from maintperl into mainline.
-             
-             make the error text look more consistent in hints/hpux.sh
-     Branch: perl
-         !> hints/hpux.sh
-____________________________________________________________________________
-[  9133] By: gsar                                  on 2001/03/13  22:46:20
-        Log: integrate change#9067 from mainline
-             
-             Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
-     Branch: maint-5.6/perl
-         !> lib/ExtUtils/MM_Unix.pm
-____________________________________________________________________________
-[  9132] By: jhi                                   on 2001/03/13  22:41:21
-        Log: Subject:  Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
-             From: "John P. Linderman" <jpl@research.att.com>
-             Date: Tue, 13 Mar 2001 12:36:32 -0500 (EST)
-             Message-Id: <200103131736.MAA35615@raptor.research.att.com>
-             
-             A more correct prime finder.
-     Branch: perl
-          ! lib/Tie/SubstrHash.pm
-____________________________________________________________________________
-[  9131] By: gsar                                  on 2001/03/13  22:30:42
-        Log: make the error text look more consistent in hints/hpux.sh
-     Branch: maint-5.6/perl
-          ! hints/hpux.sh
-____________________________________________________________________________
-[  9130] By: jhi                                   on 2001/03/13  22:23:44
-        Log: Subject: Re: 9122 and sigaction/switch on HP-UX 11.00
-             From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
-             Date: Tue, 13 Mar 2001 18:41:26 +0100
-             Message-Id: <20010313184043.BFFC.H.M.BRAND@hccnet.nl>
-             
-             If the test is run non-interactively the default handler
-             is different.
-     Branch: perl
-          ! t/lib/sigaction.t
-____________________________________________________________________________
-[  9129] By: jhi                                   on 2001/03/13  22:20:21
-        Log: Subject:  [PATCH perl@9125] t/lib/1_compile.t  VMS mod
-             From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
-             Message-Id: <010313164414.d1225@DUPHY4.Physics.Drexel.Edu>
-             Date:     Tue, 13 Mar 2001 16:44:32 EST
-     Branch: perl
-          ! t/lib/1_compile.t
-____________________________________________________________________________
-[  9128] By: jhi                                   on 2001/03/13  22:18:34
-        Log: Subject: Another patch for integer.pm POD 
-             From: "John L. Allen" <allen@grumman.com>
-             Date: Tue, 13 Mar 2001 16:14:02 -0500 (EST)
-             Message-ID: <Pine.SOL.3.91.1010313160755.1630A-100000@gateway.grumman.com>
-     Branch: perl
-          ! lib/integer.pm
-____________________________________________________________________________
-[  9127] By: nick                                  on 2001/03/13  21:26:30
-        Log: Integrate mainline.
-     Branch: perlio
-         +> lib/Switch.pm lib/Text/Balanced.pm lib/Text/Balanced.pod
-         +> t/lib/switch.t t/lib/tb-genxt.t t/lib/tb-xbrak.t
-         +> t/lib/tb-xcode.t t/lib/tb-xdeli.t t/lib/tb-xmult.t
-         +> t/lib/tb-xquot.t t/lib/tb-xtagg.t t/lib/tb-xvari.t
-         !> Changes Configure MANIFEST README.os2 README.os390
-         !> ext/re/Makefile.PL hints/aix.sh hints/os390.sh lib/integer.pm
-         !> os2/Changes patchlevel.h win32/perlhost.h
-____________________________________________________________________________
-[  9126] By: nick                                  on 2001/03/13  20:39:51
-        Log: #ifdef'ed out code to make packed side of pack/unpack
-             octets. (i.e. pack('U') => encode_utf8).
-     Branch: perlio
-          ! pp.c
-____________________________________________________________________________
-[  9125] By: jhi                                   on 2001/03/13  15:07:16
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[  9124] By: jhi                                   on 2001/03/13  14:22:45
-        Log: Workaround for the buggy ("internal compiler error")
-             AIX C compiler 5.0.1.0: skip the optimization for regcomp.c
-             (and ext/re/re_comp.c).  The MakeMaker dark magic courtesy
-             of Andreas König.
-     Branch: perl
-          ! ext/re/Makefile.PL hints/aix.sh
-____________________________________________________________________________
-[  9123] By: jhi                                   on 2001/03/13  03:24:34
-        Log: Typo in #9114.
-     Branch: metaconfig
-          ! U/modified/myhostname.U
-____________________________________________________________________________
-[  9122] By: jhi                                   on 2001/03/13  03:24:06
-        Log: Typo in #9113.
-     Branch: perl
-          ! Configure
-____________________________________________________________________________
-[  9121] By: jhi                                   on 2001/03/13  01:53:05
-        Log: Forgot to check-in the larger part of #9120, duh.
-     Branch: perl
-          ! README.os2
-____________________________________________________________________________
-[  9120] By: jhi                                   on 2001/03/13  01:51:31
-        Log: Subject: [PATCH 5.6.1] OS/2 docs
-             From: Ilya Zakharevich <ilya@math.ohio-state.edu>
-             Date: Mon, 12 Mar 2001 03:27:32 -0500
-             Message-ID: <20010312032732.A19283@math.ohio-state.edu>
-     Branch: perl
-          ! os2/Changes
-____________________________________________________________________________
-[  9119] By: jhi                                   on 2001/03/13  01:49:41
-        Log: Integrate change #9116 from maintperl into mainline.
-             
-             Win32::GetCwd() returns C: instead of C:\ in the root directory
-             under ithreads
-     Branch: perl
-         !> win32/perlhost.h
-____________________________________________________________________________
-[  9118] By: jhi                                   on 2001/03/13  01:13:39
-        Log: Add Switch 2.01, resort MANIFEST (forgot that in #9117)
-     Branch: perl
-          + lib/Switch.pm t/lib/switch.t
-          ! MANIFEST
-____________________________________________________________________________
-[  9117] By: jhi                                   on 2001/03/13  01:03:17
-        Log: Add Text::Balanced 1.83.
-     Branch: perl
-          + lib/Text/Balanced.pm lib/Text/Balanced.pod t/lib/tb-genxt.t
-          + t/lib/tb-xbrak.t t/lib/tb-xcode.t t/lib/tb-xdeli.t
-          + t/lib/tb-xmult.t t/lib/tb-xquot.t t/lib/tb-xtagg.t
-          + t/lib/tb-xvari.t
-          ! MANIFEST
-____________________________________________________________________________
-[  9116] By: gsar                                  on 2001/03/13  00:55:53
-        Log: Win32::GetCwd() returns C: instead of C:\ in the root directory
-             under ithreads
-     Branch: maint-5.6/perl
-          ! win32/perlhost.h
-____________________________________________________________________________
-[  9115] By: jhi                                   on 2001/03/13  00:54:09
-        Log: Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
-             From: "John L. Allen" <allen@grumman.com>
-             Date: Tue, 6 Mar 2001 10:50:51 -0500 (EST)
-             Message-ID: <Pine.SOL.3.91.1010306103113.9094A-100000@gateway.grumman.com>
-             
-             use integer document clarification.
-     Branch: perl
-          ! lib/integer.pm
-____________________________________________________________________________
-[  9114] By: jhi                                   on 2001/03/13  00:38:54
-        Log: Metaconfig unit change for #9113.
-     Branch: metaconfig
-          ! U/modified/myhostname.U
-____________________________________________________________________________
-[  9113] By: jhi                                   on 2001/03/13  00:38:35
-        Log: Subject: [PATCH: perl@9092, dist-3.0@70] OS/390 mydomain last gasp before silly guess (was Re: What do I need to build EBCDIC perl?)
-             From: Peter Prymmer <pvhp@forte.com>
-             Date: Mon, 12 Mar 2001 16:25:56 -0800 (PST)
-             Message-ID: <Pine.OSF.4.10.10103121619020.180841-100000@aspara.forte.com>
-     Branch: perl
-          ! Configure README.os390 hints/os390.sh
-____________________________________________________________________________
-[  9112] By: jhi                                   on 2001/03/13  00:29:00
-        Log: Integrate perlio:
-             
-             [  9110]
-             #ifdef'ed out code for 'USE_BYTES_DOWNGRADES' case.
-     Branch: perl
-         !> sv.c utf8.h
-____________________________________________________________________________
-[  9111] By: nick                                  on 2001/03/12  21:16:33
-        Log: Integrate mainline.
-     Branch: perlio
-         +> t/op/anonsub.t
-         !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
-         !> proto.h sv.c
-____________________________________________________________________________
-[  9110] By: nick                                  on 2001/03/12  21:00:13
-        Log: #ifdef'ed out code for 'USE_BYTES_DOWNGRADES' case.
-     Branch: perlio
-          ! sv.c utf8.h
-____________________________________________________________________________
-[  9109] By: jhi                                   on 2001/03/12  16:04:47
-        Log: Integrate change #9108 from maintperl to mainline.
-             
-             fix memory leak in C<sub X { sub {} }> arising from a refcount
-             loop between the outer sub and the inner prototype anonsub
-             
-             this also enables closures returned by subroutines that
-             subsequently get redefined to work without generating coredumps :)
-             
-             completely removed the free_closures() hack--it shouldn't be
-             needed anymore
-     Branch: perl
-         +> t/op/anonsub.t
-         !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
-         !> proto.h sv.c
-____________________________________________________________________________
-[  9108] By: gsar                                  on 2001/03/12  10:21:31
-        Log: fix memory leak in C<sub X { sub {} }> arising from a refcount
-             loop between the outer sub and the inner prototype anonsub
-             
-             this also enables closures returned by subroutines that
-             subsequently get redefined to work without generating coredumps :)
-             
-             completely removed the free_closures() hack--it shouldn't be
-             needed anymore
-     Branch: maint-5.6/perl
-          + t/op/anonsub.t
-          ! MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
-          ! proto.h sv.c
-____________________________________________________________________________
-[  9107] By: jhi                                   on 2001/03/12  05:15:31
-        Log: Integrate perlio:
-             
-             [  9106]
-             regcomp.c is working in native space, not Unicode space (if different)
-             as it is doing compare against 'W' in \W etc.
-             
-             [  9105]
-             Audit #ifdef EBCDIC and #ifndef ASCIIish, replace latter with former.
-             Use ASCII_TO_NATIVE and NATIVE_TO_ASCII to avoid some #ifs.
-             
-             [  9104]
-             Put utf8_downgrade in CRIPPLED_CC versions of SvPVbyte* before I forget.
-             
-             [  9102]
-             USE_SFIO issues as observed by Chris Nandor <pudge@pobox.com>
-             - exclude layer syms in makedef.pl for sfio
-             - also inhibit Encode from trying to build ":encode()" layer.
-     Branch: perl
-         !> ext/Encode/Encode.xs makedef.pl regcomp.c sv.c toke.c utf8.c
-____________________________________________________________________________
-[  9106] By: nick                                  on 2001/03/11  20:10:12
-        Log: regcomp.c is working in native space, not Unicode space (if different)
-             as it is doing compare against 'W' in \W etc.
-     Branch: perlio
-          ! regcomp.c
-____________________________________________________________________________
-[  9105] By: nick                                  on 2001/03/11  19:39:34
-        Log: Audit #ifdef EBCDIC and #ifndef ASCIIish, replace latter with former.
-             Use ASCII_TO_NATIVE and NATIVE_TO_ASCII to avoid some #ifs.
-     Branch: perlio
-          ! regcomp.c toke.c utf8.c
-____________________________________________________________________________
-[  9104] By: nick                                  on 2001/03/11  18:15:44
-        Log: Put utf8_downgrade in CRIPPLED_CC versions of SvPVbyte* before I forget.
-     Branch: perlio
-          ! sv.c
-____________________________________________________________________________
-[  9103] By: nick                                  on 2001/03/11  18:03:28
-        Log: Integrate mainline (for regexp stuff).
-     Branch: perlio
-         !> ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
-         !> ext/Encode/Encode.xs ext/Errno/Errno_pm.PL
-         !> lib/ExtUtils/Manifest.pm regcomp.c regexec.c t/lib/b.t
-         !> t/lib/errno.t t/op/pat.t
-____________________________________________________________________________
-[  9102] By: nick                                  on 2001/03/11  17:44:20
-        Log: USE_SFIO issues as observed by Chris Nandor <pudge@pobox.com>
-             - exclude layer syms in makedef.pl for sfio
-             - also inhibit Encode from trying to build ":encode()" layer.
-     Branch: perlio
-          ! ext/Encode/Encode.xs makedef.pl
-____________________________________________________________________________
-[  9101] By: jhi                                   on 2001/03/10  22:38:13
-        Log: The $Is_MacOS needs to be declared.
-     Branch: perl
-          ! lib/ExtUtils/Manifest.pm
-____________________________________________________________________________
-[  9100] By: jhi                                   on 2001/03/10  22:14:29
-        Log: Use #if defined(USE_PERLIO) && !defined(USE_SFIO) instead of just
-             #ifdef USE_PERLIO in Encode.xs so that the perlio symbols don't
-             pollute the symbolspace if using sfio.
-     Branch: perl
-          ! ext/Encode/Encode.xs
-____________________________________________________________________________
-[  9099] By: jhi                                   on 2001/03/10  21:58:48
-        Log: Subject: [PATCH] Portability fixes for Mac OS / bleadperl
-             Date: Sat, 10 Mar 2001 14:23:55 -0500
-             From: Chris Nandor <pudge@pobox.com>
-             Message-Id: <p05010401b6d02f70211f@[10.0.1.177]>
-     Branch: perl
-          ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
-          ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm t/lib/b.t
-          ! t/lib/errno.t
-____________________________________________________________________________
-[  9098] By: jhi                                   on 2001/03/10  21:38:30
-        Log: Fix for ID 20010306.008, UTF-8 and \w without 'use utf8' coredump.
-     Branch: perl
-          ! regcomp.c regexec.c t/op/pat.t
-____________________________________________________________________________
-[  9097] By: jhi                                   on 2001/03/10  14:38:07
-        Log: Integrate perlio:
-             
-             [  9096]
-             EBCDIC sanity - phase I
-             - rename utf8/uv functions to indicate what sort of uv they provide (uvuni/uvchr)
-             - use utf8n_xxxx (c.f. pvn) for forms which take length.
-             - back out vN.N and $^V exceptions to e2a/a2e
-             - make "locale" isxxx macros be uvchr (may be redundant?)
-             Not clear yet that toUPPER_uni et. al. return being handled correctly.
-             The tr// and rexexp stuff still needs an audit, assumption is they are working
-             in Unicode space.
-             Need to provide v5.6 names for XS modules (decide is uni or chr ?).
-     Branch: perl
-         !> doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
-         !> handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
-         !> regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
-____________________________________________________________________________
-[  9096] By: nick                                  on 2001/03/10  11:55:43
-        Log: EBCDIC sanity - phase I
-             - rename utf8/uv functions to indicate what sort of uv they provide (uvuni/uvchr)
-             - use utf8n_xxxx (c.f. pvn) for forms which take length.
-             - back out vN.N and $^V exceptions to e2a/a2e
-             - make "locale" isxxx macros be uvchr (may be redundant?)
-             
-             Not clear yet that toUPPER_uni et. al. return being handled correctly.
-             The tr// and rexexp stuff still needs an audit, assumption is they are working
-             in Unicode space.
-             
-             Need to provide v5.6 names for XS modules (decide is uni or chr ?).
-     Branch: perlio
-          ! doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
-          ! handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
-          ! regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
-____________________________________________________________________________
-[  9095] By: jhi                                   on 2001/03/09  22:10:01
-        Log: Integrate perlio:
-             
-             [  9094]
-             Builds an passes all tests after integrate and this tweak.
-     Branch: perl
-         !> dump.c
-____________________________________________________________________________
-[  9094] By: nick                                  on 2001/03/09  17:36:38
-        Log: Builds an passes all tests after integrate and this tweak.
-     Branch: perlio
-          ! dump.c
-____________________________________________________________________________
-[  9093] By: nick                                  on 2001/03/09  17:16:03
-        Log: Integrate mainline (does not build - sv_catpvf issue in dump.c)
-     Branch: perlio
-         +> lib/unicode/Scripts.txt t/lib/sigaction.t
-         !> (integrate 79 files)
-____________________________________________________________________________
-[  9092] By: jhi                                   on 2001/03/09  15:28:26
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[  9091] By: jhi                                   on 2001/03/09  15:25:05
-        Log: In op/stat #35 better to scan all the potential directories
-             for setuids, not just the first one.
-     Branch: perl
-          ! t/op/stat.t
-____________________________________________________________________________
-[  9090] By: jhi                                   on 2001/03/09  15:01:27
-        Log: Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists() 
-             From: rspier@pobox.com (Robert Spier)
-             Date: Fri, 9 Mar 2001 03:30:20 -0500
-             Message-ID: <15016.38044.381174.160189@rls.cx>
-             
-             EXISTS() returning undef mistakenly triggered a FETCH().
-     Branch: perl
-          ! hv.c
-____________________________________________________________________________
-[  9089] By: jhi                                   on 2001/03/09  14:59:02
-        Log: Add /sbin and /usr/sbin to the list of directories scanned
-             for setuid programs.  Takes care of bug id 20010309.003.
-     Branch: perl
-          ! t/op/stat.t
-____________________________________________________________________________
-[  9088] By: jhi                                   on 2001/03/09  14:48:32
-        Log: Regen perlapi, perltoc.
-     Branch: perl
-          ! ext/Encode/Encode/Tcl.pm pod/perlapi.pod pod/perltoc.pod
-____________________________________________________________________________
-[  9087] By: jhi                                   on 2001/03/09  14:38:56
-        Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
-             From: David Mitchell <davem@fdgroup.co.uk>
-             Date: Fri, 9 Mar 2001 13:49:31 +0000 (GMT)
-             Message-Id: <200103091349.NAA16617@tiree.fdgroup.co.uk>
-     Branch: perl
-          ! dump.c perl.c perl.h pod/perlrun.pod
-____________________________________________________________________________
-[  9086] By: jhi                                   on 2001/03/09  01:47:16
-        Log: A modified version of
-             
-             Subject: [ID 20010307.005] POSIX::sigaction has various problems
-             From: anders@broadcom.com
-             Date: Wed, 7 Mar 2001 14:35:24 -0800 (PST) 
-             Message-Id: <200103072235.OAA25368@dt-sj1-130.sj.broadcom.com>
-             
-             Currently the sigaction.t test #6 fails (and is fudged to look
-             like an "ok") in Linux (at least in Debian 2.2 Linux 2.4.2 x86).
-             This may well be a genuine bug in Linux sigaction() (since at
-             least Tru64, Solaris, and HP-UX disagree with Linux).
-             Anyone with POSIX / SUSv2 tome handy?  The problem is that
-             the flags of the oldaction don't match with the flags in
-             the previously installed disposition.
-     Branch: perl
-          + t/lib/sigaction.t
-          ! MANIFEST ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
-____________________________________________________________________________
-[  9085] By: jhi                                   on 2001/03/09  01:30:13
-        Log: Subject: Re: mission impossible for the day
-             From: Alex Gough <alex@rcon.org>
-             Date: Thu, 08 Mar 2001 17:18:19 +0000
-             Message-ID: <3AA7BEDB.8070409@rcon.org>
-             
-             If references (are overloaded) and can be directly stringified,
-             show that instead of "stringified".
-             
-             (The problem, infinite mutual recursion caused by overloaded bool
-             in Switch.pm, tracked by David Mitchell)
-     Branch: perl
-          ! lib/Carp/Heavy.pm
-____________________________________________________________________________
-[  9084] By: jhi                                   on 2001/03/09  01:20:39
-        Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
-             Date: Thu, 8 Mar 2001 12:06:57 +0000 (GMT)
-             From: David Mitchell <davem@fdgroup.co.uk>
-             Message-Id: <200103081206.MAA06281@tiree.fdgroup.co.uk>
-     Branch: perl
-          ! ext/re/re.xs malloc.c mg.c perl.c perl.h perly.c perly.y
-          ! pp_ctl.c regexec.c sv.c vms/perly_c.vms
-____________________________________________________________________________
-[  9083] By: jhi                                   on 2001/03/09  01:16:51
-        Log: Subject: [PATCH] perldata.pod here-doc docs
-             From: Jeff Pinyan <jeffp@crusoe.net>
-             Date: Thu, 8 Mar 2001 13:18:55 -0500 (EST)
-             Message-ID: <Pine.GSO.4.21.0103081317530.20957-100000@crusoe.crusoe.net>
-     Branch: perl
-          ! pod/perldata.pod
-____________________________________________________________________________
-[  9082] By: jhi                                   on 2001/03/09  01:01:27
-        Log: Subject: Re: Unicode/EBCDIC
-             From: Peter Prymmer <pvhp@forte.com>
-             Date: Thu, 8 Mar 2001 16:23:25 -0800 (PST)
-             Message-ID: <Pine.OSF.4.10.10103081617390.377472-100000@aspara.forte.com>
-     Branch: perl
-          ! perl.c perl.h sv.c toke.c utf8.c utf8.h
-____________________________________________________________________________
-[  9081] By: jhi                                   on 2001/03/08  13:41:30
-        Log: Subject: Ooops, wrong 'no *POSIX' Patch
-             From: Dorner Thomas <Thomas.Dorner@start.de>
-             Date: Thu, 8 Mar 2001 08:43:28 +0100
-             Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88D3@Ex02.inhouse.start.de>
-     Branch: perl
-          ! hints/posix-bc.sh
-____________________________________________________________________________
-[  9080] By: jhi                                   on 2001/03/08  13:11:42
-        Log: It's Scripts.txt, not Script.txt.
-     Branch: perl
-          ! MANIFEST
-____________________________________________________________________________
-[  9079] By: jhi                                   on 2001/03/08  12:59:05
-        Log: Subject: 'no *POSIX' Patch speeding up make on BS2000 
-             From: Dorner Thomas <Thomas.Dorner@start.de>
-             Date: Wed, 7 Mar 2001 14:13:31 +0100
-             Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
-     Branch: perl
-          ! makedepend.SH
-____________________________________________________________________________
-[  9078] By: jhi                                   on 2001/03/08  12:57:43
-        Log: Retract #9069, wrong patch.
-     Branch: perl
-          ! Makefile.SH
-____________________________________________________________________________
-[  9077] By: jhi                                   on 2001/03/08  01:06:13
-        Log: Upgrade to Unicode 3.1 beta 2001-03-01.
-     Branch: perl
-          + lib/unicode/Scripts.txt
-          ! MANIFEST lib/unicode/Category.pl lib/unicode/Decomposition.pl
-          ! lib/unicode/EAWidth.txt lib/unicode/Is/Alnum.pl
-          ! lib/unicode/Is/Alpha.pl lib/unicode/Is/L.pl
-          ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
-          ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
-          ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
-          ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
-          ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
-          ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
-          ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
-          ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
-          ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
-          ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
-          ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
-          ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
-          ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
-          ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkZW.pl
-          ! lib/unicode/Is/Ll.pl lib/unicode/Is/Lower.pl
-          ! lib/unicode/Is/S.pl lib/unicode/Is/Sm.pl
-          ! lib/unicode/Is/Word.pl lib/unicode/Names.txt
-          ! lib/unicode/PropList.txt lib/unicode/ReadMe.txt
-          ! lib/unicode/Unicode.txt lib/unicode/mktables.PL
-          ! lib/unicode/version
-____________________________________________________________________________
-[  9076] By: jhi                                   on 2001/03/07  22:59:39
-        Log: Integrate change #7784 from mainline into maintperl.
-             
-             Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
-     Branch: maint-5.6/perl
-         !> pp_ctl.c t/op/pat.t
-____________________________________________________________________________
-[  9075] By: jhi                                   on 2001/03/07  22:05:11
-        Log: More UTF-8 test tweaks.
-     Branch: perl
-          ! t/op/pat.t t/op/split.t t/pragma/utf8.t
-____________________________________________________________________________
-[  9074] By: nick                                  on 2001/03/07  21:39:29
-        Log: Integrate mainline.
-     Branch: perlio
-         !> Changes Makefile.SH lib/ExtUtils/MM_Unix.pm
-         !> lib/unicode/mktables.PL patchlevel.h perl.c pod/perlop.pod
-         !> pod/perlretut.pod pod/perlsyn.pod pp.c pp_sys.c
-         !> t/camel-III/vstring.t t/lib/charnames.t t/op/chop.t
-         !> t/op/pack.t t/op/pat.t t/op/split.t t/pragma/utf8.t
-____________________________________________________________________________
-[  9073] By: jhi                                   on 2001/03/07  16:37:09
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[  9072] By: jhi                                   on 2001/03/07  16:32:30
-        Log: Subject: [ID 20010306.004] || != named unary operator
-             From: abela@geneanet.org
-             Date: Tue,  6 Mar 2001 15:57:57 +0100 (CET)
-             Message-Id: <20010306145757.0CB03D183@little-roots.geneanet.org>
-     Branch: perl
-          ! pod/perlop.pod
-____________________________________________________________________________
-[  9071] By: jhi                                   on 2001/03/07  15:14:11
-        Log: Subject: downgrading to bytes for common functions
-             From: andrew@pimlott.ne.mediaone.net (Andrew Pimlott)
-             Date: Wed, 7 Mar 2001 02:36:55 -0500
-             Message-ID: <20010307023655.J24024@pimlott.ne.mediaone.net>
-     Branch: perl
-          ! pp_sys.c
-____________________________________________________________________________
-[  9070] By: jhi                                   on 2001/03/07  15:04:58
-        Log: Clarify the description differentiating for and while; inspired by
-             
-             Subject: [ID 20010306.002] for/while difference in for definition
-             From: abela@geneanet.org
-             Date: Tue,  6 Mar 2001 09:40:36 +0100 (CET)
-             Message-Id: <20010306084036.7BFD0D17F@little-roots.geneanet.org>
-     Branch: perl
-          ! pod/perlsyn.pod
-____________________________________________________________________________
-[  9069] By: jhi                                   on 2001/03/07  14:55:30
-        Log: (Retracted by #9078.)
-     Branch: perl
-          ! Makefile.SH
-____________________________________________________________________________
-[  9068] By: jhi                                   on 2001/03/07  14:51:17
-        Log: Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
-             From: Radu Greab <radu@netsoft.ro>
-             Date: Tue, 6 Mar 2001 23:04:44 +0200 (EET)
-             Message-ID: <15013.20716.201459.540421@ix.netsoft.ro>
-     Branch: perl
-          ! pp.c t/op/chop.t
-____________________________________________________________________________
-[  9067] By: jhi                                   on 2001/03/07  14:48:57
-        Log: Subject: Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
-             From: Simon Cozens <simon@netthink.co.uk>
-             Date: Wed, 7 Mar 2001 13:59:28 +0000
-             Message-ID: <20010307135928.A21620@pembro26.pmb.ox.ac.uk>
-             
-             In order to allow MakeMaker to build correct Makefiles,
-             you need to change the order of the arguments in MM_Unix.pm
-             as well. (Unless you have C89_CCMODE set, but we're trying
-             to be POSIXly correct)
-             
-             Thanks to Merijn Broeren for tracking this down.
-     Branch: perl
-          ! lib/ExtUtils/MM_Unix.pm
-____________________________________________________________________________
-[  9066] By: jhi                                   on 2001/03/07  14:30:02
-        Log: Floating point too messy.
-     Branch: perl
-          ! t/camel-III/vstring.t
-____________________________________________________________________________
-[  9065] By: jhi                                   on 2001/03/07  14:17:44
-        Log: Integrate change #9064 from maintperl into mainline.
-             
-             fix memory leak in pack("Bb",...)
-     Branch: perl
-         !> perl.c
-____________________________________________________________________________
-[  9064] By: gsar                                  on 2001/03/07  06:29:24
-        Log: fix memory leak in pack("Bb",...)
-     Branch: maint-5.6/perl
-          ! perl.c
-____________________________________________________________________________
-[  9063] By: jhi                                   on 2001/03/07  00:55:04
-        Log: Major utf8 test reorganisation and rewrite.
-             Hopefully no tests were lost in the shuffle.
-             (The beginning of pragma/utf8 was lost intentionally,
-             the tests were rather bogus and incomplete.)
-     Branch: perl
-          ! t/lib/charnames.t t/op/pack.t t/op/pat.t t/op/split.t
-          ! t/pragma/utf8.t
-____________________________________________________________________________
-[  9062] By: jhi                                   on 2001/03/07  00:41:16
-        Log: More tweakage on the Unicode character class descriptions.
-     Branch: perl
-          ! lib/unicode/mktables.PL pod/perlretut.pod
-____________________________________________________________________________
-[  9061] By: jhi                                   on 2001/03/06  23:12:38
-        Log: The perlretut was still talking about the old \p and \P
-             definitions.
-     Branch: perl
-          ! pod/perlretut.pod
-____________________________________________________________________________
-[  9060] By: nick                                  on 2001/03/06  20:52:37
-        Log: Integrate mainline (make test works again now).
-     Branch: perlio
-         !> op.c op.h regcomp.c t/camel-III/vstring.t t/op/pat.t
-____________________________________________________________________________
-[  9059] By: jhi                                   on 2001/03/06  15:36:14
-        Log: 0.999... does equal 1.0, doesn't it?
-     Branch: perl
-          ! t/camel-III/vstring.t
-____________________________________________________________________________
-[  9058] By: jhi                                   on 2001/03/06  15:34:00
-        Log: Make /x{abcd}/ to work without use utf8.
-     Branch: perl
-          ! regcomp.c
-____________________________________________________________________________
-[  9057] By: jhi                                   on 2001/03/06  03:02:36
-        Log: Easier to outcomment all the three reset() tests for now.
-     Branch: perl
-          ! t/op/pat.t
-____________________________________________________________________________
-[  9056] By: jhi                                   on 2001/03/06  02:30:02
-        Log: Comment out the deadly reset; until the 20010301.005
-             is finally fixed.
-     Branch: perl
-          ! t/op/pat.t
-____________________________________________________________________________
-[  9055] By: jhi                                   on 2001/03/06  02:21:26
-        Log: Integrate the change #9054 from mainline:
-             retract the PMOP cleanup patch pending further investigation.
-     Branch: maint-5.6/perl
-         !> op.c op.h
-____________________________________________________________________________
-[  9054] By: jhi                                   on 2001/03/06  02:19:57
-        Log: Retract the PMOP cleanup patch: I'm seeing strange core dumps
-             with oddly familiar stack traces.
-     Branch: perl
-          ! op.c op.h
-____________________________________________________________________________
-[  9053] By: jhi                                   on 2001/03/05  23:20:28
-        Log: Integrate perlio:
-             
-             [  9052]
-             skipping USE_PERLIO symbols correction.
-             
-             [  9051]
-             More Encode alias tidying.
-     Branch: perl
-         +> ext/Encode/Encode/koi8-r.ucm
-         !> MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
-         !> makedef.pl
-____________________________________________________________________________
-[  9052] By: nick                                  on 2001/03/05  23:08:17
-        Log: skipping USE_PERLIO symbols correction.
-     Branch: perlio
-          ! makedef.pl
-____________________________________________________________________________
-[  9051] By: nick                                  on 2001/03/05  22:35:07
-        Log: More Encode alias tidying.
-     Branch: perlio
-          + ext/Encode/Encode/koi8-r.ucm
-          ! MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
-____________________________________________________________________________
-[  9050] By: jhi                                   on 2001/03/05  21:44:29
-        Log: Integrate changes #9033 and #9044 from mainline into maintperl,
-             Sarathy's fix for ID 20010301.005.
-     Branch: maint-5.6/perl
-         !> op.c op.h
-____________________________________________________________________________
-[  9049] By: nick                                  on 2001/03/05  19:54:04
-        Log: Integrate Jarkko's Encode.pm tweak.
-     Branch: perlio
-         !> ext/Encode/Encode.pm
-____________________________________________________________________________
-[  9048] By: nick                                  on 2001/03/05  19:47:57
-        Log: Integrate mainline (mostly - holding of on Encode.pm for a bit.)
-     Branch: perlio
-         +> os2/os2add.sym
-         !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm makedef.pl op.c
-         !> op.h os2/Changes os2/Makefile.SHs os2/OS2/REXX/Makefile.PL
-         !> os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
-         !> os2/OS2/REXX/t/rx_cmprt.t os2/os2.c os2/os2.sym os2/os2ish.h
-         !> pod/perlapi.pod t/op/pat.t t/op/tr.t
-____________________________________________________________________________
-[  9047] By: jhi                                   on 2001/03/05  19:25:26
-        Log: Regen perlapi.
-     Branch: perl
-          ! pod/perlapi.pod
-____________________________________________________________________________
-[  9046] By: jhi                                   on 2001/03/05  19:12:14
-        Log: Integrate perlio:
-             
-             [  9043]
-             Update MANIFEST for new test.
-             
-             [  9042]
-             Some tests for Camel 3rd edition features.
-             Make gethostbyaddr() test in above work.
-     Branch: perl
-         +> t/camel-III/vstring.t
-         !> MANIFEST pp.h pp_sys.c t/TEST t/harness
-____________________________________________________________________________
-[  9045] By: jhi                                   on 2001/03/05  19:10:36
-        Log: The mapping of ISO Latin X to ISO 8859-Y is tricky.
-     Branch: perl
-          ! ext/Encode/Encode.pm
-____________________________________________________________________________
-[  9044] By: jhi                                   on 2001/03/05  18:49:12
-        Log: Forgot the other half of the PMOP patch (#9033).
-     Branch: perl
-          ! op.h
-____________________________________________________________________________
-[  9043] By: nick                                  on 2001/03/05  18:14:47
-        Log: Update MANIFEST for new test.
-     Branch: perlio
-          ! MANIFEST
-____________________________________________________________________________
-[  9042] By: nick                                  on 2001/03/05  18:12:41
-        Log: Some tests for Camel 3rd edition features.
-             Make gethostbyaddr() test in above work.
-     Branch: perlio
-          + t/camel-III/vstring.t
-          ! pp.h pp_sys.c t/TEST t/harness
-____________________________________________________________________________
-[  9041] By: jhi                                   on 2001/03/05  17:41:48
-        Log: Add more ISO 8859 encoding aliases.
-     Branch: perl
-          ! ext/Encode/Encode.pm
-____________________________________________________________________________
-[  9040] By: jhi                                   on 2001/03/05  17:30:43
-        Log: Integrate perlio:
-             
-             [  9039]
-             Missed added file.
-             
-             [  9037]
-             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*() 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: perl
-         !> MANIFEST sv.c
-____________________________________________________________________________
-[  9039] By: nick                                  on 2001/03/05  17:11:36
-        Log: Missed added file.
-     Branch: perlio
-          ! MANIFEST
-____________________________________________________________________________
-[  9038] By: jhi                                   on 2001/03/05  15:58:01
-        Log: Add tr tests for EBCDIC, from Karsten Sperling.
-     Branch: perl
-          ! t/op/tr.t
-____________________________________________________________________________
-[  9037] By: nick                                  on 2001/03/05  15:56:35
-        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*() 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
-          ! sv.c
-____________________________________________________________________________
-[  9036] By: jhi                                   on 2001/03/05  15:49:15
-        Log: Add matching tests currently failing in EBCDIC,
-             suggested by Karsten Sperling.
-     Branch: perl
-          ! t/op/pat.t
-____________________________________________________________________________
-[  9035] By: jhi                                   on 2001/03/05  15:36:55
-        Log: The #9034 needs a MANIFESTation.
-     Branch: perl
-          ! MANIFEST
-____________________________________________________________________________
-[  9034] By: jhi                                   on 2001/03/05  15:35:14
-        Log: Integrate perlio:
-             
-             [  9032]
-             Encode implementation "completion"
-             Implement and document define_encoding()
-             Implement and document encoding aliases including define_alias()
-             Make Encode::XS use define_encoding() rather than back-door.
-             Move run-time *.enc to separate Encode::Tcl module.
-             Make 'compile' honour <codeset_name>
-             Change canonical names of to iso-8859-* and US-ascii.
-     Branch: perl
-         +> ext/Encode/Encode/Tcl.pm
-         !> ext/Encode/Encode.pm ext/Encode/Encode.xs
-         !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
-         !> ext/Encode/Encode/iso8859-1.ucm
-         !> ext/Encode/Encode/iso8859-10.ucm
-         !> ext/Encode/Encode/iso8859-13.ucm
-         !> ext/Encode/Encode/iso8859-14.ucm
-         !> ext/Encode/Encode/iso8859-15.ucm
-         !> ext/Encode/Encode/iso8859-16.ucm
-         !> ext/Encode/Encode/iso8859-2.ucm
-         !> ext/Encode/Encode/iso8859-3.ucm
-         !> ext/Encode/Encode/iso8859-4.ucm
-         !> ext/Encode/Encode/iso8859-5.ucm
-         !> ext/Encode/Encode/iso8859-6.ucm
-         !> ext/Encode/Encode/iso8859-7.ucm
-         !> ext/Encode/Encode/iso8859-8.ucm
-         !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
-         !> t/lib/encode.t
-____________________________________________________________________________
-[  9033] By: jhi                                   on 2001/03/05  15:33:18
-        Log: Subject: Re: [ID 20010301.005] corrupt memory (since @8531, in 5.6.1-T2)
-             From: Gurusamy Sarathy <gsar@ActiveState.com>
-             Date: Sun, 04 Mar 2001 22:33:15 -0800
-             Message-Id: <200103050633.f256XFo06998@smtp3.ActiveState.com>
-             
-             PMOPs need to remember their own stash so that they can
-             gracefully remove themselves from their linked list.
-     Branch: perl
-          ! op.c
-____________________________________________________________________________
-[  9032] By: nick                                  on 2001/03/05  14:51:50
-        Log: Encode implementation "completion"
-             Implement and document define_encoding()
-             Implement and document encoding aliases including define_alias()
-             Make Encode::XS use define_encoding() rather than back-door.
-             Move run-time *.enc to separate Encode::Tcl module.
-             Make 'compile' honour <codeset_name>
-             Change canonical names of to iso-8859-* and US-ascii.
-     Branch: perlio
-          + ext/Encode/Encode/Tcl.pm
-          ! ext/Encode/Encode.pm ext/Encode/Encode.xs
-          ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
-          ! ext/Encode/Encode/iso8859-1.ucm
-          ! ext/Encode/Encode/iso8859-10.ucm
-          ! ext/Encode/Encode/iso8859-13.ucm
-          ! ext/Encode/Encode/iso8859-14.ucm
-          ! ext/Encode/Encode/iso8859-15.ucm
-          ! ext/Encode/Encode/iso8859-16.ucm
-          ! ext/Encode/Encode/iso8859-2.ucm
-          ! ext/Encode/Encode/iso8859-3.ucm
-          ! ext/Encode/Encode/iso8859-4.ucm
-          ! ext/Encode/Encode/iso8859-5.ucm
-          ! ext/Encode/Encode/iso8859-6.ucm
-          ! ext/Encode/Encode/iso8859-7.ucm
-          ! ext/Encode/Encode/iso8859-8.ucm
-          ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
-          ! t/lib/encode.t
-____________________________________________________________________________
-[  9031] By: jhi                                   on 2001/03/05  13:51:17
-        Log: Integrate change #9030 from maintperl into mainline.
-             
-             Subject: [PATCH 5.6.1] OS/2 cleanup
-     Branch: perl
-         +> os2/os2add.sym
-         !> MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
-         !> makedef.pl os2/Changes os2/Makefile.SHs
-         !> os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
-         !> os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
-         !> os2/os2.sym os2/os2ish.h
-____________________________________________________________________________
-[  9030] By: jhi                                   on 2001/03/05  13:46:49
-        Log: Subject: [PATCH 5.6.1] OS/2 cleanup
-             From: Ilya Zakharevich <ilya@math.ohio-state.edu>
-             Date: Mon, 5 Mar 2001 02:29:44 -0500
-             Message-ID: <20010305022944.A10117@math.ohio-state.edu>
-     Branch: maint-5.6/perl
-          + os2/os2add.sym
-          ! MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
-          ! makedef.pl os2/Changes os2/Makefile.SHs
-          ! os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
-          ! os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
-          ! os2/os2.sym os2/os2ish.h
-____________________________________________________________________________
-[  9029] By: jhi                                   on 2001/03/05  13:40:35
-        Log: Integrate change #9028 from maintperl into mainline.
-             
-             various nits in MM_Unix.pm found by disabling SelfLoader
-     Branch: perl
-         !> lib/ExtUtils/MM_Unix.pm
-____________________________________________________________________________
-[  9028] By: gsar                                  on 2001/03/05  09:58:38
-        Log: various nits in MM_Unix.pm found by disabling SelfLoader
-     Branch: maint-5.6/perl
-          ! lib/ExtUtils/MM_Unix.pm
-____________________________________________________________________________
-[  9027] By: nick                                  on 2001/03/05  08:35:22
-        Log: Integrate mainline
-     Branch: perlio
-         !> (integrate 28 files)
-____________________________________________________________________________
-[  9026] By: jhi                                   on 2001/03/05  02:14:59
-        Log: Integrate change #9025 from mainline to maintperl,
-             retract \N{U+HHHH}.
-     Branch: maint-5.6/perl
-         !> lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
-         !> t/lib/charnames.t toke.c
-____________________________________________________________________________
-[  9025] By: jhi                                   on 2001/03/05  02:13:09
-        Log: Retracting \N{U+HHHH}.
-     Branch: perl
-          ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
-          ! t/lib/charnames.t toke.c
-____________________________________________________________________________
-[  9024] By: jhi                                   on 2001/03/04  20:51:07
-        Log: Subject: Re: Smoking patch 8898 for perl v5.7.0 on aix 4.3.0.0
-             From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
-             Date: Fri, 02 Mar 2001 18:25:26 +0100
-             Message-Id: <20010302182416.1BF4.H.M.BRAND@hccnet.nl>
-             
-             Casting problem.
-     Branch: perl
-          ! ext/Storable/Storable.xs
-____________________________________________________________________________
-[  9023] By: jhi                                   on 2001/03/04  19:46:45
-        Log: Subject: [ID 20010303.009] SOCKS5 work around breaks other sockets
-             From: nick@talking.bollo.cx
-             Date: Sat, 03 Mar 2001 21:41:33 +0000
-             Message-Id: <E14ZJmP-0000mE-00@Bagpuss.unfortu.net>
-             
-             Revert the workaround.
-     Branch: perl
-          ! perlio.c
-____________________________________________________________________________
-[  9022] By: jhi                                   on 2001/03/04  19:36:28
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[  9021] By: jhi                                   on 2001/03/04  18:41:00
-        Log: makedef.pl updates suggested by Chris Nandor; double-checking
-             the changes in AIX, OS/2 Win32 would be nice.
-     Branch: perl
-          ! makedef.pl
-____________________________________________________________________________
-[  9020] By: jhi                                   on 2001/03/04  18:23:58
-        Log: Integrate change #9012 from maintperl into mainline,
-             quench a compiler warning.
-     Branch: perl
-         !> toke.c
-____________________________________________________________________________
-[  9019] By: jhi                                   on 2001/03/04  18:18:43
-        Log: Integrate changes #9017 and 9018 from mainline into maintperl.
-             
-             \N{U+HHHH} fix.
-             
-             pattern in G_ARRAY context
-     Branch: maint-5.6/perl
-         !> pp_hot.c t/op/pat.t toke.c
-____________________________________________________________________________
-[  9018] By: jhi                                   on 2001/03/04  18:07:48
-        Log: Subject: [PATCH pp_hot.c regexp.t] pattern in G_ARRAY context
-             From: Jeff Pinyan <jeffp@crusoe.net>
-             Date: Sat, 3 Mar 2001 17:14:07 -0500 (EST)
-             Message-ID: <Pine.GSO.4.21.0103031712070.1035-100000@crusoe.crusoe.net>
-     Branch: perl
-          ! pp_hot.c t/op/pat.t
-____________________________________________________________________________
-[  9017] By: jhi                                   on 2001/03/04  18:06:21
-        Log: I thought I tested the #9014.
-     Branch: perl
-          ! toke.c
-____________________________________________________________________________
-[  9016] By: jhi                                   on 2001/03/04  17:41:22
-        Log: Integrate changes #9013,9014,9015 from mainline into maintperl.
-             
-             Tweak the get*ent() OS/2 prototypes.
-             
-             Add the \N{U+HHHH} syntax.
-             
-             More tr/// UTF-8 fixes from Inaba Hiroto.
-     Branch: maint-5.6/perl
-         !> doop.c lib/charnames.pm os2/os2.c pod/perldiag.pod
-         !> pod/perlretut.pod t/lib/charnames.t t/op/tr.t toke.c
-____________________________________________________________________________
-[  9015] By: jhi                                   on 2001/03/04  17:36:04
-        Log: More tr/// UTF-8 fixes from Inaba Hiroto.
-     Branch: perl
-          ! doop.c t/op/tr.t
-____________________________________________________________________________
-[  9014] By: jhi                                   on 2001/03/04  17:24:49
-        Log: Add the \N{U+HHHH} syntax.
-     Branch: perl
-          ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
-          ! t/lib/charnames.t toke.c
-____________________________________________________________________________
-[  9013] By: jhi                                   on 2001/03/04  17:20:45
-        Log: Tweak the get*ent() OS/2 prototypes.
-     Branch: perl
-          ! os2/os2.c
-____________________________________________________________________________
-[  9012] By: gsar                                  on 2001/03/04  06:26:14
-        Log: avoid warning (nit in change#9009)
-     Branch: maint-5.6/perl
-          ! toke.c
-____________________________________________________________________________
-[  9011] By: gsar                                  on 2001/03/04  06:15:24
-        Log: lib/charnames.t fails in 5.6.x because of older Unicode
-             data
-             
-             TODO: need to revisit this after updating lib/unicode/...
-     Branch: maint-5.6/perl
-          ! t/lib/charnames.t
-____________________________________________________________________________
-[  9010] By: gsar                                  on 2001/03/04  06:08:36
-        Log: change#9009 breaks build (no "didrange" variable in 5.6.x)
-     Branch: maint-5.6/perl
-          ! toke.c
-____________________________________________________________________________
-[  9009] By: jhi                                   on 2001/03/03  19:27:20
-        Log: Integrate change #9008 from mainline to maintperl,
-             UTF-8 tr/// fixes from Inaba Hiroto.
-     Branch: maint-5.6/perl
-         !> doop.c op.c t/op/tr.t toke.c
-____________________________________________________________________________
-[  9008] By: jhi                                   on 2001/03/03  19:19:42
-        Log: UTF8 tr/// fixes from Inaba Hiroto.
-     Branch: perl
-          ! doop.c op.c t/op/tr.t toke.c
-____________________________________________________________________________
-[  9007] By: jhi                                   on 2001/03/03  19:00:30
-        Log: Integrate change #9006 from maintperl to mainline,
-             more robust quest for the infinite.
-     Branch: perl
-         !> lib/Math/Complex.pm
-____________________________________________________________________________
-[  9006] By: jhi                                   on 2001/03/03  18:58:06
-        Log: Subject: [PATCH 5.6.1] More robust Math::Complex
-             From: Ilya Zakharevich <ilya@math.ohio-state.edu>
-             Date: Sat, 3 Mar 2001 12:51:50 -0500
-             Message-ID: <20010303125150.A2147@math.ohio-state.edu>
-             
-             Be more robust in our quest for the infinite.
-     Branch: maint-5.6/perl
-          ! lib/Math/Complex.pm
-____________________________________________________________________________
-[  9005] By: jhi                                   on 2001/03/03  17:55:50
-        Log: The #8982 modified for perl 5.6.x, from Radu Greab.
-     Branch: maint-5.6/perl
-          ! doio.c
-____________________________________________________________________________
-[  9004] By: jhi                                   on 2001/03/03  17:40:14
-        Log: Rewrite REPORT() and REPORT2() (used for -DT) slightly
-             so that picky compilers like IRIX won't get huffy about
-             "statements without effect" (like 1;).
-     Branch: perl
-          ! toke.c
-____________________________________________________________________________
-[  9003] By: jhi                                   on 2001/03/03  17:15:52
-        Log: Integrate change #9002 from mainline to maintperl.
-             
-             Subject: [perl-5.6.x, perl-current] accept for EPOC
-     Branch: maint-5.6/perl
-         !> pp_sys.c
-____________________________________________________________________________
-[  9002] By: jhi                                   on 2001/03/03  17:14:30
-        Log: Subject: [perl-5.6.x, perl-current] accept for EPOC
-             From: Olaf Flebbe <O.Flebbe@science-computing.de>
-             Date: Sat, 3 Mar 2001 16:36:04 +0100 (CET)
-             Message-ID: <Pine.LNX.4.02.10103031635190.4825-100000@milkyway.science-computing.de>
-     Branch: perl
-          ! pp_sys.c
-____________________________________________________________________________
-[  9001] By: jhi                                   on 2001/03/03  17:13:13
-        Log: Subject: [PATCH perl@8989] t/pod/find.t on VMS
-             From: "Craig A. Berry" <craigberry@mac.com>
-             Date: Fri, 02 Mar 2001 17:44:40 -0600
-             Message-Id: <5.0.2.1.0.20010302172145.038d3c10@mail.mac.com>
-     Branch: perl
-          ! t/pod/find.t
-____________________________________________________________________________
-[  9000] By: jhi                                   on 2001/03/03  17:11:55
-        Log: Integrate changes #8997,8999 from maintperl.
-             
-             Subject: [PATCH 5.6.1] compiling on OS/2
-             (Better error message from hints/os2.sh)
-             
-             Subject: [PATCH 5.6.1] syslog.t
-     Branch: perl
-         !> hints/os2.sh t/lib/syslog.t
-____________________________________________________________________________
-[  8999] By: jhi                                   on 2001/03/03  17:09:28
-        Log: Subject: [PATCH 5.6.1] syslog.t
-             From: Ilya Zakharevich <ilya@math.ohio-state.edu>
-             Date: Sat, 3 Mar 2001 02:11:17 -0500
-             Message-ID: <20010303021116.A11897@math.ohio-state.edu>
-     Branch: maint-5.6/perl
-          ! t/lib/syslog.t
-____________________________________________________________________________
-[  8998] By: jhi                                   on 2001/03/03  17:07:50
-        Log: Subject: Re: [PATCH 5.7.0] compiling on OS/2: 5.6.1 too
-             From: Ilya Zakharevich <ilya@math.ohio-state.edu>
-             Date: Sat, 3 Mar 2001 01:53:52 -0500
-             Message-ID: <20010303015352.A11741@math.ohio-state.edu>
-     Branch: maint-5.6/perl
-          ! opcode.pl os2/os2.c
-____________________________________________________________________________
-[  8997] By: jhi                                   on 2001/03/03  17:03:30
-        Log: Subject: [PATCH 5.6.1] compiling on OS/2
-             From: Ilya Zakharevich <ilya@math.ohio-state.edu>
-             Date: Sat, 3 Mar 2001 01:59:59 -0500
-             Message-ID: <20010303015959.B11741@math.ohio-state.edu>
-     Branch: maint-5.6/perl
-          ! hints/os2.sh
-____________________________________________________________________________
-[  8996] By: jhi                                   on 2001/03/03  00:55:58
-        Log: Regen files for mainline.
-     Branch: perl
-          ! Configure Porting/Glossary Porting/config.sh Porting/config_H
-          ! config_h.SH pod/perlapi.pod pod/perltoc.pod
-____________________________________________________________________________
-[  8995] By: jhi                                   on 2001/03/03  00:35:22
-        Log: Integrate changes #8099,8218,8220,8221,8227,8304,8317,
-             8318,8320,8337,8503,8877,8890,8903,8971 from mainline
-             to maintperl.
-             
-             Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
-             
-             Add Configure option -Dmksymlinks which will create a symlink
-             forest if the current/build differs from the source directory.
-             (8218,8220,8221,8317,8318,8971)
-             
-             Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
-             (Document APPLLIB_EXP in INSTALL.)
-             
-             If running byacc write-enable also perly.h.
-             
-             DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
-             
-             Subject: [PATCH 5.7.1/Configure] failure to set src='.'
-             
-             Sanity check for conflicting thread flavours.
-             
-             Fix the sys/fcntl.h problem reported by Peter Prymmer.
-             
-             Add few CPUs/architectures to the Cppsym scan,
-             add -perlio to archname if so selected (modified 8890)
-             
-             Be more helpful for devel builders, suggested by John L. Allen.
-             (admittedly pointless change for maintperl, but the usedevel
-             code is there already)
-     Branch: maint-5.6/perl
-         !> Configure INSTALL Makefile.SH Porting/Glossary
-         !> Porting/config.sh Porting/config_H config_h.SH embed.pl
-         !> epoc/config.sh ext/NDBM_File/NDBM_File.xs
-         !> ext/ODBM_File/ODBM_File.xs t/io/fs.t warnings.pl
-         !> win32/config.bc win32/config.gc win32/config.vc
-____________________________________________________________________________
-[  8994] By: jhi                                   on 2001/03/02  23:31:41
-        Log: Use also $ccflags, not just $ldflags, when testing for gccness.
-     Branch: metaconfig/U/perl
-          ! gccvers.U
-____________________________________________________________________________
-[  8993] By: jhi                                   on 2001/03/02  23:22:12
-        Log: Regenerate various files for maint.
-     Branch: maint-5.6/perl
-          ! Porting/Glossary Porting/config.sh Porting/config_H objXSUB.h
-          ! perlapi.c pod/perlapi.pod pod/perltoc.pod proto.h
-____________________________________________________________________________
-[  8992] By: alanbur                               on 2001/03/02  22:48:34
-        Log: Resync wuth parent
-     Branch: maint-5.6/pureperl
-         +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
-         !> (integrate 60 files)
-____________________________________________________________________________
-[  8991] By: jhi                                   on 2001/03/02  21:00:08
-        Log: Retract the #8742 part of #8986, backward compat.
-     Branch: maint-5.6/perl
-          ! embed.pl
-____________________________________________________________________________
-[  8990] By: jhi                                   on 2001/03/02  20:40:07
-        Log: Retract the #8919 part of #8987, not applicable to the 5.6 branch.
-     Branch: maint-5.6/perl
-          ! hv.c
-____________________________________________________________________________
-[  8989] By: jhi                                   on 2001/03/02  19:59:56
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[  8988] By: jhi                                   on 2001/03/02  19:57:08
-        Log: Integrate perlio:
-             
-             [  8969]
-             Add charname comments to .ucm files writen by 'compile',
-             also order charmaps in those files by source encoding.
-             regenerate distrubuted .ucm files
-     Branch: perl
-         !> 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/iso8859-1.ucm
-         !> ext/Encode/Encode/iso8859-10.ucm
-         !> ext/Encode/Encode/iso8859-13.ucm
-         !> ext/Encode/Encode/iso8859-14.ucm
-         !> ext/Encode/Encode/iso8859-15.ucm
-         !> ext/Encode/Encode/iso8859-16.ucm
-         !> ext/Encode/Encode/iso8859-2.ucm
-         !> ext/Encode/Encode/iso8859-3.ucm
-         !> ext/Encode/Encode/iso8859-4.ucm
-         !> ext/Encode/Encode/iso8859-5.ucm
-         !> ext/Encode/Encode/iso8859-6.ucm
-         !> ext/Encode/Encode/iso8859-7.ucm
-         !> ext/Encode/Encode/iso8859-8.ucm
-         !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
-         !> ext/Encode/Encode/symbol.ucm ext/Encode/compile
-____________________________________________________________________________
-[  8987] By: jhi                                   on 2001/03/02  19:43:40
-        Log: Integrate changes #8784,8839,8843,8847,8849,8859,8866,
-             8873,8874,8876,8879,8901,8902,8908,8913,8918,8919,8946,8947,8948,
-             8950,8952,8955 from mainline to maintperl.
-             
-             Subject: [PATCH: perl@8773] small fixups to perlclib.pod
-             
-             Put to rest the 20010205.001, the email address checking (not) regex.
-             
-             fork() not everywhere, cleanup temp files.
-             
-             The #8843 wasn't quite right: %Config needs to imported.
-             
-             Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
-             (#8849: the glob-basic hunk needed massaging as it depended
-             on Schwern's large-scale (unintegrated) patches)
-             
-             Skip the Perl_sys_intern_clear and Perl_sys_intern_init.
-             
-             Upgrade to CGI.pm 2.752, from Lincoln Stein.
-             (Note: there were some conflicts due to EBCDIC and EPOC
-             patches, in general I preferred the repository code.)
-             (When 2.753 comes out, we need to synchronize.)
-             
-             Subject: [PATCH] fix for charnames above FFFF
-             
-             Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
-             
-             If no sfio, no -lsfio.
-             
-             Run run/*.t also in minitest.
-             
-             Subject:  [PATCH perl 5.7.0] malloc message address offset
-             
-             Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
-             
-             Subject: fix for parameter -Dm (for perl@8867)
-             
-             Subject: [PATCH: perl@8892] was Re: hashing order difference?
-             (make the test more portable)
-             
-             Subject: Re: [PATCH] fix for charnames above FFFF
-             
-             Subject: Re: I'm losing the war...
-             (hv_store() not working correctly in ENV_IS_CASELESS case.)
-             
-             Subject: Modified README.bs2000 
-             
-             Subject: [PATCH: perl@8935] -Dt padsv($var)
-             
-             Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
-             
-             Subject: PATCH: extra tests to check on negative float to unsigned cast
-             
-             Subject: [PATCH] XPUSH[insp] was Re: progress
-             
-             Subject: Re: Compile with perlcc..
-     Branch: maint-5.6/perl
-         !> (integrate 36 files)
-____________________________________________________________________________
-[  8986] By: jhi                                   on 2001/03/02  18:51:25
-        Log: Integrate changes #8689,8697,8724,8726,8731,8742,8754,8755,
-             8763,8767,8770,8772,8795,8796,8813,8822,8823 from mainline
-             to maintperl.
-             
-             Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
-             
-             Subject: [DOC PATCH] overload.pm nits
-             
-             Add header for LIB$ prototypes (C. Berry)
-             
-             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)
-             Correct a few typos
-             (C. Bailey)
-             
-             Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
-             
-             De-cut-and-pasto.
-             
-             Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
-             
-             Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
-             
-             Upgrade to CPAN 1.59_54, from Andreas König.
-             
-             Bogus shebang.
-             
-             Subject: [PATCH] Document makepatch in Porting/patching
-             
-             UTF-8 documentation.
-             
-             Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
-             
-             Sort the MANIFEST.
-             
-             Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
-             
-             Subject: [PATCH @8807] toke.c cleanup: scan_str()
-             
-             Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
-             
-             Add run/*.t to testables.
-             
-             TODO: integrate #8784.
-     Branch: maint-5.6/perl
-         +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
-         !> (integrate 28 files)
-____________________________________________________________________________
-[  8985] By: nick                                  on 2001/03/02  18:15:45
-        Log: Integrate mainline
-     Branch: perlio
-         !> doio.c lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod
-         !> vms/vms.c
-____________________________________________________________________________
-[  8984] By: jhi                                   on 2001/03/02  16:00:17
-        Log: Integrate changes #8978,8979,8980,8981,8983 from mainline.
-             
-             perlfaq1 reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY
-             5.004_05, and mention the suidperl August 2000 security problem.
-             (#8978,#8981)
-             
-             Subject: [ID 20010301.004] Technically speaking in perldata
-             
-             Subject: [PATCH] File::Copy for bleadperl, maintperl
-             
-             Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
-             
-             (The #8982, fix for 20010221.005 and 20010221.008,
-             would be nice too but it didn't integrate cleanly.)
-     Branch: maint-5.6/perl
-         !> lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod vms/vms.c
-____________________________________________________________________________
-[  8983] By: jhi                                   on 2001/03/02  15:51:16
-        Log: Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
-             From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
-             Date:     Thu, 1 Mar 2001 15:54:09 EST
-             Message-Id: <010301155258.b8cc1@DUPHY4.Physics.Drexel.Edu>
-     Branch: perl
-          ! vms/vms.c
-____________________________________________________________________________
-[  8982] By: jhi                                   on 2001/03/02  15:43:31
-        Log: Subject: Re: sync sync sync: have I missed any patches?
-             From: Radu Greab <radu@netsoft.ro> 
-             Date: Thu, 1 Mar 2001 21:47:22 +0200 (EET)
-             Message-ID: <15006.42826.747914.669893@ix.netsoft.ro>
-             
-             Fixes the bugs 20010221.005 and 20010221.008: "the taint checker
-             was checking argv[0] regardless of whether a different pathname
-             will actually be executed."  Test case not supplied because 
-             drafting that, ironically enough, revealed another bug
-             (or a feature).
-     Branch: perl
-          ! doio.c
-____________________________________________________________________________
-[  8981] By: jhi                                   on 2001/03/02  15:28:03
-        Log: Misdate in #8978.
-     Branch: perl
-          ! pod/perlfaq1.pod
-____________________________________________________________________________
-[  8980] By: jhi                                   on 2001/03/02  15:24:20
-        Log: Subject: [PATCH] File::Copy for bleadperl, maintperl
-             From: Chris Nandor <pudge@pobox.com>
-             Date: Wed, 28 Feb 2001 22:10:15 -0500
-             Message-Id: <p05010400b6c36d959ae8@[10.0.1.177]>
-     Branch: perl
-          ! lib/File/Copy.pm
-____________________________________________________________________________
-[  8979] By: jhi                                   on 2001/03/02  15:17:16
-        Log: Subject: [ID 20010301.004] Technically speaking in perldata
-             From: abela@geneanet.org
-             Date: Thu,  1 Mar 2001 17:59:27 +0100 (CET)
-             Message-Id: <20010301165927.262C2D17D@little-roots.geneanet.org>
-     Branch: perl
-          ! pod/perldata.pod
-____________________________________________________________________________
-[  8978] By: jhi                                   on 2001/03/02  15:15:27
-        Log: Subject: [ID 20010301.003] ref to 5.004
-             From: abela@geneanet.org
-             Date: Thu,  1 Mar 2001 14:48:40 +0100 (CET)
-             Message-Id: <20010301134840.C0CD1D171@little-roots.geneanet.org>
-             
-             Reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY 5.004_05,
-             and mention the suidperl August 2000 security problem.
-     Branch: perl
-          ! pod/perlfaq1.pod
-____________________________________________________________________________
-[  8977] By: alanbur                               on 2001/03/02  14:17:45
-        Log: Resynchronised with parent
-     Branch: maint-5.6/pureperl
-         !> AUTHORS README.epoc configure.com epoc/createpkg.pl
-         !> lib/File/Temp.pm perl.c pp_sys.c t/lib/ftmp-mktemp.t
-         !> t/lib/ftmp-posix.t t/op/append.t t/op/sprintf.t toke.c util.c
-         !> vms/descrip_mms.template win32/win32.c win32/win32.h
-         !> win32/win32iop.h
-____________________________________________________________________________
-[  8976] By: nick                                  on 2001/03/01  23:25:30
-        Log: Integrate mainline.
-     Branch: perlio
-          - t/op/qu.t
-         !> (integrate 55 files)
-____________________________________________________________________________
-[  8975] By: jhi                                   on 2001/03/01  16:51:34
-        Log: Integrate change #8974 from maintperl, fix for bugid 20010226.008.
-     Branch: perl
-         !> toke.c
-____________________________________________________________________________
-[  8974] By: gsar                                  on 2001/03/01  16:28:21
-        Log: fix for bugid 20010226.008
-             
-             the problem was that some of the pointers (PL_last_lop and
-             PL_last_uni specifically) into the lex buffers weren't correctly
-             being invalidated when the buffer changed; this would leave the
-             pointers pointing at an arbitrary location in the buffer if
-             the buffer didn't need to be reallocated, or point into freed
-             memory if the buffer had to be realloced
-             
-             TODO item for bugdb maintainers: check other seemingly random
-             parser-related bugs--they might be cured by this
-     Branch: maint-5.6/perl
-          ! toke.c
-____________________________________________________________________________
-[  8973] By: jhi                                   on 2001/03/01  02:23:25
-        Log: Retract #8970 because of a completely mysterious core dump:
-             adding the tests 241..244 causes op/pat dump core at test #25.
-             The test needs a lot of whittling down before the bug can be solved.
-     Branch: perl
-          ! t/op/pat.t
-____________________________________________________________________________
-[  8972] By: jhi                                   on 2001/03/01  01:58:38
-        Log: Regen perlapi.
-     Branch: perl
-          ! pod/perlapi.pod
-____________________________________________________________________________
-[  8971] By: jhi                                   on 2001/03/01  01:34:09
-        Log: Subject: [PATCH] don't write along symlinks into a read only source tree (was Re: [ID 20010129.006] OK: perl v5.7.0 +DEVEL8584 on i586-linux-64all 2.2.12 (UNINSTALLED))
-             From: Nicholas Clark <nick@ccl4.org>
-             Date: Wed, 28 Feb 2001 23:28:49 +0000
-             Message-ID: <20010228232849.A55187@plum.flirble.org>
-             
-             Allow a completely write protected source code tree
-             when using the Configure -Dmksymlinks.
-     Branch: perl
-          ! embed.pl warnings.pl
-____________________________________________________________________________
-[  8970] By: jhi                                   on 2001/03/01  01:32:04
-        Log: Add back the EBCDIC character range tests (for matching).
-     Branch: perl
-          ! t/op/pat.t
-____________________________________________________________________________
-[  8969] By: nick                                  on 2001/02/28  18:18:01
-        Log: Add charname comments to .ucm files writen by 'compile',
-             also order charmaps in those files by source encoding.
-             regenerate distrubuted .ucm files
-     Branch: perlio
-          ! 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/iso8859-1.ucm
-          ! ext/Encode/Encode/iso8859-10.ucm
-          ! ext/Encode/Encode/iso8859-13.ucm
-          ! ext/Encode/Encode/iso8859-14.ucm
-          ! ext/Encode/Encode/iso8859-15.ucm
-          ! ext/Encode/Encode/iso8859-16.ucm
-          ! ext/Encode/Encode/iso8859-2.ucm
-          ! ext/Encode/Encode/iso8859-3.ucm
-          ! ext/Encode/Encode/iso8859-4.ucm
-          ! ext/Encode/Encode/iso8859-5.ucm
-          ! ext/Encode/Encode/iso8859-6.ucm
-          ! ext/Encode/Encode/iso8859-7.ucm
-          ! ext/Encode/Encode/iso8859-8.ucm
-          ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
-          ! ext/Encode/Encode/symbol.ucm ext/Encode/compile
-____________________________________________________________________________
-[  8968] By: jhi                                   on 2001/02/28  16:26:37
-        Log: Expand usemorebits early if d_casti32 needs to be undefined.
-     Branch: perl
-          ! hints/hpux.sh hints/irix_6.sh
-____________________________________________________________________________
-[  8967] By: jhi                                   on 2001/02/28  16:22:26
-        Log: Undo qu.  Retract #8814, rewrite op/each part of #8615,
-             retract toke.c/qu parts of #8583, retract #8485, retract
-             or rewrite qu parts of #8439 of toke.c, keywords.h, keywords.pl,
-             op/length.t, and MANIFEST, and delete t/op/qu.t.
-     Branch: perl
-          - t/op/qu.t
-          ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
-          ! pod/perlretut.pod pod/perlunicode.pod t/op/each.t
-          ! t/op/length.t toke.c
-____________________________________________________________________________
-[  8966] By: jhi                                   on 2001/02/28  15:00:27
-        Log: Retract #8865 and #8869, un?pack C now again agree with Camel 3
-             by not changing from pre-Unicode days into being Unicode-aware.
-             Sniff.
-     Branch: perl
-          ! pp.c t/op/pack.t t/op/qu.t
-____________________________________________________________________________
-[  8965] By: jhi                                   on 2001/02/28  14:37:55
-        Log: Subject: Re: Errors in core PODs
-             From: Michael Stevens <michael@etla.org> 
-             Date: Fri, 23 Feb 2001 15:47:56 +0000
-             Message-ID: <20010223154756.A7723@firedrake.org> 
-     Branch: perl
-          ! ext/Encode/Encode.pm lib/Exporter/Heavy.pm
-          ! lib/File/Spec/Epoc.pm lib/Test/Harness.pm lib/utf8.pm
-          ! makedef.pl vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
-          ! x2p/a2p.pod
-____________________________________________________________________________
-[  8964] By: jhi                                   on 2001/02/28  14:35:35
-        Log: Do not force d_casti32 to undef if we are on a 64-bit environment.
-             (The #8961 was too bold.)
-     Branch: perl
-          ! hints/hpux.sh hints/irix_6.sh
-____________________________________________________________________________
-[  8963] By: jhi                                   on 2001/02/28  14:33:39
-        Log: Subject: Re: sync sync sync: have I missed any patches?
-             From: Tim Jenness <t.jenness@jach.hawaii.edu>
-             In-Reply-To: <20010227140737.Y10633@chaos.wustl.edu>
-             Date: Tue, 27 Feb 2001 13:24:58 -1000 (HST)
-             Message-ID: <Pine.LNX.4.30.0102271322070.8623-100000@lapaki.jach.hawaii.edu>
-             
-             Replace djSP with dSP.
-     Branch: perl
-          ! cop.h doio.c doop.c ext/B/B/C.pm ext/B/B/CC.pm
-          ! pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c sv.c
-          ! win32/perlhost.h
-____________________________________________________________________________
-[  8962] By: jhi                                   on 2001/02/27  23:21:14
-        Log: Upgrade to Filter::Simple 0.50 (just few doc tweaks).
-     Branch: perl
-          ! lib/Filter/Simple.pm
-____________________________________________________________________________
-[  8961] By: jhi                                   on 2001/02/27  22:55:26
-        Log: The casting mystery in HP-UX and IRIX needs at least a workaround
-             and this would be it.
-     Branch: perl
-          ! hints/hpux.sh hints/irix_6.sh
-____________________________________________________________________________
-[  8960] By: jhi                                   on 2001/02/27  22:51:33
-        Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
-             From: "Craig A. Berry" <craigberry@mac.com>
-             Date: Tue, 27 Feb 2001 16:11:44 -0600
-             Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
-     Branch: maint-5.6/perl
-          ! configure.com vms/descrip_mms.template
-____________________________________________________________________________
-[  8959] By: jhi                                   on 2001/02/27  22:47:23
-        Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
-             From: "Craig A. Berry" <craigberry@mac.com>
-             Date: Tue, 27 Feb 2001 16:11:44 -0600
-             Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
-     Branch: perl
-          ! configure.com vms/descrip_mms.template
-____________________________________________________________________________
-[  8958] By: jhi                                   on 2001/02/27  15:16:42
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[  8957] By: jhi                                   on 2001/02/27  06:15:07
-        Log: Subject: [5.6.x] EPOC additions
-             From: Olaf Flebbe <O.Flebbe@science-computing.de>
-             Date: Mon, 26 Feb 2001 23:33:46 +0100 (CET)
-             Message-ID: <Pine.LNX.4.02.10102262333040.3736-100000@milkyway.science-computing.de>
-     Branch: maint-5.6/perl
-          ! AUTHORS README.epoc epoc/createpkg.pl pp_sys.c
-____________________________________________________________________________
-[  8956] By: jhi                                   on 2001/02/27  06:12:11
-        Log: Subject: [perl-current] EPOC 
-             From: Olaf Flebbe <O.Flebbe@science-computing.de>
-             Date: Mon, 26 Feb 2001 23:34:36 +0100 (CET)
-             Message-ID: <Pine.LNX.4.02.10102262333490.3781-100000@milkyway.science-computing.de>
-     Branch: perl
-          ! AUTHORS README.epoc epoc/createpkg.pl epoc/epoc.c
-          ! epoc/epocish.c epoc/epocish.h pp_sys.c
-____________________________________________________________________________
-[  8955] By: jhi                                   on 2001/02/27  05:59:50
-        Log: Subject: Re: Compile with perlcc..
-             From: Edward Peschko <edwardp@excitehome.net>
-             Date: Mon, 26 Feb 2001 18:51:58 -0800
-             Message-ID: <20010226185158.A9871@excitehome.net>
-             
-             plus add a simple usage message if no arguments given.
-     Branch: perl
-          ! lib/Test/Harness.pm pod/Makefile.SH t/TEST t/harness
-          ! utils/Makefile utils/perlcc.PL win32/pod.mak
-____________________________________________________________________________
-[  8954] By: nick                                  on 2001/02/26  21:02:59
-        Log: Integrate mainline
-     Branch: perlio
-         !> README.bs2000 ext/Encode/compile lib/Test.pm op.c perlio.c
-         !> pod/perlguts.pod pod/perlop.pod pp_ctl.c run.c t/op/bop.t
-         !> t/op/sprintf.t
-____________________________________________________________________________
-[  8953] By: jhi                                   on 2001/02/26  14:43:54
-        Log: Subject: Documenting coderef @INC (Re: CPAN "make this script work" feature)
-             From: Nicholas Clark <nick@ccl4.org>
-             Date: Mon, 26 Feb 2001 00:42:07 +0000
-             Message-ID: <20010226004207.F23333@plum.flirble.org>
-     Branch: perl
-          ! pp_ctl.c
-____________________________________________________________________________
-[  8952] By: jhi                                   on 2001/02/26  14:42:13
-        Log: Subject: [PATCH] XPUSH[insp] was Re: progress
-             From: Simon Cozens <simon@netthink.co.uk>
-             Date: Mon, 26 Feb 2001 12:23:48 +0000
-             Message-ID: <20010226122348.A25536@pembro26.pmb.ox.ac.uk>
-     Branch: perl
-          ! pod/perlguts.pod
-____________________________________________________________________________
-[  8951] By: jhi                                   on 2001/02/26  14:39:15
-        Log: Subject: [PATCH] perlio - unknown layer
-             From: Nicholas Clark <nick@ccl4.org>
-             Date: Mon, 26 Feb 2001 00:27:19 +0000
-             Message-ID: <20010226002719.E23333@plum.flirble.org>
-     Branch: perl
-          ! perlio.c
-____________________________________________________________________________
-[  8950] By: jhi                                   on 2001/02/26  14:38:04
-        Log: Subject: PATCH: extra tests to check on negative float to unsigned cast
-             From: Jeff Okamoto <okamoto@xfiles.corp.hp.com>
-             Message-Id: <200102232128.NAA28938@xfiles.corp.hp.com>
-             Date: Fri, 23 Feb 2001 13:28:33 -0800 (PST)
-     Branch: perl
-          ! t/op/bop.t
-____________________________________________________________________________
-[  8949] By: jhi                                   on 2001/02/26  14:37:07
-        Log: Subject: Re: [PATCH: perl 5.005_03] Record I/O fix for Test.pm in older perl
-             From: Peter Prymmer <pvhp@forte.com>
-             Date: Fri, 23 Feb 2001 10:51:37 -0800 (PST)
-             Message-ID: <Pine.OSF.4.10.10102231042010.79050-100000@aspara.forte.com>
-     Branch: perl
-          ! lib/Test.pm
-____________________________________________________________________________
-[  8948] By: jhi                                   on 2001/02/26  14:35:53
-        Log: Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
-             From: Radu Greab <radu@netsoft.ro>
-             Date: Fri, 23 Feb 2001 18:50:48 +0200 (EET)
-             Message-ID: <14998.38120.623015.916165@ix.netsoft.ro>
-     Branch: perl
-          ! pod/perlop.pod
-____________________________________________________________________________
-[  8947] By: jhi                                   on 2001/02/26  14:34:46
-        Log: Subject: [PATCH: perl@8935] -Dt padsv($var)
-             From: David Mitchell <davem@fdgroup.co.uk>
-             Date: Mon, 26 Feb 2001 11:01:24 +0000 (GMT)
-             Message-Id: <200102261101.LAA12915@tiree.fdgroup.co.uk>
-     Branch: perl
-          ! run.c
-____________________________________________________________________________
-[  8946] By: jhi                                   on 2001/02/26  14:32:37
-        Log: Subject: Modified README.bs2000 
-             From: Dorner Thomas <Thomas.Dorner@start.de>
-             Date: Mon, 26 Feb 2001 09:22:17 +0100
-             Message-ID: <6727B1DACFCDD311A757009027CA8D69010A889D@Ex02.inhouse.start.de>
-     Branch: perl
-          ! README.bs2000
-____________________________________________________________________________
-[  8945] By: jhi                                   on 2001/02/26  14:19:53
-        Log: Integrate the t/op/sprintf.t parts of #7909 and #8944 from mainline
-             to maintperl, listing the known failures on the tests 129 and 130.
-     Branch: maint-5.6/perl
-         !> t/op/sprintf.t
-____________________________________________________________________________
-[  8944] By: jhi                                   on 2001/02/26  14:14:15
-        Log: Add more known sprintf failures.
-     Branch: perl
-          ! t/op/sprintf.t
-____________________________________________________________________________
-[  8943] By: jhi                                   on 2001/02/26  13:56:22
-        Log: perlglob.exe needs to be found in Win32, patch from
-             Vadim Konovalov.  Nick I-S comments: "Perhaps a lingering glob()
-             which needs external glob at mini-perl time."
-     Branch: perl
-          ! ext/Encode/compile
-____________________________________________________________________________
-[  8942] By: jhi                                   on 2001/02/26  13:52:19
-        Log: A missing dTHX from Vadim Konovalov.
-     Branch: perl
-          ! perlio.c
-____________________________________________________________________________
-[  8941] By: jhi                                   on 2001/02/26  13:37:05
-        Log: Miscommunication at #8914: #8902 was okay, #8881 was to be retracted.
-     Branch: perl
-          ! op.c
-____________________________________________________________________________
-[  8940] By: jhi                                   on 2001/02/26  13:35:40
-        Log: Integrate perlio:
-             
-             [  8938]
-             Encode implementations docs.
-     Branch: perl
-         !> ext/Encode/Encode.pm
-____________________________________________________________________________
-[  8939] By: nick                                  on 2001/02/25  23:47:09
-        Log: Integrate mainline.
-     Branch: perlio
-         !> Changes lib/Pod/Find.pm patchlevel.h perl.h regcomp.c
-         !> t/op/pat.t t/op/tr.t t/pod/find.t toke.c utf8.c
-____________________________________________________________________________
-[  8938] By: nick                                  on 2001/02/25  19:36:28
-        Log: Encode implementations docs.
-     Branch: perlio
-          ! ext/Encode/Encode.pm
-____________________________________________________________________________
-[  8937] By: jhi                                   on 2001/02/25  19:26:16
-        Log: Script wasn't aligned with reality.
-     Branch: perl
-          ! t/pod/find.t
-____________________________________________________________________________
-[  8936] By: jhi                                   on 2001/02/25  18:54:55
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[  8935] By: jhi                                   on 2001/02/25  18:46:36
-        Log: Retract #8929,8930,8932,8933 for now.
-     Branch: perl
-          ! perl.h regcomp.c t/op/pat.t t/op/tr.t toke.c
-____________________________________________________________________________
-[  8934] By: jhi                                   on 2001/02/25  17:34:35
-        Log: Integrate perlio:
-             
-             [  8927]
-             Change method names in Encode implementation classes to something
-             less confusing (preparing to "go public").
-             
-             [  8926]
-             GCC __atribute__ / printf fix
-             
-             [  8925]
-             Checked in the wrong one ...
-             
-             [  8923]
-             Encode API documentation nd tidy up.
-             Minor additions to test.
-             Tweaks sv_utf8_upgrade() to force SvPV, and always SvUTF8_on and return length.
-             Adds STRLEN to standard typemap.
-     Branch: perl
-         !> embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
-         !> lib/ExtUtils/typemap perl.h perlapi.c proto.h sv.c
-         !> t/lib/encode.t
-____________________________________________________________________________
-[  8933] By: jhi                                   on 2001/02/25  17:33:12
-        Log: (Retracted by #8395.)
-             
-             Slight tweaks in scan_const(), not fixes yet, it seems like
-             lots of work remains to be done...
-     Branch: perl
-          ! toke.c
-____________________________________________________________________________
-[  8932] By: jhi                                   on 2001/02/25  17:27:11
-        Log: (Retracted by #8395.)
-             
-             Missing from #8930.
-     Branch: perl
-          ! perl.h
-____________________________________________________________________________
-[  8931] By: jhi                                   on 2001/02/25  17:26:19
-        Log: A comment tweak.
-     Branch: perl
-          ! utf8.c
-____________________________________________________________________________
-[  8930] By: jhi                                   on 2001/02/25  17:25:47
-        Log: (Retracted by #8395.)
-             
-             Attempt to fix the EBCDIC character range problem with //.
-     Branch: perl
-          ! regcomp.c
-____________________________________________________________________________
-[  8929] By: jhi                                   on 2001/02/25  17:23:45
-        Log: (Retracted by #8395.)
-             
-             Expand the EBCDIC character range tests, and add few nasty
-             tr tests from Karsten Sperling.
-     Branch: perl
-          ! t/op/pat.t t/op/tr.t
-____________________________________________________________________________
-[  8928] By: jhi                                   on 2001/02/25  17:18:49
-        Log: Missing check-in.
-     Branch: perl
-          ! lib/Pod/Find.pm
-____________________________________________________________________________
-[  8927] By: nick                                  on 2001/02/25  11:30:22
-        Log: Change method names in Encode implementation classes to something
-             less confusing (preparing to "go public").
-     Branch: perlio
-          ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
-____________________________________________________________________________
-[  8926] By: nick                                  on 2001/02/25  10:53:24
-        Log: GCC __atribute__ / printf fix
-     Branch: perlio
-          ! perl.h
-____________________________________________________________________________
-[  8925] By: nick                                  on 2001/02/25  10:52:25
-        Log: Checked in the wrong one ...
-     Branch: perlio
-          ! ext/Encode/Encode.pm
-____________________________________________________________________________
-[  8924] By: nick                                  on 2001/02/24  18:46:51
-        Log: Integrate mainline - to see what Jarkko has in ...
-     Branch: perlio
-         +> t/pod/testpods/lib/Pod/Stuff.pm
-         !> MANIFEST t/TEST t/lib/glob-basic.t t/op/pat.t t/pod/find.t
-____________________________________________________________________________
-[  8923] By: nick                                  on 2001/02/24  17:05:23
-        Log: Encode API documentation nd tidy up.
-             Minor additions to test.
-             Tweaks sv_utf8_upgrade() to force SvPV, and always SvUTF8_on and return length.
-             Adds STRLEN to standard typemap.
-     Branch: perlio
-          ! embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
-          ! lib/ExtUtils/typemap perlapi.c proto.h sv.c t/lib/encode.t
-____________________________________________________________________________
-[  8922] By: jhi                                   on 2001/02/24  16:38:12
-        Log: Add a test for the "character range should match in EBCDIC
-             if specified using explicit numerics" bug found by Karsten
-             Sperling.
-     Branch: perl
-          ! t/op/pat.t
-____________________________________________________________________________
-[  8921] By: jhi                                   on 2001/02/24  16:30:16
-        Log: Subject: [PATCH t/pod/find.t t/TEST] fixing t/pod/find.t, running t/pod
-             From: schwern@pobox.com
-             Date: Fri, 23 Feb 2001 03:21:37 -0500
-             Message-ID: <20010223032137.A26022@magnonel.guild.net>
-             
-             plus Charles Lane's fixes, plus tweaks.
-     Branch: perl
-          + t/pod/testpods/lib/Pod/Stuff.pm
-          ! MANIFEST t/TEST t/lib/glob-basic.t t/pod/find.t
-____________________________________________________________________________
-[  8920] By: nick                                  on 2001/02/24  10:30:11
-        Log: Integrate mainline
-     Branch: perlio
-         !> (integrate 33 files)
-____________________________________________________________________________
-[  8919] By: jhi                                   on 2001/02/24  00:23:35
-        Log: Subject: Re: I'm losing the war...
-             From: "Vadim Konovalov" <watman@inbox.ru>
-             Date: Sat, 24 Feb 2001 00:10:14 +0300
-             Message-ID: <007501c09dde$a9b84420$2f7b55c2@vad>
-             
-             hv_store() not working correctly in ENV_IS_CASELESS case.
-     Branch: perl
-          ! hv.c
-____________________________________________________________________________
-[  8918] By: jhi                                   on 2001/02/24  00:20:09
-        Log: Subject: Re: [PATCH] fix for charnames above FFFF
-             From: andreas.koenig@anima.de (Andreas J. Koenig)
-             Date: 23 Feb 2001 02:39:03 +0100
-             Message-ID: <m3u25mxjns.fsf@ak-71.mind.de>
-             
-             A further efficiency tweak.
-     Branch: perl
-          ! lib/charnames.pm
-____________________________________________________________________________
-[  8917] By: jhi                                   on 2001/02/23  20:27:51
-        Log: Integrate change #8916 from mainline,
-             do away with USE_WIN32_RTL_ENV.
-     Branch: maint-5.6/perl
-         !> perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
-____________________________________________________________________________
-[  8916] By: jhi                                   on 2001/02/23  20:02:25
-        Log: Abolish USE_WIN32_RTL_ENV.
-     Branch: perl
-          ! perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
-____________________________________________________________________________
-[  8915] By: jhi                                   on 2001/02/23  19:36:00
-        Log: Retract #8893, zero-initializing may be costly, maybe reintroduce
-             later protected by some #define.
-     Branch: perl
-          ! gv.c
-____________________________________________________________________________
-[  8914] By: jhi                                   on 2001/02/23  19:31:38
-        Log: Retract #8902 for now, requested by Charles Lane, the correct
-             fix will be something else.
-     Branch: perl
-          ! op.c
-____________________________________________________________________________
-[  8913] By: jhi                                   on 2001/02/23  19:11:36
-        Log: Subject: [PATCH: perl@8892] was Re: hashing order difference?
-             From: Peter Prymmer <pvhp@forte.com>
-             Date: Fri, 23 Feb 2001 10:54:09 -0800 (PST)
-             Message-ID: <Pine.OSF.4.10.10102231036100.79050-100000@aspara.forte.com>
-     Branch: perl
-          ! t/op/lex_assign.t
-____________________________________________________________________________
-[  8912] By: jhi                                   on 2001/02/23  18:38:20
-        Log: Subject: [patch] perlio + useithreads
-             From: Doug MacEachern <dougm@covalent.net>
-             Date: Fri, 23 Feb 2001 00:05:37 -0800 (PST)
-             Message-ID: <Pine.LNX.4.21.0102222356460.14249-100000@mako.covalent.net>
-             
-             Gets things running but not complete.
-     Branch: perl
-          ! intrpvar.h objXSUB.h perlapi.c perlio.h proto.h sv.c
-____________________________________________________________________________
-[  8911] By: jhi                                   on 2001/02/23  04:20:02
-        Log: Integrate changes #8896,8897,8898,8906,8907,8908 from mainline.
-             
-             Duplicated environment freeing, File::Temp 0.12,
-             op/append portability (EBCDIC) tweak.
-     Branch: maint-5.6/perl
-         !> lib/File/Temp.pm perl.c t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
-         !> t/op/append.t
-____________________________________________________________________________
-[  8910] By: jhi                                   on 2001/02/23  02:07:33
-        Log: Integrate change #8909 from mainline, a better Borland
-             putenv() workaround.
-     Branch: maint-5.6/perl
-         !> perl.c
-____________________________________________________________________________
-[  8909] By: jhi                                   on 2001/02/23  02:05:46
-        Log: A better workaround for Borland putenv() brokenness from Sarathy.
-     Branch: perl
-          ! perl.c
-____________________________________________________________________________
-[  8908] By: jhi                                   on 2001/02/23  02:04:14
-        Log: Subject: fix for parameter -Dm (for perl@8867)
-             From: "Vadim Konovalov" <watman@inbox.ru>
-             Date: Thu, 22 Feb 2001 17:30:12 +0300
-             Message-ID: <001801c09cdc$2faba490$2a7b55c2@vad>
-     Branch: perl
-          ! perl.h
-____________________________________________________________________________
-[  8907] By: jhi                                   on 2001/02/23  01:58:20
-        Log: Subject: [PATCH: perl@8892] treat unicoding and null bytes in op/append.t
-             From: Peter Prymmer <pvhp@forte.com>
-             Date: Thu, 22 Feb 2001 13:23:59 -0800 (PST)
-             Message-ID: <Pine.OSF.4.10.10102221319460.47500-100000@aspara.forte.com>
-     Branch: perl
-          ! t/op/append.t
-____________________________________________________________________________
-[  8906] By: jhi                                   on 2001/02/23  01:48:34
-        Log: Upgrade to File::Temp 0.12, from Tim Jenness.
-     Branch: perl
-          ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
-____________________________________________________________________________
-[  8905] By: jhi                                   on 2001/02/23  01:43:30
-        Log: Subject: [PATCH: perl@8892] fix a patcho in t/lib/st-06compat.t
-             From: Peter Prymmer <pvhp@forte.com>
-             Date: Thu, 22 Feb 2001 12:54:31 -0800 (PST)
-             Message-ID: <Pine.OSF.4.10.10102221249170.47500-100000@aspara.forte.com>
-     Branch: perl
-          ! t/lib/st-06compat.t
-____________________________________________________________________________
-[  8904] By: jhi                                   on 2001/02/23  01:42:39
-        Log: Metaconfig unit change for #8903.
-     Branch: metaconfig/U/perl
-          ! Devel.U
-____________________________________________________________________________
-[  8903] By: jhi                                   on 2001/02/23  01:42:12
-        Log: Be more helpful for devel builders, suggested by John L. Allen.
-     Branch: perl
-          ! Configure
-____________________________________________________________________________
-[  8902] By: jhi                                   on 2001/02/23  01:37:41
-        Log: (Retracted by #8914)
-             (Wrongly, reinstated by #8941)
-             
-             Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
-             From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
-             Date:     Thu, 22 Feb 2001 09:43:57 EST
-             Message-Id: <010222094237.9d22e@DUPHY4.Physics.Drexel.Edu>
-     Branch: perl
-          ! op.c
-____________________________________________________________________________
-[  8901] By: jhi                                   on 2001/02/23  01:20:32
-        Log: Subject:  [PATCH perl 5.7.0] malloc message address offset
-             From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
-             Date:     Thu, 22 Feb 2001 08:01:35 EST
-             Message-Id: <010222075625.9d22e@DUPHY4.Physics.Drexel.Edu>
-     Branch: perl
-          ! malloc.c
-____________________________________________________________________________
-[  8900] By: jhi                                   on 2001/02/23  01:18:02
-        Log: Integrate changes #8898,8899 from mainline, environ handling.
-     Branch: maint-5.6/perl
-         !> perl.c
-____________________________________________________________________________
-[  8899] By: jhi                                   on 2001/02/23  01:16:25
-        Log: Rewrite putenv() using my_setenv().  (In general the vendors'
-             putenv() is not to be relied on, they are either broken or leaky
-             or both.)
-     Branch: perl
-          ! perl.c
-____________________________________________________________________________
-[  8898] By: jhi                                   on 2001/02/22  23:36:59
-        Log: Fix #8803 as #8897 fixed #8896: with environ safesysmalloc()
-             and safesysfree() must be used.
-     Branch: perl
-          ! perl.c
-____________________________________________________________________________
-[  8897] By: jhi                                   on 2001/02/22  23:25:45
-        Log: With environ one must use safesysmalloc()/safesysfree().
-     Branch: perl
-          ! perl.c
-____________________________________________________________________________
-[  8896] By: jhi                                   on 2001/02/22  22:13:18
-        Log: If we have a duplicated environment free it
-             if PERL_DESTRUCT_LEVEL.
-     Branch: perl
-          ! perl.c
-____________________________________________________________________________
-[  8895] By: alanbur                               on 2001/02/22  19:31:57
-        Log: Synchronised with parent
-     Branch: maint-5.6/pureperl
-         !> embed.h embed.pl ext/POSIX/POSIX.xs lib/File/Temp.pm op.c
-____________________________________________________________________________
-[  8894] By: gsar                                  on 2001/02/22  19:06:18
-        Log: integrate changes#6162,6163 from mainline (missing leak fixes!)
-             
-             fix memory leak in method call optimization (change#3768);
-             made C<eval "$x->foo()"> leak
-             
-             fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
-     Branch: maint-5.6/perl
-         !> op.c
-____________________________________________________________________________
-[  8893] By: jhi                                   on 2001/02/22  18:35:27
-        Log: (Retracted by #8915.)
-             
-             Third Degree finding:
-             reading uninitialized local variable smallbuf + 8 bytes of Perl_gv_fetchfile
-     Branch: perl
-          ! gv.c
-____________________________________________________________________________
-[  8892] By: jhi                                   on 2001/02/22  14:28:32
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[  8891] By: jhi                                   on 2001/02/22  13:22:45
-        Log: Metaconfig unit changes for #8890.
-     Branch: metaconfig
-          ! U/modified/Cppsym.U U/threads/archname.U
-____________________________________________________________________________
-[  8890] By: jhi                                   on 2001/02/22  13:22:12
-        Log: Add -stdio to the archname if no perlio selected,
-             no -perlio added since that is now the default.
-             
-             Add few CPUs/architectures to the Cppsym scan.
-     Branch: perl
-          ! Configure config_h.SH
-____________________________________________________________________________
-[  8889] By: jhi                                   on 2001/02/22  13:05:59
-        Log: Metaconfig unit change for #8888.
-     Branch: metaconfig/U/perl
-          ! useperlio.U
-____________________________________________________________________________
-[  8888] By: jhi                                   on 2001/02/22  13:05:28
-        Log: *drum roll*  Make perlio the default.
-     Branch: perl
-          ! Configure config_h.SH
-____________________________________________________________________________
-[  8887] By: jhi                                   on 2001/02/22  12:50:52
-        Log: Integrate change #8665 from maintperl to mainline,
-             IA64-induced POSIX::SigSet masking with IVs instead of NVs.
-     Branch: perl
-         !> ext/POSIX/POSIX.xs
-____________________________________________________________________________
-[  8886] By: jhi                                   on 2001/02/22  12:49:24
-        Log: Integrate changes #8883,8884 from mainline to maintperl.
-             
-             Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
-             Subject: Re: File::Temp::_gettemp warning
-     Branch: maint-5.6/perl
-         !> embed.h embed.pl lib/File/Temp.pm
-____________________________________________________________________________
-[  8885] By: jhi                                   on 2001/02/22  12:43:59
-        Log: Based on
-             
-             Subject: [ID 20010222.001] POSIX.xs IV vs NV bug
-             From: schwab@suse.de
-             Date: Thu, 22 Feb 2001 13:08:09 +0100
-             Message-Id: <200102221208.f1MC89H09364@sykes.suse.de>
-             
-             but the fix done slightly differently because the other
-             half was already done in #8664.
-     Branch: maint-5.6/perl
-          ! ext/POSIX/POSIX.xs
-____________________________________________________________________________
-[  8884] By: jhi                                   on 2001/02/22  12:37:15
-        Log: Subject: Re: File::Temp::_gettemp warning
-             From: Tim Jenness <t.jenness@jach.hawaii.edu>
-             Date: Wed, 21 Feb 2001 22:15:32 -1000 (HST)
-             Message-ID: <Pine.LNX.4.30.0102212211190.18964-100000@lapaki.jach.hawaii.edu>
-             
-             This patch to File::Temp does two things:
-             
-             1. Fixes the problem with CGI::Carp when determining
-             the Fcntl constants
-             
-             2. Removes most of the carps and consolidates them so that all the
-             reasons are included in a single die that is caught by the test. This
-             means that the correct skipping behaviour is displayed by the test.
-     Branch: perl
-          ! lib/File/Temp.pm
-____________________________________________________________________________
-[  8883] By: jhi                                   on 2001/02/22  12:29:19
-        Log: Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
-             From: Peter Prymmer <pvhp@forte.com>
-             Date: Wed, 21 Feb 2001 16:30:06 -0800 (PST)
-             Message-ID: <Pine.OSF.4.10.10102211624490.12601-100000@aspara.forte.com>
-     Branch: perl
-          ! embed.h embed.pl
-____________________________________________________________________________
-[  8882] By: jhi                                   on 2001/02/21  19:41:33
-        Log: Integrate change #8881 from mainlin to maintperl.
-             
-             Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
-     Branch: maint-5.6/perl
-         !> op.c
-____________________________________________________________________________
-[  8881] By: jhi                                   on 2001/02/21  19:38:57
-        Log: Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
-             From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
-             Date:     Wed, 21 Feb 2001 13:08:03 EST
-             Message-Id: <010221130721.7a2ab@DUPHY4.Physics.Drexel.Edu>
-     Branch: perl
-          ! op.c
-____________________________________________________________________________
-[  8880] By: jhi                                   on 2001/02/21  19:34:34
-        Log: Retract #8875, cannot let go of the old semantics of unpack U
-             without rethinking utf8decode.t.
-     Branch: perl
-          ! pp.c t/op/pack.t
-____________________________________________________________________________
-[  8879] By: jhi                                   on 2001/02/21  19:08:02
-        Log: Run run/*.t also in minitest.
-     Branch: perl
-          ! Makefile.SH
-____________________________________________________________________________
-[  8878] By: nick                                  on 2001/02/21  18:55:37
-        Log: Integrate mainline
-     Branch: perlio
-         !> (integrate 76 files)
-____________________________________________________________________________
-[  8877] By: jhi                                   on 2001/02/21  15:09:33
-        Log: Fix the sys/fcntl.h problem reported by Peter Prymmer.
-     Branch: metaconfig
-          ! U/compline/nblock_io.U
-     Branch: perl
-          ! Configure config_h.SH
-____________________________________________________________________________
-[  8876] By: jhi                                   on 2001/02/21  14:54:45
-        Log: If no sfio, no -lsfio.
-     Branch: metaconfig/U/perl
-          ! d_sfio.U
-     Branch: perl
-          ! Configure config_h.SH
-____________________________________________________________________________
-[  8875] By: jhi                                   on 2001/02/21  14:54:00
-        Log: Make unpack C and unpack U truly equivalent.
-     Branch: perl
-          ! pp.c t/op/pack.t
-____________________________________________________________________________
-[  8874] By: jhi                                   on 2001/02/21  14:26:02
-        Log: Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
-             From: Peter Prymmer <pvhp@forte.com>
-             Date: Tue, 20 Feb 2001 14:51:55 -0800 (PST)
-             Message-ID: <Pine.OSF.4.10.10102201447380.501692-100000@aspara.forte.com>
-     Branch: perl
-          ! pod/perlport.pod
-____________________________________________________________________________
-[  8873] By: jhi                                   on 2001/02/21  14:24:31
-        Log: Subject: [PATCH] fix for charnames above FFFF
-             From: andreas.koenig@anima.de (Andreas J. Koenig)
-             Date: 21 Feb 2001 07:05:45 +0100
-             Message-ID: <m366i44ll2.fsf@ak-71.mind.de>
-     Branch: perl
-          ! lib/charnames.pm t/lib/charnames.t
-____________________________________________________________________________
-[  8872] By: jhi                                   on 2001/02/21  14:15:25
-        Log: Integrate change #8868 from pureperl to mainline.
-             
-             Fixed reference count loop caused by sv_magic.
-     Branch: perl
-         !> sv.c
-____________________________________________________________________________
-[  8871] By: jhi                                   on 2001/02/21  14:07:29
-        Log: Integrate change #8868 from pureperl to maintperl.
-             
-             Fixed reference count loop caused by sv_magic.
-     Branch: maint-5.6/perl
-         !> sv.c
-____________________________________________________________________________
-[  8870] By: jhi                                   on 2001/02/21  14:04:41
-        Log: Put back the #8840, it was innocent.
-     Branch: perl
-          ! embed.h embed.pl global.sym objXSUB.h perlapi.c
-          ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
-____________________________________________________________________________
-[  8869] By: jhi                                   on 2001/02/21  14:00:03
-        Log: unpack("C", ...) was left slightly unfinished by #8865.
-     Branch: perl
-          ! pp.c t/op/pack.t
-____________________________________________________________________________
-[  8868] By: alanbur                               on 2001/02/21  01:33:45
-        Log: Fixed reference count loop caused by sv_magic.  sv_magic is called
-             from gv_fetchpv to create single-character magic variables (e.g. $!),
-             and it is passed a sv and the gv that contains the sv as the mg_obj
-             value.  When sv_magic stores the mg_obj pointer it increments the gv
-             refcount, thus causing a sv-gv pair that can't be freed.  There is
-             already a check for sv == obj which is used to prevent such reference
-             loops.  This change extends the check to cover the case described above.
-     Branch: maint-5.6/pureperl
-          ! sv.c
-____________________________________________________________________________
-[  8867] By: jhi                                   on 2001/02/21  00:52:39
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[  8866] By: jhi                                   on 2001/02/21  00:34:20
-        Log: Upgrade to CGI.pm 2.752, from Lincoln Stein.
-             (Note: there were some conflicts due to EBCDIC and EPOC
-             patches, in general I preferred the repository code.)
-             (When 2.753 comes out, we need to synchronize.)
-     Branch: perl
-          ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
-          ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
-          ! t/lib/cgi-html.t
-____________________________________________________________________________
-[  8865] By: jhi                                   on 2001/02/21  00:24:22
-        Log: Make pack("C", 0x100) to create Unicode, unless under the
-             evil influence of 'use bytes'.  Similarly, unpack("C", ...)
-             will understand Unicode, unless you under know what.
-     Branch: perl
-          ! pp.c t/op/pack.t t/op/qu.t
-____________________________________________________________________________
-[  8864] By: alanbur                               on 2001/02/20  22:35:34
-        Log: Resynchronised with parent
-     Branch: maint-5.6/pureperl
-         !> README.win32 ext/GDBM_File/GDBM_File.pm
-         !> ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
-         !> ext/SDBM_File/SDBM_File.pm handy.h lib/Test.pm makedef.pl mg.c
-         !> pod/perlop.pod t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
-         !> t/lib/sdbm.t util.c
-____________________________________________________________________________
-[  8863] By: jhi                                   on 2001/02/20  20:55:11
-        Log: Integrate change #8860,8861 from mainline into maintperl.
-             
-             "pseudo-literal j"
-             
-             Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
-     Branch: maint-5.6/perl
-         !> lib/Test.pm pod/perlop.pod
-____________________________________________________________________________
-[  8862] By: jhi                                   on 2001/02/20  20:30:07
-        Log: Don't do casting between pointers pointing to differently sized
-             integers.
-     Branch: perl
-          ! hv.c sv.c
-____________________________________________________________________________
-[  8861] By: jhi                                   on 2001/02/20  19:53:44
-        Log: Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
-             From: Peter Prymmer <pvhp@forte.com>
-             Message-ID: <Pine.OSF.4.10.10102141617350.197219-100000@aspara.forte.com>
-             Date: Wed, 14 Feb 2001 16:28:16 -0800 (PST)
-     Branch: perl
-          ! lib/Test.pm
-____________________________________________________________________________
-[  8860] By: jhi                                   on 2001/02/20  19:48:02
-        Log: "pseudo-literal j", a documentation glitch reported to Debian.
-             The text recovered from Perl 5.005_03, and pseudo-literal replaced
-             by "backtick string".
-     Branch: perl
-          ! pod/perlop.pod
-____________________________________________________________________________
-[  8859] By: jhi                                   on 2001/02/20  19:15:46
-        Log: Skip the Perl_sys_intern_clear and Perl_sys_intern_init,
-             from Chris Nandor.
-     Branch: perl
-          ! makedef.pl
-____________________________________________________________________________
-[  8858] By: jhi                                   on 2001/02/20  17:36:53
-        Log: Integrate pureperl changes #8844,8845,8850 to mainline
-             (via maintperl #8855).
-             
-             Fixed %^H scoping bug
-             
-             Removed GV <-> CV refcount loop
-             
-             Removed %ENV refcount loop
-     Branch: perl
-         !> gv.c op.c perl.c pp.c scope.c
-____________________________________________________________________________
-[  8857] By: jhi                                   on 2001/02/20  17:34:32
-        Log: Integrate changes #8853,8854 from maintperl to mainline.
-             
-             EBDIC fixes, README.win32 Borland update.
-     Branch: perl
-         !> README.win32 handy.h util.c
-____________________________________________________________________________
-[  8856] By: jhi                                   on 2001/02/20  17:33:16
-        Log: Integrate change #8848 from mainline to maintperl: ?DBM_File cleanup.
-     Branch: maint-5.6/perl
-         !> ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
-         !> ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
-         !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
-____________________________________________________________________________
-[  8855] By: jhi                                   on 2001/02/20  17:32:13
-        Log: Integrate pureperl changes #8844,8845,8850 to maintperl.
-             
-             Fixed %^H scoping bug
-             
-             Removed GV <-> CV refcount loop
-             
-             Removed %ENV refcount loop
-     Branch: maint-5.6/perl
-         !> gv.c op.c perl.c pp.c scope.c
-____________________________________________________________________________
-[  8854] By: jhi                                   on 2001/02/20  17:25:06
-        Log: Subject: Addition to readme.win32 for Borland C++ compilers
-             Date: Tue, 20 Feb 2001 02:15:25 +0300
-             From: "Vadim Konovalov" <watman@inbox.ru>
-             Message-ID: <011c01c09aca$93bbbec0$367b55c2@vad>
-             
-             Document Borland compiler misbehaviour.
-     Branch: maint-5.6/perl
-          ! README.win32
-____________________________________________________________________________
-[  8853] By: jhi                                   on 2001/02/20  17:22:25
-        Log: The assimilation of ebcdic.c didn't quite work at the first try,
-             patches from Thomas Dorner.
-     Branch: maint-5.6/perl
-          ! handy.h util.c
-____________________________________________________________________________
-[  8852] By: jhi                                   on 2001/02/20  17:20:15
-        Log: Subject: [PATCH] More Mac OS patches for maint-5.6
-             From: Chris Nandor <pudge@pobox.com>
-             Date: Tue, 20 Feb 2001 08:32:45 -0500
-             Message-Id: <p05010403b6b81ee8dca0@[10.0.1.177]>
-     Branch: maint-5.6/perl
-          ! makedef.pl mg.c
-____________________________________________________________________________
-[  8851] By: jhi                                   on 2001/02/20  17:15:52
-        Log: Filter::Util::Call update to 1.05, from Paul Marquess.
-     Branch: perl
-          ! ext/Filter/Util/Call/Call.pm t/lib/filter-util.pl
-          ! t/lib/filter-util.t
-____________________________________________________________________________
-[  8850] By: alanbur                               on 2001/02/20  17:12:40
-        Log: Removed %ENV refcount loop.  Elements of %ENV are magical,
-             and the magic pointer points back to the GV that contains the
-             %ENV hash.  This creates a refcount loop that prevents members
-             of %ENV from being freed correctly.  This change removes the
-             refcount loop - the magic pointer was never used anyway, the
-             only use of the magic was to check the type ('E') so that the
-             appropriate environment manipulation code is called when %ENV
-             is modified.
-     Branch: maint-5.6/pureperl
-          ! perl.c
-____________________________________________________________________________
-[  8849] By: jhi                                   on 2001/02/20  17:12:20
-        Log: Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
-             From: "Craig A. Berry" <craigberry@mac.com>
-             Date: Mon, 19 Feb 2001 23:36:12 -0600
-             Message-Id: <5.0.2.1.0.20010219230450.02762648@exchi01>
-             
-             Case-forgiving systems match TestInit.pm with TES*.
-     Branch: perl
-          ! t/lib/glob-basic.t
-____________________________________________________________________________
-[  8848] By: jhi                                   on 2001/02/20  17:10:02
-        Log: strict-w-proof the ?DBM_File, from Paul Marquess.
-     Branch: perl
-          ! ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
-          ! ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
-          ! t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
-____________________________________________________________________________
-[  8847] By: jhi                                   on 2001/02/20  15:34:41
-        Log: The #8843 wasn't quite right: %Config needs to imported.
-     Branch: perl
-          ! t/run/runenv.t
-____________________________________________________________________________
-[  8846] By: jhi                                   on 2001/02/20  15:31:50
-        Log: Retract the #8838 and #8840 for now because of
-             the DB_File tie problem.
-     Branch: perl
-          ! embed.h embed.pl global.sym lib/ExtUtils/xsubpp objXSUB.h
-          ! perlapi.c pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod
-          ! proto.h sv.c
-____________________________________________________________________________
-[  8845] By: alanbur                               on 2001/02/20  14:25:41
-        Log: Removed GV <-> CV refcount loop
-             CvGV(mycv) points to the parent GV of the CV, and was previously
-             refcounted.  The pointer remains, but the refcounting has been removed
-             as it causes a refcount loop between the CV and GV that means the CV
-             can't ever be deleted.
-     Branch: maint-5.6/pureperl
-          ! gv.c op.c pp.c
-____________________________________________________________________________
-[  8844] By: alanbur                               on 2001/02/20  14:23:13
-        Log: Fixed %^H scoping bug
-     Branch: maint-5.6/pureperl
-          ! scope.c
-____________________________________________________________________________
-[  8843] By: jhi                                   on 2001/02/19  13:38:08
-        Log: fork() not everywhere, cleanup temp files.
-     Branch: perl
-          ! t/run/runenv.t
-____________________________________________________________________________
-[  8842] By: alanbur                               on 2001/02/19  12:42:07
-        Log: Resynchronised with parent
-     Branch: maint-5.6/pureperl
-         !> pod/perlfaq4.pod sv.c utf8.c
-____________________________________________________________________________
-[  8841] By: jhi                                   on 2001/02/19  03:35:51
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[  8840] By: jhi                                   on 2001/02/19  00:23:41
-        Log: Subject: [patch] add sv_setref_uv
-             From: Doug MacEachern <dougm@covalent.net>
-             Date: Sun, 18 Feb 2001 14:49:33 -0800 (PST)
-             Message-ID: <Pine.LNX.4.21.0102181448290.10021-100000@mako.covalent.net>
-     Branch: perl
-          ! embed.h embed.pl global.sym objXSUB.h perlapi.c
-          ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
-____________________________________________________________________________
-[  8839] By: jhi                                   on 2001/02/19  00:01:38
-        Log: Put to rest the 20010205.001, the email address checking (not) regex.
-     Branch: perl
-          ! pod/perlfaq9.pod
-____________________________________________________________________________
-[  8838] By: jhi                                   on 2001/02/18  22:17:54
-        Log: Subject: [patch] xsubpp: make sv_setref_* targetable
-             From: Doug MacEachern <dougm@covalent.net>
-             Date: Sun, 18 Feb 2001 12:58:23 -0800 (PST)
-             Message-ID: <Pine.LNX.4.21.0102181256310.10021-100000@mako.covalent.net>
-     Branch: perl
-          ! lib/ExtUtils/xsubpp
-____________________________________________________________________________
-[  8837] By: jhi                                   on 2001/02/18  22:16:50
-        Log: Subject: [patch] -Wall cleanup round 2
-             From: Doug MacEachern <dougm@covalent.net>
-             Date: Sun, 18 Feb 2001 13:08:04 -0800 (PST)
-             Message-ID: <Pine.LNX.4.21.0102181304520.10021-100000@mako.covalent.net>
-     Branch: perl
-          ! ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
-          ! ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
-          ! ext/File/Glob/Glob.xs ext/Filter/Util/Call/Call.xs
-          ! ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs ext/IPC/SysV/SysV.xs
-          ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
-          ! ext/SDBM_File/SDBM_File.xs
-____________________________________________________________________________
-[  8836] By: jhi                                   on 2001/02/18  22:11:20
-        Log: Misapplied regex optimizations when \C is present.
-             Fixes 20001230.002.
-             
-             What still remains broken is that the submatches that
-             have \C in them get their UTF8 flag on because their
-             parent SV has it on.  This will result in malformed
-             UTF8 if a \C happened to match a non-ASCII byte.
-     Branch: perl
-          ! regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
-          ! t/pragma/utf8.t
-____________________________________________________________________________
-[  8835] By: jhi                                   on 2001/02/18  20:12:02
-        Log: Fix for "[ID 20010213.005] utf8 + localized hash elems + 64 bits?"
-             
-             The hash key got wrongly UTF8fied.
-     Branch: perl
-          ! pod/perlapi.pod toke.c utf8.c
-____________________________________________________________________________
-[  8834] By: jhi                                   on 2001/02/18  19:44:25
-        Log: Tweak on #8234 (Subject: Re: [PATCH] Warn on use of reference as array elem):
-             don't warn on magical or overloaded things.
-     Branch: perl
-          ! pp_hot.c
-____________________________________________________________________________
-[  8833] By: nick                                  on 2001/02/18  19:31:22
-        Log: Integrate mainline
-     Branch: perlio
-         +> t/TestInit.pm t/run/runenv.t
-          - t/UTEST
-         !> MANIFEST Makefile.SH ext/Storable/ChangeLog
-         !> ext/Storable/Storable.pm ext/Storable/Storable.xs
-         !> lib/Test/Harness.pm perl.c pod/perlfaq4.pod sv.c t/TEST
-         !> t/lib/charnames.t t/lib/glob-basic.t t/lib/st-06compat.t
-         !> t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
-         !> t/op/chop.t t/op/eval.t t/op/regexp_noamp.t t/op/subst_wamp.t
-         !> utf8.c
-____________________________________________________________________________
-[  8832] By: jhi                                   on 2001/02/18  19:21:18
-        Log: Integrate perlio:
-             
-             [  8830]
-             Apply the spirit of patch from Nick Clark:
-             Subject: [PATCH] Re: extensions that provide layers
-             From: Nicholas Clark <nick@ccl4.org>
-             Date: Mon, 12 Feb 2001 16:43:51 +0000
-             Message-Id: <20010212164350.Q3652@plum.flirble.org>
-     Branch: perl
-         !> perlio.c pod/perldiag.pod
-____________________________________________________________________________
-[  8831] By: jhi                                   on 2001/02/18  19:14:20
-        Log: Integrate change #8827 from mainline.
-             
-             UTF8 tweaks.
-     Branch: maint-5.6/perl
-         !> sv.c utf8.c
-____________________________________________________________________________
-[  8830] By: nick                                  on 2001/02/18  19:10:34
-        Log: Apply the spirit of patch from Nick Clark:
-             Subject: [PATCH] Re: extensions that provide layers
-             From: Nicholas Clark <nick@ccl4.org>
-             Date: Mon, 12 Feb 2001 16:43:51 +0000
-             Message-Id: <20010212164350.Q3652@plum.flirble.org>
-     Branch: perlio
-          ! perlio.c pod/perldiag.pod
-____________________________________________________________________________
-[  8829] By: jhi                                   on 2001/02/18  19:03:25
-        Log: Subject: [PATCH t/TEST t/TestSetup.pm] Adding in TestSetup.pm to replace BEGIN  preamble on tests.
-             From: schwern@pobox.com 
-             Date: Sun, 18 Feb 2001 13:44:35 -0500
-             Message-ID: <20010218134435.A17544@magnonel.guild.net>
-             
-             Applied, but as t/TestInit.pm.
-     Branch: perl
-          + t/TestInit.pm
-          ! MANIFEST t/TEST t/op/eval.t t/op/regexp_noamp.t
-          ! t/op/subst_wamp.t
-____________________________________________________________________________
-[  8828] By: jhi                                   on 2001/02/18  18:43:52
-        Log: Integrate perlio:
-             
-             [  8826]
-             Fix [ID 20010217.002]
-             open FOO, "<:raw:perlio", ...
-             :raw now inserts default base layer below itself.
-             Also
-             open FOO, "<:unix", ...
-             works as well - but leaves buffer layer on stack under the unix layer.
-     Branch: perl
-         !> perlio.c
-____________________________________________________________________________
-[  8827] By: jhi                                   on 2001/02/18  18:41:33
-        Log: UTF-8 tweaks.
-     Branch: perl
-          ! sv.c utf8.c
-____________________________________________________________________________
-[  8826] By: nick                                  on 2001/02/18  17:40:59
-        Log: Fix [ID 20010217.002]
-             open FOO, "<:raw:perlio", ...
-             :raw now inserts default base layer below itself.
-             Also
-             open FOO, "<:unix", ...
-             works as well - but leaves buffer layer on stack under the unix layer.
-     Branch: perlio
-          ! perlio.c
-____________________________________________________________________________
-[  8825] By: jhi                                   on 2001/02/18  17:15:39
-        Log: Integrate perlio:
-             
-             [  8820]
-             Clean up a few core dumps when layers are used in unexpected ways.
-             (Still not "right"...)
-     Branch: perl
-         !> perlio.c perliol.h
-____________________________________________________________________________
-[  8824] By: jhi                                   on 2001/02/18  17:10:53
-        Log: Subject: [PATCH t/TEST lib/Test/Harness.pm] Adding todo tests
-             From: schwern@pobox.com
-             Date: Sun, 18 Feb 2001 01:48:50 -0500
-             Message-ID: <20010218014850.C19957@magnonel.guild.net>
-     Branch: perl
-          ! lib/Test/Harness.pm t/TEST t/op/chop.t
-____________________________________________________________________________
-[  8823] By: jhi                                   on 2001/02/18  17:01:06
-        Log: Add run/*.t to testables.
-     Branch: perl
-          ! t/TEST
-____________________________________________________________________________
-[  8822] By: jhi                                   on 2001/02/18  16:58:58
-        Log: Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
-             From: schwern@pobox.com
-             Date: Sun, 18 Feb 2001 01:11:35 -0500
-             Message-ID: <20010218011135.A19957@magnonel.guild.net>
-             
-             Revive mjd's and Simon's PERL5OPT fix.
-     Branch: perl
-          + t/run/runenv.t
-          ! MANIFEST perl.c
-____________________________________________________________________________
-[  8821] By: jhi                                   on 2001/02/18  16:53:46
-        Log: Subject: Re: Why t/TEST and not Test::Harness?
-             From: schwern@pobox.com
-             Date: Sat, 17 Feb 2001 22:44:44 -0500
-             Message-ID: <20010217224444.A6679@magnonel.guild.net>
-             
-             Replace UTEST with TEST -utf8.
-     Branch: perl
-          - t/UTEST
-          ! MANIFEST Makefile.SH t/TEST t/lib/charnames.t
-          ! t/lib/glob-basic.t
-____________________________________________________________________________
-[  8820] By: nick                                  on 2001/02/18  13:06:16
-        Log: Clean up a few core dumps when layers are used in unexpected ways.
-             (Still not "right"...)
-     Branch: perlio
-          ! perlio.c perliol.h
-____________________________________________________________________________
-[  8819] By: jhi                                   on 2001/02/18  02:25:55
-        Log: Integrate change #8818 from maintperl, a FAQ nit.
-     Branch: perl
-         !> pod/perlfaq4.pod
-____________________________________________________________________________
-[  8818] By: jhi                                   on 2001/02/18  02:24:50
-        Log: FAQ nit from Chris Fedde.
-     Branch: maint-5.6/perl
-          ! pod/perlfaq4.pod
-____________________________________________________________________________
-[  8817] By: nick                                  on 2001/02/17  18:20:14
-        Log: Integrate mainline
-     Branch: perlio
-         +> lib/unicode/UCD.html lib/unicode/Unicode.html
-         +> lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
-         +> pod/perlclib.pod
-          - ebcdic.c lib/unicode/UCD301.html lib/unicode/UCDFF301.html
-          - lib/unicode/Unicode.301
-         !> (integrate 324 files)
-____________________________________________________________________________
-[  8816] By: jhi                                   on 2001/02/17  16:56:58
-        Log: Upgrade to Storable 1.0.10, from Raphael Manfredi.
-     Branch: perl
-          ! ext/Storable/ChangeLog ext/Storable/Storable.pm
-          ! ext/Storable/Storable.xs t/lib/st-06compat.t
-          ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
-____________________________________________________________________________
-[  8815] By: jhi                                   on 2001/02/17  16:40:07
-        Log: Subject: [patch] -Wall
-             From: Doug MacEachern <dougm@covalent.net>
-             Date: Fri, 16 Feb 2001 15:25:36 -0800 (PST)
-             Message-ID: <Pine.LNX.4.21.0102161519500.30352-100000@mako.covalent.net>
-     Branch: perl
-          ! doio.c doop.c embed.h embed.pl gv.c objXSUB.h op.c perl.c
-          ! perlapi.c pp_ctl.c pp_hot.c pp_sys.c proto.h sv.c toke.c
-____________________________________________________________________________
-[  8814] By: jhi                                   on 2001/02/16  19:27:18
-        Log: Document qu better.
-     Branch: perl
-          ! pod/perlop.pod
-____________________________________________________________________________
-[  8813] By: jhi                                   on 2001/02/15  13:54:37
-        Log: Subject: [PATCH @8807] toke.c cleanup: scan_str()
-             From: Hugo <hv@crypt.compulink.co.uk>
-             Date: Thu, 15 Feb 2001 13:39:49 +0000
-             Message-Id: <200102151339.NAA32248@crypt.compulink.co.uk>
-     Branch: perl
-          ! toke.c
-____________________________________________________________________________
-[  8812] By: alanbur                               on 2001/02/15  13:52:16
-        Log: Resynchronised with parent
-     Branch: maint-5.6/pureperl
-          - ebcdic.c
-         !> (integrate 36 files)
-____________________________________________________________________________
-[  8811] By: jhi                                   on 2001/02/15  13:51:16
-        Log: Integrate changes #8659,8702,8808,8809,8810 from maintperl.
-             
-             Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
-             From: Jan Dubois <JanD@ActiveState.com>
-             Date: Wed, 31 Jan 2001 21:17:03 -0800
-             Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
-             
-             tweak change#8659 to keep it simple
-             
-             Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
-             From: Russ Allbery <rra@stanford.edu>
-             Date: 14 Feb 2001 10:15:41 -0800
-             Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
-             
-             (8809 empty)
-             
-             Upgrade to podlators 1.08, from Russ Allbery.
-     Branch: perl
-         !> lib/Pod/Man.pm lib/Pod/Text.pm lib/Test/Harness.pm
-         !> utils/perldoc.PL
-____________________________________________________________________________
-[  8810] By: jhi                                   on 2001/02/15  13:35:08
-        Log: Upgrade to podlators 1.08, from Russ Allbery.
-     Branch: maint-5.6/perl
-          ! lib/Pod/Man.pm lib/Pod/Text.pm
-____________________________________________________________________________
-[  8809] By: jhi                                   on 2001/02/15  13:26:38
-        Log: (accidentally empty check-in)
-     Branch: maint-5.6/perl
-          ! lib/Test/Harness.pm
-____________________________________________________________________________
-[  8808] By: jhi                                   on 2001/02/15  13:23:47
-        Log: Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
-             From: Russ Allbery <rra@stanford.edu>
-             Date: 14 Feb 2001 10:15:41 -0800
-             Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
-             
-             perldoc was hardcoding $Config{installscript}, which breaks
-             when install* isn't where Perl ends up (such as with AFS).
-             
-             Use $Config{scriptdir} instead.
-     Branch: maint-5.6/perl
-          ! utils/perldoc.PL
-____________________________________________________________________________
-[  8807] By: jhi                                   on 2001/02/14  14:37:27
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[  8806] By: jhi                                   on 2001/02/14  14:25:31
-        Log: Integrate changes #8803,8804,8805 from mainline.
-             
-             Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
-             
-             Don't skip too much of the locale error message if no environ array,
-             from Chris Nandor.
-             
-             More MacOS Classic fixes from Chris Nandor.
-     Branch: maint-5.6/perl
-         !> doop.c lib/Cwd.pm perl.c perl.h util.c
-____________________________________________________________________________
-[  8805] By: jhi                                   on 2001/02/14  03:29:01
-        Log: More MacOS Classic fixes from Chris Nandor.
-     Branch: perl
-          ! doop.c lib/Cwd.pm
-____________________________________________________________________________
-[  8804] By: jhi                                   on 2001/02/14  03:18:35
-        Log: Don't skip too much of the locale error message if no environ array,
-             from Chris Nandor.
-     Branch: perl
-          ! util.c
-____________________________________________________________________________
-[  8803] By: jhi                                   on 2001/02/14  03:14:14
-        Log: Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
-     Branch: perl
-          ! perl.c perl.h
-____________________________________________________________________________
-[  8802] By: jhi                                   on 2001/02/13  18:31:33
-        Log: AUTHORS update.
-     Branch: perl
-          ! AUTHORS
-____________________________________________________________________________
-[  8801] By: jhi                                   on 2001/02/13  17:55:19
-        Log: Integrate change #8792 from mainline.
-             
-             Subject: buncha MacPerl patches for bleadperl
-             From: Chris Nandor <pudge@pobox.com>
-             Date: Tue, 13 Feb 2001 00:02:43 -0500
-             Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
-     Branch: maint-5.6/perl
-         !> lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
-         !> lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
-         !> t/lib/basename.t toke.c util.h
-____________________________________________________________________________
-[  8800] By: jhi                                   on 2001/02/13  17:46:43
-        Log: When doing that Fpos_t used in PerlIO_getpos proto needs
-             to be forced to Off_t.
-             
-             Subject: [ID 20010201.009] 5.6.1-TRIAL2 sfio build fails
-             From: nick@ccl4.org
-             Date: Thu, 1 Feb 2001 12:01:04 +0000
-             Message-Id: <20010201120103.E11401@plum.flirble.org>
-     Branch: maint-5.6/perl
-          ! iperlsys.h perlio.c
-____________________________________________________________________________
-[  8799] By: jhi                                   on 2001/02/13  16:52:51
-        Log: Duplex duplex hunk hunk.
-     Branch: maint-5.6/perl
-          ! Makefile.SH
-____________________________________________________________________________
-[  8797] By: jhi                                   on 2001/02/13  14:52:04
-        Log: Subject: [PATCH perl@8773] integral ok lines for VMS
-             From: "Craig A. Berry" <craigberry@mac.com>
-             Date: Mon, 12 Feb 2001 11:05:25 -0600
-             Message-Id: <p04330104b6ac5dfe6d45@[172.16.52.1]>
-     Branch: perl
-          ! t/lib/filehand.t t/lib/test-harness.t t/lib/texttabs.t
-____________________________________________________________________________
-[  8796] By: jhi                                   on 2001/02/13  14:36:47
-        Log: Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
-             From: simon.cozens@pembroke.oxford.ac.uk 
-             Date: Sat, 10 Feb 2001 17:57:02 +0000
-             Message-Id: <E14ReGc-0005Pk-00@pembro26.pmb.ox.ac.uk>
-             
-             Now it does include.
-     Branch: perl
-          ! pod/perldiag.pod
-____________________________________________________________________________
-[  8795] By: jhi                                   on 2001/02/13  14:30:11
-        Log: Sort the MANIFEST.
-     Branch: perl
-          ! MANIFEST
-____________________________________________________________________________
-[  8794] By: jhi                                   on 2001/02/13  14:26:51
-        Log: Integrate change #8793 from mainline, FAQ updates.
-     Branch: maint-5.6/perl
-         !> pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
-____________________________________________________________________________
-[  8793] By: jhi                                   on 2001/02/13  14:25:13
-        Log: FAQ updates from Chris Fedde <chris@fedde.littleton.co.us>.
-     Branch: perl
-          ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
-____________________________________________________________________________
-[  8792] By: jhi                                   on 2001/02/13  14:22:50
-        Log: Subject: buncha MacPerl patches for bleadperl
-             From: Chris Nandor <pudge@pobox.com>
-             Date: Tue, 13 Feb 2001 00:02:43 -0500
-             Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
-     Branch: perl
-          ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
-          ! lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
-          ! t/lib/basename.t toke.c util.h
-____________________________________________________________________________
-[  8791] By: jhi                                   on 2001/02/13  14:10:39
-        Log: Integrate change #8790 from mainline.
-             
-             environ array wrongly assumed in Perl_init_i18nl10n(),
-     Branch: maint-5.6/perl
-         !> util.c
-____________________________________________________________________________
-[  8790] By: jhi                                   on 2001/02/13  14:06:15
-        Log: environ array wrongly assumed in Perl_init_i18nl10n(),
-             noticed by Chris Nandor in MacOS Classic.
-     Branch: perl
-          ! util.c
-____________________________________________________________________________
-[  8789] By: jhi                                   on 2001/02/13  13:58:07
-        Log: Integrate changes #8373,8487,8544,8783 from mainline.
-             
-             Synchronize the EBCDIC platforms (os390,posix-bc,vmesa):
-             hints files, the dynaloading, assimilate ebcdic into util.c.
-     Branch: maint-5.6/perl
-          - ebcdic.c
-          ! MANIFEST hints/posix-bc.sh
-         !> Makefile.SH embed.h embed.pl ext/DynaLoader/dl_dllload.xs
-         !> handy.h hints/os390.sh hints/vmesa.sh installperl objXSUB.h
-         !> perlapi.c proto.h util.c
-____________________________________________________________________________
-[  8788] By: alanbur                               on 2001/02/13  10:33:13
-        Log: Integrated changes from maint-5.6
-     Branch: maint-5.6/pureperl
-         !> Makefile.SH README.vos hints/openbsd.sh pod/perlport.pod
-         !> regcomp.c t/op/re_tests vos/Changes vos/build.cm
-         !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
-         !> vos/config.ga.h vos/configure_perl.cm
-____________________________________________________________________________
-[  8787] By: jhi                                   on 2001/02/13  05:56:36
-        Log: Integrate change #8786 from maintperl, posix-bc byacc handling.
-     Branch: perl
-         !> Makefile.SH
-____________________________________________________________________________
-[  8786] By: jhi                                   on 2001/02/13  05:54:34
-        Log: Subject: perl@8671 on posix-bc aka BS2000 Posix (small Patch included!)
-             From: Dorner Thomas <Thomas.Dorner@start.de>
-             Date: Mon, 12 Feb 2001 15:06:26 +0100
-             Message-ID: <6727B1DACFCDD311A757009027CA8D69010A8853@Ex02.inhouse.start.de>
-     Branch: maint-5.6/perl
-          ! Makefile.SH
-____________________________________________________________________________
-[  8785] By: jhi                                   on 2001/02/13  05:29:04
-        Log: Integrate change #8781 from maintperl, OpenBSD hints update.
-     Branch: perl
-         !> hints/openbsd.sh
-____________________________________________________________________________
-[  8784] By: jhi                                   on 2001/02/13  02:25:24
-        Log: Subject: [PATCH: perl@8773] small fixups to perlclib.pod
-             From: Peter Prymmer <pvhp@forte.com>
-             Date: Mon, 12 Feb 2001 18:23:09 -0800 (PST)
-             Message-ID: <Pine.OSF.4.10.10102121821090.126445-100000@aspara.forte.com>
-     Branch: perl
-          ! pod/perlclib.pod
-____________________________________________________________________________
-[  8783] By: jhi                                   on 2001/02/13  02:22:36
-        Log: Merge ebcdic.c (only one function, ebcdic_control()) into util.c.
-     Branch: perl
-          - ebcdic.c
-          ! MANIFEST embed.h embed.pl handy.h hints/os390.sh
-          ! hints/posix-bc.sh hints/vmesa.sh objXSUB.h perlapi.c proto.h
-          ! util.c
-____________________________________________________________________________
-[  8782] By: jhi                                   on 2001/02/13  02:00:07
-        Log: Add OpenBSD to the list of 5.6.1-okay platforms.
-     Branch: maint-5.6/perl
-          ! pod/perlport.pod
-____________________________________________________________________________
-[  8781] By: jhi                                   on 2001/02/13  01:58:44
-        Log: OpenBSD hints update for 5.6.1-TRIAL2 from Todd C. Miller.
-     Branch: maint-5.6/perl
-          ! hints/openbsd.sh
-____________________________________________________________________________
-[  8780] By: jhi                                   on 2001/02/13  01:57:33
-        Log: Synchronize the regexp tests between maintperl and mainline.
-     Branch: maint-5.6/perl
-         !> t/op/re_tests
-____________________________________________________________________________
-[  8779] By: jhi                                   on 2001/02/13  01:49:35
-        Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
-             From: Hugo <hv@crypt.compulink.co.uk>
-             Date: Tue, 13 Feb 2001 00:11:11 +0000
-             Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
-     Branch: perl
-          ! regcomp.c t/op/re_tests
-____________________________________________________________________________
-[  8778] By: jhi                                   on 2001/02/13  00:23:10
-        Log: Comments do not nest.
-     Branch: perl
-          ! perl.h
-____________________________________________________________________________
-[  8777] By: jhi                                   on 2001/02/13  00:17:54
-        Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
-             From: Hugo <hv@crypt.compulink.co.uk>
-             Date: Tue, 13 Feb 2001 00:11:11 +0000
-             Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
-     Branch: maint-5.6/perl
-          ! regcomp.c t/op/re_tests
-____________________________________________________________________________
-[  8776] By: jhi                                   on 2001/02/12  23:25:52
-        Log: Add VOS to the list of 5.6.1 known-to-be-working platforms.
-     Branch: maint-5.6/perl
-          ! pod/perlport.pod
-____________________________________________________________________________
-[  8775] By: jhi                                   on 2001/02/12  23:04:28
-        Log: VOS updates for 5.6-TRIAL2 from Paul Green.
-     Branch: maint-5.6/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/configure_perl.cm
-____________________________________________________________________________
-[  8774] By: jhi                                   on 2001/02/12  22:59:11
-        Log: Subject: Re: [patch] context for 'U' magic functions
-             From: Doug MacEachern <dougm@covalent.net>
-             Date: Mon, 12 Feb 2001 09:22:45 -0800 (PST)
-             Message-ID: <Pine.LNX.4.21.0102120919040.26437-100000@mako.covalent.net>
-             
-             plus the suggestion by Nick Ing-Simmons to name the macro
-             as PERL_MG_UFUNC to avoid namespace pollution, plus add
-             the advice by Doug for XS writers to perl.h
-     Branch: perl
-          ! mg.c perl.h
-____________________________________________________________________________
-[  8773] By: jhi                                   on 2001/02/11  20:14:12
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[  8772] By: jhi                                   on 2001/02/11  18:47:52
-        Log: Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
-             From: Simon Cozens <simon@cozens.net>
-             Date: Wed, 31 Jan 2001 16:31:43 +0000
-             Message-ID: <20010131163143.A1427@pembro26.pmb.ox.ac.uk>
-     Branch: perl
-          + pod/perlclib.pod
-          ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlguts.pod
-          ! pod/perltoc.pod
-____________________________________________________________________________
-[  8771] By: jhi                                   on 2001/02/11  18:36:48
-        Log: Upgrade to Unicode 3.1 beta 2001-02-11.
-             
-             Blocks-4d3.beta.txt
-             CaseFolding-3d4.beta.txt
-             CompositionExclusions-3d6.beta.txt
-             EastAsianWidth-4d4.beta.txt
-             LineBreak-6d3.beta.txt
-             NamesList-3.1.0d1.beta.txt
-             PropList-3.1.0d4.beta.txt
-             SpecialCasing-4d1.beta.txt
-             UnicodeData-3.1.0d6.beta.txt
-     Branch: perl
-          + lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
-         +> lib/unicode/UCD.html lib/unicode/Unicode.html
-          - lib/unicode/UCD301.html lib/unicode/UCDFF301.html
-          - lib/unicode/Unicode.301
-          ! (edit 257 files)
-____________________________________________________________________________
-[  8770] By: jhi                                   on 2001/02/11  17:26:22
-        Log: UTF-8 documentation.
-     Branch: perl
-          ! utf8.h
-____________________________________________________________________________
-[  8769] By: jhi                                   on 2001/02/11  17:12:49
-        Log: Retract #8762.
-     Branch: perl
-          ! regexec.c
-____________________________________________________________________________
-[  8768] By: jhi                                   on 2001/02/11  16:54:45
-        Log: Subject: [PATCH] Test::Harness
-             From: andreas.koenig@anima.de (Andreas J. Koenig)
-             Date: 11 Feb 2001 14:37:00 +0100
-             Message-ID: <m3g0hll4sj.fsf@ak-71.mind.de>
-     Branch: perl
-          ! lib/Test/Harness.pm
-____________________________________________________________________________
-[  8767] By: jhi                                   on 2001/02/11  16:53:52
-        Log: Subject: [PATCH] Document makepatch in Porting/patching
-             From: andreas.koenig@anima.de (Andreas J. Koenig)
-             Date: 11 Feb 2001 16:46:28 +0100
-             Message-ID: <m3bss9kysr.fsf@ak-71.mind.de>
-     Branch: perl
-          ! Porting/patching.pod
-____________________________________________________________________________
-[  8766] By: jhi                                   on 2001/02/11  06:30:23
-        Log: Subject: Re: [patch] GvSHARED
-             Date: Sat, 10 Feb 2001 14:04:40 -0800 (PST)
-             From: Doug MacEachern <dougm@covalent.net>
-             Message-ID: <Pine.LNX.4.21.0102101356000.15298-100000@mako.covalent.net>
-             
-             Subject: Re: [patch] GvSHARED
-             From: Doug MacEachern <dougm@covalent.net>
-             Date: Sat, 10 Feb 2001 15:00:54 -0800 (PST)
-             Message-ID: <Pine.LNX.4.21.0102101453220.15298-100000@mako.covalent.net>
-             
-             Subject: [patch] attributes.pm support for `shared'
-             From: Doug MacEachern <dougm@covalent.net>
-             Date: Sat, 10 Feb 2001 20:08:48 -0800 (PST)
-             Message-ID: <Pine.LNX.4.21.0102102004190.15298-100000@mako.covalent.net>
-             
-             our() attributes were ignored, our :shared pieces missing,
-             allow attributes.pm to turn on shared.
-     Branch: perl
-          ! op.c t/op/attrs.t toke.c xsutils.c
-____________________________________________________________________________
-[  8765] By: alanbur                               on 2001/02/10  23:11:19
-        Log: Resync with parent (hopefully sucessfully this time)
-     Branch: maint-5.6/pureperl
-         !> MANIFEST README.bs2000 README.hpux README.vmesa installhtml
-         !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
-         !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
-         !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
-         !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
-         !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
-         !> pod/perltootc.pod win32/Makefile win32/makefile.mk
-____________________________________________________________________________
-[  8764] By: jhi                                   on 2001/02/10  22:54:38
-        Log: Make TEST and UTEST more verbose in case something goes
-             wrong in running/compiling a script, suggested by Doug
-             MacEachern.
-     Branch: perl
-          ! t/TEST t/UTEST
-____________________________________________________________________________
-[  8763] By: jhi                                   on 2001/02/10  22:11:34
-        Log: Bogus shebang.
-     Branch: perl
-          ! t/lib/texttabs.t
-____________________________________________________________________________
-[  8762] By: jhi                                   on 2001/02/10  21:56:02
-        Log: (Retracted by #8769)
-     Branch: perl
-          ! regexec.c
-____________________________________________________________________________
-[  8761] By: jhi                                   on 2001/02/10  21:26:15
-        Log: Subject: Re: [patch] GvSHARED 
-             From: Doug MacEachern <dougm@covalent.net>
-             Date: Sat, 10 Feb 2001 13:11:14 -0800 (PST)
-             Message-ID: <Pine.LNX.4.21.0102101253070.15298-100000@mako.covalent.net>
-             
-             our @EXPORT : shared = (...);
-     Branch: perl
-          ! toke.c
-____________________________________________________________________________
-[  8760] By: jhi                                   on 2001/02/10  21:25:07
-        Log: Subject: [patch] GvSHARED
-             From: Doug MacEachern <dougm@covalent.net>
-             Date: Sat, 10 Feb 2001 10:57:12 -0800 (PST)
-             Message-ID: <Pine.LNX.4.21.0102101047320.15298-100000@mako.covalent.net>
-     Branch: perl
-          ! embed.h embed.pl gv.c gv.h op.c pp_sys.c proto.h sv.c
-____________________________________________________________________________
-[  8759] By: alanbur                               on 2001/02/10  21:24:27
-        Log: Backed out mismerge.
-     Branch: maint-5.6/pureperl
-          ! MANIFEST README.hpux README.vmesa gv.c installhtml
-          ! lib/Math/Complex.pm lib/Pod/Find.pm perl.c pod/buildtoc.PL
-          ! pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
-          ! pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
-          ! pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
-          ! pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
-          ! pod/perltootc.pod sv.c win32/Makefile win32/makefile.mk
-____________________________________________________________________________
-[  8758] By: jhi                                   on 2001/02/10  18:01:17
-        Log: Integrate changes #8701,8704,8756 from pureperl to maintperl.
-             
-             Fixed UMRs and leak in Perl_pmtrans()
-             
-             Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
-             associated UTFied tr/// code.  Also fixed scoping leak of
-             PL_reg_start_tmp.
-             
-             newATTRSUB leaks when an attempt to redefine the active sort sub is
-             made.
-     Branch: maint-5.6/perl
-         !> op.c regcomp.c
-____________________________________________________________________________
-[  8757] By: alanbur                               on 2001/02/10  17:56:46
-        Log: Resynchronised with parent
-     Branch: maint-5.6/pureperl
-         +> README.bs2000
-          - README.posix-bc
-          ! gv.c perl.c sv.c
-         !> MANIFEST README.hpux README.vmesa installhtml
-         !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
-         !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
-         !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
-         !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
-         !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
-         !> pod/perltootc.pod win32/Makefile win32/makefile.mk
-____________________________________________________________________________
-[  8756] By: alanbur                               on 2001/02/10  17:51:15
-        Log: newATTRSUB leaks when an attempt to redefine the active sort sub is
-             made.
-     Branch: maint-5.6/pureperl
-          ! op.c
-____________________________________________________________________________
-[  8755] By: jhi                                   on 2001/02/09  22:41:35
-        Log: Upgrade to CPAN 1.59_54, from Andreas König.
-     Branch: perl
-          ! lib/CPAN.pm lib/CPAN/FirstTime.pm
-____________________________________________________________________________
-[  8754] By: jhi                                   on 2001/02/09  22:29:20
-        Log: Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
-             
-             Didn't upgrade the fill.t since it has a dependency to File::Slurp
-             purely for debugging purposes, the actual test hasn't changed.
-     Branch: perl
-          ! lib/Text/Tabs.pm lib/Text/Wrap.pm t/lib/texttabs.t
-          ! t/lib/textwrap.t
-____________________________________________________________________________
-[  8753] By: jhi                                   on 2001/02/09  20:17:50
-        Log: Integrate change #8682 from maintperl.
-             
-             IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
-             to work correctly.
-     Branch: perl
-         !> hints/irix_6.sh
-____________________________________________________________________________
-[  8752] By: jhi                                   on 2001/02/09  20:00:46
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[  8751] By: nick                                  on 2001/02/09  19:48:37
-        Log: Integrate mainline
-     Branch: perlio
-         +> README.bs2000 t/lib/cgi-esc.t
-          - README.posix-bc
-         !> (integrate 53 files)
-____________________________________________________________________________
-[  8750] By: nick                                  on 2001/02/09  19:25:16
-        Log: Subject: RE: Biannual Competition to Improve Hashing Function
-             From: Fisher Mark <fisherm@tce.com>
-             Date: Thu, 8 Feb 2001 10:44:00 -0500
-             Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52F@indyexch28.indy.tce.
-             Date: Thu, 8 Feb 2001 15:02:47 -0500
-             Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52B@indyexch28.indy.tce.
-     Branch: perl
-          ! hv.h pod/perldelta.pod t/lib/dumper.t t/pragma/warn/perl
-____________________________________________________________________________
-[  8749] By: jhi                                   on 2001/02/09  19:02:35
-        Log: Forgotten fragment.
-     Branch: perl
-          ! pod/perlapi.pod
-____________________________________________________________________________
-[  8748] By: jhi                                   on 2001/02/09  18:31:34
-        Log: Integrate changes #8673,8674,8676 from maintperl into mainline,
-             plus manual tweakage.
-             
-             Sync the perlfaq2 between mainline and maintperl.
-     Branch: maint-5.6/perl
-          ! pod/perlfaq2.pod
-     Branch: perl
-         !> pod/perlfaq2.pod
-____________________________________________________________________________
-[  8747] By: jhi                                   on 2001/02/09  18:12:04
-        Log: Subject: versiononly and installperl
-             From: abigail@foad.org
-             Date: Wed, 7 Feb 2001 22:43:12 +0100
-             Message-ID: <20010207214312.7045.qmail@foad.org>    
-             
-             Add +v flag to force a normal install of the perl binary
-             and the utilities.
-             
-             Subject: [PATCH] installperl
-             From: Nicholas Clark <nick@ccl4.org>
-             Date: Fri, 9 Feb 2001 16:28:57 +0000
-             Message-ID: <20010209162857.B10931@plum.flirble.org>
-             
-             Add -A flag which also hardlinks the binary with
-             the full architecture name.
-     Branch: perl
-          ! installperl
-____________________________________________________________________________
-[  8746] By: jhi                                   on 2001/02/09  18:03:43
-        Log: Integrate changes #8699,8708,8709,8744,8745 from mainline.
-             
-             Subject: perlfaq2, re: perlmongers
-             
-             Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
-             
-             Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
-             
-             Subject: [ID 20010205.001] typo in perlfaq9
-             
-             Subject: [ID 20010208.002] unordered explanation in perlcall
-     Branch: maint-5.6/perl
-         !> pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
-         !> pod/perlfaq2.pod pod/perlfaq9.pod pod/perlmodlib.PL
-         !> pod/perlobj.pod pod/perltoot.pod pod/perltootc.pod
-____________________________________________________________________________
-[  8745] By: jhi                                   on 2001/02/09  17:59:09
-        Log: Subject: [ID 20010208.002] unordered explanation in perlcall
-             From: abela@geneanet.org
-             Date: Thu,  8 Feb 2001 16:11:46 +0100 (CET)
-             Message-Id: <20010208151146.0937BC97E@little-roots.geneanet.org>
-     Branch: perl
-          ! pod/perlcall.pod
-____________________________________________________________________________
-[  8744] By: jhi                                   on 2001/02/09  17:48:16
-        Log: Subject: [ID 20010205.001] typo in perlfaq9
-             From: eserte@vran.herceg.de
-             Date: Sun, 4 Feb 2001 23:44:09 +0100 (CET)
-             Message-Id: <200102042244.XAA21926@vran.herceg.de>
-     Branch: perl
-          ! pod/perlfaq9.pod
-____________________________________________________________________________
-[  8743] By: jhi                                   on 2001/02/09  17:25:12
-        Log: Integrate change #8695 from maintperl.
-             
-             thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
-     Branch: perl
-         !> thread.h
-____________________________________________________________________________
-[  8742] By: jhi                                   on 2001/02/09  17:21:22
-        Log: Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
-             From: Andy Dougherty <doughera@lafayette.edu>
-             Date: Mon, 5 Feb 2001 10:19:29 -0500 (EST)
-             Message-ID: <Pine.SOL.4.10.10102051013380.11242-100000@maxwell.phys.lafayette.edu>
-     Branch: perl
-          ! embed.pl
-____________________________________________________________________________
-[  8741] By: jhi                                   on 2001/02/09  17:05:19
-        Log: Integrate changes #8738,8739,8740 from maintperl.
-             
-             Html files will be installed in a more logical and easier to
-             find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
-             
-             Html files will be generated with a header to make them look
-             a little less bare.
-             
-             Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
-     Branch: perl
-         !> installhtml pod/perlfaq3.pod win32/Makefile win32/makefile.mk
-____________________________________________________________________________
-[  8740] By: jhi                                   on 2001/02/09  17:03:46
-        Log: Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
-             From: "Brendan O'Dea" <bod@compusol.com.au>
-             Date: Sun, 4 Feb 2001 11:17:56 +1100
-             Message-ID: <20010204111756.A16301@compusol.com.au>
-     Branch: maint-5.6/perl
-          ! pod/perlfaq3.pod
-____________________________________________________________________________
-[  8739] By: jhi                                   on 2001/02/09  17:01:59
-        Log: Subject: [PATCH: perl-5.6.1-TRIAL2] installhtml change to build prettier html files
-             From: "Indy Singh" <indy@nusphere.com>
-             Date: Fri, 2 Feb 2001 15:09:59 -0500
-             Message-ID: <02b601c08d54$23fd3560$d24b7018@cr637287a>
-             
-             Html files will be generated with a header to make them look
-             a little less bare.
-     Branch: maint-5.6/perl
-          ! installhtml
-____________________________________________________________________________
-[  8738] By: jhi                                   on 2001/02/09  16:58:48
-        Log: Subject: [PATCH: perl-5.6.1-TRIAL2] Win32 Makefile change to move html directory
-             From: "Indy Singh" <indy@nusphere.com>
-             Date: Fri, 2 Feb 2001 15:08:23 -0500
-             Message-ID: <02b501c08d53$ec354550$d24b7018@cr637287a>
-             
-             Html files will be installed in a more logical and easier to
-             find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
-     Branch: maint-5.6/perl
-          ! win32/Makefile win32/makefile.mk
-____________________________________________________________________________
-[  8737] By: jhi                                   on 2001/02/09  16:46:54
-        Log: Integrate changes #8687,8736 from maintperl.
-             
-             HP-UX thread patches from Merijn H. Brand.
-             
-             Latin nit from Philip Newton.
-     Branch: perl
-         !> README.hpux hints/hpux.sh
-____________________________________________________________________________
-[  8736] By: jhi                                   on 2001/02/09  16:42:31
-        Log: Latin nit from Philip Newton.
-     Branch: maint-5.6/perl
-          ! README.hpux
-____________________________________________________________________________
-[  8735] By: jhi                                   on 2001/02/09  16:24:03
-        Log: Integrate changes #8704,8710 from pureperl.
-             
-             Fixed UMRs and leak in Perl_pmtrans()
-             
-             Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
-             associated UTFied tr/// code.  Also fixed scoping leak of
-             PL_reg_start_tmp.
-     Branch: perl
-         !> op.c regcomp.c
-____________________________________________________________________________
-[  8734] By: jhi                                   on 2001/02/09  15:40:21
-        Log: Integrate change #8733 from maintperl.
-             
-             Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
-     Branch: perl
-         !> pod/perlre.pod
-____________________________________________________________________________
-[  8733] By: jhi                                   on 2001/02/09  15:35:47
-        Log: Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
-             From: Prymmer/Kahn <pvhp@best.com>
-             Date: Thu, 8 Feb 2001 21:21:22 -0800 (PST)
-             Message-ID: <Pine.BSF.4.21.0102082048360.1499-100000@shell8.ba.best.com>
-     Branch: maint-5.6/perl
-          ! pod/perlre.pod
-____________________________________________________________________________
-[  8732] By: jhi                                   on 2001/02/09  15:26:17
-        Log: Rename README.posix-bc to README.bs2000 (to avoid the
-             confusion of a "perlposix-bc.pod"), add a few missing
-             arch pods, regen toc.
-     Branch: maint-5.6/perl
-         +> README.bs2000
-          - README.posix-bc
-          ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
-          ! pod/perltoc.pod win32/Makefile win32/makefile.mk
-____________________________________________________________________________
-[  8731] By: jhi                                   on 2001/02/09  15:23:39
-        Log: De-cut-and-pasto.
-     Branch: perl
-          ! pod/perl.pod
-____________________________________________________________________________
-[  8730] By: jhi                                   on 2001/02/09  15:11:13
-        Log: Rename README.posix-bc to README.bs2000 to avoid confusion
-             when people think that perlposix-bc.pod tells anything about
-             Perl and POSIX.  Regen toc.
-     Branch: perl
-         +> README.bs2000
-          - README.posix-bc
-          ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
-          ! pod/perltoc.pod win32/Makefile win32/makefile.mk
-____________________________________________________________________________
-[  8729] By: jhi                                   on 2001/02/09  14:52:28
-        Log: The README.vmesa part of #8712 from maintperl.
-     Branch: perl
-          ! README.vmesa
-____________________________________________________________________________
-[  8728] By: jhi                                   on 2001/02/09  14:46:06
-        Log: Subject: [PATCH: 5.6.1 trial 2 && perl@8671] podify README.vmesa
-             From: Peter Prymmer <pvhp@forte.com>
-             Date: Thu, 8 Feb 2001 13:00:30 -0800 (PST)
-             Message-ID: <Pine.OSF.4.10.10102081246030.445810-100000@aspara.forte.com>
-     Branch: maint-5.6/perl
-          ! README.vmesa win32/Makefile win32/makefile.mk
-____________________________________________________________________________
-[  8727] By: jhi                                   on 2001/02/09  14:33:25
-        Log: Integrate change #8712 from mainline.
-             
-             [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplification for Pod::Find
-     Branch: maint-5.6/perl
-         !> lib/Pod/Find.pm
-____________________________________________________________________________
-[  8726] By: jhi                                   on 2001/02/09  14:30:28
-        Log: Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
-             From: Peter Prymmer <pvhp@forte.com>
-             Date: Mon, 5 Feb 2001 16:26:36 -0800 (PST)
-             Message-ID: <Pine.OSF.4.10.10102051615260.280619-100000@aspara.forte.com>
-     Branch: perl
-          + t/lib/cgi-esc.t
-          ! MANIFEST lib/CGI/Util.pm
-____________________________________________________________________________
-[  8725] By: jhi                                   on 2001/02/09  04:56:47
-        Log: Add NonStopUX to the list of 5.6.1-proven platforms.
-     Branch: maint-5.6/perl
-          ! pod/perlport.pod
-____________________________________________________________________________
-[  8724] By: jhi                                   on 2001/02/09  04:40:59
-        Log: Integrate changes 7819,7820 from vmsperl into mainline.
-             
-             Add header for LIB$ prototypes (C. Berry)
-             
-             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)
-             Correct a few typos
-             (C. Bailey)
-     Branch: perl
-         !> ext/Devel/DProf/DProf.xs vms/vms.c vms/vmsish.h
-____________________________________________________________________________
-[  8723] By: jhi                                   on 2001/02/09  03:29:29
-        Log: Integrate change #8722 from mainline.
-             
-             The Im() function wasn't returning zero for non-Math::Complex
-             arguments.  The bug reported by John Gamble.
-     Branch: maint-5.6/perl
-         !> lib/Math/Complex.pm
-____________________________________________________________________________
-[  8722] By: jhi                                   on 2001/02/09  03:28:33
-        Log: The Im() function wasn't returning zero for non-Math::Complex
-             arguments.  The bug reported by John Gamble.
-     Branch: perl
-          ! lib/Math/Complex.pm
-____________________________________________________________________________
-[  8721] By: nick                                  on 2001/02/08  22:11:35
-        Log: Correct the correction :-(
-     Branch: perl
-          ! perl.c
-____________________________________________________________________________
-[  8720] By: bailey                                on 2001/02/08  20:59:22
-        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)
-             Correct a few typos
-             (C. Bailey)
-     Branch: vmsperl
-          ! vms/vms.c vms/vmsish.h
-____________________________________________________________________________
-[  8719] By: bailey                                on 2001/02/08  20:51:02
-        Log: Add header for LIB$ prototypes (C. Berry)
-     Branch: vmsperl
-          ! ext/Devel/DProf/DProf.xs
-____________________________________________________________________________
-[  8718] By: bailey                                on 2001/02/08  20:49:00
-        Log: SYN SYN
-     Branch: vmsperl
-         +> pod/perliol.pod t/lib/sample-tests/bailout
-         +> t/lib/sample-tests/combined t/lib/sample-tests/descriptive
-         +> t/lib/sample-tests/duplicates t/lib/sample-tests/header_at_end
-         +> t/lib/sample-tests/no_nums t/lib/sample-tests/simple
-         +> t/lib/sample-tests/simple_fail t/lib/sample-tests/skip
-         +> t/lib/sample-tests/skip_all t/lib/sample-tests/todo
-         +> t/lib/sample-tests/with_comments t/lib/test-harness.t
-          - lib/unicode/Is/DCinital.pl
-         !> (integrate 101 files)
-____________________________________________________________________________
-[  8717] By: nick                                  on 2001/02/08  19:38:48
-        Log: Subject: [PATCH CPAN 1.59_51] warning message (not!)
-             From: Robin Barker <rmb1@cise.npl.co.uk>
-             Date: Thu, 8 Feb 2001 14:38:07 GMT
-             Message-Id: <200102081438.OAA20498@tempest.npl.co.uk>
-     Branch: perl
-          ! lib/CPAN.pm
-____________________________________________________________________________
-[  8716] By: nick                                  on 2001/02/08  19:29:07
-        Log: Generated files form 8713 etc.
-     Branch: perl
-          ! embed.h global.sym objXSUB.h perlapi.c proto.h
-____________________________________________________________________________
-[  8715] By: nick                                  on 2001/02/08  19:26:08
-        Log: Fixup non-ithread build after 8713
-     Branch: perl
-          ! perl.c
-____________________________________________________________________________
-[  8714] By: nick                                  on 2001/02/08  19:17:45
-        Log: Subject: [ID 20010206.010] S_ functions not declared STATIC
-             From: nick@ccl4.org
-             Date: Wed, 7 Feb 2001 00:27:47 +0000
-             Message-Id: <20010207002747.B63724@plum.flirble.org>
-     Branch: perl
-          ! sv.c toke.c
-____________________________________________________________________________
-[  8713] By: nick                                  on 2001/02/08  19:15:58
-        Log: Subject: Re: [patch] Re: PL_ptr_table
-             From: Doug Maceachern <dougm@covalent.net>
-             Date: Wed, 7 Feb 2001 19:18:52 -0800 (PST)
-             Message-Id: <Pine.LNX.4.21.0102071916270.29229-100000@mako.covalent.net>
-     Branch: perl
-          ! embed.pl perl.c sv.c sv.h
-____________________________________________________________________________
-[  8712] By: nick                                  on 2001/02/08  19:12:47
-        Log: Subject: [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplificationfor Pod::Find
-             From: Peter Prymmer <pvhp@forte.com>
-             Date: Wed, 7 Feb 2001 17:07:39 -0800 (PST)
-             Message-Id: <Pine.OSF.4.10.10102071704150.411763-100000@aspara.forte.com
-     Branch: perl
-          ! lib/Pod/Find.pm
-____________________________________________________________________________
-[  8711] By: nick                                  on 2001/02/07  21:06:11
-        Log: Manually applied version for dev branch of Alan/Sarathy 5.6 patch.
-             Subject: Re: Incorrect scoping of PL_reg_start_tmp causes leak
-             From: Alan Burlison <Alan.Burlison@uk.sun.com>
-             Date: Tue, 06 Feb 2001 23:37:01 +0000
-             Message-Id: <3A808A9D.20F7A035@uk.sun.com>
-     Branch: perl
-          ! regcomp.c
-____________________________________________________________________________
-[  8710] By: alanbur                               on 2001/02/07  00:22:04
-        Log: Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
-             associated UTFied tr/// code.  Also fixed scoping leak of
-             PL_reg_start_tmp.
-     Branch: maint-5.6/pureperl
-          ! op.c regcomp.c
-____________________________________________________________________________
-[  8709] By: nick                                  on 2001/02/06  21:16:49
-        Log: Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
-             From: Michael G Schwern <schwern@pobox.com>
-             Date: Sun, 4 Feb 2001 19:47:14 -0500
-             Message-Id: <20010204194714.A4698@blackrider.aocn.com>
-     Branch: perl
-          ! pod/perlapi.pod pod/perlmodlib.PL
-____________________________________________________________________________
-[  8708] By: nick                                  on 2001/02/06  20:41:20
-        Log: Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
-             From: Michael G Schwern <schwern@pobox.com>
-             Date: Sun, 4 Feb 2001 21:17:49 -0500
-             Message-Id: <20010204211748.A13415@blackrider.aocn.com>
-     Branch: perl
-          ! pod/perlboot.pod pod/perlobj.pod pod/perltoot.pod
-          ! pod/perltootc.pod
-____________________________________________________________________________
-[  8707] By: nick                                  on 2001/02/06  20:29:11
-        Log: Subject: [PATCH lib/ExtUtils/MANIFEST.SKIP] Skipping CVS conflict backup files
-             From: Michael G Schwern <schwern@pobox.com>
-             Date: Tue, 6 Feb 2001 05:54:30 -0500
-             Message-Id: <20010206055430.A951@blackrider.aocn.com>
-     Branch: perl
-          ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/Manifest.pm
-____________________________________________________________________________
-[  8706] By: nick                                  on 2001/02/06  20:21:40
-        Log: Subject: RE: some win32 fixes
-             Date: Tue, 6 Feb 2001 09:23:20 +0300
-             From: Vadim Konovalov <vkonovalov@lucent.com>
-             Message-ID: <402099F49BEED211999700805FC7359F9CAF49@ru0028exch01.spb.lucent.com>
-     Branch: perl
-          ! toke.c win32/Makefile win32/config.bc win32/config.gc
-          ! win32/config.vc win32/config_H.bc win32/makefile.mk
-____________________________________________________________________________
-[  8705] By: alanbur                               on 2001/02/06  15:00:03
-        Log: Synchronised with parent
-     Branch: maint-5.6/pureperl
-          ! regexec.c
-         !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
-         !> utils/perldoc.PL win32/Makefile win32/makefile.mk
-____________________________________________________________________________
-[  8704] By: alanbur                               on 2001/02/06  14:55:24
-        Log: Fixed UMRs and leak in Perl_pmtrans()
-     Branch: maint-5.6/pureperl
-          ! op.c
-____________________________________________________________________________
-[  8703] By: gsar                                  on 2001/02/06  02:29:37
-        Log: $(MAKE) distclean doesn't clean up properly on windows
-     Branch: maint-5.6/perl
-          ! win32/Makefile win32/makefile.mk
-____________________________________________________________________________
-[  8702] By: gsar                                  on 2001/02/06  01:00:46
-        Log: tweak change#8659 to keep it simple
-     Branch: maint-5.6/perl
-          ! utils/perldoc.PL
-____________________________________________________________________________
-[  8701] By: gsar                                  on 2001/02/05  22:45:41
-        Log: change#8693 was missing testsuite changes
-     Branch: maint-5.6/perl
-         !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
-____________________________________________________________________________
-[  8700] By: nick                                  on 2001/02/05  20:32:52
-        Log: Integrate mainline
-     Branch: perlio
-         +> t/lib/sample-tests/bailout t/lib/sample-tests/combined
-         +> t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
-         +> t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
-         +> t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
-         +> t/lib/sample-tests/skip t/lib/sample-tests/skip_all
-         +> t/lib/sample-tests/todo t/lib/sample-tests/with_comments
-         +> t/lib/test-harness.t
-         !> Configure MANIFEST lib/Test/Harness.pm lib/overload.pm
-         !> perlio.c pod/perldiag.pod pod/perlfaq2.pod pod/perlfaq8.pod
-         !> pod/perlfunc.pod pod/perlop.pod pod/perlport.pod
-         !> pod/perlutil.pod t/TEST utils/h2xs.PL
-____________________________________________________________________________
-[  8699] By: nick                                  on 2001/02/05  19:41:07
-        Log: Subject: perlfaq2, re: perlmongers
-             From: David H. Adler <dha@panix.com>
-             Date: Sun, 4 Feb 2001 23:48:23 -0500
-             Message-Id: <20010204234823.A13429@panix.com>
-     Branch: perl
-          ! pod/perlfaq2.pod
-____________________________________________________________________________
-[  8698] By: nick                                  on 2001/02/05  19:39:31
-        Log: Missed file f#rom the testharness mess.
-     Branch: perl
-          + t/lib/test-harness.t
-____________________________________________________________________________
-[  8697] By: nick                                  on 2001/02/05  19:37:21
-        Log: Subject: [DOC PATCH] overload.pm nits
-             From: John Tobey <jtobey@john-edwin-tobey.org>
-             Date: Sun, 4 Feb 2001 20:40:47 -0500 (EST)
-             Message-Id: <m14Pae7-000FOoC@feynman.localnet>
-     Branch: perl
-          ! lib/overload.pm
-____________________________________________________________________________
-[  8696] By: alanbur                               on 2001/02/05  11:56:00
-        Log: Sync with parent
-     Branch: maint-5.6/pureperl
-         !> thread.h
-____________________________________________________________________________
-[  8695] By: gsar                                  on 2001/02/05  03:27:34
-        Log: thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
-     Branch: maint-5.6/perl
-          ! thread.h
-____________________________________________________________________________
-[  8694] By: alanbur                               on 2001/02/05  00:07:47
-        Log: Initial branch creation from //depot/maint-5.6/perl
-     Branch: maint-5.6/pureperl
-         +> (branch 1719 files)
-____________________________________________________________________________
-[  8693] By: gsar                                  on 2001/02/04  22:38:49
-        Log: integrate changes#7801,8068,8094,8108,8196 from mainline (DB_File
-             changes)
-     Branch: maint-5.6/perl
-         !> ext/DB_File/Changes ext/DB_File/DB_File.pm
-         !> ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
-         !> ext/DB_File/version.c
-____________________________________________________________________________
-[  8692] By: nick                                  on 2001/02/04  18:15:57
-        Log: The missed t/TEST part of the grand testharness upgrade.
-     Branch: perl
-          ! t/TEST
-____________________________________________________________________________
-[  8691] By: nick                                  on 2001/02/04  18:05:17
-        Log: New improved test harness
-             Subject: Re: [PATCH Test::Harness] Third time's a charm?
-             From: Michael G Schwern <schwern@pobox.com>
-             Date: Sun, 4 Feb 2001 08:01:20 -0500
-             Message-Id: <20010204080120.G10493@blackrider.aocn.com>
-     Branch: perl
-          + t/lib/sample-tests/bailout t/lib/sample-tests/combined
-          + t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
-          + t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
-          + t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
-          + t/lib/sample-tests/skip t/lib/sample-tests/skip_all
-          + t/lib/sample-tests/todo t/lib/sample-tests/with_comments
-          ! MANIFEST lib/Test/Harness.pm
-____________________________________________________________________________
-[  8690] By: nick                                  on 2001/02/04  17:57:51
-        Log: Subject: [PATCH h2xs.PL perl@8670] Small usage change and author gueesing
-             From: Jonathan Stowe <gellyfish@gellyfish.com>
-             Date: Sun, 4 Feb 2001 10:46:01 +0000 (GMT)
-             Message-Id: <Pine.LNX.4.32.0102041037510.1555-100000@orpheus.gellyfish.com>
-     Branch: perl
-          ! utils/h2xs.PL
-____________________________________________________________________________
-[  8689] By: nick                                  on 2001/02/04  17:55:24
-        Log: Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
-             From: Michael G Schwern <schwern@pobox.com>
-             Date: Sat, 3 Feb 2001 22:46:38 -0500
-             Message-Id: <20010203224638.E10493@blackrider.aocn.com>
-     Branch: perl
-          ! pod/perldiag.pod pod/perlfaq8.pod pod/perlfunc.pod
-          ! pod/perlop.pod pod/perlport.pod pod/perlutil.pod
-____________________________________________________________________________
-[  8688] By: nick                                  on 2001/02/04  17:43:55
-        Log: Subject: [ID 20010203.006] perlio.c is mis-reporting argument
-             length byfailing to spot lack of closing )
-             From: nick@talking.bollo.cx
-             Date: Sat, 03 Feb 2001 23:53:16 +0000
-             Message-Id: <E14PCUW-0001Qo-00@Bagpuss.unfortu.net>
-     Branch: perl
-          ! perlio.c pod/perldiag.pod
-____________________________________________________________________________
-[  8687] By: jhi                                   on 2001/02/03  17:11:42
-        Log: HP-UX thread patches from Merijn H. Brand.
-     Branch: maint-5.6/perl
-          ! README.hpux hints/hpux.sh
-____________________________________________________________________________
-[  8686] By: jhi                                   on 2001/02/03  16:40:12
-        Log: Metaconfig changes for #8685.
-     Branch: metaconfig
-          ! U/installdirs/instubperl.U
-     Branch: metaconfig/U/perl
-          ! Devel.U versiononly.U
-____________________________________________________________________________
-[  8685] By: jhi                                   on 2001/02/03  16:39:49
-        Log: For -Dusedevel builds turn off installusrbinperl and turn on
-             versiononly, a combined idea of Richard Soderberg and Merijn
-             H. Brand.  You can still override both of these from the command
-             line if you need to, -Dinstallusrbinperl and -Uversiononly.
-     Branch: perl
-          ! Configure
-____________________________________________________________________________
-[  8684] By: jhi                                   on 2001/02/03  16:16:34
-        Log: Metaconfig unit fix for #8683.
-     Branch: metaconfig
-          ! U/compline/nblock_io.U
-____________________________________________________________________________
-[  8683] By: jhi                                   on 2001/02/03  16:16:12
-        Log: Configure fix for the DYNIX/ptx F_SETFL problem,
-             reported by Peter Prymmer for 5.6-TRIAL1.
-     Branch: perl
-          ! Configure
-____________________________________________________________________________
-[  8682] By: jhi                                   on 2001/02/03  05:52:11
-        Log: IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
-             to work correctly.
-     Branch: maint-5.6/perl
-          ! hints/irix_6.sh
-____________________________________________________________________________
-[  8681] By: jhi                                   on 2001/02/03  05:47:33
-        Log: perlport tweaks from Peter Prymmer and Chris Nandor.
-     Branch: maint-5.6/perl
-          ! pod/perlport.pod
-____________________________________________________________________________
-[  8680] By: jhi                                   on 2001/02/02  21:39:49
-        Log: perlport update from Peter Prymmer.
-     Branch: maint-5.6/perl
-          ! pod/perlport.pod
-____________________________________________________________________________
-[  8679] By: nick                                  on 2001/02/02  20:50:48
-        Log: Integrate mainline
-     Branch: perlio
-         !> Changes Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
-         !> lib/Getopt/Long.pm patchlevel.h pod/perlfunc.pod
-         !> pod/perlmodlib.PL pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
-____________________________________________________________________________
-[  8678] By: gsar                                  on 2001/02/02  16:02:12
-        Log: note about bincompat, slightly modified (from Lupe Christoph)
-     Branch: maint-5.6/perl
-          ! README.solaris
-____________________________________________________________________________
-[  8677] By: jhi                                   on 2001/02/02  15:46:20
-        Log: Supported platforms updates.
-     Branch: maint-5.6/perl
-          ! pod/perlport.pod
-____________________________________________________________________________
-[  8676] By: jhi                                   on 2001/02/02  03:41:26
-        Log: A couple more perlfaq2 tweaks.
-     Branch: maint-5.6/perl
-          ! pod/perlfaq2.pod
-____________________________________________________________________________
-[  8675] By: jhi                                   on 2001/02/02  03:17:44
-        Log: Misedit in #8661.
-     Branch: maint-5.6/perl
-          ! Configure
-____________________________________________________________________________
-[  8674] By: jhi                                   on 2001/02/02  03:14:38
-        Log: Damien again.
-     Branch: maint-5.6/perl
-          ! pod/perlfaq2.pod
-____________________________________________________________________________
-[  8673] By: jhi                                   on 2001/02/02  03:12:40
-        Log: perlfaq update from Elaine Ashton.
-     Branch: maint-5.6/perl
-          ! pod/perlfaq2.pod
-____________________________________________________________________________
-[  8672] By: jhi                                   on 2001/02/02  03:07:08
-        Log: UTF-8 s/// patch from Inaba Hiroto.
-     Branch: maint-5.6/perl
-          ! pp_ctl.c pp_hot.c
-____________________________________________________________________________
-[  8671] By: jhi                                   on 2001/02/01  22:34:31
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[  8670] By: jhi                                   on 2001/02/01  22:15:29
-        Log: Integrate changes #8641,8644,8649,8654,8662,8663,8664,8665,8667,8669
-             from maintperl.
-             
-             Upgrade to Getopt::Long 2.25, from Johan Vromans.
-             
-             more files need to be writable in the source distribution
-             
-             perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
-             
-             Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
-             
-             Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
-             
-             Allow the float to be fuzzier.
-             
-             need to use INT2PTR instead of a straight cast or ia64 fails
-             
-             Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
-             
-             add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
-     Branch: perl
-         !> Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
-         !> lib/Getopt/Long.pm pod/perlfunc.pod pod/perlmodlib.PL
-         !> pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
-____________________________________________________________________________
-[  8669] By: jhi                                   on 2001/02/01  21:57:02
-        Log: Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
-             From: Robin Barker <rmb1@cise.npl.co.uk>
-             Date: Thu, 1 Feb 2001 16:59:05 GMT
-             Message-Id: <200102011659.QAA01274@tempest.npl.co.uk>
-     Branch: maint-5.6/perl
-          ! pod/perlmodlib.PL
-____________________________________________________________________________
-[  8668] By: nick                                  on 2001/02/01  19:41:40
-        Log: Integrate mainline
-     Branch: perlio
-         !> dump.c ext/Errno/Errno_pm.PL intrpvar.h mg.c perl.c perl.h
-         !> pod/perlapi.pod pp.c pp.h pp_hot.c sv.c t/op/arith.t
-         !> t/op/each.t utf8.c utf8.h util.c vms/test.com
-____________________________________________________________________________
-[  8667] By: gsar                                  on 2001/02/01  16:59:11
-        Log: add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
-     Branch: maint-5.6/perl
-          ! embed.pl embedvar.h
-____________________________________________________________________________
-[  8666] By: gsar                                  on 2001/02/01  16:34:51
-        Log: add missing entries to win32/config.?c
-     Branch: maint-5.6/perl
-          ! win32/config.bc win32/config.gc win32/config.vc
-          ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
-____________________________________________________________________________
-[  8665] By: jhi                                   on 2001/02/01  14:58:51
-        Log: Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
-             From: "Stephen P. Potter" <spp@spotter.yi.org>
-             Date: Thu, 01 Feb 2001 10:45:46 -0500
-             Message-Id: <200102011545.KAA31479@spotter.yi.org>
-     Branch: maint-5.6/perl
-          ! pod/perlfunc.pod
-____________________________________________________________________________
-[  8664] By: gsar                                  on 2001/02/01  14:52:37
-        Log: need to use INT2PTR instead of a straight cast or ia64 fails
-             posix.t (from Brendan O'Dea <bod@compusol.com.au>)
-     Branch: maint-5.6/perl
-          ! ext/POSIX/POSIX.xs
-____________________________________________________________________________
-[  8663] By: jhi                                   on 2001/02/01  14:09:13
-        Log: Allow the float to be fuzzier.
-     Branch: maint-5.6/perl
-          ! t/lib/peek.t
-____________________________________________________________________________
-[  8662] By: jhi                                   on 2001/02/01  13:59:00
-        Log: Subject: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
-             From: Robin Barker <rmb1@cise.npl.co.uk>
-             Date: Thu, 1 Feb 2001 13:05:39 GMT
-             Message-Id: <200102011305.NAA26160@tempest.npl.co.uk>
-     Branch: maint-5.6/perl
-          ! pod/perlmodlib.pod
-____________________________________________________________________________
-[  8661] By: jhi                                   on 2001/02/01  13:57:38
-        Log: Subject: [PATCH] Re: v5.6.1 trial2 is available
-             Date: Thu, 01 Feb 2001 14:15:41 +0100
-             From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
-             Message-Id: <20010201141104.303F.H.M.BRAND@hccnet.nl>
-             
-             Have the $ccflags in the gcc version test (strange, this change
-             is claimed to be have been integrated already)
-     Branch: maint-5.6/perl
-          ! Configure
-____________________________________________________________________________
-[  8660] By: jhi                                   on 2001/02/01  13:44:10
-        Log: Integrate changes #7950,7964,7962 from mainline.
-             
-             Find the stdchar signedness using cpp, should fix some of
-             the Solaris compiler warnings reported by Alan Burlison.
-     Branch: maint-5.6/perl
-         !> Configure config_h.SH
-____________________________________________________________________________
-[  8659] By: jhi                                   on 2001/02/01  05:35:32
-        Log: Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
-             From: Jan Dubois <JanD@ActiveState.com>
-             Date: Wed, 31 Jan 2001 21:17:03 -0800
-             Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
-     Branch: maint-5.6/perl
-          ! utils/perldoc.PL
-____________________________________________________________________________
-[  8658] By: jhi                                   on 2001/02/01  04:33:17
-        Log: Integrate the README.os390 and README.posix-bc parts of mainline
-             changes #8373,8486, 8544,8556.  (The hints/os390.sh,Makefile.SH,
-             installperl parts were taken care of by #8657.)
-     Branch: maint-5.6/perl
-         !> README.os390 README.posix-bc
-____________________________________________________________________________
-[  8657] By: jhi                                   on 2001/02/01  04:29:21
-        Log: Subject: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
-             From: Peter Prymmer <pvhp@forte.com>
-             Date: Wed, 31 Jan 2001 18:18:11 -0800 (PST)
-             Message-ID: <Pine.OSF.4.10.10101311815560.336633-100000@aspara.forte.com>
-     Branch: maint-5.6/perl
-          + ext/DynaLoader/dl_dllload.xs
-          ! MANIFEST Makefile.SH hints/os390.sh installperl
-____________________________________________________________________________
-[  8656] By: jhi                                   on 2001/02/01  04:25:45
-        Log: Subject: [PATCH: 5.6.1 trial2]Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os390 05.00 (UNINSTALLED)
-             From: Peter Prymmer <pvhp@forte.com>
-             Date: Wed, 31 Jan 2001 15:26:57 -0800 (PST)
-             Message-ID: <Pine.OSF.4.10.10101311523101.336633-100000@aspara.forte.com>
-     Branch: maint-5.6/perl
-          ! lib/Math/BigInt.pm lib/bigint.pl t/lib/b.t t/pragma/sub_lval.t
-____________________________________________________________________________
-[  8655] By: jhi                                   on 2001/02/01  04:14:47
-        Log: Subject: [ID 20010131.066] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os2 2.40 (UNINSTALLED)
-             From: troc@netrus.net
-             Date: Wed, 31 Jan 2001 22:31:26 -0500
-             Message-Id: <200102010331.WAA117.85@rocco.homenet>
-     Branch: maint-5.6/perl
-          ! os2/os2.c
-____________________________________________________________________________
-[  8654] By: jhi                                   on 2001/02/01  04:12:52
-        Log: Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
-             as reported by Alan Burlison.
-     Branch: maint-5.6/perl
-          ! pp.h
-____________________________________________________________________________
-[  8653] By: jhi                                   on 2001/02/01  04:05:12
-        Log: Subject: [ID 20010131.042] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on VMS_AXP V7.2-1
-             From: dsugalski@northernlight.com
-             Date: Wed, 31 Jan 2001 18:54:11 -0500
-             Message-Id: <01013118541126@monsoon.stratus.northernlight.com>
-     Branch: maint-5.6/perl
-          ! configure.com
-____________________________________________________________________________
-[  8652] By: jhi                                   on 2001/02/01  04:03:11
-        Log: Misplaced #endif.
-             
-             Subject: [perl-5-6-1-trial2] patches for EPOC
-             From: Olaf Flebbe <O.Flebbe@science-computing.de>
-             Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
-             Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
-     Branch: maint-5.6/perl
-          ! epoc/epocish.c
-____________________________________________________________________________
-[  8651] By: jhi                                   on 2001/02/01  04:00:25
-        Log: Integrate changes #8647,8648,8650 from mainline.
-             
-             Macrofy a magic UTF-8 test.
-             
-             Protect PL_numeric_radix_sv with USE_NUMERIC_LOCALE.
-             
-             Watch out for cross compiling for EPOC (usually done on linux).
-     Branch: maint-5.6/perl
-         !> ext/Errno/Errno_pm.PL sv.c utf8.c utf8.h
-____________________________________________________________________________
-[  8650] By: jhi                                   on 2001/02/01  03:56:20
-        Log: Watch out for cross compiling for EPOC (usually done on linux)
-             
-             Subject: [perl-5-6-1-trial2] patches for EPOC
-             From: Olaf Flebbe <O.Flebbe@science-computing.de>
-             Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
-             Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
-     Branch: perl
-          ! ext/Errno/Errno_pm.PL
-____________________________________________________________________________
-[  8649] By: gsar                                  on 2001/02/01  00:46:00
-        Log: perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
-     Branch: maint-5.6/perl
-          ! sv.c
-____________________________________________________________________________
-[  8648] By: jhi                                   on 2001/01/31  23:35:36
-        Log: All the uses of PL_numeric_radix must be protected by
-             USE_LOCALE_NUMERIC, noticed by Olaf Flebbe in
-             
-             Subject: [perl-5-6-1-trial2] patches for EPOC
-             From: Olaf Flebbe <O.Flebbe@science-computing.de>
-             Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
-             Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
-     Branch: perl
-          ! sv.c
-____________________________________________________________________________
-[  8647] By: jhi                                   on 2001/01/31  22:56:16
-        Log: Macrofy a magic UTF-8 test.
-     Branch: perl
-          ! utf8.c utf8.h
-____________________________________________________________________________
-[  8646] By: gsar                                  on 2001/01/31  15:55:12
-        Log: update Changes
-     Branch: maint-5.6/perl
-          ! Changes
-____________________________________________________________________________
-[  8645] By: gsar                                  on 2001/01/31  15:10:14
-        Log: Configure tweak suggested by Peter Prymmer
-     Branch: maint-5.6/perl
-          ! Configure
-____________________________________________________________________________
-[  8644] By: gsar                                  on 2001/01/31  15:06:32
-        Log: more files need to be writable in the source distribution
-     Branch: maint-5.6/perl
-          ! Porting/makerel
-____________________________________________________________________________
-[  8643] By: jhi                                   on 2001/01/31  14:59:46
-        Log: Integrate changes #8258,8278,8279 from mainline.
-             
-             Make the large file tests more robust/talkative.
-     Branch: maint-5.6/perl
-         !> t/lib/syslfs.t t/op/lfs.t
-____________________________________________________________________________
-[  8642] By: gsar                                  on 2001/01/31  14:53:48
-        Log: integrate changes#8311,8334 from mainline
-             
-             Add a new MakeMaker variable PM_FILTER that defines a Unix
-             filter to be run on each .pm during the pm_to_blib() phase,
-             a fixed version of
-             Subject: PATCH (blead 8269) ExtUtils::MakeMaker
-             
-             Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
-             Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
-             accurate reading of the "atime".  
-     Branch: maint-5.6/perl
-         !> lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
-         !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
-         !> lib/ExtUtils/MakeMaker.pm t/io/fs.t
-____________________________________________________________________________
-[  8641] By: jhi                                   on 2001/01/31  14:46:37
-        Log: Upgrade to Getopt::Long 2.25, from Johan Vromans.
-     Branch: maint-5.6/perl
-          ! lib/Getopt/Long.pm
-____________________________________________________________________________
-[  8640] By: gsar                                  on 2001/01/31  14:40:24
-        Log: make regen_all
-     Branch: maint-5.6/perl
-          ! patchlevel.h pod/perlmodlib.pod pod/perltoc.pod
-____________________________________________________________________________
-[  8639] By: gsar                                  on 2001/01/31  14:37:25
-        Log: refresh windows config files
-     Branch: maint-5.6/perl
-          ! win32/Makefile win32/config_H.bc win32/config_H.gc
-          ! win32/config_H.vc win32/makefile.mk
-____________________________________________________________________________
-[  8638] By: gsar                                  on 2001/01/31  14:28:10
-        Log: makefile tweaks for windows: introduce a bulk-switch to enable
-             same options as ActivePerl; sync changes with makefile.mk
-     Branch: maint-5.6/perl
-          ! win32/Makefile win32/makefile.mk
-____________________________________________________________________________
-[  8637] By: jhi                                   on 2001/01/31  04:41:30
-        Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20010105.023] numeric problems in IRIX
-             From: Nicholas Clark <nick@ccl4.org>
-             Date: Tue, 30 Jan 2001 19:51:05 +0000
-             Message-ID: <20010130195105.R76607@plum.flirble.org> 
-             
-             op/inc cure.
-     Branch: perl
-          ! pp.c pp.h pp_hot.c t/op/arith.t
-____________________________________________________________________________
-[  8636] By: jhi                                   on 2001/01/31  02:38:32
-        Log: Integrate changes #7884,8122,8155,8197,8213[just to /nolog part,
-             no perlio],8257,8380,8479,8515 from mainline.
-             
-             Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
-             
-             Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
-             Subject: [PATCH perl@8133] fix-up for VMS extensions
-             
-             In VMS embedded perls couldn't access the statically built Socket.
-             
-             Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com (8213)
-             
-             Further VMS piping fixes from Charles Lane.
-             
-             Subject:  [PATCH] make t/op/misc.t work on VMS
-             
-             Add tracing for debugging extensions builds in VMS.
-             
-             Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
-     Branch: maint-5.6/perl
-         !> configure.com doio.c t/op/misc.t vms/descrip_mms.template
-         !> vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
-         !> vms/test.com vms/vms.c vms/vmsish.h vms/vmspipe.com
-____________________________________________________________________________
-[  8635] By: jhi                                   on 2001/01/31  01:46:41
-        Log: Integrate change #7732 from mainline.
-             
-             Sparc 64-bit pack() fix from Jens Hamisch.
-     Branch: maint-5.6/perl
-         !> pp.c
-____________________________________________________________________________
-[  8634] By: jhi                                   on 2001/01/31  01:41:16
-        Log: One spot missing from #8626.
-     Branch: maint-5.6/perl
-          ! sv.c
-____________________________________________________________________________
-[  8633] By: jhi                                   on 2001/01/31  00:49:17
-        Log: Integrate change #7495 from mainline.
-             
-             Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
-     Branch: maint-5.6/perl
-         !> MANIFEST ext/re/Makefile.PL
-____________________________________________________________________________
-[  8632] By: jhi                                   on 2001/01/30  23:38:49
-        Log: Integrate change #8396 from mainline.
-             
-             Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for
-             better multicast support (resend)
-     Branch: maint-5.6/perl
-         !> ext/Socket/Socket.pm
-____________________________________________________________________________
-[  8631] By: jhi                                   on 2001/01/30  23:28:03
-        Log: Integrate changes #7514,7813,8113,8144,8397,8398,8490 from mainline.
-             
-             More AIX lore. (7514, ext/re/hints/aix.pl)
-             
-             Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
-             
-             Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23] (7813, strictly speaking not yet necessary, but harmless and goes well with #8490)
-             
-             Subject: [ID 20001214.002] Net::Ping patch
-             
-             Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
-             
-             Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
-             
-             Add ReuseAddr as a (preferred) alias for Reuse as we now
-             also have ReusePort.
-             
-             Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
-     Branch: maint-5.6/perl
-         +> ext/re/hints/aix.pl
-         !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
-         !> ext/IO/lib/IO/Socket/INET.pm lib/Net/Ping.pm
-____________________________________________________________________________
-[  8630] By: jhi                                   on 2001/01/30  23:03:59
-        Log: Integrate changes #8215,8587 from mainline: missing pod nits.
-             
-             read() documentation tweak for 20001121.004.
-             
-             Subject: [ID 20010128.003] [PATCH] perlre.pod buglet
-     Branch: maint-5.6/perl
-         !> pod/perlfunc.pod pod/perlre.pod
-____________________________________________________________________________
-[  8629] By: jhi                                   on 2001/01/30  22:41:57
-        Log: Integrate change #8098 from mainline.
-             
-             fastgetcwd is defined using a glob alias on a $^O dependent basis
-             and there was no default assignment or perl subroutine.
-     Branch: maint-5.6/perl
-         !> lib/Cwd.pm
-____________________________________________________________________________
-[  8628] By: jhi                                   on 2001/01/30  21:58:52
-        Log: Integrate change #7866 from mainline.
-             
-             File::Temp 0.11.
-     Branch: maint-5.6/perl
-         !> lib/File/Temp.pm t/lib/ftmp-tempfile.t
-____________________________________________________________________________
-[  8627] By: jhi                                   on 2001/01/30  21:39:44
-        Log: Integrate changes #8075,8086,8228 from mainline.  
-             
-             Darwin is not Windows. (8075,8086)
-             
-             Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
-     Branch: maint-5.6/perl
-         !> lib/CGI.pm lib/Pod/Select.pm lib/Text/ParseWords.pm
-         !> pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
-         !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq4.pod
-         !> pod/perllocale.pod pod/perlmodlib.pod pod/perlretut.pod
-____________________________________________________________________________
-[  8626] By: jhi                                   on 2001/01/30  21:22:11
-        Log: Integrate with tweakery the change #8625 from mainline,
-             the multibyte decimal separator fix ("fa_IR locale failure").
-     Branch: maint-5.6/perl
-          ! embedvar.h perlapi.h
-         !> intrpvar.h perl.c perl.h sv.c util.c
-____________________________________________________________________________
-[  8625] By: jhi                                   on 2001/01/30  20:26:33
-        Log: Fix for the fa_IR locale failure.  The reason for the failure
-             was that Perl was assuming the decimal separator aka the radix
-             separator is one character.  The Farsi-Iranian locale crushed
-             that bad assumption since there the separator is 'Momayyez',
-             glyphwise looking somewhat like a slash, and in Unicode UTF-8
-             encoded in two bytes, 0xd9 0xab.
-     Branch: perl
-          ! intrpvar.h perl.c perl.h sv.c util.c
-____________________________________________________________________________
-[  8624] By: gsar                                  on 2001/01/30  20:17:03
-        Log: regen_headers
-     Branch: maint-5.6/perl
-          ! Makefile.SH pod/perlintern.pod
-____________________________________________________________________________
-[  8623] By: gsar                                  on 2001/01/30  19:42:34
-        Log: backout change#7431 and its dependents (causes spurious rebuilds
-             of autogenerated files)
-             
-             fix benign b.t failure
-     Branch: maint-5.6/perl
-          ! Makefile.SH t/lib/b.t
-____________________________________________________________________________
-[  8622] By: jhi                                   on 2001/01/30  19:41:41
-        Log: Microperl sync.
-     Branch: perl
-          ! mg.c perl.h
-____________________________________________________________________________
-[  8621] By: gsar                                  on 2001/01/30  19:24:47
-        Log: integrate changes#8259,8442,8444,8445,8448,8449,8451,8455
-             from mainline
-             
-             Subject: podlators 1.06 released
-             
-             Subject: [PATCH @8436] Eliminate op_children
-             
-             (Replaced by #8448)  Traces of op_children (cleanup of #8442)
-             
-             (Replaced by #8448)  More op_children traces (cleanup of #8442).
-             
-             Subject: [PATCH #3 @8436] Re: Eliminate op_children
-             Replace #8444 and #8445.
-             
-             Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
-             at the setting of the ofs_sv in new_struct_thread() as the
-             thr->Tofs_sv (PL_ofs_sv) was still 0xabab.... (this is what
-             uninitialized fields are, uh, initialized with),
-             SvREFCNT_inc()ing that invited a core dump.
-             
-             podlators 1.07, from Russ Allbery.
-             
-             Subject: [PATCH] regcomp.c old feature removal
-             From: mjd@plover.com
-             Date: 16 Jan 2001 14:43:18 -0000 
-             Message-ID: <20010116144318.7140.qmail@plover.com> 
-     Branch: maint-5.6/perl
-         +> lib/Pod/Text/Overstrike.pm
-         !> MANIFEST bytecode.pl ext/B/B.xs ext/B/B/Asmdata.pm
-         !> ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Concise.pm
-         !> ext/B/B/Debug.pm ext/ByteLoader/byterun.c
-         !> ext/ByteLoader/byterun.h lib/Pod/Man.pm lib/Pod/Text/Color.pm
-         !> lib/Pod/Text/Termcap.pm op.c op.h pod/pod2text.PL regcomp.c
-         !> util.c
-____________________________________________________________________________
-[  8620] By: gsar                                  on 2001/01/30  18:48:32
-        Log: integrate changes#8243,8254,8255,8313,8314,8363,8383,8390,8416,
-             8417,8418,8419,8424,8427,8430,8441,8563 from mainline (TODO: b.t
-             now fails one test)
-             
-             Subject: [PATCH] lvalue AUTOLOAD. No, really.
-             
-             Subject: [PATCH] Interesting syntax idea
-             Make opens + bareword assigns do typeglob assigns.
-             
-             Tests for #8254.
-             
-             Subject: [PATCH @8269] Continue blocks and B::Deparse
-             Make the peephole optimizer to bypass more null ops and
-             and rewrite the deparse handling of continue blocks.
-             
-             Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
-             Doc tweak on #8313.
-             
-             Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
-             
-             Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
-             
-             Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
-             
-             Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
-             Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
-             according to the platform.
-             
-             Subject: [PATCH @8404] Consolidated lvalue sub changes
-             
-             Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
-             
-             Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
-             
-             Subject: B::Concise -- an improved replacement for B::Terse 
-             
-             The B::Terse drop-in replacement wasn't quite drop-in.
-             
-             The LVRET macro needed an aTHX.
-             
-             Use the /^Perl_/-less form of is_lvalue_sub().
-             
-             Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
-     Branch: maint-5.6/perl
-         +> ext/B/B/Concise.pm
-         !> (integrate 27 files)
-____________________________________________________________________________
-[  8619] By: nick                                  on 2001/01/30  18:40:28
-        Log: Integrate mainline
-     Branch: perlio
-         !> (integrate 40 files)
-____________________________________________________________________________
-[  8618] By: jhi                                   on 2001/01/30  18:37:18
-        Log: Subject: [PATCH perl@8585] protect VMS test harness from chdir switcheroo
-             Date: Mon, 29 Jan 2001 22:51:29 -0600
-             From: "Craig A. Berry" <craigberry@mac.com>
-             Message-Id: <p04330101b69bef0ebab4@[172.16.52.1]>
-     Branch: perl
-          ! vms/test.com
-____________________________________________________________________________
-[  8617] By: jhi                                   on 2001/01/30  18:34:53
-        Log: Subject: [PATCH] Add missing CV flags to dump.c
-             From: Tim Jenness <t.jenness@jach.hawaii.edu>
-             Date: Mon, 29 Jan 2001 21:48:55 -1000 (HST)
-             Message-ID: <Pine.LNX.4.30.0101292144280.14179-100000@lapaki.jach.hawaii.edu>
-     Branch: perl
-          ! dump.c
-____________________________________________________________________________
-[  8616] By: jhi                                   on 2001/01/30  18:20:58
-        Log: Integrate partly the change #8615 from mainline, the t/op/each.t
-             part isn't applicable to maintperl.
-             
-             UTF-8 nit from Inaba Hiroto.
-     Branch: maint-5.6/perl
-         !> pod/perlapi.pod utf8.c
-____________________________________________________________________________
-[  8615] By: jhi                                   on 2001/01/30  18:18:51
-        Log: UTF-8 nit from Inaba Hiroto.
-     Branch: perl
-          ! pod/perlapi.pod t/op/each.t utf8.c
-____________________________________________________________________________
-[  8614] By: jhi                                   on 2001/01/30  18:13:38
-        Log: Integrate changes #8608,8609,8610,8611,8612,8613 from maintperl.
-             
-             perl's internal variables are not for public consumption,
-             move their docs from perlapi.pod to perlintern.pod
-             
-             support for -Dusethreads build under HP-UX 10.20 and DCE threads
-             library (11.0 and later have pthreads but 10.x don't)
-             
-             avoid uninitialized value warnings
-             
-             canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
-             gets weird results)
-             
-             perldoc nit on windows
-             
-             make it possible to run the tests outside the source tree
-             (there's still a dependency on ../lib being the library
-             location)
-     Branch: perl
-         !> hints/hpux.sh intrpvar.h perlapi.c pod/perlapi.pod
-         !> pod/perlintern.pod t/base/term.t t/io/tell.t t/lib/dprof/V.pm
-         !> t/op/flip.t thrdvar.h thread.h utils/perldoc.PL
-         !> win32/bin/search.pl win32/vdir.h
-____________________________________________________________________________
-[  8613] By: gsar                                  on 2001/01/30  16:39:59
-        Log: make it possible to run the tests outside the source tree
-             (there's still a dependency on ../lib being the library
-             location)
-     Branch: maint-5.6/perl
-          ! t/base/term.t t/io/tell.t t/lib/dprof/V.pm t/op/flip.t
-____________________________________________________________________________
-[  8612] By: gsar                                  on 2001/01/30  16:31:12
-        Log: perldoc nit on windows
-     Branch: maint-5.6/perl
-          ! utils/perldoc.PL
-____________________________________________________________________________
-[  8611] By: gsar                                  on 2001/01/30  16:22:54
-        Log: canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
-             gets weird results)
-     Branch: maint-5.6/perl
-          ! win32/vdir.h
-____________________________________________________________________________
-[  8610] By: gsar                                  on 2001/01/30  16:12:45
-        Log: avoid uninitialized value warnings
-     Branch: maint-5.6/perl
-          ! win32/bin/search.pl
-____________________________________________________________________________
-[  8609] By: gsar                                  on 2001/01/30  16:08:01
-        Log: support for -Dusethreads build under HP-UX 10.20 and DCE threads
-             library (11.0 and later have pthreads but 10.x don't)
-     Branch: maint-5.6/perl
-          ! hints/hpux.sh thread.h
-____________________________________________________________________________
-[  8608] By: gsar                                  on 2001/01/30  15:48:55
-        Log: perl's internal variables are not for public consumption,
-             move their docs from perlapi.pod to perlintern.pod
-     Branch: maint-5.6/perl
-          ! intrpvar.h perlapi.c pod/perlapi.pod pod/perlintern.pod
-          ! thrdvar.h
-____________________________________________________________________________
-[  8607] By: gsar                                  on 2001/01/30  15:44:27
-        Log: mistakenly branched perl56delta.pod, revert
-     Branch: maint-5.6/perl
-          - pod/perl56delta.pod
-         !> pod/perldelta.pod
-____________________________________________________________________________
-[  8606] By: gsar                                  on 2001/01/30  14:20:24
-        Log: integrate changes#7984,7987,8010 from mainline (gets rid of
-             dTHR which has been a noop for a while now, except for the
-             compatibility definition in thread.h)
-     Branch: maint-5.6/perl
-         !> (integrate 45 files)
-____________________________________________________________________________
-[  8605] By: jhi                                   on 2001/01/30  05:43:58
-        Log: Mark the UTF-8 APIs as experimental.
-     Branch: maint-5.6/perl
-          ! embed.pl pod/perlapi.pod
-____________________________________________________________________________
-[  8604] By: jhi                                   on 2001/01/30  05:38:40
-        Log: Nits from earlier integrates.
-     Branch: maint-5.6/perl
-          ! lib/Carp/Heavy.pm
-         !> sv.c
-____________________________________________________________________________
-[  8603] By: jhi                                   on 2001/01/30  05:27:26
-        Log: Regenerate Porting files.
-     Branch: maint-5.6/perl
-          ! Porting/Glossary Porting/config.sh Porting/config_H
-____________________________________________________________________________
-[  8602] By: jhi                                   on 2001/01/30  05:14:59
-        Log: Integrate changes #7891,8034,8078,8110,8111,8112,8277,8291,
-             8310,8339,8447,8492,8493,8505,8525: documentation changes.
-             
-             Subject: Re: perlfaq style changes
-             
-             Subject: DOC PATCH 5.6.0: -s return value incompletely documented
-             
-             Subject: [PATCH] docs on NaN
-             
-             Subject: [patch] perlfaq7
-             
-             Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
-             
-             Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
-             
-             Subject: [PATCH] open() example in perlfunc.pod
-             
-             Podify README.mpeix (a new version from the web)
-             
-             Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
-             
-             Subject: [PATCH] format and rewording in perlfaq.pod
-             
-             Subject: [PATCH] API Variable documentation   
-             
-             Memory management calls documentation.
-             
-             Subject: [PATCH: perl@8482] README.vms URL updates
-             
-             Subject: Minor typos in perlfaq2.pod
-             
-             Subject: [PATCH] pod/perlvar.pod
-     Branch: maint-5.6/perl
-         +> pod/perl56delta.pod
-          ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
-         !> README.amiga README.epoc README.mpeix README.vms
-         !> ext/POSIX/POSIX.pod lib/CPAN.pm lib/Carp/Heavy.pm
-         !> lib/Win32.pod pod/perlapi.pod pod/perlfaq.pod pod/perlfaq1.pod
-         !> pod/perlfaq2.pod pod/perlfaq6.pod pod/perlfaq7.pod
-         !> pod/perlfunc.pod pod/perlop.pod pod/perlrequick.pod
-         !> pod/perlvar.pod thrdvar.h
-____________________________________________________________________________
-[  8601] By: jhi                                   on 2001/01/30  04:38:35
-        Log: Integrate changes #8036,8096,8253 from mainline:
-             hints changes.
-             
-             Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
-             Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
-             
-             Output the (apparent) version of gcc in Tru64.
-     Branch: maint-5.6/perl
-         +> ext/POSIX/hints/svr4.pl
-         !> MANIFEST ext/POSIX/Makefile.PL hints/dec_osf.sh hints/hpux.sh
-         !> hints/svr4.sh t/lib/bigfltpm.t
-____________________________________________________________________________
-[  8600] By: jhi                                   on 2001/01/30  04:04:01
-        Log: Integrate changes #7863,7868,7875,7876,7888,8384,8480 from mainline:
-             locale fixes.
-             
-             sprintf() does not taint since print() does not. (7863,7875,7876,7888)
-             
-             Debian allows /usr/bin/locale to exist without any locales. (7868)
-             
-             Allow the locale test needing POSIX and the taint test
-             needing IPC::SysV to run under 'minitest' (basically,
-             bail out if loading the extension fails). (8384)
-             
-             Cleanup the locale.t output  (8480)
-     Branch: maint-5.6/perl
-         !> pod/perllocale.pod sv.c t/op/misc.t t/op/taint.t
-         !> t/pragma/locale.t
-____________________________________________________________________________
-[  8599] By: jhi                                   on 2001/01/30  03:51:04
-        Log: Missing generated files from #8598.
-     Branch: maint-5.6/perl
-          ! embed.h global.sym objXSUB.h perlapi.c proto.h
-____________________________________________________________________________
-[  8598] By: jhi                                   on 2001/01/30  03:41:54
-        Log: Integrate change #8555 from mainline, manually integrate parts
-             of changes 8452 and 8583.
-             
-             Subject: [PATCH] utf8.c documentation (8452)
-             
-             No point in checking the length if the pointer is bogus. (8555)
-             
-             Introduce bytes_from_utf8() and implement sv_eq() using it,
-             tr/// did not handle UTF-8 ranges, \ before a raw UTF-8 character
-             produced "Malformed UTF-8 character" warning, "\x{100}\N{CENT SIGN}"
-             was malformed. (8583)
-     Branch: maint-5.6/perl
-          ! embed.pl t/lib/charnames.t t/op/tr.t toke.c
-         !> pod/perlapi.pod sv.c utf8.c
-____________________________________________________________________________
-[  8597] By: gsar                                  on 2001/01/30  02:37:26
-        Log: get PERL_OBJECT build going again on windows
-     Branch: maint-5.6/perl
-          ! embed.h embed.pl global.sym objXSUB.h perlapi.c
-          ! pod/perlapi.pod proto.h sv.c
-____________________________________________________________________________
-[  8596] By: jhi                                   on 2001/01/30  02:16:17
-        Log: Signedness nit.
-     Branch: perl
-          ! sv.c
-____________________________________________________________________________
-[  8595] By: jhi                                   on 2001/01/30  02:11:07
-        Log: EBCDIC patch for Storable, from Peter Prymmer.
-     Branch: perl
-          ! t/lib/st-06compat.t
-____________________________________________________________________________
-[  8594] By: jhi                                   on 2001/01/30  01:04:48
-        Log: Subject: [PATCH: perl@8585] yet another tweak to lib/b.t for EBCDIC
-             From: Peter Prymmer <pvhp@forte.com>
-             Date: Mon, 29 Jan 2001 16:51:38 -0800 (PST)
-             Message-ID: <Pine.OSF.4.10.10101291646320.230748-100000@aspara.forte.com>
-     Branch: perl
-          ! t/lib/b.t
-____________________________________________________________________________
-[  8593] By: jhi                                   on 2001/01/30  00:56:47
-        Log: Subject: [PATCH: perl@8585] pod problems in io
-             From: Peter Prymmer <pvhp@forte.com>
-             Date: Mon, 29 Jan 2001 16:46:25 -0800 (PST)
-             Message-ID: <Pine.OSF.4.10.10101291636420.230748-100000@aspara.forte.com>
-     Branch: perl
-          ! pod/perlapio.pod pod/perliol.pod
-____________________________________________________________________________
-[  8592] By: jhi                                   on 2001/01/30  00:48:20
-        Log: Integrate perlio:
-             
-             [  8591]
-             GNU 'merge' Simon's copy of perliol.pod with version
-             patched by Craig's patch.
-             
-             [  8590]
-             PerlIO doc tweaks from Craig A. Berry <craig.berry@psinetcs.com>
-     Branch: perl
-         !> pod/perlapio.pod pod/perliol.pod
-____________________________________________________________________________
-[  8591] By: nick                                  on 2001/01/29  22:02:28
-        Log: GNU 'merge' Simon's copy of perliol.pod with version
-             patched by Craig's patch.
-     Branch: perlio
-          ! pod/perliol.pod
-____________________________________________________________________________
-[  8590] By: nick                                  on 2001/01/29  21:55:10
-        Log: PerlIO doc tweaks from Craig A. Berry <craig.berry@psinetcs.com>
-     Branch: perlio
-          ! pod/perlapio.pod pod/perliol.pod
-____________________________________________________________________________
-[  8589] By: jhi                                   on 2001/01/29  15:35:33
-        Log: Integrate change #8586 from maint-5.6/perl.
-             
-             make the BOM detection code not call tell() until it has to
-             (meant to fix esoteric compatibility issues where PL_rsfp
-             is overridden)
-     Branch: perl
-         !> toke.c
-____________________________________________________________________________
-[  8588] By: jhi                                   on 2001/01/29  15:29:11
-        Log: Subject: MAking Solaris malloc() the default
-             From: Lupe Christoph <lupe@lupe-christoph.de>
-             Date: Mon, 29 Jan 2001 12:59:36 +0100
-             Message-ID: <20010129125936.Z4830@alanya.lupe-christoph.de>
-             
-             The README.solaris part slightly tweaked.
-     Branch: perl
-          ! README.solaris hints/solaris_2.sh
-____________________________________________________________________________
-[  8587] By: jhi                                   on 2001/01/29  15:17:34
-        Log: Subject: [ID 20010128.003] [PATCH] perlre.pod \b buglet
-             From: root@ak-75.mind.de
-             Date: Sun, 28 Jan 2001 20:32:29 +0100
-             Message-Id: <200101281932.UAA15768@ak-75.mind.de>
-     Branch: perl
-          ! pod/perlre.pod
-____________________________________________________________________________
-[  8586] By: gsar                                  on 2001/01/29  13:43:44
-        Log: make the BOM detection code not call tell() until it has to
-             (meant to fix esoteric compatibility issues where PL_rsfp
-             is overridden)
-     Branch: maint-5.6/perl
-          ! toke.c
-____________________________________________________________________________
-[  8585] By: jhi                                   on 2001/01/28  20:05:45
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[  8584] By: jhi                                   on 2001/01/28  19:30:02
-        Log: Integrate perlio:
-             
-             [  8582]
-             Add pod/perliol.pod to MANIFEST :-(
-             
-             [  8581]
-             PerlIO documentation. Proofing and sub-editing requested.
-     Branch: perl
-         +> pod/perliol.pod
-         !> MANIFEST pod/perlapio.pod
-____________________________________________________________________________
-[  8583] By: jhi                                   on 2001/01/28  19:28:40
-        Log: Patch from Inaba Hiroto:
-             - canonical UTF-8 hash keys: if a key string for a hash is
-             UTF8-on, try downgrade the string and use it if
-             unicode::distinct is not in effect.
-             For the task, I added a function bytes_from_utf8() to utf8.c.
-             It might resemble utf8_to_bytes() but it is not convenient
-             to the task.
-             Made a test for it and added to t/op/each.t
-             - Changed do_print in doio.c to apply sv_utf8_(downgrade|upgrade) to
-             the mortal copy of the argument SV.
-             And changed t/io/utf8.t test 18 which expects print() to
-             upgrade its argument.
-             - re-implement sv_eq with bytes_from_utf8()
-             - some bug fixes
-             - tr/// does not handle UTF8 range (\x{}-\x{})
-             - \ before raw UTF8 character produced
-             "Malformed UTF-8 character" warning.
-             - "\x{100}\N{CENT SIGN}" is Malformed.
-             Added tests for these 3.
-             - and one silly bug (by me) with qu operator.
-     Branch: perl
-          ! doio.c embed.h embed.pl global.sym hv.c objXSUB.h perlapi.c
-          ! pod/perlapi.pod proto.h sv.c t/io/utf8.t t/lib/charnames.t
-          ! t/op/each.t t/op/tr.t t/pragma/utf8.t toke.c utf8.c
-____________________________________________________________________________
-[  8582] By: nick                                  on 2001/01/28  19:25:04
-        Log: Add pod/perliol.pod to MANIFEST :-(
-     Branch: perlio
-          ! MANIFEST
-____________________________________________________________________________
-[  8581] By: nick                                  on 2001/01/28  19:22:40
-        Log: PerlIO documentation. Proofing and sub-editing requested.
-     Branch: perlio
-          + pod/perliol.pod
-          ! pod/perlapio.pod
-____________________________________________________________________________
-[  8580] By: jhi                                   on 2001/01/28  05:16:25
-        Log: Revert the change to sv_2pv() done by #8054: Someone who
-             did SvNV_set() on a scalar that also happened to be POK,
-             followed by sv_2pv() won't get the right coercion anymore.
-             [Sarathy]
-     Branch: maint-5.6/perl
-          ! sv.c
-____________________________________________________________________________
-[  8579] By: jhi                                   on 2001/01/28  05:15:04
-        Log: Remove the #8084 effect: do not allow -Q to be interpreted
-             as -&Q(), this is too much wiggle room.
-     Branch: maint-5.6/perl
-          ! toke.c
-____________________________________________________________________________
-[  8578] By: jhi                                   on 2001/01/28  05:12:45
-        Log: Needed bits of #8439 (should have been in #8576),
-             mainly for lval substr().
-     Branch: maint-5.6/perl
-          ! mg.c pp.c pp_hot.c
-____________________________________________________________________________
-[  8577] By: jhi                                   on 2001/01/28  05:02:46
-        Log: A missing check-in.
-     Branch: maint-5.6/perl
-          ! utf8.c
-____________________________________________________________________________
-[  8576] By: jhi                                   on 2001/01/28  04:26:18
-        Log: Integrate changes #8425,8436,8439,8517 from mainline.
-             The 8439 was not truly integrated because it had too many
-             dependencies on the development branch and because it introduced
-             concepts too bold for a maintenance branch (such as the qu operator).
-             
-             Subject: [PATCH perl@8342] -Wformat
-             
-             Tighten some of the UTF-8 tests a bit.
-             
-             More UTF-8 patches from Inaba Hiroto. (8439, but only partly)
-             - The substr lval was still not okay.
-             - Now pp_stringify and sv_setsv copies source's UTF8 flag
-             even if IN_BYTE.  pp_stringify is called from fold_constants
-             at optimization phase and "\x{100}" was made SvUTF8_off under
-             use bytes (the bytes pragma is for "byte semantics" and not
-             for "do not produce UTF8 data")
-     Branch: maint-5.6/perl
-          ! t/lib/charnames.t t/op/substr.t toke.c
-         !> sv.c t/pragma/utf8.t
-____________________________________________________________________________
-[  8575] By: jhi                                   on 2001/01/28  04:01:51
-        Log: Integrate changes #8378,8379,8385,8386,8405 from mainline.
-             
-             Subject: One more patch for UTF8  (UTF-8 fixes for 'x' and tr////)
-             
-             Subject: [ID 20001230.003] UTF-8 tr still hurts
-             
-             Test cases for #8385 (from Simon's "torture.pl")
-             
-             Start fixing UTF-8 lval substr() (8405)
-     Branch: maint-5.6/perl
-         !> doop.c embed.h embed.pl mg.c op.c pod/perlapi.pod pp.c proto.h
-         !> regcomp.c regexec.c t/op/substr.t t/op/tr.t toke.c utf8.c
-____________________________________________________________________________
-[  8574] By: jhi                                   on 2001/01/28  03:09:06
-        Log: Integrate changes #8328,8329,8330,8331,8332,8341,8343,8377
-             from mainline.
-             
-             UTF-8 cleanup.
-             
-             Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
-             
-             "\x{FF}\xFF" was broken.
-             
-             Tests for #8329 and #8330.
-             
-             Add a note about EBCDIC versus UTF-8 to a potential problem spot.
-             
-             IRIX compiler noticed that the bof initialization might be
-             bypassed by control flow.
-             
-             Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
-     Branch: maint-5.6/perl
-         !> doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
-         !> regexec.c sv.c t/op/bop.t toke.c utf8.c
-____________________________________________________________________________
-[  8573] By: jhi                                   on 2001/01/28  02:06:12
-        Log: Retract #8552.
-     Branch: perl
-          ! lib/Text/Wrap.pm t/lib/textwrap.t
-____________________________________________________________________________
-[  8572] By: jhi                                   on 2001/01/28  02:04:49
-        Log: Integrate changes #8267,8272[perlio],8274,8298,8300,8303,
-             8305,8323,8324 from mainline.  The 8267,8272, and 8298 were
-             not really integrated but instead salvaged by hand
-             (they had too many dependencies on the development release
-             to be cleanly integratable).
-             
-             Subject: more UTF8 test suites and an UTF8 patch
-             
-             Tweak for MULTIPLICITY/USE_PERLIO
-             
-             Signedness nit.
-             
-             Turn SvUTF8 off if not required in pp_chr and pp_stringify.
-             
-             Use the UTF8_XXX macros in is_utf8_char().
-             
-             Rewrite pp_concat() in terms of sv_catsv().  The . operator
-             should now be UTF-8-proof.
-             
-             Subject: [PATCH perl@8269] scanning two hex-constants
-             fails on EBCDIC environment (script length.t)
-             
-             Add some Unicode chop() tests.
-     Branch: maint-5.6/perl
-          ! doop.c mg.c pp.c pp_hot.c toke.c utf8.c
-         !> sv.c t/op/chop.t utf8.h
-____________________________________________________________________________
-[  8571] By: jhi                                   on 2001/01/28  00:35:59
-        Log: Integrate changes #8090,8093[perlio,only the sv.c tweak],
-             8245,8247,8248,8249,8250,8251,8260,8263,8264,8265 from mainline.
-             
-             Subject: [PATCH] Re: Breadperl & Tk (sv_utf8_upgrade fixes)
-             
-             The maxiters upper limit sanity check (guarding against
-             non-progress) assumed bytes instead of characters in s///
-             and split().
-             
-             Signedness nit.
-             
-             sv_catsv() rewrite (8248,8249,8251,8260,8263,8264,8265)
-             join() should now be UTF-8-proof.
-             
-             More split // UTF-8 tests. (8250)
-     Branch: maint-5.6/perl
-         !> doop.c hv.c pp.c pp_hot.c sv.c t/op/join.t utf8.c utf8.h
-         !> util.c
-____________________________________________________________________________
-[  8570] By: jhi                                   on 2001/01/27  22:15:46
-        Log: Integrate changes #7941,7943,7944,7958,7967,7995,7996,7998,
-             8004,8005,8023,8024,8028,8030,8031,8033,8039,8042,8052[perlio],
-             8053[perlio],8054[perlio,+sv.c(-PerlIO_isutf8),+require.t],
-             8084,8204,8244,8333 from mainline.
-             
-             For -Q where Q might be a one-letter sub name one does no more
-             get a warning about an unknown filetest (7941,7943,7944,8084).
-             
-             Subject: Re: [ID 20001130.011] expression parsing bug ?
-             
-             Make uv_to_utf8() to zero-terminate its output buffer.
-             
-             Split off t/op/length.t (7995)
-             
-             Split off t/op/utf8decode.t (7996)
-             
-             Remove an unnecessary 'use utf8' from the utf8.t (7998)
-             
-             Split off t/op/concat.t (8004)
-             
-             Split off t/op/ver.t (8005)
-             
-             Document utf8_length(), utf8_distance(), and utf8_hop().
-             
-             Document utf8_to_uv() better.
-             
-             Introduce macros for UTF8 decoding (8028,8033).
-             
-             Add test for reverse() (8030,8031).
-             
-             Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful (8039,8333)
-             
-             Do not return the Unicode replacement character   on UTF-8
-             decoding failure.
-             
-             Typo/thinko in S_scan_const() - seeing high bit sets has_utf8
-             not this_utf8 i.e. the output string has one, but don't mess
-             with source assumption. (8052,8053)
-             
-             Tweak t/comp/require.t to add a 'use bytes' to permit its dubious
-             writing of BOM to a non-utf8 stream.  Fix SvPVutf8() - sv_2pv()
-             was not expecting to be called with something that was already
-             SvPOK() - (we just fossiked with SvUTF8 bit). Fix that and also
-             just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
-             (8054)
-             
-             Recode the naughty binary bytes in utf8decode.t using the \xHH.
-             
-             Make some panic messages a bit more logical.
-     Branch: maint-5.6/perl
-         +> t/op/concat.t t/op/length.t t/op/reverse.t t/op/utf8decode.t
-         !> MANIFEST doop.c embed.pl lib/ExtUtils/Liblist.pm op.c
-         !> pod/perlapi.pod pod/perldiag.pod pp.c pp_hot.c regcomp.c
-         !> regexec.c sv.c t/comp/require.t t/op/misc.t t/op/ver.t
-         !> t/pragma/utf8.t t/pragma/warn/toke t/pragma/warn/utf8 toke.c
-         !> utf8.c utf8.h
-____________________________________________________________________________
-[  8569] By: jhi                                   on 2001/01/27  19:16:43
-        Log: Integrate changes #7750 from perlio and #8566 from mainline.
-     Branch: maint-5.6/perl
-         !> regexec.c sv.c
-____________________________________________________________________________
-[  8568] By: jhi                                   on 2001/01/27  18:06:51
-        Log: Integrate changes #7355[-doio.c],7691,7744,7753[perlio],
-             7783,7790[perlio],7869,7871,7872,7911,7916,7932,
-             7935[-perlio.c],7936,7959,7965 from mainline.
-             
-             Change the "big byte" error message to "Wide character".
-             (7355, the croak-if-wide-chars-in-print part ignored)
-             
-             Use UINT64_C().
-             
-             Introduce Perl_utf8_length().
-             
-             diff -se shows these as different (7753, forgotten check-ins)
-             
-             Subject: [PATCH] doop.c - UTF8 tr///
-             
-             If we use (aTHX_ ...) then put Perl_ on the front.
-             
-             Make utf8_length() and utf8_distance() to be less forgiving
-             about bad UTF-8.
-             
-             Test line numbers are different with utf8.
-             
-             No need to scan till infinity, 13 is enough. (7872,7911)
-             
-             Subject: [PATCH] Tokeniser debugging
-             
-             Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
-             
-             Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits (only toke.c)
-             
-             Be more careful in Perl_sv_utf8_downgrade().
-             
-             Use DO_UTF8().
-             
-             Raw zero bytes in text files confuse at least GNU patch 2.1.
-     Branch: maint-5.6/perl
-         !> doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
-         !> perl.c perl.h perlapi.c pod/perlapi.pod pod/perldiag.pod
-         !> pod/perlrun.pod proto.h scope.h sv.c t/op/re_tests
-         !> t/pragma/utf8.t toke.c utf8.c utf8.h
-____________________________________________________________________________
-[  8567] By: nick                                  on 2001/01/27  11:10:38
-        Log: Integrate mainline
-     Branch: perlio
-         !> Changes README.os390 embed.h embed.pl op.c patchlevel.h pp.c
-         !> proto.h regexec.c sv.c t/lib/1_compile.t t/lib/b.t
-         !> t/lib/st-06compat.t t/pragma/overload.t t/pragma/sub_lval.t
-         !> toke.c
-____________________________________________________________________________
-[  8566] By: jhi                                   on 2001/01/27  06:22:48
-        Log: More documentation for the regexp context stack.
-     Branch: perl
-          ! regexec.c
-____________________________________________________________________________
-[  8565] By: jhi                                   on 2001/01/27  05:21:57
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[  8564] By: jhi                                   on 2001/01/27  04:44:04
-        Log: Threadedness patch for #8562 from Doug MacEachern.
-     Branch: perl
-          ! toke.c
-____________________________________________________________________________
-[  8563] By: jhi                                   on 2001/01/27  04:26:24
-        Log: Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
-             From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
-             Date: Thu, 25 Jan 2001 01:17:21 -0800 (PST)
-             Message-ID: <14959.59703.507462.978833@soda.csua.berkeley.edu>
-     Branch: perl
-          ! op.c
-____________________________________________________________________________
-[  8562] By: jhi                                   on 2001/01/27  04:20:30
-        Log: Subject: Re: Announce : Tokener reporting patch
-             From: Simon Cozens <simon@cozens.net>
-             Date: Mon, 22 Jan 2001 02:17:22 +0000
-             Message-ID: <20010122021722.A9334@pembro26.pmb.ox.ac.uk>
-     Branch: perl
-          ! embed.h embed.pl proto.h toke.c
-____________________________________________________________________________
-[  8561] By: jhi                                   on 2001/01/27  04:17:24
-        Log: Forgot from #8545.  Oops.
-     Branch: perl
-          ! pp.c t/pragma/overload.t
-____________________________________________________________________________
-[  8560] By: jhi                                   on 2001/01/27  03:01:47
-        Log: A better module compilation test, use MANIFEST as suggested
-             by Spider.
-     Branch: perl
-          ! t/lib/1_compile.t
-____________________________________________________________________________
-[  8559] By: jhi                                   on 2001/01/27  02:50:48
-        Log: Subject: [PATCH: perl@8531] EBCDIC cleanup for B test
-             From: Peter Prymmer <pvhp@forte.com>
-             Date: Fri, 26 Jan 2001 16:38:08 -0800 (PST)
-             Message-ID: <Pine.OSF.4.10.10101261635400.14820-100000@aspara.forte.com>
-     Branch: perl
-          ! t/lib/b.t
-____________________________________________________________________________
-[  8558] By: jhi                                   on 2001/01/27  02:27:05
-        Log: Subject: [PATCH: perl@8531] EBCDIC branch for pragma/sub-lval.t
-             From: Peter Prymmer <pvhp@forte.com>
-             Date: Fri, 26 Jan 2001 16:05:11 -0800 (PST)
-             Message-ID: <Pine.OSF.4.10.10101261603460.14820-100000@aspara.forte.com>
-     Branch: perl
-          ! t/pragma/sub_lval.t
-____________________________________________________________________________
-[  8557] By: jhi                                   on 2001/01/27  02:26:03
-        Log: Subject: [PATCH: perl@8531] a peek at uuencoded EBCDIC (st-06compat.t)
-             From: Peter Prymmer <pvhp@forte.com>
-             Date: Fri, 26 Jan 2001 14:47:46 -0800 (PST)
-             Message-ID: <Pine.OSF.4.10.10101261443561.14820-100000@aspara.forte.com>
-     Branch: perl
-          ! t/lib/st-06compat.t
-____________________________________________________________________________
-[  8556] By: jhi                                   on 2001/01/27  02:24:33
-        Log: Subject: [PATCH: perl@8531] minor update to README.os390
-             From: Peter Prymmer <pvhp@forte.com>
-             Date: Fri, 26 Jan 2001 14:33:27 -0800 (PST)
-             Message-ID: <Pine.OSF.4.10.10101261425560.14820-100000@aspara.forte.com>
-     Branch: perl
-          ! README.os390
-____________________________________________________________________________
-[  8555] By: jhi                                   on 2001/01/27  00:35:47
-        Log: No point in checking the length before we know whether the pointer
-             is bogus or not, fixes Abigail's odbm failures in Linux.
-     Branch: perl
-          ! sv.c
-____________________________________________________________________________
-[  8554] By: nick                                  on 2001/01/26  19:01:31
-        Log: Integrate mainline
-     Branch: perlio
-         !> lib/Text/Wrap.pm t/lib/textwrap.t
-____________________________________________________________________________
-[  8553] By: jhi                                   on 2001/01/26  15:19:39
-        Log: Integrate change #7792 from perlio (multiplicity fix),
-             fix the AV leak in regex DEBUGGING (tiny part of the
-             polymorphic regexp patch #8143).
-     Branch: maint-5.6/perl
-          ! regcomp.c
-         !> scope.h
-____________________________________________________________________________
-[  8552] By: jhi                                   on 2001/01/26  15:03:23
-        Log: (Retracted by #8573)
-             
-             Subject: [PATCH Text::Wrap 2000.06292219] Spurious leading whitespace
-             From: Michael G Schwern <schwern@pobox.com>
-             Date: Fri, 26 Jan 2001 09:28:31 -0500
-             Message-ID: <20010126092831.A15328@blackrider.aocn.com>
-     Branch: perl
-          ! lib/Text/Wrap.pm t/lib/textwrap.t
-____________________________________________________________________________
-[  8551] By: jhi                                   on 2001/01/26  02:33:19
-        Log: Integrate changes #7760,7815,7870,7873,7874,7877,7878,7879,7881,
-             7937,7938,7939,7940,7968,7969,8403,8414,8510 from mainline.
-             
-             Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
-             
-             Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
-             
-             Message nit.
-             
-             BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
-             
-             Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
-             
-             (the cleanup of unused submatches in regtry() and regcppop())
-             
-             Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
-             stored and restored, and thusly was trounced by the utf8 swash
-             routines.
-             
-             use utf8 not required to use \x{}.
-             
-             Removed two more tests that make no sense in UTF-8 since the test
-             data is not in UTF-8.
-             
-             Get the three different space character classes right under utf8.
-             
-             Implement ANYOFUTF8 regprop() dumping.
-             
-             Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
-             
-             Document the regex context pushing/popping a bit better.
-     Branch: maint-5.6/perl
-         +> lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
-         !> MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
-         !> regexec.c scope.h t/op/pat.t t/op/re_tests t/op/regexp.t
-         !> t/op/regmesg.t utf8.c
-____________________________________________________________________________
-[  8550] By: nick                                  on 2001/01/25  19:42:30
-        Log: Integrate mainline
-     Branch: perlio
-         !> Makefile.SH README.os390 gv.c hints/os390.sh installperl
-         !> lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm perl.h
-         !> pod/perlguts.pod t/lib/bigfloat.t t/lib/bigfltpm.t
-         !> t/lib/bigint.t t/lib/bigintpm.t
-____________________________________________________________________________
-[  8549] By: jhi                                   on 2001/01/25  15:22:28
-        Log: Undo 6475: { use utf8; chr(128..255) } is better off producing bytes.
-     Branch: maint-5.6/perl
-          ! pod/perlfunc.pod pp.c t/pragma/utf8.t
-____________________________________________________________________________
-[  8548] By: jhi                                   on 2001/01/25  15:02:55
-        Log: Integrate changes #7997,8063,8492,8547 from mainline.
-             
-             Subject: Re: STRLEN - what?
-             
-             Subject: [PATCH] perlguts.pod
-             
-             Memory management calls documentation.
-             
-             Layout using tabulator is not a good idea in a pod.
-     Branch: maint-5.6/perl
-         !> pod/perlguts.pod
-____________________________________________________________________________
-[  8547] By: jhi                                   on 2001/01/25  14:49:05
-        Log: Layout using tabulator is not a good idea in a pod.
-     Branch: perl
-          ! pod/perlguts.pod
-____________________________________________________________________________
-[  8546] By: jhi                                   on 2001/01/25  14:31:12
-        Log: Integrate changes #8188,8189,8208,8209,8210,8212,8374,8388
-             from mainline.
-             
-             Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
-             
-             Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
-             
-             More Win32 editor/IDE/shell hints.
-             
-             More Win32 Perling.
-             
-             Yet another editor edit.
-             
-             Edit edit edit.
-             
-             IDE/editor section tweaking.
-             
-             Few more IDE/editor nits from p5p.
-     Branch: maint-5.6/perl
-         !> pod/perlfaq3.pod
-____________________________________________________________________________
-[  8545] By: jhi                                   on 2001/01/25  04:16:32
-        Log: Subject: [PATCH 5.7.0] overload int()
-             From: Ilya Zakharevich <ilya@math.ohio-state.edu>
-             Date: Wed, 24 Jan 2001 19:06:57 -0500
-             Message-ID: <20010124190657.A8512@math.ohio-state.edu>
-     Branch: perl
-          ! gv.c lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm
-          ! perl.h t/lib/bigfloat.t t/lib/bigfltpm.t t/lib/bigint.t
-          ! t/lib/bigintpm.t
-____________________________________________________________________________
-[  8544] By: jhi                                   on 2001/01/25  04:15:11
-        Log: Subject: [PATCH: perl@8506]completion and docs for dynamic loading on OS/390
-             From: Peter Prymmer <pvhp@forte.com>
-             Date: Wed, 24 Jan 2001 17:17:14 -0800 (PST)
-             Message-ID: <Pine.OSF.4.10.10101241706120.411912-100000@aspara.forte.com>
-     Branch: perl
-          ! Makefile.SH README.os390 hints/os390.sh installperl
-____________________________________________________________________________
-[  8543] By: jhi                                   on 2001/01/25  03:52:08
-        Log: Integrate change #8462,8469 from mainline.
-             
-             In VMS Perl subversion (perl -V) is undef.
-     Branch: maint-5.6/perl
-         !> configure.com
-____________________________________________________________________________
-[  8542] By: jhi                                   on 2001/01/25  03:44:55
-        Log: Integrate changes #7835,7850,8315,8316 from mainline.
-             
-             Solaris hints.
-     Branch: maint-5.6/perl
-         !> hints/solaris_2.sh
-____________________________________________________________________________
-[  8541] By: jhi                                   on 2001/01/25  03:39:28
-        Log: Integrate #8336 from mainline.
-     Branch: maint-5.6/perl
-         !> hv.c
-____________________________________________________________________________
-[  8540] By: jhi                                   on 2001/01/25  03:23:50
-        Log: Retract #8539.
-     Branch: maint-5.6/perl
-          ! pod/perlfaq3.pod
-____________________________________________________________________________
-[  8539] By: jhi                                   on 2001/01/25  03:21:55
-        Log: (Retracted by #8540.)
-     Branch: maint-5.6/perl
-          ! pod/perlfaq3.pod
-____________________________________________________________________________
-[  8538] By: jhi                                   on 2001/01/25  03:14:07
-        Log: Subject: [re-patch: 5.6.1-TRIAL1] was Re: [PATCH 5.6.1-TRIAL1]VMS buildpatches
-             From: Peter Prymmer <pvhp@forte.com>
-             Date: Mon, 18 Dec 2000 13:10:35 -0800 (PST)
-             Message-ID: <Pine.OSF.4.10.10012181249310.410192-100000@aspara.forte.com>
-             
-             The VMS bits.
-     Branch: maint-5.6/perl
-          ! configure.com vms/descrip_mms.template
-____________________________________________________________________________
-[  8537] By: jhi                                   on 2001/01/25  03:06:09
-        Log: Integrate #7710,7824,7973 from mainline.
-     Branch: maint-5.6/perl
-         !> Configure Porting/Glossary Porting/config.sh Porting/config_H
-         !> config_h.SH configure.com epoc/config.sh hints/aix.sh malloc.c
-         !> regcomp.c sv.c vos/config.alpha.def vos/config.alpha.h
-         !> vos/config.ga.def vos/config.ga.h win32/config.bc
-         !> win32/config.gc win32/config.vc
-____________________________________________________________________________
-[  8536] By: jhi                                   on 2001/01/24  13:50:20
-        Log: Revert the edits made by me so far to the 5.6 branch since
-             the TRIAL1 since I did edits when I should have been using
-             integrates.  Bad programmer.   (Will integrate them properly later.)
-             Undoes #8347, #8349, #8350, #8351, #8353, #8355, #8376, #8463, #8470.
-             The #8353 will not be reapplied at least for now since
-             the UTF-8 hash keys need more thinking.
-             (The patches #8347, #8354, #8454, #8473 were okay since they
-             were original edits made specifically for the 5.6.1-TRIAL1.)
-     Branch: maint-5.6/perl
-          ! Configure Porting/Glossary Porting/config.sh Porting/config_H
-          ! config_h.SH configure.com embed.pl epoc/config.sh hints/aix.sh
-          ! hints/solaris_2.sh hv.c hv.h malloc.c perlapi.c
-          ! pod/perlapi.pod pod/perlfaq3.pod proto.h regcomp.c sv.c
-          ! t/op/each.t vms/descrip_mms.template vos/config.alpha.def
-          ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
-          ! win32/config.bc win32/config.gc win32/config.vc
-____________________________________________________________________________
-[  8535] By: bailey                                on 2001/01/24  06:37:02
-        Log: SYN SYN
-     Branch: vmsperl
-         +> (branch 26 files)
-         !> (integrate 130 files)
-____________________________________________________________________________
-[  8534] By: nick                                  on 2001/01/23  19:30:57
-        Log: Integrate mainline.
-     Branch: perlio
-         !> Changes Configure Porting/Glossary Porting/config.sh
-         !> Porting/config_H embed.h embed.pl ext/Encode/compile
-         !> ext/Opcode/Opcode.xs ext/Opcode/Safe.pm installperl objXSUB.h
-         !> patchlevel.h perlapi.c perly.y pod/perlfunc.pod
-         !> pod/perlvar.pod proto.h t/lib/1_compile.t
-____________________________________________________________________________
-[  8533] By: jhi                                   on 2001/01/23  16:15:46
-        Log: Forgotten from #8501.
-     Branch: perl
-          ! Porting/Glossary Porting/config.sh Porting/config_H
-____________________________________________________________________________
-[  8532] By: jhi                                   on 2001/01/23  16:13:27
-        Log: Subject: RE: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison) 
-             From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
-             Date: Mon, 22 Jan 2001 17:51:58 +0100
-             Message-ID: <5930DC161690D21196670090271575470397E915@madt009a.siemens.es>
-     Branch: perl
-          ! embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h
-____________________________________________________________________________
-[  8531] By: jhi                                   on 2001/01/23  15:46:01
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[  8530] By: jhi                                   on 2001/01/23  15:38:39
-        Log: De-cut-and-pasto.
-     Branch: perl
-          ! t/lib/1_compile.t
-____________________________________________________________________________
-[  8529] By: jhi                                   on 2001/01/23  15:11:04
-        Log: Document the mkdir trailing slashes case.
-     Branch: perl
-          ! pod/perlfunc.pod
-____________________________________________________________________________
-[  8528] By: jhi                                   on 2001/01/23  15:08:28
-        Log: lib/lib.pm is arch dependent, and lib/lib_pm.PL shouldn't
-             get installed:
-             
-             Subject: lib/lib.pm
-             From: <abigail@foad.org>
-             Date: Mon, 28 Aug 2000 20:35:08 -0400
-             Message-ID: <20000829003508.21281.qmail@foad.org>
-     Branch: perl
-          ! installperl
-____________________________________________________________________________
-[  8527] By: jhi                                   on 2001/01/23  14:44:04
-        Log: Metaconfig unit change for #8526.
-     Branch: metaconfig
-          ! U/threads/archname.U
-____________________________________________________________________________
-[  8526] By: jhi                                   on 2001/01/23  14:43:19
-        Log: Attach -perlio to the archname if so selected.
-     Branch: perl
-          ! Configure
-____________________________________________________________________________
-[  8525] By: jhi                                   on 2001/01/23  14:24:01
-        Log: Subject: [PATCH] pod/perlvar.pod
-             From: abigail@foad.org
-             Date: Tue, 23 Jan 2001 01:41:10 +0100
-             Message-ID: <20010123004110.22259.qmail@foad.org>
-     Branch: perl
-          ! pod/perlvar.pod
-____________________________________________________________________________
-[  8524] By: jhi                                   on 2001/01/23  14:22:32
-        Log: A bug introduced in #8217 (the undefined variable in the
-             lib/safe1_t #3) fixed, by Charles Lane:
-             
-             The earlier patch made it so that stuff running in Safe
-             compartments could do a "caller" and see "main".  That
-             little change in name is done right before the code in
-             the compartment is run, and apparantly the parser
-             was picking up the stash name before it got changed.
-             
-             (why it was threaded vs. unthreaded Perl that was sensitive to this
-             I still don't know...and it probably doesn't matter).
-             
-             I tryed removing the stash name-change and saw that threaded Perl
-             did indeed pass the lib/safe1.t tests.
-             
-             So here's a patch; a routine (_safe_pkg_prep) is added to Opcode to
-             do the name change (and to connect _ in the compartment to the global
-             _) which is removed from _safe_call_sv.   Then Safe.pm is modified
-             to call _safe_pkg_prep when creating a new compartment.
-             
-             Passes all tests with threaded perl on linux; passes all tests
-             with unthreaded perl on VMS.
-             
-             At some point I'll probably want to revisit Safe and Opcode to
-             provide more sensible handling of global variables...and to get
-             formats working in Safe compartments, which they don't do currently.
-     Branch: perl
-          ! ext/Opcode/Opcode.xs ext/Opcode/Safe.pm
-____________________________________________________________________________
-[  8523] By: jhi                                   on 2001/01/23  14:11:58
-        Log: Also the lib/Thread.pm itself needs to be ignored if
-             the Thread extension hasn't been built.
-     Branch: perl
-          ! t/lib/1_compile.t
-____________________________________________________________________________
-[  8522] By: jhi                                   on 2001/01/23  13:51:28
-        Log: print() instead of warn() so that stderr doesn't get
-             unnecessarily polluted.
-     Branch: perl
-          ! ext/Encode/compile
-____________________________________________________________________________
-[  8521] By: jhi                                   on 2001/01/23  13:49:48
-        Log: Integrate perlio:
-             
-             [  8520]
-             More messing with Encode:
-             Extra fields in header to allow multiple names and to record
-             other things "compile" knows.
-             Re-organise compile to factor out common output routines.
-             
-             [  8519]
-             Change file-of-files command line from -F to -f to avoid case issues on VMS.
-     Branch: perl
-         !> ext/Encode/Encode.xs ext/Encode/Makefile.PL ext/Encode/compile
-         !> ext/Encode/encode.h
-____________________________________________________________________________
-[  8520] By: nick                                  on 2001/01/22  21:44:00
-        Log: More messing with Encode:
-             Extra fields in header to allow multiple names and to record
-             other things "compile" knows.
-             Re-organise compile to factor out common output routines.
-     Branch: perlio
-          ! ext/Encode/Encode.xs ext/Encode/compile ext/Encode/encode.h
-____________________________________________________________________________
-[  8519] By: nick                                  on 2001/01/22  20:33:50
-        Log: Change file-of-files command line from -F to -f to avoid case issues on VMS.
-     Branch: perlio
-          ! ext/Encode/Makefile.PL ext/Encode/compile
-____________________________________________________________________________
-[  8518] By: nick                                  on 2001/01/22  20:28:13
-        Log: Integrate mainline
-     Branch: perlio
-         !> MANIFEST configure.com epoc/config.sh pp_sys.c regexec.c sv.c
-         !> vos/config.alpha.def vos/config.alpha.h
-____________________________________________________________________________
-[  8517] By: jhi                                   on 2001/01/22  15:37:17
-        Log: Add sv_force_normal() to sv_utf8_downgrade() as suggested
-             by Inaba Hiroto.
-     Branch: perl
-          ! sv.c
-____________________________________________________________________________
-[  8516] By: jhi                                   on 2001/01/22  14:55:15
-        Log: More SIG_SIZE fixes.
-     Branch: perl
-          ! epoc/config.sh vos/config.alpha.def vos/config.alpha.h
-____________________________________________________________________________
-[  8515] By: jhi                                   on 2001/01/22  14:50:27
-        Log: Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
-             From: "Craig A. Berry" <craigberry@mac.com>
-             Date: Mon, 22 Jan 2001 00:42:24 -0600
-             Message-Id: <p04330103b6917f35375b@[172.16.52.1]>
-     Branch: perl
-          ! configure.com
-____________________________________________________________________________
-[  8514] By: jhi                                   on 2001/01/22  14:31:17
-        Log: Subject: [PATCH perl@8506] VMS catches up with change #8501
-             From: "Craig A. Berry" <craigberry@mac.com>
-             Date: Sun, 21 Jan 2001 23:03:25 -0600
-             Message-Id: <p04330101b691596f577f@[172.16.52.1]>
-     Branch: perl
-          ! configure.com
-____________________________________________________________________________
-[  8513] By: jhi                                   on 2001/01/22  14:14:00
-        Log: Add the .ucm encoding tables to the MANIFEST.
-     Branch: perl
-          ! MANIFEST
-____________________________________________________________________________
-[  8512] By: jhi                                   on 2001/01/22  13:43:33
-        Log: Integrate perlio:
-             
-             [  8511]
-             Make "real" layers of ":utf8" and ":raw".
-             So now PERLIO=utf8 perl ...
-             does what Andreas wanted.
-             Fix arg passing in open.pm (still have a Carp issue).
-             
-             [  8508]
-             Switch "compiled in" encodings to .ucm format.
-             (Leave others as .enc till we can run-time load .ucm,
-             or find some other way to load them.)
-     Branch: perl
-         +> 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/iso8859-1.ucm
-         +> ext/Encode/Encode/iso8859-10.ucm
-         +> ext/Encode/Encode/iso8859-13.ucm
-         +> ext/Encode/Encode/iso8859-14.ucm
-         +> ext/Encode/Encode/iso8859-15.ucm
-         +> ext/Encode/Encode/iso8859-16.ucm
-         +> ext/Encode/Encode/iso8859-2.ucm
-         +> ext/Encode/Encode/iso8859-3.ucm
-         +> ext/Encode/Encode/iso8859-4.ucm
-         +> ext/Encode/Encode/iso8859-5.ucm
-         +> ext/Encode/Encode/iso8859-6.ucm
-         +> ext/Encode/Encode/iso8859-7.ucm
-         +> ext/Encode/Encode/iso8859-8.ucm
-         +> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
-         +> ext/Encode/Encode/symbol.ucm
-         !> ext/Encode/Makefile.PL ext/Encode/compile lib/open.pm perlio.c
-         !> perliol.h
-____________________________________________________________________________
-[  8511] By: nick                                  on 2001/01/21  23:44:47
-        Log: Make "real" layers of ":utf8" and ":raw".
-             So now PERLIO=utf8 perl ...
-             does what Andreas wanted.
-             Fix arg passing in open.pm (still have a Carp issue).
-     Branch: perlio
-          ! lib/open.pm perlio.c perliol.h
-____________________________________________________________________________
-[  8510] By: jhi                                   on 2001/01/21  22:56:53
-        Log: Document the regex content pushing/popping a bit better.
-     Branch: perl
-          ! regexec.c
-____________________________________________________________________________
-[  8509] By: jhi                                   on 2001/01/21  22:55:44
-        Log: Tweak the mkdir trailing slash code some more.
-             
-             TO DO: the same handling should probably be done for
-             all the other filesystem functions that can have directories
-             as their arguments.
-     Branch: perl
-          ! pp_sys.c
-____________________________________________________________________________
-[  8508] By: nick                                  on 2001/01/21  21:37:43
-        Log: Switch "compiled in" encodings to .ucm format.
-             (Leave others as .enc till we can run-time load .ucm,
-             or find some other way to load them.)
-     Branch: perlio
-          + 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/iso8859-1.ucm
-          + ext/Encode/Encode/iso8859-10.ucm
-          + ext/Encode/Encode/iso8859-13.ucm
-          + ext/Encode/Encode/iso8859-14.ucm
-          + ext/Encode/Encode/iso8859-15.ucm
-          + ext/Encode/Encode/iso8859-16.ucm
-          + ext/Encode/Encode/iso8859-2.ucm
-          + ext/Encode/Encode/iso8859-3.ucm
-          + ext/Encode/Encode/iso8859-4.ucm
-          + ext/Encode/Encode/iso8859-5.ucm
-          + ext/Encode/Encode/iso8859-6.ucm
-          + ext/Encode/Encode/iso8859-7.ucm
-          + ext/Encode/Encode/iso8859-8.ucm
-          + ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
-          + ext/Encode/Encode/symbol.ucm
-          ! ext/Encode/Makefile.PL ext/Encode/compile
-____________________________________________________________________________
-[  8507] By: nick                                  on 2001/01/21  21:02:03
-        Log: Integrate (partial) mainline.
-     Branch: perlio
-         !> Changes Configure config_h.SH patchlevel.h pod/perlfaq2.pod
-         !> sv.c uconfig.h uconfig.sh vos/config.alpha.h vos/config.ga.h
-         !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
-____________________________________________________________________________
-[  8506] By: jhi                                   on 2001/01/21  20:09:30
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[  8505] By: jhi                                   on 2001/01/21  19:39:59
-        Log: Subject: Minor typos in perlfaq2.pod
-             From: "Stephen P. Potter" <spp@spotter.yi.org>
-             Message-Id: <200101192101.QAA11911@spotter.yi.org>
-             Date: Fri, 19 Jan 2001 16:01:13 -0500
-             
-             with a nit from Philip Newton.
-     Branch: perl
-          ! pod/perlfaq2.pod
-____________________________________________________________________________
-[  8504] By: jhi                                   on 2001/01/21  19:33:05
-        Log: Metaconfig change for #8503.
-     Branch: metaconfig
-          ! U/threads/usethreads.U
-____________________________________________________________________________
-[  8503] By: jhi                                   on 2001/01/21  19:32:21
-        Log: Sanity check for conflicting thread flavours.
-     Branch: perl
-          ! Configure config_h.SH
-____________________________________________________________________________
-[  8502] By: jhi                                   on 2001/01/21  19:23:00
-        Log: Metaconfig change for #8501.
-     Branch: metaconfig
-          ! U/modified/sig_name.U
-____________________________________________________________________________
-[  8501] By: jhi                                   on 2001/01/21  19:22:26
-        Log: The SIG_SIZE is the number of the elements *excluding*
-             the terminating NULL.
-     Branch: perl
-          ! Configure config_h.SH uconfig.h uconfig.sh vos/config.alpha.h
-          ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
-          ! win32/config_H.vc
-____________________________________________________________________________
-[  8500] By: jhi                                   on 2001/01/21  18:31:31
-        Log: Integrate perlio:
-             
-             [  8498]
-             Encode cleanup.
-             Add command line control over "compile" so that Makefile.PL
-             needs can be combined with other uses.
-             Use command line options in Makefile.PL.
-             Fix multi-byte parsing in .ucm files.
-             
-             [  8497]
-             Warn and set errno when open(...,":encoding(xxxxx)",...) cannot find xxxxx.
-             
-             [  8496]
-             Fixup after integrate:
-             missed the .sym files that are changed by regen_headers
-             sv.c and proto.h disagreed about pTHX_ ness of EXPECT_NUMBER.
-             
-             [  8484]
-             Infrastructure to allow:
-             open($fh,"|-",@array);
-             to be implemented
-             i.e. mark pp_open as needing a stack mark, and make pp_open
-             process its args in that style (and pass them _all_ to tied handles OPEN).
-             Invent do_openn() which takes SV ** at allow it to see multiple args.
-             Note this does not _do_ anything yet.
-     Branch: perl
-         !> doio.c embed.h embed.pl ext/Encode/Encode.xs
-         !> ext/Encode/Makefile.PL ext/Encode/compile global.sym objXSUB.h
-         !> opcode.h opcode.pl opnames.h perlapi.c pp.sym pp_proto.h
-         !> pp_sys.c proto.h sv.c
-____________________________________________________________________________
-[  8499] By: jhi                                   on 2001/01/21  17:43:57
-        Log: Subject: Re: 8482 busted for $^V sprintf()s on OS/390 
-             From: Hugo <hv@crypt.compulink.co.uk>
-             Date: Sun, 21 Jan 2001 13:34:05 +0000
-             Message-Id: <200101211334.NAA18121@crypt.compulink.co.uk>
-             
-             In sprintf UTF8ize only if necessary.
-     Branch: perl
-          ! sv.c
-____________________________________________________________________________
-[  8498] By: nick                                  on 2001/01/21  16:25:32
-        Log: Encode cleanup.
-             Add command line control over "compile" so that Makefile.PL
-             needs can be combined with other uses.
-             Use command line options in Makefile.PL.
-             Fix multi-byte parsing in .ucm files.
-     Branch: perlio
-          ! ext/Encode/Makefile.PL ext/Encode/compile
-____________________________________________________________________________
-[  8497] By: nick                                  on 2001/01/21  12:56:27
-        Log: Warn and set errno when open(...,":encoding(xxxxx)",...) cannot find xxxxx.
-     Branch: perlio
-          ! ext/Encode/Encode.xs
-____________________________________________________________________________
-[  8496] By: nick                                  on 2001/01/21  12:18:45
-        Log: Fixup after integrate:
-             missed the .sym files that are changed by regen_headers
-             sv.c and proto.h disagreed about pTHX_ ness of EXPECT_NUMBER.
-     Branch: perlio
-          ! global.sym pp.sym sv.c
-____________________________________________________________________________
-[  8495] By: nick                                  on 2001/01/21  11:51:07
-        Log: Integrate mainline.
-     Branch: perlio
-         +> ext/DynaLoader/dl_dllload.xs t/op/qu.t
-         !> MANIFEST Makefile.SH README.os390 README.posix-bc README.vms
-         !> embed.h embed.pl ext/DynaLoader/dl_aix.xs
-         !> ext/DynaLoader/dl_dlopen.xs hints/os390.sh pod/perlfunc.pod
-         !> pod/perlguts.pod pod/perlop.pod pod/perlre.pod
-         !> pod/perlretut.pod pod/perlunicode.pod proto.h sv.c
-         !> win32/Makefile win32/makefile.mk
-____________________________________________________________________________
-[  8494] By: jhi                                   on 2001/01/20  23:12:11
-        Log: Forgot the expect_number() prototype.
-     Branch: perl
-          ! embed.h embed.pl proto.h
-____________________________________________________________________________
-[  8493] By: jhi                                   on 2001/01/20  22:56:39
-        Log: Subject: [PATCH: perl@8482] README.vms URL updates
-             From: Peter Prymmer <pvhp@forte.com>
-             Date: Fri, 19 Jan 2001 18:59:02 -0800 (PST)
-             Message-ID: <Pine.OSF.4.10.10101191856510.61572-100000@aspara.forte.com>
-             
-             Plus Craig A. Berry's suggestion to use compaq.com instead
-             of digital.com.
-     Branch: perl
-          ! README.vms
-____________________________________________________________________________
-[  8492] By: jhi                                   on 2001/01/20  22:50:05
-        Log: Memory management calls documentation.
-     Branch: perl
-          ! pod/perlguts.pod
-____________________________________________________________________________
-[  8491] By: jhi                                   on 2001/01/20  22:38:33
-        Log: Signedness nit plus few memcpy/Copy nits.
-     Branch: perl
-          ! sv.c
-____________________________________________________________________________
-[  8490] By: jhi                                   on 2001/01/20  22:25:53
-        Log: Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
-             From: Peter Prymmer <pvhp@forte.com>
-             Date: Fri, 19 Jan 2001 18:43:14 -0800 (PST)
-             Message-ID: <Pine.OSF.4.10.10101191841080.61505-100000@aspara.forte.com>
-     Branch: perl
-          ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
-____________________________________________________________________________
-[  8489] By: jhi                                   on 2001/01/20  22:24:41
-        Log: Subject: [PATCH: perl@8482] win32 Makefile(s) handle podified READMEs
-             From: Peter Prymmer <pvhp@forte.com>
-             Date: Fri, 19 Jan 2001 18:33:43 -0800 (PST)
-             Message-ID: <Pine.OSF.4.10.10101191828050.61158-100000@aspara.forte.com>
-     Branch: perl
-          ! win32/Makefile win32/makefile.mk
-____________________________________________________________________________
-[  8488] By: jhi                                   on 2001/01/20  22:22:27
-        Log: Subject: [PATCH: perl@8482] remove redundant dependencies that are unneeded
-             From: Peter Prymmer <pvhp@forte.com>
-             Date: Fri, 19 Jan 2001 18:25:38 -0800 (PST)
-             Message-ID: <Pine.OSF.4.10.10101191816550.61158-100000@aspara.forte.com>
-     Branch: perl
-          ! Makefile.SH
-____________________________________________________________________________
-[  8487] By: jhi                                   on 2001/01/20  22:21:18
-        Log: Subject: [PATCH: perl@8482] partial support for dynaloading on OS/390
-             From: Peter Prymmer <pvhp@forte.com>
-             Date: Fri, 19 Jan 2001 18:12:05 -0800 (PST)
-             Message-ID: <Pine.OSF.4.10.10101191646420.61158-100000@aspara.forte.com>
-     Branch: perl
-          + ext/DynaLoader/dl_dllload.xs
-          ! MANIFEST Makefile.SH hints/os390.sh
-____________________________________________________________________________
-[  8486] By: jhi                                   on 2001/01/20  22:17:53
-        Log: Subject: [PATCH: perl@8482] floating point mangling warnings for README.os390 and README.posix-bc
-             From: Peter Prymmer <pvhp@forte.com>
-             Date: Fri, 19 Jan 2001 13:48:15 -0800 (PST)
-             Message-ID: <Pine.OSF.4.10.10101191347140.59299-100000@aspara.forte.com>
-     Branch: perl
-          ! README.os390 README.posix-bc
-____________________________________________________________________________
-[  8485] By: jhi                                   on 2001/01/20  20:15:30
-        Log: Document and test the new qu operator.
-     Branch: perl
-          + t/op/qu.t
-          ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
-          ! pod/perlretut.pod pod/perlunicode.pod
-____________________________________________________________________________
-[  8484] By: nick                                  on 2001/01/20  19:42:30
-        Log: Infrastructure to allow:
-             open($fh,"|-",@array);
-             to be implemented
-             i.e. mark pp_open as needing a stack mark, and make pp_open
-             process its args in that style (and pass them _all_ to tied handles OPEN).
-             Invent do_openn() which takes SV ** at allow it to see multiple args.
-             Note this does not _do_ anything yet.
-     Branch: perlio
-          ! doio.c embed.h embed.pl objXSUB.h opcode.h opcode.pl opnames.h
-          ! perlapi.c pp_proto.h pp_sys.c proto.h
-____________________________________________________________________________
-[  8483] By: nick                                  on 2001/01/20  17:23:14
-        Log: Integrate mainline.
-     Branch: perlio
-         !> Changes configure.com patchlevel.h sv.c t/lib/1_compile.t
-         !> t/op/sprintf.t t/op/ver.t t/pragma/locale.t
-____________________________________________________________________________
-[  8482] By: jhi                                   on 2001/01/19  15:37:49
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[  8481] By: jhi                                   on 2001/01/19  14:41:24
-        Log: Subject: Re: new feature: s?printf parameter reordering 
-             From: Hugo <hv@crypt.compulink.co.uk>
-             Date: Thu, 11 Jan 2001 17:09:03 +0000
-             Message-Id: <200101111709.RAA23756@crypt.compulink.co.uk>
-             
-             - support reordering for all parameters: %, *v, *, .*
-             - lay down that the reordering specification must immediately
-             follow that parameter: %3$, *v3$, *3$, .*3$
-             - fix vectorisation of a zero-length string
-             - factor out the code choosing the argument to format
-             
-             Possibly unwanted side-effects:
-             - the special format specifiers ' +-0' must now precede any
-             vectorisation specifier. Tests in op/sprintf and op/ver
-             have been changed to reflect this.
-             - sprintf.t test #214 changed its expectations because in many
-             cases, the next parameter has already been consumed when an
-             invalid type letter is detected.
-             
-             Probably wanted side-effects:
-             - attempts to format a non-existent parameter will warn as if C<undef>
-             - attempt to write to non-existent parameter with '%n' will complain
-             of "attempt to modify read-only value" instead of being silent
-     Branch: perl
-          ! sv.c t/op/sprintf.t t/op/ver.t
-____________________________________________________________________________
-[  8480] By: jhi                                   on 2001/01/19  14:08:37
-        Log: Subject: PATCH pragma/locale.t
-             From: andreas.koenig@anima.de (Andreas J. Koenig)
-             Date: 18 Jan 2001 09:45:37 +0100
-             Message-ID: <m3lms98czy.fsf@ak-71.mind.de>
-     Branch: perl
-          ! t/pragma/locale.t
-____________________________________________________________________________
-[  8479] By: jhi                                   on 2001/01/19  13:19:58
-        Log: Add tracing for debugging extensions builds in VMS, from Charles Lane.
-     Branch: perl
-          ! configure.com
-____________________________________________________________________________
-[  8478] By: jhi                                   on 2001/01/19  02:12:35
-        Log: Automate 1_compile.t.
-     Branch: perl
-          ! t/lib/1_compile.t
-____________________________________________________________________________
-[  8477] By: jhi                                   on 2001/01/19  01:49:56
-        Log: Integrate perlio:
-             
-             [  8475]
-             Win32 "safe signals" co-existance fix.
-             Fix SIG_SIZE value.
-             Clear PL_sig_pending when cloning (fork).
-     Branch: perl
-         !> sv.c win32/config.bc win32/config.gc win32/config.vc
-         !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
-____________________________________________________________________________
-[  8476] By: nick                                  on 2001/01/18  21:51:52
-        Log: Integrate mainline
-     Branch: perlio
-         +> t/lib/1_compile.t t/lib/compmod.pl
-         !> MANIFEST configure.com lib/unicode/distinct.pm
-____________________________________________________________________________
-[  8475] By: nick                                  on 2001/01/18  21:48:02
-        Log: Win32 "safe signals" co-existance fix.
-             Fix SIG_SIZE value.
-             Clear PL_sig_pending when cloning (fork).
-     Branch: perlio
-          ! sv.c win32/config.bc win32/config.gc win32/config.vc
-          ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
-____________________________________________________________________________
-[  8474] By: jhi                                   on 2001/01/18  14:40:57
-        Log: It's Pod::Text::Overstrike, not Pod::Overstrike.
-     Branch: perl
-          ! t/lib/1_compile.t
-____________________________________________________________________________
-[  8473] By: gsar                                  on 2001/01/18  11:42:31
-        Log: unsubmitted trial1 change
-     Branch: maint-5.6/perl
-          ! Changes
-____________________________________________________________________________
-[  8472] By: jhi                                   on 2001/01/18  04:30:24
-        Log: The first bug found by 1_compile.t.
-     Branch: perl
-          ! lib/unicode/distinct.pm
-____________________________________________________________________________
-[  8471] By: jhi                                   on 2001/01/18  04:29:42
-        Log: Add Schwern's 1_compile test.  The compile_module script renamed
-             to be a bit shorter for the 8.3 people.
-     Branch: perl
-          + t/lib/1_compile.t t/lib/compmod.pl
-          ! MANIFEST
-____________________________________________________________________________
-[  8470] By: jhi                                   on 2001/01/18  04:16:00
-        Log: Subject: [PATCH: perl@8453] Re: subversion undef on VMS (was Re: [ID 20001218.033] Not OK: perl v5.6.1 +v5.6.1-TRIAL1 on   VMS_AXP V7.2-1)
-             From: Peter Prymmer <pvhp@forte.com>
-             Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
-             Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
-             Replace #8463.
-     Branch: maint-5.6/perl
-          ! configure.com
-____________________________________________________________________________
-[  8469] By: jhi                                   on 2001/01/18  04:13:02
-        Log: Subject: [PATCH: perl@8453] Re: subversion undef on VMS (was Re: [ID 20001218.033] Not OK: perl v5.6.1 +v5.6.1-TRIAL1 on   VMS_AXP V7.2-1)
-             From: Peter Prymmer <pvhp@forte.com>
-             Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
-             Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
-             Replace #8462.
-     Branch: perl
-          ! configure.com
-____________________________________________________________________________
-[  8468] By: jhi                                   on 2001/01/18  03:42:08
-        Log: Integrate perlio:
-             
-             [  8467]
-             "Safe" signals - trial implementation.
-             gv.c tweaked to zero PL_sig_pend array
-             perlio.c tweaked to PERL_ASYNC_CHECK() on EINTR
-             util.c tweaked to not set SA_RESTART to give perlio.c a chance.
-             Odd thing is that it "works" with PERLIO=stdio as well (linux).
-     Branch: perl
-         !> gv.c mg.c perlio.c util.c
-____________________________________________________________________________
-[  8467] By: nick                                  on 2001/01/17  22:41:10
-        Log: "Safe" signals - trial implementation.
-             gv.c tweaked to zero PL_sig_pend array
-             perlio.c tweaked to PERL_ASYNC_CHECK() on EINTR
-             util.c tweaked to not set SA_RESTART to give perlio.c a chance.
-             Odd thing is that it "works" with PERLIO=stdio as well (linux).
-     Branch: perlio
-          ! gv.c mg.c perlio.c util.c
-____________________________________________________________________________
-[  8466] By: nick                                  on 2001/01/17  20:40:20
-        Log: Integrate mainline.
-     Branch: perlio
-         !> Configure Porting/Glossary Porting/config.sh Porting/config_H
-         !> config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
-         !> pp.c pp_sys.c sv.c t/op/int.t uconfig.h uconfig.sh
-         !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
-         !> vos/config.ga.h win32/config.bc win32/config.gc
-         !> win32/config.vc
-____________________________________________________________________________
-[  8465] By: jhi                                   on 2001/01/17  18:37:13
-        Log: Subject: [PATCH] Re: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
-             From: Nicholas Clark <nick@ccl4.org>
-             Date: Wed, 17 Jan 2001 17:31:33 +0000
-             Message-ID: <20010117173133.I2633@plum.flirble.org>
-     Branch: perl
-          ! t/op/int.t
-____________________________________________________________________________
-[  8464] By: jhi                                   on 2001/01/17  14:43:17
-        Log: Subject: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
-             From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
-             Date: Wed, 17 Jan 2001 15:16:43 +0100
-             Message-ID: <5930DC161690D2119667009027157547038C8A85@madt009a.siemens.es> 
-             
-             pp_int() was dropping an NV to the floor,
-             int(279964589018079/59) either returned not an integer
-             4745162525730.15, or one got "Attempt to free unreferenced scalar."
-     Branch: perl
-          ! pp.c
-____________________________________________________________________________
-[  8463] By: jhi                                   on 2001/01/17  06:12:42
-        Log: (Replaced by #8470)
-             
-             Subject: subversion undef on VMS (was Re: [ID 20001218.033] Not OK: perl v5.6.1 +v5.6.1-TRIAL1 on   VMS_AXP V7.2-1)
-             From: "Craig A. Berry" <craigberry@mac.com>
-             Date: Tue, 16 Jan 2001 23:38:46 -0600
-             Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
-     Branch: maint-5.6/perl
-          ! configure.com
-____________________________________________________________________________
-[  8462] By: jhi                                   on 2001/01/17  06:11:31
-        Log: (Replaced by #8469)
-             
-             Subject: subversion undef on VMS (was Re: [ID 20001218.033] Not OK: perl v5.6.1 +v5.6.1-TRIAL1 on   VMS_AXP V7.2-1)
-             From: "Craig A. Berry" <craigberry@mac.com>
-             Date: Tue, 16 Jan 2001 23:38:46 -0600
-             Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
-     Branch: perl
-          ! configure.com
-____________________________________________________________________________
-[  8461] By: jhi                                   on 2001/01/17  05:56:12
-        Log: Allow for one trailing slash in the directory of mkdir().
-     Branch: perl
-          ! pp_sys.c
-____________________________________________________________________________
-[  8460] By: jhi                                   on 2001/01/17  03:26:01
-        Log: Metaconfig unit changes for #8459.
-     Branch: metaconfig
-          ! U/modified/Loc.U U/modified/sig_name.U
-____________________________________________________________________________
-[  8459] By: jhi                                   on 2001/01/17  03:24:48
-        Log: Define SIG_SIZE, the number of elements in the sig_name and
-             sig_num arrays, including the final NULL entry.
-     Branch: perl
-          ! Configure Porting/Glossary Porting/config.sh Porting/config_H
-          ! config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
-          ! sv.c uconfig.h uconfig.sh vos/config.alpha.def
-          ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
-          ! win32/config.bc win32/config.gc win32/config.vc
-____________________________________________________________________________
-[  8458] By: jhi                                   on 2001/01/17  01:41:33
-        Log: Integrate perlio:
-             
-             [  8457]
-             Provide infrastructure for PERL_ASYNC_CHECK() style safe signals.
-             Provides all the "cost" but no benefit yet - it is to allow cost
-             to be measured, and implementation experiments (just in mg.c?).
-     Branch: perl
-         !> embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
-         !> perlapi.h proto.h sv.c
-____________________________________________________________________________
-[  8457] By: nick                                  on 2001/01/16  22:07:26
-        Log: Provide infrastructure for PERL_ASYNC_CHECK() style safe signals.
-             Provides all the "cost" but no benefit yet - it is to allow cost
-             to be measured, and implementation experiments (just in mg.c?).
-     Branch: perlio
-          ! embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
-          ! perlapi.h proto.h sv.c
-____________________________________________________________________________
-[  8456] By: nick                                  on 2001/01/16  21:07:07
-        Log: Integrate mainline.
-     Branch: perlio
-         !> (integrate 51 files)
-____________________________________________________________________________
-[  8455] By: jhi                                   on 2001/01/16  18:13:43
-        Log: Subject: [PATCH] regcomp.c old feature removal
-             From: mjd@plover.com
-             Date: 16 Jan 2001 14:43:18 -0000 
-             Message-ID: <20010116144318.7140.qmail@plover.com> 
-     Branch: perl
-          ! regcomp.c
-____________________________________________________________________________
-[  8454] By: jhi                                   on 2001/01/16  16:12:39
-        Log: Subject: [PATCH: perl-5.6.1-TRIAL1] Win32 Makefile fixes - v2
-             From: "Indy Singh" <indy@nusphere.com>
-             Date: Wed, 10 Jan 2001 20:17:49 -0500
-             Message-ID: <003001c07b6c$524630b0$00957018@roadhog>
-     Branch: maint-5.6/perl
-          ! win32/Makefile
-____________________________________________________________________________
-[  8453] By: jhi                                   on 2001/01/16  16:09:33
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[  8452] By: jhi                                   on 2001/01/16  15:42:04
-        Log: Subject: Re: API Cleanup
-             To: perl5-porters@perl.org
-             Date: Tue, 16 Jan 2001 13:42:30 +0000
-             Message-ID: <20010116134230.A13420@pembro26.pmb.ox.ac.uk>
-             
-             Subject: [PATCH] utf8.c documentation
-             From: Simon Cozens <simon@cozens.net>
-             Date: Tue, 16 Jan 2001 13:52:48 +0000
-             Message-ID: <20010116135248.A13496@pembro26.pmb.ox.ac.uk>
-             
-             Subject: Re: API Cleanup
-             From: Simon Cozens <simon@cozens.net>
-             Date: Tue, 16 Jan 2001 14:58:55 +0000
-             Message-ID: <20010116145855.A13794@pembro26.pmb.ox.ac.uk>
-             
-             UTF-8 doc patches.
-     Branch: perl
-          ! embed.pl pod/perlapi.pod utf8.c
-____________________________________________________________________________
-[  8451] By: jhi                                   on 2001/01/16  14:41:39
-        Log: podlators 1.07, from Russ Allbery.
-     Branch: perl
-          ! lib/Pod/Man.pm
-____________________________________________________________________________
-[  8450] By: jhi                                   on 2001/01/16  14:24:19
-        Log: Subject: [PATCH: perl@8429] Win32 Makefile fixes
-             From: "Indy Singh" <indy@nusphere.com>
-             Date: Mon, 15 Jan 2001 20:59:40 -0500
-             Message-ID: <07be01c07f5f$fdadf270$d24b7018@cr637287a>
-     Branch: perl
-          ! win32/Makefile
-____________________________________________________________________________
-[  8449] By: jhi                                   on 2001/01/16  03:42:55
-        Log: Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
-             at the setting of the ofs_sv in new_struct_thread() as the
-             thr->Tofs_sv (PL_ofs_sv) was still 0xabab.... (this is what
-             uninitialized fields are, uh, initialized with),
-             SvREFCNT_inc()ing that invited a core dump.
-     Branch: perl
-          ! util.c
-____________________________________________________________________________
-[  8448] By: jhi                                   on 2001/01/16  01:49:07
-        Log: Subject: [PATCH #3 @8436] Re: Eliminate op_children
-             From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
-             Date: Mon, 15 Jan 2001 17:14:37 -0800 (PST)
-             Message-ID: <14947.40656.841280.551785@soda.csua.berkeley.edu>
-             
-             Replace #8444 and #8445.
-     Branch: perl
-          ! ext/B/B.xs ext/B/B/Debug.pm
-____________________________________________________________________________
-[  8447] By: jhi                                   on 2001/01/15  21:05:35
-        Log: Subject: [PATCH] API Variable documentation   
-             From: Simon Cozens <simon@cozens.net>
-             Date: Mon, 15 Jan 2001 19:35:54 +0000
-             Message-ID: <20010115193554.A9919@pembro26.pmb.ox.ac.uk> 
-     Branch: perl
-          ! pod/perlapi.pod thrdvar.h
-____________________________________________________________________________
-[  8446] By: jhi                                   on 2001/01/15  20:49:20
-        Log: Signedness nit.
-     Branch: perl
-          ! pp_ctl.c
-____________________________________________________________________________
-[  8445] By: jhi                                   on 2001/01/15  20:28:48
-        Log: (Replaced by #8448)  More op_children traces (cleanup of #8442).
-     Branch: perl
-          ! ext/B/B/Debug.pm
-____________________________________________________________________________
-[  8444] By: jhi                                   on 2001/01/15  13:09:10
-        Log: (Replaced by #8448)  Traces of op_children (cleanup of #8442)
-     Branch: perl
-          ! ext/B/B.xs
-____________________________________________________________________________
-[  8443] By: jhi                                   on 2001/01/15  13:06:26
-        Log: Missing from #8439.
-     Branch: perl
-          ! keywords.h mg.c
-____________________________________________________________________________
-[  8442] By: jhi                                   on 2001/01/15  13:02:38
-        Log: Subject: [PATCH @8436] Eliminate op_children
-             From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
-             Date: Sun, 14 Jan 2001 03:00:13 -0800 (PST)
-             Message-ID: <14945.32919.44271.685122@soda.csua.berkeley.edu>
-             
-             Subject: [PATCH @8436] Re: Eliminate op_children
-             From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
-             Date: Sun, 14 Jan 2001 03:23:56 -0800 (PST)
-             Message-ID: <14945.35680.571387.810763@soda.csua.berkeley.edu>
-     Branch: perl
-          ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
-          ! ext/B/B/C.pm ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
-          ! op.c op.h
-____________________________________________________________________________
-[  8441] By: jhi                                   on 2001/01/15  12:57:08
-        Log: Use the /^Perl_/-less form of is_lvalue_sub().
-     Branch: perl
-          ! pp.h
-____________________________________________________________________________
-[  8440] By: jhi                                   on 2001/01/15  05:13:09
-        Log: Revert #8437 and #8438, the Linux large files story is more complex.
-     Branch: metaconfig/U/perl
-          ! d_fpos64_t.U d_off64_t.U
-     Branch: perl
-          ! Configure Porting/Glossary Porting/config.sh Porting/config_H
-          ! config_h.SH configure.com epoc/config.sh perl.h
-          ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
-          ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
-          ! win32/config.bc win32/config.gc win32/config.vc
-____________________________________________________________________________
-[  8439] By: jhi                                   on 2001/01/15  05:02:24
-        Log: More UTF-8 patches from Inaba Hiroto.
-             - The substr lval was still not okay.
-             - Now pp_stringify and sv_setsv copies source's UTF8 flag
-             even if IN_BYTE.  pp_stringify is called from fold_constants
-             at optimization phase and "\x{100}" was made SvUTF8_off under
-             use bytes (the bytes pragma is for "byte semantics" and not
-             for "do not produce UTF8 data")
-             - New `qu' operator to generate UTF8 string explicitly.
-             Though I agree with the policy "0x00-0xff always produce bytes",
-             sometimes want to such a string to be coded in UTF8.
-             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 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.
-     Branch: perl
-          ! keywords.h keywords.pl mg.c pp.c pp_ctl.c pp_hot.c sv.c
-          ! t/lib/charnames.t t/op/length.t t/op/substr.t t/pragma/utf8.t
-          ! toke.c
-____________________________________________________________________________
-[  8438] By: jhi                                   on 2001/01/14  05:10:23
-        Log: (Reverted by #8440)
-             
-             Metaconfig unit changes for #8437.
-     Branch: metaconfig/U/perl
-          ! d_fpos64_t.U d_off64_t.U
-____________________________________________________________________________
-[  8437] By: jhi                                   on 2001/01/14  04:55:34
-        Log: (Reverted by #8440)
-             
-             Add <features.h> probing, seems to be needed for (some?)
-             Linux largefileness.
-     Branch: perl
-          ! Configure Porting/Glossary Porting/config.sh Porting/config_H
-          ! config_h.SH configure.com epoc/config.sh perl.h
-          ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
-          ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
-          ! win32/config.bc win32/config.gc win32/config.vc
-____________________________________________________________________________
-[  8436] By: jhi                                   on 2001/01/13  17:47:21
-        Log: Tighten some of the tests a bit.
-     Branch: perl
-          ! t/pragma/utf8.t
-____________________________________________________________________________
-[  8435] By: jhi                                   on 2001/01/13  17:31:54
-        Log: Integrate perlio:
-             
-             [  8434]
-             Run dmake regen_config_h for Win32
-             
-             [  8433]
-             VMS friendly patch to Encode compile process
-     Branch: perl
-         !> ext/Encode/Makefile.PL ext/Encode/compile win32/config_H.bc
-         !> win32/config_H.gc win32/config_H.vc
-____________________________________________________________________________
-[  8434] By: nick                                  on 2001/01/13  11:36:53
-        Log: Run dmake regen_config_h for Win32
-     Branch: perlio
-          ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
-____________________________________________________________________________
-[  8433] By: nick                                  on 2001/01/13  11:31:55
-        Log: VMS friendly patch to Encode compile process
-     Branch: perlio
-          ! ext/Encode/Makefile.PL ext/Encode/compile
-____________________________________________________________________________
-[  8432] By: nick                                  on 2001/01/13  11:06:44
-        Log: Integrate mainline
-     Branch: perlio
-         +> ext/B/B/Concise.pm
-         !> (integrate 52 files)
-____________________________________________________________________________
-[  8431] By: jhi                                   on 2001/01/13  05:55:55
-        Log: Subject: [PATCH @8429] Re: B::Concise -- an improved replacement for B::Terse
-             From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
-             Date: Fri, 12 Jan 2001 21:45:17 -0800 (PST)
-             Message-ID: <14943.59712.993695.180189@soda.csua.berkeley.edu>
-     Branch: perl
-          ! ext/B/B/Concise.pm
-____________________________________________________________________________
-[  8430] By: jhi                                   on 2001/01/13  04:24:18
-        Log: The LVRET macro needed an aTHX.
-     Branch: perl
-          ! pp.h
-____________________________________________________________________________
-[  8429] By: jhi                                   on 2001/01/13  02:12:42
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[  8428] By: jhi                                   on 2001/01/13  02:08:50
-        Log: Subject: Re: [PATCH: perl@8342]  lib/bigfloat.t FAILED at test 351
-             From: Peter Prymmer <pvhp@forte.com>
-             Date: Fri, 12 Jan 2001 16:27:36 -0800 (PST)
-             Message-ID: <Pine.OSF.4.10.10101121623130.478096-100000@aspara.forte.com>
-             
-             Add a BEGIN guard for sloppy floating point division.
-     Branch: perl
-          ! lib/Math/BigInt.pm lib/bigint.pl
-____________________________________________________________________________
-[  8427] By: jhi                                   on 2001/01/13  01:47:16
-        Log: The B::Terse drop-in replacement wasn't quite drop-in.
-     Branch: perl
-          ! ext/B/B/Terse.pm
-____________________________________________________________________________
-[  8426] By: jhi                                   on 2001/01/12  21:20:43
-        Log: Use UVXf.
-     Branch: perl
-          ! Configure Porting/Glossary Porting/config.sh Porting/config_H
-          ! config_h.SH configure.com epoc/config.sh sv.c uconfig.h
-          ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
-          ! vos/config.ga.def vos/config.ga.h win32/config.bc
-          ! win32/config.gc win32/config.vc
-____________________________________________________________________________
-[  8425] By: jhi                                   on 2001/01/12  20:20:14
-        Log: Subject: [PATCH perl@8342] -Wformat
-             From: Robin Barker <rmb1@cise.npl.co.uk>
-             Date: Fri, 12 Jan 2001 20:03:14 GMT
-             Message-Id: <200101122003.UAA29599@tempest.npl.co.uk>
-     Branch: perl
-          ! ext/Encode/Encode.xs mg.c sv.c toke.c
-____________________________________________________________________________
-[  8424] By: jhi                                   on 2001/01/12  20:01:48
-        Log: Subject: B::Concise -- an improved replacement for B::Terse 
-             From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
-             Date: Sat,  6 Jan 2001 20:18:05 -0800 (PST)
-             Message-ID: <14935.43597.962940.803717@soda.csua.berkeley.edu>
-     Branch: perl
-          + ext/B/B/Concise.pm
-          ! MANIFEST ext/B/B/Terse.pm
-____________________________________________________________________________
-[  8423] By: jhi                                   on 2001/01/12  19:24:02
-        Log: The new metaconfig unit from the #8421.
-     Branch: metaconfig/U/perl
-          + d_sigprocmask.U
-____________________________________________________________________________
-[  8422] By: jhi                                   on 2001/01/12  19:23:43
-        Log: Forgot the microperl config from the #8421.
-     Branch: perl
-          ! uconfig.h uconfig.sh
-____________________________________________________________________________
-[  8421] By: jhi                                   on 2001/01/12  19:05:27
-        Log: Add sigprocmask() probe, regen Configure, regen toc.
-     Branch: perl
-          ! Configure Porting/Glossary Porting/config.sh Porting/config_H
-          ! config_h.SH configure.com epoc/config.sh mg.c pod/perltoc.pod
-          ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
-          ! vos/config.ga.h win32/config.bc win32/config.gc
-          ! win32/config.vc
-____________________________________________________________________________
-[  8420] By: jhi                                   on 2001/01/12  18:34:31
-        Log: Add sockatmark() to the todo list.
-     Branch: perl
-          ! Todo-5.6
-____________________________________________________________________________
-[  8419] By: jhi                                   on 2001/01/12  18:09:46
-        Log: Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
-     Branch: perl
-          ! op.c
-____________________________________________________________________________
-[  8418] By: jhi                                   on 2001/01/12  18:05:30
-        Log: Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
-             From: Radu Greab <radu@netsoft.ro>
-             Message-ID: <14943.15321.515713.119805@ix.netsoft.ro>
-             Date: Fri, 12 Jan 2001 19:16:09 +0200 (EET)
-     Branch: perl
-          ! op.c t/pragma/sub_lval.t
-____________________________________________________________________________
-[  8417] By: jhi                                   on 2001/01/12  16:09:09
-        Log: Subject: [PATCH @8404] Consolidated lvalue sub changes
-             From: Stephen McCamant <smcc@CSUA.Berkeley.EDU> 
-             Date: Wed, 10 Jan 2001 21:36:51 -0800 (PST)
-             Message-ID: <14941.16925.736415.785818@soda.csua.berkeley.edu>
-     Branch: perl
-          ! doop.c embed.h embed.pl op.c op.h opcode.h opcode.pl
-          ! pod/perldiag.pod pod/perlintern.pod pod/perlsub.pod pp.c pp.h
-          ! pp.sym pp_ctl.c pp_hot.c pp_proto.h proto.h t/lib/b.t
-          ! t/pragma/sub_lval.t toke.c
-____________________________________________________________________________
-[  8416] By: jhi                                   on 2001/01/12  15:42:06
-        Log: Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
-             From: "Richard Soderberg" <rs@crystalflame.net>
-             Date: Fri, 12 Jan 2001 04:49:35 -0800
-             Message-ID: <NAEKLNAAHLMBPMPNBMLEAELDCKAA.rs@crystalflame.net>
-             
-             Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
-             according to the platform.
-     Branch: perl
-          ! op.c
-____________________________________________________________________________
-[  8415] By: jhi                                   on 2001/01/12  15:33:41
-        Log: One more UTF-8 fix from Inaba Hiroto.
-     Branch: perl
-          ! pp.c regexec.c t/pragma/utf8.t
-____________________________________________________________________________
-[  8414] By: jhi                                   on 2001/01/12  15:30:18
-        Log: Mea culpa: I botched up Hugo's "Tw" bug fix when applying it.
-     Branch: perl
-          ! regexec.c
-____________________________________________________________________________
-[  8413] By: jhi                                   on 2001/01/12  15:22:10
-        Log: Subject: [Patch perl@8375] pragma/subs.t ......FAILED tests 1-2 using Bison's parser
-             From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
-             Date: Thu, 11 Jan 2001 12:53:36 +0100
-             Message-ID: <5930DC161690D2119667009027157547038123E1@madt009a.siemens.es>
-     Branch: perl
-          ! toke.c
-____________________________________________________________________________
-[  8412] By: jhi                                   on 2001/01/12  15:20:25
-        Log: Subject: [PATCH: perl@8342] updates to posix-bc hints file
-             From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
-             Date: Fri, 12 Jan 2001 14:37:55 +0100
-             Message-ID: <5930DC161690D21196670090271575470384E3FC@madt009a.siemens.es>
-     Branch: perl
-          ! hints/posix-bc.sh
-____________________________________________________________________________
-[  8411] By: jhi                                   on 2001/01/12  15:14:14
-        Log: Subject: [PATCH: perl@8342]  op/regmesg FAILED at test 33 on EBCDIC machines
-             From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
-             Date: Fri, 12 Jan 2001 10:42:21 +0100
-             Message-ID: <5930DC161690D211966700902715754703812F33@madt009a.siemens.es>
-     Branch: perl
-          ! t/op/regmesg.t
-____________________________________________________________________________
-[  8410] By: jhi                                   on 2001/01/12  05:48:55
-        Log: Subject: Re: [ID 20010101.004] Not OK: perl v5.7.0 +DEVEL8268 on i586-linux-64int-ld 2.2.17-21mdk (UNINSTALLED)
-             From: Nicholas Clark <nick@ccl4.org> 
-             Date: Sun, 7 Jan 2001 19:47:14 +0000
-             Message-ID: <20010107194714.B1048@plum.flirble.org>
-     Branch: perl
-          ! t/op/numconvert.t
-____________________________________________________________________________
-[  8409] By: jhi                                   on 2001/01/12  05:41:28
-        Log: Integrate perlio:
-             
-             [  8408]
-             Remove variables that were used in experiments.
-             
-             [  8407]
-             Catch die in %SIG handler and unblock the signal before re-dying.
-             This make Linux work _without_ sigsetjmp().
-             Turn off sigsetjmp() to see what else it does.
-             May need Configure probe for sigprocmask() if anything has sigaction()
-             but not sigprocmask().
-     Branch: perl
-         !> mg.c scope.h
-____________________________________________________________________________
-[  8408] By: nick                                  on 2001/01/11  22:43:28
-        Log: Remove variables that were used in experiments.
-     Branch: perlio
-          ! mg.c
-____________________________________________________________________________
-[  8407] By: nick                                  on 2001/01/11  20:57:44
-        Log: Catch die in %SIG handler and unblock the signal before re-dying.
-             This make Linux work _without_ sigsetjmp().
-             Turn off sigsetjmp() to see what else it does.
-             May need Configure probe for sigprocmask() if anything has sigaction()
-             but not sigprocmask().
-     Branch: perlio
-          ! mg.c scope.h
-____________________________________________________________________________
-[  8406] By: nick                                  on 2001/01/11  19:32:07
-        Log: Integrate mainline
-     Branch: perlio
-         !> Changes ext/IO/lib/IO/Socket/INET.pm ext/Socket/Socket.pm mg.c
-         !> patchlevel.h perl.h regexec.c t/op/re_tests t/op/split.t
-         !> t/op/substr.t
-____________________________________________________________________________
-[  8405] By: jhi                                   on 2001/01/11  17:11:01
-        Log: Fix UTF-8 lval substr().
-     Branch: perl
-          ! mg.c t/op/substr.t
-____________________________________________________________________________
-[  8404] By: jhi                                   on 2001/01/11  05:13:58
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[  8403] By: jhi                                   on 2001/01/11  04:38:24
-        Log: Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
-             From: Hugo <hv@crypt.compulink.co.uk>
-             Date: Mon, 30 Oct 2000 01:33:26 +0000
-             Message-Id: <200010300133.BAA10390@crypt.compulink.co.uk>
-     Branch: perl
-          ! regexec.c t/op/re_tests
-____________________________________________________________________________
-[  8402] By: jhi                                   on 2001/01/11  04:26:12
-        Log: Integrate perlio:
-             
-             [  8401]
-             Allow control of 2nd arg to segsetjmp() via -DSCOPE_SAVES_SIGNAL_MASK.
-             (So Alan and Ilya can try setting via hints.)
-             Verified Linux "works" with it true and fails to re-enable SIGINT if false.
-             Restoring sigmask in Perl_sighandler() if handler dies is not equivalent;
-             doing the save everywhere seems to restart read() correctly, but just
-             doing it once "round" the handler does not.
-             
-             [  8399]
-             Safe fix for Simon's pclose() doing SvIVX of undef -> core bug.
-             
-             [  8393]
-             Back out Simon's pid hackery for now.
-             
-             [  8371]
-             Fix "scalars leaked" bugs caused by overload magic
-             (Highlighted by Ilya's DESTROY optimization.)
-     Branch: perl
-         !> scope.h util.c
-____________________________________________________________________________
-[  8401] By: nick                                  on 2001/01/10  22:52:55
-        Log: Allow control of 2nd arg to segsetjmp() via -DSCOPE_SAVES_SIGNAL_MASK.
-             (So Alan and Ilya can try setting via hints.)
-             Verified Linux "works" with it true and fails to re-enable SIGINT if false.
-             Restoring sigmask in Perl_sighandler() if handler dies is not equivalent;
-             doing the save everywhere seems to restart read() correctly, but just
-             doing it once "round" the handler does not.
-     Branch: perlio
-          ! scope.h
-____________________________________________________________________________
-[  8400] By: jhi                                   on 2001/01/10  21:57:54
-        Log: Not defining PERL_PRESERVE_IVUV fixes only the op/inc problem
-             of IRIX, HP-UX is unaffected.
-     Branch: perl
-          ! perl.h
-____________________________________________________________________________
-[  8399] By: nick                                  on 2001/01/10  21:29:19
-        Log: Safe fix for Simon's pclose() doing SvIVX of undef -> core bug.
-     Branch: perlio
-          ! util.c
-____________________________________________________________________________
-[  8398] By: jhi                                   on 2001/01/10  20:55:31
-        Log: Add ReuseAddr as a (preferred) alias for Reuse as we know
-             also have ReusePort.
-     Branch: perl
-          ! ext/IO/lib/IO/Socket/INET.pm
-____________________________________________________________________________
-[  8397] By: jhi                                   on 2001/01/10  20:50:57
-        Log: Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
-             From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
-             Date: Wed, 10 Jan 2001 01:38:13 -0800
-             Message-ID: <20010110013813.B41744@yahoo-inc.com>
-     Branch: perl
-          ! ext/IO/lib/IO/Socket/INET.pm
-____________________________________________________________________________
-[  8396] By: jhi                                   on 2001/01/10  20:49:30
-        Log: Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for better multicast support (resend)
-             From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
-             Date: Wed, 10 Jan 2001 01:37:32 -0800
-             Message-ID: <20010110013732.A41744@yahoo-inc.com>
-     Branch: perl
-          ! ext/Socket/Socket.pm
-____________________________________________________________________________
-[  8395] By: jhi                                   on 2001/01/10  20:41:37
-        Log: Test for bug id 20010105.016 (fixed by #8378).
-     Branch: perl
-          ! t/op/split.t
-____________________________________________________________________________
-[  8394] By: jhi                                   on 2001/01/10  20:26:32
-        Log: Integrate perlio.
-     Branch: perl
-          ! util.c
-____________________________________________________________________________
-[  8393] By: nick                                  on 2001/01/10  19:34:30
-        Log: Back out Simon's pid hackery for now.
-     Branch: perlio
-          ! util.c
-____________________________________________________________________________
-[  8392] By: nick                                  on 2001/01/10  19:23:13
-        Log: Integrate mainline. (Builds but does not work - something broke pipes...)
-     Branch: perlio
-         !> (integrate 29 files)
-____________________________________________________________________________
-[  8391] By: jhi                                   on 2001/01/10  18:43:15
-        Log: Subject: [PATCH] Fix my_pclose segfault
-             From: Simon Cozens <simon@cozens.net>
-             Date: Wed, 10 Jan 2001 18:39:35 +0000
-             Message-ID: <20010110183934.A25640@pembro26.pmb.ox.ac.uk>
-     Branch: perl
-          ! util.c
-____________________________________________________________________________
-[  8390] By: jhi                                   on 2001/01/10  18:42:08
-        Log: Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
-             From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
-             Date:     Wed, 10 Jan 2001 13:23:02 EST
-             Message-Id: <010110132245.8129a@DUPHY4.Physics.Drexel.Edu>
-     Branch: perl
-          ! ext/Opcode/Opcode.xs
-____________________________________________________________________________
-[  8389] By: jhi                                   on 2001/01/10  15:16:07
-        Log: Turn off the integer preservation for now.
-     Branch: perl
-          ! perl.h
-____________________________________________________________________________
-[  8388] By: jhi                                   on 2001/01/10  15:01:25
-        Log: Few more IDE/editor nits from p5p.
-     Branch: perl
-          ! pod/perlfaq3.pod
-____________________________________________________________________________
-[  8387] By: jhi                                   on 2001/01/10  06:53:16
-        Log: Subject: Re: [ID 20010109.003] Patch 8138 broke a test in libwww
-             To: "Andreas J. Koenig" <andreas.koenig@anima.de>
-             Date: Tue, 9 Jan 2001 23:16:02 +0000
-             Message-ID: <20010109231602.A81101@plum.flirble.org>
-     Branch: perl
-          ! sv.c
-____________________________________________________________________________
-[  8386] By: jhi                                   on 2001/01/10  03:17:54
-        Log: Test cases for #8385 (from Simon's "torture.pl")
-     Branch: perl
-          ! t/op/tr.t
-____________________________________________________________________________
-[  8385] By: jhi                                   on 2001/01/10  03:17:11
-        Log: Subject: Re: more UTF8 test suites and an UTF8 patch
-             From: Inaba Hiroto <inaba@sdd.tokyo-sc.toshiba.co.jp>
-             Date: Wed, 10 Jan 2001 11:39:39 +0900
-             Message-Id: <10101100239.AA10002@tux0017.sdd.tokyo-sc.toshiba.co.jp>
-             
-             Some more UTF-8 tr cases fixed.
-     Branch: perl
-          ! doop.c
-____________________________________________________________________________
-[  8384] By: jhi                                   on 2001/01/09  22:45:40
-        Log: Allow the locale test needing POSIX and the taint test
-             needing IPC::SysV to run under 'minitest' (basically,
-             bail out if loading the extension fails)
-     Branch: perl
-          ! t/op/misc.t t/op/taint.t
-____________________________________________________________________________
-[  8383] By: jhi                                   on 2001/01/09  21:36:04
-        Log: Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
-             From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
-             Date: Tue,  9 Jan 2001 13:33:22 -0800 (PST)
-             Message-ID: <14939.33475.474459.147429@soda.csua.berkeley.edu>
-     Branch: perl
-          ! t/io/openpid.t
-____________________________________________________________________________
-[  8382] By: jhi                                   on 2001/01/09  21:06:08
-        Log: save_delete(), err, SAVEDELETE() fixes from Charles Lane.
-             Should finish up the bug id 20001205.022.
-     Branch: perl
-          ! pp.c pp_hot.c scope.c
-____________________________________________________________________________
-[  8381] By: jhi                                   on 2001/01/09  18:27:43
-        Log: Subject: Re: [PATCH: perl@8342] comp/proto..........FAILED tests 112-123
-             From: Andy Dougherty <doughera@lafayette.edu>
-             Date: Tue, 9 Jan 2001 12:11:16 -0500 (EST)
-             Message-ID: <Pine.SOL.4.10.10101091144440.13124-100000@maxwell.phys.lafayette.edu>
-             
-             More robust yacc/bison error detection.
-     Branch: perl
-          ! t/comp/proto.t
-____________________________________________________________________________
-[  8380] By: jhi                                   on 2001/01/09  15:21:38
-        Log: Subject:  [PATCH] make t/op/misc.t work on VMS
-             From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
-             Date:     Tue, 9 Jan 2001 07:53:55 EST
-             Message-Id: <010109075323.91c8f@DUPHY4.Physics.Drexel.Edu> 
-     Branch: perl
-          ! t/op/misc.t vms/test.com
-____________________________________________________________________________
-[  8379] By: jhi                                   on 2001/01/09  15:20:38
-        Log: Subject: [ID 20001230.003] UTF-8 tr still hurts
-             From: jhi@cc.hut.fi
-             Date: Sat, 30 Dec 2000 22:57:32 +0200 (EET)
-             Message-Id: <200012302057.WAA31168@alpha.hut.fi>
-             
-             The #8378 fixed this.
-     Branch: perl
-          ! t/op/tr.t
-____________________________________________________________________________
-[  8378] By: jhi                                   on 2001/01/09  15:05:32
-        Log: Subject: One more patch for UTF8 
-             From: Inaba Hiroto <inaba@st.rim.or.jp>
-             Date: Tue, 09 Jan 2001 01:04:32 +0900
-             Message-ID: <3A59E510.52BAB5B9@st.rim.or.jp>
-             
-             UTF-8 fixes for 'x' and tr///.
-     Branch: perl
-          ! doop.c embed.h embed.pl op.c pod/perlapi.pod pp.c proto.h
-          ! regcomp.c regexec.c toke.c utf8.c
-____________________________________________________________________________
-[  8377] By: jhi                                   on 2001/01/09  14:32:17
-        Log: Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
-     Branch: perl
-          ! t/op/length.t
-____________________________________________________________________________
-[  8376] By: jhi                                   on 2001/01/09  04:32:32
-        Log: integrate changes #7775, #8316, #8316 from mainline
-     Branch: maint-5.6/perl
-          ! hints/solaris_2.sh
-____________________________________________________________________________
-[  8375] By: jhi                                   on 2001/01/09  04:26:43
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[  8374] By: jhi                                   on 2001/01/09  04:14:32
-        Log: IDE/editor section tweaking.
-     Branch: perl
-          ! pod/perlfaq3.pod
-____________________________________________________________________________
-[  8373] By: jhi                                   on 2001/01/09  02:38:26
-        Log: Subject: [PATCH: perl@8342] updates to OS/390 hints file
-             From: Peter Prymmer <pvhp@forte.com>
-             Date: Mon, 8 Jan 2001 18:06:51 -0800 (PST)
-             Message-ID: <Pine.OSF.4.10.10101081805530.239173-100000@aspara.forte.com>
-             
-             In preparation os OS/390 dynamic loading.
-     Branch: perl
-          ! README.os390 hints/os390.sh
-____________________________________________________________________________
-[  8372] By: jhi                                   on 2001/01/09  00:24:30
-        Log: Integrate with perlio.
-     Branch: perl
-         !> embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
-____________________________________________________________________________
-[  8371] By: nick                                  on 2001/01/08  23:54:33
-        Log: Fix "scalars leaked" bugs caused by overload magic
-             (Highlighted by Ilya's DESTROY optimization.)
-     Branch: perlio
-          ! embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
-____________________________________________________________________________
-[  8370] By: nick                                  on 2001/01/08  20:19:41
-        Log: Integrate mainline
-     Branch: perlio
-         !> README.epoc dump.c ext/GDBM_File/GDBM_File.xs gv.c
-         !> lib/Getopt/Long.pm mg.c op.c scope.c sv.c t/io/pipe.t
-         !> t/op/64bitint.t
-____________________________________________________________________________
-[  8369] By: jhi                                   on 2001/01/08  17:30:52
-        Log: save_delete() Safefree() doesn't (anymore?) work with shared
-             strings, one test failure in op/misc and almost all of lib/b.
-             (Outcomments #8369.)
-     Branch: perl
-          ! scope.c
-____________________________________________________________________________
-[  8368] By: jhi                                   on 2001/01/08  14:47:10
-        Log: (Outcommented by #8369.)
-             
-             Subject: Re: Perl BugID 20001205.022 ---- save_delete
-             From: Simon Cozens <simon@cozens.net>
-             Date: Sat, 6 Jan 2001 11:48:40 +0000
-             Message-ID: <20010106114840.A13227@deep-dark-truthful-mirror.perlhacker.org>
-             
-             The save_delete() does need the Safefree.
-     Branch: perl
-          ! scope.c
-____________________________________________________________________________
-[  8367] By: bailey                                on 2001/01/08  08:53:52
-        Log: Once again syncing after too long an absence
-     Branch: vmsperl
-         +> (branch 55 files)
-          - MAINTAIN fix_pl vos/config.def vos/config.h
-          - vos/config_h.SH_orig
-         !> (integrate 498 files)
-____________________________________________________________________________
-[  8366] By: jhi                                   on 2001/01/08  02:42:59
-        Log: Subject: [ID 20010107.012] [PATCH] 18446744073709551616e0 was treated as UV=18446744073709551615
-             From: nick@ccl4.org
-             Date: Sun, 7 Jan 2001 21:07:18 +0000
-             Message-Id: <20010107210717.D1048@plum.flirble.org>
-     Branch: perl
-          ! sv.c t/op/64bitint.t
-____________________________________________________________________________
-[  8365] By: jhi                                   on 2001/01/08  02:35:16
-        Log: Subject: [PATCH] environ nit
-             From: Simon Cozens <simon@cozens.net>
-             Date: Sun, 7 Jan 2001 17:57:07 +0000
-             Message-ID: <20010107175707.A2013@pembro26.pmb.ox.ac.uk>
-             
-             Use environ only if we have it.
-     Branch: perl
-          ! mg.c
-____________________________________________________________________________
-[  8364] By: jhi                                   on 2001/01/08  02:24:51
-        Log: Replace #6721, GDBM, system malloc, and LEAKTEST.
-     Branch: perl
-          ! ext/GDBM_File/GDBM_File.xs
-____________________________________________________________________________
-[  8363] By: jhi                                   on 2001/01/08  02:19:24
-        Log: Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
-             From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
-             Date: Sat,  6 Jan 2001 15:25:02 -0800 (PST)
-             Message-ID: <14935.41722.239364.55174@soda.csua.berkeley.edu>
-     Branch: perl
-          ! dump.c op.c
-____________________________________________________________________________
-[  8362] By: jhi                                   on 2001/01/08  02:17:43
-        Log: Subject: [patch] xsub AUTOLOAD fix/optimization
-             From: Doug MacEachern <dougm@covalent.net>
-             Date: Sat, 6 Jan 2001 09:30:05 -0800 (PST)
-             Message-ID: <Pine.LNX.4.10.10101060924280.24460-100000@mojo.covalent.net>
-             
-             Allow AUTOLOAD to be an xsub and allow such xsubs
-             to avoid use of $AUTOLOAD.
-     Branch: perl
-          ! gv.c
-____________________________________________________________________________
-[  8361] By: jhi                                   on 2001/01/08  02:16:07
-        Log: Subject: Re: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
-             From: Radu Greab <radu@netsoft.ro>
-             Date: Sun, 7 Jan 2001 03:16:55 +0200 (EET)
-             Message-ID: <14935.50055.838449.408835@ix.netsoft.ro>
-             
-             No need for the potentially nonportable $SIG{CHLD}.
-     Branch: perl
-          ! t/io/pipe.t
-____________________________________________________________________________
-[  8360] By: jhi                                   on 2001/01/08  01:58:23
-        Log: Update to Getopt::Long 2.24_02, from Johan Vromans.
-     Branch: perl
-          ! lib/Getopt/Long.pm
-____________________________________________________________________________
-[  8359] By: jhi                                   on 2001/01/08  01:55:44
-        Log: Integrate perlio:
-             
-             [  8356]
-             FILE * in XS code for PerlIO world:
-             - make PERLIO_NOT_STDIO 0 (co-existance) default for non PERL_CORE case.
-             - Add FILE * T_STDIO typemap.
-             - Finish PerlIO_findFILE() and PerlIO_extprtFILE()
-             
-             [  8346]
-             Fixup accumulated integrate muddles (perlio == devperl again)
-     Branch: perl
-         !> ext/Encode/Encode.xs lib/ExtUtils/typemap perl.c perlio.c
-         !> perlio.h pp.c pp_hot.c pp_sys.c sv.c t/lib/tie-refhash.t
-         !> utf8.c win32/Makefile
-____________________________________________________________________________
-[  8358] By: jhi                                   on 2001/01/07  21:16:50
-        Log: Update the EPOC cross SDK URL.
-     Branch: perl
-          ! README.epoc
-____________________________________________________________________________
-[  8357] By: jhi                                   on 2001/01/07  21:16:09
-        Log: Update the EPOC cross SDK URL.
-     Branch: maint-5.6/perl
-          ! README.epoc
-____________________________________________________________________________
-[  8356] By: nick                                  on 2001/01/06  21:47:52
-        Log: FILE * in XS code for PerlIO world:
-             - make PERLIO_NOT_STDIO 0 (co-existance) default for non PERL_CORE case.
-             - Add FILE * T_STDIO typemap.
-             - Finish PerlIO_findFILE() and PerlIO_extprtFILE()
-     Branch: perlio
-          ! lib/ExtUtils/typemap perlio.c perlio.h
-____________________________________________________________________________
-[  8355] By: jhi                                   on 2001/01/06  20:27:15
-        Log: integrate change #8336 from mainline
-             
-             Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1
-     Branch: maint-5.6/perl
-          ! hv.c
-____________________________________________________________________________
-[  8354] By: jhi                                   on 2001/01/06  20:24:29
-        Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
-             From: Robin Barker <rmb1@cise.npl.co.uk>
-             Date: Fri, 22 Dec 2000 12:17:38 GMT
-             Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
-             
-             The patch reformats some long =item lines so they give
-             correct output via pod2man | nroff -man
-             
-             Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
-             From: Robin Barker <rmb1@cise.npl.co.uk>
-             Date: Tue, 2 Jan 2001 15:35:03 GMT
-             Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
-             
-             Here is a _further_ patch which corrects a few more errors:
-             * an empty C<=item> in CPAN.pm
-             * patching the wrong file (pod/perlamiga.pod not README.amiga)
-             * leaving empty C<=item>s which formatted incorrectly
-             * over long C<=item>s revealed by latest patch to Pod::Man
-     Branch: maint-5.6/perl
-          ! README.amiga lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
-          ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
-          ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlapi.pod
-          ! pod/perldelta.pod pod/perldiag.pod pod/perlembed.pod
-          ! pod/perlfaq4.pod pod/perllocale.pod pod/perlmodlib.pod
-          ! pod/perlrequick.pod pod/perlretut.pod pod/perlsub.pod
-____________________________________________________________________________
-[  8353] By: jhi                                   on 2001/01/06  20:21:10
-        Log: integrate changes #7980, 8056, 8057 from mainline
-             
-             UTF-8 hash keys.
-     Branch: maint-5.6/perl
-          ! embed.h embed.pl hv.c hv.h perlapi.c proto.h t/op/each.t
-____________________________________________________________________________
-[  8352] By: jhi                                   on 2001/01/06  20:18:44
-        Log: Forgotten from #8438.
-     Branch: maint-5.6/perl
-          ! epoc/epocish.h
-____________________________________________________________________________
-[  8351] By: jhi                                   on 2001/01/06  20:18:12
-        Log: Forgotten from #8347.
-     Branch: maint-5.6/perl
-          ! config_h.SH
-____________________________________________________________________________
-[  8350] By: jhi                                   on 2001/01/06  20:00:19
-        Log: Thinko in #8347.
-     Branch: maint-5.6/perl
-          ! regcomp.c
-____________________________________________________________________________
-[  8349] By: jhi                                   on 2001/01/06  18:05:30
-        Log: Copy the FAQ3 IDE section from the development branch,
-             changes originally by Peter Prymmer.
-     Branch: maint-5.6/perl
-          ! pod/perlfaq3.pod
-____________________________________________________________________________
-[  8348] By: jhi                                   on 2001/01/06  18:03:02
-        Log: EPOC updates for TRIAL1.
-             
-             Subject: [5.6.1 trial1] EPOC update
-             From: Olaf Flebbe <O.Flebbe@science-computing.de>
-             Date: Sun, 31 Dec 2000 16:04:52 +0100 (CET)
-             Message-ID: <Pine.LNX.4.02.10012311603040.14097-100000@milkyway.science-computing.de> 
-             
-             Subject: epoc patch2 for perl-5.6.1-trial1
-             From: Olaf Flebbe <O.Flebbe@science-computing.de>
-             Date: Sat, 6 Jan 2001 13:55:53 +0100 (CET)
-             Message-ID: <Pine.LNX.4.02.10101061355220.26469-100000@milkyway.science-computing.de> 
-     Branch: maint-5.6/perl
-          ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
-          ! epoc/epocish.c
-____________________________________________________________________________
-[  8347] By: jhi                                   on 2001/01/06  17:29:10
-        Log: integrate changes #7710,7824,7973 from mainline,
-             plus VMS nits from Peter Prymmer and Dan Sugalski.
-             
-             AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
-             library (getprotobyname and getprotobynumber are outversioned by
-             the same calls in libc, at least for xlc version 3.
-             
-             Add HAS_SBRK_PROTO.
-             
-             Fixes for signedness warnings noticed by VMSperlers.
-     Branch: maint-5.6/perl
-          ! Configure Porting/Glossary Porting/config.sh Porting/config_H
-          ! configure.com epoc/config.sh hints/aix.sh malloc.c regcomp.c
-          ! sv.c vms/descrip_mms.template vos/config.alpha.def
-          ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
-          ! win32/config.bc win32/config.gc win32/config.vc
-____________________________________________________________________________
-[  8346] By: nick                                  on 2001/01/06  14:36:01
-        Log: Fixup accumulated integrate muddles (perlio == devperl again)
-     Branch: perlio
-          ! ext/Encode/Encode.xs perl.c pp_sys.c t/lib/tie-refhash.t
-____________________________________________________________________________
-[  8345] By: nick                                  on 2001/01/06  14:24:58
-        Log: Integrate mainline
-     Branch: perlio
-         !> (integrate 55 files)
-____________________________________________________________________________
-[  8344] By: jhi                                   on 2001/01/06  02:24:02
-        Log: Subject: [patch] PerlIO_cleanup() prototype
-             From: Doug MacEachern <dougm@covalent.net>
-             Date: Fri, 5 Jan 2001 18:15:31 -0800 (PST)
-             Message-ID: <Pine.LNX.4.10.10101051813220.340-100000@mojo.covalent.net>
-     Branch: perl
-          ! perlio.h
-____________________________________________________________________________
-[  8343] By: jhi                                   on 2001/01/06  01:04:09
-        Log: IRIX compiler noticed that the bof initialization might be
-             bypassed by control flow.
-     Branch: perl
-          ! toke.c
-____________________________________________________________________________
-[  8342] By: jhi                                   on 2001/01/06  00:10:48
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[  8341] By: jhi                                   on 2001/01/05  23:52:33
-        Log: Add a note about EBCDIC versus UTF-8 to a potential problem spot.
-     Branch: perl
-          ! toke.c
-____________________________________________________________________________
-[  8340] By: jhi                                   on 2001/01/05  22:44:08
-        Log: Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
-             From: Radu Greab <radu@netsoft.ro>
-             Date: Fri, 5 Jan 2001 21:04:33 +0200 (EET)
-             Message-ID: <14934.6849.742435.23178@ix.netsoft.ro>
-     Branch: perl
-          ! t/io/pipe.t util.c
-____________________________________________________________________________
-[  8339] By: jhi                                   on 2001/01/05  22:35:17
-        Log: Subject: [PATCH] format and rewording in perlfaq.pod
-             From: Robin Barker <rmb1@cise.npl.co.uk>
-             Date: Fri, 5 Jan 2001 18:51:20 GMT
-             Message-Id: <200101051851.SAA03310@tempest.npl.co.uk>
-     Branch: perl
-          ! pod/perlfaq.pod
-____________________________________________________________________________
-[  8338] By: jhi                                   on 2001/01/05  22:31:17
-        Log: Subject: [patch: perl@8327] have perlbug's Save to File respect -F flag
-             From: Peter Prymmer <pvhp@forte.com>
-             Date: Fri, 5 Jan 2001 14:02:13 -0800 (PST)
-             Message-ID: <Pine.OSF.4.10.10101051357400.28294-100000@aspara.forte.com>
-     Branch: perl
-          ! utils/perlbug.PL
-____________________________________________________________________________
-[  8337] By: jhi                                   on 2001/01/05  18:15:11
-        Log: Subject: [PATCH 5.7.1/Configure] failure to set src='.'
-             From: Robin Barker <rmb1@cise.npl.co.uk>
-             Date: Tue, 2 Jan 2001 15:24:07 GMT
-             Message-Id: <200101021524.PAA15145@tempest.npl.co.uk>
-             
-             If you call configure as C<./Configure> or C<sh ./Configure>,
-             $src is set to the absolute path name, not '.'.
-             
-             This, in turn, means -Dmksymlink tries to do its stuff because
-             it does not think it is in the src directory.
-             
-             (plus a metaconfig nitfix)
-     Branch: metaconfig
-          ! U/compline/ccflags.U U/modified/src.U
-     Branch: perl
-          ! Configure config_h.SH
-____________________________________________________________________________
-[  8336] By: jhi                                   on 2001/01/05  17:48:32
-        Log: Subject: Re: [Fwd: Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1]
-             From: Alan Burlison <Alan.Burlison@uk.sun.com>
-             Message-ID: <3A5606C4.473D2226@uk.sun.com>
-             Date: Fri, 05 Jan 2001 17:39:16 +0000
-     Branch: perl
-          ! hv.c
-____________________________________________________________________________
-[  8335] By: jhi                                   on 2001/01/05  16:05:44
-        Log: Upgrade to Getopt::Long 2.24_01, from Johan Vromans.
-     Branch: perl
-          ! lib/Getopt/Long.pm
-____________________________________________________________________________
-[  8334] By: jhi                                   on 2001/01/05  16:00:51
-        Log: Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
-             From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
-             Date: Fri, 05 Jan 2001 13:46:51 +0100
-             Message-ID: <13693.978698811@nice.ram.loc>
-             
-             Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
-             accurate reading of the "atime".  
-     Branch: perl
-          ! t/io/fs.t
-____________________________________________________________________________
-[  8333] By: jhi                                   on 2001/01/05  15:57:37
-        Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful 
-             From: Simon Cozens <simon@cozens.net>
-             Date: Fri, 8 Dec 2000 13:33:31 +0000
-             Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org> 
-             
-             A lost patch fragment.
-     Branch: perl
-          ! doop.c
-____________________________________________________________________________
-[  8332] By: jhi                                   on 2001/01/05  15:40:42
-        Log: Do away with strncpy() and a fixed length buffer.
-     Branch: perl
-          ! utf8.c
-____________________________________________________________________________
-[  8331] By: jhi                                   on 2001/01/05  15:03:07
-        Log: Tests for #8329 and #8330.
-     Branch: perl
-          ! t/op/bop.t
-____________________________________________________________________________
-[  8330] By: jhi                                   on 2001/01/05  15:02:38
-        Log: "\x{FF}\xFF" was broken, the \xFF was appended in its
-             raw 8-bit form to the UTF-8 string.
-     Branch: perl
-          ! toke.c
-____________________________________________________________________________
-[  8329] By: jhi                                   on 2001/01/05  14:55:13
-        Log: Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
-             From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
-             Date: Fri, 5 Jan 2001 12:28:52 +0100
-             Message-ID: <5930DC161690D211966700902715754703738F96@madt009a.siemens.es>
-             
-             UTF-8 parsing fix that seems to be needed for EBCDIC, in ASCII
-             no effect.  (changed the strncpy() to Copy())
-     Branch: perl
-          ! toke.c
-____________________________________________________________________________
-[  8328] By: jhi                                   on 2001/01/05  06:44:27
-        Log: UTF-8 cleanup.
-     Branch: perl
-          ! doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
-          ! regexec.c sv.c toke.c
-____________________________________________________________________________
-[  8327] By: jhi                                   on 2001/01/05  01:11:29
-        Log: Subject: [PATCH perl@8268] Test::Harness doesn't use IO (was Re: [PATCH 5.7.0] Re: Tests depending on extensions,    and `make minitest')
-             From: Radu Greab <radu@netsoft.ro>
-             Message-ID: <14933.5458.672637.641215@ix.netsoft.ro>
-             Date: Fri, 5 Jan 2001 02:29:06 +0200 (EET)
-             
-             Cleans up Harness to not use FileHandle, which uses IO.
-     Branch: perl
-          ! lib/Test/Harness.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
-____________________________________________________________________________
-[  8326] By: jhi                                   on 2001/01/05  00:56:37
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[  8325] By: jhi                                   on 2001/01/05  00:53:18
-        Log: Subject: Re: [patch bug 20010103.019] Re: perl@8269: failure to build on NT 4.0.1381 with MSVC (fwd)
-             From: Peter Prymmer <pvhp@forte.com>
-             Date: Thu, 4 Jan 2001 14:20:15 -0800 (PST)
-             Message-ID: <Pine.OSF.4.10.10101041406420.492782-100000@aspara.forte.com>
-             
-             plus a couple more tailing whitespace removals.
-     Branch: perl
-          ! win32/Makefile
-____________________________________________________________________________
-[  8324] By: jhi                                   on 2001/01/05  00:47:39
-        Log: Add some Unicode chop() tests.
-     Branch: perl
-          ! t/op/chop.t
-____________________________________________________________________________
-[  8323] By: jhi                                   on 2001/01/05  00:47:23
-        Log: Unify UTF-8 malformedness handling.
-     Branch: perl
-          ! doop.c pp.c sv.c toke.c utf8.c utf8.h
-____________________________________________________________________________
-[  8322] By: jhi                                   on 2001/01/04  22:21:54
-        Log: The new $issymlink was unknown to Mksymlinks.
-     Branch: metaconfig/U/perl
-          ! Mksymlinks.U issymlink.U
-     Branch: perl
-          ! Configure config_h.SH
-____________________________________________________________________________
-[  8321] By: jhi                                   on 2001/01/04  21:51:05
-        Log: The test didn't work under the core test framework.
-     Branch: perl
-          ! t/lib/st-lock.t
-____________________________________________________________________________
-[  8320] By: jhi                                   on 2001/01/04  21:14:22
-        Log: DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
-     Branch: perl
-          ! 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 applying a problematic patch fragment.
-     Branch: perl
-          ! ext/Storable/Storable.xs
-____________________________________________________________________________
-[  8318] By: jhi                                   on 2001/01/04  20:43:01
-        Log: The $sh_c didn't fly.
-     Branch: metaconfig
-          ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
-          ! U/modified/Loc.U U/modified/myhostname.U
-          ! U/modified/spitshell.U
-     Branch: metaconfig/U/perl
-          ! issymlink.U
-     Branch: perl
-          ! Configure config_h.SH
-____________________________________________________________________________
-[  8317] By: jhi                                   on 2001/01/04  19:58:01
-        Log: AIX builtin test -h is broken, changes based on
-             
-             Subject: [PATCH] 8297. Symlink stuff breaks on AIX 4 bsh
-             Date: Tue, 02 Jan 2001 11:24:39 +0100
-             From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
-             Message-Id: <20010102093747.A6F7.H.M.BRAND@hccnet.nl>
-     Branch: metaconfig
-          + U/modified/spitshell.U
-          ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
-          ! U/modified/Loc.U U/modified/myhostname.U
-     Branch: metaconfig/U/perl
-          ! Mksymlinks.U issymlink.U
-     Branch: perl
-          ! Configure
-____________________________________________________________________________
-[  8316] By: jhi                                   on 2001/01/04  19:02:22
-        Log: Subject: [PATCH] Re: New attempt on hints/solaris_2.sh
-             From: Andy Dougherty <doughera@lafayette.edu>
-             Message-ID: <Pine.SOL.4.10.10101031518320.28840-100000@maxwell.phys.lafayette.edu>
-             Date: Wed, 3 Jan 2001 15:36:06 -0500 (EST)
-             
-             Beware of GNU ld.
-     Branch: perl
-          ! hints/solaris_2.sh
-____________________________________________________________________________
-[  8315] By: jhi                                   on 2001/01/04  18:56:48
-        Log: From: Lupe Christoph <lupe@lupe-christoph.de>
-             Subject: Re: [PATCH 5.7.1/Configure] failure to set src='.'
-             Date: Wed, 3 Jan 2001 07:58:51 +0100
-             Message-ID: <20010103075851.P4594@alanya.lupe-christoph.de>
-     Branch: perl
-          ! hints/solaris_2.sh
-____________________________________________________________________________
-[  8314] By: jhi                                   on 2001/01/04  18:54:07
-        Log: Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
-             From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
-             Date: Wed,  3 Jan 2001 13:48:04 -0800 (PST)
-             Message-ID: <14931.40265.379608.910008@soda.csua.berkeley.edu>
-             
-             Doc tweak on #8313.
-     Branch: perl
-          ! ext/B/B/Deparse.pm
-____________________________________________________________________________
-[  8313] By: jhi                                   on 2001/01/04  18:52:27
-        Log: Subject: [PATCH @8269] Continue blocks and B::Deparse
-             Date: Wed,  3 Jan 2001 13:31:53 -0800 (PST)
-             From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
-             Message-ID: <14931.37732.62835.279605@soda.csua.berkeley.edu>
-             
-             Make the peephole optimizer to bypass more null ops and
-             and rewrite the deparse handling of continue blocks.
-     Branch: perl
-          ! ext/B/B/Deparse.pm op.c op.h t/lib/b.t
-____________________________________________________________________________
-[  8312] By: jhi                                   on 2001/01/04  18:47:39
-        Log: Upgrade to Storable 1.0.7, from Raphael Manfredi.
-     Branch: perl
-          ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
-          ! ext/Storable/Storable.pm ext/Storable/Storable.xs
-          ! t/lib/st-lock.t
-____________________________________________________________________________
-[  8311] By: jhi                                   on 2001/01/04  18:36:08
-        Log: Add a new MakeMaker variable PM_FILTER that defines a Unix
-             filter to be run on each .pm during the pm_to_blib() phase,
-             a fixed version of
-             
-             Subject: PATCH (blead 8269) ExtUtils::MakeMaker
-             From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
-             Date: Wed, 03 Jan 2001 22:01:30 +0100
-             Message-ID: <5296.978555690@nice.ram.loc>
-     Branch: perl
-          ! lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
-          ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
-          ! lib/ExtUtils/MakeMaker.pm
-____________________________________________________________________________
-[  8310] By: jhi                                   on 2001/01/04  18:32:54
-        Log: Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
-             From: Robin Barker <rmb1@cise.npl.co.uk>
-             Date: Tue, 2 Jan 2001 15:35:03 GMT
-             Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
-     Branch: perl
-          ! README.amiga lib/CPAN.pm lib/Win32.pod pod/perl56delta.pod
-          ! pod/perlrequick.pod
-____________________________________________________________________________
-[  8309] By: jhi                                   on 2001/01/04  18:29:07
-        Log: Subject: Re: [patch] static-ize XS()
-             From: Doug MacEachern <dougm@covalent.net>
-             Date: Mon, 1 Jan 2001 15:26:01 -0800 (PST)
-             Message-ID: <Pine.LNX.4.10.10101011523560.3379-100000@mojo.covalent.net>
-             
-             Provide prototypes for the XS functions.
-     Branch: perl
-          ! lib/ExtUtils/xsubpp
-____________________________________________________________________________
-[  8308] By: jhi                                   on 2001/01/04  18:27:44
-        Log: Subject: [patch] typemap =~ s/croak/Perl_croak/
-             From: Doug MacEachern <dougm@covalent.net>
-             Date: Mon, 1 Jan 2001 11:41:57 -0800 (PST)
-             Message-ID: <Pine.LNX.4.10.10101011139570.3379-100000@mojo.covalent.net>
-     Branch: perl
-          ! lib/ExtUtils/typemap
-____________________________________________________________________________
-[  8307] By: jhi                                   on 2001/01/04  18:25:25
-        Log: Subject: Re: [patch] MM_Unix cpprun shortcut
-             From: Doug MacEachern <dougm@covalent.net>
-             Date: Wed, 3 Jan 2001 20:09:57 -0800 (PST)
-             Message-ID: <Pine.LNX.4.10.10101032009330.280-100000@mojo.covalent.net>
-             
-             Add a .c.i: MakeMaker make rule to create cpreprocessed outputs.
-     Branch: perl
-          ! lib/ExtUtils/MM_Unix.pm
-____________________________________________________________________________
-[  8306] By: jhi                                   on 2001/01/04  18:23:00
-        Log: Subject: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison)
-             From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
-             Date: Thu, 4 Jan 2001 12:47:10 +0100 
-             Message-ID: <5930DC161690D21196670090271575470370111A@madt009a.siemens.es>
-             
-             The toke.c part only, patching embed.h and proto.h is futile.
-     Branch: perl
-          ! toke.c
-____________________________________________________________________________
-[  8305] By: jhi                                   on 2001/01/04  18:05:51
-        Log: Subject: [PATCH perl@8269] scanning two hex-constants fails on EBCDIC environment (script length.t)
-             From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
-             Date: Thu, 4 Jan 2001 17:50:12 +0100 
-             Message-ID: <5930DC161690D211966700902715754703738AA6@madt009a.siemens.es>
-     Branch: perl
-          ! toke.c
-____________________________________________________________________________
-[  8304] By: jhi                                   on 2001/01/04  18:03:26
-        Log: Subject: [PATCH perl@8269]
-             From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
-             Date: Thu, 4 Jan 2001 12:53:39 +0100 
-             Message-ID: <5930DC161690D211966700902715754703701130@madt009a.siemens.es>
-             
-             If running byacc write-enable also perly.h.
-     Branch: perl
-          ! Makefile.SH
-____________________________________________________________________________
-[  8303] By: jhi                                   on 2001/01/04  15:40:49
-        Log: Rewrite pp_concat() in terms of sv_catsv().
-     Branch: perl
-          ! pp_hot.c
-____________________________________________________________________________
-[  8302] By: nick                                  on 2001/01/03  22:43:22
-        Log: Integrate mainline.
-     Branch: perlio
-         !> ext/Encode/Encode.xs sv.c utf8.c
-____________________________________________________________________________
-[  8301] By: jhi                                   on 2001/01/02  23:40:26
-        Log: Variable naming tweak.
-     Branch: perl
-          ! sv.c
-____________________________________________________________________________
-[  8300] By: jhi                                   on 2001/01/02  23:40:02
-        Log: Use the UTF8_XXX macros in is_utf8_char(), a performance nit
-             in is_utf8_string().
-     Branch: perl
-          ! utf8.c
-____________________________________________________________________________
-[  8299] By: jhi                                   on 2001/01/02  22:14:40
-        Log: Integrate perlio:
-             
-             [  8298]
-             Turn SvUTF8 off if not required in pp_chr and pp_stringify.
-             
-             [  8296]
-             Add Encode and correct Filter/Util/Call in nmake Makefile
-     Branch: perl
-         !> pp.c pp_hot.c win32/Makefile
-____________________________________________________________________________
-[  8298] By: nick                                  on 2001/01/02  22:03:06
-        Log: Turn SvUTF8 off if not required in pp_chr and pp_stringify.
-     Branch: perlio
-          ! pp.c pp_hot.c
-____________________________________________________________________________
-[  8297] By: jhi                                   on 2001/01/02  04:26:28
-        Log: Signedness nit.
-     Branch: perl
-          ! ext/Encode/Encode.xs
-____________________________________________________________________________
-[  8296] By: nick                                  on 2001/01/01  23:49:36
-        Log: Add Encode and correct Filter/Util/Call in nmake Makefile
-     Branch: perlio
-          ! win32/Makefile
-____________________________________________________________________________
-[  8295] By: jhi                                   on 2001/01/01  23:05:48
-        Log: Integrate perlio:
-             
-             [  8293]
-             More rigor in UTF-8-ness of Encode's toUnicode
-             XS export some of the utf8 internal functions.
-             Test some of the functions.
-             Fix pp_concat() bug shown by said tests.
-     Branch: perl
-         !> ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
-         !> t/lib/encode.t
-____________________________________________________________________________
-[  8294] By: nick                                  on 2001/01/01  22:48:34
-        Log: Integrate mainline
-     Branch: perlio
-          ! pp_hot.c t/lib/encode.t
-         !> (integrate 65 files)
-____________________________________________________________________________
-[  8293] By: nick                                  on 2001/01/01  21:58:50
-        Log: More rigor in UTF-8-ness of Encode's toUnicode
-             XS export some of the utf8 internal functions.
-             Test some of the functions.
-             Fix pp_concat() bug shown by said tests.
-     Branch: perlio
-          ! ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
-          ! t/lib/encode.t
-____________________________________________________________________________
-[  8292] By: jhi                                   on 2001/01/01  18:11:44
-        Log: Integrate perlio:
-             
-             [  8290]
-             Loose the "Loading..." warning.
-             Another bug in fallback support
-             
-             [  8288]
-             Fix .ucm reading - forgot a chr()
-             Start of .ucm write (for .enc to .ucm)
-             
-             [  8285]
-             Start of support of ICU-style .ucm files:
-             - teach compile how to read a .ucm file
-             - first guess at how to represent fallbacks in "tries".
-             - use fallbacks if check == 0
-             - new return code to indicate we used one.
-     Branch: perl
-         !> ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
-         !> ext/Encode/encengine.c ext/Encode/encode.h
-____________________________________________________________________________
-[  8291] By: jhi                                   on 2001/01/01  18:10:58
-        Log: Podify README.mpeix (a new version from the web),
-             add a dummy NAME to Carp::Heavy, regen toc.
-     Branch: perl
-          ! README.mpeix lib/Carp/Heavy.pm pod/buildtoc.PL pod/perl.pod
-          ! pod/perltoc.pod
-____________________________________________________________________________
-[  8290] By: nick                                  on 2001/01/01  17:43:47
-        Log: Loose the "Loading..." warning.
-             Another bug in fallback support
-     Branch: perlio
-          ! ext/Encode/Encode.pm ext/Encode/encengine.c
-____________________________________________________________________________
-[  8289] By: jhi                                   on 2001/01/01  00:01:57
-        Log: Bump up Larry's copyright.
-     Branch: perl
-          ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
-          ! doop.c dump.c ext/DynaLoader/dl_dld.xs form.h gv.c gv.h
-          ! handy.h hv.c hv.h mg.c mg.h op.c op.h perl.c perl.h perly.y
-          ! pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c
-          ! scope.c sv.c sv.h toke.c utf8.c utf8.h util.c util.h
-          ! x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
-          ! x2p/a2py.c x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c
-          ! x2p/str.h x2p/util.c x2p/util.h x2p/walk.c
-____________________________________________________________________________
-[  8288] By: nick                                  on 2000/12/31  21:27:53
-        Log: Fix .ucm reading - forgot a chr()
-             Start of .ucm write (for .enc to .ucm)
-     Branch: perlio
-          ! ext/Encode/compile
-____________________________________________________________________________
-[  8287] By: jhi                                   on 2000/12/31  18:15:56
-        Log: Comment away a diagnostic message as noted by Craig A. Berry
-             (the unexpected message was confusing testing)
-     Branch: perl
-          ! ext/Encode/Encode.pm
-____________________________________________________________________________
-[  8286] By: jhi                                   on 2000/12/31  18:14:51
-        Log: Subject: [PATCH perl@8269] ext/Encode/Makefile.PL line shortening
-             Date: Sun, 31 Dec 2000 11:17:37 -0600
-             From: "Craig A. Berry" <craigberry@mac.com>
-             Message-Id: <5.0.2.1.0.20001230195844.025636c0@exchi01>
-     Branch: perl
-          ! ext/Encode/Makefile.PL
-____________________________________________________________________________
-[  8285] By: nick                                  on 2000/12/31  18:11:54
-        Log: Start of support of ICU-style .ucm files:
-             - teach compile how to read a .ucm file
-             - first guess at how to represent fallbacks in "tries".
-             - use fallbacks if check == 0
-             - new return code to indicate we used one.
-     Branch: perlio
-          ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
-          ! ext/Encode/encengine.c ext/Encode/encode.h
-____________________________________________________________________________
-[  8284] By: jhi                                   on 2000/12/31  18:04:41
-        Log: Pacify picky VMS compiler.
-             
-             Subject: perl@8269, whiny Compaq C compiler, unsigned expressions
-             From: "Craig A. Berry" <craig.berry@psinetcs.com>
-             Date: Sat, 30 Dec 2000 18:10:02 -0600
-             Message-Id: <200012310010.CAA09719@tiku.hut.fi>
-     Branch: perl
-          ! sv.c
-____________________________________________________________________________
-[  8283] By: jhi                                   on 2000/12/31  16:11:47
-        Log: Wrong alarm: cygwin's getpwuid() is just fine (from Gerrit P. Haase)
-     Branch: perl
-          ! t/lib/glob-basic.t
-____________________________________________________________________________
-[  8282] By: jhi                                   on 2000/12/31  15:26:11
-        Log: Integrate perlio:
-             
-             [  8281]
-             Tweak perlio.c so that makedef.pl-exported perlsio_binmode()
-             is available to be exported
-             
-             [  8280]
-             Ilya's OS2 patch (testing for damage on Win32)
-     Branch: perl
-         !> makedef.pl opcode.pl os2/os2.c perlio.c
-____________________________________________________________________________
-[  8281] By: nick                                  on 2000/12/31  10:06:15
-        Log: Tweak perlio.c so that makedef.pl-exported perlsio_binmode()
-             is available to be exported
-     Branch: perlio
-          ! makedef.pl perlio.c
-____________________________________________________________________________
-[  8280] By: nick                                  on 2000/12/31  09:41:26
-        Log: Ilya's OS2 patch (testing for damage on Win32)
-     Branch: perlio
-          ! makedef.pl opcode.pl os2/os2.c
-____________________________________________________________________________
-[  8279] By: jhi                                   on 2000/12/30  21:52:07
-        Log: Test nits.
-     Branch: perl
-          ! t/lib/syslfs.t t/op/lfs.t
-____________________________________________________________________________
-[  8278] By: jhi                                   on 2000/12/30  21:47:49
-        Log: Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
-             From: andreas.koenig@anima.de (Andreas J. Koenig)
-             Date: 30 Dec 2000 22:35:37 +0100
-             Message-ID: <m3vgs1a8ye.fsf@ak-71.mind.de>
-             
-             The 32-bit wraparound test wasn't quite right.
-     Branch: perl
-          ! t/lib/syslfs.t t/op/lfs.t
-____________________________________________________________________________
-[  8277] By: jhi                                   on 2000/12/30  21:33:44
-        Log: Subject: [PATCH] open() example in perlfunc.pod 
-             From: Karsten Sperling <s_sperli@ira.uka.de>
-             Date: Sat, 30 Dec 2000 22:27:09 +0100
-             Message-ID: <"iraun1.ira.0090801:001230.213049"@ira.uka.de>
-     Branch: perl
-          ! pod/perlfunc.pod
-____________________________________________________________________________
-[  8276] By: jhi                                   on 2000/12/30  20:32:40
-        Log: Not quite that many tests yet.
-     Branch: perl
-          ! t/op/pat.t
-____________________________________________________________________________
-[  8275] By: jhi                                   on 2000/12/30  20:26:58
-        Log: Integrate perlio:
-             
-             [  8272]
-             Tweak for MULTIPLICITY/USE_PERLIO
-     Branch: perl
-         !> toke.c
-____________________________________________________________________________
-[  8274] By: jhi                                   on 2000/12/30  20:24:56
-        Log: Signedness nit.
-     Branch: perl
-          ! utf8.c
-____________________________________________________________________________
-[  8273] By: jhi                                   on 2000/12/30  20:15:46
-        Log: Add a test case for 20000731.001 which was fixed by the #8267.
-     Branch: perl
-          ! t/op/pat.t
-____________________________________________________________________________
-[  8272] By: nick                                  on 2000/12/30  19:47:51
-        Log: Tweak for MULTIPLICITY/USE_PERLIO
-     Branch: perlio
-          ! toke.c
-____________________________________________________________________________
-[  8271] By: nick                                  on 2000/12/30  19:46:45
-        Log: Integrate mainline
-     Branch: perlio
-         +> lib/unicode/distinct.pm
-         !> Changes MANIFEST doop.c embed.h embed.pl mg.c op.c op.h
-         !> patchlevel.h perl.h pod/perlapi.pod pp.c pp_ctl.c pp_hot.c
-         !> proto.h regcomp.c regcomp.h regexec.c sv.c t/op/split.t utf8.c
-____________________________________________________________________________
-[  8270] By: jhi                                   on 2000/12/30  19:39:50
-        Log: Subject: RE: perl@8269
-             From: "Richard Soderberg" <rs@crystalflame.net>
-             Date: Sat, 30 Dec 2000 11:36:27 -0800
-             Message-ID: <NAEKLNAAHLMBPMPNBMLEIEAKCKAA.rs@crystalflame.net>
-             
-             A missing aTHX_.
-     Branch: perl
-          ! toke.c
-____________________________________________________________________________
-[  8269] By: jhi                                   on 2000/12/30  18:55:48
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[  8268] By: jhi                                   on 2000/12/30  17:18:40
-        Log: Add a test for Unicode split //.  The #8267 was the cure.
-     Branch: perl
-          ! t/op/split.t
-____________________________________________________________________________
-[  8267] By: jhi                                   on 2000/12/30  17:14:19
-        Log: Subject: more UTF8 test suites and an UTF8 patch
-             From: Inaba Hiroto <inaba@st.rim.or.jp>
-             Date: Sat, 30 Dec 2000 14:27:10 +0900
-             Message-ID: <3A4D722D.243AFD88@st.rim.or.jp> 
-             
-             Just the patch part for now, and the pragma renamed
-             as unicode::distinct.
-     Branch: perl
-          + lib/unicode/distinct.pm
-          ! MANIFEST doop.c embed.h embed.pl mg.c op.c op.h perl.h
-          ! pod/perlapi.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
-          ! regcomp.h regexec.c sv.c toke.c utf8.c
-____________________________________________________________________________
-[  8266] By: nick                                  on 2000/12/30  16:40:49
-        Log: Integrate mainline
-     Branch: perlio
-         +> lib/Pod/Text/Overstrike.pm
-         !> MANIFEST doio.c hints/dec_osf.sh hv.c lib/Pod/Man.pm
-         !> lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm op.c
-         !> pod/pod2text.PL sv.c t/lib/syslfs.t t/op/join.t t/op/lfs.t
-         !> t/pragma/constant.t t/pragma/sub_lval.t t/pragma/utf8.t util.c
-         !> vms/vms.c vms/vmsish.h vms/vmspipe.com
-____________________________________________________________________________
-[  8265] By: jhi                                   on 2000/12/30  07:28:55
-        Log: The sv_catsv() fix, take two.
-     Branch: perl
-          ! sv.c t/op/join.t
-____________________________________________________________________________
-[  8264] By: jhi                                   on 2000/12/30  06:19:18
-        Log: Undo all the join-related changes since #8248: relevant
-             portions of 8248, 8249, 8250, 8251, 8260, 8263 must go.
-             The new sv_catsv() doesn't fly so it must go back to
-             the drawing board.
-     Branch: perl
-          ! sv.c t/op/join.t t/pragma/utf8.t
-____________________________________________________________________________
-[  8263] By: jhi                                   on 2000/12/30  01:08:32
-        Log: (Retracted by #8264)  Tweak sv_catsv() some more.
-     Branch: perl
-          ! sv.c
-____________________________________________________________________________
-[  8262] By: jhi                                   on 2000/12/30  00:45:14
-        Log: Retract #8261.
-     Branch: perl
-          ! hv.c util.c
-____________________________________________________________________________
-[  8261] By: jhi                                   on 2000/12/30  00:38:32
-        Log: (Retracted by #8261). (Unsuccessful memory access tweaks.)
-     Branch: perl
-          ! hv.c util.c
-____________________________________________________________________________
-[  8260] By: jhi                                   on 2000/12/29  22:51:33
-        Log: (Retracted by #8264)  More fixing for #8251.
-     Branch: perl
-          ! sv.c
-____________________________________________________________________________
-[  8259] By: jhi                                   on 2000/12/29  18:27:30
-        Log: Subject: podlators 1.06 released
-             From: Russ Allbery <rra@stanford.edu>
-             Date: 25 Dec 2000 05:09:30 -0800
-             Message-ID: <ylwvcosl4l.fsf@windlord.stanford.edu>
-     Branch: perl
-          + lib/Pod/Text/Overstrike.pm
-          ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Color.pm
-          ! lib/Pod/Text/Termcap.pm pod/pod2text.PL
-____________________________________________________________________________
-[  8258] By: jhi                                   on 2000/12/29  18:20:45
-        Log: Make the large file tests more robust/talkative as suggested by
-             
-             Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
-             From: andreas.koenig@anima.de (Andreas J. Koenig)
-             Date: 29 Dec 2000 14:23:01 +0100
-             Message-ID: <m3snn7uzt6.fsf@ak-71.mind.de>
-     Branch: perl
-          ! t/lib/syslfs.t t/op/lfs.t
-____________________________________________________________________________
-[  8257] By: jhi                                   on 2000/12/29  17:48:04
-        Log: Further VMS piping fixes from Charles Lane:
-             
-             In summary, error messages produced when a subprocess terminated
-             abnormally were being sent not just to the parent process, but to
-             grandparents, because of default values for error output that were
-             not completely overridden when the subprocess was started.
-             
-             This patch fixes this behavior by defining user-mode (i.e., temporary
-             for the duration of the program) logical names for SYS$OUTPUT and
-             SYS$ERROR when they are (re)opened inside Perl.  And a bunch of other
-             changes to make it so that the user-mode logicals are the ones that
-             control where Perl's error messages go if it terminates abnormally.
-             
-             I also added some gratuitous fixes to the indentation of braces in
-             the piping code.  It just looked ugly, before.
-     Branch: perl
-          ! doio.c vms/vms.c vms/vmsish.h vms/vmspipe.com
-____________________________________________________________________________
-[  8256] By: jhi                                   on 2000/12/29  17:45:12
-        Log: Subject: [PATCH] Idea: Declare multiple constants at once (fwd)
-             From: "Casey R. Tweten" <crt@kiski.net>
-             Date: Fri, 29 Dec 2000 12:03:00 -0500 (EST)
-             Message-ID: <Pine.OSF.4.21.0012291201150.17186-100000@home.kiski.net>
-             
-             Tests for for #8240.
-     Branch: perl
-          ! t/pragma/constant.t
-____________________________________________________________________________
-[  8255] By: jhi                                   on 2000/12/29  17:43:07
-        Log: Subject: Re: [PATCH] Interesting syntax idea
-             From: Simon Cozens <simon@cozens.net>
-             Date: Fri, 29 Dec 2000 14:34:04 +0000
-             Message-ID: <20001229143404.A7762@deep-dark-truthful-mirror.perlhacker.org>
-             
-             Tests for #8254.
-     Branch: perl
-          ! t/pragma/sub_lval.t
-____________________________________________________________________________
-[  8254] By: jhi                                   on 2000/12/29  17:42:11
-        Log: Subject: [PATCH] Interesting syntax idea
-             From: Simon Cozens <simon@cozens.net>
-             Date: Wed, 27 Dec 2000 05:08:57 +0000
-             Message-ID: <20001227050857.A11296@deep-dark-truthful-mirror.perlhacker.org>
-             
-             Make opens + bareword assigns do typeglob assigns.
-     Branch: perl
-          ! op.c
-____________________________________________________________________________
-[  8253] By: jhi                                   on 2000/12/29  17:36:45
-        Log: Output the (apparent) version of gcc, as suggested by
-             
-             Subject: [ID 20001226.001] dec_osf.sh mis-parses gcc version 2.95.2 as less than 2.95, causing installation-failure
-             From: jhbrown@ai.mit.edu (Jeremy H. Brown)
-             Date: 26 Dec 2000 04:29:17 -0500
-             Message-Id: <uv6puify1hu.fsf@suspiria.ai.mit.edu>
-             
-             (The patch as such didn't any more apply as the misparsing had
-             already been addressed in #6474.)  Also change the wording about
-             gcc 2.95.2, for Jeremy it didn't break sdbm, for me it did.
-     Branch: perl
-          ! hints/dec_osf.sh
-____________________________________________________________________________
-[  8252] By: nick                                  on 2000/12/29  12:14:31
-        Log: Integrate mainline
-     Branch: perlio
-         !> (integrate 27 files)
-____________________________________________________________________________
-[  8251] By: jhi                                   on 2000/12/29  08:45:46
-        Log: (Retracted by #8264)
-             
-             (Fixed by #8260.)
-             
-             sv_catsv() needs one more byte space than seems reasonable.
-             (for join() and PERL_DESTRUCT_LEVEL=2, built with debugging).
-             Curiouser and curiouser.
-     Branch: perl
-          ! sv.c
-____________________________________________________________________________
-[  8250] By: jhi                                   on 2000/12/29  07:57:52
-        Log: More split // UTF-8 tests.
-     Branch: perl
-          ! t/pragma/utf8.t
-____________________________________________________________________________
-[  8249] By: jhi                                   on 2000/12/29  07:54:51
-        Log: (Retracted by #8264)  More join() testing which was good because
-             it revealed a bug in #8248 (the UTF8_EIGHT_BIT_LO() was wrong).
-     Branch: perl
-          ! pp.c t/op/join.t utf8.c utf8.h
-____________________________________________________________________________
-[  8248] By: jhi                                   on 2000/12/29  07:08:32
-        Log: (Retracted by #8264)  Externally: join() was still quite UTF-8-unaware.
-             Internally: sv_catsv() wasn't quite okay on UTF-8, it assumed
-             that the only cases to care about are byte+byte and byte+character.
-             
-             TODO: See how well pp_concat() could be implemented in terms
-             of sv_catsv().
-     Branch: perl
-          ! doop.c sv.c t/op/join.t utf8.h
-____________________________________________________________________________
-[  8247] By: jhi                                   on 2000/12/29  06:35:23
-        Log: Signedness nit.
-     Branch: perl
-          ! pp_hot.c
-____________________________________________________________________________
-[  8246] By: jhi                                   on 2000/12/29  01:23:31
-        Log: Subject: Re: [ID 20001226.002] Not OK: perl v5.7.0 +DEVEL8221 on i86pc-solaris 2.8 (UNINSTALLED)
-             From: Lupe Christoph <lupe@lupe-christoph.de>
-             Date: Thu, 28 Dec 2000 23:00:00 +0100
-             Message-ID: <20001228230000.F2574@alanya.lupe-christoph.de>
-             
-             Suggest rsync --delete --dry-run.
-     Branch: perl
-          ! pod/perlhack.pod
-____________________________________________________________________________
-[  8245] By: jhi                                   on 2000/12/28  23:57:05
-        Log: The maxiters upper limit sanity check (guarding against
-             non-progress) assumed bytes instead of characters in s///
-             and split().
-     Branch: perl
-          ! pp.c pp_hot.c
-____________________________________________________________________________
-[  8244] By: jhi                                   on 2000/12/28  23:34:08
-        Log: Make some panic messages a bit more logical.
-     Branch: perl
-          ! doop.c pod/perldiag.pod pp.c pp_hot.c
-____________________________________________________________________________
-[  8243] By: jhi                                   on 2000/12/28  22:59:16
-        Log: Subject: [PATCH] lvalue AUTOLOAD. No, really.
-             From: Simon Cozens <simon@cozens.net>
-             Date: Wed, 27 Dec 2000 02:30:03 +0000
-             Message-ID: <20001227023003.A7677@deep-dark-truthful-mirror.perlhacker.org>
-     Branch: perl
-          ! pp.c t/pragma/sub_lval.t
-____________________________________________________________________________
-[  8242] By: jhi                                   on 2000/12/28  22:56:53
-        Log: Subject: [PATCH blead] Fix B::Terse indentation
-             From: Daniel Chetlin <daniel@chetlin.com>
-             Date: Wed, 27 Dec 2000 06:43:30 -0800
-             Message-ID: <20001227064329.B9573@darkstar>
-     Branch: perl
-          ! ext/B/B.pm ext/B/B/Terse.pm t/lib/b.t
-____________________________________________________________________________
-[  8241] By: jhi                                   on 2000/12/28  22:48:59
-        Log: The latter patch from the
-             
-             Subject: [PATCH: perl@8211] directory depth typo in one win32 Makefile
-             From: Peter Prymmer <pvhp@forte.com> 
-             Date: Fri, 22 Dec 2000 14:52:12 -0800 (PST)
-             Message-ID: <Pine.OSF.4.10.10012221433140.195493-100000@aspara.forte.com>
-             
-             (the former patch from the above should have been
-             taken care of by Nick I-S)
-     Branch: perl
-          ! win32/Makefile
-____________________________________________________________________________
-[  8240] By: jhi                                   on 2000/12/28  22:45:22
-        Log: Subject: Re: [PATCH] Idea: Declare multiple constants at once
-             From: "Casey R. Tweten" <crt@kiski.net>
-             Date: Fri, 22 Dec 2000 10:35:53 -0500 (EST)
-             Message-ID: <Pine.OSF.4.21.0012221032030.28992-100000@home.kiski.net>
-     Branch: perl
-          ! lib/constant.pm
-____________________________________________________________________________
-[  8239] By: jhi                                   on 2000/12/28  22:37:45
-        Log: Subject: [PATCH] Re: [ID 19991001.003] sort(sub(arg)) misparsed as sort sub args
-             From: Simon Cozens <simon@cozens.net>
-             Date: Wed, 27 Dec 2000 14:12:44 +0000
-             Message-ID: <20001227141244.A13344@deep-dark-truthful-mirror.perlhacker.org>
-     Branch: perl
-          ! t/op/method.t t/op/sort.t toke.c
-____________________________________________________________________________
-[  8238] By: jhi                                   on 2000/12/28  22:30:32
-        Log: Subject: [PATCH perl@8229] Call.pm
-             From: "Paul Marquess" <Paul.Marquess@btinternet.com>
-             Date: Mon, 25 Dec 2000 10:47:15 -0000
-             Message-ID: <000201c06e60$0b967760$a20a140a@bfs.phone.com>
-     Branch: perl
-          ! ext/Filter/Util/Call/Call.pm
-____________________________________________________________________________
-[  8237] By: jhi                                   on 2000/12/28  22:19:21
-        Log: Subject: [PATCH blead] Fix problem with `&' prototype
-             From: Daniel Chetlin <daniel@chetlin.com>
-             Date: Wed, 27 Dec 2000 15:55:32 -0800
-             Message-ID: <20001227155532.D9573@darkstar>
-     Branch: perl
-          ! op.c t/comp/proto.t
-____________________________________________________________________________
-[  8236] By: jhi                                   on 2000/12/28  22:09:25
-        Log: Subject: Re: [PATCH blead] Fix segfault in gv_handler/mg_find
-             From: Daniel Chetlin <daniel@chetlin.com>
-             Date: Sun, 24 Dec 2000 04:09:49 -0800
-             Message-ID: <20001224040949.B3090@darkstar>
-     Branch: perl
-          ! gv.c mg.c t/op/attrs.t
-____________________________________________________________________________
-[  8235] By: jhi                                   on 2000/12/28  22:07:11
-        Log: Subject: [PATCH] Win32::Spawn() didn't inherit cwd and env correctly
-             From: Jan Dubois <jand@ActiveState.com>
-             Date: Tue, 26 Dec 2000 20:57:31 -0800
-             Message-ID: <reti4ts0php3anruv0qcjru3tl850g3sfd@4ax.com>
-     Branch: perl
-          ! win32/win32.c
-____________________________________________________________________________
-[  8234] By: jhi                                   on 2000/12/28  21:52:42
-        Log: Subject: Re: [PATCH] Warn on use of reference as array elem
-             From: Simon Cozens <simon@cozens.net>
-             Date: Thu, 28 Dec 2000 20:33:13 +0000
-             Message-ID: <20001228203313.A2607@deep-dark-truthful-mirror.perlhacker.org>
-     Branch: perl
-          ! pod/perldiag.pod pp_hot.c t/pragma/warn/pp_hot
-____________________________________________________________________________
-[  8233] By: jhi                                   on 2000/12/28  19:40:49
-        Log: Integrate perlio:
-             
-             [  8232]
-             Encode's Makefile.PL fix not good for dmake $(MAKEFILE) is set to -f Makefile
-             and fails to make '-f'. (Also handle case where xxxx.c files have not been deleted.)
-             
-             [  8231]
-             "Compiled" encode build cleanup
-             - Makefile uses catfile $(MAKEFILE) etc. for platform issues.
-             - .c files do not export sub-tables
-     Branch: perl
-         !> ext/Encode/Makefile.PL ext/Encode/compile
-____________________________________________________________________________
-[  8232] By: nick                                  on 2000/12/23  16:06:00
-        Log: Encode's Makefile.PL fix not good for dmake $(MAKEFILE) is set to -f Makefile
-             and fails to make '-f'. (Also handle case where xxxx.c files have not been deleted.)
-     Branch: perlio
-          ! ext/Encode/Makefile.PL
-____________________________________________________________________________
-[  8231] By: nick                                  on 2000/12/23  14:30:34
-        Log: "Compiled" encode build cleanup
-             - Makefile uses catfile $(MAKEFILE) etc. for platform issues.
-             - .c files do not export sub-tables
-     Branch: perlio
-          ! ext/Encode/Makefile.PL ext/Encode/compile
-____________________________________________________________________________
-[  8230] By: nick                                  on 2000/12/23  12:50:37
-        Log: Integrate mainline
-     Branch: perlio
-         !> INSTALL lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
-         !> lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
-         !> pod/perl5004delta.pod pod/perl5005delta.pod
-         !> pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
-         !> pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
-         !> pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
-         !> pod/perlsub.pod
-____________________________________________________________________________
-[  8229] By: jhi                                   on 2000/12/22  15:32:12
-        Log: Integrate perlio:
-             
-             [  8226]
-             Handy script for when one forgets to "dmake clean" 
-             
-             [  8225]
-             CRLF platform issue with io/utf8 fix.
-     Branch: perl
-         +> win32/distclean.bat
-         !> MANIFEST t/io/utf8.t
-____________________________________________________________________________
-[  8228] By: jhi                                   on 2000/12/22  15:29:40
-        Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
-             From: Robin Barker <rmb1@cise.npl.co.uk>
-             Date: Fri, 22 Dec 2000 12:17:38 GMT
-             Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
-     Branch: perl
-          ! lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
-          ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
-          ! pod/perl5004delta.pod pod/perl5005delta.pod
-          ! pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
-          ! pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
-          ! pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
-          ! pod/perlsub.pod
-____________________________________________________________________________
-[  8227] By: jhi                                   on 2000/12/22  15:24:28
-        Log: Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
-             From: "John L. Allen" <allen@grumman.com>
-             Date: Thu, 21 Dec 2000 14:39:58 -0500 (EST)
-             Message-ID: <Pine.SOL.3.91.1001221133227.23511A-100000@gateway.grumman.com>
-             
-             Document APPLLIB_EXP.
-     Branch: perl
-          ! INSTALL
-____________________________________________________________________________
-[  8226] By: nick                                  on 2000/12/21  22:11:50
-        Log: Handy script for when one forgets to "dmake clean" 
-     Branch: perlio
-          + win32/distclean.bat
-          ! MANIFEST
-____________________________________________________________________________
-[  8225] By: nick                                  on 2000/12/21  21:54:04
-        Log: CRLF platform issue with io/utf8 fix.
-     Branch: perlio
-          ! t/io/utf8.t
-____________________________________________________________________________
-[  8224] By: nick                                  on 2000/12/21  21:02:20
-        Log: Integrate mainline
-     Branch: perlio
-         !> Changes Configure Makefile.SH Porting/Glossary
-         !> Porting/config.sh Porting/config_H configure.com
-         !> epoc/config.sh ext/Thread/Thread.xs patchlevel.h
-         !> pod/perlfaq3.pod pod/perlfunc.pod pod/perltoc.pod pp_sys.c
-         !> sv.c t/io/fs.t t/op/misc.t t/op/utf8decode.t t/pragma/utf8.t
-         !> win32/config.bc win32/config.gc win32/config.vc
-____________________________________________________________________________
-[  8223] By: jhi                                   on 2000/12/21  17:09:16
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[  8222] By: jhi                                   on 2000/12/21  16:24:01
-        Log: Metaconfig unit changes for #8221.
-     Branch: metaconfig/U/perl
-         +> issymlink.U
-          - testsyml.U
-          ! Mksymlinks.U
-____________________________________________________________________________
-[  8221] By: jhi                                   on 2000/12/21  16:23:48
-        Log: Rename testsyml to issymlink.
-     Branch: perl
-          ! Configure Porting/Glossary Porting/config.sh Porting/config_H
-          ! epoc/config.sh pod/perltoc.pod win32/config.bc win32/config.gc
-          ! win32/config.vc
-____________________________________________________________________________
-[  8220] By: jhi                                   on 2000/12/21  15:47:26
-        Log: Robustness support for #8218 (symlink forest) since the GNU
-             tools seem to be overly picky about symlinkage depths.
-     Branch: perl
-          ! Makefile.SH t/io/fs.t
-____________________________________________________________________________
-[  8219] By: jhi                                   on 2000/12/21  15:38:27
-        Log: Metaconfig changes for #8218.
-     Branch: metaconfig
-          ! U/modified/Oldconfig.U
-     Branch: metaconfig/U/perl
-          + Mksymlinks.U
-          ! testsyml.U
-____________________________________________________________________________
-[  8218] By: jhi                                   on 2000/12/21  15:37:57
-        Log: Add Configure option -Dmksymlinks which will create a symlink
-             forest if the current/build differs from the source directory.
-             TODO: mkdir -p is not portable.
-     Branch: perl
-          ! Configure
-____________________________________________________________________________
-[  8217] By: jhi                                   on 2000/12/21  14:39:12
-        Log: Subject: [PATCH] Re: Latest tarball doesn't build with threads
-             From: Nick Ing-Simmons <nik@tiuk.ti.com> 
-             Date: Thu, 21 Dec 2000 09:38:18 GMT
-             Message-Id: <200012210938.JAA29043@mikado.tiuk.ti.com>
-             
-             The ofs became an SV.
-     Branch: perl
-          ! ext/Thread/Thread.xs
-____________________________________________________________________________
-[  8216] By: jhi                                   on 2000/12/21  05:40:21
-        Log: The polymorphism seems to have fixed 20000517.001.
-     Branch: perl
-          ! t/pragma/utf8.t
-____________________________________________________________________________
-[  8215] By: jhi                                   on 2000/12/21  04:44:52
-        Log: read() documentation tweak for 20001121.004.
-     Branch: perl
-          ! pod/perlfunc.pod
-____________________________________________________________________________
-[  8214] By: jhi                                   on 2000/12/21  03:54:11
-        Log: Fix for 20001210.003, "write(FH) on closed FH causes segv".
-     Branch: perl
-          ! pp_sys.c t/op/misc.t
-____________________________________________________________________________
-[  8213] By: jhi                                   on 2000/12/21  00:28:10
-        Log: Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com
-             From: Peter Prymmer <pvhp@forte.com>
-             Date: Wed, 20 Dec 2000 16:13:32 -0800 (PST)
-             Message-ID: <Pine.OSF.4.10.10012201609140.11967-100000@aspara.forte.com>
-     Branch: perl
-          ! configure.com
-____________________________________________________________________________
-[  8212] By: jhi                                   on 2000/12/21  00:26:21
-        Log: Edit edit edit.
-     Branch: perl
-          ! pod/perlfaq3.pod
-____________________________________________________________________________
-[  8211] By: jhi                                   on 2000/12/20  18:52:46
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[  8210] By: jhi                                   on 2000/12/20  18:34:47
-        Log: Yet another editor edit.
-     Branch: perl
-          ! pod/perlfaq3.pod
-____________________________________________________________________________
-[  8209] By: jhi                                   on 2000/12/20  15:33:28
-        Log: More Win32 Perling.
-     Branch: perl
-          ! pod/perlfaq3.pod
-____________________________________________________________________________
-[  8208] By: jhi                                   on 2000/12/20  15:07:46
-        Log: More Win32 editor/IDE/shell hints.
-     Branch: perl
-          ! pod/perlfaq3.pod
-____________________________________________________________________________
-[  8207] By: jhi                                   on 2000/12/20  03:54:08
-        Log: Subject: [PATCH] obscure timing knowledge
-             From: Nicholas Clark <nick@ccl4.org>
-             Date: Tue, 19 Dec 2000 19:22:31 +0000
-             Message-ID: <20001219192231.F2827@plum.flirble.org>
-     Branch: perl
-          ! sv.c
-____________________________________________________________________________
-[  8206] By: jhi                                   on 2000/12/20  03:45:57
-        Log: Subject: [ID 20001219.011] Not OK: perl v5.7.1 +DEVEL8205 on alpha-dec_osf-perlio-multi 4.0f (UNINSTALLED)
-             From: Spider Boardman <spider@leggy.zk3.dec.com>
-             Date: Tue, 19 Dec 2000 21:30:16 -0500
-             Message-Id: <200012200230.VAA17619@leggy.zk3.dec.com>
-     Branch: perl
-          ! sv.c
-____________________________________________________________________________
-[  8205] By: jhi                                   on 2000/12/19  23:02:01
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[  8204] By: jhi                                   on 2000/12/19  22:58:18
-        Log: Recode the naughty binary bytes ([\x00-\x08\x0b-\x1f\x7f-\xff])
-             using the \xHH notation.  No more inlined UTF-8, sigh, but easier
-             on editors and diffing/patching.
-     Branch: perl
-          ! t/op/utf8decode.t
-____________________________________________________________________________
-[  8203] By: nick                                  on 2000/12/19  21:36:16
-        Log: Integrate mainline (forgot my own change...)
-     Branch: perlio
-         !> ext/Encode/compile
-____________________________________________________________________________
-[  8202] By: nick                                  on 2000/12/19  21:34:42
-        Log: Integrate mainline.
-     Branch: perlio
-         !> (integrate 61 files)
-____________________________________________________________________________
-[  8201] By: nick                                  on 2000/12/19  21:34:06
-        Log: Avoid looking for File::Glob when we don't need it.
-     Branch: perl
-          ! ext/Encode/compile
-____________________________________________________________________________
-[  8200] By: jhi                                   on 2000/12/19  18:35:49
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[  8199] By: jhi                                   on 2000/12/19  18:35:07
-        Log: Microperl tweaks.
-     Branch: perl
-          ! sv.c uconfig.h uconfig.sh
-____________________________________________________________________________
-[  8198] By: jhi                                   on 2000/12/19  18:29:59
-        Log: Regen Configure, nitfix uconfig.sh (d_vendorarch is needed).
-     Branch: perl
-          ! Configure Porting/Glossary Porting/config.sh Porting/config_H
-          ! config_h.SH pod/perltoc.pod uconfig.h uconfig.sh
-____________________________________________________________________________
-[  8197] By: jhi                                   on 2000/12/19  17:55:29
-        Log: In VMS embedded perls couldn't access the statically built Socket,
-             from Charles Lane.
-     Branch: perl
-          ! configure.com
-____________________________________________________________________________
-[  8196] By: jhi                                   on 2000/12/19  17:49:50
-        Log: Subject: [PATCH perl@8143] DB_File-1.75 (was RE: [8104] DB_File)
-             From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk> 
-             Date: Sun, 17 Dec 2000 19:11:44 -0000
-             Message-ID: <000801c0685d$3224e5a0$a20a140a@bfs.phone.com> 
-     Branch: perl
-          ! ext/DB_File/Changes ext/DB_File/DB_File.pm
-          ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
-____________________________________________________________________________
-[  8195] By: jhi                                   on 2000/12/19  17:47:53
-        Log: Subject: [patch perl@8150] h2xs SYNOPSIS
-             From: Jonathan Stowe <gellyfish@gellyfish.com>
-             Date: Mon, 18 Dec 2000 10:24:38 +0000 (GMT)
-             Message-ID: <Pine.LNX.4.10.10012181021180.20731-100000@orpheus.gellyfish.com>
-     Branch: perl
-          ! utils/h2xs.PL
-____________________________________________________________________________
-[  8194] By: jhi                                   on 2000/12/19  17:46:28
-        Log: Subject: Re: useless use of void context work-around
-             From: andreas.koenig@anima.de (Andreas J. Koenig)
-             Date: 16 Dec 2000 15:13:36 +0100
-             Message-ID: <m3g0jofo8f.fsf@ak-71.mind.de>
-             
-             Document (comment) the q(di ds ig) trick in the code.
-     Branch: perl
-          ! op.c
-____________________________________________________________________________
-[  8193] By: jhi                                   on 2000/12/19  17:10:57
-        Log: Subject: [ID 20001215.004] Sys::Syslog::xlate doesn't handle LOG_EMERG
-             From: "Mark J. Reed" <mreed@strange.turner.com>
-             Date: Fri, 15 Dec 2000 21:22:29 -0500 (EST)
-             Message-Id: <200012160222.VAA13986@strange.turner.com>
-     Branch: perl
-          ! ext/Sys/Syslog/Syslog.pm
-____________________________________________________________________________
-[  8192] By: jhi                                   on 2000/12/19  17:07:45
-        Log: Subject: [PATCH] Re: [PATCH] strtoq, strtou(q|ll|l) testing
-             From: Nicholas Clark <nick@ccl4.org>
-             Date: Sat, 16 Dec 2000 19:03:13 +0000
-             Message-ID: <20001216190313.D68304@plum.flirble.org>
-     Branch: perl
-          ! t/op/64bitint.t
-____________________________________________________________________________
-[  8191] By: jhi                                   on 2000/12/19  17:06:13
-        Log: Subject: [ID 20001218.005] Not OK: perl v5.7.0 +DEVEL8148 on powerpc-machten 4.1.4
-             From: Dominic Dunlop <domo@computer.org>
-             Date: Mon, 18 Dec 2000 12:00:15 +0100
-             Message-Id: <p04320404b6639e7aa043@[192.168.1.4]>
-             
-             This patchlet is needed in order that perl can be statically linked.  
-     Branch: perl
-          ! regexec.c
-____________________________________________________________________________
-[  8190] By: jhi                                   on 2000/12/19  17:03:08
-        Log: Subject: [PATCH perl@8133] finding PerlIO symbols for VMS
-             From: "Craig A. Berry" <craig.berry@psinetcs.com>
-             Date: Sun, 17 Dec 2000 00:18:35 -0600
-             Message-Id: <p04330102b661bc01daba@[172.16.52.1]>
-     Branch: perl
-          ! perlio.h vms/gen_shrfls.pl
-____________________________________________________________________________
-[  8189] By: jhi                                   on 2000/12/19  16:20:28
-        Log: Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
-             From: Prymmer/Kahn <pvhp@best.com>
-             Date: Tue, 19 Dec 2000 08:08:31 -0800 (PST)
-             Message-ID: <Pine.BSF.4.21.0012190804040.14656-100000@shell8.ba.best.com>
-             
-             A better version of #8188.
-     Branch: perl
-          ! pod/perlfaq3.pod
-____________________________________________________________________________
-[  8188] By: jhi                                   on 2000/12/19  15:57:06
-        Log: (Replaced by #8189)
-             
-             Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
-             Date: Mon, 18 Dec 2000 08:03:34 -0800 (PST)
-             From: Prymmer/Kahn <pvhp@best.com>
-             Message-ID: <Pine.BSF.4.21.0012180802090.27110-100000@shell8.ba.best.com>
-             Subject: Re: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
-             From: Ronald J Kimball <rjk@linguist.Thayer.Dartmouth.EDU>
-             Date: Mon, 18 Dec 2000 11:10:45 -0500
-             Message-ID: <20001218111044.B180222@linguist.thayer.dartmouth.edu>
-     Branch: perl
-          ! pod/perlfaq3.pod
-____________________________________________________________________________
-[  8187] By: jhi                                   on 2000/12/19  15:54:19
-        Log: Email address fix for Anton Berezin.
-     Branch: perl
-          ! AUTHORS
-____________________________________________________________________________
-[  8186] By: jhi                                   on 2000/12/19  15:38:54
-        Log: Subject: [PATCH perl@8102] cygwin port
-             From: "Eric Fifer" <efifer@dircon.co.uk> 
-             Date: Thu, 14 Dec 2000 13:41:29 -0000
-             Message-Id: <200012141340.NAA54236@mailhost1.dircon.co.uk>
-             
-             When compiling modules the data item that is being imported
-             from libperl.dll needs to be tagged as imported/shared data:
-             extern __declspec(dllimport) PerlIO_funcs PerlIO_pending;
-     Branch: perl
-          ! perliol.h
-____________________________________________________________________________
-[  8185] By: jhi                                   on 2000/12/19  14:53:24
-        Log: Regen uconfig.h and uconfig.sh.
-     Branch: perl
-          ! uconfig.h uconfig.sh
-____________________________________________________________________________
-[  8184] By: jhi                                   on 2000/12/18  20:43:49
-        Log: Comments work so much better when they are closed.
-     Branch: perl
-          ! regcomp.c
-____________________________________________________________________________
-[  8183] By: jhi                                   on 2000/12/18  18:04:02
-        Log: Some compilers (e.g. HP-UX) can't switch on 64-bit integers.
-             Fixes the bug 20001218.016.
-     Branch: perl
-          ! regcomp.c
-____________________________________________________________________________
-[  8182] By: gsar                                  on 2000/12/18  09:53:47
-        Log: delete spurious files
-     Branch: maint-5.6/perl
-          - lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif vos/config.def
-          - vos/config.h vos/config_h.SH_orig
-____________________________________________________________________________
-[  8181] By: gsar                                  on 2000/12/18  09:46:08
-        Log: regen perltoc
-     Branch: maint-5.6/perl
-          ! pod/buildtoc.PL pod/perl.pod pod/perlapi.pod pod/perltoc.pod
-____________________________________________________________________________
-[  8180] By: gsar                                  on 2000/12/18  09:20:27
-        Log: integrate changes#7924..7926,7946,7952 from mainline
-             
-             A test works better if it has the right 1..$n output.
-             
-             All the core library users of Class::Struct seem to be
-             using "use Class::Struct 'struct';" instead of the bare
-             "use Class::Struct;", which isn't documented in Class::Struct.
-             This can't be right.
-             
-             Make the Class::Struct import() wiser.
-             
-             Upgrade to CPAN 1.59_51, from Andreas König.
-             
-             Subject: Re: long shell lines
-             Split overly long shell command lines.
-     Branch: maint-5.6/perl
-         !> lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/MM_Unix.pm
-         !> lib/File/stat.pm t/lib/class-struct.t
-____________________________________________________________________________
-[  8179] By: gsar                                  on 2000/12/18  08:55:54
-        Log: integrate changes#7889,7890,7900,7903,7904,7907,7910,7917,
-             7918,7919,7988,8907 from mainline (various)
-             
-             Subject: [ID 20001127.004] White space problem in perlamiga.pod
-             
-             Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
-             
-             Subject: [PATCH] perlcc.PL cleanups
-             
-             Subject: [PATCH] Updating perltie.pod for arrays
-             
-             Subject: [ID 20001128.002] what's the point of example code if it is buggy?
-             Subject: Re: [PATCH] Updating perltie.pod for arrays
-             Subject: Re: [PATCH] Updating perltie.pod for arrays
-             
-             One more perltie.pod nit from Casey R. Tweten.
-             
-             Subject: [PATCH] $^O  win32 -> MSWin32
-             plus similar nits for vms, err, VMS, and UNICOS.
-             
-             Subject: Re: Minor suggestion for Sys::Syslog  [PATCH]
-             More checking in case someone has broken their services or
-             protocol databases.
-             
-             Make "use Class::Struct 'struct';" work again (broken by #7617);
-             add a test for Class::Struct.
-             
-             Integrate the "skip" messages to explain().
-             
-             Subject: [PATCH: perl@8892] treat unicoding and null bytes in op/append.t
-     Branch: maint-5.6/perl
-         +> t/lib/class-struct.t
-         !> MANIFEST README.amiga ext/Sys/Syslog/Syslog.pm gv.c
-         !> lib/Class/Struct.pm pod/perlipc.pod pod/perltie.pod
-         !> t/lib/syslfs.t t/op/lfs.t utils/perlcc.PL
-____________________________________________________________________________
-[  8178] By: gsar                                  on 2000/12/18  08:16:30
-        Log: avoid redefinition warnings on windows due to sys/socket.h getting
-             #included before win32.h
-     Branch: maint-5.6/perl
-          ! win32/include/sys/socket.h
-____________________________________________________________________________
-[  8177] By: gsar                                  on 2000/12/18  05:24:04
-        Log: make regen_headers; fix POSIX.xs problems; remove outdated
-             code from sys/socket.h that makes build fail now
-     Branch: maint-5.6/perl
-          ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
-          ! pod/perlapi.pod
-         !> win32/include/sys/socket.h
-____________________________________________________________________________
-[  8176] By: gsar                                  on 2000/12/18  05:20:17
-        Log: update Changes
-     Branch: maint-5.6/perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[  8175] By: gsar                                  on 2000/12/18  04:57:48
-        Log: integrate changes#7643,7646..7649,7651..7654,7658,7659,
-             7661..7665,7667..7669,7671,7673,7676,7677,7681..7683,
-             7689..7697,7699..7701,7703,7705,7714,7715,7718..7723,
-             7725,7726,7729..7732,7737,7748,7749,7758,7759,7761,7773,
-             7775,7776,7782,7785..7787,7804,7807,7808,7810,7811,7816,
-             7823,7825,7838
-             
-             Subject: Re: [PATCH] README.solaris
-             
-             Add getpagesize() probing, on non-UNIX guess 'undef'.
-             
-             Simplify the getpagesize() unit by dropping the
-             pagesize probe since it's nowadays slightly more
-             complicated because of sysconf(). (Note: if some
-             platform really needs the -lPW for getpagesize,
-             I just broke it.)
-             TODO: a new pagesize unit.
-             
-             Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
-             
-             MachTen doesn't really do mmap() and munmap().
-             Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
-             
-             More README.solaris updates from Andy Dougherty.
-             
-             Copy the s// information of README.hpux also to the perlrun.
-             
-             Add HAS_FSYNC, lack noticed by Nicholas Clark.
-             
-             Add a metaconfig unit for fsync.
-             
-             Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
-             
-             Many subdocumented return values of the IO extension now documented.
-             ungetc and write still left subdocumented.
-             Subject: [PATCH] (was Re: IO::Handle::ungetc)
-             
-             Document tell() on special streams.
-             
-             Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
-             
-             Subject: [ID 20001112.007] sfio's sftell isn't ftell
-             
-             Couple of tests from #7660 salvaged.
-             
-             Tweak the definition of the bit complement on UTF-8 data:
-             if none of the characters in the string are > 0xff,
-             the result is a complemented byte string, not a (UTF-8)
-             char string.  Based on the summary in
-             Subject: Re: [ID 20000918.005] ~ on wide chars
-             This should give us the maximum backward (pre-char string)
-             compatibility and utf8 compatibility.  The other alternative
-             would be to limit the bit complement to be always byte only,
-             taking the least significant byte of the chars.
-             
-             Cleanup messy #ifdef.
-             
-             Typos in #7667.
-             
-             Declare reg_data like reg_substr_data.
-             
-             Placate nervous compilers that see longer than ints switch()ing.
-             
-             Remove the new two tests of lib/io_xs for now, they seem to
-             fail under perlio on some platforms.
-             
-             Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
-             
-             Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
-             
-             Subject: tiny typo in perl5db.pl
-             
-             Subject: some additions for makefiles for win32 (for perl@7674)
-             
-             Hoist the duplicated socket/netdb include logic to perl.h;
-             undef SETERRNO in case SOCKS has defined it.  Based on:
-             Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris   
-             
-             Regen Configure.
-             
-             Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
-             (a macro to define signed and unsigned integer constants).
-             
-             Use UINT64_C().
-             Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
-             
-             Use u_int32_t for the size of hash_cb(), not size_t.
-             Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
-             
-             Quit utf8_to_uv() instantly if curlen == 0.
-             
-             Subject: [PATCH: perl@7674] updates to README.os390
-             
-             Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
-             
-             EBCDIC tweaks.
-             Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
-             
-             Linenumber fix.
-             
-             SOCKS has its own USE_THREADS, based on
-             Subject: [ID 20001114.002] et. al. bugfix followup
-             
-             UINT64_C() work continues.
-             
-             Detypo.
-             
-             The type of the hash_cb() size argument is tricky.
-             
-             Add fwalk() probe to the configuration files and regen perltoc.
-             
-             Subject: perllocale.pod changes
-             
-             Avoid an infinite loop in VMS when utils scripts are run
-             with no arguments, from Charles Lane.
-             
-             Subject: Re: Bug in Carp::Heavy/5.6.0?
-             
-             For Solaris use64bitall the stdchar needs a little bit of help.
-             
-             The long double hints can be here or there.
-             
-             Test tweak for the open pragma.
-             
-             Also the 64bitall hints can be either here or there.
-             
-             As surmised the #7719 wasn't a good move.
-             
-             Subject: Fix for 20000409.001
-             
-             Subject: Fix for 20000815.006
-             It's really 20000518.006.
-             
-             Subject: [PATCH 5.6.0 README.win32] very minor typos
-             
-             Subject: Fix for README.amiga (20000323.033)
-             
-             Explain in more detail the {} syntax ambiguousity.
-             Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
-             
-             Sparc 64-bit pack() fix from Jens Hamisch.
-             
-             Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
-             
-             Subject: podlators 1.05 available        
-             
-             Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
-             
-             Subject: [perl 7711: EPOC] updates
-             
-             Make certain MacOS Classic has NO_ENVIRON_ARRAY.
-             
-             Miraculous typo.
-             
-             sysseek() instead of seek().
-             
-             Solaris hints tweaks.
-             
-             Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
-             This may be overly harsh but until proven otherwise, we think this
-             way, or until we have a simple test for Configure (having to start
-             up servers is does not count as simple) to check for the problems.
-             
-             Remove the shared object before attempting to create
-             (by linking) a new one.  E.g. in AIX not removing
-             becomes quite painful if one tries to do more than one
-             build in the same tree (an interrupted build, for example),
-             since the AIX' shared dynaloader seemingly keeps the shared
-             objects open and therefore 'busy' for quite a while, even when
-             nobody is using the objects, leading into link failures.
-             
-             Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
-             
-             Subject: DOC PATCH 5.6.0 perlreftut
-             
-             Subject: [PATCH: perl@7777] add system locale testing for VMS
-             
-             Subject: [PATCH] Test.pm POD peculiarity
-             
-             Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
-             
-             Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
-             
-             Subject: Re: perl@7777 
-             Detypoing.
-             
-             Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
-             
-             Go ahead and #include <unistd.h> in perl.h.
-             
-             Subject: [PATCH perl@7795] small cleanup task for test suite
-             
-             Subject: Re: av.c patch (having slight problems)
-             unshift() speedup.
-             
-             Reach back one higher up when searching for PERL_SRC.
-     Branch: maint-5.6/perl
-         +> lib/File/Spec/Epoc.pm
-         !> (integrate 88 files)
-____________________________________________________________________________
-[  8174] By: gsar                                  on 2000/12/18  03:53:09
-        Log: integrate changes#7602,7604..7611,7614,7616..7619,7621..7623,
-             7625..7629,7631..7634,7637,7639,7642 from mainline
-             
-             Fix for the tie-refhash string table leaks.
-             
-             Subject: [patch perl@7595] VMS configure.com tweak
-             
-             More careful detection of how well NVs and UVs mix.
-             Subject: [PATCH] Re: NV preserving UV (wasRe: [ID 20001007.002] Not OK: perl v5.7.0 +DEVEL7158 on armv4l-linux-64int 2.2.17-rmk1 (UNINSTALLED))
-             Added some SIGFPE paranoia.
-             
-             Forgot to bump the line numbers in #7601.
-             
-             Subject: PATCH std stdio for (Free)BSD
-             
-             Deleting $ENV{PATH} in VMS is not recommendable.
-             
-             Locale buglets.
-             Subject: RE: Locales support (setlocale) fixes
-             
-             Do not test UTF-8 locales since that the tests would require
-             polymorphic regexen.
-             
-             Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
-             
-             A missing aTHX_.
-             
-             Subject: [ID 20001108.013] spelling
-             
-             Subject: [PATCH] Class::Struct at compile time
-             
-             Make deleting for %ENV work for (newer versions of) VMS,
-             from Craig A. Berry.
-             
-             Forgot from #7618.
-             
-             More VMS moves on environment handling, from Charles Lane.
-             
-             Remove unused extra arguments.
-             
-             Typo in an ifndef.
-             Subject: Re: [PATCH 5.7.0] better messages from malloc()
-             
-             Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
-             All except the "cow orker" change.
-             
-             The generated boot_* headers are wrong.  Pickier compiler,
-             such as KAI C++ will refuse to compile the resulting perlmain.
-             Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
-             
-             There's no =head3.
-             
-             Disable only the tests 99 and 166 for UTF-8 locales.
-             
-             Missing dTHXs.
-             Subject: RE: perl@7595 builds not on cygwin
-             
-             Subject: Re: bash -c exit and linux hints 
-             
-             Various doc oddball characters.
-             Subject: [ID 20001106.004] Perl 5.6.0 bugs  
-             
-             Subject: [PATCH] IO::Seekable pod
-             
-             Amdahl UTS hints updates.
-             Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
-             
-             Explain better why certain regex tests are skipped.
-             Subject: Re: tests skipped: unknown reason
-             
-             Subject: [PATCH] README.solaris
-             
-             Subject: [PATCH perl@7638] cygwin port
-     Branch: maint-5.6/perl
-         +> README.solaris
-         !> (integrate 26 files)
-____________________________________________________________________________
-[  8173] By: gsar                                  on 2000/12/18  03:37:02
-        Log: integrate changes#7472,7474..7478,7481,7485,7489,7493,7494,7496,
-             7497,7499..7503,7505..7507,7509..7513,7515..7523,7526..7534,
-             7536,7540,7542,7544..7546,7549,7553,7556,7557,7559,7561..7563,
-             7565,7568..7572,7576,7578..7589,9592..7594,7596..7601 from mainline
-             
-             Better create a true mailing list for the repository keepers.
-             
-             Subject: [ID 20001027.007] uniq array in perlfaq
-             
-             De-quoted-unreadable to ISO Latin 1.
-             (There's one ISO-2022-JP name in Changes5.004.)
-             
-             Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
-             
-             The #7476 needs a MANIFEST change, too.
-             
-             Add also emailless people.
-             
-             UTF-8 decoder tweak.
-             
-             Make \x{...} consistently produce UTF-8.
-             Subject: Re: \x{...} is confused 
-             
-             Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
-             
-             Add a perlbug flag, -A, to avoid acknowledgement messages.
-             Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
-             
-             Use Errno magic.
-             Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
-             
-             Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
-             
-             Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
-             
-             Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
-             
-             Be more lenient on bad UTF-8 when doing bit arithmetics.
-             Subject: Re: [ID 20000918.005] ~ on wide chars
-             (The ord() part of the patch skipped.)
-             
-             Subject: perlfaq style changes
-             
-             AUTHORS tweaks.
-             
-             Whitespace style tweak.  Was originally going to see to
-             Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
-             but that had already been taken care of.
-             
-             The compiler is either gcc or cc, from Tom Bates.
-             
-             The osname has been lowercased by now, from Tom Bates.
-             
-             The NonStop-UX libraries have a novel way to say NaN.
-             
-             printf UVs the correct way, noticed by Robin Barker.
-             
-             Subject: [PATCH] startperl to respect versiononly
-             
-             AUTHORS updates.
-             
-             Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
-             
-             Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
-             
-             Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
-             
-             Generalize the Camel wording.
-             Subject: Re: perlfaq style changes
-             
-             Subject: [ID 20001005.006] Documentation -- description of qr//
-             
-             C.pm part of
-             Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
-             
-             Locale warning explanation tweak.
-             
-             Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
-             
-             Make the POSIX::setuid and POSIX::setgid to really call setuid()
-             and setgid() because they were just changing $< and $( which means
-             only changing the real uid/gid, as opposed to changing both
-             real and effective ids.  (The alternative way could have been
-             in POSIX.pm to change $> and $), too, but making a direct call
-             to the C API feels cleaner.)  Fixes the bug
-             Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
-             
-             Expand %Config variables and %ENV variables only if
-             so requested during build time using the
-             PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
-             Not expanding makes relocating distributions easier.
-             
-             More tweaking on the #7522 theme.
-             
-             Test::Harness revealed buglets in the new DynaLoader.
-             Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
-             
-             Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
-             fix a autovivification bug in Tie::RefHash, add tests for both.
-             Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
-             
-             Detpyo.
-             
-             recv() can fail and return undef.
-             Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable    
-             
-             Fix the problem discussed in
-             Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
-             originally from Linc Madison.  Also Andreas König's comments
-             taken into account.  Some other problems with Tie::SubstrHash
-             fixed: didn't croak when the table exceeded the requested number
-             of entries (as documented) but instead when the number of entries
-             exceeded the size of the table, a croak() had an unnecessary \n,
-             didn't have a CLEAR method, documented that there is no exists().
-             Didn't fix to be strict-proof because the module uses &foo; and
-             dynamic scope.  Added a test script exercizing both first tamely 
-             the basic functionality, and then the failure cases reported by
-             Linc Madison.
-             
-             Subject:  [PATCH] Perl@7504, vms/gen_shrfls.pl
-             
-             The #7521 touched things it shouldn't have.
-             
-             Subject: [PATCH 5.7.0] better messages from malloc()
-             
-             Subject: Re: README.aix
-             
-             Add FCNTL_CAN_LOCK.
-             Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
-             Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
-             
-             Locale tweakery.  Add test case for bug id 20000809.003 to op/misc,
-             create a "fast path" for locale name probing using "locale -a"
-             if available, squash finally hopefully the s?printf resetting
-             the numeric locale (since, IIUC perllocale, it never shouldn't). 
-             
-             More Changes tweakery.
-             
-             Dying is too strict here, better just skip.
-             
-             Subject: Locales support (setlocale) fixes
-             Modified quite a bit to be more portable.
-             
-             Configure would use a bad $myuname from an old config.sh.
-             Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
-             
-             Fix for
-             Subject: [ID 20001004.006] undef is never tainted
-             An undef read from a slurped file was not tainted.
-             
-             Fix for
-             Subject: [ID 20001004.007] taint propogation is inconsistent
-             The culprit was sv_setsv() which was rather blindly
-             propagating taint, which lead to behaviour where if
-             a tainted anon hash value was seen all the hash values
-             from then on at that level became tainted, or at any
-             upper levels in the case of nested anon hashes.
-             
-             Test tweak: show also the failed locales.
-             Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8  
-             
-             A fix of sorts for 20000329.026, a better error message
-             for a missing "use charnames" when using the \N{...}. 
-             
-             Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
-             
-             Add =pod to be tidy.
-             
-             Fix for bug id 19990615.008, pos() unset during s///ge.
-             
-             Add a note for future generations about bug id 20000229.006.
-             
-             Use -dM for gcc (the suggested patch did it only for Linux,
-             but I think it can be generalized).
-             Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
-             
-             opmini.o can linger from Configures past.
-             
-             Document that the evaled syntax errors cause scalar leaks.
-             
-             Fix for
-             Subject: [ID 20000728.005] perl -P broken
-             (hopefully).  The fix is also not complete, it seems to break
-             BOM swallowing for libc5 systems, but until someone figures
-             out a way to do this without ftell(), this will do.
-             
-             AUTHORS updates.
-             
-             Subject: Re: rsync'ed patches vs. rsync'ed source
-             
-             Admit that the test leaks scalars.
-             
-             Sanitize the environment further.
-             
-             VOS updates from Paul Green.
-             
-             Document %ENV = () portability issues.
-             
-             Make the stdio test program of 7427 less noisy while being        
-             compiled so that Digital UNIX wouldn't get both
-             d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
-             undefined.  This makes perlio happy.
-             
-             glibc5 detection by __GNU_LIBRARY__.
-             
-             %ENV note tweaks from Dan Sugalski.
-             
-             Varargs don't always work too well if one puts an unsigned
-             char on the stack and pop an unsigned quad off the stack.
-             Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
-             
-             Subject: Pod updates
-             
-             Fake support of holey files in win/dosish platforms.
-             Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
-             
-             A doc addition for bug id 20001105.019, beware \p.
-             
-             Tweak #7587.
-             
-             Subject: [PATCH perl@7573] configure.com and st-lock.t changes for   
-             
-             perlhack updates from H.Merijn Brand.
-             
-             Subject: [PATCH perl@7573] cygwin port
-             Synchronize with Cygwin 1.1.5.
-             
-             Bad thinko in #7581 (I used the test program with the expanded
-             values as-is).
-             
-             Make perlbug not insist on dumping to a file when stdout isn't a tty.
-             Subject: [PATCH] perlbug.PL
-             
-             Overrideable keys, each, pop, push, shift, splice, unshift.
-             Subject: [PATCH] prototyped functions that should be overrideable
-             
-             Try to avoid flockless and emulationless places.
-     Branch: maint-5.6/perl
-         +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
-          - MAINTAIN
-         !> (integrate 111 files)
-____________________________________________________________________________
-[  8172] By: jhi                                   on 2000/12/18  02:49:27
-        Log: Regen pods.
-     Branch: perl
-          ! pod/perlmodlib.pod pod/perltoc.pod
-____________________________________________________________________________
-[  8171] By: gsar                                  on 2000/12/18  02:49:24
-        Log: integrate changes#7447,7448,7450,7454,7456,7457,7460,7462,
-             7465..7471 from mainline
-             
-             Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
-             in platforms that strictly require all the symbols being present
-             at link time.
-             
-             Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
-             
-             Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
-             
-             Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
-             
-             Subject: [PATCH] todo
-             
-             Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
-             
-             Use $sort, $uniq (and $tr) consistently as wondered
-             by Nicholas Clark.
-             
-             Too enthusiastic editing in #7460.
-             
-             The reëntrant version shouldn't be needed unless USE_PURE_BISON.
-             
-             Upgrade to CPAN 1.58_55.
-             Subject: CPAN.pm status
-             
-             Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
-             
-             Make target reordering to avoid pointless re-makes.
-             Subject: Re: Total re-make of 'make okfile' after 7451 ?
-             
-             Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
-             
-             Subject: DOC PATCH 5.6.0
-             
-             Add the repository doc by Malcolm, Sarathy, and by Simon,
-             name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
-     Branch: maint-5.6/perl
-         +> Porting/repository.pod
-         !> Configure MANIFEST Makefile.SH README.dos README.os2
-         !> config_h.SH configure.com embed.h embed.pl handy.h lib/CPAN.pm
-         !> lib/CPAN/FirstTime.pm perl.h pod/perlfunc.pod pod/perltodo.pod
-         !> pp.c proto.h t/io/open.t t/op/assignwarn.t toke.c
-____________________________________________________________________________
-[  8169] By: gsar                                  on 2000/12/18  02:33:34
-        Log: integrate changes#7416,7417,7420..7422,7424,7426..7429,7431..7433,
-             7435..7441,7445 from mainline
-             
-             Make the UTF-8 decoding stricter and more verbose when
-             malformation happens.  This involved adding an argument
-             to utf8_to_uv_chk(), which involved changing its prototype,
-             and prefer STRLEN over I32 for the UTF-8 length, which as
-             a domino effect necessitated changing the prototypes of
-             scan_bin(), scan_oct(), scan_hex(), and reg_uni().
-             The stricter UTF-8 decoding checking uses Markus Kuhn's
-             UTF-8 Decode Stress Tester from
-             http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
-             
-             Run vms/vms_yfix.pl, should have done that after changing
-             perly.c in #7382.
-             
-             Subject: [PATCH 5.7.0] static linking with uninstalled perl
-             
-             (Replaced by #7440.)
-             Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
-             
-             Fix the bug ID 20001024.005, the bug introduced by #7416.
-             
-             Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
-             
-             Fix the bug reported in
-             From: andreas.koenig@anima.de (Andreas J. Koenig)
-             Also make is_utf8_char() stricter.
-             
-             Missed the header file changes from #7425.
-             
-             Check if stdio supports tweaking lval and cnt simultaneously.
-             Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
-             
-             Stratus VOS updates from Paul Green.
-             
-             Podify README.epoc and README.vos.
-             
-             Add targets to Makefile.SH, most importantly
-             'regen_all' which also remembers to update vms/perly*.
-             
-             Subject: Minor update to find2perl, for portability
-             
-             Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
-             
-             Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
-             
-             Rename UTF8LEN() to be UNISKIP(), too confusing to have
-             UTF8LEN() and UTF8SKIP(). 
-             
-             Allow poking holes at the UTF-8 decoding strictness.
-             
-             Continue the internal UTF-8 API tweaking.
-             Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
-             used much more than the simpler API, now called utf8_to_uv_simple().
-             Still not quite happy with API, too much partial duplication
-             of functionality.
-             
-             A new version of making the syslog test more robust.
-             (Replaces #7421.)
-             Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
-             
-             buildtoc target tweaks.
-             
-             Integrate with vmsperl #7430 by Charles Bailey:
-             
-             Cleanup from prior patch (Charles Lane?):
-             - improve handling of MFDs in Basename and Path
-             - default to no xsubpp line # munging when building debug images
-     Branch: maint-5.6/perl
-         +> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
-         +> vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
-         !> (integrate 67 files)
-____________________________________________________________________________
-[  8168] By: gsar                                  on 2000/12/18  02:05:49
-        Log: integrate changes#7512,7733 from mainline (regex bugfixes)
-             
-             Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
-             From: Martin Husemann <martin@duskware.de>
-             
-             Subject: [PATCH 5.7.0] restore match data on backtracing
-             From: Ilya Zakharevich <ilya@math.ohio-state.edu>
-     Branch: maint-5.6/perl
-         !> regcomp.c regexec.c t/op/re_tests
-____________________________________________________________________________
-[  8167] By: gsar                                  on 2000/12/18  01:55:22
-        Log: integrate changes#7858,7986 from mainline
-             
-             C<foreach my $x ...> in pseudo-fork()ed process may diddle
-             parent's memory; fix it by keeping track of the actual pad
-             offset rather than a raw pointer (this change is probably also
-             relevant to non-ithreads case to avoid fallout from reallocs of
-             the pad array, but is currently only enabled for the ithreads
-             case in the interests of minimal disruption to existing "well
-             tested" code)
-             
-             fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
-             due to the notorious GetFileType() bug in Windows 9x, which fstat()
-             tickles)
-     Branch: maint-5.6/perl
-         !> embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
-         !> proto.h scope.c scope.h sv.c t/op/fork.t win32/perlhost.h
-         !> win32/win32.c win32/win32.h win32/win32sck.c
-____________________________________________________________________________
-[  8166] By: gsar                                  on 2000/12/18  01:52:59
-        Log: integrate changes#7626,7632,7717,7738,7814,7817,7902,7912,7915
-             from mainline (xsubpp and ExtUtils::LibList fixups, various
-             other small items)
-             
-             The generated boot_* headers are wrong.  Pickier compiler,
-             such as KAI C++ will refuse to compile the resulting perlmain.
-             Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
-             
-             Various doc oddball characters.
-             Subject: [ID 20001106.004] Perl 5.6.0 bugs  
-             
-             Subject: [PATCH] Re: 20001101.003 PDL
-             
-             Subject: [PATCH 5.7.0] etags broken again
-             
-             Subject: [PATCH 5.7.0] Liblist finally works
-             
-             Subject: [PATCH 5.7.0] Liblist returns found libraries
-             
-             Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
-             
-             Subject: [PATCH 5.7.0] OUT keyword for xsubpp
-             
-             Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
-             OUT keyword nits.
-             Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
-             OUT and IN_OUT documentation.
-     Branch: maint-5.6/perl
-         !> emacs/cperl-mode.el emacs/ptags lib/ExtUtils/Liblist.pm
-         !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
-         !> lib/ExtUtils/xsubpp lib/unicode/syllables.txt minimod.pl
-         !> pod/perlfunc.pod pod/perlxs.pod pod/perlxstut.pod t/op/split.t
-         !> win32/bin/search.pl
-____________________________________________________________________________
-[  8165] By: gsar                                  on 2000/12/18  01:28:45
-        Log: integrate changes#7533,7563,7611,7623 from mainline (various
-             malloc.c embellishments)
-     Branch: maint-5.6/perl
-         !> malloc.c pod/perldiag.pod
-____________________________________________________________________________
-[  8164] By: gsar                                  on 2000/12/18  01:23:33
-        Log: integrate changes#7419,7806,8129 from mainline (various h2xs
-             fixups)
-     Branch: maint-5.6/perl
-         !> utils/h2xs.PL
-____________________________________________________________________________
-[  8163] By: gsar                                  on 2000/12/18  01:17:50
-        Log: integrate changes#7493,7599,7803 from mainline (various perlbug
-             fixups)
-     Branch: maint-5.6/perl
-         !> Makefile.SH utils/perlbug.PL
-____________________________________________________________________________
-[  8162] By: gsar                                  on 2000/12/18  00:25:43
-        Log: always export Perl_deb() (it is required by re.xs whether
-             Perl is built with or without -DDEBUGGING)
-     Branch: maint-5.6/perl
-          ! makedef.pl
-____________________________________________________________________________
-[  8161] By: gsar                                  on 2000/12/18  00:23:38
-        Log: integrate change#7414 from mainline
-             
-             Undo the basename() part of #7412 since the lib/basename
-             tests would need upgrading too.
-             
-             squelch two tests in tr.t that rely on tr/// paranoia change
-             that's not in 5.6.x
-     Branch: maint-5.6/perl
-          ! t/op/tr.t
-         !> lib/File/Basename.pm
-____________________________________________________________________________
-[  8160] By: gsar                                  on 2000/12/18  00:05:30
-        Log: missing change in previous integrate
-     Branch: maint-5.6/perl
-         !> README.aix
-____________________________________________________________________________
-[  8159] By: gsar                                  on 2000/12/18  00:03:38
-        Log: integrate changes#7205..7210,7212,7214..7219,7222,7223,7225,7226,
-             7228,7230..7241,7243,7346,7347,7350..7354,7356,7358..7360,7362,
-             7363,7365..7368,7370..7374,7376..7386,7391,7393..7399,7404..7408,
-             7410..7413 from mainline
-             
-             Introduce the man[24-8] variables, from Andy Dougherty.
-             
-             Upgrade to CPAN 1.58, from Andreas König.
-             
-             An updated EBCDIC tr patch.
-             Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
-             
-             Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
-             
-             Two thirds of
-             Subject: Proposed patches, Install.pm getopts.pl termcap.pl
-             The Install.pm changes will be submitted separately because
-             they need some work and discussion still.
-             
-             The Install.pm third of
-             Subject: Proposed patches, Install.pm getopts.pl termcap.pl
-             
-             Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
-             
-             Subject: [PATCH 5.7.0] IVs in mtats
-             
-             Subject: [PATCH 5.7.0] Perl API for mstats
-             
-             Ilya implemented the memory profiling API.
-             
-             In Amdahl UTS "struct sv" is defined by a system header,
-             <ksync.h>.
-             
-             Slight tweak of the code to appease Amdahl UTS cc.
-             
-             Amdahl UTS doesn't seem to do dynaloading.
-             
-             Use UTF8SKIP(), from Simon Cozens.
-             
-             Thinko in #7222.
-             
-             op/sprintf.t patch for OS/390 (and any other host with limited
-             floating-point exponent length)
-             Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
-             
-             Tweak #7225.
-             Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
-             
-             Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
-             
-             Needs to be conditional on SunOS 4.
-             Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
-             
-             Test cases for bug id 20000323.056 (the bug seems to be fixed).
-             
-             Add test for bug id 20000427.003 (which seems to have
-             been fixed) (also duplicate as 20000427.004, though
-             with a higher severity).  Move one utf8 from op/append
-             to pragma/utf8, tag the tests with bug ids.
-             
-             Document FNCASE=y as discussed in the bug 20000902.009.
-             
-             split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
-             The problem was that rx->minlen was in chars while pp_split()
-             thought it would be in bytes. 
-             
-             Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
-             Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
-             
-             Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
-             
-             Fix a couple of compiler-noted nits in #7235.
-             
-             Tweak the test of #7235.
-             
-             One more ~utf8 tweak.
-             
-             -w cleanup.
-             Subject: Re: Problems with bleadperl 
-             
-             Subject: small pod patch
-             
-             Subject: [PATCH perlguts.pod] Document offset hack
-             
-             Add Charles Lane.
-             
-             Add the capability to include/exclude branches.
-             
-             Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
-             
-             Detect early whether the std streams have gone bad.
-             Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
-             
-             More IoTYPE sprinkling.
-             
-             Workaround for a sfio bug where the stream error indicator
-             is not cleared as documented.
-             Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
-             
-             Clarify documentation on 'use bytes'.
-             Subject: Re: What does 'use bytes' "mean" ?
-             
-             Show the failed remote port, instead of the failing line number.
-             Subject: [PATCH 5.6.1 Debugger] More diagnostics
-             
-             Make Cwd more bulletproof in chrooted environments.
-             Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
-             
-             Subject: Pod patch for Devel::Peek
-             
-             Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
-             
-             Borland C fstat() never saw the fd as writable.
-             Subject: fix for Borland's weak "stat" (perl@7211)
-             
-             Missing change from #7362.
-             
-             Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH> 
-             
-             Add the test case for the bug id 20000730.004 which seems
-             to have been fixed by now.
-             
-             Fix of sorts for bug id 20000901.092.  There seems to be no trace
-             of a 'pmshort' anywhere in the B, so the offending line was simply
-             removed.
-             
-             Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
-             
-             Subject: PATCH do_print has 2 PerlIO_error()s
-             
-             NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
-             
-             Typo noted by Mark Lutz.
-             
-             Subject: PATCH CR+LF should be "\cM\cJ" in perlop
-             
-             In the latest compiler builds cccdlflags must not become -fpic,
-             from Wilfredo Sánchez.
-             
-             Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
-             
-             Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
-             
-             SOCKS function redefinitions need prototypes, too, otherwise
-             for example 32 bit versus 64 bit differences cause a lot of
-             problems.  Part of
-             Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
-             
-             Portability tweak on #7377.
-             Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
-             
-             Don't write double values through long double pointers,
-             based on a part of
-             Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
-             
-             Reëntrancy fix.
-             Subject: [PATCH perl@7229] Rentrant parser and yylex()
-             
-             Make scan_num() reëntrant, as suggested in
-             Subject: [PATCH perl@7229] Rentrant parser and yylex()
-             
-             Fix for ID 20001020.006, concatenating an unset submatch
-             with utf8 resulted in "Modification of a read-only value".
-             
-             Fix for ID 20000915.011, IO::Select warning for an undefined fd.
-             
-             The #7383 was right only in the context of the original bug report,
-             not in more general case.
-             
-             Update Changes.
-             
-             Testcases for a #7383,#7385 related bug.
-             Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
-             
-             Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
-             
-             Tweak the Is* definitions of Unicode character classes
-             to better match the official categorizations; embrace
-             the official categorizations; add the combining marks
-             as alpha (and -numeric); fix DCinital (a typo and edito)
-             to be DCmedial.
-             
-             Hints tweak from Anton Berezin.
-             
-             Subject: installman go-faster stripes
-             Subject: Re: installman go-faster stripes
-             
-             Subject: [ID 20001021.003] updated hints/openbsd.sh
-             
-             Subject: [PATCH bleadperl] -MO=C falls over on package <none>
-             
-             Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
-             
-             Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
-             
-             Doc patch.
-             Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
-             
-             Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
-             
-             Subject: Re: [ID 20001021.005] SEGV with regex match 
-             
-             Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
-             
-             The change #7187 was not so good on VMS.
-             Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
-             
-             Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
-             
-             Miscellaneous MacOS Classic library updates from Matthias Neeracher.
-             
-             Document PERL_INSTALL_ROOT of #7210.
-     Branch: maint-5.6/perl
-         +> README.aix hints/nonstopux.sh lib/unicode/Is/DCmedial.pl
-         +> t/lib/tie-splice.t
-          - lib/unicode/Is/DCinital.pl
-         !> (integrate 112 files)
-____________________________________________________________________________
-[  8158] By: jhi                                   on 2000/12/17  23:04:24
-        Log: Subject: [PATCHES] RE: perl@8150 
-             From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
-             Date: Sun, 17 Dec 2000 21:46:39 +0100
-             Message-ID: <3A3D343F.13566.1ACA7D93@localhost>
-             
-             Neither cygwin has a getpwuid() one can trust on.
-     Branch: perl
-          ! t/lib/glob-basic.t
-____________________________________________________________________________
-[  8157] By: jhi                                   on 2000/12/17  23:01:54
-        Log: More MAN.PODS => {} fixes.
-     Branch: perl
-          ! os2/OS2/ExtAttr/Makefile.PL os2/OS2/PrfDB/Makefile.PL
-          ! os2/OS2/Process/Makefile.PL os2/OS2/REXX/DLL/Makefile.PL
-          ! os2/OS2/REXX/Makefile.PL
-____________________________________________________________________________
-[  8156] By: gsar                                  on 2000/12/17  22:49:13
-        Log: integrate changes#7069..7077,7079,7081..7087,7090,7092,7093,
-             7096..7104,7109..7117,7119..7124,7126,7128,7129,7133,7134,
-             7136..7139,7141..7146,7148,7149,7151,7153..7155,7157,7158,
-             7160,7161,7164,7165,7169..7178,7180..7191,7193..7197,7199,
-             7201,7204 from mainline
-             
-             Remove vestiges of tr//CU.
-             Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
-             Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
-             
-             The return value of setlocale must be copied away.
-             Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
-             
-             Allow chop() and chomp() to be overridden.
-             Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
-             
-             Hints optimization.
-             Subject: Minor nit
-             
-             Subject: [PATCH] de-wall t/README
-             
-             Subject: Re: Two advertising clauses need to be removed
-             
-             Batch of UTF-8 patches from Simon Cozens.
-             
-             Fix for a parsing bug, not for the original bug.
-             Subject: Re: [ID 20000910.005] Another segfault with regexes. 
-             
-             Compilation warnings and an error.
-             
-             Subject: File::Find 5.7.0 POD nits
-             
-             Subject: [PATCH perl-5.7.0] continued -Wformat support
-             
-             The one that got away.
-             
-             Subject: Re: perl@7078
-             
-             UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
-             convertable to bytes by checking it doesn't go above 0xc3
-             Subject: Re: perl@7078
-             
-             Replace #7084 with
-             Subject: Re: perl@7078 
-             
-             We don't need to count the high bit bytes, a boolean is enough. 
-             
-             Subject: [PATCH] utf8.c apidoc
-             
-             Subject: Re: perl@7078 
-             
-             Botched the #7090 check-in.
-             
-             Fix for the charnames.t failures from Spider Boardman.
-             
-             Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
-             i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
-             to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
-             0 to checking to get the warning.
-             
-             Subject: [PATCH] Nits in perlmod.pod
-             
-             Subject: Re: Trapping by opmask sets strange parser state [PATCH]
-             
-             Subject: Re: unicode support and perl [ID 20000901.097]
-             
-             Subject: Re: unicode support and perl [ID 20000901.097]
-             
-             Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
-             
-             Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
-             
-             Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
-             
-             Subject: [PATCH@blead] Fix some recursion in overload.pm
-             
-             s/Robin Parker/Robin Barker/
-             
-             Subject: [PATCH] Fix aliasing of tied filehandles
-             
-             Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
-             
-             Subject: Re: [PATCH 5.005_64 missed]
-             
-             SOCK_DGRAM and listen() do not mix as reported in
-             Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
-             The patch for 5.7.0+ had to be reengineered, though.
-             
-             Subject: DOC PATCH 5.6.0
-             
-             Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
-             
-             Document the issue (is not a syntax error, kind of)
-             Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
-             
-             Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
-             Did not apply cleanly, manual intervention was needed.
-             
-             Subject: [PATCH] DLL not restartabke with threaded perl
-             
-             Inside require() $^S was always left undefined.
-             Subject: Re: Tiny 2-byte change to fix debugger's eval bug
-             
-             Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
-             
-             OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
-             
-             Regen headers.
-             
-             Subject: [PATCH 5.7.0] Epoc update
-             
-             Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
-             as suggested by Olaf Flebbe and Nick Clark.
-             
-             Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
-             
-             Misplaced else.
-             
-             Scale down the VMS message boxes, by Charles Lane.
-             Fix for ID 20000903.009, workaround at
-             http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
-             
-             Subject: [ID 20001003.006] B::Debug not -w clean
-             
-             Test harness update to sync with the new perlcc,
-             from Simon Cozens.
-             
-             One remaining nit less at the VMS mailbox sizing.
-             
-             Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
-             
-             It is possible to have no hosts database at all.  Pointed out in
-             Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
-             
-             Subject: [PATCH 5.7.0] h2xs not working
-             Subject: [PATCH 5.7.0] h2xs not documenting the created module
-             
-             Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
-             
-             Subject: perlhack.pod Patch for Externals Tools
-             
-             Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
-             
-             Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
-             
-             Enable disabling scripts installation by Configure -Uinstallscripts,
-             suggested by H. Merijn Brand.
-             
-             Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
-             reported several times by Dominic Dunlop, for example in
-             ID 20000315.008.  Patch from Dominic.  Patch affects at
-             least MachTen, and possibly other oldish BSDs. Should not
-             break non-broken platforms (tested on LinuxPPC). 
-             
-             Regen toc.
-             
-             Subject: Re: Questions about Tie::Array and perl modules
-             Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
-             
-             Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
-             
-             Tweak #7153.
-             
-             IO::Handle->syswrite() did not handle length omission
-             like CORE::syswrite() does.
-             Subject: [Fwd] IO::Handle, syswrite and arguments
-             The original patch from andrew@ugh.net.au.
-             
-             Also the $ccflags is needed for the C compiler check.
-             Subject: Configure (check for C-compiler)
-             
-             Eliminate $Is_VMS code from the test.
-             Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
-             
-             Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
-             as the first option of cc/ld because of ultrapicky compilers
-             (e.g. OS/390 R2.5)
-             
-             Change the version number of Tie::Handle in the core to 4.0,
-             the (unrelated) Tie::Handle in CPAN will remain at 3.0.
-             Subject: Note on Tie::Handle
-             
-             UTF8ize split() so that the cloned substrings get the UTF8
-             flag of the original scalar.  Problem reported by Simon Cozens.
-             
-             save_re_context() could reset PL_curcop to freed memory, causing core
-             dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
-             
-             Subject: PATCH 5.6 perldebguts grammar cleanup
-             
-             Add a todo note about overloadable assertions.
-             
-             on Windows, LoadLibrary() could load an extension DLL multiple
-             times if forward slashes are used in the path
-             
-             on Windows, cwd strings in the environment should be of the
-             form =X:=X:\foo instead of =X=X:\foo\
-             
-             on Windows, avoid potential exception (could happen if MSVCRT isn't
-             being used) when closing a socket handle
-             
-             avoid nonportable example code
-             
-             Windows9x doesn't support link(), despite what Config.pm
-             might think
-             
-             pod nit
-             
-             Change #7160 had a nasty typo.
-             
-             Warn about unknown scripts.
-             Subject: Re: ideas? patches? [PATCH bleadperl]
-             
-             on Windows, clean targets might not work under some flavors of the shell
-             
-             tweak for change#7173
-             
-             Make eq work again with utf8 (disabling the upgrading
-             should no more be necessary since the copies of the
-             scalars are upgraded, not the scalars themselves).
-             Takes care of ID 20001009.001.  (The claimed length()
-             bug in 20001009.001 seems bogus to me.)
-             
-             Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
-             
-             Upgrade to CGI.pm 2.74, from Lincoln Stein.
-             
-             Upgrade to podlators 1.04, from Russ Allbery.
-             
-             Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
-             
-             Quote the temp file name, needed in Win32 because the
-             default name unfortunately contains spaces, shouldn't
-             hurt elsewhere.
-             Subject: FW: perldoc fails if $TEMP contains spaces
-             
-             Subject: RE: [ID 19990803.001] README.win32 suggestions 
-             
-             Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
-             
-             Subject: Re: utf8 concat, mg_get
-             
-             Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
-             
-             Subject: [PATCH: perl@7181] op/tr tests on OS/390
-             
-             Subject: [PATCH: perl@7181] ver.t v string tests for os/390
-             
-             Use the versiononly instead of the installscripts,
-             retract the changes 7146 and 7147.
-             
-             Reapply Andy's patch and regen Configure.
-             
-             Add the test case for #7190, from the original bug report
-             by Andreas König.
-             
-             Remove duplicated code.
-             
-             SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
-             
-             restore change#7202
-     Branch: maint-5.6/perl
-         !> (integrate 121 files)
-____________________________________________________________________________
-[  8155] By: jhi                                   on 2000/12/17  22:30:58
-        Log: Subject: [PATCH perl@8133] fix-up for VMS extensions
-             From: "Craig A. Berry" <craigberry@mac.com>
-             Date: Sun, 17 Dec 2000 13:09:28 -0600
-             Message-Id: <p04330103b6628cabe114@[172.16.52.1]>
-             
-             MAN.PODS => ' ' is naughty.
-     Branch: perl
-          ! vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
-____________________________________________________________________________
-[  8154] By: nick                                  on 2000/12/17  22:07:13
-        Log: MULTIPLICITY nit.
-     Branch: perl
-          ! mg.c
-____________________________________________________________________________
-[  8153] By: gsar                                  on 2000/12/17  21:23:05
-        Log: integrate changes#7017..7019,7021..7025,7027..7036,7038,7039,
-             7041..7044,7046..7048,7050..7061,7063,7066..7067,7069..7074
-             from mainline
-             
-             Document the SvIOK_.*UV().
-             
-             Update Unicode todo list.
-             
-             Guard against bad string->int conversion for quads.
-             
-             Subject: small apidoc fix
-             
-             Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
-             
-             Subject: [PATCH] Tied filehandle documentation
-             
-             Subject: [PATCH] Modernize Opcode.pm documentation
-             
-             Make Data::Dumper (non-XS) to work with changed semantics of ref().
-             Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
-             [applied even though said semantics didn't change in 5.6.x]
-             
-             Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
-             
-             Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
-             
-             Fix the URL, but the server is still missing in action.
-             Subject: [ID 20000905.002] perlfaq1.pod URL error
-             
-             Subject: [ID 20000903.001] \w in utf8-strings
-             
-             Fix the ccversion detection for 5.1 and beyond.
-             Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
-             
-             Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
-             
-             Subject: [ID 20000904.008] Tiny fix for perldiag
-             
-             Subject: Re: [ID 20000906.004] segfault with bad perl statement
-             
-             Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
-             
-             Subject: [ID 20000908.002] perlipc documentation bug.
-             
-             Subject: [PATCH lib/Benchmark.pm]
-             
-             Re-allow vec() for characters > 255.
-             Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
-             
-             Do away with memory models cruft.  Sorry, PDP users.
-             
-             Continue #7041.
-             
-             Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
-             
-             Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
-             
-             Upgrade to CPAN 1.57_65, from Andreas König.
-             
-             Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
-             by Russ Allbery.
-             
-             Silence t/pod/*.t about alternate quote-mappings now implemented
-             by Pod::Text, from Brad Appleton.
-             
-             Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
-             Subject: borland C++ win32.c tweak
-             
-             C<@a = @b = split(...)> optimization coredumps under ithreads
-             (missed a spot when fixing up op_pmreplroot hack for ithreads)
-             
-             Document the SvUTF8*().
-             
-             Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
-             
-             Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
-             
-             Do in VMS as the #7054 does.
-             
-             Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
-             
-             Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
-             
-             Subject: [patch: perl@7045] vms updates
-             
-             Test for the #7049.
-             Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
-             
-             Break up the myconfig lines a bit.
-             Subject: perlbug/perl -V output format
-             
-             Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
-             
-             The #7054 truncated Configure badly.
-             
-             change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
-             initialization in all the threads on Windows
-             
-             Allow for whitespace between "#" and "line" in cpp output.
-             Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
-             
-             Remove vestiges of tr//CU.
-             Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
-             
-             The return value of setlocale must be copied away.
-             Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
-             
-             Allow chop() and chomp() to be overridden.
-             Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
-             
-             Hints optimization.
-             Subject: Minor nit
-             
-             Subject: [PATCH] de-wall t/README
-             
-             Subject: Re: Two advertising clauses need to be removed
-     Branch: maint-5.6/perl
-         !> (integrate 75 files)
-____________________________________________________________________________
-[  8152] By: gsar                                  on 2000/12/17  20:30:11
-        Log: integrate changes#6945,6947,6949..6954,6956,6958,6959,6961,
-             6964..6972,6977..6981..6984,6987,6988,6991,6994,6997,
-             6999..7001,7003..7005,7007,7009,7011,7012 from mainline
-             
-             Don't attach -ld to the archname if pointless.
-             
-             Document UNTIE in a very minimalistic way.
-             
-             POSIX doesn't report long double values under -Duselongdouble
-             when the long doubles are "real" (bigger than doubles).
-             
-             More author updates.
-             
-             Try to deduce NV_MAX.  Really should be Configure fodder.
-             
-             :: not allowed in pathnames, change to .
-             Subject: [PATCH perl@6938] cygwin port
-             
-             Forget about NV_MAX (#6951).  Various floating point tweaks,
-             ideas from Eric Fifer, Yitzchak, Alan, and Spider.
-             
-             Move the Solaris 7 scan to use64bitall, make the
-             failure to find 64-bot sparc libc to mention the
-             possibility of being in an intel, from Lupe and Alan.
-             
-             Regen perltoc.
-             
-             AUTHORS tweaks, from Peter Prymmer.
-             
-             More address tweaking.
-             
-             Small tweaks all over.
-             
-             File::Temp patches from Andreas König,
-             
-             Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
-             
-             Subject: CPAN.pm beta 1.57_57 for the core
-             
-             Part of the solution.
-             Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
-             
-             Subject: [PATCH@6961] Fix misleading example in perlretut.pod
-             
-             Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
-             
-             Add the overload warnings to perldiag.
-             
-             Drop unused argument.
-             Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
-             
-             Subject: Nit in Configure (bleadperl@6961)
-             
-             Update to PodParser 1.18, from Brad Appleton.
-             
-             Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
-             
-             Subject: [PATCH: 6948] add SCNfldbl to configure.com
-             
-             Document UNTIE. Also tweak implementation to suppress the 'inner references'
-             warning when UNTIE exists and instead pass the cound of extra references to
-             the UNTIE method.
-             
-             Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
-             so that case-ignoring systems like DCL can tell them from
-             PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
-             
-             Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
-             
-             Feature ordering tweak.
-             
-             Regen perltoc.
-             
-             Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
-             
-             Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
-             
-             Subject: http:// in L<>
-             
-             Detypo.
-             
-             change#6791 accidentally clobbered change#6710, put it back
-             
-             Only the first line, thank you very much.
-             
-             Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
-             plus rework the http: spots as suggested by Tom Christiansen,
-             plus regen perltoc.
-             
-             Undo part of change 6489 which looks like a bulk edit which
-             changed _all_ gv_efullname3() calls to gv_efullname4() calls.
-             The supressing of main:: on return from select() is undesirable.
-             
-             Apparently avoiding the swapping is too costly.
-             
-             Various Configure nits by Philip Newton,
-             plus the ebcdic one by me.
-             
-             Make certain cc is set before trying to run it.
-             
-             If overloaded %{} etc. return the object do not loop.
-             Thus  sub deref { $_[0] } functions if object is wanted type.
-             
-             Update perlhist.
-             
-             More %{} and other deref special casing - do not pass to 'nomethod'.
-     Branch: maint-5.6/perl
-         !> (integrate 59 files)
-____________________________________________________________________________
-[  8151] By: gsar                                  on 2000/12/17  19:14:38
-        Log: integrate changes#6903,6905..6907,6909,6911..6913,6915,6917,6918,
-             6920..6926,6928..6930,6934..6937,6939,6940,6942..6944 from mainline
-             
-             Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
-             
-             Make the epsilon to be relative, not absolute.
-             
-             Put back the flags dump as reasoned in
-             Subject: Re: [PATCH] Glob dumping
-             
-             Introduce ccname to keep track of what compiler kind of we have.
-             
-             Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
-             
-             Put back the slice accidentally removed by #6907.
-             
-             Reset archname and archname64 always, forcing them be
-             recomputed at each Configure run, make Configure and
-             the hints files agree on the naming of largefiles variables.
-             
-             Don't say "Perl 5.0 source kit".
-             
-             Subject: [PATCH] fix misc cast warnings
-             
-             Subject: typos in pods
-             
-             NVs not necessarily doubles, as pointed out by Yitzchak.
-             
-             Subject: [PATCH 6889] add a few ldbl formats to configure.com
-             
-             Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
-             
-             Better options for rsync.
-             
-             Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
-             
-             Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
-             
-             Subject: [PATCH] Re: UNTIE method 
-             
-             A better fix for the Socket building problem from Craig Berry.
-             
-             Retract the dummy test, skip the security tests (instead of failing),
-             explain what the warnings mean.
-             
-             Heap decorruption.
-             Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
-             
-             Update to Unicode 3.0.1.
-             
-             Missed one Unicode file.
-             
-             Subject: Re: typos in pods
-             
-             The #6929 was too skimpy.
-             
-             sscanf() may be the only way to read long doubles from strings.
-             
-             Reveal Borland's isnan.
-             Subject: build with BC++ tweak
-             
-             Issue useful diagnostic on unknown pod commands.
-             Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
-             
-             Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
-             
-             Clarify the third case of ftmp-security warnings.
-             
-             Make -Dusemorebits find long doubles in Solaris.
-             
-             Wrap the test in eval.
-     Branch: maint-5.6/perl
-         +> lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
-         +> lib/unicode/PropList.txt lib/unicode/README.perl
-         +> lib/unicode/UCD301.html lib/unicode/UCDFF301.html
-         +> lib/unicode/Unicode.301 vms/vmspipe.com
-          - lib/unicode/Props.txt lib/unicode/UCD300.html
-          - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
-         !> (integrate 305 files)
-____________________________________________________________________________
-[  8150] By: jhi                                   on 2000/12/17  18:47:57
-        Log: Uncheckedin generated files.
-     Branch: perl
-          ! global.sym perlapi.c pod/perlapi.pod
-____________________________________________________________________________
-[  8149] By: jhi                                   on 2000/12/17  18:41:22
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[  8148] By: jhi                                   on 2000/12/17  18:39:16
-        Log: Subject: [PATCH] Fcntl constants speedup
-             From: Nicholas Clark <nick@ccl4.org>
-             Date: Sun, 17 Dec 2000 16:29:24 +0000
-             Message-ID: <20001217162924.E97668@plum.flirble.org>
-             
-             Use IVs for the Fcntl constants instead of NVs.
-     Branch: perl
-          ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs t/op/goto_xs.t
-____________________________________________________________________________
-[  8147] By: jhi                                   on 2000/12/17  18:33:41
-        Log: Add test for #8145 (binmode() warning), add warning for
-             ioctl() and sockpair(), document them. (fileno() cannot
-             be tripwired with the same kind of warning because
-             'defined fileno($foo)' seems to be an idiom.)
-     Branch: perl
-          ! pod/perldiag.pod pp_sys.c t/pragma/warn/pp_sys
-____________________________________________________________________________
-[  8146] By: gsar                                  on 2000/12/17  18:09:08
-        Log: update Changes
-     Branch: maint-5.6/perl
-          ! Changes
-____________________________________________________________________________
-[  8145] By: jhi                                   on 2000/12/17  17:39:35
-        Log: Subject: [PATCH] Re: The long awaited feature ...
-             From: Simon Cozens <simon@cozens.net>
-             Date: Sun, 17 Dec 2000 12:31:56 +0000
-             Message-ID: <20001217123156.A3891@deep-dark-truthful-mirror.perlhacker.org>
-             
-             Add a warning to binmode() about using bad filehandles
-             (can happen e.g. if someone forgets the filehandle argument)
-     Branch: perl
-          ! pp_sys.c
-____________________________________________________________________________
-[  8144] By: jhi                                   on 2000/12/17  17:33:48
-        Log: Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
-             From: Jonathan Stowe <gellyfish@gellyfish.com>
-             Date: Sun, 17 Dec 2000 17:08:10 +0000 (GMT)
-             Message-ID: <Pine.LNX.4.10.10012171700010.3834-100000@orpheus.gellyfish.com>
-     Branch: perl
-          ! lib/Net/Ping.pm
-____________________________________________________________________________
-[  8143] By: jhi                                   on 2000/12/17  05:31:37
-        Log: Polymorphic regexps.
-             
-             Fixes at least the bugs 20001028.003 (both of them...) and
-             20001108.001.  The bugs 20001114.001 and 20001205.014 seem
-             also to be fixed by now, probably already before this patch.
-     Branch: perl
-          ! embed.h embed.pl mg.c objXSUB.h pp_ctl.c pp_hot.c proto.h
-          ! regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h sv.c
-          ! t/op/utf8decode.t t/pragma/utf8.t
-____________________________________________________________________________
-[  8142] By: jhi                                   on 2000/12/16  17:16:05
-        Log: Subject: [patch perl@8102] dos/djgpp update
-             From: Laszlo Molnar <ml1050@freemail.hu>
-             Date: Sat, 16 Dec 2000 01:40:52 +0100
-             Message-ID: <20001216014052.A335@freemail.hu>
-     Branch: perl
-          ! djgpp/config.over t/base/commonsense.t
-____________________________________________________________________________
-[  8141] By: jhi                                   on 2000/12/16  17:09:27
-        Log: Few uncheckedin files.
-     Branch: perl
-          ! global.sym perlapi.c pod/perlapi.pod pod/perlintern.pod
-____________________________________________________________________________
-[  8140] By: nick                                  on 2000/12/15  22:14:31
-        Log: Integrate mainline
-     Branch: perlio
-         !> (integrate 53 files)
-____________________________________________________________________________
-[  8139] By: jhi                                   on 2000/12/15  19:49:49
-        Log: One more IVUV tweak from Nicholas Clark.
-     Branch: perl
-          ! sv.c
-____________________________________________________________________________
-[  8138] By: jhi                                   on 2000/12/15  19:17:06
-        Log: Return of the IVUV-preservation, now seems to be happy even
-             in Digital UNIX (the broken strtoul brokenness detection
-             seems to have been the fly in the ointment).
-     Branch: perl
-          ! Configure Porting/Glossary Porting/config.sh Porting/config_H
-          ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
-          ! objXSUB.h op.c perl.h pp.c pp_hot.c proto.h sv.c sv.h
-          ! t/lib/peek.t t/op/cmp.t t/op/numconvert.t uconfig.h
-          ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
-          ! vos/config.ga.h win32/config.bc win32/config.gc
-          ! win32/config.vc
-____________________________________________________________________________
-[  8137] By: jhi                                   on 2000/12/15  18:12:14
-        Log: Metaconfig unit change for #8136.
-     Branch: metaconfig
-          ! U/modified/d_strtoul.U
-     Branch: metaconfig/U/perl
-          ! d_strtoull.U d_strtouq.U
-____________________________________________________________________________
-[  8136] By: jhi                                   on 2000/12/15  18:11:35
-        Log: I don't think it's sensible or portable to test the strtou*
-             on /^-/ strings.
-     Branch: perl
-          ! Configure
-____________________________________________________________________________
-[  8135] By: jhi                                   on 2000/12/15  17:18:49
-        Log: Metaconfig unit change for #8134.
-     Branch: metaconfig
-          ! U/modified/d_strtoul.U
-____________________________________________________________________________
-[  8134] By: jhi                                   on 2000/12/15  17:14:13
-        Log: If longsize is 8 we don't need a LL suffix for integer constants.
-     Branch: perl
-          ! Configure config_h.SH
-____________________________________________________________________________
-[  8133] By: jhi                                   on 2000/12/15  16:00:23
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[  8132] By: jhi                                   on 2000/12/15  15:44:16
-        Log: Some compilers get huffy if you do not cast a const pointer
-             to a non-const when assigning.
-     Branch: perl
-          ! gv.c
-____________________________________________________________________________
-[  8131] By: jhi                                   on 2000/12/15  15:38:30
-        Log: Subject: [PATCH 5.7.0] speeding up object creation/destruction 4x times
-             From: Ilya Zakharevich <ilya@math.ohio-state.edu>
-             Date: Fri, 15 Dec 2000 05:26:57 -0500
-             Message-ID: <20001215052657.A8319@math.mps.ohio-state.edu>
-     Branch: perl
-          ! embed.h embed.pl gv.c objXSUB.h perl.h proto.h sv.c
-          ! t/pragma/overload.t
-____________________________________________________________________________
-[  8130] By: jhi                                   on 2000/12/15  15:36:08
-        Log: Subject: [PATCH 5.7.0] cosmetic change to overloading
-             From: Ilya Zakharevich <ilya@math.ohio-state.edu>
-             Date: Thu, 14 Dec 2000 22:02:43 -0500
-             Message-ID: <20001214220243.A18437@monk.mps.ohio-state.edu>
-     Branch: perl
-          ! gv.c perl.h
-____________________________________________________________________________
-[  8129] By: jhi                                   on 2000/12/15  15:34:16
-        Log: Subject: PATCH: h2xs nit
-             From: Tim Jenness <t.jenness@jach.hawaii.edu>
-             Date: Thu, 14 Dec 2000 18:25:46 -1000 (HST)
-             Message-ID: <Pine.LNX.4.30.0012141820340.2533-100000@lapaki.jach.hawaii.edu>
-             
-             Add a template README.
-     Branch: perl
-          ! utils/h2xs.PL
-____________________________________________________________________________
-[  8128] By: jhi                                   on 2000/12/15  15:32:22
-        Log: Still buggy findgteprime, fix from Eric Joanis <joanis@cs.toronto.edu>.
-     Branch: perl
-          ! lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
-____________________________________________________________________________
-[  8127] By: jhi                                   on 2000/12/15  15:19:34
-        Log: Subject:  [PATCH Opcode.XS, Perl 5.6+] stuff for caller and _ in Safe::
-             From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
-             Date:     Thu, 14 Dec 2000 20:04:42 EST
-             Message-Id: <001214200310.49929@DUPHY4.Physics.Drexel.Edu>
-     Branch: perl
-          ! ext/Opcode/Opcode.xs
-____________________________________________________________________________
-[  8126] By: jhi                                   on 2000/12/15  15:17:49
-        Log: Subject: [PATCH: perl@8102] s/use vars qw\(/our(/ for OS/390 extension builds
-             From: Peter Prymmer <pvhp@forte.com>
-             Date: Thu, 14 Dec 2000 15:50:20 -0800 (PST)
-             Message-ID: <Pine.OSF.4.10.10012141548200.57557-100000@aspara.forte.com>
-     Branch: perl
-          ! ext/Errno/Errno_pm.PL lib/ExtUtils/MM_Unix.pm
-          ! lib/ExtUtils/Manifest.pm lib/File/Spec.pm
-          ! lib/File/Spec/Functions.pm lib/File/Spec/Unix.pm
-____________________________________________________________________________
-[  8125] By: jhi                                   on 2000/12/15  15:11:05
-        Log: This seems to be a stage sane and stable enough to checkin.
-             (it basically is 8102..8118+8122 but no 8120, 8121, 8123, 8124)
-     Branch: perl
-          ! MANIFEST embed.h embed.pl objXSUB.h op.c perl.h perlapi.c
-          ! pod/perlapi.pod pp.c pp_hot.c proto.h sv.c sv.h t/lib/peek.t
-          ! t/op/cmp.t t/op/numconvert.t
-____________________________________________________________________________
-[  8124] By: jhi                                   on 2000/12/15  04:20:26
-        Log: Something is really wonky.
-     Branch: perl
-          ! sv.c
-____________________________________________________________________________
-[  8123] By: jhi                                   on 2000/12/15  04:00:50
-        Log: Fixes for the IV UV patches to compile in Digital UNIX.
-     Branch: perl
-          ! sv.c
-____________________________________________________________________________
-[  8122] By: jhi                                   on 2000/12/15  02:53:40
-        Log: Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
-             From: "Craig A. Berry" <craigberry@mac.com>
-             Date: Thu, 14 Dec 2000 19:10:49 -0600
-             Message-Id: <p04330100b65efbe32f30@[172.16.52.1]>
-     Branch: perl
-          ! vms/vms.c
-____________________________________________________________________________
-[  8121] By: jhi                                   on 2000/12/15  02:50:00
-        Log: Metaconfig changes for #8120.
-     Branch: metaconfig
-          + U/modified/d_strtoul.U
-     Branch: metaconfig/U/perl
-          ! d_strtoull.U d_strtouq.U
-____________________________________________________________________________
-[  8120] By: jhi                                   on 2000/12/15  02:49:42
-        Log: From: Nicholas Clark <nick@ccl4.org> 
-             Subject: [PATCH] strtoq, strtou(q|ll|l) testing (was [PATCH] faster and 64 bit  preserving arithmetic)
-             Date: Thu, 14 Dec 2000 18:38:57 +0000
-             Message-ID: <20001214183857.B97909@plum.flirble.org>
-     Branch: perl
-          ! Configure Porting/Glossary Porting/config.sh Porting/config_H
-          ! config_h.SH configure.com epoc/config.sh perl.h sv.c uconfig.h
-          ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
-          ! vos/config.ga.def vos/config.ga.h win32/config.bc
-          ! win32/config.gc win32/config.vc
-____________________________________________________________________________
-[  8119] By: jhi                                   on 2000/12/14  23:40:58
-        Log: Subject: [PATCH] faster and 64 bit preserving arithmetic
-             From: Nicholas Clark <nick@ccl4.org>
-             Date: Wed, 13 Dec 2000 20:08:50 +0000
-             Message-ID: <20001213200849.B71166@plum.flirble.org>
-     Branch: perl
-          ! embed.h embed.pl objXSUB.h op.c perl.h pp.c pp_hot.c proto.h
-          ! sv.c sv.h t/lib/peek.t t/op/cmp.t t/op/numconvert.t
-____________________________________________________________________________
-[  8118] By: jhi                                   on 2000/12/14  22:46:26
-        Log: Integrate perlio:
-             
-             [  8117]
-             Win32 tweaks to get Encode to build
-             - temp hack to makedef.pl till PerlIO is properly "exported".
-             - MSVC dislikes  
-             static encpage_t foo[];
-             so make 'em extern for now.
-             
-             [  8116]
-             Document the new files
-     Branch: perl
-         !> MANIFEST ext/Encode/compile makedef.pl
-____________________________________________________________________________
-[  8117] By: nick                                  on 2000/12/14  22:38:53
-        Log: Win32 tweaks to get Encode to build
-             - temp hack to makedef.pl till PerlIO is properly "exported".
-             - MSVC dislikes  
-             static encpage_t foo[];
-             so make 'em extern for now.
-     Branch: perlio
-          ! ext/Encode/compile makedef.pl
-____________________________________________________________________________
-[  8116] By: nick                                  on 2000/12/14  22:00:53
-        Log: Document the new files
-     Branch: perlio
-          ! MANIFEST
-____________________________________________________________________________
-[  8115] By: jhi                                   on 2000/12/14  21:58:01
-        Log: MANIFEST new files of #8114.
-     Branch: perl
-          ! MANIFEST
-____________________________________________________________________________
-[  8114] By: jhi                                   on 2000/12/14  21:50:49
-        Log: Integrate perlio:
-             
-             [  8106]
-             "Cold" build correction to Encode's Makefile.PL
-             
-             [  8105]
-             "Compiled" encodings.
-             Correct replacement character in EBCDIC .enc files
-             Add 0x7F to ASCII repertoire.
-             
-             [  8103]
-             Beginings of compiled encodings - checked in as a snapshot of thoughts
-             so far and so it does not get lost.
-     Branch: perl
-         +> ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
-         !> ext/Encode/Encode.pm ext/Encode/Encode.xs
-         !> ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
-         !> ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
-         !> ext/Encode/Makefile.PL
-____________________________________________________________________________
-[  8113] By: jhi                                   on 2000/12/14  21:48:49
-        Log: The documentation part of the
-             
-             Subject: [ID 20001214.002] Net::Ping patch
-             From: Jonathan Stowe <gellyfish@gellyfish.com>
-             Date: Thu, 14 Dec 2000 08:28:14 +0000 (GMT)
-             Message-Id: <Pine.LNX.4.10.10012140805480.19767-200000@orpheus.gellyfish.com>
-             since the #7529 had already addressed the same problem.
-     Branch: perl
-          ! lib/Net/Ping.pm
-____________________________________________________________________________
-[  8112] By: jhi                                   on 2000/12/14  21:42:57
-        Log: Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
-             From: Dominic Dunlop <domo@computer.org>
-             Date: Tue, 12 Dec 2000 10:47:10 +0100
-             Message-Id: <p04320402b65ba33a92b2@[192.168.1.4]>
-             
-             Document how elusive subroutines can be.
-     Branch: perl
-          ! pod/perlfunc.pod
-____________________________________________________________________________
-[  8111] By: jhi                                   on 2000/12/14  21:38:05
-        Log: Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
-             From: Dominic Dunlop <domo@computer.org>
-             Date: Thu, 14 Dec 2000 10:13:51 +0100
-             Message-Id: <p04320407b65e3f4853aa@[192.168.1.4]>
-     Branch: perl
-          ! ext/POSIX/POSIX.pod
-____________________________________________________________________________
-[  8110] By: jhi                                   on 2000/12/14  21:36:32
-        Log: Subject: [patch] perlfaq7
-             From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
-             Date: Thu, 14 Dec 2000 15:31:07 +0100
-             Message-ID: <3A38E7BB.13178.11C40A8@localhost>
-     Branch: perl
-          ! pod/perlfaq7.pod
-____________________________________________________________________________
-[  8109] By: jhi                                   on 2000/12/14  21:29:20
-        Log: Subject: [8104] Encode
-             From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
-             Date: Thu, 14 Dec 2000 14:49:34 +0100
-             Message-Id: <20001214142101.B338.H.M.BRAND@hccnet.nl>
-             
-             Type casting for nervous compilers.
-     Branch: perl
-          ! ext/Encode/Encode.xs
-____________________________________________________________________________
-[  8108] By: jhi                                   on 2000/12/14  21:26:17
-        Log: Subject: [8104] DB_File
-             From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
-             Date: Thu, 14 Dec 2000 14:49:35 +0100
-             Message-Id: <20001214144439.B33A.H.M.BRAND@hccnet.nl>
-             
-             Type definition incorrect for DB 2.7.7.  Not known when it
-             changed, so only changed it for a known revision.
-     Branch: perl
-          ! ext/DB_File/DB_File.xs
-____________________________________________________________________________
-[  8107] By: jhi                                   on 2000/12/14  21:23:41
-        Log: Subject: [PATCH: perl@8102] Re: Encode/cp1047.enc etc.
-             From: Peter Prymmer <pvhp@forte.com>
-             Date: Thu, 14 Dec 2000 11:11:50 -0800 (PST)
-             Message-ID: <Pine.OSF.4.10.10012141057330.57557-100000@aspara.forte.com>
-             
-             Use '?' (0x6F in EBCDIC) for the illegal codepoint.
-     Branch: perl
-          ! ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
-          ! ext/Encode/Encode/posix-bc.enc
-____________________________________________________________________________
-[  8106] By: nick                                  on 2000/12/14  20:36:13
-        Log: "Cold" build correction to Encode's Makefile.PL
-     Branch: perlio
-          ! ext/Encode/Makefile.PL
-____________________________________________________________________________
-[  8105] By: nick                                  on 2000/12/14  20:09:37
-        Log: "Compiled" encodings.
-             Correct replacement character in EBCDIC .enc files
-             Add 0x7F to ASCII repertoire.
-     Branch: perlio
-          ! ext/Encode/Encode.pm ext/Encode/Encode.xs
-          ! ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
-          ! ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
-          ! ext/Encode/Makefile.PL ext/Encode/compile
-          ! ext/Encode/encengine.c ext/Encode/encode.h
-____________________________________________________________________________
-[  8104] By: nick                                  on 2000/12/14  00:38:20
-        Log: Integrate mainline
-     Branch: perlio
-         !> Changes Configure doio.c embed.h embed.pl ext/DB_File/Changes
-         !> ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
-         !> ext/DB_File/dbinfo ext/DB_File/typemap ext/DB_File/version.c
-         !> hints/hpux.sh lib/Cwd.pm objXSUB.h patchlevel.h perlapi.c
-         !> pod/perlapi.pod pp_hot.c proto.h t/lib/db-btree.t
-         !> t/lib/db-hash.t t/lib/db-recno.t
-____________________________________________________________________________
-[  8103] By: nick                                  on 2000/12/13  23:16:13
-        Log: Beginings of compiled encodings - checked in as a snapshot of thoughts
-             so far and so it does not get lost.
-     Branch: perlio
-          + ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
-____________________________________________________________________________
-[  8102] By: jhi                                   on 2000/12/13  17:14:22
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[  8101] By: jhi                                   on 2000/12/13  16:53:41
-        Log: Move the proto of start_glob() to a better place; regen api files.
-     Branch: perl
-          ! embed.h embed.pl objXSUB.h perlapi.c pod/perlapi.pod proto.h
-____________________________________________________________________________
-[  8100] By: jhi                                   on 2000/12/13  16:47:11
-        Log: Metaconfig change for #8099.
-     Branch: metaconfig
-          ! U/modified/Head.U
-____________________________________________________________________________
-[  8099] By: jhi                                   on 2000/12/13  16:46:48
-        Log: Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
-             From: Andy Dougherty <doughera@lafayette.edu>
-             Date: Wed, 13 Dec 2000 10:36:09 -0500 (EST)
-             Message-ID: <Pine.SOL.4.10.10012131031230.2017-100000@maxwell.phys.lafayette.edu>
-     Branch: perl
-          ! Configure
-____________________________________________________________________________
-[  8098] By: jhi                                   on 2000/12/13  16:39:02
-        Log: Subject: [20000615.005] [PATCH] Cwd::fastgetcwd broken (or mis-named?) on Unix  
-             From: rspier@pobox.com (Robert Spier)
-             Date: Tue, 12 Dec 2000 21:12:39 -0500
-             Message-ID: <14902.56087.678086.725773@rls.cx>
-             
-             fastgetcwd is defined using a glob alias on a $^O dependent basis -
-             and there was no default assignment or perl subroutine.
-     Branch: perl
-          ! lib/Cwd.pm
-____________________________________________________________________________
-[  8097] By: jhi                                   on 2000/12/13  16:16:01
-        Log: Subject: [PATCH] move startglob out of pp_hot.c
-             From: Nicholas Clark <nick@ccl4.org>
-             Date: Mon, 11 Dec 2000 23:16:39 +0000
-             Message-ID: <20001211231638.A55550@plum.flirble.org>
-     Branch: perl
-          ! doio.c embed.h embed.pl objXSUB.h pp_hot.c proto.h
-____________________________________________________________________________
-[  8096] By: jhi                                   on 2000/12/13  15:26:23
-        Log: Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
-             From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
-             Date: Wed, 13 Dec 2000 14:01:37 +0100
-             Message-Id: <20001213135318.621A.H.M.BRAND@hccnet.nl>
-             
-             perl/64/HP-UX wants libdb-3.0 to be shared ELF 64 bit which
-             in turn requires libpthread in libswanted.
-     Branch: perl
-          ! hints/hpux.sh
-____________________________________________________________________________
-[  8095] By: jhi                                   on 2000/12/12  19:51:05
-        Log: The integration wars continue.
-     Branch: perl
-         !> sv.c
-____________________________________________________________________________
-[  8094] By: jhi                                   on 2000/12/12  19:48:26
-        Log: Subject: [PATCH perl@8070] DB_File-1.74  
-             From: "Paul Marquess" <paul_marquess@yahoo.co.uk> 
-             Date: Mon, 11 Dec 2000 23:07:17 -0000
-             Message-ID: <000001c063c7$1b9d28a0$a20a140a@bfs.phone.com> 
-     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/typemap
-          ! ext/DB_File/version.c t/lib/db-btree.t t/lib/db-hash.t
-          ! t/lib/db-recno.t
-____________________________________________________________________________
-[  8093] By: nick                                  on 2000/12/12  19:42:13
-        Log: Integrate/merge mainline with further efficiency tweak to sv.c's utf8 stuff.
-     Branch: perlio
-          ! sv.c
-         !> lib/File/DosGlob.pm
-____________________________________________________________________________
-[  8092] By: jhi                                   on 2000/12/12  19:28:11
-        Log: Integrate perlio:
-             
-             [  8091]
-             Fix for Tk, and upgrading shared SVs.
-     Branch: perl
-         !> sv.c
-____________________________________________________________________________
-[  8091] By: nick                                  on 2000/12/12  18:49:45
-        Log: Fix for Tk, and upgrading shared SVs.
-     Branch: perlio
-          ! sv.c
-____________________________________________________________________________
-[  8090] By: jhi                                   on 2000/12/12  16:48:59
-        Log: Subject: [PATCH] Re: Breadperl & Tk
-             From: Nick Ing-Simmons <nik@tiuk.ti.com>
-             Date: Tue, 12 Dec 2000 14:48:27 GMT
-             Message-Id: <200012121448.OAA11516@mikado.tiuk.ti.com> 
-     Branch: perl
-          ! sv.c
-____________________________________________________________________________
-[  8089] By: jhi                                   on 2000/12/12  03:37:19
-        Log: Subject: DosGlob.pm diff for bash style brace expansion.
-             From: "Mestnik, Mike" <MMestnik@rustconsulting.com>
-             Date: Fri, 8 Dec 2000 10:45:30 -0600
-             Message-ID: <B50C47897E98D3118130009027D3971920F278@EXCHANGE_M1>
-     Branch: perl
-          ! lib/File/DosGlob.pm
-____________________________________________________________________________
-[  8088] By: nick                                  on 2000/12/11  23:59:59
-        Log: Integrate mainline
-     Branch: perlio
-         !> ext/B/B.pm ext/B/B/Deparse.pm installperl lib/CGI.pm
-         !> lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
-         !> lib/ExtUtils/MakeMaker.pm lib/File/DosGlob.pm pod/perldiag.pod
-         !> pod/perlop.pod pp.c pp_hot.c scope.c t/io/utf8.t t/lib/b.t
-         !> t/op/local.t t/pragma/warn/toke toke.c
-____________________________________________________________________________
-[  8087] By: jhi                                   on 2000/12/11  23:20:23
-        Log: Integrate perlio:
-             
-             [  8085]
-             Finish 1st pass of "encoding" layer e.g. :
-             open($fh,"<encoding(iso8859-7)",$greek) || die;
-             
-             [  8082]
-             Restore mmap function (broken by tweaks to shared buffer
-             layer for encode(xxxx)).
-             
-             [  8076]
-             Not merge worthy...
-             Allow arg to layers e.g. open($fh,"<:encode(iso8859-15)",$name)
-             syntax is modelled on attributes.
-             Untested fix for io/utf8 on Win32 etc.
-             Very clumsy start to the encode layer.
-     Branch: perl
-         !> ext/Encode/Encode.xs perlio.c perlio.h perliol.h
-____________________________________________________________________________
-[  8086] By: jhi                                   on 2000/12/11  22:50:59
-        Log: Tune further the OS detection of CGI.
-     Branch: perl
-          ! lib/CGI.pm
-____________________________________________________________________________
-[  8085] By: nick                                  on 2000/12/11  22:50:46
-        Log: Finish 1st pass of "encoding" layer e.g. :
-             open($fh,"<encoding(iso8859-7)",$greek) || die;
-     Branch: perlio
-          ! ext/Encode/Encode.xs perlio.c perliol.h
-____________________________________________________________________________
-[  8084] By: jhi                                   on 2000/12/11  22:32:06
-        Log: Revert the -f ambiguousity patch, seems to cause
-             too much hassle (the interpret -Q as a function
-             where Q is not a known filetest part is left in).
-     Branch: perl
-          ! lib/ExtUtils/Liblist.pm pod/perldiag.pod t/pragma/warn/toke
-          ! toke.c
-____________________________________________________________________________
-[  8083] By: jhi                                   on 2000/12/11  22:27:23
-        Log: (accidentally empty check-in)
-     Branch: perl
-          ! lib/File/DosGlob.pm
-____________________________________________________________________________
-[  8082] By: nick                                  on 2000/12/11  19:09:51
-        Log: Restore mmap function (broken by tweaks to shared buffer
-             layer for encode(xxxx)).
-     Branch: perlio
-          ! perlio.c
-____________________________________________________________________________
-[  8081] By: jhi                                   on 2000/12/11  18:29:13
-        Log: Subject: Re: The long awaited feature ...
-             From: Simon Cozens <simon@cozens.net>
-             Date: Mon, 11 Dec 2000 15:54:24 +0000
-             Message-ID: <20001211155424.A17680@deep-dark-truthful-mirror.perlhacker.org>
-             
-             More io/utf8 tests.
-     Branch: perl
-          ! t/io/utf8.t
-____________________________________________________________________________
-[  8080] By: jhi                                   on 2000/12/11  18:19:36
-        Log: Subject: PATCH MakeMaker manpage clarification
-             From: andreas.koenig@anima.de (Andreas J. Koenig)
-             Date: 10 Dec 2000 20:46:13 +0100
-             Message-ID: <m3aea4kqka.fsf@ak-71.mind.de>
-     Branch: perl
-          ! lib/ExtUtils/MakeMaker.pm
-____________________________________________________________________________
-[  8079] By: jhi                                   on 2000/12/11  15:35:07
-        Log: Subject: Re: [ID 20001204.007] -MO=Deparse -we '{234;}' failing
-             From: Simon Cozens <simon@cozens.net>
-             Date: Sun, 10 Dec 2000 19:06:19 +0000
-             Message-ID: <20001210190619.B21402@deep-dark-truthful-mirror.perlhacker.org>
-     Branch: perl
-          ! ext/B/B/Deparse.pm t/lib/b.t
-____________________________________________________________________________
-[  8078] By: jhi                                   on 2000/12/11  15:09:11
-        Log: Subject: [PATCH] docs on NaN
-             From: Nicholas Clark <nick@ccl4.org>
-             Date: Mon, 11 Dec 2000 01:48:38 +0000
-             Message-ID: <20001211014838.B99205@plum.flirble.org>
-     Branch: perl
-          ! pod/perlop.pod
-____________________________________________________________________________
-[  8077] By: jhi                                   on 2000/12/11  15:02:21
-        Log: Subject: [PATCH] Re: [Fwd: BUG 20001205.022] Local on Hash elements
-             From: Simon Cozens <simon@cozens.net>
-             Date: Mon, 11 Dec 2000 01:21:45 +0000
-             Message-ID: <20001211012144.A23467@deep-dark-truthful-mirror.perlhacker.org>
-     Branch: perl
-          ! pp.c pp_hot.c scope.c t/op/local.t
-____________________________________________________________________________
-[  8076] By: nick                                  on 2000/12/10  20:43:32
-        Log: Not merge worthy...
-             Allow arg to layers e.g. open($fh,"<:encode(iso8859-15)",$name)
-             syntax is modelled on attributes.
-             Untested fix for io/utf8 on Win32 etc.
-             Very clumsy start to the encode layer.
-     Branch: perlio
-          ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
-____________________________________________________________________________
-[  8075] By: jhi                                   on 2000/12/10  18:39:33
-        Log: Darwin is not Windows.
-     Branch: perl
-          ! lib/CGI.pm
-____________________________________________________________________________
-[  8074] By: jhi                                   on 2000/12/10  18:31:27
-        Log: Subject: Ambiguous -%c() resolved as a file test
-             From: "Paul Marquess" <Paul.Marquess@openwave.com>
-             Date: Sun, 10 Dec 2000 15:35:07 -0000
-             Message-ID: <002601c062be$c5f749c0$a20a140a@bfs.phone.com>
-     Branch: perl
-          ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
-____________________________________________________________________________
-[  8073] By: jhi                                   on 2000/12/10  18:16:29
-        Log: Subject: PATCH installperl misinformed 
-             From: andreas.koenig@anima.de (Andreas J. Koenig)
-             Date: 10 Dec 2000 13:01:32 +0100 
-             Message-ID: <m3r93glc2r.fsf@ak-71.mind.de>
-     Branch: perl
-          ! installperl
-____________________________________________________________________________
-[  8072] By: jhi                                   on 2000/12/10  18:07:55
-        Log: The walkoptree confusion rages; walkoptree() seems to be coming
-             from B.xs, while walkoptree_slow() comes from B.pm.
-     Branch: perl
-          ! ext/B/B.pm
-____________________________________________________________________________
-[  8071] By: nick                                  on 2000/12/10  11:45:47
-        Log: Integrate mainline
-     Branch: perlio
-         +> t/base/commonsense.t
-         !> (integrate 37 files)
-____________________________________________________________________________
-[  8070] By: jhi                                   on 2000/12/10  04:46:21
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[  8069] By: jhi                                   on 2000/12/10  04:39:19
-        Log: Subject: Re: PATCH: Let Test::Harness bail out early (Was: Testing module dependencies)
-             From: andreas.koenig@anima.de (Andreas J. Koenig)
-             Date: 09 Dec 2000 17:14:25 +0100
-             Message-ID: <m3wvd9o9lq.fsf@ak-71.mind.de>
-     Branch: perl
-          + t/base/commonsense.t
-          ! MANIFEST lib/Test/Harness.pm t/TEST t/UTEST
-____________________________________________________________________________
-[  8068] By: jhi                                   on 2000/12/10  04:17:36
-        Log: Subject: [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
-             From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
-             Date: Sat, 9 Dec 2000 16:47:22 -0000
-             Message-ID: <002001c061ff$b3aba820$a20a140a@bfs.phone.com>
-     Branch: perl
-          ! ext/DB_File/typemap ext/GDBM_File/GDBM_File.pm
-          ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
-          ! ext/NDBM_File/typemap ext/ODBM_File/ODBM_File.pm
-          ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
-          ! ext/SDBM_File/typemap t/lib/db-btree.t t/lib/db-hash.t
-          ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
-          ! t/lib/sdbm.t
-____________________________________________________________________________
-[  8067] By: jhi                                   on 2000/12/10  03:52:02
-        Log: Test case for #8066.
-     Branch: perl
-          ! t/op/misc.t
-____________________________________________________________________________
-[  8066] By: jhi                                   on 2000/12/10  03:50:30
-        Log: Subject: [PATCH] Re: [ID 20001202.002] [BUG all] 'die qr{pattern}' does not check termination
-             From: Simon Cozens <simon@cozens.net>
-             Date: Sun, 10 Dec 2000 00:55:37 +0000
-             Message-ID: <20001210005537.B16221@deep-dark-truthful-mirror.perlhacker.org>
-     Branch: perl
-          ! pp_sys.c
-____________________________________________________________________________
-[  8065] By: jhi                                   on 2000/12/10  03:44:52
-        Log: Test case for #8064.
-     Branch: perl
-          ! t/comp/proto.t
-____________________________________________________________________________
-[  8064] By: jhi                                   on 2000/12/10  03:42:32
-        Log: Subject: Re: prototype of substr
-             From: Simon Cozens <simon@cozens.net>
-             Date: Sun, 10 Dec 2000 00:13:33 +0000
-             Message-ID: <20001210001333.A16221@deep-dark-truthful-mirror.perlhacker.org>
-             
-             Make CORE::substr to be '$$;$$' instead of '$$;$;$'.
-             In other words, make the returned prototypes for any function
-             stop prepending the ';' optionality marker after the first one.
-             If they start getting optional, all the rest are optional.
-     Branch: perl
-          ! pp.c
-____________________________________________________________________________
-[  8063] By: jhi                                   on 2000/12/10  03:39:42
-        Log: Subject: [PATCH] perlguts.pod
-             From: Simon Cozens <simon@cozens.net>
-             Date: Sun, 10 Dec 2000 00:06:47 +0000
-             Message-ID: <20001210000647.A16203@deep-dark-truthful-mirror.perlhacker.org>
-             
-             Documentation of the different types of ops,
-             plus the functions in dump.c
-     Branch: perl
-          ! pod/perlguts.pod
-____________________________________________________________________________
-[  8062] By: jhi                                   on 2000/12/10  03:30:04
-        Log: Subject: [ID 20001209.006] Not OK: perl v5.7.0 +DEVEL7978 on armv4l-linux-64int 2.2.17-rmk1 (UNINSTALLED)
-             From: Nicholas Clark <nick@talking.bollo.cx>
-             Date: Sat, 09 Dec 2000 18:57:25 +0000
-             Message-Id: <E144pBV-0002Nv-00@Bagpuss.unfortu.net>
-             
-             Be more robust in weird hostname setups.
-     Branch: perl
-          ! t/lib/net-hostent.t
-____________________________________________________________________________
-[  8061] By: jhi                                   on 2000/12/10  03:28:21
-        Log: Pacify fussy compiler. 
-     Branch: perl
-          ! pp_sys.c
-____________________________________________________________________________
-[  8060] By: jhi                                   on 2000/12/10  02:52:46
-        Log: Integrate perlio:
-             
-             [  8059]
-             read/sysread/recv should now be utf8 aware.
-             Basic test for utf8 read.
-     Branch: perl
-         !> pp_sys.c t/io/utf8.t
-____________________________________________________________________________
-[  8059] By: nick                                  on 2000/12/09  23:40:14
-        Log: read/sysread/recv should now be utf8 aware.
-             Basic test for utf8 read.
-     Branch: perlio
-          ! pp_sys.c t/io/utf8.t
-____________________________________________________________________________
-[  8058] By: jhi                                   on 2000/12/09  21:56:02
-        Log: Integrate perlio:
-             
-             [  8055]
-             Make write() (i.e. formats) utf8-aware by calling do_print() rather
-             than raw PerlIO_write() - does not seem to break any tests.
-             
-             [  8054]
-             Make print, syswrite, send, readline, getc honour utf8-ness of PerlIO.
-             (sysread, recv and write i.e. formats still to do...)
-             Allow :utf8 or :bytes in PerlIO_apply_layers() so that
-             open($fh,">:utf8","name")
-             etc. work. - "applying" those just sets/clears the UTF8 bit of the top layer,
-             so no extra overhead is involved.
-             Tweak t/comp/require.t to add a 'use bytes' to permit its dubious writing of BOM
-             to a non-utf8 stream.
-             Add initial io/utf8.t
-             Fix SvPVutf8() - sv_2pv() was not expecting to be called with something
-             that was already SvPOK() - (we just fossiked with SvUTF8 bit). Fix that
-             and also just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
-             
-             [  8053]
-             Did not get that has_utf8/this_utf8 fix right last time, another spot
-             was only testing this_utf8.
-             
-             [  8052]
-             Typo/thinko in S_scan_const() - seeing high bit sets has_utf8 not this_utf8
-             i.e. the output string has one, but don't mess with source assumption.
-     Branch: perl
-         +> t/io/utf8.t
-         !> MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t toke.c
-____________________________________________________________________________
-[  8057] By: jhi                                   on 2000/12/09  21:53:35
-        Log: Subject: Re: Additional patch for UTF8-keys (Re: perl@8016)
-             From: Inaba Hiroto <inaba@st.rim.or.jp>
-             Date: Sun, 10 Dec 2000 05:53:21 +0900
-             Message-ID: <3A329BC0.15E8BFF9@st.rim.or.jp>
-             
-             Tests for #8056.
-     Branch: perl
-          ! t/op/each.t
-____________________________________________________________________________
-[  8056] By: jhi                                   on 2000/12/09  21:51:16
-        Log: Subject: Additional patch for UTF8-keys (Re: perl@8016)
-             From: Inaba Hiroto <inaba@st.rim.or.jp>
-             Date: Sat, 09 Dec 2000 18:02:00 +0900
-             Message-ID: <3A31F508.34F4BB23@st.rim.or.jp>
-             
-             exists() didn't work for UTF-8 keys, and neither did shared hash keys.
-     Branch: perl
-          ! embed.h embed.pl hv.c objXSUB.h op.c proto.h sv.c
-____________________________________________________________________________
-[  8055] By: nick                                  on 2000/12/09  20:11:48
-        Log: Make write() (i.e. formats) utf8-aware by calling do_print() rather
-             than raw PerlIO_write() - does not seem to break any tests.
-     Branch: perlio
-          ! pp_sys.c
-____________________________________________________________________________
-[  8054] By: nick                                  on 2000/12/09  19:47:30
-        Log: Make print, syswrite, send, readline, getc honour utf8-ness of PerlIO.
-             (sysread, recv and write i.e. formats still to do...)
-             Allow :utf8 or :bytes in PerlIO_apply_layers() so that
-             open($fh,">:utf8","name")
-             etc. work. - "applying" those just sets/clears the UTF8 bit of the top layer,
-             so no extra overhead is involved.
-             Tweak t/comp/require.t to add a 'use bytes' to permit its dubious writing of BOM
-             to a non-utf8 stream.
-             Add initial io/utf8.t
-             Fix SvPVutf8() - sv_2pv() was not expecting to be called with something
-             that was already SvPOK() - (we just fossiked with SvUTF8 bit). Fix that
-             and also just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
-     Branch: perlio
-          + t/io/utf8.t
-          ! MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t
-____________________________________________________________________________
-[  8053] By: nick                                  on 2000/12/09  19:26:37
-        Log: Did not get that has_utf8/this_utf8 fix right last time, another spot
-             was only testing this_utf8.
-     Branch: perlio
-          ! toke.c
-____________________________________________________________________________
-[  8052] By: nick                                  on 2000/12/09  19:09:41
-        Log: Typo/thinko in S_scan_const() - seeing high bit sets has_utf8 not this_utf8
-             i.e. the output string has one, but don't mess with source assumption.
-     Branch: perlio
-          ! toke.c
-____________________________________________________________________________
-[  8051] By: jhi                                   on 2000/12/09  16:55:17
-        Log: Integrate perlio:
-             
-             [  8049]
-             UTF8 output prework.
-             - Store $\ and $, as SVs so they can have SvUTF8 flag
-             - use do_print() rather than raw PerlIO_write() to print them.
-     Branch: perl
-         !> MANIFEST embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c
-         !> sv.c thrdvar.h util.c
-____________________________________________________________________________
-[  8050] By: jhi                                   on 2000/12/09  16:48:07
-        Log: Nits noticed by Peter Prymmer.
-     Branch: perl
-          ! lib/ExtUtils/MM_VMS.pm
-____________________________________________________________________________
-[  8049] By: nick                                  on 2000/12/09  13:49:40
-        Log: UTF8 output prework.
-             - Store $\ and $, as SVs so they can have SvUTF8 flag
-             - use do_print() rather than raw PerlIO_write() to print them.
-     Branch: perlio
-          ! embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c sv.c
-          ! thrdvar.h util.c
-____________________________________________________________________________
-[  8048] By: nick                                  on 2000/12/09  12:30:43
-        Log: Integrate mainline.
-     Branch: perlio
-         +> ext/Encode/Encode/iso8859-16.enc ext/POSIX/hints/svr4.pl
-         +> t/op/reverse.t
-         !> Changes MANIFEST doop.c ext/POSIX/Makefile.PL hints/svr4.sh
-         !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
-         !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/Manifest.pm patchlevel.h
-         !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp.h
-         !> pp_hot.c t/README t/base/term.t t/lib/bigfltpm.t
-         !> t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
-____________________________________________________________________________
-[  8047] By: jhi                                   on 2000/12/09  00:23:27
-        Log: Subject: Re: [pvhp@forte.com: [ID 20001208.004] Not OK: perl v5.7.0 +DEVEL8042 on VMS_AXP V7.1 (UNINSTALLED)]
-             From: Michael G Schwern <schwern@pobox.com>
-             Date: Fri, 8 Dec 2000 14:43:04 -0600
-     Branch: perl
-          ! lib/ExtUtils/MM_VMS.pm
-____________________________________________________________________________
-[  8046] By: jhi                                   on 2000/12/08  23:10:27
-        Log: A missed check-in.
-     Branch: perl
-          ! lib/ExtUtils/Manifest.pm
-____________________________________________________________________________
-[  8045] By: jhi                                   on 2000/12/08  21:57:12
-        Log: (null check-in)
-     Branch: perl
-          ! lib/ExtUtils/MM_Unix.pm pod/perlintern.pod
-____________________________________________________________________________
-[  8044] By: jhi                                   on 2000/12/08  21:11:06
-        Log: Add ISO 8859-16 encoding.  Not a standard yet but seems to be
-             at the final draft stage.
-     Branch: perl
-          + ext/Encode/Encode/iso8859-16.enc
-          ! MANIFEST
-____________________________________________________________________________
-[  8043] By: jhi                                   on 2000/12/08  16:39:04
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[  8042] By: jhi                                   on 2000/12/08  16:33:39
-        Log: Do not return the Unicode replacement character if UTF-8
-             decoding goes awry, it should be up to the caller to decide.
-     Branch: perl
-          ! pod/perlapi.pod utf8.c
-____________________________________________________________________________
-[  8041] By: jhi                                   on 2000/12/08  16:22:28
-        Log: metaconfig maintenance.
-     Branch: metaconfig
-          ! U/modified/stdchar.U
-     Branch: metaconfig/U/perl
-          + testsyml.U
-____________________________________________________________________________
-[  8040] By: jhi                                   on 2000/12/08  16:03:08
-        Log: Subject: [ID 20001207.009] Not OK: perl v5.7.0 +DEVEL8030 on os2-64int-ld 2.30
-             From: sthoenna@efn.org
-             Date: Thu, 7 Dec 2000 21:32:43 -0800 (PST)
-             Message-Id: <200012080532.eB85Wh729109@garcia.efn.org>
-     Branch: perl
-          ! Changes lib/ExtUtils/MM_OS2.pm
-____________________________________________________________________________
-[  8039] By: jhi                                   on 2000/12/08  15:57:11
-        Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful
-             From: Simon Cozens <simon@cozens.net>
-             Date: Fri, 8 Dec 2000 13:33:31 +0000
-             Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org>
-             
-             (The pp_hot part needed a rewrite.)
-     Branch: perl
-          ! doop.c pp_hot.c utf8.c
-____________________________________________________________________________
-[  8038] By: jhi                                   on 2000/12/08  15:25:08
-        Log: Subject: djSP
-             From: Michael Stevens <michael@etla.org>
-             Date: Wed, 6 Dec 2000 23:24:01 +0000
-             Message-ID: <20001206232400.A21381@firedrake.org>
-             
-             Plus a note from Nick Ing-Simmons.
-     Branch: perl
-          ! pp.h
-____________________________________________________________________________
-[  8037] By: jhi                                   on 2000/12/08  15:18:35
-        Log: Filetype is text.
-     Branch: perl
-          ! t/op/utf8decode.t
-____________________________________________________________________________
-[  8036] By: jhi                                   on 2000/12/08  03:31:27
-        Log: Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
-             From: Andy Dougherty <doughera@lafayette.edu>
-             Date: Thu, 7 Dec 2000 12:36:45 -0500 (EST)
-             Message-Id: <Pine.SOL.4.10.10012071235400.13162-100000@maxwell.phys.lafayette.edu>
-             
-             Subject: Re: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
-             From: Andy Dougherty <doughera@lafayette.edu>
-             Date: Thu, 7 Dec 2000 13:56:10 -0500 (EST)
-             Message-ID: <Pine.SOL.4.10.10012071354420.6665-100000@maxwell.phys.lafayette.edu>
-     Branch: perl
-          + ext/POSIX/hints/svr4.pl
-          ! MANIFEST ext/POSIX/Makefile.PL hints/svr4.sh t/lib/bigfltpm.t
-____________________________________________________________________________
-[  8035] By: jhi                                   on 2000/12/08  03:26:01
-        Log: Subject: [ID 20001207.003] [PATCH] t/base/term.t causes abort if Config.pm not built
-             From: Andy Dougherty <doughera@lafayette.edu>
-             Date: Thu, 7 Dec 2000 10:50:47 -0500 (EST)
-             Message-Id: <Pine.SOL.4.10.10012071049400.7566-100000@maxwell.phys.lafayette.edu>
-     Branch: perl
-          ! t/README t/base/term.t
-____________________________________________________________________________
-[  8034] By: jhi                                   on 2000/12/08  03:21:59
-        Log: Subject: DOC PATCH 5.6.0: -s return value incompletely documented
-             From: mjd@plover.com  
-             Date: 7 Dec 2000 21:04:20 -0000
-             Message-ID: <20001207210420.22282.qmail@plover.com>
-             
-             Plus -z doc.
-     Branch: perl
-          ! pod/perlfunc.pod
-____________________________________________________________________________
-[  8033] By: jhi                                   on 2000/12/08  03:19:03
-        Log: Use the UTF8 macros a bit.  They can't be used with abandon
-             everywhere because we do generate illegal UTF-8 in some situations.
-             This is of course naughty.
-     Branch: perl
-          ! pod/perlapi.pod utf8.c utf8.h
-____________________________________________________________________________
-[  8032] By: jhi                                   on 2000/12/08  03:00:09
-        Log: Out of sync?
-     Branch: perl
-          ! t/pragma/warn/utf8
-____________________________________________________________________________
-[  8031] By: jhi                                   on 2000/12/08  02:22:39
-        Log: Cnt spl.
-     Branch: perl
-          ! MANIFEST
-____________________________________________________________________________
-[  8030] By: jhi                                   on 2000/12/08  01:23:54
-        Log: Add test for reverse().
-     Branch: perl
-          + t/op/reverse.t
-          ! MANIFEST
-____________________________________________________________________________
-[  8029] By: jhi                                   on 2000/12/08  01:21:47
-        Log: Integrate perlio:
-             
-             [  8026]
-             Various oddities p4 diff -se showed up
-             Remove 'our' from warnings.pl
-             
-             [  8025]
-             Change PerlIO_(get|set)pos to take SV *
-             Should fix, OS/2, VMS, (sfio??)
-     Branch: perl
-         !> ext/IO/IO.xs fakesdio.h global.sym lib/warnings.pm perlapi.c
-         !> perlio.c perlio.h perlsdio.h warnings.pl
-____________________________________________________________________________
-[  8028] By: jhi                                   on 2000/12/08  01:19:08
-        Log: Introduce macros for UTF8 decoding.
-     Branch: perl
-          ! t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
-____________________________________________________________________________
-[  8027] By: nick                                  on 2000/12/07  22:18:19
-        Log: Integrate mainline
-     Branch: perlio
-         !> embed.pl pod/perlapi.pod utf8.c
-____________________________________________________________________________
-[  8026] By: nick                                  on 2000/12/07  21:45:08
-        Log: Various oddities p4 diff -se showed up
-             Remove 'our' from warnings.pl
-     Branch: perlio
-          ! global.sym lib/warnings.pm pod/perlapi.pod warnings.pl
-____________________________________________________________________________
-[  8025] By: nick                                  on 2000/12/07  21:43:32
-        Log: Change PerlIO_(get|set)pos to take SV *
-             Should fix, OS/2, VMS, (sfio??)
-     Branch: perlio
-          ! ext/IO/IO.xs fakesdio.h perlapi.c perlio.c perlio.h perlsdio.h
-____________________________________________________________________________
-[  8024] By: jhi                                   on 2000/12/07  19:05:32
-        Log: Document utf8_to_uv() better.
-     Branch: perl
-          ! pod/perlapi.pod utf8.c
-____________________________________________________________________________
-[  8023] By: jhi                                   on 2000/12/07  18:23:47
-        Log: Document utf8_length(), utf8_distance(), and utf8_hop().
-     Branch: perl
-          ! embed.pl pod/perlapi.pod utf8.c
-____________________________________________________________________________
-[  8022] By: jhi                                   on 2000/12/07  04:13:51
-        Log: Integrate perlio:
-             
-             [  8021]
-             Various attempts at MSVC debug - not sure what has
-             changed but works now. 
-             Seems atexit() _may_ work for DLLs built with MSVC so don't
-             call cleanup that way.
-             
-             [  8019]
-             Add useperlio to config.vc
-             Turn off binmode in config_H.PL
-             Regen all the config_H.xx
-             Attempt to get debugging build with MSVC.
-             
-             [  8018]
-             Test various dup/external program options on all platforms.
-             
-             [  8017]
-             Fix harness to be less picky
-     Branch: perl
-         !> perlio.c t/io/dup.t win32/config.vc win32/config_H.bc
-         !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
-         !> win32/makefile.mk
-____________________________________________________________________________
-[  8021] By: nick                                  on 2000/12/07  00:28:14
-        Log: Various attempts at MSVC debug - not sure what has
-             changed but works now. 
-             Seems atexit() _may_ work for DLLs built with MSVC so don't
-             call cleanup that way.
-     Branch: perlio
-          ! perlio.c win32/makefile.mk
-____________________________________________________________________________
-[  8020] By: nick                                  on 2000/12/06  19:57:20
-        Log: Integrate mainline
-     Branch: perlio
-         +> lib/ExtUtils/MANIFEST.SKIP t/op/concat.t
-         !> (integrate 75 files)
-____________________________________________________________________________
-[  8019] By: nick                                  on 2000/12/06  19:28:21
-        Log: Add useperlio to config.vc
-             Turn off binmode in config_H.PL
-             Regen all the config_H.xx
-             Attempt to get debugging build with MSVC.
-     Branch: perlio
-          ! win32/config.vc win32/config_H.bc win32/config_H.gc
-          ! win32/config_H.vc win32/config_h.PL win32/makefile.mk
-____________________________________________________________________________
-[  8018] By: nick                                  on 2000/12/06  19:21:57
-        Log: Test various dup/external program options on all platforms.
-     Branch: perlio
-          ! t/io/dup.t
-____________________________________________________________________________
-[  8017] By: nick                                  on 2000/12/06  19:20:47
-        Log: Fix harness to be less picky
-     Branch: perlio
-          ! lib/Test/Harness.pm
-____________________________________________________________________________
-[  8016] By: jhi                                   on 2000/12/06  16:45:12
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[  8015] By: jhi                                   on 2000/12/06  16:41:03
-        Log: Test \x{...} with ord().
-     Branch: perl
-          ! t/op/ord.t
-____________________________________________________________________________
-[  8014] By: jhi                                   on 2000/12/06  16:20:33
-        Log: Test tweak because of #8013.
-     Branch: perl
-          ! t/lib/b.t
-____________________________________________________________________________
-[  8013] By: jhi                                   on 2000/12/06  16:09:09
-        Log: Subject: [PATCH] $VERSION crusade, strict, tests, etc... all over lib/
-             From: Michael G Schwern <schwern@pobox.com>
-             Date: Tue, 5 Dec 2000 21:23:28 -0500
-             Message-ID: <20001205212328.C6473@blackrider.aocn.com>
-             
-             Carp::Heavy parts not very applicable because of recent changes.
-     Branch: perl
-          ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/CGI/Apache.pm
-          ! lib/CGI/Switch.pm lib/Carp.pm lib/Carp/Heavy.pm
-          ! lib/DirHandle.pm lib/Dumpvalue.pm lib/English.pm lib/Env.pm
-          ! lib/Exporter.pm lib/Exporter/Heavy.pm
-          ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_OS2.pm
-          ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
-          ! lib/ExtUtils/MM_Win32.pm lib/File/CheckTree.pm
-          ! lib/File/DosGlob.pm lib/File/Find.pm lib/File/stat.pm
-          ! lib/FileCache.pm lib/I18N/Collate.pm lib/Net/hostent.pm
-          ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
-          ! lib/Pod/Functions.pm lib/Pod/Html.pm lib/Search/Dict.pm
-          ! lib/SelectSaver.pm lib/Term/Cap.pm lib/Term/Complete.pm
-          ! lib/Term/ReadLine.pm lib/Text/Abbrev.pm lib/Tie/Hash.pm
-          ! lib/Tie/RefHash.pm lib/Tie/Scalar.pm lib/Tie/SubstrHash.pm
-          ! lib/Time/Local.pm lib/Time/tm.pm lib/UNIVERSAL.pm
-          ! lib/User/grent.pm lib/User/pwent.pm lib/bytes.pm
-          ! lib/charnames.pm lib/diagnostics.pm lib/filetest.pm
-          ! lib/integer.pm lib/less.pm lib/locale.pm lib/open.pm
-          ! lib/overload.pm lib/subs.pm lib/utf8.pm lib/vars.pm
-          ! lib/warnings/register.pm t/lib/attrs.t t/lib/syslog.t
-          ! warnings.pl
-____________________________________________________________________________
-[  8012] By: jhi                                   on 2000/12/06  15:22:38
-        Log: Subject: [PATCH] Re: New harness is failing things
-             From: Nick Ing-Simmons <nik@tiuk.ti.com>
-             Date: Wed, 6 Dec 2000 13:00:30 GMT
-             Message-Id: <200012061300.NAA10567@mikado.tiuk.ti.com>
-     Branch: perl
-          ! lib/Test/Harness.pm
-____________________________________________________________________________
-[  8011] By: jhi                                   on 2000/12/06  15:12:08
-        Log: Subject: installhtml changes
-             From: Michael Stevens <michael@etla.org>
-             Date: Wed, 6 Dec 2000 13:15:53 +0000
-             Message-ID: <20001206131553.A27317@firedrake.org>
-     Branch: perl
-          ! installhtml
-____________________________________________________________________________
-[  8010] By: jhi                                   on 2000/12/06  15:06:05
-        Log: Subject: the dTHR hits
-             From: Michael Stevens <michael@etla.org>
-             Date: Wed, 6 Dec 2000 12:06:03 +0000
-             Message-ID: <20001206120603.A24581@firedrake.org>
-             
-             More, errrm, less dTHRs.
-     Branch: perl
-          ! bytecode.pl ext/B/B/C.pm
-____________________________________________________________________________
-[  8009] By: jhi                                   on 2000/12/06  15:04:25
-        Log: Subject: MakeMaker mailing list gone?
-             From: Michael G Schwern <schwern@pobox.com>
-             Date: Tue, 5 Dec 2000 19:29:59 -0500
-             Message-ID: <20001205192959.B6473@blackrider.aocn.com>
-             
-             The MakeMaker mailing list is dead, perlbug is the right
-             address to report bugs.
-     Branch: perl
-          ! lib/ExtUtils/MakeMaker.pm
-____________________________________________________________________________
-[  8008] By: jhi                                   on 2000/12/06  15:00:32
-        Log: Subject: [PATCH ExtUtils::Manifest 1.1] Default MANIFEST.SKIP]
-             From: Michael G Schwern <schwern@pobox.com>
-             Date: Tue, 5 Dec 2000 19:21:21 -0500
-             Message-ID: <20001205192121.A6473@blackrider.aocn.com>
-             
-             Add a default MANIFEST skip that ignores things like
-             version control files, editor temporary files, and the Makefile.
-     Branch: perl
-          + lib/ExtUtils/MANIFEST.SKIP
-          ! MANIFEST lib/ExtUtils/Manifest.pm
-____________________________________________________________________________
-[  8007] By: jhi                                   on 2000/12/06  14:57:20
-        Log: In Amiga more manual hackery of the scripts seems to be needed,
-             from Jan-Erik Karlsson.  Why Configure does not get this right
-             is unknown, may be shell-induced.
-     Branch: perl
-          ! README.amiga
-____________________________________________________________________________
-[  8006] By: jhi                                   on 2000/12/05  23:53:12
-        Log: Add TOPm1s to peek at the second topmost stack item.
-     Branch: perl
-          ! pp.h
-____________________________________________________________________________
-[  8005] By: jhi                                   on 2000/12/05  23:13:55
-        Log: Avaunt, you foul UTF-8 tests.
-     Branch: perl
-          ! t/op/ver.t t/pragma/utf8.t
-____________________________________________________________________________
-[  8004] By: jhi                                   on 2000/12/05  23:09:54
-        Log: Continue utf8 dispersal. 
-     Branch: perl
-          + t/op/concat.t
-          ! MANIFEST t/pragma/utf8.t
-____________________________________________________________________________
-[  8003] By: nick                                  on 2000/12/05  23:02:39
-        Log: Integrate mainline.
-     Branch: perlio
-         +> t/op/length.t t/op/utf8decode.t
-         !> (integrate 69 files)
-____________________________________________________________________________
-[  8002] By: jhi                                   on 2000/12/05  22:59:28
-        Log: Integrate perlio:
-             
-             [  8001]
-             Win32 PERL_IMPLICIT_SYS passes all tests with USE_PERLIO
-             - calloc/free suffer from damage on TerminateThread()
-             - use PerlMemShared (as originally planned) now fixed
-             - avoid doing anything important on DLL "detach".
-             
-             [  8000]
-             Fix gross PerlMemShared issue.
-     Branch: perl
-         !> iperlsys.h perl.c perlio.c win32/perllib.c
-____________________________________________________________________________
-[  8001] By: nick                                  on 2000/12/05  22:07:52
-        Log: Win32 PERL_IMPLICIT_SYS passes all tests with USE_PERLIO
-             - calloc/free suffer from damage on TerminateThread()
-             - use PerlMemShared (as originally planned) now fixed
-             - avoid doing anything important on DLL "detach".
-     Branch: perlio
-          ! perl.c perlio.c win32/perllib.c
-____________________________________________________________________________
-[  8000] By: nick                                  on 2000/12/05  21:05:09
-        Log: Fix gross PerlMemShared issue.
-     Branch: perlio
-          ! iperlsys.h
-____________________________________________________________________________
-[  7999] By: jhi                                   on 2000/12/05  20:46:58
-        Log: Test for Unicode (UTF-8) hash keys.
-     Branch: perl
-          ! t/op/each.t
-____________________________________________________________________________
-[  7998] By: jhi                                   on 2000/12/05  20:30:35
-        Log: Remove an unnecessary 'use utf8' (unnecessary because \x{...}
-             is now always UTF-8), empty line cosmetics.
-     Branch: perl
-          ! t/pragma/utf8.t
-____________________________________________________________________________
-[  7997] By: jhi                                   on 2000/12/05  20:15:40
-        Log: Subject: Re: STRLEN - what?
-             From: Andy Dougherty <doughera@lafayette.edu>
-             Date: Tue, 5 Dec 2000 11:58:46 -0500 (EST)
-             Message-ID: <Pine.SOL.4.10.10012051152100.3586-100000@maxwell.phys.lafayette.edu>
-             
-             Explain STRLEN.
-     Branch: perl
-          ! pod/perlguts.pod
-____________________________________________________________________________
-[  7996] By: jhi                                   on 2000/12/05  20:13:34
-        Log: Split off the UTF-8 decoder tests, make them to check also
-             the error message.
-     Branch: perl
-          + t/op/utf8decode.t
-          ! MANIFEST t/pragma/utf8.t utf8.c
-____________________________________________________________________________
-[  7995] By: jhi                                   on 2000/12/05  16:39:47
-        Log: Start migrating bits of pragma/utf8 to elsewhere
-             (since the long term plan is to obsolete 'use utf8').
-     Branch: perl
-          + t/op/length.t
-          ! MANIFEST t/pragma/utf8.t
-____________________________________________________________________________
-[  7994] By: jhi                                   on 2000/12/05  16:30:21
-        Log: Fix a manual edit typo from #7993, fix the message formatting
-             for Unicode, add few our declarations.
-     Branch: perl
-          ! lib/Carp/Heavy.pm
-____________________________________________________________________________
-[  7993] By: jhi                                   on 2000/12/05  16:09:15
-        Log: Subject: Need help with warnings :-(
-             From: "Ben Tilly" <ben_tilly@hotmail.com>
-             Date: Tue, 05 Dec 2000 01:35:54 -0500
-             Message-ID: <LAW2-F2380n7J95K7aI00001bb9@hotmail.com>
-             
-             Subject: UPDATE: Carp/Heavy now passes all tests
-             From: "Ben Tilly" <ben_tilly@hotmail.com>
-             Date: Tue, 05 Dec 2000 07:59:41 -0500
-             Message-ID: <LAW2-F58V1qdiixjnzi00005523@hotmail.com>
-             
-             The Brave New Carp.
-     Branch: perl
-          ! lib/Carp.pm lib/Carp/Heavy.pm
-____________________________________________________________________________
-[  7992] By: jhi                                   on 2000/12/05  15:55:08
-        Log: Subject: [PATCH perl@7979] cygwin port
-             From: "Eric Fifer" <efifer@dircon.co.uk>
-             Date: Tue, 5 Dec 2000 14:04:09 -0000
-             Message-Id: <200012051402.OAA60286@mailhost2.dircon.co.uk>
-     Branch: perl
-          ! t/lib/net-hostent.t
-____________________________________________________________________________
-[  7991] By: jhi                                   on 2000/12/05  15:52:34
-        Log: Subject: Re: [PATCH] The largest hoax of all times?
-             From: Ilya Zakharevich <ilya@math.ohio-state.edu>
-             Date: Tue, 5 Dec 2000 00:40:25 -0500
-             Message-ID: <20001205004025.A4050@monk.mps.ohio-state.edu>
-             
-             Subject: Re: [PATCH] The largest hoax of all times?
-             From: Ilya Zakharevich <ilya@math.ohio-state.edu>
-             Date: Mon, 4 Dec 2000 23:55:53 -0500
-             Message-ID: <20001204235553.A1140@monk.mps.ohio-state.edu>
-             
-             Subject: Re: [PATCH] The largest hoax of all times?
-             From: Ilya Zakharevich <ilya@math.ohio-state.edu>
-             Date: Tue, 5 Dec 2000 01:28:45 -0500
-             Message-ID: <20001205012844.A4227@monk.mps.ohio-state.edu>
-             
-             Fix the unpredictable order of DESTROYs.
-     Branch: perl
-          ! embed.h embed.pl objXSUB.h pod/perlapi.pod proto.h scope.c
-          ! sv.c sv.h t/op/ref.t
-____________________________________________________________________________
-[  7990] By: jhi                                   on 2000/12/05  14:38:53
-        Log: Subject: [PATCH] shrink pp_hot fractionally
-             From: Nicholas Clark <nick@ccl4.org>
-             Date: Tue, 5 Dec 2000 12:44:31 +0000
-             Message-ID: <20001205124431.E74518@plum.flirble.org>
-             
-             Use report_evil_fh().
-     Branch: perl
-          ! opcode.pl opnames.h pp_hot.c util.c
-____________________________________________________________________________
-[  7989] By: jhi                                   on 2000/12/05  14:21:27
-        Log: Subject: [PATCH] [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
-             From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
-             Date: Mon, 04 Dec 2000 22:21:59 -0800
-             Message-ID: <HmIL6gzkgepS092yn@efn.org>
-             
-             Harness shouldn't ignore responses like "ok 3\r\r\n".
-     Branch: perl
-          ! lib/Test/Harness.pm
-____________________________________________________________________________
-[  7988] By: jhi                                   on 2000/12/05  13:51:28
-        Log: Integrate the "skip" messages to explain().
-     Branch: perl
-          ! t/lib/syslfs.t t/op/lfs.t
-____________________________________________________________________________
-[  7987] By: jhi                                   on 2000/12/05  12:34:54
-        Log: The one that got away in #7984.
-             
-             Subject: Re: dTHR - what and why?
-             From: Michael Stevens <michael@etla.org> 
-             Date: Tue, 5 Dec 2000 11:15:52 +0000
-             Message-ID: <20001205111552.A4647@firedrake.org>
-     Branch: perl
-          ! sv.h
-____________________________________________________________________________
-[  7986] By: gsar                                  on 2000/12/05  09:14:44
-        Log: fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
-             due to the notorious GetFileType() bug in Windows 9x, which fstat()
-             tickles)
-     Branch: perl
-          ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32sck.c
-____________________________________________________________________________
-[  7985] By: jhi                                   on 2000/12/05  05:49:03
-        Log: Integrate perlio:
-             
-             [  7983]
-             PERL_IMPLICIT_SYS (almost) works - something odd with "signal"
-     Branch: perl
-         !> iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
-         !> win32/perlhost.h win32/perllib.c
-____________________________________________________________________________
-[  7984] By: jhi                                   on 2000/12/05  05:48:16
-        Log: dTHR is a nop in 5.6.0 onwards.  Ergo, it can go.
-     Branch: perl
-          ! av.c cygwin/cygwin.c deb.c djgpp/djgpp.c doio.c doop.c dump.c
-          ! epoc/epoc.c ext/ByteLoader/ByteLoader.xs
-          ! ext/ByteLoader/byterun.c ext/Devel/DProf/DProf.xs
-          ! ext/Thread/Thread.xs ext/re/re.xs gv.c hv.c mg.c op.c
-          ! os2/OS2/REXX/REXX.xs os2/os2.c os2/os2ish.h perl.c perl.h
-          ! perlapi.c pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c
-          ! regexec.c run.c scope.c sv.c taint.c thread.h toke.c
-          ! universal.c utf8.c util.c vmesa/vmesa.c vms/ext/Stdio/Stdio.xs
-          ! win32/win32.c
-____________________________________________________________________________
-[  7983] By: nick                                  on 2000/12/04  23:27:43
-        Log: PERL_IMPLICIT_SYS (almost) works - something odd with "signal"
-     Branch: perlio
-          ! iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
-          ! win32/perlhost.h win32/perllib.c
-____________________________________________________________________________
-[  7982] By: jhi                                   on 2000/12/04  19:44:09
-        Log: Yet Another Copying-Without-Paying-Attention-To-SvUTF8(sv) Bug
-             uncovered by #7980.
-     Branch: perl
-          ! op.c
-____________________________________________________________________________
-[  7981] By: jhi                                   on 2000/12/04  19:42:07
-        Log: Subject: [PATCH] Trivial dump.c feature
-             From: Simon Cozens <simon@cozens.net>
-             Date: Mon, 4 Dec 2000 18:08:38 +0000
-             Message-ID: <20001204180838.A5541@pembro33.pmb.ox.ac.uk>
-             
-             Show whether a constant is UTF-8.
-     Branch: perl
-          ! dump.c
-____________________________________________________________________________
-[  7980] By: jhi                                   on 2000/12/04  19:36:51
-        Log: UTF-8 hash keys, patch from Inaba Hiroto.
-     Branch: perl
-          ! embed.h embed.pl hv.c hv.h pod/perlapi.pod proto.h
-____________________________________________________________________________
-[  7979] By: jhi                                   on 2000/12/04  17:36:28
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[  7978] By: jhi                                   on 2000/12/04  16:42:17
-        Log: Retract #7977, still too volatile (the euphemism of the day
-             for unfinished and buggy :-)
-     Branch: perl
-          ! doop.c hv.c pp.c sv.h
-____________________________________________________________________________
-[  7977] By: jhi                                   on 2000/12/04  16:25:15
-        Log: (Retracted by #7978, too shaky yet.)
-             
-             Subject: Re: utf8 in hash keys, implementor missing
-             From: Simon Cozens <simon@cozens.net>
-             Date: Sat, 2 Dec 2000 19:49:35 +0000
-             Message-ID: <20001202194935.A25673@pembro33.pmb.ox.ac.uk>
-             
-             The first step at UTF-8 hash keys.
-     Branch: perl
-          ! doop.c hv.c pp.c sv.h
-____________________________________________________________________________
-[  7976] By: jhi                                   on 2000/12/04  16:13:53
-        Log: Subject: [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
-             From: sthoenna@efn.org
-             Date: Sun, 3 Dec 2000 19:06:53 -0800 (PST)
-             Message-Id: <200012040306.eB436rE18922@garcia.efn.org>
-     Branch: perl
-          ! os2/os2.c perlio.c
-____________________________________________________________________________
-[  7975] By: jhi                                   on 2000/12/04  16:05:25
-        Log: Subject: Re: [ID 20001129.009] Not OK: perl v5.7.0 +DEVEL7928 on os2-64int-ld 2.30 (UNINSTALLED)
-             From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
-             Date: Thu, 30 Nov 2000 20:50:37 -0800
-             Message-ID: <d4yJ6gzkgGsJ092yn@efn.org>
-     Branch: perl
-          ! os2/os2.c
-____________________________________________________________________________
-[  7974] By: jhi                                   on 2000/12/04  16:03:57
-        Log: Subject: [PATCH] ++ 20% faster
-             From: Nicholas Clark <nick@ccl4.org>
-             Date: Mon, 4 Dec 2000 12:17:27 +0000
-             Message-ID: <20001204121726.B52976@plum.flirble.org>
-             
-             Make '$i = ""; $i++' to produce true IVs without a hint of NVs.
-     Branch: perl
-          ! sv.c
-____________________________________________________________________________
-[  7973] By: jhi                                   on 2000/12/04  16:00:48
-        Log: 
-             Subject: Re: Not OK: perl v5.7.0 +DEVEL7825 on aix 4.2.1.0 (UNINSTALLED)
-             From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
-             Date: Mon, 04 Dec 2000 12:30:45 +0100
-             Message-Id: <20001204122118.E85D.H.M.BRAND@hccnet.nl>
-             
-             AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
-             library (getprotobyname and getprotobynumber are outversioned by
-             the same calls in libc, at least for xlc version 3.
-     Branch: perl
-          ! hints/aix.sh
-____________________________________________________________________________
-[  7972] By: jhi                                   on 2000/12/04  02:58:31
-        Log: Integrate perlio:
-             
-             [  7971]
-             Quieten some noise in Win32 builds:
-             - win32.h is included after <sys/socket.h>, so need to 
-             set Win32SCK_IS_STDSCK earlier to avoid re-defined noise in XSUB.h
-             - GCC (& MSVC?) have execv(...,const char *const *) so need a cast from char **.
-             
-             [  7970]
-             PERL_IMPLICIT_SYS compiles but does not work.
-     Branch: perl
-         !> doio.c iperlsys.h perl.c perl.h perlio.c perlio.h toke.c
-         !> win32/makefile.mk win32/perlhost.h win32/perllib.c
-         !> win32/win32.h win32/win32iop.h win32/win32thread.h
-____________________________________________________________________________
-[  7971] By: nick                                  on 2000/12/04  00:24:33
-        Log: Quieten some noise in Win32 builds:
-             - win32.h is included after <sys/socket.h>, so need to 
-             set Win32SCK_IS_STDSCK earlier to avoid re-defined noise in XSUB.h
-             - GCC (& MSVC?) have execv(...,const char *const *) so need a cast from char **.
-     Branch: perlio
-          ! doio.c perl.h toke.c win32/win32.h
-____________________________________________________________________________
-[  7970] By: nick                                  on 2000/12/03  22:57:46
-        Log: PERL_IMPLICIT_SYS compiles but does not work.
-     Branch: perlio
-          ! iperlsys.h perl.c perlio.c perlio.h win32/makefile.mk
-          ! win32/perlhost.h win32/perllib.c win32/win32.h
-          ! win32/win32iop.h win32/win32thread.h
-____________________________________________________________________________
-[  7969] By: jhi                                   on 2000/12/03  22:12:58
-        Log: On DEBUGGING make ANYOFUTF8 nodes store away also the SV
-             used to swash_init(), makes regprop() dumps more informative
-             (+utf8::IsAlpha, -utf8::IsDigit, for example).
-     Branch: perl
-          ! regcomp.c regexec.c
-____________________________________________________________________________
-[  7968] By: jhi                                   on 2000/12/03  21:39:56
-        Log: Implement ANYOFUTF8 regprop() dumping.
-     Branch: perl
-          ! regcomp.c
-____________________________________________________________________________
-[  7967] By: jhi                                   on 2000/12/03  20:57:19
-        Log: Make uv_to_utf8() to zero-terminate its output buffer,
-             always use (at least) UTF8_MAXLEN + 1 U8s deep buffer.
-     Branch: perl
-          ! op.c pp.c regcomp.c regexec.c sv.c toke.c utf8.c
-____________________________________________________________________________
-[  7966] By: nick                                  on 2000/12/03  18:41:21
-        Log: Integrate mainline (STDCHAR)
-     Branch: perlio
-         !> Configure t/pragma/utf8.t
-____________________________________________________________________________
-[  7965] By: jhi                                   on 2000/12/03  17:58:20
-        Log: Raw zero bytes in text files confuse at least GNU patch 2.1.
-     Branch: perl
-          ! t/pragma/utf8.t
-____________________________________________________________________________
-[  7964] By: jhi                                   on 2000/12/03  17:35:56
-        Log: Integrate perlio:
-             
-             [  7961]
-             Make iperlsys.h vector stdio not PerlIO.
-     Branch: perl
-         !> iperlsys.h perlio.c
-____________________________________________________________________________
-[  7963] By: jhi                                   on 2000/12/03  17:33:55
-        Log: Metaconfig unit change for #7962.
-     Branch: metaconfig
-          ! U/modified/stdchar.U
-____________________________________________________________________________
-[  7962] By: jhi                                   on 2000/12/03  17:33:27
-        Log: Untangle the <stdio.h> #include nest for the stdchar test,
-             from Andy Dougherty.
-     Branch: perl
-          ! Configure
-____________________________________________________________________________
-[  7961] By: nick                                  on 2000/12/03  16:53:00
-        Log: Make iperlsys.h vector stdio not PerlIO.
-     Branch: perlio
-          ! iperlsys.h perlio.c
-____________________________________________________________________________
-[  7960] By: nick                                  on 2000/12/03  14:43:01
-        Log: Integrate mainline
-     Branch: perlio
-         !> Changes Configure config_h.SH lib/ExtUtils/MM_Unix.pm op.c
-         !> patchlevel.h pod/perldiag.pod t/lib/net-hostent.t toke.c
-____________________________________________________________________________
-[  7959] By: jhi                                   on 2000/12/03  08:16:36
-        Log: Use DO_UTF8().
-     Branch: perl
-          ! op.c
-____________________________________________________________________________
-[  7958] By: jhi                                   on 2000/12/02  18:33:05
-        Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
-             From: Mike Guy <mjtg@cam.ac.uk>         
-             Date: Sat, 02 Dec 2000 17:27:13 +0000
-             Message-Id: <E142GRN-0003go-00@libra.cus.cam.ac.uk>
-             
-             An extraneous argument.
-     Branch: perl
-          ! toke.c
-____________________________________________________________________________
-[  7957] By: jhi                                   on 2000/12/02  18:22:32
-        Log: A missing hunk.
-     Branch: perl
-          ! t/lib/net-hostent.t
-____________________________________________________________________________
-[  7956] By: jhi                                   on 2000/12/02  18:06:20
-        Log: Subject: [PATCH] Re: [ID 20001202.001] (Net::hostent)
-             From: Nicholas Clark <nick@ccl4.org>
-             Date: Sat, 2 Dec 2000 14:28:27 +0000
-             Message-ID: <20001202142827.A12308@plum.flirble.org>
-             
-             Test robustness.
-     Branch: perl
-          ! t/lib/net-hostent.t
-____________________________________________________________________________
-[  7955] By: jhi                                   on 2000/12/02  17:58:06
-        Log: Metaconfig unit change for #7954.
-     Branch: metaconfig
-          ! U/modified/stdchar.U
-____________________________________________________________________________
-[  7954] By: jhi                                   on 2000/12/02  17:54:32
-        Log: An inconvenient hang would happen if the stdio _ptr wasn't
-             found in <stdio.h> and <stdio_impl.h> didn't exist.  (grep
-             would be grepping stdin for all eternity for the _ptr.)
-     Branch: perl
-          ! Configure
-____________________________________________________________________________
-[  7953] By: jhi                                   on 2000/12/02  00:07:15
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[  7952] By: jhi                                   on 2000/12/01  23:54:47
-        Log: Subject: Re: long shell lines
-             From: Andy Dougherty <doughera@lafayette.edu>
-             Date: Thu, 30 Nov 2000 12:45:37 -0500 (EST)
-             Message-ID: <Pine.SOL.4.10.10011301044590.26388-100000@maxwell.phys.lafayette.edu>
-             
-             Split overly long shell command lines.
-     Branch: perl
-          ! lib/ExtUtils/MM_Unix.pm
-____________________________________________________________________________
-[  7951] By: jhi                                   on 2000/12/01  23:48:02
-        Log: The metaconfig unit change for #7950.
-     Branch: metaconfig
-          + U/modified/stdchar.U
-____________________________________________________________________________
-[  7950] By: jhi                                   on 2000/12/01  23:47:39
-        Log: Try to find stdchar also from <stdio_impl.h>.
-     Branch: perl
-          ! Configure config_h.SH
-____________________________________________________________________________
-[  7949] By: jhi                                   on 2000/12/01  23:46:45
-        Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
-             From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
-             Date: Fri, 1 Dec 2000 16:26:08 -0500
-             Message-ID: <20001201162608.B1436@linguist.dartmouth.edu>
-             
-             Reword the diagnostic message.
-     Branch: perl
-          ! pod/perldiag.pod
-____________________________________________________________________________
-[  7948] By: nick                                  on 2000/12/01  22:49:43
-        Log: Integrate mainline (for s/y/m as sub names stuff).
-     Branch: perlio
-         !> lib/CPAN.pm lib/CPAN/FirstTime.pm pod/perldiag.pod t/op/misc.t
-         !> t/pragma/warn/toke toke.c
-____________________________________________________________________________
-[  7947] By: jhi                                   on 2000/12/01  20:55:41
-        Log: Integrate perlio:
-             
-             [  7942]
-             Fix 'mmap' lib/filehand.t (ungetc) test fail.
-             Make 'unix' pass most tests
-             - do unread by temporary push of layer ("pending") holding unread chars
-             - fast_gets is now based on per-handle flag
-             - relax one of io/pipe.t tests to allow print to fail and close to
-             succeed so that it passes on unbuffered "unix" layer.
-             Remaining fail is sporadic and a genuine race condition between
-             parent/child in fork test.
-     Branch: perl
-         !> perlio.c perliol.h t/io/pipe.t
-____________________________________________________________________________
-[  7946] By: jhi                                   on 2000/12/01  20:36:51
-        Log: Upgrade to CPAN 1.59_51, from Andreas König.
-     Branch: perl
-          ! lib/CPAN.pm lib/CPAN/FirstTime.pm
-____________________________________________________________________________
-[  7945] By: nick                                  on 2000/12/01  20:31:32
-        Log: Integrate mainline
-     Branch: perlio
-         +> ext/Encode/Encode/EncodeFormat.pod lib/unicode/Is/Blank.pl
-         +> lib/unicode/Is/SpacePerl.pl t/lib/class-struct.t
-         +> t/lib/net-hostent.t
-         !> (integrate 35 files)
-____________________________________________________________________________
-[  7944] By: jhi                                   on 2000/12/01  20:23:29
-        Log: Some help for 20001130.011.  Now one gets warnings like
-             "Ambiguous -f() resolved as a file test ..."
-     Branch: perl
-          ! pod/perldiag.pod t/pragma/warn/toke toke.c
-____________________________________________________________________________
-[  7943] By: jhi                                   on 2000/12/01  19:44:44
-        Log: Retract #7941.  Forbidding subs m/s/etc is too cruel because
-             that also breaks using them as methods. 
-     Branch: perl
-          ! pod/perldiag.pod t/op/misc.t toke.c
-____________________________________________________________________________
-[  7942] By: nick                                  on 2000/12/01  17:56:46
-        Log: Fix 'mmap' lib/filehand.t (ungetc) test fail.
-             Make 'unix' pass most tests
-             - do unread by temporary push of layer ("pending") holding unread chars
-             - fast_gets is now based on per-handle flag
-             - relax one of io/pipe.t tests to allow print to fail and close to
-             succeed so that it passes on unbuffered "unix" layer.
-             Remaining fail is sporadic and a genuine race condition between
-             parent/child in fork test.
-     Branch: perlio
-          ! perlio.c perliol.h t/io/pipe.t
-____________________________________________________________________________
-[  7941] By: jhi                                   on 2000/12/01  15:28:58
-        Log: (Retracted by #7943.)
-             
-             Reserve the short named string operator names.
-     Branch: perl
-          ! pod/perldiag.pod t/op/misc.t toke.c
-____________________________________________________________________________
-[  7940] By: jhi                                   on 2000/12/01  06:45:53
-        Log: Get the three different space character classes right under utf8.
-     Branch: perl
-          + lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
-          ! MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
-          ! regexec.c t/op/pat.t utf8.c
-____________________________________________________________________________
-[  7939] By: jhi                                   on 2000/12/01  03:26:26
-        Log: Two more tests that make no sense in UTF-8 since the test
-             data is not in UTF-8.
-     Branch: perl
-          ! t/op/regexp.t
-____________________________________________________________________________
-[  7938] By: jhi                                   on 2000/12/01  03:20:39
-        Log: \x{} doesn't any more require 'use utf8' outside regexen so why
-             should it be required inside regexen?
-     Branch: perl
-          ! regcomp.c t/op/regmesg.t
-____________________________________________________________________________
-[  7937] By: jhi                                   on 2000/12/01  02:58:53
-        Log: Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
-             stored and restored, and thusly was trounced by the utf8 swash
-             routines.
-     Branch: perl
-          ! regcomp.c
-____________________________________________________________________________
-[  7936] By: jhi                                   on 2000/11/30  20:41:39
-        Log: Fix for 20001128.006, be more careful in Perl_sv_utf8_downgrade().
-             Why the different platforms behave so differently (core dump vs
-             no core dump) on this bug is a but of a mystery, but if I had to
-             guess I would mumble something like 'alignment'.
-     Branch: perl
-          ! sv.c
-____________________________________________________________________________
-[  7935] By: jhi                                   on 2000/11/30  16:17:02
-        Log: Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits
-             From: Robin Barker <rmb1@cise.npl.co.uk>
-             Message-Id: <200011301427.OAA00030@tempest.npl.co.uk>
-             Date: Thu, 30 Nov 2000 14:27:12 GMT
-     Branch: perl
-          ! perlio.c toke.c
-____________________________________________________________________________
-[  7934] By: jhi                                   on 2000/11/30  16:04:49
-        Log: In OS/390 'localhost' can be 'localhost.FOO.BAR'.
-     Branch: perl
-          ! t/lib/net-hostent.t
-____________________________________________________________________________
-[  7933] By: jhi                                   on 2000/11/30  06:07:26
-        Log: Subject: [ID 20001129.007] Not OK: perl v5.7.0 +DEVEL7928 on VMS_AXP V7.1 (UNINSTALLED)
-             From: Peter Prymmer <pvhp@forte.com>
-             Date: Wed, 29 Nov 2000 15:16:45 -0800 (PST)
-             Message-Id: <Pine.OSF.4.10.10011291515570.328738-100000@aspara.forte.com>
-             
-             In VMS the localhost may be LOCALHOST.
-     Branch: perl
-          ! t/lib/net-hostent.t
-____________________________________________________________________________
-[  7932] By: jhi                                   on 2000/11/30  01:11:11
-        Log: Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
-             From: Peter Prymmer <pvhp@forte.com>
-             Date: Wed, 29 Nov 2000 12:36:40 -0800 (PST)
-             Message-ID: <Pine.OSF.4.10.10011291233120.328738-100000@aspara.forte.com>
-             
-             plus regen perlapi.pod.
-     Branch: perl
-          ! pod/perlapi.pod utf8.c
-____________________________________________________________________________
-[  7931] By: jhi                                   on 2000/11/30  01:06:19
-        Log: Subject:  [PATCH perl@7930] get t/lib/filter-util.t to work on VMS 
-             From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
-             Date:     Wed, 29 Nov 2000 17:15:11 EST
-             Message-Id: <001129171439.6099b@DUPHY4.Physics.Drexel.Edu>
-     Branch: perl
-          ! t/lib/filter-util.pl t/lib/filter-util.t
-____________________________________________________________________________
-[  7930] By: jhi                                   on 2000/11/29  18:51:55
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[  7929] By: jhi                                   on 2000/11/29  18:50:55
-        Log: Update the va_copy() metaconfig unit.
-     Branch: metaconfig/U/perl
-          ! need_va_copy.U
-____________________________________________________________________________
-[  7928] By: jhi                                   on 2000/11/29  17:50:43
-        Log: Subject: [ID 20001128.003] Not OK: perl v5.7.0 +DEVEL7891 on ppc-linux 2.2.17  
-             From: Dominic Dunlop <domo@computer.org>
-             Date: Tue, 28 Nov 2000 16:41:57 +0100
-             Message-Id: <p04320400b649771b9797@[192.168.1.4]>
-             
-             Patch to catch a core dump in the Configure va_copy test.
-     Branch: perl
-          ! Configure config_h.SH
-____________________________________________________________________________
-[  7927] By: jhi                                   on 2000/11/29  17:31:59
-        Log: Retract #7921, the patch shouldn't be needed.
-     Branch: perl
-          ! sv.c
-____________________________________________________________________________
-[  7926] By: jhi                                   on 2000/11/29  17:01:41
-        Log: Make the Class::Struct import() wiser.
-     Branch: perl
-          ! lib/Class/Struct.pm t/lib/class-struct.t
-____________________________________________________________________________
-[  7925] By: jhi                                   on 2000/11/29  16:36:33
-        Log: All the core library users of Class::Struct seem to be
-             using "use Class::Struct 'struct';" instead of the bare
-             "use Class::Struct;", which isn't documented in Class::Struct.
-             This can't be right.
-     Branch: perl
-          ! lib/File/stat.pm
-____________________________________________________________________________
-[  7924] By: jhi                                   on 2000/11/29  16:32:15
-        Log: A test works better if it has the right 1..$n output.
-     Branch: perl
-          ! t/lib/class-struct.t
-____________________________________________________________________________
-[  7923] By: jhi                                   on 2000/11/29  16:29:11
-        Log: Forgot to MANIFEST the new Net::hostent test.
-     Branch: perl
-          ! MANIFEST
-____________________________________________________________________________
-[  7922] By: jhi                                   on 2000/11/29  16:27:49
-        Log: Integrate perlio:
-             
-             [  7906]
-             Initial tidy of setmode() muddle (UNIX does not have, nor need it).
-     Branch: perl
-         !> iperlsys.h perlio.c
-____________________________________________________________________________
-[  7921] By: jhi                                   on 2000/11/29  16:27:10
-        Log: (Retracted by #7927.)
-             
-             Subject: [PATCH] Is infinity a number?
-             From: Simon Cozens <simon@cozens.net>
-             Date: Wed, 29 Nov 2000 14:48:20 +0000
-             Message-ID: <20001129144820.A31339@pembro33.pmb.ox.ac.uk>
-     Branch: perl
-          ! sv.c
-____________________________________________________________________________
-[  7920] By: jhi                                   on 2000/11/29  16:23:02
-        Log: Subject: net_hostent.t (was Re: [ID 20001128.002] what's the point of example code if it is buggy?)
-             From: rspier@pobox.com (Robert Spier)
-             Date: Wed, 29 Nov 2000 02:17:49 -0500
-             Message-ID: <14884.44445.760322.278647@localhost.localdomain>
-             
-             Add a test for Net::hostent.
-     Branch: perl
-          + t/lib/net-hostent.t
-____________________________________________________________________________
-[  7919] By: jhi                                   on 2000/11/29  16:21:31
-        Log: Make "use Class::Struct 'struct';" work again (broken by #7617);
-             add a test for Class::Struct.
-     Branch: perl
-          + t/lib/class-struct.t
-          ! MANIFEST lib/Class/Struct.pm
-____________________________________________________________________________
-[  7918] By: jhi                                   on 2000/11/29  15:48:40
-        Log: Subject: Re: Minor suggestion for Sys::Syslog  [PATCH]
-             From: rspier@pobox.com (Robert Spier)
-             Date: Wed, 29 Nov 2000 02:25:39 -0500
-             Message-ID: <14884.44915.86028.422238@localhost.localdomain>
-             
-             More checking in case someone has broken their services or
-             protocol databases.
-     Branch: perl
-          ! ext/Sys/Syslog/Syslog.pm
-____________________________________________________________________________
-[  7917] By: jhi                                   on 2000/11/29  15:46:25
-        Log: Subject: [PATCH] $^O  win32 -> MSWin32
-             From: rspier@pobox.com (Robert Spier)
-             Date: Wed, 29 Nov 2000 02:17:38 -0500
-             Message-ID: <14884.44434.340627.126145@localhost.localdomain>
-             
-             plus similar nits for vms, err, VMS, and UNICOS.
-     Branch: perl
-          ! t/lib/syslfs.t t/op/lfs.t
-____________________________________________________________________________
-[  7916] By: jhi                                   on 2000/11/29  15:42:51
-        Log: Subject: [PATCH] Tokeniser debugging
-             From: Simon Cozens <simon@cozens.net>
-             Date: Wed, 29 Nov 2000 14:15:45 +0000
-             Message-ID: <20001129141545.A30864@pembro33.pmb.ox.ac.uk>
-     Branch: perl
-          ! perl.c perl.h pod/perlrun.pod toke.c
-____________________________________________________________________________
-[  7915] By: jhi                                   on 2000/11/29  15:41:36
-        Log: Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
-             From: Ilya Zakharevich <ilya@math.ohio-state.edu>
-             Date: Wed, 29 Nov 2000 02:13:14 -0500
-             Message-ID: <20001129021314.A2532@monk.mps.ohio-state.edu>
-             
-             OUT keyword nits.
-             
-             Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
-             From: Ilya Zakharevich <ilya@math.ohio-state.edu>
-             Date: Wed, 29 Nov 2000 03:09:04 -0500
-             Message-ID: <20001129030904.A2754@monk.mps.ohio-state.edu>
-             
-             OUT and IN_OUT documentation.
-     Branch: perl
-          ! lib/ExtUtils/xsubpp pod/perlxs.pod
-____________________________________________________________________________
-[  7914] By: jhi                                   on 2000/11/29  03:35:01
-        Log: Subject: Re: [ID 20001127.002] const subs hurt under debugger
-             From: John Tobey <jtobey@john-edwin-tobey.org>
-             Date: Tue, 28 Nov 2000 01:13:41 -0500 (EST)
-             Message-Id: <m140e1N-000FOoC@feynman.localnet>
-             
-             plus a performance speedup noticed by Sarathy.
-     Branch: perl
-          ! op.c
-____________________________________________________________________________
-[  7913] By: jhi                                   on 2000/11/29  03:16:59
-        Log: Use "1 while unlink" so that VMS gets clean, too.
-     Branch: perl
-          ! t/lib/filter-util.t
-____________________________________________________________________________
-[  7912] By: jhi                                   on 2000/11/29  03:09:08
-        Log: Subject: [PATCH 5.7.0] OUT keyword for xsubpp
-             From: Ilya Zakharevich <ilya@math.ohio-state.edu>
-             Date: Tue, 28 Nov 2000 03:27:09 -0500
-             Message-ID: <20001128032709.A23401@monk.mps.ohio-state.edu>
-     Branch: perl
-          ! lib/ExtUtils/xsubpp
-____________________________________________________________________________
-[  7911] By: jhi                                   on 2000/11/29  03:06:30
-        Log: This should have been part of #7872: no need to scan UTF-8
-             until eternity.
-     Branch: perl
-          ! utf8.c
-____________________________________________________________________________
-[  7910] By: jhi                                   on 2000/11/29  02:50:04
-        Log: One more perltie.pod nit from Casey R. Tweten.
-     Branch: perl
-          ! pod/perltie.pod
-____________________________________________________________________________
-[  7909] By: jhi                                   on 2000/11/29  02:44:23
-        Log: Document the known sprintf test failures, exact standard
-             reference from Dominic Dunlop, NonStop-UX testing from Tom Bates.
-     Branch: perl
-          ! pod/perldelta.pod t/op/sprintf.t
-____________________________________________________________________________
-[  7908] By: jhi                                   on 2000/11/29  02:36:23
-        Log: Add the Encoding table format documentation.
-     Branch: perl
-          + ext/Encode/Encode/EncodeFormat.pod
-          ! MANIFEST
-____________________________________________________________________________
-[  7907] By: jhi                                   on 2000/11/29  02:07:24
-        Log: Subject: Re: [PATCH] Updating perltie.pod for arrays
-             From: "Casey R. Tweten" <crt@kiski.net>
-             Date: Tue, 28 Nov 2000 12:11:41 -0500 (EST)
-             Message-ID: <Pine.OSF.4.21.0011281209050.25178-100000@home.kiski.net>
-             
-             Subject: Re: [PATCH] Updating perltie.pod for arrays
-             From: "Casey R. Tweten" <crt@kiski.net>
-             Date: Tue, 28 Nov 2000 15:03:50 -0500 (EST)
-             Message-ID: <Pine.OSF.4.21.0011281458500.10331-100000@home.kiski.net>
-     Branch: perl
-          ! pod/perltie.pod
-____________________________________________________________________________
-[  7906] By: nick                                  on 2000/11/28  22:40:59
-        Log: Initial tidy of setmode() muddle (UNIX does not have, nor need it).
-     Branch: perlio
-          ! iperlsys.h perlio.c
-____________________________________________________________________________
-[  7905] By: nick                                  on 2000/11/28  22:04:34
-        Log: Integrate mainline
-     Branch: perlio
-         !> (integrate 39 files)
-____________________________________________________________________________
-[  7904] By: jhi                                   on 2000/11/28  16:44:43
-        Log: Subject: [ID 20001128.002] what's the point of example code if it is buggy?
-             From: Nicholas Clark <nick@babyhippo.co.uk>
-             Date: Tue, 28 Nov 2000 11:16:57 +0000
-             Message-Id: <E140ikr-00076N-00@fruitbat.babyhippo.co.uk>
-     Branch: perl
-          ! pod/perlipc.pod
-____________________________________________________________________________
-[  7903] By: jhi                                   on 2000/11/28  16:40:31
-        Log: Subject: [PATCH] Updating perltie.pod for arrays
-             From: "Casey R. Tweten" <crt@kiski.net>
-             Date: Mon, 27 Nov 2000 17:47:20 -0500 (EST)
-             Message-ID: <Pine.OSF.4.21.0011271746360.11659-100000@home.kiski.net>
-     Branch: perl
-          ! pod/perltie.pod
-____________________________________________________________________________
-[  7902] By: jhi                                   on 2000/11/28  16:39:37
-        Log: Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
-             From: Robin Barker <rmb1@cise.npl.co.uk>
-             Date: Mon, 27 Nov 2000 17:56:44 GMT
-             Message-Id: <200011271756.RAA22706@tempest.npl.co.uk>
-     Branch: perl
-          ! pod/perlfunc.pod t/op/split.t
-____________________________________________________________________________
-[  7901] By: jhi                                   on 2000/11/28  16:28:04
-        Log: setmode() is a DOSish-only thing.
-     Branch: perl
-          ! perlio.c
-____________________________________________________________________________
-[  7900] By: jhi                                   on 2000/11/28  16:21:46
-        Log: Subject: [PATCH] perlcc.PL cleanups
-             From: Simon Cozens <simon@cozens.net>
-             Date: Tue, 28 Nov 2000 12:44:35 +0000
-             Message-ID: <20001128124435.A5500@pembro33.pmb.ox.ac.uk>
-     Branch: perl
-          ! utils/perlcc.PL
-____________________________________________________________________________
-[  7899] By: gsar                                  on 2000/11/28  06:32:55
-        Log: reintegrate files missed by change#7895
-     Branch: maint-5.6/perl
-         +> ext/ByteLoader/bytecode.h utils/Makefile
-          - utils/perlbc.PL
-____________________________________________________________________________
-[  7897] By: gsar                                  on 2000/11/27  18:22:47
-        Log: can't integrate these two files, for some reason
-     Branch: maint-5.6/perl
-          - ext/ByteLoader/bytecode.h utils/Makefile
-____________________________________________________________________________
-[  7895] By: gsar                                  on 2000/11/27  18:11:21
-        Log: integrate changes#6763..6766,6770,6773,6775..6776,6778,6780,
-             6782..6791,6793..6814,6816,6818..6822,6824..6830,6838..6849,
-             6757..6890,6892..6901 from mainline
-             
-             Bytecompiler patches from Benjamin Stuhl.
-             
-             More bytecompiler.
-             
-             Subject: [PATCH blead] B:: missing dependency
-             
-             Subject: [PATCH: 6757] configure.com updates and syslog build
-             
-             Long double Gconvert fixes from Yitzchak Scott-Thoennes
-             and Spider Boardman.
-             
-             Subject: [PATCH blead] nextchar() abuse misses an optimisation
-             
-             Long double fixes from Spider Boardman.
-             
-             Make the selection of NVff et al stricter.
-             
-             cSVOPo_*v things index into the current PL_curpad
-             under ithreads, which is different from the curpad
-             used by the XSUB.  (In other words, the code as-is
-             before this patch wouldn't work under ithreads.)
-             
-             Be portable.
-             
-             VMS MMS (make) wants null action.
-             
-             Mac and other portability updates from Chris Nandor.
-             
-             Storable support, v-version fixes.
-             Subject: CPAN.pm beta for testing available
-             
-             Portability fix from Hugo van der Sanden.
-             
-             Bad makefile.
-             
-             Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
-             
-             Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
-             
-             Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
-             
-             Replace #6705 with a minimal doc patch.
-             Subject: [PATCH 5.6.0] replace change #6705
-             
-             Drop the separate perlbc, perlcc -b should be enough.
-             
-             installperl couldn't tell whether it had run tests or not.
-             Subject: [PATCH] Re: installperl and t/TEST
-             
-             Add silencer flags to installperl.
-             Subject: [PATCH] Making installperl silent.
-             
-             Make "make install" by default silent.  A new "install-verbose"
-             target is verbose.
-             
-             More liberal parsing of version numbers.
-             Subject: Re: CPAN.pm beta for testing available
-             
-             Create directories in silence.
-             Subject: [PATCH] Another silencer for MakeMaker
-             
-             DOS patches and portability/porting notes, from Tim Jenness.
-             
-             Make installman to recognize the silence flag -S.
-             
-             Actually do something with the silencer option.
-             
-             Continue silencing.
-             
-             Show the doc file, not the temp file.
-             
-             Regen perltoc.
-             
-             Subject: [PATCH] More silencing of installman.
-             
-             Better wording for the vec lvalue diagnostic.
-             Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
-             
-             Subject: [PATCH: 6805] several more tweaks to configure.com
-             
-             Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
-             
-             Missing parts of 
-             Subject: [PATCH: 6789] some endl fixes for VMS wackiness
-             
-             Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
-             (applied slightly modified)
-             
-             installperl --verbose and --silent.
-             Subject: Re: [PATCH] More silencing of installman.
-             
-             Add install-silent target.
-             
-             AIX 4.3.3 has SOCKS in libc with a differently named init routine,
-             the problem reported in
-             Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
-             
-             Tweak the sfio/useperlio logic, hopefully as wished in
-             Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
-             
-             One forgotten file from #6816.
-             
-             Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
-             
-             Remove duplicately applied patch shards.
-             Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
-             
-             Support preserving extremely big/small angles.
-             
-             Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
-             
-             Subject: [PATCH] installation not quite silent yet.
-             
-             Update the test count.
-             
-             Use UVxf, PTR2UV, NVff.
-             
-             Document PTR2XX and INT2PTR.
-             
-             no-install target a la make -n.
-             Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
-             
-             grep -e isn't portable.
-             Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
-             
-             Can't get the test to reliably work thanks to the
-             inaccurateness of floating point.  "Resolves" bug ids
-             20000826.003, 20000826.009, 20000826.010,
-             
-             Subject: installman buglet
-             
-             DJGPP update from Laszlo Molnar.
-             
-             Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
-             
-             Passing -R in ldflags makes now it to appear in the default
-             for lddlflags, just like with -L.
-             Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
-             
-             Test nit.
-             
-             Use the actual thread type, not the pointer-to-struct.
-             
-             Provice virtual $Config{ccflags_nolargefiles} etc. 
-             
-             display_format used as a class method without arguments was broken,
-             reported in
-             Subject: Math::Complex->display_format() sets style to 'Math::Complex'
-             
-             Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
-             
-             Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
-             
-             Subject: [PATCH@6855] _Minor_ change to overload.pm pod
-             
-             opmini.o may be left around if a build is interrupted.
-             
-             Typo in #6858.
-             
-             Fix for ID 20000828.001, long doubles were not formatted
-             correctly (showed up in $], which stopped installing perl).
-             
-             An attempt to fix the problem reported in
-             Subject: Building perl@6856 using gcc/AIX 4.3.3 
-             I can't test this properly since the gcc installation I have
-             access to seems to be botched (gcc is calling the AIX cpp,
-             a losing proposition...)
-             
-             Add -ld to archname on long tr...double platforms.
-             
-             Subject: hv.h Doc Patch
-             
-             Potential cruft.
-             
-             Subject: [PATCH bleedperl@6856] warnings fixes
-             
-             -S is the silent flag, -s is the strip flag.
-             Subject: [PATCH] Re: [PATCH] make no-install          
-             
-             Take out the SUIDMAIL thing, that will not be
-             a problem in 5.7.*.
-             
-             Subject: [PATCH bleedperl@6866] spellings
-             
-             Subject: [PATCH] Re: files not cleaned even by veryclean
-             
-             Use minimal @INC in tests, most of the time just '../lib',
-             so that we simply can't pick up stuff from other Perls than
-             the one we are testing.  Pointed out by
-             Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
-             
-             Update to Getopt::Long 2.24, from Johan Vromans.
-             
-             Fix for thinko in #6848.
-             Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
-             
-             Patches all over for people and the files they (hopefully) care about.
-             
-             Subject: Net::protoent does not export 'getproto'
-             
-             Missed a change in #6869.
-             
-             Subject: [PATCH] Warnings in B::Deparse
-             
-             Subject: [PATCH] Glob dumping
-             
-             Disable one of the tests for now.
-             
-             Disabling the one test is a bit tricky.
-             
-             Don't forget to tidy up.
-             
-             The #6881 removed one dump line.
-             
-             Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
-             
-             Under usethreads the dumped variable is IN_PAD.
-             Subject: Re: [PATCH] Glob dumping
-             
-             Subject: [ID 20000829.026] [PATCH 6868] File::Temp
-             
-             Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
-             
-             Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
-             
-             Regen Configure for #6894.
-             
-             Subject: [PATCH: 6889] updates to perlebcdic.pod
-             
-             Undo namespace pollution of #6878.
-             Subject: Re: Net::protoent does not export 'getproto'
-             
-             Admit that we are leaking scalars.
-             
-             Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
-     Branch: maint-5.6/perl
-         !> (integrate 271 files)
-____________________________________________________________________________
-[  7894] By: gsar                                  on 2000/11/27  16:00:34
-        Log: a couple of nits
-     Branch: maint-5.6/perl
-          ! MANIFEST pp_sys.c
-____________________________________________________________________________
-[  7893] By: gsar                                  on 2000/11/27  15:10:56
-        Log: integrate changes#6666..6678,6680..6682,6684..6691,6699..6733,
-             6740..6745,6747..6757,6760
-             
-             Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
-             
-             Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
-             
-             Doc nits spotted by Richard Soderberg.
-             
-             move WNOHANG definition to where other such things are
-             
-             Make $Config{byteorder} more magical so that it is
-             dynamically computed: nice for 'fat binaries'.
-             Subject: [PATCH]: default byteorder
-             
-             Subject: [PATCH] Cwd.pm now uses strict
-             
-             Subject: Re: [PATCH]Re: Questions about Math::BigFloat
-             
-             Get -DLEAKTEST to compile (not necessarily to work, mind)
-             Subject: [ID 20000724.006] -DLEAKTEST problem
-             
-             perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
-             
-             Add perlebcdic from Peter Prymmer, regen toc.
-             
-             Don't propose using modules built for 5.005 if no binary
-             compatibility with 5.005 is attempted.
-             
-             Do not use prototyping here.
-             Subject: [ID 20000817.016] [PATCH] Peek.xs
-             
-             Document what the backtick returns if the command fails.
-             
-             Add byteorder to the myconfig output.
-             
-             Introduce NVef, NVff, and NVgf, use the middle one.
-             (helps for lib/peek + Linux + long doubles)  Reported in
-             Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
-             Use NVs in POSIX math, not doubles.
-             Subject: [ID 20000817.014] POSIX & modfl
-             
-             Subject: [PATCH 5.6.0+] newSVrv() memory leak
-             
-             The byteorder code in #6671 was wrong.
-             
-             Fix the lib/complex failure of
-             Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
-             Linux long double accuracy issue: something that
-             when printed with %g looks like "2" but int() of it is 1.
-             
-             Propagate new Configure vars.
-             
-             Unbuffer the output.
-             
-             Subject: [PATCH] perltrap.pod spring cleaning
-             
-             Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
-             Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
-             
-             Tiny Getopt::Long patch from Johan Vromans.
-             
-             Document code point which makes if (defined %stash::) to work
-             (noted by Spider Boardman).
-             
-             Subject: [PATCH perl@6698] cygwin port
-             
-             Document the NDBM_File and ODBM_File as SDBM_File
-             was documented in #6417.
-             
-             The new tests were missing from #6415.
-             
-             Add [[:blank:]] as suggested in
-             Subject: [ID 20000716.024] [=cc=] / [:blank:]
-             (the [=cc=] has already been taken care of by #6439
-             so the whole bug report can be closed)
-             and make [[:space:]] to be equivalent to isspace(3)
-             (as opposed to \s, which is isSPACE()).  The difference
-             is that now [[:space:]] matches the mythical vertical tab,
-             while \s doesn't.
-             
-             Don't eat leading os from index entries.
-             Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
-             
-             Subject: [PATCH 5.6.0+] fix for Win32::DomainName
-             
-             Typo in pp_complement().
-             Subject: [PATCH perl-current] Deparse
-             
-             Add warnif(), check warnings further up the stack,
-             all the warnings functions now can take an optional object reference.
-             Subject: [PATCH bleedperl@6691] warnings pragma update
-             
-             Fix a core dump in lib/selfloader under -DDEBUGGING.
-             Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
-             
-             Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
-             
-             Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
-             
-             Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
-             Put back the long double avoidance code to POSIX.xs
-             because VMS seems to need it still.
-             
-             Introduce a 'veryclean' target that is like 'distclean'
-             but also removes *~ and *.orig.
-             
-             Subject: [ID 20000817.023] endianness description in perlfunc.pod
-             
-             Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
-             
-             Let's try #6717 again.
-             
-             UTF8 concat fixes.
-             Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
-             
-             pp_open() could pass an uninitialized filename down to do_open9().
-             
-             Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
-             
-             Update to CGI 2.72, from Lincoln Stein.
-             
-             Subject: [PATCH] Silence MakeMaker (Was: installman)
-             
-             Use temporary directory instead of current directory.
-             Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
-             
-             Document odd vs even subreleases and -Dusedevel.
-             
-             The veryclean target needs to clobber.
-             
-             Use File::Spec->tmpdir().
-             
-             Document the number of exponent digits.
-             
-             Mention perlebcdic and perlposix-bc.
-             
-             s/this one/the 5.6.0 release/
-             
-             The #6724 is here.
-             
-             The correct cleaning order is an art.
-             
-             small tweaks for change#6705: avoid C++ style comments in C code;
-             use Perl's malloc API rather than the low level system one
-             
-             Array context keeps slithering in.
-             
-             Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
-             
-             Subject: [PATCH] os2.c fix for use64bitint
-             
-             Update to Pod::LaTeX 0.53.
-             Subject: [PATCH] lib/Pod/LaTeX.pm updates
-             
-             Document the endianness of Alpha more precisely.
-             
-             Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
-             
-             Rename the macro argument because some preprocessors
-             can't tell the difference and expand arguments also inside
-             double quoted strings.
-             
-             free TLS slot properly on Windows
-             
-             use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
-             
-             Unicos/mk requires elaborate paranoia.
-             
-             Tweak the floating point output routine preferences.
-             
-             Also under djgpp the timestamps are funky.
-             
-             Apply some PodParser 1.18 patches; the Pod/Find.pm
-             patches cannot be applied since #6712 conflicts.
-             
-             Use PodParser 1.18 new test.
-             
-             A pod nit.
-             Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
-             
-             Be verydeepclean.
-     Branch: maint-5.6/perl
-         +> pod/perlebcdic.pod
-         !> (integrate 106 files)
-____________________________________________________________________________
-[  7892] By: jhi                                   on 2000/11/27  15:02:32
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[  7891] By: jhi                                   on 2000/11/27  14:57:23
-        Log: Subject: Re: perlfaq style changes
-             From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
-             Date: Sat, 25 Nov 2000 23:32:26 -0800
-             Message-ID: <KyLI6gzkgiRK092yn@efn.org>
-             
-             plus a note from Ronald Kimball.
-     Branch: perl
-          ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq6.pod
-____________________________________________________________________________
-[  7890] By: jhi                                   on 2000/11/27  14:53:14
-        Log: Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
-             From: Benjamin Holzman <bah@ecnvantage.com>
-             Date: Sun, 26 Nov 2000 16:27:33 -0500
-             Message-ID: <20001126162733.J25040@ecnvantage.com>
-     Branch: perl
-          ! gv.c
-____________________________________________________________________________
-[  7889] By: jhi                                   on 2000/11/27  14:43:11
-        Log: Subject: [ID 20001127.004] White space problem in perlamiga.pod
-             From: lvirden@cas.org
-             Date: Mon, 27 Nov 2000 09:32:06 -0500 (EST)
-             Message-Id: <200011271432.JAA09550@lwv26awu.cas.org>     
-     Branch: perl
-          ! README.amiga
-____________________________________________________________________________
-[  7888] By: jhi                                   on 2000/11/27  14:32:34
-        Log: Restore also the locale test to no-sprintf-taint state.
-             Fixes the bug 20001127.003.
-     Branch: perl
-          ! sv.c t/pragma/locale.t
-____________________________________________________________________________
-[  7887] By: gsar                                  on 2000/11/27  14:13:05
-        Log: integrate changes#6613..6616,6620..6665 from mainline
-             
-             VMS configure.com update continues.
-             
-             Subject: Test fails / warnings with perl-current #6612
-             
-             Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
-             
-             Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
-             
-             For now remove the mail code.
-             
-             Subject: Re: [PATCH] @+, @- readonly
-             
-             Subject: warning: storage class after type is obsolescent
-             
-             Subject: sfio2000
-             
-             Subject: Re: File::Temp problems on VMS in bleedperl
-             
-             README.os2 update.
-             Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
-             
-             Make the user to give up his firstborn, err, to knowingly
-             verify installing an unstable developer release.  Also bump
-             the release to 5.7.0, but leave a patch tag in the local
-             patches saying that this is not yet the real thing.
-             
-             Update (kinda) to Test 1.14, from Joshua Pritikin.
-             
-             make ok etc also for win32.
-             
-             Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
-             
-             Don't blow limited stacks, a lower number is enough to
-             tickle the lookbehind limit.
-             
-             Use -Dusedevel; regen Configure and the respective Porting stuff.
-             
-             Subject: [PATCH] debugger exit code should reflect user exit code
-             
-             Subject: [PATCH perl@6620] cygwin port
-             
-             Missed a file from #6638.
-             
-             Subject: [PATCH] for t/lib/peek.t (was Re: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13)
-             
-             magic callbacks all need to have same type signature
-             
-             Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
-             
-             Fix a dependency problem.
-             Subject: [PATCH: 6640] VMS Makefile.SH update
-             
-             The numeric locale was reset to "C" by s?printf and never restored.
-             Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
-             No test since adding the failing example to locale.t
-             does not fail -- probably because the locale settings are so
-             thoroughly tweaked by that time.  Running the example standalone
-             does fail, though.  UPDATE: test case added at change #7540.
-             
-             Subject: [ID 20000324.040] minor fix to perlhpux.pod
-             
-             Update to CPAN 1.57.
-             
-             Subject: [PATCH] Cwd::_backtick_pwd does not check return value
-             
-             Change the perlbug address to perl.org since it's more forgiving.
-             
-             Change the regx compilation error markers to use = instead of <
-             since pod makes using the latter quite messy.  Reported in
-             ID 20000814.006 by Abigail and in
-             Subject: Unknown escape E<> ?
-             
-             Update to perldebtut 1.9, from Richard Foley.
-             
-             check that the number pseudo children doesn't exceed
-             MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
-             the WaitForMultipleObjects() limit that would cause wait()
-             to crash)
-             wait() and waitpid() could potentially be rewritten to use
-             more than one thread to do the waiting to eliminate this
-             limitation
-             
-             change#6328 could make close(SOCKET) return false on windows
-             when it shouldn't
-             
-             pod nit seen in passing
-             
-             on windows, the return values from wait() and waitpid() don't
-             match those of pseudo-pids
-             
-             waitpid() now handles externally spawned pids correctly;
-             fixes for backtick/wait/waitpid failures on Windows 9x
-             these changes make the pid returned by process functions on
-             Windows 9x always positive by clearing the high bit (which
-             is always set on Win9x); pseudo-process PIDs are likewise
-             always negative now on Win9x (just as on NT/2000)
-             
-             trailing new %ENV entries weren't being pushed into the real
-             environment of subprocesses on Windows
-             
-             Tweak the regex compilation errors once more.
-             
-             avoid warnings from dense compiler
-             
-             add "ok" targets from change#6632 in makefile.mk
-     Branch: maint-5.6/perl
-          - lib/Pod/PlainText.pm vms/configure.com
-         !> (integrate 66 files)
-____________________________________________________________________________
-[  7886] By: jhi                                   on 2000/11/27  13:54:18
-        Log: __FUNCTION__ isn't portable and trying to emulate it leads
-             into practically spelling out the name of the function.
-             Takes care of the bug 20001127.001.
-     Branch: perl
-          ! perlio.c
-____________________________________________________________________________
-[  7885] By: gsar                                  on 2000/11/27  13:53:18
-        Log: integrate changes#6540..6541,6546..6549,6552..6554,6557..6606,
-             6610..6611 from mainline
-             
-             Make regular expression parse error messages easier to understand.
-             Subject: Re: enhanced(?) regex error messages
-             
-             Tiny tidying on report_evil_fh().
-             
-             Subject: Re: enhanced(?) regex error messages 
-             plus Capitalize the error messages, plus perldiag them.
-             
-             Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
-             
-             Document here-doc better.
-             
-             Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
-             
-             Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
-             Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
-             (either perlbug or p5p ate the original), plus regen
-             perlapi and perltoc. 
-             
-             Regen global.sym.
-             
-             Double check that we have a dirhandle.
-             
-             Subject: Re: enhanced(?) regex error messages
-             (plus two small patches sent privately)
-             (this still seems to leave few test failures)
-             
-             warn is a macro, avoid using at a variable to avoid warnings
-             in some configurations; readdir.t is too conservative in
-             estimating number of *.t's
-             
-             Get back into sync with Jeffrey on the enhanced regex warnings.
-             
-             Subject: [PATCH 5.6.0] cygwin port
-             
-             Zero entries were skipped, fix from Adrian Goalby
-             <argoalby@yahoo.co.uk>
-             
-             Subject: Remove dead entry in perldiag
-             
-             Amend the description of Perl6.
-             Subject: [PATCH Perl-5.6.0] perlfaq1.pod
-             
-             detypo
-             
-             It's the 2ndO'ROSSC.
-             
-             Revert the sv.c part of #6559, a better fix is needed.
-             
-             Iterating perl6 description.
-             
-             Update to Term::ANSIColor 1.03, from Russ Allbery.
-             
-             Update to Getopt::Long 2.23_05, from Johan Vromans.
-             
-             Small AUTHORS and MAINTAIN updates.  Could do with big updates.
-             
-             Update to Pod::Parser 1.17, from Brad Appleton.
-             
-             Update to CPAN 1.56, from Andreas König.
-             
-             Update to CGI 2.70, from Lincoln Stein.
-             
-             Put back the std @INC thing.
-             
-             Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
-             Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
-             
-             Document the IO::Select timeout.
-             
-             sleep(1) does not necessarily return 1.
-             Subject: [PATCH bleadperl] op/lex_assign.t  
-             
-             Subject: debugger "d" command doesnt check line number
-             
-             B::Deparse didn't do sub attributes.
-             Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
-             
-             Preprocessing and postprocessing for File::Find.
-             Subject: Patch to Find::File.pm to allow alphabetical results
-             
-             Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
-             
-             Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
-             
-             Subject: Re: [ID 20000730.003] utf8::length() bad
-             
-             Subject: Getting perlio and threads to compile
-             (the Solaris version changes in Configure skipped)
-             
-             Tests for #6589.
-             Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
-             
-             Add Perl debugging tutorial, regen toc. 
-             Subject: perldebtut.pod
-             
-             Add a few missing files, update MANIFEST.
-             
-             Rewrite of vms/subconfigure.com as configure.com,
-             from Peter Prymmer and the vmsperl crew.
-             
-             Should have deleted this in #6603.
-             
-             Fix the test for 5005threads.
-             
-             Fix-n-skip the tests under 5005threads.
-             
-             Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
-             
-             Upgrade to CGI 2.71, from Lincoln Stein.
-     Branch: maint-5.6/perl
-         +> lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
-         +> lib/Pod/PlainText.pm pod/perldebtut.pod t/lib/gol-oo.t
-         +> t/op/regmesg.t t/pod/find.t vms/configure.com
-          - vms/subconfigure.com
-          ! lib/lib.pm
-         !> (integrate 115 files)
-____________________________________________________________________________
-[  7884] By: jhi                                   on 2000/11/27  13:44:33
-        Log: Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
-             From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
-             Date:     Mon, 27 Nov 2000 08:23:54 EST
-             Message-Id: <001127082318.6381c@DUPHY4.Physics.Drexel.Edu>
-     Branch: perl
-          ! vms/descrip_mms.template vms/test.com
-____________________________________________________________________________
-[  7883] By: gsar                                  on 2000/11/27  11:50:46
-        Log: integrate changes#6469..6484,6486..6501,6504..6505,6507..6509,
-             6511..6513,6515..6523,6525..6536
-             
-             The swallow_bom() saga continues.  The #23 of require.t
-             (UTF16-LE) still fails (silently, no output) but the #22
-             (UTF16-BE) seems to be working now.  The root of the
-             failure may be in sv_gets(): is it UTF-16LE-aware,
-             especially when it comes to line endings? 
-             
-             Document the problem with -P in HP-UX and its workaround.
-             
-             Subject: [PATCH] allow non-variable as lhs of non-updating tr///
-             (aka ID 20000730.002)
-             
-             Subject: fix and question re: waitpid() under win32
-             
-             Make the safety catch for buggy gccs work with triple version
-             numbers like 2.95.2.  Reported in
-             Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
-             
-             In Digital UNIX warn if gcc explicitly chosen because even
-             2.95.2 is known to cause problems.
-             
-             Make chr() for values >127 to create utf8 when under utf8.
-             
-             various syntax errors and such (not fixed: comp/require.t#22 coredump
-             on Windows)
-             
-             Stash away the largefiles flags and libswanted.
-             
-             BOM patching from Simon Cozens.
-             
-             If gccosandvers is equal to osname, clear gccosandvers.
-             
-             Make p4desc to skip non-mainperl branches by default.
-             
-             Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
-             
-             The test from this
-             Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
-             
-             In new BSDs changes to argv[] do not show up in ps(1) output,
-             instead one must use setproctitle().  This was already addressed
-             by change #6457, but the below has a new variant for FreeBSD 4.0
-             or later, and the matter is also documented more.
-             
-             FreeBSD 3.* updates from
-             Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
-             
-             regen_headers, regen perltoc.
-             
-             Document in one place the memory abstractions used in Perl core.
-             
-             memcpy has n o in it, as pinted ut by Sarathy.
-             
-             Remove the extraneous "main::" prefix from all the
-             "opened only for", "on closed", and "never opened" warnings.
-             
-             The name of a filehandle does not have <these>.
-             
-             The tr utf8 patching continues.
-             
-             The new setproctitle() feature is available only in 
-             bleeding edge FreeBSD.  From Paul Saab.
-             
-             Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
-             
-             Dump UVs as UVs in Data::Dumper.
-             
-             detypo #6494
-             
-             Document the IVdf UVuf UVof UVxf.
-             
-             require.t needs binmode() to work on windows
-             
-             Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
-             that are hopefully soon put into use.
-             
-             Allow "no Module;" even if there is no 'unimport'.
-             
-             Better skip message for the test; one of the two problems in
-             Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
-             
-             The subtest 4 may fail also on VOBS, as pointed out
-             by Nick Ing-Simmons in November 1999, bug id 19991124.003
-             (but the failure in that bug report isn't the subtest 4).
-             
-             Be more informative on what is skipped and why,
-             also repeat the list at the end.
-             
-             Add a URL for FSF.
-             
-             Subject: [PATCH] sv.h documentation - SvLEN
-             
-             Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
-             
-             Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
-             
-             Subject: [PATCH] bad cppsymbols on os2 + Configure question
-             
-             Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
-             
-             Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
-             mention the idea of @( and @)
-             
-             This is 6512.  Really.
-             
-             Subject: [ID 19990721.004] Documentation bug in perlfunc
-             
-             Subject: Minor tweak to perlvar.pod
-             
-             In the warnings call filehandles consistently so;
-             add "unopened" warning for stat().
-             
-             After the #6519 a warning about stat() is just that,
-             not about a filetest, which now have their own warning.
-             
-             Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
-             
-             Subject: Re: Array vs. List context
-             
-             Subject: New perlcc, take 2
-             
-             Weed buglets pointed out by
-             Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
-             
-             gcc versions might have (parentheses) in them.
-             
-             Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
-             
-             Essential prototype changes were missing from #6527.
-             Also make report_evil_fh() more bomb-proof.
-             
-             Zap lib/Sys directory when cleaning up.
-             
-             Change the Policy policy: now -Dprefix= with an existing
-             Policy.sh and prefix == siteprefix == vendorprefix, then all
-             of them follow along the new prefix.
-             Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
-             
-             Continue fixing the io warnings.  This also
-             sort of fixes bug ID 20000802.003: the core dump
-             is no more.  Whether the current behaviour is correct
-             (giving a warning: "Not a format reference"), is another matter.
-             
-             Have symbols for the IoTYPEs.
-             
-             Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
-             
-             Document a bit that UDP is not what you might think.
-             Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
-             tr memory corruption fix from Simon Cozens.
-             
-             Plug the security hole described in the Aug 05 2000 bugtraq message
-             "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
-             The security hole exists only in suidperls, which isn't
-             installed or even built by default.
-     Branch: maint-5.6/perl
-         !> (integrate 71 files)
-____________________________________________________________________________
-[  7882] By: gsar                                  on 2000/11/27  10:25:36
-        Log: integrate changes#6439..6444,6446..6453,6455..6457,6460..6465,6467..6468
-             from mainline
-             
-             Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
-             to be fatal errors (instead of by default ignoring them, and
-             ignoring with a bug: even though -w gave an error, the opening [
-             was left in)  Reported in:
-             
-             Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
-             
-             Subject: [PATCH] split /^/
-             
-             MacOS nits from Matthias Neeracher.
-             
-             More split() doc and test patches from Mike Guy.
-             
-             Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
-             from Graham Barr in the module list.
-             
-             docfix from Peter Scott <Peter@PSDT.com>.
-             
-             File::Temp patches for VMS and OS/2 from Tim Jenness.
-             
-             open() wariness in perlbug.
-             
-             Subject: [PATCH] minor doc change - perlguts
-             
-             Subject: Minor doc patch: handy.h
-             
-             Be wary of close()s, too.
-             
-             Further File::Temp patches from Yitzchak Scott-Thoennes
-             and Craig A. Berry.
-             
-             Subject: [PATCH] fixes bug 20000508.004
-             
-             Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
-             
-             Allow "no AutoLoader;", based on change #6444,
-             suggested by Graham Barr.
-             
-             Use setproctitle() if available to modify $0.
-             
-             Warn if the version of the operating system used to compile gcc
-             differs from the current version of the operating system.
-             Also display the gcc compilation os and version in myconfig.
-             Inspiration from
-             
-             Tiny fixes for #6460.
-             
-             The problem described in this
-             Subject: [ID 20000322.018] named chars aren't magical enough
-             has been fixed in perl 5.6.0 but just in case added a test
-             to keep it away.  (The report from Joseph Hall.)
-             
-             Tune the comments and hopefully stop a memory leak.
-             
-             Subject: UTF8 concat
-             (with a memory leak fixed, plus a few casts added)
-             This also seems to help for
-             Subject: [ID 20000716.015] join UTF8 weirdness
-             
-             Do not upgrade SVs into utf8 just because they participate
-             in eq or cmp.  Reported and fix suggested in
-             Subject: [ID 20000720.009] sv_eq UTF8 bug
-             
-             Fix the HALF_UPGRADE() macro introduced in #6263.
-             
-             Find green threads before native threads.
-             Subject: Re: Patch to jpl/JNI/Makefile.PL
-     Branch: maint-5.6/perl
-         !> (integrate 30 files)
-____________________________________________________________________________
-[  7881] By: jhi                                   on 2000/11/27  05:48:41
-        Log: It seems that *both* the unused submatch loop cleanup
-             codes are needed.
-     Branch: perl
-          ! regexec.c
-____________________________________________________________________________
-[  7880] By: jhi                                   on 2000/11/27  04:50:07
-        Log: Clean .exists deeper.
-     Branch: perl
-          ! Makefile.SH
-____________________________________________________________________________
-[  7879] By: jhi                                   on 2000/11/27  02:31:35
-        Log: The code in regcppop() (see #7878) contains the correct lower
-             limit for the unused submatch 'cleanup' loop so that under
-             "use utf8" the following code wouldn't dump core:
-             "," =~ /([^,]*,)*/  With the the wrong lower limit (>=1)
-             the cleanup loop in regtry() stomped beyond allocated area
-             in the startp[] array.  Therefore, copied the correct lower
-             loop limit (*PL_reglastparen) to regtry().  Note: something
-             may still not be quite right: why was the _higher_ loop limit
-             (prog->nparens) different in the utf8 case?
-             
-             After this patch "./perl -Ilib -Mutf8 t/op/regexp.t" works
-             without core dumps, there were about 17 of them before
-             the patch (with us since Perl 5.7.0).  Two failures, still:
-             496 and 505 (though these may not be severe).
-             
-             Patch #7881 is also needed since both the cleanup loops
-             seem to be needed.
-             
-             Also, the t/op/pat#44 seems to core dump under utf8.
-             Plus a couple of failures.  UGH-8.
-     Branch: perl
-          ! regexec.c
-____________________________________________________________________________
-[  7878] By: jhi                                   on 2000/11/27  02:21:17
-        Log: The unused submatch cleanup code in regtry() seems to be more crucial,
-             the code in regcppop() seems to be redundant for the test suite --
-             but it contains a germ of truth, and it needed for the build
-             process itself: see #7879 and #7881.
-     Branch: perl
-          ! regexec.c
-____________________________________________________________________________
-[  7877] By: jhi                                   on 2000/11/27  01:53:09
-        Log: Comment on comment.
-     Branch: perl
-          ! regexec.c
-____________________________________________________________________________
-[  7876] By: jhi                                   on 2000/11/27  00:49:59
-        Log: Adjust the docs to agree with #7875.
-     Branch: perl
-          ! pod/perllocale.pod
-____________________________________________________________________________
-[  7875] By: jhi                                   on 2000/11/27  00:49:27
-        Log: Retract #7863.  It makes more sense not to taint formatted output,
-             not even by sprintf().
-     Branch: perl
-          ! sv.c
-____________________________________________________________________________
-[  7874] By: jhi                                   on 2000/11/26  23:36:02
-        Log: Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
-             Not really fixed (should really dump the UTF-8 charclass),
-             but stopped displaying the garbage.
-             
-             Also add a note on the (missing) Unicode PSXSPC and BLANK.
-     Branch: perl
-          ! regcomp.c
-____________________________________________________________________________
-[  7873] By: jhi                                   on 2000/11/26  21:31:13
-        Log: BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
-     Branch: perl
-          ! regexec.c
-____________________________________________________________________________
-[  7872] By: jhi                                   on 2000/11/26  21:06:04
-        Log: No need to scan till infinity, 13 is enough.
-     Branch: perl
-          ! handy.h utf8.c
-____________________________________________________________________________
-[  7871] By: jhi                                   on 2000/11/26  20:20:32
-        Log: Test line numbers are different with utf8.
-     Branch: perl
-          ! t/op/re_tests
-____________________________________________________________________________
-[  7870] By: jhi                                   on 2000/11/26  20:10:12
-        Log: Message nit.
-     Branch: perl
-          ! regcomp.c
-____________________________________________________________________________
-[  7869] By: jhi                                   on 2000/11/26  19:01:05
-        Log: Make utf8_length() and utf8_distance() (the latter of which
-             is unused at the moment) to be less forgiving about bad UTF-8.
-     Branch: perl
-          ! embed.h embed.pl objXSUB.h proto.h utf8.c
-____________________________________________________________________________
-[  7868] By: jhi                                   on 2000/11/26  18:45:56
-        Log: Subject: Re: [ID 20001125.004] OK: perl v5.7.0 +DEVEL7825 on i686-linux 2.2.17 (UNINSTALLED)
-             From: Benjamin Holzman <bah@ecnvantage.com>
-             Date: Sat, 25 Nov 2000 20:40:20 -0500       
-             Message-ID: <20001125204020.A25040@ecnvantage.com>              
-             
-             Debian allows installing /usr/bin/locale without installing
-             any locales, an error message will ensue.
-     Branch: perl
-          ! t/pragma/locale.t
-____________________________________________________________________________
-[  7867] By: jhi                                   on 2000/11/26  18:31:12
-        Log: Subject: Re: [PATCH: perl@7825] SvTEMP-ness on rhs of aassign can wreak havoc
-             From: Benjamin Holzman <bah@ecnvantage.com>
-             Date: Sun, 26 Nov 2000 02:42:34 -0500
-             Message-ID: <20001126024234.G25040@ecnvantage.com>
-             
-             Patch for the bug 20000212.002.
-     Branch: perl
-          ! sv.c t/op/array.t
-____________________________________________________________________________
-[  7866] By: jhi                                   on 2000/11/26  18:28:09
-        Log: Subject: PATCH: File::Temp fix on WindowsNT/VMS
-             From: Tim Jenness <t.jenness@jach.hawaii.edu>
-             Date: Fri, 24 Nov 2000 18:38:34 -1000 (HST)
-             Message-ID: <Pine.LNX.4.21.0011241833230.18423-100000@lapaki.jach.hawaii.edu>
-             
-             File::Temp 0.11.
-     Branch: perl
-          ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
-____________________________________________________________________________
-[  7865] By: jhi                                   on 2000/11/26  18:24:22
-        Log: The metaconfig unit change for #7864.
-     Branch: metaconfig/U/perl
-          ! need_va_copy.U
-____________________________________________________________________________
-[  7864] By: jhi                                   on 2000/11/26  18:23:41
-        Log: Make the va_copy() test not to be so talkative.
-     Branch: perl
-          ! Configure config_h.SH
-____________________________________________________________________________
-[  7863] By: jhi                                   on 2000/11/26  18:11:02
-        Log: Fix locale inconsistencies unearthed by Hugo's work.
-             Now the floating point sprintf really does taint the result
-             string as perllocale promises (has promised for a long time)
-             if "use locale" is in the lexical scope.
-     Branch: perl
-          ! sv.c t/pragma/locale.t
-____________________________________________________________________________
-[  7862] By: jhi                                   on 2000/11/26  00:35:15
-        Log: Subject: [PATCH] Re: pp_add -> pp_i_add efficiency hack?
-             From: Nicholas Clark <nick@ccl4.org>
-             Date: Sun, 26 Nov 2000 00:07:50 +0000
-             Message-ID: <20001126000750.A22446@plum.flirble.org>
-             
-             Infinit.
-     Branch: perl
-          ! sv.c
-____________________________________________________________________________
-[  7861] By: jhi                                   on 2000/11/26  00:01:26
-        Log: Integrate perlio:
-             
-             [  7860]
-             Correct relative path from new ext\Filter\Util\Call location
-             back to miniperl.
-             
-             [  7857]
-             All tests pass on Win32/gcc/USE_PERLIO.
-             - when crlf layer is pushed make unix-level binary.
-             - remove :crlf injection in pp_backtick in pp_sys.c
-             - (Change dependacy of extension .dll's to perldll.def rather than perl.exe)
-             
-             [  7853]
-             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 platforms (untested).
-             Now fails 3 tests rather than one, checkin to see if I can debug 
-             the issue under linux. (Do not merge.)
-     Branch: perl
-         !> doio.c perlio.c perliol.h pp_sys.c win32/makefile.mk
-____________________________________________________________________________
-[  7860] By: nick                                  on 2000/11/25  22:04:17
-        Log: Correct relative path from new ext\Filter\Util\Call location
-             back to miniperl.
-     Branch: perlio
-          ! win32/makefile.mk
-____________________________________________________________________________
-[  7859] By: nick                                  on 2000/11/25  21:26:54
-        Log: Integrate mainline.
-     Branch: perlio
-         +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
-         +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
-         +> t/lib/filter-util.t
-          - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
-          - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
-          - t/lib/filt-util.t
-         !> AUTHORS Configure MANIFEST README.amiga configure.com doio.c
-         !> embed.h embed.pl ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
-         !> hints/solaris_2.sh hints/uwin.sh hints/vmesa.sh
-         !> lib/ExtUtils/MM_Unix.pm makedef.pl perl.h perlio.c perlio.h
-         !> perlsdio.h proto.h t/lib/io_sock.t win32/Makefile
-         !> win32/makefile.mk
-____________________________________________________________________________
-[  7858] By: gsar                                  on 2000/11/25  20:52:17
-        Log: C<foreach my $x ...> in pseudo-fork()ed process may diddle
-             parent's memory; fix it by keeping track of the actual pad
-             offset rather than a raw pointer (this change is probably also
-             relevant to non-ithreads case to avoid fallout from reallocs of
-             the pad array, but is currently only enabled for the ithreads
-             case in the interests of minimal disruption to existing "well
-             tested" code)
-     Branch: perl
-          ! embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
-          ! proto.h scope.c scope.h sv.c t/op/fork.t
-____________________________________________________________________________
-[  7857] By: nick                                  on 2000/11/25  20:01:28
-        Log: All tests pass on Win32/gcc/USE_PERLIO.
-             - when crlf layer is pushed make unix-level binary.
-             - remove :crlf injection in pp_backtick in pp_sys.c
-             - (Change dependacy of extension .dll's to perldll.def rather than perl.exe)
-     Branch: perlio
-          ! doio.c perlio.c pp_sys.c win32/makefile.mk
-____________________________________________________________________________
-[  7856] By: jhi                                   on 2000/11/25  18:38:30
-        Log: Update the metaconfig units for #7855.
-     Branch: metaconfig/U/perl
-          ! useperlio.U usesocks.U
-____________________________________________________________________________
-[  7855] By: jhi                                   on 2000/11/25  18:37:54
-        Log: Undo the SOCKS workarounds, instead start using PerlIO
-             if SOCKS is selected.
-             
-             Subject: perl@7847, [ID 20001030.005], close-patch, perlio - The big cleanup
-             From: Jens Hamisch <jens@Strawberry.COM>
-             Date: Fri, 24 Nov 2000 18:31:30 +0100
-             Message-ID: <20001124183130.E28337@Strawberry.COM>
-             
-             Subject: Re: perl@7847, [ID 20001030.005], close-patch, perlio - Patch the patch ...
-             From: Jens Hamisch <jens@Strawberry.COM>
-             Date: Fri, 24 Nov 2000 19:11:51 +0100
-             Message-ID: <20001124191151.A28753@Strawberry.COM>
-     Branch: perl
-          ! Configure doio.c embed.h embed.pl makedef.pl perl.h perlio.c
-          ! perlio.h perlsdio.h proto.h t/lib/io_sock.t
-____________________________________________________________________________
-[  7854] By: jhi                                   on 2000/11/25  17:39:08
-        Log: Undo #7848.  Some of the code seems to use walkoptree(),
-             some walkoptree_slow().  An unfinished renaming?
-             Now the sub is walkoptree() (which is @EXPORT_OK),
-             the walkoptree_slow() is a typeglob alias to walkoptree.
-             This makes the tests to pass, at least.
-     Branch: perl
-          ! ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
-____________________________________________________________________________
-[  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 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
-          ! doio.c perlio.c perliol.h
-____________________________________________________________________________
-[  7852] By: jhi                                   on 2000/11/24  18:57:39
-        Log: AUTHORS edits.
-     Branch: perl
-          ! AUTHORS
-____________________________________________________________________________
-[  7851] By: jhi                                   on 2000/11/24  17:34:56
-        Log: Add Jan-Erik Karlsson.
-     Branch: perl
-          ! AUTHORS
-____________________________________________________________________________
-[  7850] By: jhi                                   on 2000/11/24  17:27:56
-        Log: Configure should find stdchar on its own.
-     Branch: perl
-          ! hints/solaris_2.sh
-____________________________________________________________________________
-[  7849] By: jhi                                   on 2000/11/24  17:24:55
-        Log: Subject: PATCH over 7848: Filter test flawed
-             From: andreas.koenig@anima.de (Andreas J. Koenig)
-             Date: 24 Nov 2000 10:28:29 +0100
-             Message-ID: <m3k89tbtxe.fsf@ak-71.mind.de>
-     Branch: perl
-          ! t/lib/filter-util.t
-____________________________________________________________________________
-[  7848] By: jhi                                   on 2000/11/24  17:22:15
-        Log: Subject: [ID 20001124.001] B exports "walkoptree" but does not define it
-             From: Simon Cozens <simon@pembro4.pmb.ox.ac.uk>
-             Date: Fri, 24 Nov 2000 16:12:58 +0000
-             Message-Id: <E13zLT8-0005FN-00@pembro4.pmb.ox.ac.uk>
-     Branch: perl
-          ! ext/B/B.pm
-____________________________________________________________________________
-[  7847] By: jhi                                   on 2000/11/24  03:07:01
-        Log: Integrate perlio:
-             
-             [  7844]
-             Win32/perlio Now just fails one io/argv.t test - lack 
-             of default :crlf on standard streams.
-             
-             [  7843]
-             Win32 passes all but t/lib/peek.t with perlio and home-grown crlf.
-             peek fail is showing a real problem (multiple crlf layers
-             are getting pushed.)
-             
-             [  7842]
-             Implement PerlIO_binmode()
-             Fix PerlIOCrlf_unread() (*--ptr rather than *ptr-- ...)
-             Test on UNIX with PERLIO="perlio crlf" to mimic Win32,
-             make binmode in t/lib/io_tell.t unconditional so that works.
-             Checkin just so Win32 machine can see these changes.
-             
-             [  7836]
-             Implement crlf layer - not ready for merge.
-     Branch: perl
-         !> doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
-         !> win32/makefile.mk
-____________________________________________________________________________
-[  7846] By: gsar                                  on 2000/11/24  00:55:57
-        Log: integrate changes#6415..6418,6420..6438 from mainline
-             
-             Fix the bitvector ops for utf8 (tricky since past 7 bits
-             the utf8 'characters' can be more than one octet).
-             
-             MPE/ix updates for perl 5.6.0 from Mark Bixby.
-             
-             Subject: SDBM_File documentation
-             
-             Detypo.
-             
-             Decutandpasto.
-             
-             Send all installperl messages to STDERR and be -w clean.
-             
-             Out-of-date note removed.
-             
-             Protect against "wild next"s, that is, callbacks doing "next"
-             instead of "return".
-             
-             Use STDOUT consistently.
-             
-             The output might have been produced in the wrong order.
-             
-             A missing 'break' after the [[:space:]] switch case.
-             
-             Add tests for
-             [ID 19991110.003] another matching finding by pcre author
-             which has already been fixed by some patch, as verified in
-             
-             Documentation to explain the behaviour of map().
-             
-             Add an optimization for map-maps-a-list-element-to-more-list-elements
-             case, but add also notes explaining the relationship of this
-             patch and the earlier notes by Sarathy.
-             
-             Subject: [ID 20000716.023] syslog test fails without sockets
-             
-             Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
-             Test cases for #6431.
-             
-             File::Spec::VMS fixup for tmpdir from Craig Berry.
-             
-             Make the "uninit variable" warning to say "concat or string"
-             or "join or string" when in concat or join .
-             
-             Get UTF16 BOMs working.  Patch from
-             Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
-             
-             Subject: [PATCH] Make large file tests deal with SIGXFSZ
-             
-             Subject: [ID 20000724.003] Documentation changes for perllocale.pod
-             
-             Subject: [PATCH] av.c apidoc
-     Branch: maint-5.6/perl
-         !> (integrate 43 files)
-____________________________________________________________________________
-[  7845] By: gsar                                  on 2000/11/24  00:20:45
-        Log: integrate changes#6406..6414 from mainline
-             
-             Merge perlhacktut into perlhack, update perlguts.
-             
-             Fix AutoSplit to use File::Spec the right way in VMS,
-             from Peter Prymmer.
-             
-             The bug report
-             [ID 19991110.002] minimal matching discrepancy found by pcre author
-             seems to have been fixed (though differently from what was suggested
-             in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
-             
-             thinko fix in vms/descrip_mms.template, the win32.pod in lib,
-             not in pod, from Peter Prymmer
-             
-             Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
-             From: Hugo <hv@crypt.compulink.co.uk>
-             Date: Fri, 14 Jul 2000 23:05:20 +0100
-             Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
-             
-             Didn't anymore apply, but that point still could use another fix.
-             
-             lib/b test fixes from Peter Prymmer.
-             
-             More docs for sv functions.
-             
-             perlvms.pod whitespace cleanup to keep pod utils happy.
-             
-             another VMS build tweak from Peter Prymmer
-     Branch: maint-5.6/perl
-         !> embed.pl lib/AutoSplit.pm pod/perlapi.pod pod/perlfunc.pod
-         !> pod/perlguts.pod pod/perlhack.pod sv.c t/lib/b.t t/op/re_tests
-         !> vms/descrip_mms.template vms/perlvms.pod
-____________________________________________________________________________
-[  7844] By: nick                                  on 2000/11/23  23:42:45
-        Log: Win32/perlio Now just fails one io/argv.t test - lack 
-             of default :crlf on standard streams.
-     Branch: perlio
-          ! doio.c perlio.c
-____________________________________________________________________________
-[  7843] By: nick                                  on 2000/11/23  23:04:05
-        Log: Win32 passes all but t/lib/peek.t with perlio and home-grown crlf.
-             peek fail is showing a real problem (multiple crlf layers
-             are getting pushed.)
-     Branch: perlio
-          ! doio.c perlio.c win32/makefile.mk
-____________________________________________________________________________
-[  7842] By: nick                                  on 2000/11/23  19:46:23
-        Log: Implement PerlIO_binmode()
-             Fix PerlIOCrlf_unread() (*--ptr rather than *ptr-- ...)
-             Test on UNIX with PERLIO="perlio crlf" to mimic Win32,
-             make binmode in t/lib/io_tell.t unconditional so that works.
-             Checkin just so Win32 machine can see these changes.
-     Branch: perlio
-          ! doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
-____________________________________________________________________________
-[  7841] By: jhi                                   on 2000/11/23  19:30:00
-        Log: README.amiga changes from Jan-Erik Karlsson <trg@privat.utfors.se>.
-     Branch: perl
-          ! README.amiga
-____________________________________________________________________________
-[  7840] By: jhi                                   on 2000/11/23  17:18:02
-        Log: SOCKS wrestling continues, patches from Jens Hamisch.
-     Branch: perl
-          ! doio.c embed.h embed.pl perlsdio.h proto.h
-____________________________________________________________________________
-[  7839] By: jhi                                   on 2000/11/23  16:54:14
-        Log: Push Filter::Util::Call one level deeper.
-     Branch: perl
-          + t/lib/filter-util.t
-         +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
-         +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
-          - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
-          - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
-          - t/lib/filt-util.t
-          ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
-          ! win32/Makefile win32/makefile.mk
-____________________________________________________________________________
-[  7838] By: jhi                                   on 2000/11/23  16:52:40
-        Log: Reach back one higher up when searching for PERL_SRC.
-     Branch: perl
-          ! lib/ExtUtils/MM_Unix.pm
-____________________________________________________________________________
-[  7837] By: jhi                                   on 2000/11/23  16:05:41
-        Log: Subject: Re: perl@7826
-             Date: Thu, 23 Nov 2000 02:20:25 -0600
-             From: "Craig A. Berry" <craigberry@mac.com>
-             Message-Id: <p04330102b6424b6cd4c9@[172.16.52.1]>
-             
-             Make VMS to like Filter::Util::Call. 
-     Branch: perl
-          ! configure.com ext/Filter/Util/Makefile.PL
-____________________________________________________________________________
-[  7836] By: nick                                  on 2000/11/23  16:04:08
-        Log: Implement crlf layer - not ready for merge.
-     Branch: perlio
-          ! perlio.c win32/makefile.mk
-____________________________________________________________________________
-[  7835] By: jhi                                   on 2000/11/23  15:56:52
-        Log: STDCHAR is different in Sparc v9 vs x86.
-     Branch: perl
-          ! hints/solaris_2.sh
-____________________________________________________________________________
-[  7834] By: jhi                                   on 2000/11/23  15:50:47
-        Log: The type needs to be visible to protos.
-     Branch: perl
-          ! perl.h
-____________________________________________________________________________
-[  7833] By: jhi                                   on 2000/11/23  15:40:46
-        Log: Finish unfinished SOCKS workaround changes.
-     Branch: perl
-          ! doio.c
-____________________________________________________________________________
-[  7832] By: jhi                                   on 2000/11/23  15:33:30
-        Log: Integrate perlio:
-             
-             [  7831]
-             Correct makefile.mk dependancies for ext/Filter/Util
-             Build ext/Encode
-             Run dmake regen_config_h
-     Branch: perl
-         !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
-         !> win32/makefile.mk
-____________________________________________________________________________
-[  7831] By: nick                                  on 2000/11/23  10:31:07
-        Log: Correct makefile.mk dependancies for ext/Filter/Util
-             Build ext/Encode
-             Run dmake regen_config_h
-     Branch: perlio
-          ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
-          ! win32/makefile.mk
-____________________________________________________________________________
-[  7830] By: nick                                  on 2000/11/23  08:05:07
-        Log: Integrate mainline
-     Branch: perlio
-         +> ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
-         +> ext/Filter/Util/Makefile.PL lib/Filter/Simple.pm
-         +> t/lib/filt-util.pl t/lib/filt-util.t
-         !> (integrate 41 files)
-____________________________________________________________________________
-[  7829] By: gsar                                  on 2000/11/23  03:07:11
-        Log: build the Filter extension on windows
-     Branch: perl
-          ! win32/Makefile win32/makefile.mk
-____________________________________________________________________________
-[  7828] By: gsar                                  on 2000/11/23  02:46:35
-        Log: regenerate win32/config* and fix some inconsistencies in the
-             makefiles; always export Perl_deb() because it is needed
-             by ext/re/* (whether perl itself is built with -DDEBUGGING
-             or not)
-     Branch: perl
-          ! makedef.pl win32/Makefile win32/config_H.bc win32/config_H.gc
-          ! win32/config_H.vc win32/makefile.mk
-____________________________________________________________________________
-[  7827] By: gsar                                  on 2000/11/23  02:18:38
-        Log: get sources building on windows+MSVC again (untested with other
-             compilers)
-     Branch: perl
-          ! win32/include/sys/socket.h win32/perllib.c
-____________________________________________________________________________
-[  7826] By: jhi                                   on 2000/11/23  01:18:26
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[  7825] By: jhi                                   on 2000/11/23  00:20:41
-        Log: Subject: Re: av.c patch (having slight problems)
-             From: "Ben Tilly" <ben_tilly@hotmail.com>
-             Date: Tue, 21 Nov 2000 23:29:31 -0500
-             Message-ID: <LAW2-F113pL32ctFfj800000d81@hotmail.com>
-             
-             unshift() speedup.
-     Branch: perl
-          ! av.c
-____________________________________________________________________________
-[  7824] By: jhi                                   on 2000/11/22  23:59:15
-        Log: Fixes for signedness warnings noticed by VMSperlers.
-     Branch: perl
-          ! ext/Storable/Storable.xs regcomp.c sv.c
-____________________________________________________________________________
-[  7823] By: jhi                                   on 2000/11/22  23:19:31
-        Log: Subject: [PATCH perl@7795] small cleanup task for test suite
-             From: Peter Prymmer <pvhp@forte.com>
-             Date: Wed, 22 Nov 2000 15:04:13 -0800 (PST)
-             Message-ID: <Pine.OSF.4.10.10011221457530.519633-100000@aspara.forte.com>
-     Branch: perl
-          ! t/pragma/warn/pp_hot
-____________________________________________________________________________
-[  7822] By: jhi                                   on 2000/11/22  22:52:20
-        Log: Be clean.
-     Branch: perl
-          ! Makefile.SH
-____________________________________________________________________________
-[  7821] By: jhi                                   on 2000/11/22  22:46:39
-        Log: Add the simple frontend to Filter::Util:Call, Filter::Simple 0.01
-             by Damian Conway, as suggested by Paul Marquess.
-     Branch: perl
-          + lib/Filter/Simple.pm
-____________________________________________________________________________
-[  7820] By: jhi                                   on 2000/11/22  22:45:51
-        Log: Add the Filter::Util::Call 1.04 by Paul Marquess from Filter-1.19.
-     Branch: perl
-          + ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
-          + ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
-          + t/lib/filt-util.t
-          ! MANIFEST
-____________________________________________________________________________
-[  7819] By: jhi                                   on 2000/11/22  22:03:27
-        Log: Integrate perlio:
-             
-             [  7802]
-             Win32 PerlIO intermediate state now working as expected.
-             - In current state we are still using C runtime in text/binary
-             mode and "crlf" layer is just a dummy (clone of perlio buffer layer).
-             - PERLIO=stdio and PERLIO=unix pass all expected tests.
-             - PERLIO=perlio fails t/lib/dprof.t because Dprof.xs calls PerlIO_tell()
-             and PerlIO_seek() and the dummy crlf layer is not making adjustments
-             for CRLF translation happening in C runtime. All other tests pass.
-             Added note to README.win32 to point out the snags of doing a perl build
-             with Norton AntiVirus turned on.
-             Tweaked t/pragma/warnings.t so that when run stand-alone you can tell
-             which file a fail comes from.
-             Updated "canned" config.h to match the one generated.
-     Branch: perl
-         !> README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
-         !> win32/makefile.mk
-____________________________________________________________________________
-[  7818] By: jhi                                   on 2000/11/22  21:56:02
-        Log: More SOCKS versus 64-bit patches from Jens Hamisch.
-     Branch: perl
-          ! doio.c embed.h embed.pl makedef.pl perl.h pp_sys.c proto.h
-          ! t/lib/io_sock.t
-____________________________________________________________________________
-[  7817] By: jhi                                   on 2000/11/22  21:39:49
-        Log: Subject: [PATCH 5.7.0] Liblist returns found libraries
-             From: Ilya Zakharevich <ilya@math.ohio-state.edu>
-             Date: Wed, 22 Nov 2000 16:08:12 -0500
-             Message-ID: <20001122160812.A24269@monk.mps.ohio-state.edu>
-     Branch: perl
-          ! lib/ExtUtils/Liblist.pm
-____________________________________________________________________________
-[  7816] By: jhi                                   on 2000/11/22  21:38:25
-        Log: Go ahead and #include <unistd.h> in perl.h.
-     Branch: perl
-          ! doio.c malloc.c mg.c perl.h pp.c pp_hot.c pp_sys.c toke.c
-          ! util.c
-____________________________________________________________________________
-[  7815] By: jhi                                   on 2000/11/22  21:22:52
-        Log: Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
-             From: Ilya Zakharevich <ilya@math.ohio-state.edu>
-             Date: Mon, 20 Nov 2000 18:30:52 -0500
-             Message-ID: <20001120183051.A15228@monk.mps.ohio-state.edu>
-     Branch: perl
-          ! pod/perlre.pod regcomp.c t/op/re_tests
-____________________________________________________________________________
-[  7814] By: jhi                                   on 2000/11/22  21:21:46
-        Log: Subject: [PATCH 5.7.0] Liblist finally works
-             From: Ilya Zakharevich <ilya@math.ohio-state.edu>
-             Date: Tue, 21 Nov 2000 22:02:17 -0500
-             Message-ID: <20001121220217.A24174@monk.mps.ohio-state.edu>
-     Branch: perl
-          ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
-          ! lib/ExtUtils/MakeMaker.pm
-____________________________________________________________________________
-[  7813] By: jhi                                   on 2000/11/22  21:20:23
-        Log: Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
-             From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
-             Date: Wed, 22 Nov 2000 17:53:15 +0100
-             Message-Id: <20001122174544.49A2.H.M.BRAND@hccnet.nl>
-             
-             AIX dynaloader and perlio patch.
-     Branch: perl
-          ! ext/DynaLoader/dl_aix.xs
-____________________________________________________________________________
-[  7812] By: jhi                                   on 2000/11/22  21:17:52
-        Log: (Accidentally empty patch.)
-     Branch: perl
-          ! av.c
-____________________________________________________________________________
-[  7811] By: jhi                                   on 2000/11/22  21:16:31
-        Log: Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
-             From: Peter Prymmer <pvhp@forte.com>
-             Date: Mon, 20 Nov 2000 16:53:54 -0800 (PST)
-             Message-ID: <Pine.OSF.4.10.10011201651050.373336-100000@aspara.forte.com>
-     Branch: perl
-          ! vms/test.com
-____________________________________________________________________________
-[  7810] By: jhi                                   on 2000/11/22  21:15:36
-        Log: Subject: Re: perl@7777 
-             From: "John P. Linderman" <jpl@research.att.com>
-             Date: Wed, 22 Nov 2000 13:11:11 -0500
-             Message-Id: <200011221811.NAA90072@raptor.research.att.com>
-             
-             Detypoing.
-     Branch: perl
-          ! lib/CPAN.pm
-____________________________________________________________________________
-[  7809] By: jhi                                   on 2000/11/22  21:14:19
-        Log: Subject:  [PATCH perl@7795] Perlio_tell fix
-             From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
-             Date:     Wed, 22 Nov 2000 13:51:37 EST
-             Message-Id: <001122135058.56e24@DUPHY4.Physics.Drexel.Edu>
-     Branch: perl
-          ! perlsdio.h
-____________________________________________________________________________
-[  7808] By: jhi                                   on 2000/11/22  21:13:27
-        Log: Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
-             From: Casey Tweten <crt@kiski.net>
-             Date: Mon, 20 Nov 2000 11:53:03 -0500 (EST)
-             Message-Id: <200011201653.LAA10194@home.kiski.net>
-     Branch: perl
-          ! t/lib/io_udp.t
-____________________________________________________________________________
-[  7807] By: jhi                                   on 2000/11/22  21:12:35
-        Log: Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
-             From: Casey Tweten <crt@kiski.net>
-             Date: Mon, 20 Nov 2000 11:36:11 -0500 (EST)
-             Message-Id: <200011201636.LAA07227@home.kiski.net>
-     Branch: perl
-          ! t/lib/io_sock.t
-____________________________________________________________________________
-[  7806] By: jhi                                   on 2000/11/22  21:10:59
-        Log: Subject: Re: [PATCH] Evolution of h2xs [WAS: Re: PATCH subs.pm]
-             From: "Casey R. Tweten" <crt@kiski.net>
-             Date: Wed, 22 Nov 2000 09:05:07 -0500 (EST)
-             Message-ID: <Pine.OSF.4.21.0011220903580.1811-100000@home.kiski.net>
-     Branch: perl
-          ! utils/h2xs.PL
-____________________________________________________________________________
-[  7805] By: nick                                  on 2000/11/22  21:05:06
-        Log: Integrate mainline
-     Branch: perlio
-         !> Changes Porting/genlog ext/DB_File/DB_File.xs
-         !> ext/DB_File/version.c lib/Test.pm patchlevel.h
-         !> utils/perlbug.PL
-____________________________________________________________________________
-[  7804] By: jhi                                   on 2000/11/22  21:01:12
-        Log: Subject: [PATCH] Test.pm POD peculiarity
-             From: "Casey R. Tweten" <crt@kiski.net>
-             Date: Tue, 21 Nov 2000 15:01:25 -0500 (EST)
-             Message-ID: <Pine.OSF.4.21.0011211458020.20114-100000@home.kiski.net>
-     Branch: perl
-          ! lib/Test.pm
-____________________________________________________________________________
-[  7803] By: jhi                                   on 2000/11/22  20:59:59
-        Log: Subject: [ID 20001122.002] [PATCH 5.7.0@7795] two small patches to perlbug
-             From: "Philip Newton" <pnewton@gmx.de>
-             Date: Wed, 22 Nov 2000 14:25:53 +0100
-             Message-Id: <3A1BD771.25462.1939FAD@localhost>
-             
-             Be case-understanding also on 's', and use the -oi of sendmail
-             not to terminate the transmission on a lone '.'.
-     Branch: perl
-          ! utils/perlbug.PL
-____________________________________________________________________________
-[  7802] By: nick                                  on 2000/11/22  20:51:42
-        Log: Win32 PerlIO intermediate state now working as expected.
-             - In current state we are still using C runtime in text/binary
-             mode and "crlf" layer is just a dummy (clone of perlio buffer layer).
-             - PERLIO=stdio and PERLIO=unix pass all expected tests.
-             - PERLIO=perlio fails t/lib/dprof.t because Dprof.xs calls PerlIO_tell()
-             and PerlIO_seek() and the dummy crlf layer is not making adjustments
-             for CRLF translation happening in C runtime. All other tests pass.
-             
-             Added note to README.win32 to point out the snags of doing a perl build
-             with Norton AntiVirus turned on.
-             
-             Tweaked t/pragma/warnings.t so that when run stand-alone you can tell
-             which file a fail comes from.
-             
-             Updated "canned" config.h to match the one generated.
-     Branch: perlio
-          ! README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
-          ! win32/makefile.mk
-____________________________________________________________________________
-[  7801] By: jhi                                   on 2000/11/22  06:50:20
-        Log: Nickety nits.
-     Branch: perl
-          ! ext/DB_File/DB_File.xs ext/DB_File/version.c
-____________________________________________________________________________
-[  7800] By: jhi                                   on 2000/11/22  01:29:55
-        Log: Changes had accidentally gone too silent on non-main branches.
-     Branch: perl
-          ! Changes Porting/genlog patchlevel.h
-____________________________________________________________________________
-[  7799] By: gsar                                  on 2000/11/22  01:02:56
-        Log: some lib_pm.PL changes snuck in via change#7772
-     Branch: maint-5.6/perl
-          ! Makefile.SH
-____________________________________________________________________________
-[  7798] By: nick                                  on 2000/11/21  21:59:40
-        Log: Integrate mainline
-     Branch: perlio
-         !> (integrate 28 files)
-____________________________________________________________________________
-[  7797] By: jhi                                   on 2000/11/21  21:01:45
-        Log: Integrate perlio:
-             
-             [  7796]
-             Win32 builds and runs (mostly) with USE_PERLIO.
-             PERLIO=perlio passes all tests. 
-             PERLIO=stdio (sadly the default) hangs in t.pragma/warnings.t #319
-             
-             [  7790]
-             If we use (aTHX_ ...) then put Perl_ on the front. (Or drop the aTHX_).
-             
-             [  7788]
-             Make extra buffer layer work (dummy crlf layer)
-     Branch: perl
-         !> doio.c perlio.c perlio.h win32/perllib.c win32/win32.c
-____________________________________________________________________________
-[  7796] By: nick                                  on 2000/11/21  20:36:22
-        Log: Win32 builds and runs (mostly) with USE_PERLIO.
-             PERLIO=perlio passes all tests. 
-             PERLIO=stdio (sadly the default) hangs in t.pragma/warnings.t #319
-     Branch: perlio
-          ! perlio.c win32/perllib.c win32/win32.c
-____________________________________________________________________________
-[  7795] By: jhi                                   on 2000/11/21  19:03:44
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[  7794] By: jhi                                   on 2000/11/21  18:56:34
-        Log: Subject: PerlIO_apply_layers prototype (was Re: [PATCH: perl@7777] add system locale testing for VMS)
-             From: "Craig A. Berry" <craigberry@mac.com>
-             Date: Mon, 20 Nov 2000 20:27:06 -0600
-             Message-Id: <p04330101b63f8baf25a2@[172.16.52.1]>
-             
-             A cut-and-pasto.
-     Branch: perl
-          ! perlio.h
-____________________________________________________________________________
-[  7793] By: jhi                                   on 2000/11/21  18:54:41
-        Log: Subject: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23]
-             From: Dominic Dunlop <domo@computer.org> 
-             Date: Mon, 20 Nov 2000 18:55:29 +0100
-             Message-Id: <p04320403b63b2c750dce@[192.168.1.4]> 
-             
-             va_copy() and the need of it.
-             See <http://wwwold.dkuug.dk/JTC1/SC22/WG14/www/docs/n907.ps>.
-     Branch: metaconfig/U/perl
-          + need_va_copy.U
-     Branch: perl
-          ! Configure Porting/Glossary Porting/config.sh Porting/config_H
-          ! config_h.SH configure.com epoc/config.sh handy.h perlio.c
-          ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
-          ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
-          ! win32/config.bc win32/config.gc win32/config.vc
-____________________________________________________________________________
-[  7792] By: jhi                                   on 2000/11/21  17:04:10
-        Log: Integrate scope.h@7790 from perlio, works better with multiplicity.
-     Branch: perl
-         !> scope.h
-____________________________________________________________________________
-[  7791] By: jhi                                   on 2000/11/21  17:01:16
-        Log: Export the SOCKS workaround symbols only if necessary.
-     Branch: perl
-          ! doio.c embed.h embed.pl makedef.pl perlsdio.h proto.h
-____________________________________________________________________________
-[  7790] By: nick                                  on 2000/11/20  23:57:11
-        Log: If we use (aTHX_ ...) then put Perl_ on the front. (Or drop the aTHX_).
-     Branch: perlio
-          ! scope.h
-____________________________________________________________________________
-[  7789] By: nick                                  on 2000/11/20  23:38:33
-        Log: Integrate mainline
-     Branch: perlio
-         +> lib/File/Spec/Epoc.pm
-         !> (integrate 34 files)
-____________________________________________________________________________
-[  7788] By: nick                                  on 2000/11/20  23:20:18
-        Log: Make extra buffer layer work (dummy crlf layer)
-     Branch: perlio
-          ! doio.c perlio.c perlio.h
-____________________________________________________________________________
-[  7787] By: jhi                                   on 2000/11/20  22:44:04
-        Log: Subject: [PATCH: perl@7777] add system locale testing for VMS
-             From: Peter Prymmer <pvhp@forte.com>
-             Date: Mon, 20 Nov 2000 12:56:52 -0800 (PST)
-             Message-ID: <Pine.OSF.4.10.10011201244390.376086-100000@aspara.forte.com>
-     Branch: perl
-          ! t/pragma/locale.t
-____________________________________________________________________________
-[  7786] By: jhi                                   on 2000/11/20  22:29:10
-        Log: Subject: DOC PATCH 5.6.0 perlreftut
-             From: mjd@plover.com
-             Date: 20 Nov 2000 19:45:06 -0000
-             Message-ID: <20001120194506.9505.qmail@plover.com>
-     Branch: perl
-          ! pod/perlreftut.pod
-____________________________________________________________________________
-[  7785] By: jhi                                   on 2000/11/20  22:27:44
-        Log: Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
-             From: David Dyck <dcd@tc.fluke.com>
-             Date: Mon, 20 Nov 2000 11:43:40 -0800
-             Message-Id: <200011201943.LAA08451@dd.tc.fluke.com>
-     Branch: perl
-          ! lib/Cwd.pm
-____________________________________________________________________________
-[  7784] By: jhi                                   on 2000/11/20  22:23:21
-        Log: Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
-             Date: Mon, 20 Nov 2000 17:06:10 -0500
-             To: Mailing list Perl5 <perl5-porters@perl.org>
-             Message-ID: <20001120170609.A11780@monk.mps.ohio-state.edu>
-     Branch: perl
-          ! pp_ctl.c t/op/pat.t
-____________________________________________________________________________
-[  7783] By: jhi                                   on 2000/11/20  22:11:18
-        Log: Subject: [PATCH] doop.c - UTF8 tr///               
-             From: Simon Cozens <simon@cozens.net>
-             Date: Sat, 18 Nov 2000 18:49:30 +0000
-             Message-ID: <20001118184930.A31687@pembro4.pmb.ox.ac.uk>
-             
-             Subject: Re: [PATCH] doop.c - UTF8 tr///           
-             From: Simon Cozens <simon@cozens.net>
-             Date: Mon, 20 Nov 2000 20:45:22 +0000
-             Message-ID: <20001120204522.A26042@pembro4.pmb.ox.ac.uk>
-             
-             Make tr on UTF-8 better but still not correct.
-     Branch: perl
-          ! doop.c
-____________________________________________________________________________
-[  7782] By: jhi                                   on 2000/11/20  22:02:16
-        Log: Remove the shared object before attempting to create
-             (by linking) a new one.  E.g. in AIX not removing
-             becomes quite painful if one tries to do more than one
-             build in the same tree (an interrupted build, for example),
-             since the AIX' shared dynaloader seemingly keeps the shared
-             objects open and therefore 'busy' for quite a while, even when
-             nobody is using the objects, leading into link failures.
-     Branch: perl
-          ! lib/ExtUtils/MM_Unix.pm
-____________________________________________________________________________
-[  7781] By: gsar                                  on 2000/11/20  19:02:55
-        Log: type mismatch due to faulty integration
-     Branch: maint-5.6/perl
-          ! toke.c win32/Makefile
-____________________________________________________________________________
-[  7780] By: gsar                                  on 2000/11/20  17:31:55
-        Log: integrate changes#6392,6394..6399,6401..6404
-             
-             The {multiplier} of a fixed substring was overlooked which
-             caused a wrong initial search offset for that substring.
-             
-             Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
-             From: Hugo <hv@crypt.compulink.co.uk>
-             Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
-             Date: Thu, 13 Jul 2000 19:27:13 +0100
-             
-             Fix the BOM bug: not a byteorder bug, a signedness bug.
-             
-             Replace change #6337 with a better one.
-             
-             Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
-             From: Hugo <hv@crypt.compulink.co.uk>
-             Date: Fri, 14 Jul 2000 04:16:20 +0100
-             Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
-             
-             MakeMaker should not remove editor backups (*~) on `make clean`
-             by default (completes change#6383)
-             
-             move new variables to the end of the interpreter structure (for
-             bincompat in code that doesn't #include XSUB.h)
-             
-             rename totally bletcherous SvLOCK() thingy (doesn't do what the
-             name suggests anyway)
-             
-             various cleanups (typos, misformatted code, and small bugs)
-             
-             typecasts needed for change#6394
-             
-             typos in change#6399, regen headers
-             
-             inconsistent types needs casts
-             
-             PERL_OBJECT build tweaks
-     Branch: maint-5.6/perl
-         !> MANIFEST doop.c embed.h embed.pl embedvar.h
-         !> ext/IPC/SysV/Makefile.PL global.sym intrpvar.h
-         !> lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h pod/perlapi.pod
-         !> pp.c proto.h regcomp.c regexec.c sv.h t/op/re_tests thread.h
-         !> toke.c util.c
-____________________________________________________________________________
-[  7779] By: gsar                                  on 2000/11/20  17:06:29
-        Log: integrate changes#6376..6378,6380,6383,6385..6388,6391
-             
-             Cosmetics and perldelta.
-             
-             Fix nits noticed by Boston.pm.
-             
-             Do the cc sanity check both before the hints and
-             after the cc selction.
-             
-             get sprintf.t to adjust properly for 3-digit exponents
-             
-             don't clobber *.orig files on *clean targets
-             
-             fix bugs in processing %v-*d and similar format specs (from
-             Avi Finkel <avi@finkel.org>)
-             
-             sprintf test tweaks (from Dominic Dunlop)
-             
-             new selfloader.t in change#6183 doesn't close DATA handles,
-             and thus fails to clean up tmp files on dosish platforms
-             
-             typos (spotted by Peter Prymmer)
-             
-             typo fix from Craig Berry
-     Branch: maint-5.6/perl
-         !> Configure Makefile.SH config_h.SH ext/IPC/SysV/Makefile.PL
-         !> pod/perldelta.pod pod/perlre.pod sv.c t/lib/english.t
-         !> t/lib/selfloader.t t/op/sprintf.t vms/subconfigure.com
-         !> x2p/Makefile.SH
-____________________________________________________________________________
-[  7778] By: gsar                                  on 2000/11/20  16:46:51
-        Log: integrate changes#6340..6342,6348,6354,6356,6357,6371,6372,6375
-             
-             Subject: Re: format bug report  [Patch]
-             From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
-             Date: Wed, 05 Jul 2000 13:12:52 +0200
-             Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
-             
-             Subject: Re: format bug report  [Patch]
-             From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
-             Date: Wed, 05 Jul 2000 14:10:01 +0200
-             Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
-             
-             Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
-             From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
-             Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
-             Date: Fri, 07 Jul 2000 17:57:16 +0100
-             
-             Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
-             To: perl5-porters@perl.org
-             From: Karsten Sperling <spiff@phreax.net>
-             Date: Mon, 10 Jul 2000 15:12:52 +0200
-             Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
-             
-             README.posix-bc podified from Thomas Dorner.
-             
-             Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take2
-             From: Dominic Dunlop <domo@computer.org>
-             Date: Tue, 11 Jul 2000 12:27:33 +0200
-             Message-Id: <p04320405b590a14d4650@[192.168.1.4]>
-             
-             Typo in #6341.
-             
-             Fix for
-             Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
-             From: Roderick Schertler <roderick@argon.org>
-             Date: Tue, 11 Jul 2000 13:55:05 -0400
-             Message-Id: <200007111755.NAA05077@jones.argon.org>
-             
-             Minor cleanups on the booklist.
-             
-             Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
-             regen perltoc.
-             
-             windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
-     Branch: maint-5.6/perl
-         +> pod/perlbook.pod
-         !> MANIFEST README.posix-bc doio.c lib/Symbol.pm pod/Makefile.SH
-         !> pod/buildtoc.PL pod/perl.pod pod/perlfaq2.pod pod/perltoc.pod
-         !> pp_hot.c t/op/sprintf.t t/op/write.t toke.c win32/win32sck.c
-____________________________________________________________________________
-[  7777] By: jhi                                   on 2000/11/20  16:08:49
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[  7776] By: jhi                                   on 2000/11/20  15:27:56
-        Log: Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
-             This may be overly harsh but until proven otherwise, we think this
-             way, or until we have a simple test for Configure (having to start
-             up servers is does not count as simple) to check for the problems.
-     Branch: perl
-          ! perl.h
-____________________________________________________________________________
-[  7775] By: jhi                                   on 2000/11/20  15:22:17
-        Log: Solaris hints tweaks.
-     Branch: perl
-          ! hints/solaris_2.sh
-____________________________________________________________________________
-[  7774] By: jhi                                   on 2000/11/20  15:01:20
-        Log: Add a workaround to SOCKS 64-bit problems.
-     Branch: perl
-          ! doio.c embed.h embed.pl perlsdio.h proto.h
-____________________________________________________________________________
-[  7773] By: jhi                                   on 2000/11/20  14:51:47
-        Log: sysseek() instead of seek().
-     Branch: perl
-          ! t/lib/syslfs.t
-____________________________________________________________________________
-[  7772] By: gsar                                  on 2000/11/20  13:06:23
-        Log: integrate changes#6315..6319,6321..6331,6333..6338
-             
-             Integrate with Sarathy, preliminary fix for unicos
-             alignment problems in [ID 20000612.002] Perl problem on Cray system.
-             
-             some debugger output does not go to the socket when RemotePort is set
-             
-             winsock cleanup never done on Windows (leads to handle leaks)
-             
-             fix UNC path handling on Windows under ithreads, and chdir()
-             return value when given a non-existent directory
-             
-             Autogenerate pod/Makefile and pod/buildtoc.
-             buildtoc also checks whether the existin 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
-             seems so badly out of date that I didn't touch it yet.
-             
-             Config is being used.
-             
-             Add =head1 NAMEs so that buildtoc is happy.
-             (The CGI::Util nit reported to Lincoln.)
-             
-             Fix complaints of buildtoc.
-             
-             Fix the alignment problem in Crays ([ID 20000612.002]).
-             
-             Remove perlbook, update perlfaq book listing,
-             rearrange perl.pod, regenerate perltoc.
-             
-             Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
-             was cast to an unsigned (32-bit) integer with wild abandon.
-             
-             winsock options weren't being set in all threads under ithreads
-             (caused send()s from second and subsequent threads to fail)
-             
-             accept() leaks memory on windows due to incorrect ordering of
-             closesocket() and fclose() calls
-             
-             Reorder perl.pod once more.
-             
-             More POSIX.pod tweaks.
-             
-             Sprinkle ldlibpath.
-             
-             Precedence goof, fix based on
-             Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
-             From: Hugo <hv@crypt.compulink.co.uk>
-             Date: Tue, 11 Jul 2000 12:52:38 +0100
-             Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
-             
-             Subject: PATCH perlguts.pod: Document D and d magic types
-             From: mjd@plover.com
-             Date: 5 Jul 2000 18:01:51 -0000
-             Message-ID: <20000705180151.29413.qmail@plover.com>
-             
-             Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
-             From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
-             Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
-             Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
-             
-             Subject: [PATCH cfgperl] $& segfaults if you trick it
-             From: simon@brecon.co.uk (Simon Cozens)
-             Date: 7 Jul 2000 11:26:09 GMT
-             Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
-             
-             Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
-             From: Hugo <hv@crypt.compulink.co.uk>
-             Date: Tue, 11 Jul 2000 12:44:50 +0100
-             Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
-             
-             Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
-             From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
-             Date: Tue, 11 Jul 2000 13:50:51 +0100
-             Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
-     Branch: maint-5.6/perl
-         +> ext/DynaLoader/hints/netbsd.pl lib/Win32.pod pod/Makefile.SH
-         +> pod/buildtoc.PL
-          - pod/Makefile pod/Win32.pod pod/buildtoc pod/perlbook.pod
-         !> (integrate 26 files)
-____________________________________________________________________________
-[  7771] By: gsar                                  on 2000/11/20  12:31:42
-        Log: integrate changes#6283..6285,6291,6294..6300,6302..6304,6306..6307,
-             6310,6311,6314
-             
-             Subject: [PATCH bleedperl] File::Spec 0.82 beta
-             From: Barrie Slaymaker <barries@jester.slaysys.com>
-             Date: Wed, 28 Jun 2000 11:35:29 -0400
-             Message-Id: <200006281535.LAA21095@jester.slaysys.com>
-             
-             tweak perlembed for multiplicity/usethreads sanity; correct notes
-             about Windows
-             
-             localize %INC in a Safe compartment so that use/require work
-             (many other magic globals probably need similar treatment)
-             
-             dounwind() may cause POPSUB() to diddle the wrong PL_curpad
-             when @_ is modified, causing coredumps
-             
-             slurp mode fix in change#4736 still not quite right
-             
-             Point to perlipc for more SysV IPC examples.
-             
-             Elaborate POSIX.pod.  Still needs work.
-             
-             fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
-             
-             fix large memory leak that has been around for ever, masked by
-             -DPURIFY (most of the arenas were never freed!)
-             
-             fix memory leak on Windows (PL_sys_intern contents were never
-             freed)
-             
-             PERL_OBJECT build tweak
-             
-             adjust change#6299
-             
-             remove rel2abs prototypes (from Barrie Slaymaker)
-             
-             missing perldiag entry for unpack("w",...) diagnostic (from
-             Andreas Koenig)
-             
-             better diagnostic on Frob->stuff() when Frob:: doesn't exist
-             (from Richard Soderberg <rs@oregonnet.com>)
-             
-             Win32 patches for cfgperl from Sarathy.
-             
-             b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
-             
-             More POSIX.pod embellishment.
-             
-             tyop in change#6306
-     Branch: maint-5.6/perl
-         !> (integrate 44 files)
-____________________________________________________________________________
-[  7770] By: gsar                                  on 2000/11/20  11:51:00
-        Log: integrate changes#6268..6282 from cfgperl branch
-             
-             Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
-             From: Dominic Dunlop <domo@computer.org>
-             Date: Thu, 29 Jun 2000 12:32:39 +0200
-             Message-Id: <p04320403b580cc1338db@[192.168.1.4]>
-             
-             Regen headers for #6261 (and update embed.pl for this) and #6267,
-             silence few compiler warnings.
-             
-             Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
-             From: Nicholas Clark <nick@talking.bollo.cx>
-             Date: Fri, 23 Jun 2000 16:21:15 +0100
-             Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
-             
-             Subject: PATCH pod/perltie.pod
-             From: Ian Phillipps <Ian.Phillipps@iname.com>
-             Date: Fri, 16 Jun 2000 00:17:19 +0100
-             Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
-             (only the first hunk, the second hunk had already been done
-             by some other patch)
-             
-             Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
-             From: Tom Phoenix <rootbeer@redcat.com>
-             Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
-             Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
-             
-             Subject: [PATCH] xsub attributes
-             From: Doug MacEachern <dougm@covalent.net>
-             Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
-             Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
-             
-             Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
-             From: Andy Dougherty <doughera@lafayette.edu>
-             Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
-             Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
-             
-             Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
-             From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
-             Date: Tue, 13 Jun 2000 02:43:48 -0500
-             Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
-             
-             Subject: [PATCH] Re: eval documentation: context
-             From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
-             Date: Mon, 12 Jun 2000 15:07:29 +0100
-             Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
-             
-             Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
-             From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
-             Date: Mon, 12 Jun 2000 14:55:59 +0100
-             Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
-             
-             Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
-             From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
-             Date: Fri, 09 Jun 2000 12:39:27 -0400
-             Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
-             (plus update the version "number" of Text::Wrap)
-             
-             Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
-             From: Tim Ayers <tayers@bridge.com>
-             Date: Thu, 08 Jun 2000 08:11:06 +0200
-             Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
-             [resent by Richard Foley, Message-Id probably wrong]
-             
-             Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
-             From: rspier@pobox.com (Robert Spier)
-             Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
-             Message-ID: <14654.31913.845602.610277@rls.cx>
-             
-             Subject: [PATCH 5.6.0] utils/h2xs.PL
-             From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
-             Date: Wed, 7 Jun 2000 04:02:04 -0500
-             Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
-             
-             Subject: [PATCH 5.6.0]ITHREADs for VMS
-             From: Dan Sugalski <dan@sidhe.org>
-             Date: Tue, 06 Jun 2000 11:59:50 -0400
-             Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
-     Branch: maint-5.6/perl
-         !> (integrate 31 files)
-____________________________________________________________________________
-[  7769] By: gsar                                  on 2000/11/20  11:29:06
-        Log: integrate changes#6261..6266 from cfgperl
-             
-             Subject: Re: [PATCH cfgperl] BOMs away!
-             From: simon@brecon.co.uk (Simon Cozens)
-             Date: 17 Jun 2000 11:49:57 GMT
-             Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
-             
-             Subject: 5.6.0 Patch for EPOC
-             From: Olaf Flebbe <o.flebbe@gmx.de>
-             Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
-             Message-ID: <23449.960929969@www11.gmx.net>
-             
-             tr fixes from Simon Cozens
-             
-             Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
-             From: Marty Lucich <marty@netcom.com>
-             Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
-             Message-Id: <200006282116.OAA11148@netcom.com>
-             ccdlflags update (the BSD/OS 4.1 part had already been taken
-             care of by #6141).
-             
-             Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
-             From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
-             Date: Wed, 28 Jun 2000 17:50:12 -0700
-             Message-ID: <E1pW5gzkg2kV092yn@efn.org>
-             
-             Subject: [PATCH 5.6.0] cygwin port
-             Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
-             From: "Fifer, Eric" <EFifer@sanwaint.com>
-             Date: Thu, 29 Jun 2000 12:58:29 +0100
-     Branch: maint-5.6/perl
-         !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
-         !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
-         !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
-         !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
-____________________________________________________________________________
-[  7768] By: gsar                                  on 2000/11/20  11:13:44
-        Log: integrate changes#6252..6256,6259..6260
-             
-             Paranoia tweak on #6249.
-             Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
-             From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
-             Date: Sun, 25 Jun 2000 23:43:12 -0400
-             Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
-             
-             Subject: tr///, help wanted.
-             From: simon@brecon.co.uk (Simon Cozens)
-             Date: 28 Jun 2000 11:29:04 GMT
-             Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
-             
-             small thinko tweaks
-             
-             tweaks from Simon Conzes to further fix tr/// under utf8
-             
-             perlnewmod was missing from MANIFEST.
-             
-             Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
-             From: simon@brecon.co.uk (Simon Cozens)
-             Date: 17 Jun 2000 11:56:44 GMT
-             Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org>
-             pack U0, pack C0
-     Branch: maint-5.6/perl
-         !> MANIFEST doop.c embed.h embed.pl embedvar.h global.sym
-         !> lib/Exporter.pm lib/IPC/Open3.pm objXSUB.h op.c
-         !> pod/perlfunc.pod pp.c pp_proto.h proto.h sv.c t/op/my_stash.t
-         !> t/op/pack.t t/op/tr.t t/pragma/constant.t t/pragma/warn/op
-____________________________________________________________________________
-[  7767] By: gsar                                  on 2000/11/20  10:51:38
-        Log: integrate change#6250 from cfgperl
-             
-             Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
-             From: Doug MacEachern <dougm@covalent.net>
-             Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
-             Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
-     Branch: maint-5.6/perl
-         +> t/op/my_stash.t
-         !> MANIFEST embed.pl global.sym proto.h toke.c
-____________________________________________________________________________
-[  7766] By: gsar                                  on 2000/11/20  10:48:34
-        Log: integrate changes#6240,6242..6246,6248,6249 from cfgperl
-             
-             Subject: [ID 20000626.007] h2xs man page contains trailing garbage
-             From: Nicholas Clark <nick@Bagpuss.unfortu.net>
-             Date: Mon, 26 Jun 2000 18:40:14 +0100
-             Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
-             
-             Subject: [PATCH] bytes<->utf8 fixes
-             From: simon@brecon.co.uk (Simon Cozens)
-             Date: 26 Jun 2000 04:55:45 GMT
-             Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
-             
-             Subject: [PATCH] is_utf8_string
-             From: simon@brecon.co.uk (Simon Cozens)
-             Date: 26 Jun 2000 02:25:59 GMT
-             Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
-             
-             Subject: [PATCH] avoid mg_ptr in '*' magic
-             From: Doug MacEachern <dougm@covalent.net>
-             Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
-             Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
-             
-             Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
-             From: Nicholas Clark <nick@Bagpuss.unfortu.net>
-             Date: Sat, 24 Jun 2000 13:06:20 +0100
-             Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
-             
-             Allow for standalone testing.
-             
-             Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
-             From: Mark-Jason Dominus <mjd@plover.com>
-             Date: Tue, 27 Jun 2000 22:36:42 -0400
-             Message-ID: <20000628023642.12166.qmail@plover.com>
-             
-             Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
-             From: Frank Tobin <ftobin@uiuc.edu>
-             Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
-             Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
-     Branch: maint-5.6/perl
-         !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
-         !> global.sym gv.c lib/IPC/Open3.pm objXSUB.h perlapi.c perlapi.h
-         !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp_proto.h
-         !> proto.h sv.c t/lib/filefunc.t t/lib/filespec.t t/lib/peek.t
-         !> utf8.c utils/h2xs.PL
-____________________________________________________________________________
-[  7765] By: gsar                                  on 2000/11/20  10:29:13
-        Log: integrate change#6239 from cfgperl
-             
-             Configure maintenance.  Sever some dependency cycles,
-             separate gccversion from the cc unit,
-             address [ID 20000623.006] Configure script patch for using gcc on AIX
-             (but solve it a little bit differently),
-             unduplex some accidentally duplicated units,
-             suggest using gcc if no cc available
-             (p5p thread: "Solaris configure: counterproposal", 1999-09)
-     Branch: maint-5.6/perl
-         !> Configure Todo-5.6 config_h.SH
-____________________________________________________________________________
-[  7764] By: gsar                                  on 2000/11/20  10:25:55
-        Log: integrate changes#6233..6238 from cfgperl
-             
-             Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
-             From: Mark-Jason Dominus <mjd@plover.com>
-             Date: Fri, 16 Jun 2000 20:53:04 -0400
-             Message-ID: <20000617005304.8008.qmail@plover.com>
-             
-             Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
-             because when run as services (Win32ese for daemons)
-             no environment variables are set and tmpdir ends up as /tmp,
-             which is ambiguous.
-             Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
-             From: matt@sergeant.org
-             Date: 16 Jun 2000 16:30:43 -0000
-             Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
-             
-             The thread begun by
-             Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
-             From: Kevin.Ruscoe@ubsw.com
-             Date: Fri, 16 Jun 2000 16:38:51 +0100
-             Message-Id: <H000019b03c300d6@MHS>
-             
-             Tweak embed.pl, regen headers.
-             
-             Subject: [PATCH 5.6.0] XS module loading fixup for VMS
-             From: Dan Sugalski <dan@sidhe.org>
-             Date: Fri, 23 Jun 2000 17:00:00 -0400
-             Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
-     Branch: maint-5.6/perl
-         !> (integrate 27 files)
-____________________________________________________________________________
-[  7763] By: gsar                                  on 2000/11/20  10:08:08
-        Log: s/perl56delta/perldelta/g
-     Branch: maint-5.6/perl
-          ! pod/Makefile
-____________________________________________________________________________
-[  7762] By: gsar                                  on 2000/11/20  10:04:00
-        Log: integrate changes#6225,6229,6231,6232 from cfgperl
-             
-             Add source code filenames to apidoc.
-             From: simon@brecon.co.uk (Simon Cozens)
-             Subject: [PATCH embed.pl] Source X-ref
-             Date: 22 Jun 2000 02:18:49 GMT
-             Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
-             
-             Subject: README.hpux version 0.6.1
-             Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
-             From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
-             Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
-             
-             Subject: [PATCH 5.6.0] cygwin port
-             From: "Fifer, Eric" <EFifer@sanwaint.com>
-             Date: Tue, 20 Jun 2000 14:30:58 +0100
-             Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
-             
-             Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
-             From: simon@brecon.co.uk (Simon Cozens)
-             Date: 19 Jun 2000 15:18:27 GMT
-             Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
-             
-             plus update pod/Makefile and regenerate perltoc
-     Branch: maint-5.6/perl
-         +> pod/perlutil.pod
-         !> MANIFEST README.cygwin README.hpux Todo-5.6 embed.pl
-         !> lib/File/Find.pm pod/Makefile pod/perltoc.pod pod/roffitall
-____________________________________________________________________________
-[  7761] By: jhi                                   on 2000/11/20  04:09:55
-        Log: Miraculous typo.
-     Branch: perl
-          ! t/op/pat.t
-____________________________________________________________________________
-[  7760] By: jhi                                   on 2000/11/20  04:06:08
-        Log: Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
-             From: Ilya Zakharevich <ilya@math.ohio-state.edu>
-             Date: Sun, 19 Nov 2000 22:30:26 -0500
-             Message-ID: <20001119223026.A5165@monk.mps.ohio-state.edu>
-     Branch: perl
-          ! regexec.c scope.h t/op/pat.t
-____________________________________________________________________________
-[  7759] By: jhi                                   on 2000/11/20  02:05:22
-        Log: Make certain MacOS Classic has NO_ENVIRON_ARRAY.
-     Branch: perl
-          ! perl.h
-____________________________________________________________________________
-[  7758] By: jhi                                   on 2000/11/20  01:58:11
-        Log: Subject: [perl 7711: EPOC] updates
-             From: Olaf Flebbe <o.flebbe@gmx.de>
-             Date: Sun, 19 Nov 2000 19:33:30 +0100 (MET)
-             Message-ID: <25575.974658810@www23.gmx.net>               
-     Branch: perl
-          + lib/File/Spec/Epoc.pm
-          ! MANIFEST epoc/epocish.c lib/CGI.pm lib/Cwd.pm
-          ! lib/File/Basename.pm lib/File/Find.pm lib/File/Path.pm
-          ! lib/File/Spec.pm perl.c sv.c
-____________________________________________________________________________
-[  7757] By: jhi                                   on 2000/11/20  01:53:11
-        Log: ext/re/hints/MSWin32.pl seems to be missing from perlio.
-     Branch: perl
-          ! MANIFEST
-____________________________________________________________________________
-[  7756] By: jhi                                   on 2000/11/20  01:47:22
-        Log: Integrate perlio:
-             
-             [  7755]
-             Add dummy crlf layer (just as buffer)
-             Correct 1st bug - one layer of indirection.
-             
-             [  7754]
-             Work-round to Perl_deb_nocontext is no longer required
-             
-             [  7753]
-             diff -se shows these as different
-             
-             [  7752]
-             Configure GCC/Win32 build -Duseperlio
-             Fix a couple of gross issues
-             - double-include of ../deb.o in re.dll
-             - win32sck.c needs PerlIO and FILE 
-             
-             [  7751]
-             Special case :crlf and :raw in dummy PerlIO_apply_layers
-             
-             [  7750]
-             Missing aTHX_
-     Branch: perl
-          - ext/re/hints/MSWin32.pl
-         !> global.sym perlio.c perlio.h perliol.h pod/perlapi.pod sv.c
-         !> win32/config.gc win32/config_H.gc win32/win32sck.c
-____________________________________________________________________________
-[  7755] By: nick                                  on 2000/11/19  20:57:17
-        Log: Add dummy crlf layer (just as buffer)
-             Correct 1st bug - one layer of indirection.
-     Branch: perlio
-          ! perlio.c perlio.h perliol.h
-____________________________________________________________________________
-[  7754] By: nick                                  on 2000/11/19  20:56:12
-        Log: Work-round to Perl_deb_nocontext is no longer required
-     Branch: perlio
-          - ext/re/hints/MSWin32.pl
-____________________________________________________________________________
-[  7753] By: nick                                  on 2000/11/19  20:01:16
-        Log: diff -se shows these as different
-     Branch: perlio
-          ! global.sym pod/perlapi.pod
-____________________________________________________________________________
-[  7752] By: nick                                  on 2000/11/19  18:57:30
-        Log: Configure GCC/Win32 build -Duseperlio
-             Fix a couple of gross issues
-             - double-include of ../deb.o in re.dll
-             - win32sck.c needs PerlIO and FILE 
-     Branch: perlio
-          ! ext/re/hints/MSWin32.pl win32/config.gc win32/config_H.gc
-          ! win32/win32sck.c
-____________________________________________________________________________
-[  7751] By: nick                                  on 2000/11/19  17:05:36
-        Log: Special case :crlf and :raw in dummy PerlIO_apply_layers
-     Branch: perlio
-          ! perlio.c
-____________________________________________________________________________
-[  7750] By: nick                                  on 2000/11/19  16:57:14
-        Log: Missing aTHX_
-     Branch: perlio
-          ! sv.c
-____________________________________________________________________________
-[  7749] By: jhi                                   on 2000/11/19  16:28:40
-        Log: Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
-             From: "Peter J. Farley III" <pjfarley@banet.net>
-             Date: Sun, 19 Nov 2000 01:42:58 -0500
-             Message-Id: <5.0.1.4.0.20001119011855.00a55ec0@pop5.banet.net>
-     Branch: perl
-          ! djgpp/config.over ext/Storable/Storable.pm hints/dos_djgpp.sh
-____________________________________________________________________________
-[  7748] By: jhi                                   on 2000/11/19  16:08:10
-        Log: Subject: podlators 1.05 available        
-             From: Russ Allbery <rra@stanford.edu>   
-             Date: 18 Nov 2000 22:04:28 -0800
-             Message-ID: <ylitpkijkj.fsf@windlord.stanford.edu>
-     Branch: perl
-          ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
-____________________________________________________________________________
-[  7747] By: nick                                  on 2000/11/19  11:19:39
-        Log: Integrate mainline
-     Branch: perlio
-         !> embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
-         !> util.c
-____________________________________________________________________________
-[  7746] By: jhi                                   on 2000/11/19  06:42:22
-        Log: Make hex scanning warn on "\x{x}" and "\xx".
-             "\x" and and hex("x") are still valid.
-     Branch: perl
-          ! util.c
-____________________________________________________________________________
-[  7745] By: nick                                  on 2000/11/18  22:52:28
-        Log: Integrate mainline
-     Branch: perlio
-         !> emacs/ptags embed.h embed.pl lib/CPAN.pm lib/CPAN/FirstTime.pm
-         !> perl.h perlio.c proto.h regcomp.c regcomp.h
-____________________________________________________________________________
-[  7744] By: jhi                                   on 2000/11/18  22:50:28
-        Log: Introduce Perl_utf8_length().  Use it.
-     Branch: perl
-          ! embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
-____________________________________________________________________________
-[  7743] By: jhi                                   on 2000/11/18  22:38:51
-        Log: Compiler denit.
-     Branch: perl
-          ! perlio.c
-____________________________________________________________________________
-[  7742] By: jhi                                   on 2000/11/18  20:33:05
-        Log: Integrate perlio:
-             
-             [  7740]
-             Lexical use open ... support:
-             add ->cop_io to COP structure in cop.h.
-             Make mg.c and gv.c associate it with ${^OPEN}.
-             Make lib/open.pm set it.
-             Have sv.c, perl.c, pp_ctl.c, op.c manipulate it in a manner
-             manner similar to ->cop_warnings.
-             Have doio.c's do_open9 and pp_sys.c's pp_backticks use it as default and
-             call new PerlIO_apply_layers().
-             Declare latter in perlio.h and define in perlio.c
-     Branch: perl
-         !> cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
-         !> perlio.h pp_ctl.c pp_sys.c sv.c
-____________________________________________________________________________
-[  7741] By: jhi                                   on 2000/11/18  20:31:27
-        Log: Subject: [PATCH 5.7.0] make regcomp reenterable
-             From: Ilya Zakharevich <ilya@math.ohio-state.edu>
-             Date: Fri, 17 Nov 2000 20:35:11 -0500
-             Message-ID: <20001117203511.A13121@monk.mps.ohio-state.edu>
-             
-             Subject: Re: [PATCH 5.7.0] make regcomp reenterable
-             From: Ilya Zakharevich <ilya@math.ohio-state.edu>
-             Date: Fri, 17 Nov 2000 21:03:47 -0500
-             Message-ID: <20001117210347.A16570@monk.mps.ohio-state.edu>
-             
-             Plus a little bit of tweaking in pregcomp().
-     Branch: perl
-          ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
-____________________________________________________________________________
-[  7740] By: nick                                  on 2000/11/18  20:17:22
-        Log: Lexical use open ... support:
-             add ->cop_io to COP structure in cop.h.
-             Make mg.c and gv.c associate it with ${^OPEN}.
-             Make lib/open.pm set it.
-             Have sv.c, perl.c, pp_ctl.c, op.c manipulate it in a manner
-             manner similar to ->cop_warnings.
-             Have doio.c's do_open9 and pp_sys.c's pp_backticks use it as default and
-             call new PerlIO_apply_layers().
-             Declare latter in perlio.h and define in perlio.c
-     Branch: perlio
-          ! cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
-          ! perlio.h pp_ctl.c pp_sys.c sv.c
-____________________________________________________________________________
-[  7739] By: jhi                                   on 2000/11/18  19:54:00
-        Log: Integrate perlio:
-             
-             [  7736]
-             Basic tweaks to do_open() type parsing to allow layer/discipline
-             part to be isolated.
-             
-             [  7727]
-             Experiment on use of attributes.pm interface.
-             Valid generic fix to auto-vivify code in rv2gv - only "upgrade" to
-             SVt_PVRV if not already something better (else vivify of say magic gets
-             core dump).
-     Branch: perl
-         !> doio.c perlio.c pp.c
-____________________________________________________________________________
-[  7738] By: jhi                                   on 2000/11/18  17:16:13
-        Log: Subject: [PATCH 5.7.0] etags broken again
-             From: Ilya Zakharevich <ilya@math.ohio-state.edu>
-             Date: Sat, 18 Nov 2000 02:41:36 -0500
-             Message-ID: <20001118024136.A19097@monk.mps.ohio-state.edu>
-     Branch: perl
-          ! emacs/ptags
-____________________________________________________________________________
-[  7737] By: jhi                                   on 2000/11/18  17:12:18
-        Log: Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
-     Branch: perl
-          ! lib/CPAN.pm lib/CPAN/FirstTime.pm
-____________________________________________________________________________
-[  7736] By: nick                                  on 2000/11/18  14:06:20
-        Log: Basic tweaks to do_open() type parsing to allow layer/discipline
-             part to be isolated.
-     Branch: perlio
-          ! doio.c perlio.c
-____________________________________________________________________________
-[  7735] By: nick                                  on 2000/11/18  11:03:32
-        Log: Integrate mainline
-     Branch: perlio
-         !> Changes README.amiga README.win32 patchlevel.h
-         !> pod/perlfunc.pod pp.c regcomp.c regexec.c t/op/re_tests
-____________________________________________________________________________
-[  7734] By: jhi                                   on 2000/11/18  01:18:56
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[  7733] By: jhi                                   on 2000/11/18  00:32:54
-        Log: Subject: [PATCH 5.7.0] restore match data on backtracing
-             From: Ilya Zakharevich <ilya@math.ohio-state.edu>
-             Date: Fri, 17 Nov 2000 17:28:02 -0500
-             Message-ID: <20001117172802.A1032@monk.mps.ohio-state.edu>
-     Branch: perl
-          ! regcomp.c regexec.c t/op/re_tests
-____________________________________________________________________________
-[  7732] By: jhi                                   on 2000/11/18  00:28:56
-        Log: Sparc 64-bit pack() fix from Jens Hamisch.
-     Branch: perl
-          ! pp.c
-____________________________________________________________________________
-[  7731] By: jhi                                   on 2000/11/18  00:18:39
-        Log: Explain in more detail the {} syntax ambiguousity.
-             
-             Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
-             From: Nicholas Clark <nick@ccl4.org>
-             Date: Fri, 17 Nov 2000 22:10:28 +0000
-             Message-ID: <20001117221028.A88930@plum.flirble.org>
-     Branch: perl
-          ! pod/perlfunc.pod
-____________________________________________________________________________
-[  7730] By: jhi                                   on 2000/11/18  00:12:18
-        Log: Subject: Fix for README.amiga (20000323.033)
-             From: "Stephen P. Potter" <spp@spotter.yi.org>
-             Date: Fri, 17 Nov 2000 12:25:51 -0500
-             Message-Id: <200011171725.MAA05768@spotter.yi.org>
-     Branch: perl
-          ! README.amiga
-____________________________________________________________________________
-[  7729] By: jhi                                   on 2000/11/18  00:08:34
-        Log: Subject: [PATCH 5.6.0 README.win32] very minor typos
-             From: "A. C. Yardley" <yardley@tanet.net>
-             Date: Mon, 3 Apr 2000 11:35:33 -0700
-             Message-ID: <3483.000403@tanet.net>
-     Branch: perl
-          ! README.win32
-____________________________________________________________________________
-[  7728] By: nick                                  on 2000/11/17  21:59:47
-        Log: Integrate mainline
-     Branch: perlio
-         !> configure.com hints/solaris_2.sh lib/Carp/Heavy.pm
-         !> lib/ExtUtils/xsubpp lib/Pod/Checker.pm pod/perlfaq9.pod
-         !> pod/perlhack.pod pod/perllocale.pod pod/perlmodlib.PL
-         !> pod/perlpod.pod pod/perlxs.pod pod/perlxstut.pod t/lib/b.t
-____________________________________________________________________________
-[  7727] By: nick                                  on 2000/11/17  21:56:31
-        Log: Experiment on use of attributes.pm interface.
-             Valid generic fix to auto-vivify code in rv2gv - only "upgrade" to
-             SVt_PVRV if not already something better (else vivify of say magic gets
-             core dump).
-     Branch: perlio
-          ! perlio.c pp.c
-____________________________________________________________________________
-[  7726] By: jhi                                   on 2000/11/17  14:15:49
-        Log: Subject: Fix for 20000815.006
-             From: "Stephen P. Potter" <spp@spotter.yi.org>
-             Date: Fri, 17 Nov 2000 08:57:45 -0500
-             Message-Id: <200011171357.IAA05122@spotter.yi.org>
-             
-             It's really 20000518.006.
-     Branch: perl
-          ! pod/perlmodlib.PL
-____________________________________________________________________________
-[  7725] By: jhi                                   on 2000/11/17  14:12:31
-        Log: Subject: Fix for 20000409.001
-             From: "Stephen P. Potter" <spp@spotter.yi.org>
-             Date: Fri, 17 Nov 2000 08:55:45 -0500
-             Message-Id: <200011171355.IAA05104@spotter.yi.org>
-     Branch: perl
-          ! pod/perlfaq9.pod
-____________________________________________________________________________
-[  7724] By: jhi                                   on 2000/11/17  14:08:58
-        Log: Undo #7627 now that we have =head3.
-     Branch: perl
-          ! pod/perlhack.pod
-____________________________________________________________________________
-[  7723] By: jhi                                   on 2000/11/17  14:04:09
-        Log: As surmised the #7719 wasn't a good move.
-     Branch: perl
-          ! hints/solaris_2.sh
-____________________________________________________________________________
-[  7722] By: jhi                                   on 2000/11/17  13:59:04
-        Log: Also the 64bitall hints can be either here or there.
-     Branch: perl
-          ! hints/solaris_2.sh
-____________________________________________________________________________
-[  7721] By: jhi                                   on 2000/11/17  02:26:23
-        Log: Test tweak for the open pragma.
-     Branch: perl
-          ! t/lib/b.t
-____________________________________________________________________________
-[  7720] By: jhi                                   on 2000/11/17  00:23:22
-        Log: The long double hints can be here or there.
-     Branch: perl
-          ! hints/solaris_2.sh
-____________________________________________________________________________
-[  7719] By: jhi                                   on 2000/11/17  00:14:06
-        Log: For Solaris use64bitall the stdchar needs a little bit of help.
-     Branch: perl
-          ! hints/solaris_2.sh
-____________________________________________________________________________
-[  7718] By: jhi                                   on 2000/11/16  23:27:34
-        Log: Subject: Re: Bug in Carp::Heavy/5.6.0?
-             From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
-             Date: Wed, 15 Nov 2000 08:56:32 +0100
-             Message-ID: <3A1241B0.64477E00@alcatel.at>
-     Branch: perl
-          ! lib/Carp/Heavy.pm
-____________________________________________________________________________
-[  7717] By: jhi                                   on 2000/11/16  23:23:29
-        Log: Subject: [PATCH] Re: 20001101.003 PDL
-             From: Nicholas Clark <nick@ccl4.org>
-             Date: Thu, 16 Nov 2000 16:48:25 +0000
-             Message-ID: <20001116164825.B93487@plum.flirble.org>
-     Branch: perl
-          ! lib/ExtUtils/xsubpp pod/perlxs.pod pod/perlxstut.pod
-____________________________________________________________________________
-[  7716] By: jhi                                   on 2000/11/16  23:21:31
-        Log: Subject: [PATCH] Re: [p5p] [PATCH perlpod.pod] Digging into the =head
-             From: "Casey R. Tweten" <crt@kiski.net>
-             Date: Thu, 16 Nov 2000 12:02:47 -0500 (EST)
-             Message-ID: <Pine.OSF.4.21.0011161200410.700-100000@home.kiski.net>
-     Branch: perl
-          ! lib/Pod/Checker.pm pod/perlpod.pod
-____________________________________________________________________________
-[  7715] By: jhi                                   on 2000/11/16  23:19:40
-        Log: Avoid an infinite loop in VMS when utils scripts are run
-             with no arguments, from Charles Lane.
-     Branch: perl
-          ! configure.com
-____________________________________________________________________________
-[  7714] By: jhi                                   on 2000/11/16  23:17:08
-        Log: Subject: perllocale.pod changes
-             From: "Konovalov, Vadim" <vkonovalov@lucent.com>
-             Date: Mon, 13 Nov 2000 10:09:22 +0300
-             Message-ID: <402099F49BEED211999700805FC7359F825416@ru0028exch01.spb.lucent.com>
-     Branch: perl
-          ! pod/perllocale.pod
-____________________________________________________________________________
-[  7713] By: jhi                                   on 2000/11/16  23:14:06
-        Log: Integrate perlio:
-             
-             [  7711]
-             Minor tweaks:
-             consistent way of getting 'rb', 'wb' etc. for binary opens
-             move *perlio::layers to *open::layers
-             a #define to show layers available
-             DOSISH popen/PerlIO had export/import sense inverted.
-     Branch: perl
-         !> doio.c perlio.c perlio.h util.c
-____________________________________________________________________________
-[  7712] By: nick                                  on 2000/11/16  21:10:58
-        Log: Integrate mainline
-     Branch: perlio
-         !> Configure Porting/Glossary Porting/config.sh Porting/config_H
-         !> config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
-         !> uconfig.sh vos/config.alpha.def vos/config.alpha.h
-         !> vos/config.ga.def vos/config.ga.h win32/config.bc
-         !> win32/config.gc win32/config.vc
-____________________________________________________________________________
-[  7711] By: nick                                  on 2000/11/16  19:56:41
-        Log: Minor tweaks:
-             consistent way of getting 'rb', 'wb' etc. for binary opens
-             move *perlio::layers to *open::layers
-             a #define to show layers available
-             DOSISH popen/PerlIO had export/import sense inverted.
-     Branch: perlio
-          ! doio.c perlio.c perlio.h util.c
-____________________________________________________________________________
-[  7710] By: jhi                                   on 2000/11/16  15:46:05
-        Log: Add HAS_SBRK_PROTO.
-     Branch: metaconfig/U/perl
-          + d_sbrkproto.U
-     Branch: perl
-          ! Configure Porting/Glossary Porting/config.sh Porting/config_H
-          ! config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
-          ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
-          ! vos/config.ga.def vos/config.ga.h win32/config.bc
-          ! win32/config.gc win32/config.vc
-____________________________________________________________________________
-[  7709] By: nick                                  on 2000/11/16  07:31:49
-        Log: Integrate mainline
-     Branch: perlio
-         !> (integrate 35 files)
-____________________________________________________________________________
-[  7708] By: jhi                                   on 2000/11/16  05:33:03
-        Log: These files are text, not binary.
-     Branch: perl
-          ! ext/Encode/Encode/iso8859-10.enc
-          ! ext/Encode/Encode/iso8859-13.enc
-          ! ext/Encode/Encode/iso8859-14.enc
-          ! ext/Encode/Encode/iso8859-15.enc
-____________________________________________________________________________
-[  7707] By: jhi                                   on 2000/11/16  01:53:37
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[  7706] By: jhi                                   on 2000/11/16  01:35:59
-        Log: More #undefing of stdio.
-     Branch: perl
-          ! fakesdio.h nostdio.h
-____________________________________________________________________________
-[  7705] By: jhi                                   on 2000/11/16  01:34:18
-        Log: Add fwalk() probe to the configuration files and regen perltoc.
-     Branch: perl
-          ! Configure Porting/Glossary Porting/config.sh Porting/config_H
-          ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
-          ! uconfig.h uconfig.sh util.c vos/config.alpha.def
-          ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
-          ! win32/config.bc win32/config.gc win32/config.vc
-____________________________________________________________________________
-[  7704] By: jhi                                   on 2000/11/16  01:33:07
-        Log: Add the _fwalk() unit.  (The probe says 'fwalk()'.  Time for
-             an optional third argument to Inlibc?)
-     Branch: metaconfig/U/perl
-          + d__fwalk.U
-____________________________________________________________________________
-[  7703] By: jhi                                   on 2000/11/16  01:09:22
-        Log: The type of the hash_cb() size argument is tricky.
-     Branch: perl
-          ! ext/DB_File/DB_File.xs
-____________________________________________________________________________
-[  7702] By: jhi                                   on 2000/11/15  23:01:16
-        Log: Quick temporary fix for 20001114.008 as suggested by Nick Ing-Simmons.
-     Branch: perl
-          ! nostdio.h
-____________________________________________________________________________
-[  7701] By: jhi                                   on 2000/11/15  22:52:32
-        Log: Detypo.
-     Branch: perl
-          ! t/lib/bigfltpm.t
-____________________________________________________________________________
-[  7700] By: jhi                                   on 2000/11/15  22:51:56
-        Log: UINT64_C() work continues.
-     Branch: perl
-          ! handy.h perl.h utf8.h
-____________________________________________________________________________
-[  7699] By: jhi                                   on 2000/11/15  14:13:04
-        Log: SOCKS has its own USE_THREADS, based on
-             
-             Subject: [ID 20001114.002] et. al. bugfix followup
-             From: Jens Hamisch <jens@Strawberry.COM> 
-             Date: Wed, 15 Nov 2000 14:23:11 +0100
-             Message-ID: <20001115142311.A21164@Strawberry.COM>
-     Branch: perl
-          ! perl.h
-____________________________________________________________________________
-[  7698] By: jhi                                   on 2000/11/15  03:50:56
-        Log: Add few missing #undefs and sort them.
-     Branch: perl
-          ! fakesdio.h
-____________________________________________________________________________
-[  7697] By: jhi                                   on 2000/11/15  03:39:14
-        Log: Linenumber fix.
-     Branch: perl
-          ! t/pragma/warn/utf8
-____________________________________________________________________________
-[  7696] By: jhi                                   on 2000/11/15  02:55:26
-        Log: EBCDIC tweaks.
-             
-             Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
-             From: Peter Prymmer <pvhp@forte.com>
-             Date: Tue, 14 Nov 2000 17:05:11 -0800 (PST)
-             Message-ID: <Pine.OSF.4.10.10011141653510.106218-100000@aspara.forte.com>
-     Branch: perl
-          ! t/op/regmesg.t t/pragma/warn/utf8
-____________________________________________________________________________
-[  7695] By: jhi                                   on 2000/11/15  02:53:58
-        Log: Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
-             From: Peter Prymmer <pvhp@forte.com>
-             Date: Tue, 14 Nov 2000 15:09:41 -0800 (PST)
-             Message-ID: <Pine.OSF.4.10.10011141500260.106218-100000@aspara.forte.com>
-     Branch: perl
-          ! utf8.c
-____________________________________________________________________________
-[  7694] By: jhi                                   on 2000/11/15  02:50:55
-        Log: Subject: [PATCH: perl@7674] updates to README.os390
-             From: Prymmer/Kahn <pvhp@best.com>
-             Date: Tue, 14 Nov 2000 09:20:20 -0800 (PST)
-             Message-ID: <Pine.BSF.4.21.0011140913370.15162-100000@shell8.ba.best.com>
-     Branch: perl
-          ! README.os390
-____________________________________________________________________________
-[  7693] By: jhi                                   on 2000/11/15  02:48:37
-        Log: Quit utf8_to_uv() instantly if curlen == 0.
-     Branch: perl
-          ! utf8.c
-____________________________________________________________________________
-[  7692] By: jhi                                   on 2000/11/15  02:24:29
-        Log: Use u_int32_t for the size of hash_cb(), not size_t.
-             
-             Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
-             From: Jens Hamisch <jens@Strawberry.COM>     
-             Date: Tue, 14 Nov 2000 19:03:55 +0100
-             Message-Id: <20001114190355.A20559@Strawberry.COM>
-     Branch: perl
-          ! ext/DB_File/DB_File.xs
-____________________________________________________________________________
-[  7691] By: jhi                                   on 2000/11/15  02:20:12
-        Log: Use UINT64_C().
-             
-             Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
-             From: Jens Hamisch <jens@Strawberry.COM>
-             Date: Tue, 14 Nov 2000 19:16:23 +0100
-             Message-Id: <20001114191623.G20559@Strawberry.COM>
-     Branch: perl
-          ! utf8.c utf8.h
-____________________________________________________________________________
-[  7690] By: jhi                                   on 2000/11/15  02:17:06
-        Log: Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
-             (a macro to define signed and unsigned integer constants).
-     Branch: perl
-          ! handy.h
-____________________________________________________________________________
-[  7689] By: jhi                                   on 2000/11/15  01:56:51
-        Log: Regen Configure.
-     Branch: perl
-          ! Configure
-____________________________________________________________________________
-[  7688] By: jhi                                   on 2000/11/15  01:56:32
-        Log: Make the unit know about SOCKS.
-     Branch: metaconfig
-          ! U/protos/socksizetype.U
-____________________________________________________________________________
-[  7687] By: jhi                                   on 2000/11/15  01:54:47
-        Log: Remove unused dependencies.
-     Branch: metaconfig
-          ! U/compline/d_getpagsz.U
-____________________________________________________________________________
-[  7686] By: nick                                  on 2000/11/14  21:25:13
-        Log: Integrate mainline.
-     Branch: perlio
-         +> ext/re/hints/MSWin32.pl win32/bin/mdelete.bat
-         !> MANIFEST doio.c doop.c ext/IO/lib/IO/Handle.pm
-         !> ext/IO/lib/IO/Seekable.pm ext/SDBM_File/Makefile.PL
-         !> lib/ExtUtils/MM_Unix.pm lib/perl5db.pl makedef.pl perl.h
-         !> perlio.c pp.c pp_sys.c toke.c utf8.c utf8.h win32/Makefile
-         !> win32/config.bc win32/config.gc win32/config.vc
-         !> win32/makefile.mk win32/win32.c win32/win32.h win32/win32sck.c
-____________________________________________________________________________
-[  7685] By: jhi                                   on 2000/11/14  17:54:56
-        Log: Integrate perlio:
-             
-             [  7684]
-             PerlIO #include and #ifdef re-work.
-     Branch: perl
-         +> fakesdio.h perliol.h
-         !> MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
-         !> perlsdio.h perlsfio.h pod/perlfunc.pod
-____________________________________________________________________________
-[  7684] By: nick                                  on 2000/11/14  17:43:04
-        Log: PerlIO #include and #ifdef re-work.
-     Branch: perlio
-          + fakesdio.h perliol.h
-          ! MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
-          ! perlsdio.h perlsfio.h
-____________________________________________________________________________
-[  7683] By: jhi                                   on 2000/11/14  15:42:40
-        Log: Hoist the duplicated socket/netdb include logic to perl.h;
-             undef SETERRNO in case SOCKS has defined it.  Based on:
-             
-             Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris   
-             From: Jens Hamisch <jens@Strawberry.COM> 
-             Date: Tue, 14 Nov 2000 11:34:40 +0100
-             Message-Id: <20001114113440.A20005@Strawberry.COM>
-     Branch: perl
-          ! doio.c perl.h pp_sys.c
-____________________________________________________________________________
-[  7682] By: jhi                                   on 2000/11/14  14:07:28
-        Log: Subject: some additions for makefiles for win32 (for perl@7674)
-             From: "Konovalov, Vadim" <vkonovalov@lucent.com>
-             Date: Tue, 14 Nov 2000 09:31:13 +0300
-             Message-ID: <402099F49BEED211999700805FC7359F8254FC@ru0028exch01.spb.lucent.com>
-     Branch: perl
-          ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
-          ! win32/makefile.mk
-____________________________________________________________________________
-[  7681] By: jhi                                   on 2000/11/14  14:01:41
-        Log: Subject: tiny typo in perl5db.pl
-             From: "Konovalov, Vadim" <vkonovalov@lucent.com>
-             Date: Tue, 14 Nov 2000 09:29:28 +0300
-             Message-ID: <402099F49BEED211999700805FC7359F8254F7@ru0028exch01.spb.lucent.com>
-     Branch: perl
-          ! lib/perl5db.pl
-____________________________________________________________________________
-[  7680] By: jhi                                   on 2000/11/14  04:13:50
-        Log: Redo #7679 with LFs instead of CRLFs.
-     Branch: perl
-          ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm makedef.pl
-          ! perlio.c win32/Makefile win32/bin/mdelete.bat win32/config.gc
-          ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
-____________________________________________________________________________
-[  7679] By: jhi                                   on 2000/11/14  01:21:09
-        Log: Subject: [PATCH perl@7638] Get PerlIO building on Win32
-             From: Benjamin Stuhl <tiriath@yahoo.com> 
-             Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
-             Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
-     Branch: perl
-          + win32/bin/mdelete.bat
-          ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
-          ! makedef.pl perlio.c win32/Makefile win32/config.gc
-          ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
-____________________________________________________________________________
-[  7678] By: jhi                                   on 2000/11/14  01:19:20
-        Log: Fix the re extension building for Win32.
-             
-             Subject: [PATCH perl@7638] Get PerlIO building on Win32
-             From: Benjamin Stuhl <tiriath@yahoo.com> 
-             Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
-             Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
-     Branch: perl
-          + ext/re/hints/MSWin32.pl
-          ! MANIFEST
-____________________________________________________________________________
-[  7677] By: jhi                                   on 2000/11/14  01:13:54
-        Log: Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
-             From: sthoenna@efn.org
-             Date: Mon, 13 Nov 2000 14:49:40 -0800 (PST)
-             Message-Id: <200011132249.eADMnek09679@garcia.efn.org>
-     Branch: perl
-          ! doop.c pp.c toke.c utf8.c utf8.h
-____________________________________________________________________________
-[  7676] By: jhi                                   on 2000/11/13  20:23:15
-        Log: Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
-             From: Nicholas Clark <nick@ccl4.org>
-             Date: Mon, 13 Nov 2000 18:55:04 +0000
-             Message-ID: <20001113185504.J29183@plum.flirble.org>
-     Branch: perl
-          ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
-____________________________________________________________________________
-[  7675] By: nick                                  on 2000/11/13  20:21:57
-        Log: Integrate mainline ...
-     Branch: perlio
-         !> Changes MANIFEST doop.c ext/IO/IO.xs ext/IO/lib/IO/Handle.pm
-         !> ext/IO/lib/IO/Seekable.pm patchlevel.h perl.h perlio.c
-         !> perlsfio.h pod/perlfunc.pod pod/perlunicode.pod pp.c regexp.h
-         !> t/io/tell.t t/lib/io_xs.t t/op/bop.t utf8.c
-____________________________________________________________________________
-[  7674] By: jhi                                   on 2000/11/13  15:07:56
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[  7673] By: jhi                                   on 2000/11/13  14:42:42
-        Log: Remove the new two tests of lib/io_xs for now, they seem to
-             fail under perlio on some platforms.
-     Branch: perl
-          ! t/lib/io_xs.t
-____________________________________________________________________________
-[  7672] By: jhi                                   on 2000/11/13  13:57:53
-        Log: Make PerlIO_getpos() to behave like fgetpos() on return.
-     Branch: perl
-          ! perlio.c
-____________________________________________________________________________
-[  7671] By: jhi                                   on 2000/11/13  05:30:48
-        Log: Placate nervous compilers that see longer than ints switch()ing.
-     Branch: perl
-          ! utf8.c
-____________________________________________________________________________
-[  7670] By: jhi                                   on 2000/11/13  05:14:21
-        Log: fputs() does return EOF on error but here we don't care.
-     Branch: perl
-          ! perlio.c
-____________________________________________________________________________
-[  7669] By: jhi                                   on 2000/11/13  05:02:45
-        Log: Declare reg_data like reg_substr_data.
-     Branch: perl
-          ! regexp.h
-____________________________________________________________________________
-[  7668] By: jhi                                   on 2000/11/13  04:54:34
-        Log: Typos in #7667.
-     Branch: perl
-          ! perl.h
-____________________________________________________________________________
-[  7667] By: jhi                                   on 2000/11/13  04:49:49
-        Log: Cleanup messy #ifdef.
-     Branch: perl
-          ! perl.h
-____________________________________________________________________________
-[  7666] By: jhi                                   on 2000/11/13  04:17:34
-        Log: Subject: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
-             From: Nicholas Clark <nick@talking.bollo.cx>
-             Date: Sun, 12 Nov 2000 21:14:11 +0000
-             Message-Id: <E13v4S3-0000iY-00@Bagpuss.unfortu.net>
-             
-             Note: only one breakage of the two reported is fixed by this patch.
-     Branch: perl
-          ! perlio.c
-____________________________________________________________________________
-[  7665] By: jhi                                   on 2000/11/13  04:05:07
-        Log: Tweak the definition of the bit complement on UTF-8 data:
-             if none of the characters in the string are > 0xff,
-             the result is a complemented byte string, not a (UTF-8)
-             char string.  Based on the summary in
-             
-             Subject: Re: [ID 20000918.005] ~ on wide chars
-             From: sthoenna@efn.org (Yitzchak Scott-Thoennes) 
-             Date: Fri, 10 Nov 2000 09:47:15 -0800
-             Message-ID: <jSDD6gzkgi/T092yn@efn.org>
-             
-             This should give us the maximum backward (pre-char string)
-             compatibility and utf8 compatibility.  The other alternative
-             would be to limit the bit complement to be always byte only,
-             taking the least significant byte of the chars.
-     Branch: perl
-          ! doop.c pod/perlunicode.pod pp.c t/op/bop.t
-____________________________________________________________________________
-[  7664] By: jhi                                   on 2000/11/13  00:23:44
-        Log: Couple of tests from #7660 salvaged.
-     Branch: perl
-          - t/op/tell.t
-          ! MANIFEST t/io/tell.t
-____________________________________________________________________________
-[  7663] By: jhi                                   on 2000/11/13  00:02:48
-        Log: Subject: [ID 20001112.007] sfio's sftell isn't ftell
-             From: Nicholas Clark <nick@talking.bollo.cx>
-             Date: Sun, 12 Nov 2000 21:23:43 +0000
-             Message-Id: <E13v4bH-0000lN-00@Bagpuss.unfortu.net>
-     Branch: perl
-          ! perlsfio.h
-____________________________________________________________________________
-[  7662] By: jhi                                   on 2000/11/13  00:01:39
-        Log: Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
-             From: Nicholas Clark <nick@talking.bollo.cx>
-             Date: Sun, 12 Nov 2000 21:30:04 +0000
-             Message-Id: <E13v4hQ-0000mn-00@Bagpuss.unfortu.net>
-     Branch: perl
-          ! ext/IO/IO.xs ext/IO/lib/IO/Seekable.pm t/lib/io_xs.t
-____________________________________________________________________________
-[  7661] By: jhi                                   on 2000/11/12  23:57:29
-        Log: Document tell() on special streams.
-     Branch: perl
-          ! pod/perlfunc.pod
-____________________________________________________________________________
-[  7660] By: jhi                                   on 2000/11/12  23:54:22
-        Log: (Subsumed by #7664)
-     Branch: perl
-          + t/op/tell.t
-          ! MANIFEST
-____________________________________________________________________________
-[  7659] By: jhi                                   on 2000/11/12  22:55:25
-        Log: Many subdocumented return values of the IO extension now documented.
-             ungetc and write still left subdocumented.
-             
-             Subject: [PATCH] (was Re: IO::Handle::ungetc)
-             From: Nicholas Clark <nick@talking.bollo.cx>
-             Date: Sun, 12 Nov 2000 21:35:53 +0000
-             Message-ID: <20001112213552.A3034@Bagpuss.unfortu.net>
-     Branch: perl
-          ! ext/IO/lib/IO/Handle.pm
-____________________________________________________________________________
-[  7658] By: jhi                                   on 2000/11/12  21:37:06
-        Log: Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
-             From: Nicholas Clark <nick@talking.bollo.cx>
-             Date: Sun, 12 Nov 2000 20:03:22 +0000
-             Message-Id: <E13v3LV-0008Pd-00@Bagpuss.unfortu.net>
-     Branch: perl
-          ! pod/perlfunc.pod
-____________________________________________________________________________
-[  7657] By: jhi                                   on 2000/11/12  20:34:55
-        Log: Integrate perlio:
-             
-             [  7656]
-             Add aTHX_ to Perl_croak's (MULTIPLICITY et. al.)
-     Branch: perl
-         !> perlio.c
-____________________________________________________________________________
-[  7656] By: nick                                  on 2000/11/12  19:25:06
-        Log: Add aTHX_ to Perl_croak's (MULTIPLICITY et. al.)
-     Branch: perlio
-          ! perlio.c
-____________________________________________________________________________
-[  7655] By: nick                                  on 2000/11/12  19:09:41
-        Log: Integrate mainline
-     Branch: perlio
-         +> README.solaris ext/Encode/Encode/cp1006.enc
-         +> ext/Encode/Encode/cp424.enc ext/Encode/Encode/cp856.enc
-         +> ext/Encode/Encode/gsm0338.enc ext/Encode/Encode/iso8859-10.enc
-         +> ext/Encode/Encode/iso8859-13.enc
-         +> ext/Encode/Encode/iso8859-14.enc
-         +> ext/Encode/Encode/iso8859-15.enc
-         !> (integrate 34 files)
-____________________________________________________________________________
-[  7654] By: jhi                                   on 2000/11/12  19:00:22
-        Log: Add a metaconfig unit for fsync.
-     Branch: metaconfig/U/perl
-          + d_fsync.U
-____________________________________________________________________________
-[  7653] By: jhi                                   on 2000/11/12  19:00:01
-        Log: Add HAS_FSYNC, lack noticed by Nicholas Clark.
-     Branch: perl
-          ! Configure Porting/Glossary Porting/config.sh Porting/config_H
-          ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
-          ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
-          ! vos/config.ga.h win32/config.bc win32/config.gc
-          ! win32/config.vc
-____________________________________________________________________________
-[  7652] By: jhi                                   on 2000/11/11  21:12:01
-        Log: Copy the s// information of README.hpux also to the perlrun.
-     Branch: perl
-          ! README.hpux pod/perlrun.pod
-____________________________________________________________________________
-[  7651] By: jhi                                   on 2000/11/11  21:03:13
-        Log: More README.solaris updates from Andy Dougherty.
-     Branch: perl
-          ! README.solaris
-____________________________________________________________________________
-[  7650] By: jhi                                   on 2000/11/11  18:38:57
-        Log: More descriptive error for unknown perlio layers.
-             
-             Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
-             From: Dominic Dunlop <domo@computer.org> 
-             Date: Sat, 11 Nov 2000 18:20:32 +0100             
-             Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
-     Branch: perl
-          ! perlio.c pod/perldiag.pod
-____________________________________________________________________________
-[  7649] By: jhi                                   on 2000/11/11  18:37:52
-        Log: MachTen doesn't really do mmap() and munmap().
-             
-             Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
-             From: Dominic Dunlop <domo@computer.org> 
-             Date: Sat, 11 Nov 2000 18:20:32 +0100             
-             Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
-     Branch: perl
-          ! hints/machten.sh
-____________________________________________________________________________
-[  7648] By: jhi                                   on 2000/11/11  18:36:46
-        Log: Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
-             From: rspier@pobox.com (Robert Spier)
-             Date: Sat, 11 Nov 2000 12:22:15 -0500 (EST)
-             Message-ID: <14861.32839.491271.985797@rls.cx>
-     Branch: perl
-          ! Porting/Contract pod/perltoot.pod
-____________________________________________________________________________
-[  7647] By: jhi                                   on 2000/11/11  18:35:30
-        Log: Simplify the getpagesize() unit by dropping the
-             pagesize probe since it's nowadays slightly more
-             complicated because of sysconf(). (Note: if some
-             platform really needs the -lPW for getpagesize,
-             I just broke it.)
-             
-             TODO: a new pagesize unit.
-     Branch: metaconfig
-          ! U/compline/d_getpagsz.U
-____________________________________________________________________________
-[  7646] By: jhi                                   on 2000/11/11  18:33:23
-        Log: Add getpagesize() probing, on non-UNIX guess 'undef'.
-     Branch: perl
-          ! Configure Porting/Glossary Porting/config.sh Porting/config_H
-          ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
-          ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
-          ! vos/config.ga.h win32/config.bc win32/config.gc
-          ! win32/config.vc
-____________________________________________________________________________
-[  7645] By: jhi                                   on 2000/11/11  16:45:15
-        Log: Use sysconf() or getpagesize() to find out the pagesize.
-     Branch: perl
-          ! perlio.c
-____________________________________________________________________________
-[  7644] By: jhi                                   on 2000/11/11  15:46:08
-        Log: Integrate perlio:
-             
-             [  7641]
-             Fixup mmap layer by doing mmap() calls on pagesize boundaries.
-             Also call "Buf" layer directly when unread'ing non-read chars.
-     Branch: perl
-         !> perlio.c
-____________________________________________________________________________
-[  7643] By: jhi                                   on 2000/11/11  15:33:36
-        Log: Subject: Re: [PATCH] README.solaris
-             From: Lupe Christoph <lupe@lupe-christoph.de>
-             Date: Sat, 11 Nov 2000 14:08:10 +0100
-             Message-ID: <20001111140810.C10394@alanya.lupe-christoph.de>
-     Branch: perl
-          ! README.solaris
-____________________________________________________________________________
-[  7642] By: jhi                                   on 2000/11/11  15:22:12
-        Log: Subject: [PATCH perl@7638] cygwin port
-             From: "Eric Fifer" <egf7@columbia.edu>            
-             Date: Fri, 10 Nov 2000 19:30:30 -0000
-             Message-ID: <000001c04b4c$b96b7980$243670c2@fifer>
-     Branch: perl
-          ! README.cygwin lib/ExtUtils/MM_Cygwin.pm
-____________________________________________________________________________
-[  7641] By: nick                                  on 2000/11/11  14:50:36
-        Log: Fixup mmap layer by doing mmap() calls on pagesize boundaries.
-             Also call "Buf" layer directly when unread'ing non-read chars.
-     Branch: perlio
-          ! perlio.c
-____________________________________________________________________________
-[  7640] By: jhi                                   on 2000/11/11  02:05:02
-        Log: Add more encoding tables.
-     Branch: perl
-          + ext/Encode/Encode/cp1006.enc ext/Encode/Encode/cp424.enc
-          + ext/Encode/Encode/cp856.enc ext/Encode/Encode/gsm0338.enc
-          + ext/Encode/Encode/iso8859-10.enc
-          + ext/Encode/Encode/iso8859-13.enc
-          + ext/Encode/Encode/iso8859-14.enc
-          + ext/Encode/Encode/iso8859-15.enc
-          ! MANIFEST
-____________________________________________________________________________
-[  7639] By: jhi                                   on 2000/11/10  18:49:25
-        Log: Subject: [PATCH] README.solaris
-             From: Andy Dougherty <doughera@lafayette.edu>
-             Date: Fri, 10 Nov 2000 12:18:00 -0500 (EST)
-             Message-ID: <Pine.SOL.4.10.10011101217100.28341-100000@maxwell.phys.lafayette.edu>
-     Branch: perl
-          + README.solaris
-          ! INSTALL MANIFEST hints/solaris_2.sh pod/buildtoc.PL
-          ! pod/perl.pod pod/perltoc.pod
-____________________________________________________________________________
-[  7638] By: jhi                                   on 2000/11/10  15:04:15
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[  7637] By: jhi                                   on 2000/11/10  14:14:28
-        Log: Explain better why certain regex tests are skipped.
-             
-             Subject: Re: tests skipped: unknown reason
-             From: Lupe Christoph <lupe@lupe-christoph.de>
-             Date: Fri, 10 Nov 2000 09:08:56 +0100
-             Message-ID: <20001110090856.J785@alanya.lupe-christoph.de>
-     Branch: perl
-          ! t/op/regexp.t
-____________________________________________________________________________
-[  7636] By: nick                                  on 2000/11/10  13:40:00
-        Log: Integrate mainline.
-     Branch: perlio
-         !> emacs/cperl-mode.el ext/IO/lib/IO/Handle.pm hints/linux.sh
-         !> hints/uts.sh lib/unicode/syllables.txt perlio.c
-         !> win32/bin/search.pl
-____________________________________________________________________________
-[  7635] By: nick                                  on 2000/11/10  13:25:52
-        Log: Re-instate stdio large file support via perlio.
-     Branch: perl
-          ! perlio.c
-____________________________________________________________________________
-[  7634] By: jhi                                   on 2000/11/10  04:49:55
-        Log: Amdahl UTS hints updates.
-             
-             Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
-             From: hom00@utsglobal.com (Harold O Morris)
-             Date: Thu, 9 Nov 2000 20:02 PST
-             Message-Id: <m13u5OV-000045C@juno.uts.utsglobal.com>
-     Branch: perl
-          ! hints/uts.sh
-____________________________________________________________________________
-[  7633] By: jhi                                   on 2000/11/09  23:33:28
-        Log: Subject: [PATCH] IO::Seekable pod
-             From: Nicholas Clark <nick@talking.bollo.cx>
-             Date: Thu, 9 Nov 2000 20:29:45 +0000
-             Message-ID: <20001109202945.A10451@Bagpuss.unfortu.net>
-     Branch: perl
-          ! ext/IO/lib/IO/Handle.pm
-____________________________________________________________________________
-[  7632] By: jhi                                   on 2000/11/09  21:55:41
-        Log: Various doc oddball characters.
-             
-             Subject: [ID 20001106.004] Perl 5.6.0 bugs  
-             From: Michael Somos <somos@grail.cba.csuohio.edu>
-             Date: Mon, 6 Nov 2000 17:44:20 -0500
-             Message-Id: <200011062244.RAA28632@grail.cba.csuohio.edu>
-     Branch: perl
-          ! emacs/cperl-mode.el lib/unicode/syllables.txt
-          ! win32/bin/search.pl
-____________________________________________________________________________
-[  7631] By: jhi                                   on 2000/11/09  21:12:29
-        Log: Subject: Re: bash -c exit and linux hints 
-             From: "John P. Linderman" <jpl@research.att.com>
-             Date: Thu, 02 Nov 2000 09:37:25 -0500
-             Message-Id: <200011021437.JAA63199@raptor.research.att.com>
-     Branch: perl
-          ! hints/linux.sh
-____________________________________________________________________________
-[  7630] By: nick                                  on 2000/11/09  20:34:11
-        Log: Integrate mainline.
-     Branch: perlio
-         !> (integrate 91 files)
-____________________________________________________________________________
-[  7629] By: jhi                                   on 2000/11/09  19:46:31
-        Log: Missing dTHXs.
-             
-             Subject: RE: perl@7595 builds not on cygwin
-             From: "Eric Fifer" <egf7@columbia.edu>
-             Date: Thu, 9 Nov 2000 19:26:50 -0000
-             Message-ID: <000201c04a83$05ef1660$933570c2@fifer>
-     Branch: perl
-          ! ext/Devel/Peek/Peek.xs
-____________________________________________________________________________
-[  7628] By: jhi                                   on 2000/11/09  14:48:27
-        Log: Disable only the tests 99 and 166 for UTF-8 locales.
-     Branch: perl
-          ! t/pragma/locale.t
-____________________________________________________________________________
-[  7627] By: jhi                                   on 2000/11/09  14:40:27
-        Log: There's no =head3.
-     Branch: perl
-          ! pod/perlhack.pod
-____________________________________________________________________________
-[  7626] By: jhi                                   on 2000/11/09  13:54:26
-        Log: The generated boot_* headers are wrong.  Pickier compiler,
-             such as KAI C++ will refuse to compile the resulting perlmain.
-             
-             Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
-             From: Harri Pasanen <harri.pasanen@trema.com>
-             Date: Thu, 09 Nov 2000 14:23:28 +0100
-             Message-Id: <3A0AA550.26D548A3@trema.com>
-     Branch: perl
-          ! minimod.pl
-____________________________________________________________________________
-[  7625] By: jhi                                   on 2000/11/09  13:50:44
-        Log: Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
-             From: Prymmer/Kahn <pvhp@best.com>
-             Date: Wed, 8 Nov 2000 22:13:26 -0800 (PST)
-             Message-ID: <Pine.BSF.4.21.0011082208390.5584-100000@shell8.ba.best.com>
-             
-             All except the "cow orker" change.
-     Branch: perl
-          ! Porting/pumpkin.pod
-____________________________________________________________________________
-[  7624] By: jhi                                   on 2000/11/09  13:45:33
-        Log: Fix for
-             
-             Subject: [ID 20001109.003] Not OK: perl v5.7.0 +DEVEL7620 on PA-RISC2.0 11.00 (UNINSTALLED)
-             From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
-             Date: Thu, 09 Nov 2000 11:05:52 +0100
-             Message-Id: <20001109110452.66CF.H.M.BRAND@hccnet.nl>
-     Branch: perl
-          ! pod/perldiag.pod t/pragma/warn/pp_sys
-____________________________________________________________________________
-[  7623] By: jhi                                   on 2000/11/09  13:37:16
-        Log: Typo in an ifndef.
-             
-             Subject: Re: [PATCH 5.7.0] better messages from malloc()
-             From: Joe Smith <jms@inwap.com>         
-             Date: Thu, 09 Nov 2000 01:33:14 -0800
-             Message-Id: <3A0A6F5A.1E3969BB@inwap.com>
-     Branch: perl
-          ! malloc.c
-____________________________________________________________________________
-[  7622] By: jhi                                   on 2000/11/09  13:31:18
-        Log: Remove unused extra arguments.
-     Branch: metaconfig/U/perl
-          ! perlxv.U
-     Branch: perl
-          ! Configure config_h.SH
-____________________________________________________________________________
-[  7621] By: jhi                                   on 2000/11/09  13:16:36
-        Log: More VMS moves on environment handling, from Charles Lane.
-     Branch: perl
-          ! t/pragma/locale.t
-____________________________________________________________________________
-[  7620] By: jhi                                   on 2000/11/09  04:42:38
-        Log: Subject: patch to detect stat followed by lstat(_): [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
-             From: David Dyck <dcd@tc.fluke.com>
-             Date: Wed, 8 Nov 2000 18:36:26 -0800 (PST)
-             Message-ID: <Pine.LNX.4.30.0011081817490.177-100000@dd.tc.fluke.com>
-     Branch: perl
-          ! pp_sys.c
-____________________________________________________________________________
-[  7619] By: jhi                                   on 2000/11/09  04:36:21
-        Log: Forgot from #7618.
-     Branch: perl
-          ! lib/File/stat.pm
-____________________________________________________________________________
-[  7618] By: jhi                                   on 2000/11/09  04:28:44
-        Log: Make deleting for %ENV work for (newer versions of) VMS,
-             from Craig A. Berry.
-     Branch: perl
-          ! vms/vms.c
-____________________________________________________________________________
-[  7617] By: jhi                                   on 2000/11/09  04:25:05
-        Log: Subject: [PATCH] Class::Struct at compile time
-             From: "Casey R. Tweten" <crt@kiski.net>
-             Date: Wed, 8 Nov 2000 20:46:41 -0500 (EST)
-             Message-ID: <Pine.OSF.4.21.0011082041360.8238-100000@home.kiski.net>
-     Branch: perl
-          ! lib/Class/Struct.pm
-____________________________________________________________________________
-[  7616] By: jhi                                   on 2000/11/09  04:15:17
-        Log: Subject: [ID 20001108.013] spelling
-             From: "Todd T. Fries" <todd@fries.int.mrleng.com>
-             Date: Wed, 8 Nov 2000 18:36:42 -0600 (CST)
-             Message-Id: <200011090036.eA90agN05921@fries.int.mrleng.com>
-     Branch: perl
-          ! lib/ftp.pl
-____________________________________________________________________________
-[  7615] By: jhi                                   on 2000/11/09  04:12:42
-        Log: Subject: [PATCH: perl@7613] add Encode to VMS build and tests
-             From: Peter Prymmer <pvhp@forte.com>
-             Date: Wed, 8 Nov 2000 15:29:06 -0800 (PST)
-             Message-ID: <Pine.OSF.4.10.10011081524450.248546-100000@aspara.forte.com>
-     Branch: perl
-          ! configure.com
-____________________________________________________________________________
-[  7614] By: jhi                                   on 2000/11/08  22:42:55
-        Log: A missing aTHX_.
-     Branch: perl
-          ! ext/IPC/SysV/SysV.xs
-____________________________________________________________________________
-[  7613] By: jhi                                   on 2000/11/08  19:30:21
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[  7612] By: jhi                                   on 2000/11/08  18:35:25
-        Log: Subject: is this the appropriate patch to fix: [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
-             From: David Dyck <dcd@tc.fluke.com>
-             Date: Wed, 8 Nov 2000 10:05:44 -0800 (PST)
-             Message-ID: <Pine.LNX.4.30.0011080957440.2572-100000@dd.tc.fluke.com>
-     Branch: perl
-          ! pp_sys.c
-____________________________________________________________________________
-[  7611] By: jhi                                   on 2000/11/08  18:30:26
-        Log: Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
-             From: Dominic Dunlop <domo@computer.org>
-             Date: Tue, 7 Nov 2000 12:05:25 +0100
-             Message-Id: <p04320403b62d8e0870cf@[192.168.1.4]>
-     Branch: perl
-          ! malloc.c
-____________________________________________________________________________
-[  7610] By: jhi                                   on 2000/11/08  18:25:14
-        Log: Do not test UTF-8 locales since that the tests would require
-             polymorphic regexen.
-     Branch: perl
-          ! t/pragma/locale.t
-____________________________________________________________________________
-[  7609] By: jhi                                   on 2000/11/08  17:12:51
-        Log: Locale buglets.
-             
-             Subject: RE: Locales support (setlocale) fixes
-             From: "Konovalov, Vadim" <vkonovalov@lucent.com>
-             Date: Wed, 8 Nov 2000 20:01:39 +0300
-             Message-ID: <402099F49BEED211999700805FC7359F825283@ru0028exch01.spb.lucent.com>
-     Branch: perl
-          ! t/pragma/locale.t util.c
-____________________________________________________________________________
-[  7608] By: jhi                                   on 2000/11/08  17:00:16
-        Log: Deleting $ENV{PATH} in VMS is not recommendable.
-     Branch: perl
-          ! t/pragma/locale.t
-____________________________________________________________________________
-[  7607] By: jhi                                   on 2000/11/08  16:58:26
-        Log: Subject: PATCH std stdio for (Free)BSD
-             From: Nicholas Clark <nick@ccl4.org>
-             Date: Wed, 8 Nov 2000 15:36:29 +0000
-             Message-ID: <20001108153629.D98736@plum.flirble.org>
-     Branch: metaconfig
-          ! U/compline/d_stdstdio.U
-     Branch: perl
-          ! Configure config_h.SH
-____________________________________________________________________________
-[  7606] By: jhi                                   on 2000/11/08  16:43:31
-        Log: Forgot to bump the line numbers in #7601.
-     Branch: perl
-          ! t/pragma/warn/pp_sys
-____________________________________________________________________________
-[  7605] By: jhi                                   on 2000/11/08  16:39:12
-        Log: More careful detection of how well NVs and UVs mix.
-             
-             Subject: [PATCH] Re: NV preserving UV (wasRe: [ID 20001007.002] Not OK: perl v5.7.0 +DEVEL7158 on armv4l-linux-64int 2.2.17-rmk1 (UNINSTALLED))
-             From: Nicholas Clark <nick@ccl4.org>
-             Date: Wed, 8 Nov 2000 15:14:12 +0000
-             Message-ID: <20001108151412.B98736@plum.flirble.org>
-             
-             Added some SIGFPE paranoia.
-     Branch: metaconfig/U/perl
-          ! perlxv.U
-     Branch: perl
-          ! Configure config_h.SH
-____________________________________________________________________________
-[  7604] By: jhi                                   on 2000/11/08  14:39:10
-        Log: Subject: [patch perl@7595] VMS configure.com tweak
-             From: "Craig A. Berry" <craigberry@mac.com>
-             Date: Wed, 8 Nov 2000 00:24:12 -0600
-             Message-Id: <p04330103b62e879ceeff@[192.168.56.177]>
-     Branch: perl
-          ! configure.com
-____________________________________________________________________________
-[  7603] By: jhi                                   on 2000/11/08  14:27:11
-        Log: Subject: [PATCH @7595] int/ptr casts in perlio.c
-             From: Robin Barker <rmb1@cise.npl.co.uk>
-             Date: Wed, 8 Nov 2000 11:11:39 GMT
-             Message-Id: <200011081111.LAA07377@tempest.npl.co.uk>
-     Branch: perl
-          ! perlio.c
-____________________________________________________________________________
-[  7602] By: jhi                                   on 2000/11/08  14:25:03
-        Log: Fix for the tie-refhash string table leaks.
-             
-             From: Nick Ing-Simmons <nik@tiuk.ti.com> 
-             Date: Wed, 8 Nov 2000 13:03:04 GMT
-             Message-Id: <200011081303.NAA07042@mikado.tiuk.ti.com>
-     Branch: perl
-          ! t/lib/tie-refhash.t
-____________________________________________________________________________
-[  7601] By: jhi                                   on 2000/11/08  14:21:08
-        Log: Try to avoid flockless and emulationless places.
-     Branch: perl
-          ! t/pragma/warn/pp_sys
-____________________________________________________________________________
-[  7600] By: jhi                                   on 2000/11/08  02:28:54
-        Log: Overrideable keys, each, pop, push, shift, splice, unshift.
-             
-             Subject: [PATCH] prototyped functions that should be overrideable
-             From: "Casey R. Tweten" <crt@kiski.net>
-             Date: Fri, 3 Nov 2000 11:09:12 -0500 (EST)
-             Message-ID: <Pine.OSF.4.21.0011031100470.17471-100000@home.kiski.net>
-     Branch: perl
-          ! toke.c
-____________________________________________________________________________
-[  7599] By: jhi                                   on 2000/11/08  01:12:05
-        Log: Make perlbug not insist on dumping to a file when stdout isn't a tty.
-             
-             Subject: [PATCH] perlbug.PL
-             From: "Kurt D. Starsinic" <kstar@chapin.edu>
-             Date: Mon, 6 Nov 2000 21:39:01 -0500
-             Message-ID: <20001106213901.B20955@O2.chapin.edu>
-     Branch: perl
-          ! utils/perlbug.PL
-____________________________________________________________________________
-[  7598] By: jhi                                   on 2000/11/07  23:42:00
-        Log: Bad thinko in #7581 (I used the test program with the expanded
-             values as-is).
-     Branch: metaconfig
-          ! U/compline/d_stdstdio.U
-     Branch: perl
-          ! Configure
-____________________________________________________________________________
-[  7597] By: jhi                                   on 2000/11/07  21:43:29
-        Log: Subject: [PATCH perl@7573] cygwin port
-             From: "Fifer, Eric" <EFifer@sanwaint.com>
-             Date: Tue, 7 Nov 2000 18:08:51 -0000 
-             Message-ID: <779F20BCCE5AD31186A50008C75D99791717BB@silldn_mail1.sanwaint.com>
-             
-             Synchronize with Cygwin 1.1.5.
-     Branch: perl
-          ! AUTHORS README.cygwin cygwin/cygwin.c hints/cygwin.sh mg.c
-          ! pod/perlport.pod unixish.h util.c
-____________________________________________________________________________
-[  7596] By: jhi                                   on 2000/11/07  21:39:25
-        Log: perlhack updates from H.Merijn Brand.
-     Branch: perl
-          ! pod/perlhack.pod
-____________________________________________________________________________
-[  7595] By: jhi                                   on 2000/11/07  20:21:41
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[  7594] By: jhi                                   on 2000/11/07  19:18:58
-        Log: Be more robust in Dynaloader.pm.
-     Branch: perl
-          ! ext/DynaLoader/DynaLoader_pm.PL
-____________________________________________________________________________
-[  7593] By: jhi                                   on 2000/11/07  16:49:31
-        Log: AUTHORS update.
-     Branch: perl
-          ! AUTHORS
-____________________________________________________________________________
-[  7592] By: gsar                                  on 2000/11/07  16:39:51
-        Log: normalize relative paths in virtualized current directory on windows,
-             under ithreads (avoids ".." etc showing up in what Cwd::cwd()
-             returns)
-     Branch: perl
-          ! win32/vdir.h
-____________________________________________________________________________
-[  7591] By: jhi                                   on 2000/11/07  16:04:26
-        Log: Too profiler-happy: with optimization the #7590 actually makes
-             the test to run 0.5% _slower_.  Requires much more instrumentation.
-             Retract #7590.
-     Branch: perl
-          ! regcomp.c regcomp.h
-____________________________________________________________________________
-[  7590] By: jhi                                   on 2000/11/07  15:51:13
-        Log: Shave off about 5% (Digital UNIX, -g, pixie) of the op/regexp
-             execution time in regcomp.c S_cl_any() and S_cl_is_anything()
-             by using memset() and testing bytewise (as opposed to bitwise).
-     Branch: perl
-          ! regcomp.c regcomp.h
-____________________________________________________________________________
-[  7589] By: jhi                                   on 2000/11/07  12:56:39
-        Log: Subject: [PATCH perl@7573] configure.com and st-lock.t changes for   
-             From: "Craig A. Berry" <craig.berry@psinetcs.com>
-             Date: Mon, 06 Nov 2000 23:45:30 -0500
-             Message-Id: <0011079735.AA973576259@univpress.com>
-     Branch: perl
-          ! configure.com t/lib/st-lock.t
-____________________________________________________________________________
-[  7588] By: jhi                                   on 2000/11/07  01:03:28
-        Log: Tweak #7587.
-     Branch: perl
-          ! pod/perldiag.pod
-____________________________________________________________________________
-[  7587] By: jhi                                   on 2000/11/07  01:00:27
-        Log: A doc addition for bug id 20001105.019, beware \p.
-     Branch: perl
-          ! pod/perldiag.pod
-____________________________________________________________________________
-[  7586] By: jhi                                   on 2000/11/07  00:32:22
-        Log: Fake support of holey files in win/dosish platforms.
-             
-             Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
-             From: kipp@shonanblue.ne.jp
-             Date: Mon, 6 Nov 2000 13:30:55 -0800
-             Message-Id: <200011062130.eA6LUpZ17387@smtp3.ActiveState.com>
-     Branch: perl
-          ! ext/SDBM_File/sdbm/sdbm.c
-____________________________________________________________________________
-[  7585] By: jhi                                   on 2000/11/07  00:12:54
-        Log: Subject: Pod updates
-             From: "Stephen P. Potter" <spp@spotter.yi.org>
-             Date: Mon, 06 Nov 2000 18:56:43 -0500
-             Message-Id: <200011062357.SAA18173@spotter.yi.org>
-     Branch: perl
-          ! README.dos README.os2 README.win32 pod/buildtoc.PL
-          ! pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
-          ! pod/perl56delta.pod pod/perldebguts.pod pod/perldebtut.pod
-          ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
-          ! pod/perlembed.pod pod/perlfaq.pod pod/perlfaq1.pod
-          ! pod/perlfaq2.pod pod/perlfaq5.pod pod/perlfaq7.pod
-          ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
-          ! pod/perlguts.pod pod/perlhack.pod pod/perlhist.pod
-          ! pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
-          ! pod/perlmodlib.pod pod/perlnumber.pod pod/perlop.pod
-          ! pod/perlopentut.pod pod/perlport.pod pod/perlre.pod
-          ! pod/perlsub.pod pod/perltie.pod pod/perltoot.pod
-          ! pod/perltootc.pod pod/perlunicode.pod
-____________________________________________________________________________
-[  7584] By: jhi                                   on 2000/11/07  00:04:17
-        Log: Varargs don't always work too well if one puts an unsigned
-             char on the stack and pop an unsigned quad off the stack.
-             
-             Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
-             From: sthoenna@efn.org (Yitzchak Scott-Thoennes)         
-             Date: Mon, 06 Nov 2000 15:19:05 -0800
-             Message-ID: <pxzB6gzkgKXY092yn@efn.org>  
-     Branch: perl
-          ! utf8.c
-____________________________________________________________________________
-[  7583] By: jhi                                   on 2000/11/06  23:58:48
-        Log: %ENV note tweaks from Dan Sugalski.
-     Branch: perl
-          ! pod/perlport.pod vms/perlvms.pod
-____________________________________________________________________________
-[  7582] By: jhi                                   on 2000/11/06  23:05:49
-        Log: glibc5 detection by __GNU_LIBRARY__.
-     Branch: perl
-          ! toke.c
-____________________________________________________________________________
-[  7581] By: jhi                                   on 2000/11/06  22:51:29
-        Log: Make the stdio test program of 7427 less noisy while being        
-             compiled so that Digital UNIX wouldn't get both
-             d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
-             undefined.  This makes perlio happy.
-     Branch: metaconfig
-          ! U/compline/d_stdstdio.U
-     Branch: perl
-          ! Configure config_h.SH
-____________________________________________________________________________
-[  7580] By: jhi                                   on 2000/11/06  22:41:41
-        Log: Document %ENV = () portability issues.
-     Branch: perl
-          ! pod/perlport.pod vms/perlvms.pod
-____________________________________________________________________________
-[  7579] By: jhi                                   on 2000/11/06  21:29:24
-        Log: VOS updates from Paul Green.
-     Branch: perl
-          ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
-____________________________________________________________________________
-[  7578] By: jhi                                   on 2000/11/06  21:00:40
-        Log: Sanitize the environment further.
-     Branch: perl
-          ! t/pragma/locale.t
-____________________________________________________________________________
-[  7577] By: jhi                                   on 2000/11/06  20:53:51
-        Log: Re-introduce 7552 lost in integration.
-     Branch: perl
-          ! perlio.c
-____________________________________________________________________________
-[  7576] By: jhi                                   on 2000/11/06  20:33:46
-        Log: Admit that the test leaks scalars.
-     Branch: perl
-          ! t/comp/proto.t
-____________________________________________________________________________
-[  7575] By: jhi                                   on 2000/11/06  20:17:08
-        Log: Integrate perlio:
-             
-             [  7574]
-             Remove debug. Try (Mmap_t) on madvise() call.
-     Branch: perl
-         !> perlio.c
-____________________________________________________________________________
-[  7574] By: nick                                  on 2000/11/06  20:07:28
-        Log: Remove debug. Try (Mmap_t) on madvise() call.
-     Branch: perlio
-          ! perlio.c
-____________________________________________________________________________
-[  7573] By: jhi                                   on 2000/11/06  13:56:05
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[  7572] By: jhi                                   on 2000/11/06  13:48:41
-        Log: Subject: Re: rsync'ed patches vs. rsync'ed source
-             From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
-             Date: Mon, 06 Nov 2000 10:11:42 +0100
-             Message-Id: <20001106100920.9BAD.H.M.BRAND@hccnet.nl>
-     Branch: perl
-          ! pod/perlhack.pod
-____________________________________________________________________________
-[  7571] By: jhi                                   on 2000/11/06  01:45:51
-        Log: AUTHORS updates.
-     Branch: perl
-          ! AUTHORS
-____________________________________________________________________________
-[  7570] By: jhi                                   on 2000/11/06  00:18:00
-        Log: Fix for
-             
-             Subject: [ID 20000728.005] perl -P broken
-             From: David Dyck <dcd@tc.fluke.com>
-             Date: Fri, 28 Jul 2000 17:19:16 -0700
-             Message-Id: <200007290019.RAA08484@dd.tc.fluke.com>
-             
-             (hopefully).  The fix is also not complete, it seems to break
-             BOM swallowing for libc5 systems, but until someone figures
-             out a way to do this without ftell(), this will do.
-     Branch: perl
-          ! toke.c
-____________________________________________________________________________
-[  7569] By: jhi                                   on 2000/11/06  00:05:30
-        Log: Document that the evaled syntax errors cause scalar leaks.
-     Branch: perl
-          ! t/comp/proto.t
-____________________________________________________________________________
-[  7568] By: jhi                                   on 2000/11/05  23:14:47
-        Log: opmini.o can linger from Configures past.
-     Branch: perl
-          ! Makefile.SH
-____________________________________________________________________________
-[  7567] By: jhi                                   on 2000/11/05  21:28:39
-        Log: Fake __FUNCTION__ for non-gcc builds, cast madvise()
-             first argument correctly.
-     Branch: perl
-          ! perlio.c
-____________________________________________________________________________
-[  7566] By: jhi                                   on 2000/11/05  21:15:56
-        Log: Integrate perlio:
-             
-             [  7564]
-             Added a mmap layer as a "subclass" of perlio.
-             PERLIO=mmap ./perl harness passes
-     Branch: perl
-         !> perlio.c
-____________________________________________________________________________
-[  7565] By: jhi                                   on 2000/11/05  21:15:13
-        Log: Use -dM for gcc (the suggested patch did it only for Linux,
-             but I think it can be generalized).
-             
-             Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
-             From: Pixel <pixel@mandrakesoft.com>
-             Date: 05 Nov 2000 21:49:34 +0100 
-             Message-ID: <ly8zqygn4x.fsf@leia.mandrakesoft.com>
-     Branch: perl
-          ! ext/Errno/Errno_pm.PL
-____________________________________________________________________________
-[  7564] By: nick                                  on 2000/11/05  21:09:18
-        Log: Added a mmap layer as a "subclass" of perlio.
-             PERLIO=mmap ./perl harness passes
-     Branch: perlio
-          ! perlio.c
-____________________________________________________________________________
-[  7563] By: jhi                                   on 2000/11/05  19:48:55
-        Log: Add a note for future generations about bug id 20000229.006.
-     Branch: perl
-          ! malloc.c
-____________________________________________________________________________
-[  7562] By: jhi                                   on 2000/11/05  19:38:24
-        Log: Fix for bug id 19990615.008, pos() unset during s///ge.
-     Branch: perl
-          ! pp_ctl.c t/op/pos.t
-____________________________________________________________________________
-[  7561] By: jhi                                   on 2000/11/05  18:21:46
-        Log: Add =pod to be tidy.
-     Branch: perl
-          ! lib/Math/Complex.pm
-____________________________________________________________________________
-[  7560] By: jhi                                   on 2000/11/05  17:38:46
-        Log: Upgrade to Storable 1.0.6, from Raphael Manfredi.
-     Branch: perl
-          ! ext/Storable/ChangeLog ext/Storable/Storable.pm
-          ! ext/Storable/Storable.xs t/lib/st-recurse.t
-____________________________________________________________________________
-[  7559] By: jhi                                   on 2000/11/05  17:32:59
-        Log: Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
-             From: "Peter J. Farley III" <pjfarley@banet.net>
-             Date: Sun, 05 Nov 2000 11:55:59 -0500
-             Message-Id: <4.3.1.0.20001105115341.00b35160@pop5.banet.net> 
-     Branch: perl
-          ! t/lib/syslog.t
-____________________________________________________________________________
-[  7558] By: jhi                                   on 2000/11/05  17:29:19
-        Log: Integrate perlio:
-             
-             [  7555]
-             Fix read from STDERR on raw unix layer for Solaris where fd 2 is
-             open RDWR so does not fail. (pragma/warnings 303 again...)
-             
-             [  7554]
-             Fix case where ungetc(f,EOF) was allowed.
-             Move PerlIO_ungetc() near PerlIO_putc()/PerlIO_getc() in the file
-             so we can see similarities.
-             Use types more carefully and a STDCHAR array in hope that this will
-             fix Jarkko's 64bit machine.
-     Branch: perl
-         !> perlio.c
-____________________________________________________________________________
-[  7557] By: jhi                                   on 2000/11/05  17:22:01
-        Log: A fix of sorts for 20000329.026, a better error message
-             for a missing "use charnames" when using the \N{...}. 
-     Branch: perl
-          ! pod/perldiag.pod toke.c
-____________________________________________________________________________
-[  7556] By: jhi                                   on 2000/11/05  16:33:50
-        Log: Test tweak: show also the failed locales.
-             
-             Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8  
-             From: Lupe Christoph <lupe@lupe-christoph.de>         
-             Date: Sun, 5 Nov 2000 12:39:27 +0100 (MET)
-             Message-Id: <200011051139.MAA12442@lupe-christoph.de>
-     Branch: perl
-          ! t/pragma/locale.t
-____________________________________________________________________________
-[  7555] By: nick                                  on 2000/11/05  11:09:34
-        Log: Fix read from STDERR on raw unix layer for Solaris where fd 2 is
-             open RDWR so does not fail. (pragma/warnings 303 again...)
-     Branch: perlio
-          ! perlio.c
-____________________________________________________________________________
-[  7554] By: nick                                  on 2000/11/05  10:10:13
-        Log: Fix case where ungetc(f,EOF) was allowed.
-             Move PerlIO_ungetc() near PerlIO_putc()/PerlIO_getc() in the file
-             so we can see similarities.
-             Use types more carefully and a STDCHAR array in hope that this will
-             fix Jarkko's 64bit machine.
-     Branch: perlio
-          ! perlio.c
-____________________________________________________________________________
-[  7553] By: jhi                                   on 2000/11/05  01:12:16
-        Log: Fix for
-             
-             Subject: [ID 20001004.007] taint propogation is inconsistent
-             From: pimlott@idiomtech.com (Andrew Pimlott) 
-             Date: Wed, 4 Oct 2000 23:17:44 -0400 (EDT)
-             Message-Id: <m13h1XU-000SEmC@nolfolan.idiomtech.com>
-             
-             The culprit was sv_setsv() which was rather blindly
-             propagating taint, which lead to behaviour where if
-             a tainted anon hash value was seen all the hash values
-             from then on at that level became tainted, or at any
-             upper levels in the case of nested anon hashes.
-     Branch: perl
-          ! sv.c t/op/taint.t
-____________________________________________________________________________
-[  7552] By: jhi                                   on 2000/11/04  23:44:18
-        Log: Some cpps don't like splitting conditionals across several lines.
-     Branch: perl
-          ! perlio.c
-____________________________________________________________________________
-[  7551] By: nick                                  on 2000/11/04  23:40:44
-        Log: Integrate mainline
-     Branch: perlio
-         !> pp_hot.c t/op/taint.t
-____________________________________________________________________________
-[  7550] By: nick                                  on 2000/11/04  23:39:05
-        Log: Integrate mainline again
-     Branch: perlio
-         !> Configure config_h.SH embed.h embed.pl perl.h proto.h
-         !> t/lib/b.t t/op/misc.t util.c
-____________________________________________________________________________
-[  7549] By: jhi                                   on 2000/11/04  23:14:01
-        Log: Fix for
-             
-             Subject: [ID 20001004.006] undef is never tainted
-             From: pimlott@idiomtech.com (Andrew Pimlott)
-             Date: Wed, 4 Oct 2000 21:57:43 -0400 (EDT)
-             Message-Id: <m13h0I3-000SEmC@nolfolan.idiomtech.com>
-             
-             An undef read from a slurped file was not tainted.
-     Branch: perl
-          ! pp_hot.c t/op/taint.t
-____________________________________________________________________________
-[  7548] By: jhi                                   on 2000/11/04  22:56:21
-        Log: Test tweak ($Config{useperlio} is by default undef) .
-     Branch: perl
-          ! t/lib/b.t
-____________________________________________________________________________
-[  7547] By: jhi                                   on 2000/11/04  22:43:56
-        Log: Integrate perlio:
-             
-             [  7539]
-             PerlIO infrastructure complete.
-             
-             [  7538]
-             Type tweaks + less contorted allocation scheme
-             
-             [  7537]
-             Fix for stdio as default "discipline" - PerlIO_init() was fdopen(2,"w")'ing
-             a fresh FILE * rather than re-using stderr. Which meant PerlIO_stderr() was
-             fully buffered rather than unbuffered (on Solaris, Linux seemed to do something
-             sensible) which lead to some interesting fails.
-             
-             [  7535]
-             Implement stack of layers - (perlio.c _is_ derived from the old file honest...)
-             - Works on Linux with
-             perlio + unix
-             stdio
-             - Works on Solaris with
-             perlio + unix
-             - Fails ONE test (print to STDIN should fail) on Solaris with stdio.
-             - Fails (hangs in openpid) if you try and stack
-             perlio + stdio - Linux stdio's read() logic is hanging.
-             
-             [  7492]
-             Change files which are mysteriously different to mainline to be
-             copies of mainline.
-             
-             [  7491]
-             Perlio fixes discovered on big-endian & very traditional Solaris:
-             - typo in endian code in putc.
-             - Don't allow read of write-only files and vice-versa
-             - and off-by-one in flush-all loop.
-             Remove debug calls as they were using GCC specific features.
-             
-             [  7484]
-             PerlIO passes all tests.
-             
-             [  7482]
-             Include <unistd.h> to get correct lseek() prototype etc.
-             (I thought perl.h did that) - down to two fails
-             - comp/require.t (last test)
-             - lib/io_xs.t - possibly import/export of FILE * ?
-             
-             [  7480]
-             Fixed two bugs:
-             - error code not being set on close (of broken pipe)
-             - append mode was truncating.
-             At least one seek/tell bug remains.
-             
-             [  7479]
-             Prototype (stdio-like) PerlIO passing basic tests. Checked in
-             in case of accidents. Still several worrying fails, no line disciplines yet.
-     Branch: perl
-         +> lib/perlio.pm
-         !> MANIFEST iperlsys.h objXSUB.h perlapi.c perlio.c
-         !> pod/perlapi.pod t/lib/b.t
-____________________________________________________________________________
-[  7546] By: jhi                                   on 2000/11/04  22:40:59
-        Log: Configure would use a bad $myuname from an old config.sh.
-             
-             Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
-             From: Andy Dougherty <doughera@lafayette.edu>
-             Date: Sat, 4 Nov 2000 14:15:29 -0500 (EST)
-             Message-ID: <Pine.SOL.4.10.10011041410120.982-100000@maxwell.phys.lafayette.edu>
-     Branch: metaconfig
-          ! U/modified/Oldconfig.U
-     Branch: perl
-          ! Configure config_h.SH
-____________________________________________________________________________
-[  7545] By: jhi                                   on 2000/11/04  22:36:54
-        Log: Subject: Locales support (setlocale) fixes
-             From: "Konovalov, Vadim" <vkonovalov@lucent.com>
-             Date: Sat, 4 Nov 2000 10:15:48 +0300 
-             Message-ID: <402099F49BEED211999700805FC7359F82511F@ru0028exch01.spb.lucent.com>
-             
-             Modified quite a bit to be more portable.
-     Branch: perl
-          ! embed.h embed.pl perl.h proto.h util.c
-____________________________________________________________________________
-[  7544] By: jhi                                   on 2000/11/04  22:32:47
-        Log: Dying is too strict here, better just skip.
-     Branch: perl
-          ! t/op/misc.t
-____________________________________________________________________________
-[  7543] By: nick                                  on 2000/11/04  21:55:13
-        Log: Merge mainline
-     Branch: perlio
-         +> ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
-         +> ext/Encode/Encode/posix-bc.enc ext/re/hints/aix.pl
-         +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
-         !> (integrate 64 files)
-____________________________________________________________________________
-[  7542] By: jhi                                   on 2000/11/04  21:09:28
-        Log: More Changes tweakery.
-     Branch: perl
-          ! Changes Porting/genlog
-____________________________________________________________________________
-[  7541] By: jhi                                   on 2000/11/04  20:58:18
-        Log: Changes fixups.
-     Branch: perl
-          ! Changes
-____________________________________________________________________________
-[  7540] By: jhi                                   on 2000/11/04  20:42:38
-        Log: Locale tweakery.  Add test case for bug id 20000809.003 to op/misc,
-             create a "fast path" for locale name probing using "locale -a"
-             if available, squash finally hopefully the s?printf resetting
-             the numeric locale (since, IIUC perllocale, it never shouldn't). 
-     Branch: perl
-          ! sv.c t/op/misc.t t/pragma/locale.t
-____________________________________________________________________________
-[  7539] By: nick                                  on 2000/11/04  19:56:10
-        Log: PerlIO infrastructure complete.
-     Branch: perlio
-          + lib/perlio.pm
-          ! MANIFEST iperlsys.h perlio.c t/lib/b.t
-____________________________________________________________________________
-[  7538] By: nick                                  on 2000/11/04  14:31:32
-        Log: Type tweaks + less contorted allocation scheme
-     Branch: perlio
-          ! perlio.c
-____________________________________________________________________________
-[  7537] By: nick                                  on 2000/11/04  12:40:42
-        Log: Fix for stdio as default "discipline" - PerlIO_init() was fdopen(2,"w")'ing
-             a fresh FILE * rather than re-using stderr. Which meant PerlIO_stderr() was
-             fully buffered rather than unbuffered (on Solaris, Linux seemed to do something
-             sensible) which lead to some interesting fails.
-     Branch: perlio
-          ! perlio.c
-____________________________________________________________________________
-[  7536] By: jhi                                   on 2000/11/04  00:20:02
-        Log: Add FCNTL_CAN_LOCK.
-             
-             Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
-             From: Andy Dougherty <doughera@lafayette.edu>
-             Date: Fri, 3 Nov 2000 15:32:14 -0500 (EST)
-             Message-ID: <Pine.SOL.4.10.10011031528090.29-100000@maxwell.phys.lafayette.edu>
-             
-             Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
-             From: Andy Dougherty <doughera@lafayette.edu>
-             In-Reply-To: <4.3.1.0.20001031222203.00b24b20@pop5.banet.net>
-             Message-ID: <Pine.SOL.4.10.10011031532170.29-100000@maxwell.phys.lafayette.edu>
-     Branch: metaconfig/U/perl
-          + d_fcntl_can_lock.U
-          ! startperl.U
-     Branch: perl
-          ! Configure Porting/Glossary Porting/config.sh Porting/config_H
-          ! config_h.SH epoc/config.sh pp_sys.c uconfig.h uconfig.sh
-          ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
-          ! vos/config.ga.h win32/config.bc win32/config.gc
-          ! win32/config.vc
-____________________________________________________________________________
-[  7535] By: nick                                  on 2000/11/03  22:19:10
-        Log: Implement stack of layers - (perlio.c _is_ derived from the old file honest...)
-             - Works on Linux with
-             perlio + unix
-             stdio
-             - Works on Solaris with
-             perlio + unix
-             - Fails ONE test (print to STDIN should fail) on Solaris with stdio.
-             - Fails (hangs in openpid) if you try and stack
-             perlio + stdio - Linux stdio's read() logic is hanging.
-     Branch: perlio
-          ! iperlsys.h perlio.c
-____________________________________________________________________________
-[  7534] By: jhi                                   on 2000/11/03  15:16:02
-        Log: Subject: Re: README.aix
-             From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
-             Date: Fri, 03 Nov 2000 16:03:15 +0100
-             Message-Id: <20001103151040.95C6.H.M.BRAND@hccnet.nl>
-     Branch: perl
-          ! README.aix
-____________________________________________________________________________
-[  7533] By: jhi                                   on 2000/11/03  03:59:02
-        Log: Subject: [PATCH 5.7.0] better messages from malloc()
-             From: Ilya Zakharevich <ilya@math.ohio-state.edu>
-             Date: Wed, 1 Nov 2000 23:39:56 -0500
-             Message-ID: <20001101233956.A520@monk.mps.ohio-state.edu>
-     Branch: perl
-          ! malloc.c pod/perldiag.pod
-____________________________________________________________________________
-[  7532] By: jhi                                   on 2000/11/03  00:11:56
-        Log: The #7521 touched things it shouldn't have.
-     Branch: perl
-          ! ext/POSIX/POSIX.xs ext/POSIX/typemap
-____________________________________________________________________________
-[  7531] By: jhi                                   on 2000/11/02  22:32:33
-        Log: Subject:  [PATCH] Perl@7504, vms/gen_shrfls.pl
-             From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
-             Date:     Thu, 2 Nov 2000 16:58:36 EST
-             Message-Id: <001102165758.31020@DUPHY4.Physics.Drexel.Edu>
-     Branch: perl
-          ! vms/gen_shrfls.pl
-____________________________________________________________________________
-[  7530] By: jhi                                   on 2000/11/02  22:08:49
-        Log: Fix the problem discussed in
-             
-             Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
-             Date: Mon, 16 Oct 2000 04:48:59 +0300 (EET DST) 
-             Message-Id: <200010160148.EAA14523@alpha.hut.fi> 
-             
-             originally from Linc Madison.  Also Andreas König's comments
-             taken into account.  Some other problems with Tie::SubstrHash
-             fixed: didn't croak when the table exceeded the requested number
-             of entries (as documented) but instead when the number of entries
-             exceeded the size of the table, a croak() had an unnecessary \n,
-             didn't have a CLEAR method, documented that there is no exists().
-             Didn't fix to be strict-proof because the module uses &foo; and
-             dynamic scope.  Added a test script exercizing both first tamely 
-             the basic functionality, and then the failure cases reported by
-             Linc Madison.
-     Branch: perl
-          + t/lib/tie-substrhash.t
-          ! MANIFEST lib/Tie/SubstrHash.pm
-____________________________________________________________________________
-[  7529] By: jhi                                   on 2000/11/02  17:58:08
-        Log: recv() can fail and return undef.
-             
-             Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable    
-             From: "Alexey V. Barantsev" <barancev@kazbek.ispras.ru>
-             Date: Thu, 2 Nov 2000 20:12:20 +0300
-             Message-Id: <200011021712.UAA07919@dallas.kazbek.ispras.ru>
-     Branch: perl
-          ! lib/Net/Ping.pm
-____________________________________________________________________________
-[  7528] By: jhi                                   on 2000/11/02  17:49:09
-        Log: Detpyo.
-     Branch: perl
-          ! pod/perlop.pod
-____________________________________________________________________________
-[  7527] By: jhi                                   on 2000/11/02  15:48:37
-        Log: Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
-             fix a autovivification bug in Tie::RefHash, add tests for both.
-             
-             Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
-             From: Edward Avis <epa98@doc.ic.ac.uk>
-             Date: Thu, 2 Nov 2000 15:24:30 +0000 (GMT)
-             Message-ID: <Pine.LNX.4.21.0011021516010.8344-100000@texel03.doc.ic.ac.uk>
-     Branch: perl
-          + t/lib/tie-refhash.t
-          ! MANIFEST lib/Tie/RefHash.pm
-____________________________________________________________________________
-[  7526] By: jhi                                   on 2000/11/02  13:56:26
-        Log: Test::Harness revealed buglets in the new DynaLoader.
-             
-             Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
-             From: andreas.koenig@anima.de (Andreas J. Koenig)
-             Date: 02 Nov 2000 11:26:48 +0100 
-             Message-Id: <m3vgu6k6tz.fsf@ak-71.mind.de>
-     Branch: perl
-          ! ext/DynaLoader/DynaLoader_pm.PL
-____________________________________________________________________________
-[  7525] By: jhi                                   on 2000/11/01  23:52:08
-        Log: The entry for #7503 was missing.
-     Branch: perl
-          ! Changes
-____________________________________________________________________________
-[  7524] By: jhi                                   on 2000/11/01  23:40:52
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[  7523] By: jhi                                   on 2000/11/01  22:57:09
-        Log: More tweaking on the #7522 theme.
-     Branch: perl
-          ! ext/DynaLoader/DynaLoader_pm.PL
-____________________________________________________________________________
-[  7522] By: jhi                                   on 2000/11/01  22:06:15
-        Log: Expand %Config variables and %ENV variables only if
-             so requested during build time using the
-             PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
-             Not expanding makes relocating distributions easier.
-     Branch: perl
-          ! ext/DynaLoader/DynaLoader_pm.PL
-____________________________________________________________________________
-[  7521] By: jhi                                   on 2000/11/01  20:56:34
-        Log: Make the POSIX::setuid and POSIX::setgid to really call setuid()
-             and setgid() because they were just changing $< and $( which means
-             only changing the real uid/gid, as opposed to changing both
-             real and effective ids.  (The alternative way could have been
-             in POSIX.pm to change $> and $), too, but making a direct call
-             to the C API feels cleaner.)  Fixes the bug
-             
-             Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
-             From: "Garry T. Williams" <garry@zvolve.com>
-             Date: Mon, 4 Sep 2000 12:09:44 -0400 (EDT)
-             Message-Id: <200009041609.e84G9iN12155@ifr.inside.zvolve.net>
-     Branch: perl
-          ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
-          ! ext/POSIX/typemap pod/perlvar.pod
-____________________________________________________________________________
-[  7520] By: jhi                                   on 2000/11/01  20:08:33
-        Log: Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
-             From: "Garry T. Williams" <garry@zvolve.com>
-             Date: Mon, 4 Sep 2000 11:32:38 -0400 (EDT)
-             Message-Id: <200009041532.e84FWcl12106@ifr.inside.zvolve.net>
-     Branch: perl
-          ! pod/perlsec.pod
-____________________________________________________________________________
-[  7519] By: jhi                                   on 2000/11/01  20:01:22
-        Log: Locale warning explanation tweak.
-     Branch: perl
-          ! pod/perldiag.pod
-____________________________________________________________________________
-[  7518] By: jhi                                   on 2000/11/01  18:57:13
-        Log: C.pm part of
-             
-             Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
-             From: Jarkko Hietaniemi <jhi@iki.fi>
-             Date: Tue, 10 Oct 2000 08:22:28 -0500
-             Message-Id: <20001010082228.B17030@chaos.wustl.edu>
-     Branch: perl
-          ! ext/B/B/C.pm
-____________________________________________________________________________
-[  7517] By: jhi                                   on 2000/11/01  18:41:59
-        Log: Subject: [ID 20001005.006] Documentation -- description of qr//
-             From: Martien Verbruggen <mgjv@comdyn.com.au>
-             Date: Fri, 6 Oct 2000 14:09:10 +1100
-             Message-Id: <200010060309.OAA03457@verbruggen.comdyn.com.au>
-     Branch: perl
-          ! pod/perlop.pod
-____________________________________________________________________________
-[  7516] By: jhi                                   on 2000/11/01  18:34:55
-        Log: Generalize the Camel wording.
-             
-             Subject: Re: perlfaq style changes
-             From: John Borwick <jhborwic@unity.ncsu.edu>
-             Date: Wed, 1 Nov 2000 13:19:21 -0500 (EST)
-             Message-ID: <Pine.GSO.4.21.0011011318270.7428-100000@eos00du.eos.ncsu.edu>
-     Branch: perl
-          ! pod/perlfaq3.pod pod/perlfaq8.pod pod/perlfaq9.pod
-____________________________________________________________________________
-[  7515] By: jhi                                   on 2000/11/01  16:52:31
-        Log: Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
-             From: pimlott@idiomtech.com (Andrew Pimlott)
-             Date: Thu, 5 Oct 2000 13:20:58 -0400 (EDT)
-             Message-Id: <m13hEhW-000SEmC@nolfolan.idiomtech.com>
-     Branch: perl
-          ! pod/perlsec.pod
-____________________________________________________________________________
-[  7514] By: jhi                                   on 2000/11/01  15:03:40
-        Log: More AIX lore.
-     Branch: perl
-          ! ext/re/hints/aix.pl
-____________________________________________________________________________
-[  7513] By: jhi                                   on 2000/11/01  14:48:30
-        Log: Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
-             From: root <root@chronos.fi.muni.cz>
-             Date: Wed, 1 Nov 2000 12:31:32 +0100
-             Message-Id: <200011011131.MAA03310@chronos.fi.muni.cz>
-     Branch: perl
-          ! lib/Net/Ping.pm
-____________________________________________________________________________
-[  7512] By: jhi                                   on 2000/11/01  14:46:47
-        Log: Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
-             From: Martin Husemann <martin@duskware.de>
-             Date: Tue, 31 Oct 2000 23:39:35 +0100 (MET)
-             Message-Id: <200010312239.e9VMdZR01580@night-porter.duskware.de>
-     Branch: perl
-          ! regcomp.c
-____________________________________________________________________________
-[  7511] By: jhi                                   on 2000/11/01  14:39:50
-        Log: AUTHORS updates.
-     Branch: perl
-          ! AUTHORS
-____________________________________________________________________________
-[  7510] By: jhi                                   on 2000/11/01  14:29:50
-        Log: Subject: [PATCH] startperl to respect versiononly
-             From: Robin Barker <rmb1@cise.npl.co.uk> 
-             Date: Tue, 31 Oct 2000 16:29:36 GMT
-             Message-Id: <200010311629.QAA01771@tempest.npl.co.uk>
-     Branch: metaconfig/U/perl
-          ! startperl.U
-     Branch: perl
-          ! Configure config_h.SH
-____________________________________________________________________________
-[  7509] By: jhi                                   on 2000/11/01  14:19:53
-        Log: printf UVs the correct way, noticed by Robin Barker.
-     Branch: perl
-          ! utf8.c
-____________________________________________________________________________
-[  7508] By: jhi                                   on 2000/11/01  14:10:03
-        Log: Do not cleanup *% because the % has special meanings in some
-             shell environments.
-     Branch: perl
-          ! ext/Storable/Makefile.PL
-____________________________________________________________________________
-[  7507] By: jhi                                   on 2000/11/01  14:06:00
-        Log: The NonStop-UX libraries have a novel way to say NaN.
-     Branch: perl
-          ! t/lib/bigfltpm.t
-____________________________________________________________________________
-[  7506] By: jhi                                   on 2000/11/01  14:03:35
-        Log: The osname has been lowercased by now, from Tom Bates.
-     Branch: metaconfig
-          ! U/modified/Oldconfig.U
-     Branch: perl
-          ! Configure config_h.SH
-____________________________________________________________________________
-[  7505] By: jhi                                   on 2000/10/31  19:18:39
-        Log: The compiler is either gcc or cc, from Tom Bates.
-     Branch: perl
-          ! hints/nonstopux.sh
-____________________________________________________________________________
-[  7504] By: jhi                                   on 2000/10/31  14:53:42
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[  7503] By: jhi                                   on 2000/10/31  14:30:50
-        Log: Whitespace style tweak.  Was originally going to see to
-             
-             Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
-             From: Joe Smith <jms@inwap.com>
-             Date: Mon, 30 Oct 2000 18:47:57 -0800
-             Message-Id: <39FE32DD.24AAC4D@inwap.com>
-             
-             but that had already been taken care of.
-     Branch: metaconfig
-          ! U/compline/d_stdstdio.U
-     Branch: perl
-          ! Configure config_h.SH
-____________________________________________________________________________
-[  7502] By: jhi                                   on 2000/10/31  14:25:02
-        Log: AUTHORS tweaks.
-     Branch: perl
-          ! AUTHORS
-____________________________________________________________________________
-[  7501] By: jhi                                   on 2000/10/31  14:23:59
-        Log: Subject: perlfaq style changes
-             From: John Borwick <jhborwic@unity.ncsu.edu>
-             Date: Tue, 31 Oct 2000 03:15:11 -0500 (EST)
-             Message-ID: <Pine.GSO.4.21.0010310307500.5819-100000@eos00du.eos.ncsu.edu>
-     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
-____________________________________________________________________________
-[  7500] By: jhi                                   on 2000/10/31  14:22:15
-        Log: Be more lenient on bad UTF-8 when doing bit arithmetics.
-             
-             Subject: Re: [ID 20000918.005] ~ on wide chars
-             From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
-             Date: Mon, 30 Oct 2000 21:09:55 -0800
-             Message-ID: <jQl/5gzkgWYL092yn@efn.org>
-             
-             (The ord() part of the patch skipped.)
-     Branch: perl
-          ! doop.c
-____________________________________________________________________________
-[  7499] By: jhi                                   on 2000/10/31  14:20:08
-        Log: Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
-             From: Jens Hamisch <jens@Strawberry.COM>
-             Date: Mon, 30 Oct 2000 15:17:07 +0100
-             Message-Id: <20001030151707.A9597@Strawberry.COM>
-     Branch: perl
-          ! av.c
-____________________________________________________________________________
-[  7498] By: jhi                                   on 2000/10/31  14:16:29
-        Log: Subject: [PATCH: perl@7483] add three new EBCDIC Encode-ings && many tests
-             From: Peter Prymmer <pvhp@forte.com>
-             Date: Mon, 30 Oct 2000 16:59:11 -0800 (PST)
-             Message-ID: <Pine.OSF.4.10.10010301643590.67363-100000@aspara.forte.com>
-     Branch: perl
-          + ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
-          + ext/Encode/Encode/posix-bc.enc
-          ! MANIFEST t/lib/encode.t
-____________________________________________________________________________
-[  7497] By: jhi                                   on 2000/10/31  14:13:22
-        Log: Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
-             From: Peter Prymmer <pvhp@forte.com>
-             Date: Mon, 30 Oct 2000 17:48:11 -0800 (PST)
-             Message-ID: <Pine.OSF.4.10.10010301746350.69159-100000@aspara.forte.com>
-     Branch: perl
-          ! t/lib/cgi-html.t
-____________________________________________________________________________
-[  7496] By: jhi                                   on 2000/10/31  14:12:05
-        Log: Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
-             From: Peter Prymmer <pvhp@forte.com>
-             Date: Mon, 30 Oct 2000 17:46:33 -0800 (PST)
-             Message-ID: <Pine.OSF.4.10.10010301745120.69159-100000@aspara.forte.com>
-     Branch: perl
-          ! t/lib/cgi-function.t
-____________________________________________________________________________
-[  7495] By: jhi                                   on 2000/10/31  14:11:08
-        Log: Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
-             From: Peter Prymmer <pvhp@forte.com>
-             Date: Mon, 30 Oct 2000 16:41:21 -0800 (PST)
-             Message-ID: <Pine.OSF.4.10.10010301634500.67363-100000@aspara.forte.com>
-     Branch: perl
-          + ext/re/hints/aix.pl
-          ! MANIFEST ext/re/Makefile.PL
-____________________________________________________________________________
-[  7494] By: jhi                                   on 2000/10/31  14:08:32
-        Log: Use Errno magic.
-             
-             Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
-             From: Casey Tweten <perl@ctweten.amsite.com>
-             Date: Mon, 30 Oct 2000 15:51:17 -0500
-             Message-Id: <200010302051.e9UKpHd02194@ctweten.amsite.com>
-     Branch: perl
-          ! lib/File/Temp.pm
-____________________________________________________________________________
-[  7493] By: jhi                                   on 2000/10/31  14:05:07
-        Log: Add a perlbug flag, -A, to avoid acknowledgement messages.
-             
-             Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
-             From: Nicholas Clark <nick@ccl4.org>
-             Date: Mon, 30 Oct 2000 17:38:45 +0000
-             Message-ID: <20001030173845.O60355@plum.flirble.org>
-     Branch: perl
-          ! Makefile.SH utils/perlbug.PL
-____________________________________________________________________________
-[  7492] By: nick                                  on 2000/10/30  19:37:23
-        Log: Change files which are mysteriously different to mainline to be
-             copies of mainline.
-     Branch: perlio
-          ! objXSUB.h perlapi.c pod/perlapi.pod
-____________________________________________________________________________
-[  7491] By: nick                                  on 2000/10/30  18:05:54
-        Log: Perlio fixes discovered on big-endian & very traditional Solaris:
-             - typo in endian code in putc.
-             - Don't allow read of write-only files and vice-versa
-             - and off-by-one in flush-all loop.
-             Remove debug calls as they were using GCC specific features.
-     Branch: perlio
-          ! perlio.c
-____________________________________________________________________________
-[  7490] By: nick                                  on 2000/10/29  21:45:45
-        Log: Integrate mainline to perlio
-     Branch: perlio
-         !> lib/ExtUtils/Manifest.pm op.c t/comp/proto.t t/pragma/utf8.t
-         !> toke.c
-____________________________________________________________________________
-[  7489] By: jhi                                   on 2000/10/29  21:11:08
-        Log: Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
-             From: andreas.koenig@anima.de (Andreas J. Koenig)
-             Date: 29 Oct 2000 22:05:59 +0100
-             Message-ID: <m3snpfqrwo.fsf@ak-71.mind.de>
-     Branch: perl
-          ! lib/ExtUtils/Manifest.pm
-____________________________________________________________________________
-[  7488] By: jhi                                   on 2000/10/29  21:07:47
-        Log: Tests for #7487.
-             
-             Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
-             From: andreas.koenig@anima.de (Andreas J. Koenig)
-             Date: 29 Oct 2000 19:37:09 +0100
-             Message-ID: <m34s1vsdd6.fsf@ak-71.mind.de>
-     Branch: perl
-          ! t/comp/proto.t
-____________________________________________________________________________
-[  7487] By: jhi                                   on 2000/10/29  21:06:27
-        Log: constsub spillage.
-             
-             Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
-             From: John Tobey <jtobey@john-edwin-tobey.org>
-             Date: Sun, 29 Oct 2000 11:37:45 -0500 (EST)
-             Message-Id: <m13pvSr-000FObC@feynman.localnet>
-     Branch: perl
-          ! op.c
-____________________________________________________________________________
-[  7486] By: nick                                  on 2000/10/29  21:05:04
-        Log: Integrate mainline to perlio branch
-     Branch: perlio
-         +> Porting/repository.pod lib/unicode/Is/DCmedial.pl
-         +> t/lib/tie-splice.t vos/config.alpha.def vos/config.alpha.h
-         +> vos/config.ga.def vos/config.ga.h vos/configure_perl.cm
-         +> vos/install_perl.cm
-          - MAINTAIN fix_pl lib/unicode/Is/DCinital.pl vos/config.def
-          - vos/config.h vos/config_h.SH_orig
-         !> (integrate 141 files)
-____________________________________________________________________________
-[  7485] By: jhi                                   on 2000/10/29  21:00:47
-        Log: Make \x{...} consistently produce UTF-8.
-             
-             Subject: Re: \x{...} is confused 
-             From: Simon Cozens <simon@cozens.net>
-             Date: Sun, 29 Oct 2000 19:36:48 +0000
-             Message-ID: <20001029193648.A6287@pembro4.pmb.ox.ac.uk>
-     Branch: perl
-          ! t/pragma/utf8.t toke.c
-____________________________________________________________________________
-[  7484] By: nick                                  on 2000/10/29  20:05:29
-        Log: PerlIO passes all tests.
-     Branch: perlio
-          ! perlio.c
-____________________________________________________________________________
-[  7483] By: jhi                                   on 2000/10/29  18:06:55
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[  7482] By: nick                                  on 2000/10/29  17:43:28
-        Log: Include <unistd.h> to get correct lseek() prototype etc.
-             (I thought perl.h did that) - down to two fails
-             - comp/require.t (last test)
-             - lib/io_xs.t - possibly import/export of FILE * ?
-     Branch: perlio
-          ! perlio.c
-____________________________________________________________________________
-[  7481] By: jhi                                   on 2000/10/29  17:02:37
-        Log: UTF-8 decoder tweak.
-     Branch: perl
-          ! utf8.c
-____________________________________________________________________________
-[  7480] By: nick                                  on 2000/10/29  16:26:11
-        Log: Fixed two bugs:
-             - error code not being set on close (of broken pipe)
-             - append mode was truncating.
-             At least one seek/tell bug remains.
-     Branch: perlio
-          ! perlio.c
-____________________________________________________________________________
-[  7479] By: nick                                  on 2000/10/29  11:18:16
-        Log: Prototype (stdio-like) PerlIO passing basic tests. Checked in
-             in case of accidents. Still several worrying fails, no line disciplines yet.
-     Branch: perlio
-          ! iperlsys.h perlio.c
-____________________________________________________________________________
-[  7478] By: jhi                                   on 2000/10/29  02:04:01
-        Log: Add also emailless people.
-     Branch: perl
-          ! AUTHORS
-____________________________________________________________________________
-[  7477] By: jhi                                   on 2000/10/29  01:36:00
-        Log: The #7476 needs a MANIFEST change, too.
-     Branch: perl
-          ! MANIFEST
-____________________________________________________________________________
-[  7476] By: jhi                                   on 2000/10/29  01:35:21
-        Log: Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
-     Branch: perl
-          - MAINTAIN
-          ! AUTHORS Changes
-____________________________________________________________________________
-[  7475] By: jhi                                   on 2000/10/28  23:57:25
-        Log: De-quoted-unreadable to ISO Latin 1.
-             (There's one ISO-2022-JP name in Changes5.004.)
-     Branch: perl
-          ! Changes Changes5.6
-____________________________________________________________________________
-[  7474] By: jhi                                   on 2000/10/28  19:13:06
-        Log: Subject: [ID 20001027.007] uniq array in perlfaq
-             From: Hans Ginzel <hans@kolej.mff.cuni.cz>     
-             Date: Fri, 27 Oct 2000 19:28:30 +0200
-             Message-Id: <20001027192830.A1564@kolej.mff.cuni.cz> 
-     Branch: perl
-          ! pod/perlfaq4.pod
-____________________________________________________________________________
-[  7473] By: jhi                                   on 2000/10/28  18:02:05
-        Log: Locking null mutexes is not recommendable.
-             
-             Subject: Re: [ID 20001027.008] Not OK: perl v5.7.0 +DEVEL7462 on i386-freebsd-thread-64all 4.1-stable (UNINSTALLED) 
-             From: Hugo <hv@crypt.compulink.co.uk>
-             Date: Sat, 28 Oct 2000 18:41:12 +0100
-             Message-Id: <200010281741.SAA31327@crypt.compulink.co.uk>
-     Branch: perl
-          ! op.c
-____________________________________________________________________________
-[  7472] By: jhi                                   on 2000/10/28  17:52:58
-        Log: Better create a true mailing list for the repository keepers.
-     Branch: perl
-          ! Porting/repository.pod
-____________________________________________________________________________
-[  7471] By: jhi                                   on 2000/10/28  17:28:24
-        Log: Add the repository doc by Malcolm, Sarathy, and by Simon,
-             name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
-     Branch: perl
-          + Porting/repository.pod
-          ! MANIFEST
-____________________________________________________________________________
-[  7470] By: jhi                                   on 2000/10/28  17:20:54
-        Log: Subject: DOC PATCH 5.6.0
-             From: mjd@plover.com
-             Date: 27 Oct 2000 17:32:44 -0000
-             Message-ID: <20001027173244.23754.qmail@plover.com>
-     Branch: perl
-          ! pod/perlfunc.pod
-____________________________________________________________________________
-[  7469] By: jhi                                   on 2000/10/28  17:16:45
-        Log: Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
-             From: "Peter J. Farley III" <pjfarley@banet.net>
-             Date: Fri, 27 Oct 2000 20:32:56 -0400
-             Message-Id: <4.3.1.0.20001027202303.00ad8900@pop5.banet.net>
-     Branch: perl
-          ! README.dos
-____________________________________________________________________________
-[  7468] By: jhi                                   on 2000/10/28  17:07:18
-        Log: Make target reordering to avoid pointless re-makes.
-             
-             Subject: Re: Total re-make of 'make okfile' after 7451 ?
-             From: Nicholas Clark <nick@ccl4.org>
-             Date: Sat, 28 Oct 2000 00:31:02 +0100
-             Message-ID: <20001028003101.A54517@plum.flirble.org>
-     Branch: perl
-          ! Makefile.SH
-____________________________________________________________________________
-[  7467] By: jhi                                   on 2000/10/28  17:05:31
-        Log: Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
-             From: lvirden@cas.org
-             Date: Fri, 27 Oct 2000 13:14:41 -0400 (EDT)
-             Message-Id: <200010271714.NAA22015@lwv26awu.cas.org>
-     Branch: perl
-          ! README.os2
-____________________________________________________________________________
-[  7466] By: jhi                                   on 2000/10/28  16:09:16
-        Log: Upgrade to CPAN 1.58_55.
-             
-             Subject: CPAN.pm status
-             From: andreas.koenig@anima.de (Andreas J. Koenig) 
-             Date: 28 Oct 2000 08:18:00 +0200 
-             Message-ID: <m3n1fpa3qf.fsf@ak-71.mind.de>
-     Branch: perl
-          ! lib/CPAN.pm lib/CPAN/FirstTime.pm
-____________________________________________________________________________
-[  7465] By: jhi                                   on 2000/10/28  16:02:47
-        Log: The reëntrant version shouldn't be needed unless USE_PURE_BISON.
-     Branch: perl
-          ! embed.h embed.pl perl.h proto.h toke.c
-____________________________________________________________________________
-[  7464] By: nick                                  on 2000/10/28  10:43:44
-        Log: Fix for sv_2iv() on "shared" value from keys %hash.
-     Branch: perl
-          ! sv.c
-____________________________________________________________________________
-[  7463] By: jhi                                   on 2000/10/27  16:18:29
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[  7462] By: jhi                                   on 2000/10/27  16:17:44
-        Log: Too enthusiastic editing in #7460.
-     Branch: metaconfig
-          ! U/modified/Oldsym.U
-     Branch: perl
-          ! Configure config_h.SH
-____________________________________________________________________________
-[  7461] By: jhi                                   on 2000/10/27  15:37:38
-        Log: Retract #7459, the script needs more work.
-     Branch: perl
-          - mkreef
-          ! MANIFEST
-____________________________________________________________________________
-[  7460] By: jhi                                   on 2000/10/27  15:23:14
-        Log: Use $sort, $uniq (and $tr) consistently as wondered
-             by Nicholas Clark.
-     Branch: metaconfig
-          ! U/modified/Cppsym.U U/modified/Getfile.U U/modified/Guess.U
-          ! U/modified/Myread.U U/modified/Oldsym.U U/modified/Signal.U
-          ! U/modified/libc.U
-     Branch: perl
-          ! Configure config_h.SH
-____________________________________________________________________________
-[  7459] By: jhi                                   on 2000/10/27  15:02:07
-        Log: (Retracted by #7461)
-             
-             Add a shell script for creating/removing symbolic link farms,
-             useful for keeping the source code read-only and doing the
-             builds somewhere else.
-     Branch: perl
-          + mkreef
-          ! MANIFEST
-____________________________________________________________________________
-[  7458] By: jhi                                   on 2000/10/27  14:42:20
-        Log: Do away with the fix_pl.
-     Branch: perl
-          - fix_pl
-          ! MANIFEST Makefile.SH
-____________________________________________________________________________
-[  7457] By: jhi                                   on 2000/10/27  12:43:13
-        Log: Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
-             From: Jens Hamisch <jens@Strawberry.COM>
-             Date: Fri, 27 Oct 2000 14:38:21 +0200
-             Message-Id: <20001027143821.B3366@Strawberry.COM>
-     Branch: perl
-          ! perl.h
-____________________________________________________________________________
-[  7456] By: jhi                                   on 2000/10/27  12:33:42
-        Log: Subject: [PATCH] todo
-             From: Nicholas Clark <nick@ccl4.org>
-             Date: Thu, 26 Oct 2000 22:32:29 +0100
-             Message-ID: <20001026223229.A44540@plum.flirble.org>
-     Branch: perl
-          ! pod/perltodo.pod
-____________________________________________________________________________
-[  7455] By: jhi                                   on 2000/10/27  12:02:21
-        Log: Subject: Re: [PATCH bleadperl] ripples from constsub patch
-             From: John Tobey <jtobey@john-edwin-tobey.org>
-             Date: Thu, 26 Oct 2000 22:29:53 -0400 (EDT)
-             Message-Id: <m13ozHF-000FObC@feynman.localnet>
-     Branch: perl
-          ! op.c t/pragma/sub_lval.t
-____________________________________________________________________________
-[  7454] By: jhi                                   on 2000/10/27  11:59:42
-        Log: Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
-             From: sthoenna@efn.org
-             Date: Thu, 26 Oct 2000 14:00:03 -0700 (PDT)
-             Message-Id: <200010262100.e9QL03U06386@garcia.efn.org>
-     Branch: perl
-          ! pp.c t/op/assignwarn.t
-____________________________________________________________________________
-[  7453] By: jhi                                   on 2000/10/27  00:15:08
-        Log: Upgrade to Storable 1.0.5, from Raphael Manfredi.
-     Branch: perl
-          ! ext/Storable/ChangeLog ext/Storable/Storable.pm
-          ! ext/Storable/Storable.xs t/lib/st-lock.t
-____________________________________________________________________________
-[  7452] By: jhi                                   on 2000/10/26  13:05:52
-        Log: Undo #7451, this seems to be a deficiency in Perforce,
-             there is no per-file line-terminator type, only per-client.
-     Branch: perl
-          ! README.dos README.win32 djgpp/configure.bat win32/Makefile
-          ! win32/makefile.mk
-____________________________________________________________________________
-[  7451] By: jhi                                   on 2000/10/26  04:56:03
-        Log: Experimenting in DOS arcana.
-     Branch: perl
-          ! README.dos README.win32 djgpp/configure.bat win32/Makefile
-          ! win32/makefile.mk
-____________________________________________________________________________
-[  7450] By: jhi                                   on 2000/10/26  04:50:52
-        Log: Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
-             From: "Peter J. Farley III" <pjfarley@banet.net>            
-             Date: Wed, 25 Oct 2000 23:10:18 -0400
-             Message-Id: <4.3.1.0.20001025230222.00accba0@pop5.banet.net>
-     Branch: perl
-          ! t/io/open.t
-____________________________________________________________________________
-[  7449] By: jhi                                   on 2000/10/26  04:49:16
-        Log: Subject: Re: [PATCH 5.6.0]Add non-blocking thread doneness checking
-             From: Hugo <hv@crypt.compulink.co.uk>
-             Date: Thu, 26 Oct 2000 01:55:17 +0100
-             Message-Id: <200010260055.BAA27869@crypt.compulink.co.uk>
-             
-             minus one unneeded mutex lock/unlock pointed out by Dan Sugalski.
-     Branch: perl
-          ! ext/Thread/Thread.pm ext/Thread/Thread.xs t/lib/thr5005.t
-____________________________________________________________________________
-[  7448] By: jhi                                   on 2000/10/26  04:38:36
-        Log: Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
-             From: Peter Prymmer <pvhp@forte.com>
-             Date: Wed, 25 Oct 2000 18:23:56 -0700 (PDT)                          
-             Message-ID: <Pine.OSF.4.10.10010251816200.247618-100000@aspara.forte.com>
-     Branch: perl
-          ! configure.com
-____________________________________________________________________________
-[  7447] By: jhi                                   on 2000/10/25  23:20:02
-        Log: Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
-             in platforms that strictly require all the symbols being present
-             at link time.
-     Branch: perl
-          ! handy.h
-____________________________________________________________________________
-[  7446] By: jhi                                   on 2000/10/25  21:55:57
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[  7445] By: jhi                                   on 2000/10/25  21:27:08
-        Log: Integrate with vmsperl #7430 by Charles Bailey:
-             
-             Cleanup from prior patch (Charles Lane?):
-             - improve handling of MFDs in Basename and Path
-             - default to no xsubpp line # munging when building debug images
-     Branch: perl
-         !> lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
-____________________________________________________________________________
-[  7444] By: jhi                                   on 2000/10/25  21:03:50
-        Log: Subject: [PATCH] Zero-padded Numerics in Perl Format
-             From: John Peacock <JPeacock@UnivPress.com>
-             Date: Thu, 18 May 2000 11:55:27 -0400
-             Message-ID: <3924126F.A58BE57A@UnivPress.com>
-     Branch: perl
-          ! form.h pod/perldelta.pod pod/perlform.pod pp_ctl.c
-          ! t/op/write.t
-____________________________________________________________________________
-[  7443] By: jhi                                   on 2000/10/25  20:43:10
-        Log: Temporary stopgap for the self-tying issue: for now only
-             array and hash self-ties are verboten.  The real fix, of
-             course, would be to comprehensively test (and implement?)
-             and debug (and document) self-ties.
-     Branch: perl
-          ! pod/perldiag.pod pp_sys.c t/op/tie.t
-____________________________________________________________________________
-[  7442] By: jhi                                   on 2000/10/25  20:14:30
-        Log: Subject: [PATCH 5.6.0]Add non-blocking thread doneness checking
-             From: Dan Sugalski <dan@sidhe.org>
-             Date: Wed, 25 Oct 2000 13:36:35 -0400
-             Message-Id: <5.0.0.25.0.20001025133504.01ef1e20@24.8.96.48>
-             
-             plus regen global.sym.
-     Branch: perl
-          ! ext/Thread/Thread.pm ext/Thread/Thread.xs global.sym perl.c
-          ! thrdvar.h util.c
-____________________________________________________________________________
-[  7441] By: jhi                                   on 2000/10/25  20:12:20
-        Log: buildtoc target tweaks.
-     Branch: perl
-          ! pod/Makefile.SH
-____________________________________________________________________________
-[  7440] By: jhi                                   on 2000/10/25  20:03:53
-        Log: A new version of making the syslog test more robust.
-             (Replaces #7421.)
-             
-             Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
-             From: "Kurt D. Starsinic" <kstar@chapin.edu>
-             Date: Wed, 25 Oct 2000 12:13:54 -0400
-             Message-ID: <20001025121354.B2264@O2.chapin.edu>
-     Branch: perl
-          ! t/lib/syslog.t
-____________________________________________________________________________
-[  7439] By: jhi                                   on 2000/10/25  20:00:48
-        Log: Continue the internal UTF-8 API tweaking.
-             Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
-             used much more than the simpler API, now called utf8_to_uv_simple().
-             Still not quite happy with API, too much partial duplication
-             of functionality.
-     Branch: perl
-          ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perlapi.c
-          ! pod/perlapi.pod pod/perlunicode.pod pp.c pp_ctl.c proto.h
-          ! regcomp.c regexec.c sv.c toke.c utf8.c
-____________________________________________________________________________
-[  7438] By: jhi                                   on 2000/10/25  18:52:30
-        Log: Allow poking holes at the UTF-8 decoding strictness.
-     Branch: perl
-          ! embed.pl pp.c proto.h sv.c t/pragma/utf8.t toke.c utf8.c
-          ! utf8.h
-____________________________________________________________________________
-[  7437] By: jhi                                   on 2000/10/25  13:53:05
-        Log: Rename UTF8LEN() to be UNISKIP(), too confusing to have
-             UTF8LEN() and UTF8SKIP(). 
-     Branch: perl
-          ! pp.c utf8.c utf8.h
-____________________________________________________________________________
-[  7436] By: jhi                                   on 2000/10/25  13:51:37
-        Log: Subject: [PATCH] Re: PerlIO - Configure tweak for Linux/glibc?
-             From: Nicholas Clark <nick@ccl4.org>
-             Date: Wed, 25 Oct 2000 14:44:05 +0100
-             Message-ID: <20001025144404.D27253@plum.flirble.org>
-     Branch: perl
-          ! pod/perlrun.pod
-____________________________________________________________________________
-[  7435] By: jhi                                   on 2000/10/25  13:49:32
-        Log: Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
-             From: Mike Guy <mjtg@cam.ac.uk>
-             Date: Tue, 24 Oct 2000 14:59:40 +0100
-             Message-Id: <E13o4c8-00076u-00@libra.cus.cam.ac.uk>
-     Branch: perl
-          ! scope.c
-____________________________________________________________________________
-[  7434] By: jhi                                   on 2000/10/25  13:48:41
-        Log: AIX is picky about its symbol exports.  Solution for now
-             is to include the deb.o explicitly to the re extension build.
-             
-             Subject: Re: introduce missing .Perl_deb symbol to aix build (Questions)
-             From: Peter Prymmer <pvhp@forte.com>
-             Date: Tue, 24 Oct 2000 12:57:22 -0700 (PDT)
-             Message-ID: <Pine.OSF.4.10.10010241252180.127055-100000@aspara.forte.com>
-     Branch: perl
-          ! ext/re/Makefile.PL hints/aix.sh
-____________________________________________________________________________
-[  7433] By: jhi                                   on 2000/10/25  13:46:49
-        Log: Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
-             From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
-             Date: Wed, 25 Oct 2000 12:02:20 +0200
-             Message-Id: <20001025114712.C9F9.H.M.BRAND@hccnet.nl>
-     Branch: perl
-          ! perlsdio.h
-____________________________________________________________________________
-[  7432] By: jhi                                   on 2000/10/25  13:44:28
-        Log: Subject: Minor update to find2perl, for portability
-             From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
-             Date: Wed, 25 Oct 2000 12:05:47 +0100
-             Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8355@UKRUX002.rundc.uk.origin-it.com>
-     Branch: perl
-          ! x2p/find2perl.PL
-____________________________________________________________________________
-[  7431] By: jhi                                   on 2000/10/25  13:40:39
-        Log: Add targets to Makefile.SH, most importantly
-             'regen_all' which also remembers to update vms/perly*.
-     Branch: perl
-          ! Makefile.SH
-____________________________________________________________________________
-[  7430] By: bailey                                on 2000/10/25  03:13:53
-        Log: Cleanup from prior patch (Charles Lane?):
-             - improve handling of MFDs in Basename and Path
-             - default to no xsubpp line # munging when building debug images
-     Branch: vmsperl
-          ! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
-____________________________________________________________________________
-[  7429] By: jhi                                   on 2000/10/24  20:03:40
-        Log: Podify README.epoc and README.vos.
-     Branch: perl
-          ! README.epoc README.vos pod/buildtoc.PL pod/perl.pod
-          ! pod/perlport.pod pod/perltoc.pod
-____________________________________________________________________________
-[  7428] By: jhi                                   on 2000/10/24  19:10:33
-        Log: Stratus VOS updates from Paul Green.
-     Branch: perl
-          + vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
-          + vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
-          - vos/config.def vos/config.h vos/config_h.SH_orig
-          ! MANIFEST README.vos pod/perlport.pod vos/Changes vos/build.cm
-          ! vos/compile_perl.cm vos/config.pl vos/perl.bind vos/vosish.h
-____________________________________________________________________________
-[  7427] By: jhi                                   on 2000/10/24  18:59:48
-        Log: Check if stdio supports tweaking lval and cnt simultaneously.
-             
-             Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
-             From: Nicholas Clark <nick@ccl4.org>
-             Date: Mon, 23 Oct 2000 15:39:32 +0100
-             Message-ID: <20001023153932.A10786@plum.flirble.org>
-     Branch: metaconfig
-          ! U/compline/d_stdstdio.U
-     Branch: perl
-          ! Configure Porting/Glossary Porting/config.sh Porting/config_H
-          ! config_h.SH configure.com epoc/config.sh iperlsys.h perlio.c
-          ! perlsdio.h perlsfio.h pod/Makefile.SH pod/perltoc.pod
-          ! uconfig.h uconfig.sh vms/genconfig.pl vos/config.def
-          ! vos/config.h vos/config_h.SH_orig win32/config.bc
-          ! win32/config.gc win32/config.vc
-____________________________________________________________________________
-[  7426] By: jhi                                   on 2000/10/24  17:57:44
-        Log: Missed the header file changes from #7425.
-     Branch: perl
-          ! embed.h embed.pl objXSUB.h proto.h
-____________________________________________________________________________
-[  7425] By: jhi                                   on 2000/10/24  17:55:17
-        Log: Fix the bug reported in
-             
-             From: andreas.koenig@anima.de (Andreas J. Koenig)
-             Subject: Encode bug?
-             Date: 24 Oct 2000 14:01:26 +0200 
-             Message-ID: <m3lmveqwh5.fsf@ak-71.mind.de>
-             
-             Also make is_utf8_char() stricter.
-     Branch: perl
-          ! ext/Encode/Encode.xs utf8.c
-____________________________________________________________________________
-[  7424] By: jhi                                   on 2000/10/24  15:15:39
-        Log: Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
-             From: Peter Scott <Peter@PSDT.com>
-             Date: Mon, 23 Oct 2000 19:46:01 -0700
-             Message-Id: <4.3.2.7.2.20001023194324.00ab7220@psdt.com>
-     Branch: perl
-          ! pod/perlfaq5.pod
-____________________________________________________________________________
-[  7423] By: jhi                                   on 2000/10/24  14:25:30
-        Log: Test tweak to avoid pulling in the whole Config.
-     Branch: perl
-          ! t/lib/st-lock.t
-____________________________________________________________________________
-[  7422] By: jhi                                   on 2000/10/24  14:03:16
-        Log: Fix the bug ID 20001024.005, the bug introduced by #7416.
-     Branch: perl
-          ! pp.c
-____________________________________________________________________________
-[  7421] By: jhi                                   on 2000/10/24  13:32:09
-        Log: (Replaced by #7440.)
-             
-             Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
-             From: "Kurt D. Starsinic" <kstar@chapin.edu>
-             Date: Mon, 23 Oct 2000 16:40:54 -0400
-             Message-ID: <20001023164054.B14491@O2.chapin.edu>
-     Branch: perl
-          ! t/lib/syslog.t
-____________________________________________________________________________
-[  7420] By: jhi                                   on 2000/10/24  13:30:53
-        Log: Subject: [PATCH 5.7.0] static linking with uninstalled perl
-             From: Ilya Zakharevich <ilya@math.ohio-state.edu>
-             Date: Mon, 23 Oct 2000 17:29:03 -0400
-             Message-ID: <20001023172903.A18749@monk.mps.ohio-state.edu>
-     Branch: perl
-          ! lib/ExtUtils/MM_Unix.pm
-____________________________________________________________________________
-[  7419] By: jhi                                   on 2000/10/24  13:29:57
-        Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
-             From: Ilya Zakharevich <ilya@math.ohio-state.edu>
-             Date: Mon, 23 Oct 2000 19:01:32 -0400
-             Message-ID: <20001023190132.A19791@monk.mps.ohio-state.edu>
-     Branch: perl
-          ! utils/h2xs.PL
-____________________________________________________________________________
-[  7418] By: jhi                                   on 2000/10/24  13:26:04
-        Log: Replace #7409 with
-             
-             Subject: Re: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgp
-             From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
-             Date: Mon, 23 Oct 2000 20:08:56 +0200
-             Message-ID: <20001023200855.A14850@nice.ram.loc>
-     Branch: perl
-          ! ext/Storable/Storable.pm t/lib/st-lock.t
-____________________________________________________________________________
-[  7417] By: jhi                                   on 2000/10/24  13:17:52
-        Log: Run vms/vms_yfix.pl, should have done that after changing
-             perly.c in #7382.
-     Branch: perl
-          ! vms/perly_c.vms vms/perly_h.vms
-____________________________________________________________________________
-[  7416] By: jhi                                   on 2000/10/24  02:55:33
-        Log: Make the UTF-8 decoding stricter and more verbose when
-             malformation happens.  This involved adding an argument
-             to utf8_to_uv_chk(), which involved changing its prototype,
-             and prefer STRLEN over I32 for the UTF-8 length, which as
-             a domino effect necessitated changing the prototypes of
-             scan_bin(), scan_oct(), scan_hex(), and reg_uni().
-             The stricter UTF-8 decoding checking uses Markus Kuhn's
-             UTF-8 Decode Stress Tester from
-             http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
-     Branch: perl
-          ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perl.c
-          ! perlapi.c pod/perlapi.pod pod/perldiag.pod pod/perlunicode.pod
-          ! pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c t/pragma/utf8.t
-          ! t/pragma/warn/utf8 toke.c utf8.c utf8.h util.c
-____________________________________________________________________________
-[  7415] By: jhi                                   on 2000/10/23  14:06:06
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[  7414] By: jhi                                   on 2000/10/23  12:39:52
-        Log: Undo the basename() part of #7412 since the lib/basename
-             tests would need upgrading too.
-     Branch: perl
-          ! lib/File/Basename.pm
-____________________________________________________________________________
-[  7413] By: jhi                                   on 2000/10/23  12:19:27
-        Log: Document PERL_INSTALL_ROOT of #7210.
-     Branch: perl
-          ! lib/ExtUtils/Install.pm
-____________________________________________________________________________
-[  7412] By: jhi                                   on 2000/10/23  12:16:47
-        Log: Miscellaneous MacOS Classic library updates from Matthias Neeracher.
-     Branch: perl
-          ! lib/ExtUtils/Mksymlists.pm lib/File/Basename.pm
-          ! lib/File/Path.pm lib/Term/ReadLine.pm lib/perl5db.pl
-____________________________________________________________________________
-[  7411] By: jhi                                   on 2000/10/23  12:07:41
-        Log: Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
-             From: Prymmer/Kahn <pvhp@best.com>
-             Date: Sun, 22 Oct 2000 22:18:40 -0700 (PDT)
-             Message-ID: <Pine.BSF.4.21.0010222214150.11774-100000@shell8.ba.best.com>
-     Branch: perl
-          ! README.aix pod/perlebcdic.pod vms/ext/Stdio/Stdio.pm
-____________________________________________________________________________
-[  7410] By: jhi                                   on 2000/10/23  04:10:11
-        Log: The change #7187 was not so good on VMS.
-             
-             Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
-             From: "Craig A. Berry" <craig.berry@psinetcs.com>
-             Date: Sun, 22 Oct 2000 23:03:08 -0500
-             Message-Id: <p04330102b617d093470b@[172.16.52.1]>
-     Branch: perl
-          ! utils/perldoc.PL
-____________________________________________________________________________
-[  7409] By: jhi                                   on 2000/10/23  03:57:36
-        Log: Avoid Storable locking on DJGPP for now.
-             
-             Subject: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgpp
-             From: "Peter J. Farley III" <pjfarley@banet.net>
-             Date: Sun, 22 Oct 2000 20:00:00 -0400
-             Message-Id: <4.3.1.0.20001022194247.00acfee0@pop5.banet.net>
-     Branch: perl
-          ! ext/Storable/Storable.pm t/lib/st-lock.t
-____________________________________________________________________________
-[  7408] By: jhi                                   on 2000/10/23  03:50:24
-        Log: Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
-             From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
-             Date: Sun, 22 Oct 2000 21:12:22 -0400
-             Message-ID: <20001022211222.A1062496@linguist.dartmouth.edu>
-     Branch: perl
-          ! lib/vars.pm
-____________________________________________________________________________
-[  7407] By: jhi                                   on 2000/10/23  03:43:12
-        Log: Subject: Re: [ID 20001021.005] SEGV with regex match 
-             From: Hugo <hv@crypt.compulink.co.uk>
-             Date: Mon, 23 Oct 2000 00:47:22 +0100
-             Message-Id: <200010222347.AAA09697@crypt.compulink.co.uk>
-     Branch: perl
-          ! regexec.c t/op/pat.t
-____________________________________________________________________________
-[  7406] By: jhi                                   on 2000/10/23  03:40:29
-        Log: Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
-     Branch: perl
-          ! lib/ExtUtils/MakeMaker.pm
-____________________________________________________________________________
-[  7405] By: jhi                                   on 2000/10/22  21:32:00
-        Log: Doc patch.
-             
-             Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
-             From: rspier@pobox.com (Robert Spier)
-             Date: Sun, 22 Oct 2000 15:24:32 -0400 (EDT)
-             Message-ID: <14835.16112.13457.447971@rls.cx>
-     Branch: perl
-          ! lib/strict.pm
-____________________________________________________________________________
-[  7404] By: jhi                                   on 2000/10/22  21:30:51
-        Log: Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
-             From: rspier@pobox.com (Robert Spier)
-             Date: Sun, 22 Oct 2000 15:43:03 -0400 (EDT)
-             Message-ID: <14835.17223.72448.705566@rls.cx>
-     Branch: perl
-          ! lib/ExtUtils/MakeMaker.pm
-____________________________________________________________________________
-[  7403] By: jhi                                   on 2000/10/22  21:24:11
-        Log: Subject: [PATCH bleadperl] ripples from constsub patch
-             From: John Tobey <jtobey@john-edwin-tobey.org>
-             Date: Sun, 22 Oct 2000 17:10:43 -0400 (EDT)
-             Message-Id: <m13nSOB-000FObC@feynman.localnet>
-     Branch: perl
-          ! dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Deparse.pm t/lib/b.t
-____________________________________________________________________________
-[  7402] By: jhi                                   on 2000/10/22  20:59:35
-        Log: Support s?printf parameter reordering.
-     Branch: perl
-          ! pod/perldelta.pod pod/perlfunc.pod sv.c t/op/sprintf.t
-____________________________________________________________________________
-[  7401] By: jhi                                   on 2000/10/22  19:19:14
-        Log: Expand %Config variables only if explicitly so requested
-             during build time by PERL_BUILD_EXPAND_CONFIG_VARS.
-             
-             Subject: Re: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
-             From: Gurusamy Sarathy <gsar@ActiveState.com>
-             Date: Sun, 22 Oct 2000 11:47:32 -0700
-             Message-Id: <200010221847.LAA02167@smtp3.ActiveState.com>            
-     Branch: perl
-          ! Makefile.SH lib/lib_pm.PL
-____________________________________________________________________________
-[  7400] By: jhi                                   on 2000/10/22  18:24:10
-        Log: Move the #7390 test from warn/op to comp/redef.
-             
-             Subject: Re: Creating const subs for constants.
-             From: John Tobey <jtobey@john-edwin-tobey.org>
-             Date: Sun, 22 Oct 2000 04:04:12 -0400 (EDT)
-             Message-Id: <m13nG72-000FObC@feynman.localnet>               
-     Branch: perl
-          ! t/comp/redef.t t/pragma/warn/op
-____________________________________________________________________________
-[  7399] By: jhi                                   on 2000/10/22  17:49:59
-        Log: Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
-             From: Nicholas Clark <nick@ccl4.org>
-             Date: Sat, 21 Oct 2000 22:23:19 +0100
-             Message-ID: <20001021222319.B45586@plum.flirble.org>
-     Branch: perl
-          ! ext/DynaLoader/DynaLoader_pm.PL
-____________________________________________________________________________
-[  7398] By: jhi                                   on 2000/10/22  17:47:35
-        Log: Subject: [PATCH bleadperl] -MO=C falls over on package <none>
-             From: Hugo <hv@crypt.compulink.co.uk>
-             Date: Sat, 21 Oct 2000 18:19:59 +0100
-             Message-Id: <200010211719.SAA02087@crypt.compulink.co.uk>
-     Branch: perl
-          ! ext/B/B.pm ext/B/B/C.pm
-____________________________________________________________________________
-[  7397] By: jhi                                   on 2000/10/22  17:35:18
-        Log: Subject: [ID 20001021.003] updated hints/openbsd.sh
-             From: "Todd C. Miller" <Todd.Miller@courtesan.com>
-             Date: Sat, 21 Oct 2000 13:55:50 -0600 (MDT)
-             Message-Id: <200010211955.e9LJton24170@xerxes.courtesan.com>
-     Branch: perl
-          ! hints/openbsd.sh
-____________________________________________________________________________
-[  7396] By: jhi                                   on 2000/10/22  17:19:46
-        Log: Subject: installman go-faster stripes
-             From: Nicholas Clark <nick@talking.bollo.cx>
-             Date: Sat, 21 Oct 2000 17:24:53 +0100
-             Message-ID: <20001021172452.A20371@Bagpuss.unfortu.net>
-             
-             Subject: Re: installman go-faster stripes
-             From: Russ Allbery <rra@stanford.edu>
-             Date: 21 Oct 2000 11:04:13 -0700
-             Message-ID: <ylbswe5aw2.fsf@windlord.stanford.edu>
-     Branch: perl
-          ! installman pod/pod2man.PL
-____________________________________________________________________________
-[  7395] By: jhi                                   on 2000/10/22  17:17:35
-        Log: Hints tweak from Anton Berezin.
-     Branch: perl
-          ! hints/freebsd.sh
-____________________________________________________________________________
-[  7394] By: jhi                                   on 2000/10/22  04:50:04
-        Log: Tweak the Is* definitions of Unicode character classes
-             to better match the official categorizations; embrace
-             the official categorizations; add the combining marks
-             as alpha (and -numeric); fix DCinital (a typo and edito)
-             to be DCmedial.
-     Branch: perl
-          + lib/unicode/Is/DCmedial.pl
-          - lib/unicode/Is/DCinital.pl
-          ! MANIFEST lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
-          ! lib/unicode/Is/Graph.pl lib/unicode/Is/Print.pl
-          ! lib/unicode/Is/Punct.pl lib/unicode/Is/Space.pl
-          ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
-____________________________________________________________________________
-[  7393] By: jhi                                   on 2000/10/21  18:06:05
-        Log: Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
-             From: Daniel Chetlin <daniel@chetlin.com>
-             Date: Sat, 21 Oct 2000 02:57:03 -0700
-             Message-ID: <20001021025703.A2115@darkstar.chetlin.org>
-     Branch: perl
-          + t/lib/tie-splice.t
-          ! MANIFEST lib/Tie/Array.pm
-____________________________________________________________________________
-[  7392] By: gsar                                  on 2000/10/21  18:05:15
-        Log: resync utfperl branch with mainline
-     Branch: utfperl
-         !> (integrate 1760 files)
-____________________________________________________________________________
-[  7391] By: jhi                                   on 2000/10/21  14:37:49
-        Log: Testcases for a #7383,#7385 related bug.
-             
-             Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
-             From: Nicholas Clark <nick@ccl4.org>
-             Date: Sat, 21 Oct 2000 15:04:51 +0100
-             Message-ID: <20001021150451.A51566@plum.flirble.org>
-     Branch: perl
-          ! t/pragma/utf8.t
-____________________________________________________________________________
-[  7390] By: jhi                                   on 2000/10/21  14:35:57
-        Log: Add a testcase for #7389.
-     Branch: perl
-          ! t/pragma/warn/op
-____________________________________________________________________________
-[  7389] By: jhi                                   on 2000/10/21  14:26:45
-        Log: Subject: Re: Creating const subs for constants.
-             From: John Tobey <jtobey@john-edwin-tobey.org>
-             Date: Fri, 20 Oct 2000 22:03:27 -0400 (EDT)
-             Message-Id: <m13mo0N-000FObC@feynman.localnet>
-     Branch: perl
-          ! cv.h embed.h embed.pl objXSUB.h op.c perlapi.c pod/perlapi.pod
-          ! proto.h sv.c
-____________________________________________________________________________
-[  7388] By: nick                                  on 2000/10/21  11:44:23
-        Log: Populate perlio branch
-     Branch: perlio
-         +> (branch 1760 files)
-____________________________________________________________________________
-[  7387] By: nick                                  on 2000/10/21  10:52:05
-        Log: Get branch back as replica of mainline via :
-             p4 integrate -b utfperl
-             p4 resolve -at ./...
-     Branch: utfperl
-         +> (branch 269 files)
-          - Todo-5.005 eg/ADB eg/README eg/cgi/RunMeFirst
-          - eg/cgi/caution.xbm eg/cgi/clickable_image.cgi
-          - eg/cgi/cookie.cgi eg/cgi/crash.cgi eg/cgi/customize.cgi
-          - eg/cgi/diff_upload.cgi eg/cgi/dna_small_gif.uu
-          - eg/cgi/file_upload.cgi eg/cgi/frameset.cgi eg/cgi/index.html
-          - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
-          - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
-          - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
-          - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
-          - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
-          - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
-          - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
-          - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
-          - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
-          - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
-          - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
-          - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
-          - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
-          - eg/van/vanish eg/who eg/wrapsuid epoc/Config.pm
-          - epoc/autosplit.pl epoc/config.h epoc/perl.mmp epoc/perl.pkg
-          - ext/DynaLoader/dl_rhapsody.xs lib/Sys/Hostname.pm
-          - lib/Sys/Syslog.pm lib/byte.pm lib/byte_heavy.pl lib/caller.pm
-          - lib/chat2.pl lib/lib.pm lib/unicode/Eq/Latin1.pl
-          - lib/unicode/Eq/Unicode.pl lib/unicode/Props.txt
-          - lib/unicode/UCD300.html lib/unicode/Unicode.300
-          - lib/unicode/Unicode3.html os2/POSIX.mkfifo pod/Makefile
-          - pod/Win32.pod pod/buildtoc t/lib/thread.t t/op/64bit.t
-          - t/op/nothread.t utils/perlbc.PL vms/subconfigure.com
-          - win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
-         !> (integrate 965 files)
-____________________________________________________________________________
-[  7386] By: jhi                                   on 2000/10/21  01:31:12
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[  7385] By: jhi                                   on 2000/10/21  01:28:42
-        Log: The #7383 was right only in the context of the original bug report,
-             not in more general case.
-     Branch: perl
-          ! pp_hot.c
-____________________________________________________________________________
-[  7384] By: jhi                                   on 2000/10/21  01:08:23
-        Log: Fix for ID 20000915.011, IO::Select warning for an undefined fd.
-     Branch: perl
-          ! ext/IO/lib/IO/Select.pm
-____________________________________________________________________________
-[  7383] By: jhi                                   on 2000/10/21  00:44:18
-        Log: Fix for ID 20001020.006, concatenating an unset submatch
-             with utf8 resulted in "Modification of a read-only value".
-     Branch: perl
-          ! pp_hot.c t/pragma/utf8.t
-____________________________________________________________________________
-[  7382] By: jhi                                   on 2000/10/20  20:44:31
-        Log: Make scan_num() reëntrant, as suggested in
-             
-             Subject: [PATCH perl@7229] Rentrant parser and yylex()
-             From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
-             Date: Fri, 20 Oct 2000 14:17:27 +0100
-             Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
-     Branch: perl
-          ! embed.h embed.pl objXSUB.h perlapi.c perly.c perly.y proto.h
-          ! toke.c
-____________________________________________________________________________
-[  7381] By: jhi                                   on 2000/10/20  20:07:29
-        Log: Reëntrancy fix.
-             
-             Subject: [PATCH perl@7229] Rentrant parser and yylex()
-             From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
-             Date: Fri, 20 Oct 2000 14:17:27 +0100
-             Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
-     Branch: perl
-          ! embed.h embed.pl perl.h proto.h toke.c
-____________________________________________________________________________
-[  7380] By: jhi                                   on 2000/10/20  19:15:54
-        Log: Don't write double values through long double pointers,
-             based on a part of
-             
-             Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
-             From: Jens Hamisch <jens@Strawberry.COM>
-             Date: Tue, 17 Oct 2000 08:39:36 +0200
-             Message-Id: <20001017083936.A11104@Strawberry.COM>
-     Branch: perl
-          ! perl.h pp.c
-____________________________________________________________________________
-[  7379] By: jhi                                   on 2000/10/20  18:43:37
-        Log: Portability tweak on #7377.
-             
-             Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
-             From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
-             Date:     Fri, 20 Oct 2000 13:13:41 EDT
-             Message-Id: <001020131216.3b141@DUPHY4.Physics.Drexel.Edu>
-     Branch: perl
-          ! t/lib/dprof.t
-____________________________________________________________________________
-[  7378] By: jhi                                   on 2000/10/20  12:57:19
-        Log: SOCKS function redefinitions need prototypes, too, otherwise
-             for example 32 bit versus 64 bit differences cause a lot of
-             problems.  Part of
-             
-             Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
-             From: Jens Hamisch <jens@Strawberry.COM>
-             Date: Tue, 17 Oct 2000 08:39:36 +0200
-             Message-Id: <20001017083936.A11104@Strawberry.COM>
-     Branch: perl
-          ! doio.c pp_sys.c
-____________________________________________________________________________
-[  7377] By: jhi                                   on 2000/10/20  12:37:12
-        Log: Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
-             From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
-             Date:     Fri, 20 Oct 2000 08:26:04 EDT
-             Message-Id: <001020074851.3751a@DUPHY4.Physics.Drexel.Edu>
-     Branch: perl
-          ! configure.com t/lib/dprof.t t/lib/dprof/V.pm vms/test.com
-____________________________________________________________________________
-[  7376] By: jhi                                   on 2000/10/20  12:35:31
-        Log: Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
-             From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
-             Date:     Fri, 20 Oct 2000 07:48:15 EDT
-             Message-Id: <001020074423.39b82@DUPHY4.Physics.Drexel.Edu>
-     Branch: perl
-          ! configure.com vms/gen_shrfls.pl
-____________________________________________________________________________
-[  7375] By: bailey                                on 2000/10/20  04:44:37
-        Log: SYN SYN
-     Branch: vmsperl
-         +> (branch 134 files)
-          - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
-          - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
-          - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
-          - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
-          - eg/cgi/frameset.cgi eg/cgi/index.html
-          - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
-          - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
-          - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
-          - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
-          - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
-          - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
-          - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
-          - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
-          - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
-          - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
-          - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
-          - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
-          - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
-          - eg/van/vanish eg/who eg/wrapsuid lib/chat2.pl
-          - lib/unicode/Props.txt lib/unicode/UCD300.html
-          - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
-          - utils/perlbc.PL vms/subconfigure.com
-         !> (integrate 785 files)
-____________________________________________________________________________
-[  7374] By: jhi                                   on 2000/10/20  00:59:48
-        Log: In the latest compiler builds cccdlflags must not become -fpic,
-             from Wilfredo Sánchez.
-     Branch: perl
-          ! hints/darwin.sh
-____________________________________________________________________________
-[  7373] By: jhi                                   on 2000/10/20  00:56:35
-        Log: Subject: PATCH CR+LF should be "\cM\cJ" in perlop
-             From: Tony Cook <tony@develop-help.com>
-             Date: Fri, 20 Oct 2000 07:29:15 +1100 (EST)
-             Message-ID: <Pine.LNX.4.10.10010200725530.12682-100000@develop-help.com>
-     Branch: perl
-          ! pod/perlop.pod
-____________________________________________________________________________
-[  7372] By: jhi                                   on 2000/10/19  19:34:40
-        Log: Typo noted by Mark Lutz.
-     Branch: perl
-          ! t/op/64bitint.t
-____________________________________________________________________________
-[  7371] By: jhi                                   on 2000/10/19  19:33:13
-        Log: NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
-     Branch: metaconfig
-          ! U/modified/Cppsym.U U/modified/Oldconfig.U
-     Branch: metaconfig/U/perl
-          ! End.U dlsrc.U libperl.U
-     Branch: perl
-          + hints/nonstopux.sh
-          ! Configure MANIFEST config_h.SH
-____________________________________________________________________________
-[  7370] By: jhi                                   on 2000/10/19  17:18:08
-        Log: Subject: PATCH do_print has 2 PerlIO_error()s
-             From: nick@ccl4.org
-             Date: Thu, 19 Oct 2000 18:09:20 +0100
-             Message-ID: <20001019180920.A8440@babyhippo.co.uk>
-     Branch: perl
-          ! doio.c
-____________________________________________________________________________
-[  7369] By: jhi                                   on 2000/10/19  14:01:49
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[  7368] By: jhi                                   on 2000/10/19  13:04:29
-        Log: Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
-             From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
-             Date: Wed, 18 Oct 2000 13:12:01 +0200
-             Message-Id: <20001018131021.F844.H.M.BRAND@hccnet.nl>
-     Branch: perl
-          ! hints/aix.sh
-____________________________________________________________________________
-[  7367] By: jhi                                   on 2000/10/19  02:22:40
-        Log: Fix of sorts for bug id 20000901.092.  There seems to be no trace
-             of a 'pmshort' anywhere in the B, so the offending line was simply
-             removed.
-     Branch: perl
-          ! ext/B/B/Debug.pm
-____________________________________________________________________________
-[  7366] By: jhi                                   on 2000/10/19  02:12:37
-        Log: Add the test case for the bug id 20000730.004 which seems
-             to have been fixed by now.
-     Branch: perl
-          ! t/pragma/utf8.t
-____________________________________________________________________________
-[  7365] By: jhi                                   on 2000/10/18  23:36:24
-        Log: Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH> 
-             From: Hugo <hv@crypt.compulink.co.uk>
-             Date: Wed, 18 Oct 2000 23:25:58 +0100
-             Message-Id: <200010182225.XAA20330@crypt.compulink.co.uk>
-     Branch: perl
-          ! pp_ctl.c pp_hot.c t/op/flip.t t/pragma/warn/pp_hot
-____________________________________________________________________________
-[  7364] By: jhi                                   on 2000/10/18  21:12:53
-        Log: (retracted)
-     Branch: perl
-          ! pp.c
-____________________________________________________________________________
-[  7363] By: jhi                                   on 2000/10/18  20:55:38
-        Log: Missing change from #7362.
-     Branch: perl
-          ! win32/perlhost.h
-____________________________________________________________________________
-[  7362] By: jhi                                   on 2000/10/18  20:52:01
-        Log: Borland C fstat() never saw the fd as writable.
-             
-             Subject: fix for Borland's weak "stat" (perl@7211)
-             From: "Konovalov, Vadim" <vkonovalov@lucent.com>
-             Date: Mon, 16 Oct 2000 09:55:03 +0400
-             Message-ID: <402099F49BEED211999700805FC7359F7C0E40@ru0028exch01.spb.lucent.com>
-     Branch: perl
-          ! win32/win32.c
-____________________________________________________________________________
-[  7361] By: jhi                                   on 2000/10/18  17:43:50
-        Log: Regen toc.
-     Branch: perl
-          ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
-____________________________________________________________________________
-[  7360] By: jhi                                   on 2000/10/18  17:07:44
-        Log: From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
-             Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
-             Message-Id: <20001016151837.9977.H.M.BRAND@hccnet.nl>
-             Date: Mon, 16 Oct 2000 15:19:49 +0200
-     Branch: perl
-          + README.aix
-          ! MANIFEST
-____________________________________________________________________________
-[  7359] By: jhi                                   on 2000/10/18  17:04:49
-        Log: Subject: Pod patch for Devel::Peek
-             From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
-             Message-Id: <20001016121252.996B.H.M.BRAND@hccnet.nl>
-             Date: Mon, 16 Oct 2000 12:26:34 +0200
-     Branch: perl
-          ! ext/Devel/Peek/Peek.pm
-____________________________________________________________________________
-[  7358] By: jhi                                   on 2000/10/18  17:03:15
-        Log: Make Cwd more bulletproof in chrooted environments.
-             
-             Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
-             From: "Eric E. Coe" <Eric.Coe@oracle.com>
-             Date: Wed, 18 Oct 2000 04:03:54 -0400
-             Message-Id: <39ED596A.70E599FE@oracle.com>
-     Branch: perl
-          ! lib/Cwd.pm
-____________________________________________________________________________
-[  7357] By: jhi                                   on 2000/10/18  16:37:26
-        Log: Disable the UTF8 downgrade croakage for now to avoid
-             too many not okay messages.
-     Branch: perl
-          ! doio.c
-____________________________________________________________________________
-[  7356] By: jhi                                   on 2000/10/17  23:29:41
-        Log: Show the failed remote port, instead of the failing line number.
-             
-             Subject: [PATCH 5.6.1 Debugger] More diagnostics
-             From: David Sparks <daves@ActiveState.com>
-             Date: Tue, 17 Oct 2000 15:00:24 -0700
-             Message-Id: <5.0.0.25.0.20001017144037.02551e10@pop3>
-     Branch: perl
-          ! lib/perl5db.pl
-____________________________________________________________________________
-[  7355] By: jhi                                   on 2000/10/17  14:11:31
-        Log: On output try to downgrade to bytes, croak if impossible,
-             from Simon Cozens.  This means that outputting >255 UTF8
-             is impossible.  Consider this as a strong incentive to get
-             the I/O disciplines implemented.
-     Branch: perl
-          ! doio.c pod/perldiag.pod sv.c
-____________________________________________________________________________
-[  7354] By: jhi                                   on 2000/10/17  13:42:23
-        Log: Clarify documentation on 'use bytes'.
-             
-             Subject: Re: What does 'use bytes' "mean" ?
-             From: Simon Cozens <simon@cozens.net>
-             Date: Mon, 18 Sep 2000 18:24:25 +0100
-             Message-ID: <20000918182425.A26765@deep-dark-truthful-mirror.perlhacker.org>
-     Branch: perl
-          ! lib/bytes.pm
-____________________________________________________________________________
-[  7353] By: jhi                                   on 2000/10/17  13:28:12
-        Log: Workaround for a sfio bug where the stream error indicator
-             is not cleared as documented.
-             
-             Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
-             From: Nicholas Clark <nick@ccl4.org>
-             Date: Mon, 16 Oct 2000 18:28:23 +0100
-             Message-ID: <20001016182823.J19700@plum.flirble.org>
-     Branch: perl
-          ! doio.c
-____________________________________________________________________________
-[  7352] By: jhi                                   on 2000/10/17  13:06:19
-        Log: More IoTYPE sprinkling.
-     Branch: perl
-          ! doio.c pp_hot.c
-____________________________________________________________________________
-[  7351] By: jhi                                   on 2000/10/16  22:47:07
-        Log: Detect early whether the std streams have gone bad.
-             
-             Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
-             Date: Mon, 16 Oct 2000 23:28:42 +0100
-             From: Nicholas Clark <nick@ccl4.org>
-             Message-ID: <20001016232842.A37942@plum.flirble.org>
-     Branch: perl
-          ! t/op/misc.t
-____________________________________________________________________________
-[  7350] By: jhi                                   on 2000/10/16  22:45:16
-        Log: Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
-             From: "Peter J. Farley III" <pjfarley@banet.net>
-             Date: Mon, 16 Oct 2000 18:15:59 -0400
-             Message-Id: <4.3.1.0.20001016180235.00ac65a0@pop5.banet.net>
-     Branch: perl
-          ! djgpp/djgpp.c dosish.h t/io/open.t
-____________________________________________________________________________
-[  7349] By: jhi                                   on 2000/10/16  22:36:45
-        Log: perldelta tweak.
-     Branch: perl
-          ! pod/perldelta.pod
-____________________________________________________________________________
-[  7348] By: jhi                                   on 2000/10/16  15:17:53
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[  7347] By: jhi                                   on 2000/10/16  13:55:27
-        Log: Add the capability to include/exclude branches.
-     Branch: perl
-          ! Porting/genlog
-____________________________________________________________________________
-[  7346] By: jhi                                   on 2000/10/16  13:18:04
-        Log: Add Charles Lane.
-     Branch: perl
-          ! AUTHORS Changes
-____________________________________________________________________________
-[  7345] By: jhi                                   on 2000/10/16  13:13:21
-        Log: Add a perldelta note about the change #6024, pointed out by Sarathy.
-     Branch: perl
-          ! pod/perldelta.pod
-____________________________________________________________________________
-[  7344] By: gsar                                  on 2000/10/16  09:30:21
-        Log: integrate change#6220 from cfgperl
-             
-             Win32 patches from Benjamin Stuhl.
-     Branch: maint-5.6/perl
-         !> makedef.pl win32/win32.h
-____________________________________________________________________________
-[  7343] By: gsar                                  on 2000/10/16  08:32:19
-        Log: integrate changes#6221,6222 from cfgperl
-             
-             Remove tr///CU (the feature is to be obsoleted by better interfaces).
-             From: simon@brecon.co.uk (Simon Cozens)
-             Subject: [PATCH] Eliminate tr///[CU][CU]
-             Date: 23 Jun 2000 11:05:40 GMT
-             Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
-             
-             doc typo fix
-             Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
-             From: Ian Phillipps <Ian.Phillipps@iname.com>
-             Date: Fri, 23 Jun 2000 10:40:58 +0100
-             Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
-     Branch: maint-5.6/perl
-         !> doop.c embed.pl lib/Pod/Usage.pm pod/perlop.pod toke.c utf8.c
-____________________________________________________________________________
-[  7342] By: gsar                                  on 2000/10/16  08:28:08
-        Log: integrate change#6217 from cfgperl (in part)
-             
-             Rename the fdpid locking and integrate with Sarathy.
-     Branch: maint-5.6/perl
-         !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h
-         !> global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
-         !> pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
-         !> win32/win32.c
-____________________________________________________________________________
-[  7341] By: gsar                                  on 2000/10/16  08:23:39
-        Log: integrate changes#6214..6216 from mainline
-             
-             @_ can't have junk in it even in the non-USE_ITHREADS case because
-             caller() wants to populate @DB::args with it (causes a coredump
-             in Carp::confess())
-             
-             tweak comment about @DB::args
-             
-             be more optimal about clearing @_
-     Branch: maint-5.6/perl
-         !> av.h cop.h pp_ctl.c t/op/runlevel.t
-____________________________________________________________________________
-[  7340] By: gsar                                  on 2000/10/16  08:20:37
-        Log: integrate changes#6207..6210 from cfgperl
-             
-             Subject: [PATCH 5.6.0] Threadsafe patches
-             From: Dan Sugalski <dan@sidhe.org>
-             To: perl5-porters@perl.org
-             Date: Mon, 08 May 2000 18:08:13 -0400
-             Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
-             
-             Regen headers for #6207.
-             
-             Lock PL_fdpid against race conditions, based on:
-             Subject: [PATCH 5.6.0]subprocess fixup for threads
-             From: Dan Sugalski <dan@sidhe.org>
-             To: perl5-porters@perl.org
-             Date: Tue, 11 Apr 2000 17:02:32 -0400
-             Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
-             
-             Mopup for #6207 and #6209.
-     Branch: maint-5.6/perl
-         !> doio.c embed.h embed.pl global.sym gv.c intrpvar.h objXSUB.h
-         !> perl.c pp.c pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c
-         !> win32/win32.c
-____________________________________________________________________________
-[  7339] By: gsar                                  on 2000/10/16  08:14:34
-        Log: integrate change#6203 from cfgperl
-             
-             perldiag should refer to perlos2.pod not README.os2
-     Branch: maint-5.6/perl
-         !> pod/perldiag.pod
-____________________________________________________________________________
-[  7338] By: gsar                                  on 2000/10/16  08:11:42
-        Log: integrate change#6201 from mainline
-             
-             Perl_eval_pv() leaks 4 bytes every time it is called because it
-             does a PUSHMARK that's never ever POPMARKed; in general, only
-             Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
-             Perl_eval_[sp]v() don't because they don't take any incoming
-             arguments (this leak has been around since the original version
-             of perl_eval_pv() in 5.003_97e)
-     Branch: maint-5.6/perl
-         !> perl.c
-____________________________________________________________________________
-[  7337] By: gsar                                  on 2000/10/16  08:08:47
-        Log: integrate changes#6197..6200 from cfgperl
-             
-             Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
-             From: John Borwick <jhborwic@unity.ncsu.edu>
-             Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
-             Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
-             
-             Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
-             From: Dan Sugalski <dan@sidhe.org>
-             To: vmsperl@perl.org, perl5-porters@perl.org
-             Date: Fri, 02 Jun 2000 16:00:41 -0400
-             Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
-             Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
-             
-             Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
-             From: Dan Sugalski <dan@sidhe.org>
-             To: perl5-porters@perl.org, vmsperl@perl.org
-             Date: Fri, 02 Jun 2000 17:30:51 -0400
-             Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
-             
-             Update to cperl-mode.el 4.31 from
-             ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
-             Subject: A couple of notes
-             From: Ilya Zakharevich <ilya@math.ohio-state.edu>
-             To: Mailing list Perl5 <perl5-porters@perl.org>
-             Date: Sat, 3 Jun 2000 23:33:32 -0400
-             Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
-     Branch: maint-5.6/perl
-         !> emacs/cperl-mode.el embed.h embed.pl embedvar.h
-         !> ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c perlapi.h
-         !> pod/perlapi.pod pod/perlintern.pod pod/perlsyn.pod proto.h
-         !> vms/descrip_mms.template vms/gen_shrfls.pl vms/vms.c
-         !> vms/vmsish.h
-____________________________________________________________________________
-[  7336] By: gsar                                  on 2000/10/16  08:03:46
-        Log: integrate changes#6194,6195 from mainline
-             
-             fix small eval"" memory leaks under USE_ITHREADS
-             
-             fix yet another eval"" leak under USE_ITHREADS
-     Branch: maint-5.6/perl
-         !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
-         !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
-         !> vms/perly_c.vms
-____________________________________________________________________________
-[  7335] By: gsar                                  on 2000/10/16  08:02:15
-        Log: integrate changes#6190,6191 from mainline
-             
-             submit missing embed.pl change
-             
-             vec() loses numericalness (modified version of patch suggested
-             by Robin Barker)
-     Branch: maint-5.6/perl
-         !> doop.c embed.pl t/op/vec.t
-____________________________________________________________________________
-[  7334] By: gsar                                  on 2000/10/16  08:01:03
-        Log: integrate change#6189 from mainline
-             
-             counting tr/// corrupts later operation (from M.J.T Guy)
-     Branch: maint-5.6/perl
-         !> doop.c t/op/tr.t
-____________________________________________________________________________
-[  7333] By: gsar                                  on 2000/10/16  07:59:07
-        Log: integrate changes#6183..6188 from mainline
-             
-             SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
-             <nick@ccl4.org>)
-             
-             tweak for change#6127
-             
-             remove incorrect documentation about implicit split to @_ in
-             list context, which never really worked in perl 5 (from
-             M.J.T. Guy)
-             
-             further qualify references to "alphanumeric" (from Wolfgang Laun
-             <wolfgang.laun@alcatel.at>)
-             
-             replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
-             (from Tim Jenness <t.jenness@jach.hawaii.edu>)
-             
-             h2xs tweaks
-     Branch: maint-5.6/perl
-         +> lib/Pod/LaTeX.pm t/lib/selfloader.t
-         !> AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm handy.h
-         !> lib/SelfLoader.pm perl.c pod/perlapi.pod pod/perldata.pod
-         !> pod/perlfaq6.pod pod/perlfaq9.pod pod/perlfunc.pod
-         !> pod/perllocale.pod pod/perlre.pod pod/perltrap.pod
-         !> pod/pod2latex.PL utils/h2xs.PL
-____________________________________________________________________________
-[  7332] By: gsar                                  on 2000/10/16  07:53:52
-        Log: integrate change#6179 from mainline
-             
-             buggy modulus on UVs introduced by change#3378 (resulted in
-             4063328477 % 65535 amounting to 27406, instead of 27407)
-     Branch: maint-5.6/perl
-         !> pp.c t/op/arith.t
-____________________________________________________________________________
-[  7331] By: gsar                                  on 2000/10/16  07:52:49
-        Log: integrate changes#6176,6177,6178,6182 from cfgperl
-             
-             Single-quoted utf8 patch from Simon Cozens.
-             
-             Substitution utf8 patch from Simon Cozens.
-             
-             Be cleaner.
-             
-             Be Cleaner Part Deux.
-     Branch: maint-5.6/perl
-         !> Makefile.SH pp_hot.c toke.c
-____________________________________________________________________________
-[  7330] By: gsar                                  on 2000/10/16  07:41:36
-        Log: integrate change#6172 from mainline
-             
-             fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
-             (from Ilya Zakharevich)
-     Branch: maint-5.6/perl
-         !> regexec.c t/op/re_tests
-____________________________________________________________________________
-[  7329] By: gsar                                  on 2000/10/16  07:40:25
-        Log: integrate change#6171 from mainline
-             
-             scalar() doesn't force scalar context when used in void context
-             (from Simon Cozens)
-     Branch: maint-5.6/perl
-         !> op.c t/op/wantarray.t
-____________________________________________________________________________
-[  7328] By: gsar                                  on 2000/10/16  07:39:33
-        Log: integrate change#6170 from mainline
-             
-             change#6142 needs tweaks to tests to work where there's no
-             symlink() (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
-     Branch: maint-5.6/perl
-         !> t/lib/filefind.t
-____________________________________________________________________________
-[  7327] By: gsar                                  on 2000/10/16  07:35:34
-        Log: integrate changes#6166..6168 from cfgperl
-             
-             Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
-             in case somebody wants to write an extension for more
-             shadow database interfaces.
-             
-             tweak todo
-             
-             Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
-     Branch: maint-5.6/perl
-         !> Configure Porting/Glossary Porting/config.sh Porting/config_H
-         !> Todo-5.6 config_h.SH epoc/config.sh perl.h pp_sys.c toke.c
-         !> vms/subconfigure.com vos/config.def vos/config.h vos/config.pl
-         !> vos/config_h.SH_orig 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/config_sh.PL
-____________________________________________________________________________
-[  7326] By: gsar                                  on 2000/10/16  07:29:05
-        Log: integrate changes#6157,6159..6161,6164 from cfgperl
-             
-             Regen Configure to jive with #6149.
-             
-             Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
-             
-             Changes for the File::Temp 0.08 (change #6159) test suite
-             to fit better into the Perl distribution test framework.
-             
-             Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
-             both from Simon Cozens.
-             
-             detypo
-     Branch: maint-5.6/perl
-         +> pod/perlmodlib.PL pod/perlnewmod.pod
-         !> AUTHORS Configure MAINTAIN MANIFEST config_h.SH
-         !> lib/File/Temp.pm pod/Makefile pod/perl.pod pod/perlmodlib.pod
-         !> pod/perltoc.pod t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
-         !> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
-____________________________________________________________________________
-[  7325] By: gsar                                  on 2000/10/16  07:25:13
-        Log: integrate change#6158 from vmsperl
-             
-             Add fallback to tmpfile for use in cases where user's relying on
-             ACLs on SYS$SCRATCH to permit file creation. (based on Charles
-             Lane's patch)
-     Branch: maint-5.6/perl
-         !> vms/vms.c vms/vmsish.h
-____________________________________________________________________________
-[  7324] By: gsar                                  on 2000/10/16  07:20:50
-        Log: integrate changes#6153..6155 from mainline
-             
-             prettier Test::Harness output on failed tests (from Nicholas Clark
-             <nick@Bagpuss.uk.boo.com>)
-             
-             avoid type mismatch warning
-             
-             small bug in change#6144; remove random \xA0 character that snuck
-             in via change#6145
-     Branch: maint-5.6/perl
-         !> lib/AutoSplit.pm lib/ExtUtils/xsubpp lib/Test/Harness.pm
-         !> perl.c
-____________________________________________________________________________
-[  7323] By: gsar                                  on 2000/10/16  07:18:47
-        Log: integrate changes#6151,6152 from mainline
-             
-             fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
-             
-             cosmetic fixups of RE debug output (from Ilya Zakharevich)
-     Branch: maint-5.6/perl
-         !> regexec.c
-____________________________________________________________________________
-[  7322] By: gsar                                  on 2000/10/16  07:17:25
-        Log: integrate changes#6146..6150 from mainline
-             
-             doc typo
-             
-             add a make entry to Config.pm so "perl -V:make" works on VMS
-             (from Peter Prymmer)
-             
-             close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
-             
-             OS/2 tweaks for usethreads build (from Rocco Caputo
-             <troc@netrus.net>)
-             
-             perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
-     Branch: maint-5.6/perl
-         !> Configure hints/os2.sh lib/ExtUtils/MM_Unix.pm lib/warnings.pm
-         !> makedef.pl os2/Makefile.SHs os2/OS2/REXX/t/rx_dllld.t
-         !> os2/OS2/REXX/t/rx_objcall.t os2/OS2/REXX/t/rx_tievar.t
-         !> os2/OS2/REXX/t/rx_tieydb.t os2/os2.c os2/os2ish.h perl.c
-         !> pod/perlrequick.pod util.c vms/subconfigure.com warnings.h
-         !> warnings.pl x2p/a2p.h
-____________________________________________________________________________
-[  7321] By: gsar                                  on 2000/10/16  07:14:02
-        Log: integrate changes#6143..6145 from mainline
-             
-             MacOS support, part 1 (from Matthias Neeracher
-             <neeri@iis.ee.ethz.ch>)
-             
-             MacOS support, part 2: make AutoSplit use File::Spec instead
-             of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
-             <neeri@iis.ee.ethz.ch>)
-             
-             make xsubpp skip embedded pod (from Matthias Neeracher
-             <neeri@iis.ee.ethz.ch>)
-     Branch: maint-5.6/perl
-         +> ext/DynaLoader/dl_mac.xs
-         !> MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
-         !> ext/POSIX/POSIX.xs lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
-         !> lib/ExtUtils/xsubpp mg.c perl.c perlsfio.h pod/perlfaq4.pod
-         !> pp_ctl.c proto.h toke.c util.c util.h
-____________________________________________________________________________
-[  7320] By: gsar                                  on 2000/10/16  07:12:13
-        Log: integrate changes#6141,6142 from mainline
-             
-             BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
-             forwarded by Peter Seebach from the bsdi-users mailing list.
-             p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
-             
-             File::Find fails to chdir when chasing symlinks (from
-             Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
-     Branch: maint-5.6/perl
-         !> hints/bsdos.sh lib/File/Find.pm t/lib/filefind.t
-____________________________________________________________________________
-[  7319] By: gsar                                  on 2000/10/16  07:04:30
-        Log: integrate change#6139 from mainline
-             
-             revise mktables.PL for bugs and newness in Unicode 3.0
-             (from James Bence <jbence@amgen.com>)
-     Branch: maint-5.6/perl
-         +> (branch 30 files)
-         !> (integrate 49 files)
-____________________________________________________________________________
-[  7318] By: gsar                                  on 2000/10/16  07:01:01
-        Log: integrate changes#6137,6138 from mainline
-             
-             fix bogus redeclaration warning for "our" variables in different
-             scopes
-             
-             add note about the handling of negative indices to tied arrays
-             (from Michael G Schwern <schwern@pobox.com>)
-     Branch: maint-5.6/perl
-         !> op.c pod/perltie.pod t/pragma/strict-vars
-____________________________________________________________________________
-[  7317] By: gsar                                  on 2000/10/16  06:58:46
-        Log: integrate changes#6127..6136 from mainline
-             
-             call_method(...,G_EVAL) can longjmp() out if the method probing
-             failed (from Gisle Aas)
-             
-             new perlxstut example for passing/returning refs to arrays
-             (from David Lowe <dlowe@pootpoot.com>)
-             
-             VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
-             
-             fix places that mean C<"word" character> but say C<alphanumeric
-             character>
-             
-             avoid warnings in POSIX.pm (from Barrie Slaymaker)
-             
-             warnings::enabled() doesn't fall back to looking at $^W if
-             caller isn't using lexical warnings (from Paul Marquess)
-             
-             elide bogus test in change#6132
-             
-             make Test::Harness use wait.h/WCOREDUMP if available
-             (from Ben Tilly <ben_tilly@hotmail.com>)
-             
-             enable Test::Harness to dynamically determine column width etc.
-             (from Rob Napier <rnapier@employees.org>)
-             
-             random pod typos (from Peter Scott <Peter@PSDT.com>)
-     Branch: maint-5.6/perl
-         !> cop.h ext/Devel/Peek/Peek.pm ext/POSIX/POSIX.pm
-         !> lib/Test/Harness.pm perl.c pod/perldebguts.pod
-         !> pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
-         !> pod/perlxstut.pod pp_ctl.c t/pragma/warn/9enabled vms/test.com
-____________________________________________________________________________
-[  7316] By: gsar                                  on 2000/10/16  06:53:23
-        Log: integrate change#6126 from mainline
-             
-             change#2879 broke rvalue autovivification of magicals such as
-             ${$num} (reworked variant of patch suggested by Simon Cozens)
-     Branch: maint-5.6/perl
-         !> embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
-         !> pp_hot.c proto.h t/op/gv.t
-____________________________________________________________________________
-[  7315] By: gsar                                  on 2000/10/16  06:51:38
-        Log: integrate changes#6123,6125 from mainline
-             
-             clarify gotcha with #line directives (from Rocco Caputo
-             <troc@netrus.net>)
-             
-             enable propagating exception objects via Perl_croak() in XS code
-             (from Gisle Aas)
-     Branch: maint-5.6/perl
-         !> pod/perldebug.pod pod/perlsyn.pod util.c
-____________________________________________________________________________
-[  7314] By: gsar                                  on 2000/10/16  06:49:28
-        Log: integrate change#6122 from mainline
-             
-             downgrade fatal error on C<"foo@nosucharray.com"> to optional
-             warning (from Mark-Jason Dominus)
-     Branch: maint-5.6/perl
-         !> lib/ExtUtils/typemap pod/perldelta.pod pod/perlsub.pod
-         !> pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
-         !> t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
-         !> toke.c
-____________________________________________________________________________
-[  7313] By: gsar                                  on 2000/10/16  06:46:54
-        Log: integrate changes#6112..6121 from vmsperl
-             
-             Check for existence of file before trying to delete
-             
-             Ugly workaround for version-specific RTL error
-             
-             Urk -- undo previous removal of vmsish 'exit' change
-             
-             Add bounds checking for several strings (Charles Lane)
-             
-             Miscellaneous cosmetic fixes (Charles Lane)
-             
-             Treat sockets as special in sys(read|write) (Charles Lane et al.)
-             
-             Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
-             Flatten case labels in switch statements uniformly (Charles Bailey)
-             
-             Quiet error messages in vmsish.t (Charles Lane)
-             
-             Add missing escape (Charles Lane)
-             
-             Allow eliminate_macros() and fixpath() to handle space-delimited
-             lists (based on fixes by Craig Berry)
-     Branch: maint-5.6/perl
-         !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
-         !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
-         !> vms/vmsish.h
-____________________________________________________________________________
-[  7312] By: gsar                                  on 2000/10/16  06:41:18
-        Log: integrate changes#6107,6110 from cfgperl
-             
-             Tweak the todo list.
-             
-             todo tweak
-     Branch: maint-5.6/perl
-         !> Todo-5.6
-____________________________________________________________________________
-[  7311] By: gsar                                  on 2000/10/16  06:38:38
-        Log: integrate changes#6104,6108 from mainline
-             
-             PL_sys_intern was being initialized too late on windows
-             
-             reenable fake signal handling on Windows, bugs and all
-     Branch: maint-5.6/perl
-         !> embed.h embed.pl global.sym makedef.pl mg.c objXSUB.h perl.c
-         !> perl.h perlapi.c pod/perlapi.pod proto.h win32/perlhost.h
-         !> win32/win32.c
-____________________________________________________________________________
-[  7310] By: gsar                                  on 2000/10/16  06:36:03
-        Log: integrate changes#6095,6097..6103 from cfgperl
-             
-             Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
-             might be useful in future.
-             
-             Add a note about possible compilation problems from Allen Smith.
-             
-             Add a note about other, yet unsupported, shadow password APIs.
-             
-             Tweaks for the cc bugs from Allen Smith.
-             
-             More compilation tweakery from Allen Smith.
-             
-             Hints and test tweaks for Unicos.
-             
-             The test suite tweak in #6101 wasn't quite right.
-             
-             Test tweaking for Unicos continues.
-     Branch: maint-5.6/perl
-         !> Configure Porting/Glossary Porting/config.sh Porting/config_H
-         !> config_h.SH hints/irix_6.sh hints/unicos.sh pp_sys.c t/lib/b.t
-         !> t/lib/complex.t t/op/64bitint.t
-____________________________________________________________________________
-[  7309] By: gsar                                  on 2000/10/16  06:29:41
-        Log: integrate changes#6093,6094 from mainline
-             
-             fork() failure to create pseudo process sets errno=EAGAIN and returns
-             undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
-             
-             cygwin update (from Eric Fifer <efifer@sanwaint.com>)
-     Branch: maint-5.6/perl
-         !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
-         !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
-____________________________________________________________________________
-[  7308] By: gsar                                  on 2000/10/16  06:27:29
-        Log: integrate change#6092 from cfgperl
-             
-             Regen perltoc with the fixed buildtoc.
-     Branch: maint-5.6/perl
-         !> pod/perltoc.pod
-____________________________________________________________________________
-[  7307] By: gsar                                  on 2000/10/16  06:26:40
-        Log: integrate changes#6089,6090 from mainline
-             
-             buildtoc tweak to fix newline lossage
-             
-             concat doesn't preserve utf8-ness, and doesn't invalidate
-             [NI]OK; added tests for both
-     Branch: maint-5.6/perl
-         !> perl.c pod/buildtoc pp_hot.c sv.c t/op/substr.t
-____________________________________________________________________________
-[  7306] By: gsar                                  on 2000/10/16  06:24:05
-        Log: integrate change#6088 from cfgperl
-             
-             Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
-             because we do not use those.  The HAS_GETSPNAM remains,
-             though, because we still do use that.
-     Branch: maint-5.6/perl
-         !> Configure Porting/Glossary Porting/config.sh Porting/config_H
-         !> config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
-         !> pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
-         !> vos/config_h.SH_orig 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/config_sh.PL
-____________________________________________________________________________
-[  7305] By: gsar                                  on 2000/10/16  06:15:52
-        Log: integrate changes#6084,6085,6087 from mainline
-             
-             substr() does not preserve utf8-ness (from Stefan Eissing
-             <Eissing@medicaldataservice.de>); added tests
-             
-             repeat operator (x) doesn't preserve utf8-ness
-             
-             reverse() and quotemeta() weren't preserving utf8-ness; add tests
-     Branch: maint-5.6/perl
-         !> pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
-____________________________________________________________________________
-[  7304] By: gsar                                  on 2000/10/16  06:13:10
-        Log: integrate changes#6077..6083 from mainline
-             
-             avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
-             and Tom Phoenix)
-             
-             workaround for CRT bug in chdir() (from Charles Lane, via
-             Peter Prymmer)
-             
-             remove outdated kludge in Carp (NULLs are permitted in diagnostics
-             now)
-             
-             add File::Temp v0.08 from CPAN, with small tweaks to testsuite
-             (from Tim Jenness <t.jenness@jach.hawaii.edu>)
-             
-             better default perlbug categories for ok reports (from Richard Foley)
-             
-             peek.t non-portable to ithreads
-             
-             note about undocumented caller() return value (from M.J.T. Guy);
-             yet another peek.t tweak
-     Branch: maint-5.6/perl
-         +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
-         +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
-         !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
-         !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
-         !> pod/perltie.pod t/lib/peek.t utils/perlbug.PL vms/vms.c
-         !> vms/vmsish.h
-____________________________________________________________________________
-[  7303] By: gsar                                  on 2000/10/16  06:03:18
-        Log: integrate changes#6011,6016,6033,6035..6039,6047..6052,6054..6059,
-             6073..6075 from cfgperl (pp_sys.c manually merged due to conflicts)
-             
-             &HUGE_VAL is not defined, it exists.
-             
-             Do not warn that an infinity does not look like a number.
-             
-             Rewrite the pwent/spent logic to be a little bit more clearer.
-             
-             Continue on the pwent/spent case.
-             
-             Correct Freudian slip.
-             
-             Use HUGE_VALL if applicable.
-             
-             pwent/spent #ifdef imbalance.
-             
-             Infinite problems.
-             
-             Call getspnam() only iff needd.
-             
-             Test both the scalar and list contexts.
-             
-             Use setxxent()/endxxent().
-             
-             Complex tweakery.
-             
-             Unicos hint tweak.
-             
-             Be more forgiving in POSIX about HUGE_VALL.
-             
-             Detypo.
-             
-             The search of infinity continues, this time simplified.
-             
-             The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
-             in natively 64-bit platforms where a long is a quad (no need
-             for long longs).  Also added bias for IVs.
-             
-             Complex tweaks.
-             
-             Introduce t/lib/peek.t.
-             
-             Make the test more portable.
-     Branch: maint-5.6/perl
-         +> t/lib/peek.t
-          ! pp_sys.c
-         !> MANIFEST ext/POSIX/POSIX.xs hints/unicos.sh
-         !> lib/Math/Complex.pm sv.c t/lib/complex.t t/op/grent.t
-         !> t/op/pwent.t toke.c util.c
-____________________________________________________________________________
-[  7302] By: gsar                                  on 2000/10/16  05:03:37
-        Log: integrate changes#6066..6071 from mainline
-             
-             s/END/CHECK/
-             
-             replace direct call to sighandler() with (*PL_sighandlerp)()
-             
-             note about values()
-             
-             File::Spec compatibility update (from Barrie Slaymaker
-             <barries@slaysys.com>)
-             
-             remove misleading comment (from M.J.T. Guy)
-             
-             misformatted perllocal.pod (from Tim Jenness
-             <t.jenness@jach.hawaii.edu>)
-     Branch: maint-5.6/perl
-         !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
-         !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
-         !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
-         !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
-____________________________________________________________________________
-[  7301] By: gsar                                  on 2000/10/16  05:00:08
-        Log: integrate changes#6061..6063 from mainline
-             
-             change#5921 neglected to make eq honor "use bytes"
-             
-             additional tests for utf8.t
-             
-             tokeq() could read unallocated field in argument
-     Branch: maint-5.6/perl
-         !> sv.c t/pragma/utf8.t toke.c
-____________________________________________________________________________
-[  7300] By: gsar                                  on 2000/10/16  04:56:54
-        Log: integrate changes#6046,6048,6057,6058 from mainline
-             
-             libscheck has insufficient checks for n32 libs (from
-             Albert Chin-A-Young <china@thewrittenword.com>)
-             
-             add note about how $( doesn't interpolate in REs (from
-             Philip Newton <newton@ficus.frogspace.net>)
-             
-             fix broken parsing of /\x{ab}/
-             
-             printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
-             (spotted by Donald Kinzer <dkinzer@premia.com>)
-     Branch: maint-5.6/perl
-         !> hints/irix_6.sh perl.c pod/perlop.pod regcomp.c
-         !> t/pragma/utf8.t
-____________________________________________________________________________
-[  7299] By: gsar                                  on 2000/10/16  04:52:50
-        Log: integrate change#6044 from mainline
-             
-             change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
-             such that underscores are only ignored in literal numbers,
-             "\x{...}", and hex/oct argument
-     Branch: maint-5.6/perl
-         !> perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
-____________________________________________________________________________
-[  7298] By: gsar                                  on 2000/10/16  04:50:53
-        Log: integrate changes#6027..6043 from mainline
-             
-             podlators-1.02 update (from Russ Allbery)
-             
-             Pod::Man generates groff-incompatible macro definition (from
-             Tom Christiansen)
-             
-             add CGI.pm v2.66 (from Lincoln Stein)
-             
-             introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
-             for @- and @+ (from Johan Vromans)
-             
-             small nits in diagnostics.pm (from Robin Barker)
-             
-             whitespace adjustments
-             
-             missing files in MANIFEST
-             
-             cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
-             to compensate
-             
-             remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
-             
-             perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
-     Branch: maint-5.6/perl
-         +> lib/CGI/Util.pm t/lib/cgi-pretty.t
-         !> MANIFEST Porting/makerel lib/CGI.pm lib/CGI/Carp.pm
-         !> lib/CGI/Cookie.pm lib/CGI/Pretty.pm lib/CGI/Push.pm
-         !> lib/English.pm lib/Pod/Man.pm lib/Pod/Text.pm
-         !> lib/diagnostics.pm pod/perldiag.pod pod/perlretut.pod
-         !> pod/perltrap.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
-         !> t/lib/cgi-html.t t/lib/cgi-request.t
-____________________________________________________________________________
-[  7297] By: gsar                                  on 2000/10/16  04:44:30
-        Log: integrate change#6025 from mainline
-             
-             Is{Alnum,Alpha,Word} don't match titlecase
-             TODO: IsSpace is defined recursively!
-             (both spotted by Larry)
-     Branch: maint-5.6/perl
-         !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
-         !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
-____________________________________________________________________________
-[  7296] By: gsar                                  on 2000/10/16  04:39:30
-        Log: integrate change#6023 from mainline
-             
-             debugger stomps on $. (from M.J.T. Guy)
-     Branch: maint-5.6/perl
-         !> lib/perl5db.pl
-____________________________________________________________________________
-[  7295] By: gsar                                  on 2000/10/16  04:38:02
-        Log: integrate change#6022 from mainline
-             
-             unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
-     Branch: maint-5.6/perl
-         !> sv.c
-____________________________________________________________________________
-[  7294] By: gsar                                  on 2000/10/16  04:37:05
-        Log: integrate changes#6018..6021 from mainline
-             
-             make lib/syslog.t portable to systems that don't have _PATH_LOG,
-             make _PATH_LOG() return "" if unavailable
-             
-             windows portability tweaks
-             
-             test tweak
-             
-             remove Win2K issue in pod (fixed by change#6020)
-     Branch: maint-5.6/perl
-         !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
-         !> ext/Sys/Syslog/Syslog.xs pod/perldelta.pod t/lib/b.t
-         !> t/lib/open3.t t/lib/syslog.t win32/win32.h
-____________________________________________________________________________
-[  7293] By: gsar                                  on 2000/10/16  04:20:00
-        Log: integrate changes#6013..6015 from mainline
-             
-             tweak change#5945 to display correct switch name in diagnostic
-             
-             glob() loading File::Glob behind the scenes may cause syntax errors
-             
-             tweak test for portability
-     Branch: maint-5.6/perl
-         !> op.c perl.c pod/perldiag.pod t/lib/b.t
-____________________________________________________________________________
-[  7292] By: gsar                                  on 2000/10/16  04:18:11
-        Log: integrate changes#6005..6010 from mainline, cfgperl
-             
-             perldoc might fail via "use blib" (from Hugo van der Sanden)
-             
-             Regen Configure.
-             
-             note about compile failures and END blocks (from M.J.T. Guy)
-             
-             VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
-             
-             (change#6009 integrated earlier in change#7255)
-             
-             clarify note about shadow password support (from
-             gellyfish@gellyfish.com)
-     Branch: maint-5.6/perl
-         !> Configure Porting/Glossary Porting/config.sh Porting/config_H
-         !> config_h.SH installperl pod/perldelta.pod pod/perlfunc.pod
-         !> pod/perlmod.pod utils/perldoc.PL vms/subconfigure.com
-____________________________________________________________________________
-[  7291] By: gsar                                  on 2000/10/16  04:12:03
-        Log: integrate changes#6002,6003 from mainline
-             
-             destructive sv_setsv() can lose UV-ness from source, causing
-             numeric promotions/comparisons to fail to do the right thing
-             
-             allow REG_EXPAND_SZ keys in Windows registry (from
-             John Clayton <John.Clayton@barclayscapital.com>)
-     Branch: maint-5.6/perl
-         !> sv.c win32/win32.c
-____________________________________________________________________________
-[  7290] By: gsar                                  on 2000/10/16  04:10:19
-        Log: integrate change#6001 from mainline
-             
-             support additional library locations via $Config{otherlibdirs}
-             (from Andy Dougherty)
-     Branch: maint-5.6/perl
-         !> Configure INSTALL Porting/Glossary Porting/config.sh
-         !> Porting/config_H config_h.SH epoc/config.sh perl.c
-         !> vms/subconfigure.com vos/config.def vos/config_h.SH_orig
-         !> win32/config.bc win32/config.gc win32/config.vc
-____________________________________________________________________________
-[  7289] By: gsar                                  on 2000/10/16  04:08:28
-        Log: integrate change#5999 from mainline
-             
-             fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
-     Branch: maint-5.6/perl
-         !> t/pragma/warn/toke toke.c
-____________________________________________________________________________
-[  7288] By: gsar                                  on 2000/10/16  04:07:01
-        Log: integrate changes#5997,5998 from cfgperl
-             
-             Preserve $!.
-             
-             Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
-     Branch: maint-5.6/perl
-         !> lib/Math/Complex.pm
-____________________________________________________________________________
-[  7287] By: gsar                                  on 2000/10/16  04:04:37
-        Log: integrate change#5995 from mainline
-             
-             fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
-     Branch: maint-5.6/perl
-         !> mg.c t/pragma/warn/7fatal warnings.h warnings.pl
-____________________________________________________________________________
-[  7286] By: gsar                                  on 2000/10/16  04:03:21
-        Log: integrate change#5994 from mainline
-             
-             fix for missed accounting for null byte in pack("Z",...) (from
-             M.J.T. Guy)
-     Branch: maint-5.6/perl
-         !> pp.c t/op/pack.t
-____________________________________________________________________________
-[  7285] By: gsar                                  on 2000/10/16  04:02:11
-        Log: integrate changes#5989..5993 from mainline
-             
-             qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
-             itself and no other (from Tom Hughes)
-             
-             use $ENV{LIB} to search for libs under Visual C compiler
-             on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
-             
-             posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
-             
-             pod nit (from Simon Cozens)
-             
-             various minor tweaks seen on p5p
-     Branch: maint-5.6/perl
-         !> README.posix-bc hints/posix-bc.sh lib/ExtUtils/Liblist.pm
-         !> lib/perl5db.pl pod/perlipc.pod pod/perlop.pod pod/perlvar.pod
-         !> t/op/array.t toke.c
-____________________________________________________________________________
-[  7284] By: gsar                                  on 2000/10/16  03:59:00
-        Log: integrate changes#5978..5988 from mainline
-             
-             sync version numbers in File::Spec with the ones on CPAN
-             (from Barrie Slaymaker)
-             
-             under useithreads, constant pad entries could inadvertantly be
-             shared across threads (from Eric Blood <eblood@xmission.com>);
-             added Eric's test case to testsuite
-             
-             allow Configure -S to run non-interactively (spotted by Greg Hudson
-             <ghudson@mit.edu>)
-             
-             rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
-             prototype mismatch with CORE::glob(); update pod and tests to
-             suit (File::Glob::glob() is still available for backward
-             compatibility, but should be considered deprecated)
-             
-             avoid error in IO::Socket::INET when given an unknown service name
-             with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
-             
-             numeric conversion of non-number in change#3378 tramples on
-             OOK offset, causing segfaults
-             
-             attributes::reftype() doesn't work on tied argument
-             
-             forked child may not exit correctly if it failed to open
-             /dev/console (from Graham Barr)
-             
-             add regular expressions tutorial and quick-start guide (from
-             Mark Kvale <kvale@phy.ucsf.edu>)
-             
-             B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
-             
-             s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
-             <paul@miraclefish.com>)
-     Branch: maint-5.6/perl
-         +> pod/perlrequick.pod pod/perlretut.pod
-         !> AUTHORS Configure MAINTAIN MANIFEST ext/B/B/Bytecode.pm
-         !> ext/B/B/Disassembler.pm ext/File/Glob/Glob.pm
-         !> ext/IO/lib/IO/Socket/INET.pm ext/Sys/Syslog/Syslog.pm
-         !> lib/ExtUtils/MakeMaker.pm lib/File/Spec/Functions.pm
-         !> lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
-         !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
-         !> lib/File/Spec/Win32.pm op.c sv.c t/lib/glob-basic.t
-         !> t/lib/glob-case.t t/lib/glob-taint.t t/op/misc.t xsutils.c
-____________________________________________________________________________
-[  7283] By: gsar                                  on 2000/10/16  03:52:14
-        Log: integrate change#5977 from mainline
-             
-             autoquote barewords followed by newline and arrow properly
-             (variant of fix suggested by Rick Delaney and M.J.T. Guy)
-     Branch: maint-5.6/perl
-         !> t/pragma/warn/toke toke.c
-____________________________________________________________________________
-[  7282] By: gsar                                  on 2000/10/16  03:50:48
-        Log: integrate change#5976 from mainline
-             
-             DB_File v1.73 update (from Paul Marquess)
-     Branch: maint-5.6/perl
-         !> ext/DB_File/Changes ext/DB_File/DB_File.pm
-         !> ext/DB_File/DB_File.xs ext/DB_File/version.c
-____________________________________________________________________________
-[  7281] By: gsar                                  on 2000/10/16  03:49:14
-        Log: integrate change#5975 from mainline
-             
-             allow sort() reentrancy (variant of patch suggested by
-             Hugo van der Sanden)
-     Branch: maint-5.6/perl
-         !> pp_ctl.c t/op/sort.t
-____________________________________________________________________________
-[  7280] By: gsar                                  on 2000/10/16  03:48:22
-        Log: integrate change#5974 from mainline
-             
-             change#4197 somehow missed initializing PL_errors, meaning
-             syntax error queueing wasn't working outside eval"" at all;
-             also fixed eval"" to localize PL_error_count, so that compile-time
-             eval's don't clobber the error state of the outer context
-     Branch: maint-5.6/perl
-         !> lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
-         !> t/pragma/warn/toke
-____________________________________________________________________________
-[  7279] By: gsar                                  on 2000/10/16  03:46:21
-        Log: integrate change#5973 from mainline
-             
-             fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
-     Branch: maint-5.6/perl
-         !> regcomp.c regexec.c t/op/re_tests
-____________________________________________________________________________
-[  7278] By: gsar                                  on 2000/10/16  03:44:54
-        Log: integrate change#5971 from cfgperl
-             
-             Unicos tweaks from Mark P. Lutz.
-     Branch: maint-5.6/perl
-         !> hints/unicos.sh lib/Math/Complex.pm
-____________________________________________________________________________
-[  7277] By: gsar                                  on 2000/10/16  03:42:59
-        Log: integrate changes#5966..5970 from mainline
-             
-             add testsuite for B backends, fix bug in B::Deparse (from
-             Simon Cozens <simon@brecon.co.uk>)
-             
-             improved docs on the warn_uninit diagnostic (from David Glasser
-             and Simon Cozens)
-             
-             tolerate spaces in group names in test on solaris (from David Boyce
-             <dsb@boyski.com>)
-             
-             fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
-             
-             Data::Dumper fumbles negative numbers on 32-bit platforms where
-             IV is >32bits
-     Branch: maint-5.6/perl
-         +> t/lib/b.t t/lib/syslog.t
-         !> MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
-         !> ext/Data/Dumper/Dumper.xs ext/Sys/Syslog/Syslog.pm
-         !> pod/perldiag.pod t/lib/dumper.t t/op/groups.t
-____________________________________________________________________________
-[  7276] By: gsar                                  on 2000/10/16  03:39:30
-        Log: integrate change#5965 from mainline
-             
-             avoid "will not stay shared" warnings for our variables (from
-             Robin Barker)
-     Branch: maint-5.6/perl
-         !> op.c t/pragma/warn/op
-____________________________________________________________________________
-[  7275] By: gsar                                  on 2000/10/16  03:38:18
-        Log: integrate change#5964 from mainline
-             
-             reformat to 72 columns (again)
-     Branch: maint-5.6/perl
-         !> pod/perldiag.pod
-____________________________________________________________________________
-[  7274] By: gsar                                  on 2000/10/16  03:36:58
-        Log: integrate change#5963 from mainline
-             
-             patch from Larry to make (\&) prototype work; added tests for
-             the same
-     Branch: maint-5.6/perl
-         !> op.c t/comp/proto.t
-____________________________________________________________________________
-[  7273] By: gsar                                  on 2000/10/16  03:35:51
-        Log: integrate changes#5956..5962 from mainline
-             
-             better diagnostics on failed tests (from Ilya Zakharevich)
-             
-             pod nits (from A. C. Yardley <yardley@tanet.net>)
-             
-             change#3569 deleted some essential code, revert; avoid use of
-             atexit() to make DynaLoader work properly on AIX under mod_perl
-             (from Jens-Uwe Mager <jum@helios.de>)
-             
-             doubled words in pods (from Simon Cozens
-             <simon.p.cozens@jp.pwcglobal.com>)
-             
-             better INSTALL notes on Solaris issues (from Dominic Dunlop)
-             
-             recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
-             
-             updated README.hpux (from Jeff Okamoto)
-     Branch: maint-5.6/perl
-         !> INSTALL README.hpux emacs/cperl-mode.el
-         !> ext/DynaLoader/dl_aix.xs pod/perldebguts.pod pod/perldelta.pod
-         !> pod/perlfaq5.pod pod/perlfork.pod pod/perlfunc.pod
-         !> pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
-         !> pod/perlmod.pod pod/perlmodlib.pod pod/perlnumber.pod
-         !> pod/perlopentut.pod pod/perltodo.pod pod/perltootc.pod
-         !> t/op/lex_assign.t
-____________________________________________________________________________
-[  7272] By: gsar                                  on 2000/10/16  03:31:22
-        Log: integrate change#5955 from mainline
-             
-             longstanding bug exposed by change#3307: sort arguments weren't
-             compiled with the right wantarray context (ensuing runtime lookup
-             via block_gimme() was getting the incidental context of the
-             sort() itself)
-     Branch: maint-5.6/perl
-         !> op.c t/op/sort.t
-____________________________________________________________________________
-[  7271] By: gsar                                  on 2000/10/16  03:29:11
-        Log: integrate changes#5933,5935,5940..5944,5946,5951,5952 from cfgperl
-             branch
-             
-             Flatten the cpp jungle doing the nosuid checking.
-             
-             Do not assume sign propagation. (from M.J.T. Guy)
-             
-             Various Unicos 10.0.0.6 fixes. (from Mark Lutz)
-             
-             Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
-             Now pp_ncmp() returns undef is either operand is a NaN.
-             
-             On second thoughts frexp() does have two arguments.
-             
-             Document that tr() is not tr(1).
-             
-             Be more robust on "extreme" (large absolute value)
-             arguments.  Originally reported by Daniel Connelly
-             as a problem with asinh() on large negative arguments,
-             asinh() used to bail out because an argument to log()
-             ended up being zero.  Ilya Zakharevich proposed using
-             Taylor's series in such cases, which for such large
-             arguments is a very good approximation.
-             
-             Undo "use integer" addition from 64bitint as it seems
-             to break most of the subtests in Digital UNIX;
-             Unicos needs to find another way.
-     Branch: maint-5.6/perl
-         !> (integrate 29 files)
-____________________________________________________________________________
-[  7270] By: gsar                                  on 2000/10/16  03:09:44
-        Log: integrate changes#5948,5949,5950 from mainline
-             
-             typo in vars.pm that leads to cryptic message (from Piotr
-             Piatkowski <kompas@kompas.usr.onet.pl>)
-             
-             make perldoc use the pod2man from the same version (from
-             M.J.T. Guy)
-             
-             reformat perldiag to avoid long lines
-     Branch: maint-5.6/perl
-         !> lib/vars.pm pod/perldiag.pod utils/perldoc.PL
-____________________________________________________________________________
-[  7269] By: gsar                                  on 2000/10/16  03:05:54
-        Log: integrate change#5947 from mainline
-             
-             use &dl_error rather than &dl_load_file as the guard for calling
-             boot_DynaLoader() (meant to fix dl_error() redefined warnings in
-             statically built perl)
-     Branch: maint-5.6/perl
-         !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
-____________________________________________________________________________
-[  7268] By: gsar                                  on 2000/10/16  03:04:48
-        Log: integrate change#5945 from mainline
-             
-             make module name mandatory after -M switch; reorder perldiag
-             alphabetically (from Mark-Jason Dominus)
-     Branch: maint-5.6/perl
-         !> perl.c pod/perldiag.pod
-____________________________________________________________________________
-[  7267] By: gsar                                  on 2000/10/16  03:03:01
-        Log: integrate change#5939 from mainline
-             
-             more pod nits (from Larry Virden)
-     Branch: maint-5.6/perl
-         !> README.win32 pod/perlsub.pod pod/perlsyn.pod
-         !> pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
-         !> pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
-____________________________________________________________________________
-[  7266] By: gsar                                  on 2000/10/16  03:01:39
-        Log: integrate change#5938 from mainline
-             
-             Consolidated B::Deparse fixes (from Stephen McCamant)
-     Branch: maint-5.6/perl
-         !> ext/B/B/Deparse.pm
-____________________________________________________________________________
-[  7265] By: gsar                                  on 2000/10/16  03:00:43
-        Log: integrate change#5936 from mainline
-             
-             additional tests for change#7263 (from Paul Marquess)
-     Branch: maint-5.6/perl
-         !> t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
-         !> t/pragma/warn/5nolint t/pragma/warn/6default
-____________________________________________________________________________
-[  7264] By: gsar                                  on 2000/10/16  02:58:34
-        Log: integrate change#5934 from mainline
-             
-             propagate lexical warnings from surrounding scope correctly
-             within string eval() (from Paul Marquess)
-     Branch: maint-5.6/perl
-         !> pp_ctl.c t/pragma/warn/pp_ctl
-____________________________________________________________________________
-[  7263] By: gsar                                  on 2000/10/16  02:56:53
-        Log: integrate change#5932 from mainline
-             
-             add rsignal(), whichsig() and do_join() to public API list
-             (mod_perl uses them to good advantage)
-     Branch: maint-5.6/perl
-         !> embed.pl global.sym objXSUB.h perlapi.c proto.h
-____________________________________________________________________________
-[  7262] By: gsar                                  on 2000/10/16  02:55:53
-        Log: integrate change#5931 from mainline
-             
-             fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
-     Branch: maint-5.6/perl
-         !> pp_hot.c regexec.c t/op/pat.t
-____________________________________________________________________________
-[  7261] By: gsar                                  on 2000/10/16  02:55:01
-        Log: integrate change#5930 from mainline
-             
-             small os390 tweaks (from Peter Prymmer)
-     Branch: maint-5.6/perl
-         !> config_h.SH makedepend.SH
-____________________________________________________________________________
-[  7260] By: gsar                                  on 2000/10/16  02:54:10
-        Log: integrate change#5929 from mainline
-             
-             pod nits
-     Branch: maint-5.6/perl
-         !> pod/perlguts.pod
-____________________________________________________________________________
-[  7259] By: gsar                                  on 2000/10/16  02:52:55
-        Log: integrate change#5927 from mainline
-             
-             arrange for next() to resume at the unstack op rather than the
-             loop conditional, so that scope cleanup happens correctly
-             (from Stephen McCamant)
-     Branch: maint-5.6/perl
-         !> op.c pp_ctl.c t/op/misc.t
-____________________________________________________________________________
-[  7258] By: gsar                                  on 2000/10/16  02:51:38
-        Log: integrate change#5926 from mainline
-             
-             on windows, reserve 16M of stack rather than 128M (allows more
-             threads to run concurrently)
-     Branch: maint-5.6/perl
-         !> win32/Makefile win32/makefile.mk
-____________________________________________________________________________
-[  7257] By: gsar                                  on 2000/10/16  02:50:37
-        Log: integrate change#5925 from mainline
-             
-             POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
-     Branch: maint-5.6/perl
-         !> toke.c
-____________________________________________________________________________
-[  7256] By: gsar                                  on 2000/10/16  02:49:36
-        Log: integrate change#5924 from mainline
-             
-             avoid using uninitialized memory in require version check
-     Branch: maint-5.6/perl
-         !> pp_ctl.c universal.c
-____________________________________________________________________________
-[  7255] By: gsar                                  on 2000/10/16  02:48:03
-        Log: integrate changes#5923,5928,6009 from mainline
-             
-             IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
-     Branch: maint-5.6/perl
-         !> ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
-____________________________________________________________________________
-[  7254] By: gsar                                  on 2000/10/16  02:44:46
-        Log: integrate change#5922 from mainline
-             
-             commentary about IoTYPE() (from Nathan Torkington)
-     Branch: maint-5.6/perl
-         !> sv.h
-____________________________________________________________________________
-[  7253] By: gsar                                  on 2000/10/16  02:43:49
-        Log: integrate change#5921 from mainline
-             
-             make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
-     Branch: maint-5.6/perl
-         !> sv.c t/lib/charnames.t t/pragma/utf8.t
-____________________________________________________________________________
-[  7252] By: gsar                                  on 2000/10/16  02:42:31
-        Log: integrate change#5920 from mainline
-             
-             Larry's fix for buggy propagation of utf8-ness in join(); add test
-     Branch: maint-5.6/perl
-         !> doop.c t/op/ver.t
-____________________________________________________________________________
-[  7251] By: gsar                                  on 2000/10/16  02:41:14
-        Log: integrate changes#5915..5919 from mainline
-             
-             various (pod tweaks &c)
-     Branch: maint-5.6/perl
-         !> (integrate 33 files)
-____________________________________________________________________________
-[  7250] By: gsar                                  on 2000/10/16  02:38:16
-        Log: integrate change#5914 from mainline
-             
-             caller() wasn't returning the right number of elements for
-             eval {...}
-     Branch: maint-5.6/perl
-         !> pp_ctl.c t/pragma/warn/9enabled
-____________________________________________________________________________
-[  7249] By: gsar                                  on 2000/10/16  02:37:02
-        Log: integrate change#5913 from mainline
-             
-             pod nit: $yday range for localtime/gmtime is 0..364 not 1..365
-             (from Mark-Jason Dominus)
-     Branch: maint-5.6/perl
-         !> pod/perlfunc.pod
-____________________________________________________________________________
-[  7248] By: gsar                                  on 2000/10/16  02:35:58
-        Log: integrate change#5912 from mainline
-             
-             fix totally broken caching in UNIVERSAL::isa() (from
-             Nick Ing-Simmons)
-     Branch: maint-5.6/perl
-         !> t/op/universal.t universal.c
-____________________________________________________________________________
-[  7247] By: gsar                                  on 2000/10/16  02:34:27
-        Log: integrate changes#5910,5911 from mainline
-             
-             typo in pod
-             
-             add linebreak properties from unicode/LineBrk.txt (from
-             Dave Hartnoll <Dave_Hartnoll@3b2.com>)
-     Branch: maint-5.6/perl
-         +> (branch 29 files)
-         !> ext/Thread/Thread.pm lib/unicode/mktables.PL
-____________________________________________________________________________
-[  7246] By: gsar                                  on 2000/10/16  02:33:29
-        Log: integrate change#5909 from mainline
-             
-             mode argument to do_binmode() should be file mode, not boolean
-     Branch: maint-5.6/perl
-         !> pp_sys.c
-____________________________________________________________________________
-[  7245] By: gsar                                  on 2000/10/16  02:31:04
-        Log: integrate change#5908 from mainline
-             
-             introduce illegal symbols into null package so that
-             gv_fetchpv(...,TRUE) always returns a valid GV even when the
-             symbol is trapped by strictures (avoids coredumps)
-     Branch: maint-5.6/perl
-         !> embedvar.h gv.c intrpvar.h perl.c perlapi.h
-         !> t/pragma/strict-vars
-____________________________________________________________________________
-[  7244] By: jhi                                   on 2000/10/16  02:29:54
-        Log: Subject: $Carp::ExportLevel confusion in Exporter
-             From: "Ben Tilly" <ben_tilly@hotmail.com>
-             Date: Sat, 14 Oct 2000 16:44:34 EDT
-             Message-ID: <LAW2-F258sQwY6YHkid00003788@hotmail.com>
-     Branch: perl
-          ! lib/Exporter/Heavy.pm
-____________________________________________________________________________
-[  7243] By: jhi                                   on 2000/10/16  02:28:33
-        Log: Subject: [PATCH perlguts.pod] Document offset hack
-             From: Simon Cozens <simon@cozens.net>
-             Message-ID: <20001014193225.A6568@pembro4.pmb.ox.ac.uk>
-             Date: Sat, 14 Oct 2000 19:32:25 +0100
-     Branch: perl
-          ! pod/perlguts.pod
-____________________________________________________________________________
-[  7242] By: gsar                                  on 2000/10/16  02:26:51
-        Log: integrate changes#5905,5906,5907,6064 from mainline
-             
-             printf/sprintf didn't get quad types right under use64bitint
-     Branch: maint-5.6/perl
-         !> pp_sys.c sv.c t/op/64bitint.t
-____________________________________________________________________________
-[  7241] By: jhi                                   on 2000/10/16  02:22:44
-        Log: Subject: small pod patch
-             From: Dan Boorstein <dan_boo@bellsouth.net>
-             Date: Sat, 14 Oct 2000 14:29:24 -0400
-             Message-ID: <39E8A604.B501DB4F@bellsouth.net>
-     Branch: perl
-          ! pod/perlfaq7.pod pod/perlmod.pod
-____________________________________________________________________________
-[  7240] By: jhi                                   on 2000/10/16  02:13:46
-        Log: -w cleanup.
-             
-             Subject: Re: Problems with bleadperl 
-             From: "Stephen P. Potter" <spp@ds.net>
-             Date: Fri, 13 Oct 2000 13:32:49 -0400
-             Message-Id: <200010131732.NAA19391@spp.users.ds.net>
-     Branch: perl
-          ! t/pragma/overload.t
-____________________________________________________________________________
-[  7239] By: jhi                                   on 2000/10/16  01:41:18
-        Log: One more ~utf8 tweak.
-     Branch: perl
-          ! t/op/bop.t
-____________________________________________________________________________
-[  7238] By: jhi                                   on 2000/10/16  01:34:14
-        Log: Tweak the test of #7235.
-     Branch: perl
-          ! t/op/bop.t
-____________________________________________________________________________
-[  7237] By: jhi                                   on 2000/10/16  01:25:04
-        Log: Fix a couple of compiler-noted nits in #7235.
-     Branch: perl
-          ! pp.c
-____________________________________________________________________________
-[  7236] By: jhi                                   on 2000/10/16  01:22:46
-        Log: Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
-     Branch: perl
-          ! pp.c pp_hot.c
-____________________________________________________________________________
-[  7235] By: jhi                                   on 2000/10/15  16:24:44
-        Log: Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
-             
-             From: Simon Cozens <simon@cozens.net>
-             Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
-             Date: Sat, 14 Oct 2000 20:52:13 +0100
-             Message-ID: <20001014205213.A9645@pembro4.pmb.ox.ac.uk>
-     Branch: perl
-          ! pp.c t/op/bop.t utf8.h
-____________________________________________________________________________
-[  7234] By: jhi                                   on 2000/10/15  15:19:29
-        Log: split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
-             The problem was that rx->minlen was in chars while pp_split()
-             thought it would be in bytes. 
-     Branch: perl
-          ! pp.c t/pragma/utf8.t
-____________________________________________________________________________
-[  7233] By: jhi                                   on 2000/10/14  20:24:24
-        Log: Document FNCASE=y as discussed in the bug 20000902.009.
-     Branch: perl
-          ! README.dos
-____________________________________________________________________________
-[  7232] By: jhi                                   on 2000/10/14  18:52:21
-        Log: Add test for bug id 20000427.003 (which seems to have
-             been fixed) (also duplicate as 20000427.004, though
-             with a higher severity).  Move one utf8 from op/append
-             to pragma/utf8, tag the tests with bug ids.
-     Branch: perl
-          ! t/op/append.t t/pragma/utf8.t
-____________________________________________________________________________
-[  7231] By: jhi                                   on 2000/10/14  17:28:37
-        Log: Test cases for bug id 20000323.056 (the bug seems to be fixed).
-     Branch: perl
-          ! t/pragma/utf8.t
-____________________________________________________________________________
-[  7230] By: jhi                                   on 2000/10/14  14:24:50
-        Log: Needs to be conditional on SunOS 4.
-             
-             Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
-             From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
-             Date: Sat, 14 Oct 2000 13:37:49 +0100
-             Message-ID: <000101c035db$8ffb60a0$2614140a@bfs.phone.com>
-     Branch: metaconfig/U/perl
-          ! End.U
-     Branch: perl
-          ! Configure myconfig.SH pod/perldelta.pod
-____________________________________________________________________________
-[  7229] By: jhi                                   on 2000/10/14  00:49:22
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[  7228] By: jhi                                   on 2000/10/14  00:46:10
-        Log: Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
-             From: Peter Prymmer <pvhp@forte.com>
-             Date: Fri, 13 Oct 2000 15:59:56 -0700 (PDT)
-             Message-ID: <Pine.OSF.4.10.10010131548260.133963-100000@aspara.forte.com>
-     Branch: perl
-          ! lib/utf8.pm
-____________________________________________________________________________
-[  7227] By: jhi                                   on 2000/10/13  23:20:30
-        Log: Make the test acknowledge that self-ties are disabled as #7213 said.
-     Branch: perl
-          ! t/op/tie.t
-____________________________________________________________________________
-[  7226] By: jhi                                   on 2000/10/13  22:14:32
-        Log: Tweak #7225.
-             
-             Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
-             From: Peter Prymmer <pvhp@forte.com>
-             Date: Fri, 13 Oct 2000 14:44:49 -0700 (PDT)
-             Message-ID: <Pine.OSF.4.10.10010131414410.133963-100000@aspara.forte.com>
-     Branch: perl
-          ! t/op/sprintf.t
-____________________________________________________________________________
-[  7225] By: jhi                                   on 2000/10/13  22:11:31
-        Log: op/sprintf.t patch for OS/390 (and any other host with limited
-             floating-point exponent length)
-             
-             Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
-             From: Dominic Dunlop <domo@computer.org>
-             Date: Fri, 13 Oct 2000 19:17:57 +0200
-             Message-Id: <p04320400b60cf2a6a05c@[192.168.1.4]>
-     Branch: perl
-          ! t/op/sprintf.t
-____________________________________________________________________________
-[  7224] By: jhi                                   on 2000/10/13  18:40:48
-        Log: Allow @+ and @- to be doublequoted, from Simon Cozens. 
-     Branch: perl
-          ! toke.c
-____________________________________________________________________________
-[  7223] By: jhi                                   on 2000/10/13  18:37:13
-        Log: Thinko in #7222.
-     Branch: perl
-          ! utf8.c
-____________________________________________________________________________
-[  7222] By: jhi                                   on 2000/10/13  18:05:23
-        Log: Use UTF8SKIP(), from Simon Cozens.
-     Branch: perl
-          ! utf8.c
-____________________________________________________________________________
-[  7221] By: jhi                                   on 2000/10/13  15:43:19
-        Log: (accidentally empty check-in)
-     Branch: perl
-          ! utf8.c
-____________________________________________________________________________
-[  7220] By: jhi                                   on 2000/10/13  15:23:51
-        Log: Add (optimistically) Storable to static extensions.
-     Branch: perl
-          ! hints/uwin.sh hints/vmesa.sh
-____________________________________________________________________________
-[  7219] By: jhi                                   on 2000/10/13  15:20:05
-        Log: Amdahl UTS doesn't seem to do dynaloading.
-     Branch: perl
-          ! hints/uts.sh
-____________________________________________________________________________
-[  7218] By: jhi                                   on 2000/10/13  15:15:20
-        Log: Slight tweak of the code to appease Amdahl UTS cc.
-     Branch: perl
-          ! pp.c
-____________________________________________________________________________
-[  7217] By: jhi                                   on 2000/10/13  14:50:42
-        Log: In Amdahl UTS "struct sv" is defined by a system header,
-             <ksync.h>.
-     Branch: perl
-          ! perl.h sv.h
-____________________________________________________________________________
-[  7216] By: jhi                                   on 2000/10/13  11:58:25
-        Log: Ilya implemented the memory profiling API.
-     Branch: perl
-          ! Todo
-____________________________________________________________________________
-[  7215] By: jhi                                   on 2000/10/13  02:56:38
-        Log: Subject: [PATCH 5.7.0] Perl API for mstats
-             From: Ilya Zakharevich <ilya@math.ohio-state.edu>
-             Date: Thu, 12 Oct 2000 22:52:40 -0400
-             Message-ID: <20001012225240.A7113@monk.mps.ohio-state.edu>
-     Branch: perl
-          ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
-____________________________________________________________________________
-[  7214] By: jhi                                   on 2000/10/13  02:55:38
-        Log: Subject: [PATCH 5.7.0] IVs in mtats
-             From: Ilya Zakharevich <ilya@math.ohio-state.edu>
-             Date: Thu, 12 Oct 2000 22:51:04 -0400
-             Message-ID: <20001012225104.A7103@monk.mps.ohio-state.edu>
-     Branch: perl
-          ! malloc.c perl.h
-____________________________________________________________________________
-[  7213] By: jhi                                   on 2000/10/13  02:31:47
-        Log: Self-ties are unsupported currently, stopgap patch from Alan Burlison.
-     Branch: perl
-          ! pod/perldiag.pod pp_sys.c
-____________________________________________________________________________
-[  7212] By: jhi                                   on 2000/10/13  01:27:38
-        Log: Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
-             From: Peter Prymmer <pvhp@forte.com>
-             Date: Tue, 10 Oct 2000 10:26:07 -0700 (PDT)
-             Message-ID: <Pine.OSF.4.10.10010101020180.441897-100000@aspara.forte.com>
-     Branch: perl
-          ! t/op/oct.t
-____________________________________________________________________________
-[  7211] By: jhi                                   on 2000/10/13  00:35:09
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[  7210] By: jhi                                   on 2000/10/12  23:59:40
-        Log: The Install.pm third of
-             
-             Subject: Proposed patches, Install.pm getopts.pl termcap.pl
-             From: Bill Campbell <bill@celestial.com>
-             Message-ID: <20001005180451.A22029@kstarr.celestial.com>
-             Date: Thu, 5 Oct 2000 18:04:51 -0700
-     Branch: perl
-          ! lib/ExtUtils/Install.pm
-____________________________________________________________________________
-[  7209] By: jhi                                   on 2000/10/12  23:58:43
-        Log: Two thirds of
-             
-             Subject: Proposed patches, Install.pm getopts.pl termcap.pl
-             Date: Thu, 5 Oct 2000 18:04:51 -0700
-             From: Bill Campbell <bill@celestial.com>
-             Message-ID: <20001005180451.A22029@kstarr.celestial.com>
-             
-             The Install.pm changes will be submitted separately because
-             they need some work and discussion still.
-     Branch: perl
-          ! lib/getopts.pl lib/termcap.pl
-____________________________________________________________________________
-[  7208] By: jhi                                   on 2000/10/12  23:41:19
-        Log: Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
-             From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
-             Date:     Thu, 12 Oct 2000 07:30:02 EDT
-             Message-Id: <001012072828.2eabc@DUPHY4.Physics.Drexel.Edu>
-     Branch: perl
-          ! lib/File/Temp.pm t/lib/st-lock.t t/pod/find.t
-          ! t/pod/testp2pt.pl vms/gen_shrfls.pl
-____________________________________________________________________________
-[  7207] By: jhi                                   on 2000/10/12  23:39:01
-        Log: An updated EBCDIC tr patch.
-             
-             Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
-             From: Peter Prymmer <pvhp@forte.com>
-             Date: Wed, 11 Oct 2000 17:16:30 -0700 (PDT)
-             Message-ID: <Pine.OSF.4.10.10010111707430.516446-100000@aspara.forte.com>
-     Branch: perl
-          ! t/op/tr.t
-____________________________________________________________________________
-[  7206] By: jhi                                   on 2000/10/12  23:34:55
-        Log: Upgrade to CPAN 1.58, from Andreas König.
-     Branch: perl
-          ! lib/CPAN.pm lib/CPAN/FirstTime.pm
-____________________________________________________________________________
-[  7205] By: jhi                                   on 2000/10/12  23:29:08
-        Log: Introduce the man[24-8] variables, from Andy Dougherty.
-     Branch: metaconfig/U/perl
-          + mandirs.U mandirstyle.U
-     Branch: perl
-          ! Configure Porting/Glossary Porting/config.sh Porting/config_H
-          ! config_h.SH epoc/config.sh uconfig.h uconfig.sh vos/config.def
-          ! vos/config.h vos/config.pl vos/config_h.SH_orig
-          ! win32/config.bc win32/config.gc win32/config.vc
-____________________________________________________________________________
-[  7204] By: gsar                                  on 2000/10/12  18:11:24
-        Log: restore change#7202
-     Branch: perl
-          ! mg.c
-____________________________________________________________________________
-[  7203] By: gsar                                  on 2000/10/12  18:09:40
-        Log: another test of the Emergency Broadcast System--back out 
-             change#7202
-     Branch: perl
-          ! mg.c
-____________________________________________________________________________
-[  7202] By: gsar                                  on 2000/10/12  16:40:47
-        Log: (submitted on behalf of Jarkko)
-             Fix the lib/encode.t subtest 6 failure as reported by Andreas
-             Koenig, gmagical substr() wasn't propagating UTF8ness.  The bug
-             was unearthed by change 7182, as was a bug in HTML::Entities.
-     Branch: perl
-          ! mg.c
-____________________________________________________________________________
-[  7201] By: jhi                                   on 2000/10/11  03:16:05
-        Log: SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
-     Branch: perl
-          ! pp_hot.c t/pragma/utf8.t
-____________________________________________________________________________
-[  7200] By: jhi                                   on 2000/10/11  00:40:30
-        Log: The #7198 was a false alarm.
-     Branch: perl
-          ! pp_hot.c
-____________________________________________________________________________
-[  7199] By: jhi                                   on 2000/10/11  00:26:04
-        Log: Remove duplicated code.
-     Branch: perl
-          ! t/lib/cgi-html.t
-____________________________________________________________________________
-[  7198] By: jhi                                   on 2000/10/10  23:30:46
-        Log: (Retracted by #7200.)
-     Branch: perl
-          ! pp_hot.c
-____________________________________________________________________________
-[  7197] By: jhi                                   on 2000/10/10  21:49:30
-        Log: Add the test case for #7190, from the original bug report
-             by Andreas König.
-     Branch: perl
-          ! t/pragma/utf8.t
-____________________________________________________________________________
-[  7196] By: jhi                                   on 2000/10/10  21:40:49
-        Log: Reapply Andy's patch and regen Configure.
-     Branch: perl
-          ! Configure INSTALL Makefile.SH Porting/Glossary
-          ! Porting/config.sh config_h.SH epoc/config.sh installperl
-          ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
-          ! win32/config.vc
-____________________________________________________________________________
-[  7195] By: jhi                                   on 2000/10/10  21:09:30
-        Log: Use the versiononly instead of the installscripts,
-             retract the changes 7146 and 7147.
-     Branch: perl
-          ! Configure INSTALL Makefile.SH Porting/Glossary
-          ! Porting/config.sh Porting/config_H config_h.SH epoc/config.sh
-          ! installperl uconfig.sh vos/config.def win32/config.bc
-          ! win32/config.gc win32/config.vc
-____________________________________________________________________________
-[  7194] By: jhi                                   on 2000/10/10  21:06:15
-        Log: Subject: [PATCH: perl@7181] ver.t v string tests for os/390
-             From: Peter Prymmer <pvhp@forte.com>
-             Date: Tue, 10 Oct 2000 13:24:18 -0700 (PDT)
-             Message-ID: <Pine.OSF.4.10.10010101322510.441897-100000@aspara.forte.com>
-     Branch: perl
-          ! t/op/ver.t
-____________________________________________________________________________
-[  7193] By: jhi                                   on 2000/10/10  21:05:12
-        Log: Subject: [PATCH: perl@7181] op/tr tests on OS/390
-             From: Peter Prymmer <pvhp@forte.com>
-             Date: Tue, 10 Oct 2000 13:56:35 -0700 (PDT)
-             Message-ID: <Pine.OSF.4.10.10010101355140.441897-100000@aspara.forte.com>
-     Branch: perl
-          ! t/op/tr.t
-____________________________________________________________________________
-[  7192] By: jhi                                   on 2000/10/10  20:57:30
-        Log: Add versiononly, delete installscripts, from Andy Dougherty.
-     Branch: metaconfig
-          - U/installdirs/installscripts.U
-     Branch: metaconfig/U/perl
-          + versiononly.U
-____________________________________________________________________________
-[  7191] By: jhi                                   on 2000/10/10  19:41:21
-        Log: Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
-             From: Peter Prymmer <pvhp@forte.com>
-             Date: Tue, 10 Oct 2000 12:35:57 -0700 (PDT)
-             Message-ID: <Pine.OSF.4.10.10010101231390.441897-100000@aspara.forte.com>
-     Branch: perl
-          ! pod/perlebcdic.pod
-____________________________________________________________________________
-[  7190] By: jhi                                   on 2000/10/10  19:26:14
-        Log: Subject: Re: utf8 concat, mg_get
-             From: Simon Cozens <simon@cozens.net>
-             Date: Tue, 10 Oct 2000 17:40:17 +0100
-             Message-ID: <20001010174017.A13130@pembro4.pmb.ox.ac.uk>
-     Branch: perl
-          ! pp_hot.c
-____________________________________________________________________________
-[  7189] By: jhi                                   on 2000/10/10  19:23:03
-        Log: Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
-             From: jdb@dfwnet.sbms.sbc.com (J. David Blackstone)
-             Date: Thu, 20 Jul 2000 13:31:22 -0500 (CDT)
-             Message-Id: <200007201831.NAA05776@dfwnet1.dfwnet.sbms.sbc.com>
-     Branch: perl
-          ! lib/ExtUtils/MM_Unix.pm
-____________________________________________________________________________
-[  7188] By: jhi                                   on 2000/10/10  15:31:24
-        Log: Subject: RE: [ID 19990803.001] README.win32 suggestions 
-             From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
-             Date: Fri, 14 Jul 2000 10:47:36 +0100
-             Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8224@UKRUX002.rundc.uk.origin-it.com>
-     Branch: perl
-          ! README.win32
-____________________________________________________________________________
-[  7187] By: jhi                                   on 2000/10/10  13:30:10
-        Log: Quote the temp file name, needed in Win32 because the
-             default name unfortunately contains spaces, shouldn't
-             hurt elsewhere.
-             
-             Subject: FW: perldoc fails if $TEMP contains spaces
-             From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
-             Date: Thu, 14 Sep 2000 08:58:45 +0100
-             Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A82AA@UKRUX002.rundc.uk.origin-it.com>
-     Branch: perl
-          ! utils/perldoc.PL
-____________________________________________________________________________
-[  7186] By: jhi                                   on 2000/10/10  13:16:27
-        Log: Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
-             From: hv@hugo.hybyte.com
-             Date: Tue, 10 Oct 2000 14:10:20 +0100
-             Message-Id: <200010101310.OAA00953@hugo.hybyte.com>
-     Branch: perl
-          ! t/lib/thr5005.t util.c
-____________________________________________________________________________
-[  7185] By: jhi                                   on 2000/10/10  12:06:22
-        Log: Upgrade to podlators 1.04, from Russ Allbery.
-     Branch: perl
-          ! lib/Pod/Man.pm lib/Pod/Text.pm
-____________________________________________________________________________
-[  7184] By: jhi                                   on 2000/10/10  12:01:32
-        Log: Upgrade to CGI.pm 2.74, from Lincoln Stein.
-     Branch: perl
-          ! lib/CGI.pm t/lib/cgi-form.t t/lib/cgi-html.t
-____________________________________________________________________________
-[  7183] By: jhi                                   on 2000/10/09  23:47:15
-        Log: Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
-             From: Peter Prymmer <pvhp@forte.com>
-             Message-ID: <Pine.OSF.4.10.10010091625290.260786-100000@aspara.forte.com>
-             Date: Mon, 9 Oct 2000 16:30:44 -0700 (PDT)
-     Branch: perl
-          ! configure.com vms/descrip_mms.template vms/vms.c vms/vmsish.h
-____________________________________________________________________________
-[  7182] By: jhi                                   on 2000/10/09  23:43:16
-        Log: Make eq work again with utf8 (disabling the upgrading
-             should no more be necessary since the copies of the
-             scalars are upgraded, not the scalars themselves).
-             Takes care of ID 20001009.001.  (The claimed length()
-             bug in 20001009.001 seems bogus to me.)
-     Branch: perl
-          ! sv.c t/pragma/utf8.t
-____________________________________________________________________________
-[  7181] By: gsar                                  on 2000/10/09  19:41:54
-        Log: tweak for change#7173
-     Branch: perl
-          ! win32/win32sck.c
-____________________________________________________________________________
-[  7180] By: gsar                                  on 2000/10/09  19:26:56
-        Log: on Windows, clean targets might not work under some flavors of the shell
-     Branch: perl
-          ! win32/Makefile win32/makefile.mk
-____________________________________________________________________________
-[  7179] By: jhi                                   on 2000/10/09  19:21:02
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[  7178] By: jhi                                   on 2000/10/09  19:18:23
-        Log: Warn about unknown scripts.
-             
-             Subject: Re: ideas? patches? [PATCH bleadperl]
-             From: Dominic Dunlop <domo@computer.org>
-             Date: Mon, 9 Oct 2000 14:57:17 +0200
-             Message-Id: <p04320400b6076a75b15f@[192.168.1.4]>
-     Branch: perl
-          ! lib/charnames.pm
-____________________________________________________________________________
-[  7177] By: jhi                                   on 2000/10/09  19:13:27
-        Log: Change #7160 had a nasty typo.
-     Branch: metaconfig
-          ! U/compline/Compile.U
-     Branch: perl
-          ! Configure config_h.SH
-____________________________________________________________________________
-[  7176] By: gsar                                  on 2000/10/09  18:59:33
-        Log: pod nit
-     Branch: perl
-          ! pod/perlport.pod
-____________________________________________________________________________
-[  7175] By: gsar                                  on 2000/10/09  18:54:28
-        Log: Windows9x doesn't support link(), despite what Config.pm
-             might think
-     Branch: perl
-          ! lib/ExtUtils/Manifest.pm
-____________________________________________________________________________
-[  7174] By: gsar                                  on 2000/10/09  18:50:03
-        Log: avoid nonportable example code
-     Branch: perl
-          ! lib/File/Copy.pm
-____________________________________________________________________________
-[  7173] By: gsar                                  on 2000/10/09  18:46:54
-        Log: on Windows, avoid potential exception (could happen if MSVCRT isn't
-             being used) when closing a socket handle
-     Branch: perl
-          ! win32/win32.c win32/win32.h win32/win32sck.c
-____________________________________________________________________________
-[  7172] By: gsar                                  on 2000/10/09  18:41:40
-        Log: on Windows, cwd strings in the environment should be of the
-             form =X:=X:\foo instead of =X=X:\foo\
-     Branch: perl
-          ! win32/vdir.h
-____________________________________________________________________________
-[  7171] By: gsar                                  on 2000/10/09  18:30:09
-        Log: on Windows, LoadLibrary() could load an extension DLL multiple
-             times if forward slashes are used in the path
-     Branch: perl
-          ! win32/win32.c
-____________________________________________________________________________
-[  7170] By: jhi                                   on 2000/10/09  17:53:59
-        Log: Add a todo note about overloadable assertions.
-     Branch: perl
-          ! Todo-5.6
-____________________________________________________________________________
-[  7169] By: jhi                                   on 2000/10/09  13:43:45
-        Log: Subject: PATCH 5.6 perldebguts grammar cleanup
-             From: mjd@plover.com
-             Date: 9 Oct 2000 00:24:44 -0000
-             Message-ID: <20001009002444.10616.qmail@plover.com>
-     Branch: perl
-          ! pod/perldebguts.pod
-____________________________________________________________________________
-[  7168] By: nick                                  on 2000/10/08  13:16:33
-        Log: Tables assume network byte order for 16 bit forms, so 'S' packing
-             is not right thing to do on (e.g. x86). Network order is also "right" for
-             X fonts.
-     Branch: perl
-          ! ext/Encode/Encode.pm
-____________________________________________________________________________
-[  7167] By: nick                                  on 2000/10/08  12:54:42
-        Log: Make "encodings" work post-install when Encode/*.enc files may not
-             be in same directory as Encode.pm
-     Branch: perl
-          ! ext/Encode/Encode.pm
-____________________________________________________________________________
-[  7166] By: nick                                  on 2000/10/08  11:51:26
-        Log: Work round the fact that $hash->{$key} does not take into account
-             UTF8'ness of $key yet.  Thus fromUnicode needs to do $hash->{chr(ord($ch))}
-             so that key is always in the "expected" encoding - i.e. same way we put
-             it in the hash.
-     Branch: perl
-          ! ext/Encode/Encode.pm
-____________________________________________________________________________
-[  7165] By: gsar                                  on 2000/10/08  04:15:29
-        Log: save_re_context() could reset PL_curcop to freed memory, causing core
-             dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
-     Branch: perl
-          ! pp_ctl.c
-____________________________________________________________________________
-[  7164] By: jhi                                   on 2000/10/06  20:51:48
-        Log: UTF8ize split() so that the cloned substrings get the UTF8
-             flag of the original scalar.  Problem reported by Simon Cozens.
-     Branch: perl
-          ! pp.c t/pragma/utf8.t
-____________________________________________________________________________
-[  7163] By: nick                                  on 2000/10/06  20:48:34
-        Log: Fix in change 7162 was too-late for case where we "upgraded" to PVIV and
-             got a false +ve and so did not reach code which would have un-FAKEd the SV.
-     Branch: perl
-          ! sv.c
-____________________________________________________________________________
-[  7162] By: nick                                  on 2000/10/06  20:25:37
-        Log: Make sv_upgrade() undo READONLY|FAKE shared string hackery.
-             To fix  (sort {$a <=> $b} keys %hash) in particular but
-             should cover a number of other as-yet-unknown cases as well.
-     Branch: perl
-          ! sv.c
-____________________________________________________________________________
-[  7161] By: jhi                                   on 2000/10/06  19:56:18
-        Log: Change the version number of Tie::Handle in the core to 4.0,
-             the (unrelated) Tie::Handle in CPAN will remain at 3.0.
-             
-             Subject: Note on Tie::Handle
-             From: andreas.koenig@anima.de (Andreas J. Koenig)
-             Date:     06 Oct 2000 21:48:58 +0200
-             Message-ID: <m3ya01kaxh.fsf@ak-71.mind.de>
-     Branch: perl
-          ! lib/Tie/Handle.pm
-____________________________________________________________________________
-[  7160] By: jhi                                   on 2000/10/06  18:20:35
-        Log: Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
-             as the first option of cc/ld because of ultrapicky compilers
-             (e.g. OS/390 R2.5)
-     Branch: metaconfig
-          + U/modified/d_getpgrp.U U/modified/d_setpgrp.U
-          ! U/compline/Compile.U U/compline/Csym.U U/compline/ccflags.U
-          ! U/compline/orderlib.U U/modified/Cppsym.U
-          ! U/modified/d_access.U
-     Branch: metaconfig/U/perl
-          ! Checkcc.U d_dlsymun.U gccvers.U
-     Branch: perl
-          ! Configure config_h.SH
-____________________________________________________________________________
-[  7159] By: jhi                                   on 2000/10/06  13:56:39
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[  7158] By: jhi                                   on 2000/10/06  12:48:40
-        Log: Eliminate $Is_VMS code from the test.
-             
-             Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
-             From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
-             Message-Id: <001005074528.21621@DUPHY4.Physics.Drexel.Edu>
-             Date:     Thu, 5 Oct 2000 07:46:33 EDT
-     Branch: perl
-          ! t/lib/b.t
-____________________________________________________________________________
-[  7157] By: jhi                                   on 2000/10/06  12:47:13
-        Log: Also the $ccflags is needed for the C compiler check.
-             
-             Subject: Configure (check for C-compiler)
-             From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
-             Date: Fri, 06 Oct 2000 08:47:15 +0200
-             Message-Id: <20001006084120.C52B.H.M.BRAND@hccnet.nl>
-     Branch: metaconfig/U/perl
-          ! Checkcc.U
-     Branch: perl
-          ! Configure config_h.SH
-____________________________________________________________________________
-[  7156] By: jhi                                   on 2000/10/06  11:45:15
-        Log: The HINT_BYTE patch is apparently unnecessary, retracted.
-     Branch: perl
-          ! perl.c pp_ctl.c sv.h utf8.c
-____________________________________________________________________________
-[  7155] By: jhi                                   on 2000/10/06  11:40:41
-        Log: IO::Handle->syswrite() did not handle length omission
-             like CORE::syswrite() does.
-             
-             Subject: [Fwd] IO::Handle, syswrite and arguments
-             From: Graham Barr <gbarr@pobox.com>
-             Date: Fri, 6 Oct 2000 10:22:05 +0100
-             Message-ID: <20001006102205.U6312@pobox.com>
-             
-             The original patch from andrew@ugh.net.au.
-     Branch: perl
-          ! ext/IO/lib/IO/Handle.pm
-____________________________________________________________________________
-[  7154] By: jhi                                   on 2000/10/06  01:42:15
-        Log: Tweak #7153.
-     Branch: perl
-          ! utf8.h
-____________________________________________________________________________
-[  7153] By: jhi                                   on 2000/10/06  00:39:55
-        Log: Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
-     Branch: perl
-          ! utf8.h
-____________________________________________________________________________
-[  7152] By: jhi                                   on 2000/10/06  00:38:11
-        Log: Patch from Peter Prymmer to disable utf8 in EBCDIC platforms.
-     Branch: perl
-          ! perl.c pp_ctl.c sv.h utf8.c
-____________________________________________________________________________
-[  7151] By: jhi                                   on 2000/10/06  00:36:38
-        Log: Subject: Re: Questions about Tie::Array and perl modules
-             From: Nick Ing-Simmons <nik@tiuk.ti.com>
-             Date: Thu, 5 Oct 2000 09:37:11 +0100 (BST)
-             Message-Id: <200010050837.JAA00564@mikado.tiuk.ti.com>
-             
-             Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
-     Branch: perl
-          ! lib/Tie/Array.pm t/op/array.t
-____________________________________________________________________________
-[  7150] By: jhi                                   on 2000/10/05  00:20:45
-        Log: Regen Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[  7149] By: jhi                                   on 2000/10/05  00:20:01
-        Log: Regen toc.
-     Branch: perl
-          ! pod/perltoc.pod
-____________________________________________________________________________
-[  7148] By: jhi                                   on 2000/10/04  23:35:08
-        Log: Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
-             reported several times by Dominic Dunlop, for example in
-             ID 20000315.008.  Patch from Dominic.  Patch affects at
-             least MachTen, and possibly other oldish BSDs. Should not
-             break non-broken platforms (tested on LinuxPPC). 
-     Branch: perl
-          ! doio.c
-____________________________________________________________________________
-[  7147] By: jhi                                   on 2000/10/04  23:26:34
-        Log: The one that got away from 7146.
-     Branch: metaconfig
-          + U/installdirs/installscripts.U
-____________________________________________________________________________
-[  7146] By: jhi                                   on 2000/10/04  23:25:04
-        Log: Enable disabling scripts installation by Configure -Uinstallscripts,
-             suggested by H. Merijn Brand.
-     Branch: perl
-          ! Configure INSTALL Makefile.SH Porting/Glossary
-          ! Porting/config.sh Porting/config_H epoc/config.sh installperl
-          ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
-          ! win32/config.vc
-____________________________________________________________________________
-[  7145] By: jhi                                   on 2000/10/04  22:08:21
-        Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
-             From: Ilya Zakharevich <ilya@math.ohio-state.edu>
-             Date: Wed, 4 Oct 2000 17:37:46 -0400
-             Message-ID: <20001004173746.A26697@monk.mps.ohio-state.edu>
-     Branch: perl
-          ! utils/h2xs.PL
-____________________________________________________________________________
-[  7144] By: jhi                                   on 2000/10/04  18:11:41
-        Log: Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
-             From: Jeff Pinyan <jeffp@crusoe.net>
-             Date: Tue, 3 Oct 2000 16:35:42 -0400 (EDT)
-             Message-ID: <Pine.GSO.4.21.0010031634530.14163-100000@crusoe.crusoe.net>
-     Branch: perl
-          ! pod/perlrun.pod
-____________________________________________________________________________
-[  7143] By: jhi                                   on 2000/10/04  18:09:58
-        Log: Subject: perlhack.pod Patch for Externals Tools
-             From: Fisher Mark <fisherm@tce.com>
-             Date: Tue, 3 Oct 2000 15:43:27 -0500 
-             Message-ID: <B9B6874277EED211B1890008C707AF530505B180@indyexch3.indy.tce.com>
-     Branch: perl
-          ! pod/perlhack.pod
-____________________________________________________________________________
-[  7142] By: jhi                                   on 2000/10/04  18:08:41
-        Log: Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
-             From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
-             Date:     Wed, 4 Oct 2000 12:11:11 EDT
-             Message-Id: <001004120530.25cb5@DUPHY4.Physics.Drexel.Edu>
-     Branch: perl
-          ! vms/vms.c
-____________________________________________________________________________
-[  7141] By: jhi                                   on 2000/10/04  12:20:16
-        Log: Subject: [PATCH 5.7.0] h2xs not working
-             From: Ilya Zakharevich <ilya@math.ohio-state.edu>
-             Message-ID: <20001003214301.A22851@monk.mps.ohio-state.edu>
-             Date: Tue, 3 Oct 2000 21:43:01 -0400
-             
-             Subject: [PATCH 5.7.0] h2xs not documenting the created module
-             From: Ilya Zakharevich <ilya@math.ohio-state.edu>
-             Date: Tue, 3 Oct 2000 22:55:19 -0400
-             Message-ID: <20001003225519.A23360@monk.mps.ohio-state.edu>
-     Branch: perl
-          ! utils/h2xs.PL
-____________________________________________________________________________
-[  7140] By: jhi                                   on 2000/10/04  11:53:44
-        Log: Subject: [ID 20001004.003] installman "Ambiguous call resolved as CORE::"
-             From: nick@babyhippo.com
-             Date: Wed, 4 Oct 2000 12:06:45 +0100
-             Message-Id: <20001004120645.A7356@babyhippo.com>
-             
-             Retract 7118 and 7135.
-     Branch: perl
-          ! installman installperl op.c t/pragma/subs.t
-____________________________________________________________________________
-[  7139] By: jhi                                   on 2000/10/03  22:09:41
-        Log: It is possible to have no hosts database at all.  Pointed out in
-             
-             Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
-             From: Peter Prymmer <pvhp@forte.com>
-             Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
-             Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
-     Branch: metaconfig
-          ! U/modified/myhostname.U
-     Branch: perl
-          ! Configure config_h.SH
-____________________________________________________________________________
-[  7138] By: jhi                                   on 2000/10/03  21:49:49
-        Log: Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
-             From: Peter Prymmer <pvhp@forte.com>
-             Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
-             Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
-     Branch: perl
-          ! pp_sys.c
-____________________________________________________________________________
-[  7137] By: jhi                                   on 2000/10/03  20:10:05
-        Log: One remaining nit less at the VMS mailbox sizing.
-     Branch: perl
-          ! vms/vms.c
-____________________________________________________________________________
-[  7136] By: jhi                                   on 2000/10/03  20:08:47
-        Log: Test harness update to sync with the new perlcc,
-             from Simon Cozens.
-     Branch: perl
-          ! t/TEST t/UTEST
-____________________________________________________________________________
-[  7135] By: jhi                                   on 2000/10/03  15:15:42
-        Log: Subject: Re: PATCH for 20001003.004
-             Date: Tue, 3 Oct 2000 11:03:04 -0400 (EDT)
-             From: "AARON B. DOSSETT" <aaron@iglou.com>
-             Message-Id: <E13gTay-0006od-00@iglou.com>
-     Branch: perl
-          ! installman installperl
-____________________________________________________________________________
-[  7134] By: jhi                                   on 2000/10/03  15:00:34
-        Log: Subject: [ID 20001003.006] B::Debug not -w clean
-             From: Nicholas Clark <nick@babyhippo.co.uk>
-             Date: Tue, 03 Oct 2000 15:46:32 +0100
-             Message-Id: <E13gTKy-0002R2-00@fruitbat.babyhippo.co.uk>
-     Branch: perl
-          ! ext/B/B/Debug.pm
-____________________________________________________________________________
-[  7133] By: jhi                                   on 2000/10/03  14:58:39
-        Log: Scale down the VMS message boxes, by Charles Lane.
-             Fix for ID 20000903.009, workaround at
-             http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
-     Branch: perl
-          ! vms/vms.c
-____________________________________________________________________________
-[  7132] By: jhi                                   on 2000/10/03  11:20:37
-        Log: Upgrade to Storable 1.0.3, from Raphael Manfredi.
-     Branch: perl
-          + t/lib/st-lock.t t/lib/st-utf8.t
-          ! MANIFEST ext/Storable/ChangeLog ext/Storable/Storable.pm
-          ! ext/Storable/Storable.xs t/lib/st-recurse.t
-____________________________________________________________________________
-[  7131] By: jhi                                   on 2000/10/03  03:38:23
-        Log: Encode nits.
-     Branch: perl
-          ! MANIFEST Makefile.SH
-____________________________________________________________________________
-[  7130] By: jhi                                   on 2000/10/03  03:31:05
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[  7129] By: jhi                                   on 2000/10/03  02:24:02
-        Log: Misplaced else.
-     Branch: metaconfig/U/perl
-          ! d_strtoll.U
-     Branch: perl
-          ! Configure config_h.SH
-____________________________________________________________________________
-[  7128] By: jhi                                   on 2000/10/03  02:08:29
-        Log: Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
-             From: sthoenna@efn.org
-             Date: Fri, 15 Sep 2000 07:19:57 -0700 (PDT)
-             Message-Id: <200009151419.e8FEJvE19796@garcia.efn.org>
-     Branch: metaconfig/U/perl
-          ! d_strtoll.U
-     Branch: perl
-          ! Configure config_h.SH hints/os2.sh os2/os2ish.h
-____________________________________________________________________________
-[  7127] By: jhi                                   on 2000/10/03  01:13:14
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[  7126] By: jhi                                   on 2000/10/03  00:57:08
-        Log: Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
-             as suggested by Olaf Flebbe and Nick Clark.
-     Branch: perl
-          ! epoc/epocish.h perl.h sv.c unixish.h util.c vms/vmsish.h
-____________________________________________________________________________
-[  7125] By: jhi                                   on 2000/10/03  00:50:56
-        Log: Subject: [ID 20001002.001] Not OK: perl v5.7.0 +DEVEL7093 +...001 on i586-linux 2.2.16 (UNINSTALLED)
-             From: Nick Clark <nick@plum.flirble.org>
-             Date: Mon, 2 Oct 2000 11:03:24 +0100
-             Message-Id: <20001002110324.D20073@plum.flirble.org>
-             
-             Also fixes bug ID 20001002.005.
-     Branch: perl
-          ! t/lib/encode.t
-____________________________________________________________________________
-[  7124] By: jhi                                   on 2000/10/03  00:34:59
-        Log: Subject: [PATCH 5.7.0] Epoc update
-             From: Olaf Flebbe <o.flebbe@gmx.de>
-             Date: Wed, 20 Sep 2000 23:16:26 +0200 (MEST)
-             Message-ID: <26423.969484586@www10.gmx.net>
-     Branch: perl
-          ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
-          ! epoc/epoc_stubs.c epoc/epocish.h epoc/link.pl
-          ! lib/AutoLoader.pm lib/Cwd.pm mg.c perl.c perl.h pp_sys.c sv.c
-          ! util.c util.h
-____________________________________________________________________________
-[  7123] By: jhi                                   on 2000/10/03  00:30:07
-        Log: Regen headers.
-     Branch: perl
-          ! embed.h opcode.h pod/perlapi.pod pp.sym pp_proto.h
-____________________________________________________________________________
-[  7122] By: jhi                                   on 2000/10/03  00:10:48
-        Log: OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
-     Branch: perl
-          ! hints/openbsd.sh
-____________________________________________________________________________
-[  7121] By: jhi                                   on 2000/10/03  00:05:06
-        Log: Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
-             From: <abigail@foad.org>
-             Date: Tue, 26 Sep 2000 13:36:14 -0400
-             Message-ID: <20000926173614.4356.qmail@foad.org>
-     Branch: perl
-          ! pod/perlop.pod
-____________________________________________________________________________
-[  7120] By: jhi                                   on 2000/10/03  00:04:00
-        Log: Inside require() $^S was always left undefined.
-             
-             Subject: Re: Tiny 2-byte change to fix debugger's eval bug
-             From: Ilya Zakharevich <ilya@math.ohio-state.edu>
-             Date: Wed, 27 Sep 2000 18:54:49 -0400
-             Message-ID: <20000927185449.A24927@monk.mps.ohio-state.edu>
-     Branch: perl
-          ! cop.h mg.c pp_ctl.c util.c
-____________________________________________________________________________
-[  7119] By: jhi                                   on 2000/10/03  00:00:16
-        Log: Subject: [PATCH] DLL not restartabke with threaded perl
-             From: "Dave Hartnoll" <Dave_Hartnoll@3b2.com>
-             Date: Thu, 28 Sep 2000 09:20:46 +0100
-             Message-ID: <002101c02925$00aa8d80$7e0aa8c0@3b2.com>
-     Branch: perl
-          ! perl.c
-____________________________________________________________________________
-[  7118] By: jhi                                   on 2000/10/02  23:59:20
-        Log: Subject: Re: [ID 20000828.017] bytecode fails with use subs;
-             From: Nicholas Clark <nick@ccl4.org>
-             Date: Thu, 28 Sep 2000 11:52:24 +0100
-             Message-ID: <20000928115224.D7924@plum.flirble.org>
-     Branch: perl
-          ! op.c
-____________________________________________________________________________
-[  7117] By: jhi                                   on 2000/10/02  23:57:51
-        Log: Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
-             From: Nicholas Clark <nick@babyhippo.co.uk>
-             Date: Thu, 28 Sep 2000 12:18:10 +0100
-             Message-Id: <E13ebha-0004IV-00@fruitbat.babyhippo.co.uk>
-             
-             Did not apply cleanly, manual intervention was needed.
-     Branch: perl
-          ! ext/B/B/Bytecode.pm utils/perlcc.PL
-____________________________________________________________________________
-[  7116] By: jhi                                   on 2000/10/02  23:50:40
-        Log: Document the issue (is not a syntax error, kind of)
-             
-             Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
-             From: Nicholas Clark <nick@ccl4.org>
-             Date: Thu, 28 Sep 2000 17:12:42 +0100
-             Message-ID: <20000928171242.K7924@plum.flirble.org>
-     Branch: perl
-          ! pod/perldata.pod
-____________________________________________________________________________
-[  7115] By: jhi                                   on 2000/10/02  23:48:58
-        Log: Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
-             From: Ilya Zakharevich <ilya@math.ohio-state.edu>
-             Date: Thu, 28 Sep 2000 21:55:31 -0400
-             Message-ID: <20000928215531.A4315@monk.mps.ohio-state.edu>
-     Branch: perl
-          ! regexec.c
-____________________________________________________________________________
-[  7114] By: jhi                                   on 2000/10/02  23:47:57
-        Log: Subject: DOC PATCH 5.6.0
-             From: mjd@plover.com
-             Date: 30 Sep 2000 06:02:34 -0000
-             Message-ID: <20000930060234.4559.qmail@plover.com>
-     Branch: perl
-          ! pod/perldebguts.pod
-____________________________________________________________________________
-[  7113] By: jhi                                   on 2000/10/02  23:46:43
-        Log: SOCK_DGRAM and listen() do not mix as reported in
-             
-             Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
-             From: Petter Reinholdtsen <pere@hungry.com>
-             Date: Sun, 1 Oct 2000 10:57:20 +0800
-             Message-Id: <200010010257.KAA05735@localhost.localdomain>
-             
-             The patch for 5.7.0+ had to be reengineered, though.
-     Branch: perl
-          ! ext/IO/lib/IO/Socket/UNIX.pm
-____________________________________________________________________________
-[  7112] By: jhi                                   on 2000/10/02  23:36:57
-        Log: Subject: Re: [PATCH 5.005_64 missed]
-             From: Ilya Zakharevich <ilya@math.ohio-state.edu>
-             Date: Sun, 1 Oct 2000 18:50:10 -0400
-             Message-ID: <20001001185010.A14152@monk.mps.ohio-state.edu>
-     Branch: perl
-          ! pod/perlxs.pod
-____________________________________________________________________________
-[  7111] By: jhi                                   on 2000/10/02  23:35:40
-        Log: Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
-             From: Radu Greab <radu@netsoft.ro>
-             Date: Mon, 2 Oct 2000 22:03:44 +0300 (EEST)
-             Message-ID: <14808.56336.594486.626712@busy.netsoft.ro>
-     Branch: perl
-          ! op.c opcode.pl t/op/substr.t
-____________________________________________________________________________
-[  7110] By: jhi                                   on 2000/10/02  23:32:38
-        Log: Subject: [PATCH] Fix aliasing of tied filehandles
-             From: Daniel Chetlin <daniel@chetlin.com>
-             Date: Mon, 2 Oct 2000 14:53:27 -0700
-             Message-ID: <20001002145327.C1617@ilmd>
-     Branch: perl
-          ! perl.h pp_hot.c t/op/tiehandle.t
-____________________________________________________________________________
-[  7109] By: jhi                                   on 2000/10/02  23:31:30
-        Log: s/Robin Parker/Robin Barker/
-     Branch: perl
-          ! Changes5.6
-____________________________________________________________________________
-[  7108] By: jhi                                   on 2000/10/02  23:15:46
-        Log: Retract #7091 as suggested in
-             
-             From: Robin Barker <rmb1@cise.npl.co.uk> 
-             Subject: [PATCH-R]  was Re: SuSE's gcc-2.95.2 and //depot/perl
-             Date: Fri, 29 Sep 2000 13:10:22 +0100 (BST)
-             Message-Id: <200009291210.NAA17098@tempest.npl.co.uk>
-     Branch: perl
-          ! embed.pl proto.h
-____________________________________________________________________________
-[  7107] By: nick                                  on 2000/10/02  18:23:14
-        Log: A few tweaks to get Tk803 to work with Encode scheme.
-     Branch: perl
-          ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
-____________________________________________________________________________
-[  7106] By: nick                                  on 2000/10/01  21:34:14
-        Log: Add checking cases to Encode's toUnicode and fromUnicode.
-     Branch: perl
-          ! ext/Encode/Encode.pm
-____________________________________________________________________________
-[  7105] By: nick                                  on 2000/10/01  17:18:01
-        Log: Add encoding tables from tcl8.3.2 and perl code in Encode.pm
-             To read and use them.
-             Add a lib/encode.t which checks a few things.
-     Branch: perl
-          + ext/Encode/Encode/ascii.enc ext/Encode/Encode/big5.enc
-          + ext/Encode/Encode/cp1250.enc ext/Encode/Encode/cp1251.enc
-          + ext/Encode/Encode/cp1252.enc ext/Encode/Encode/cp1253.enc
-          + ext/Encode/Encode/cp1254.enc ext/Encode/Encode/cp1255.enc
-          + ext/Encode/Encode/cp1256.enc ext/Encode/Encode/cp1257.enc
-          + ext/Encode/Encode/cp1258.enc ext/Encode/Encode/cp437.enc
-          + ext/Encode/Encode/cp737.enc ext/Encode/Encode/cp775.enc
-          + ext/Encode/Encode/cp850.enc ext/Encode/Encode/cp852.enc
-          + ext/Encode/Encode/cp855.enc ext/Encode/Encode/cp857.enc
-          + ext/Encode/Encode/cp860.enc ext/Encode/Encode/cp861.enc
-          + ext/Encode/Encode/cp862.enc ext/Encode/Encode/cp863.enc
-          + ext/Encode/Encode/cp864.enc ext/Encode/Encode/cp865.enc
-          + ext/Encode/Encode/cp866.enc ext/Encode/Encode/cp869.enc
-          + ext/Encode/Encode/cp874.enc ext/Encode/Encode/cp932.enc
-          + ext/Encode/Encode/cp936.enc ext/Encode/Encode/cp949.enc
-          + ext/Encode/Encode/cp950.enc ext/Encode/Encode/dingbats.enc
-          + ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/euc-jp.enc
-          + ext/Encode/Encode/euc-kr.enc ext/Encode/Encode/gb12345.enc
-          + ext/Encode/Encode/gb1988.enc ext/Encode/Encode/gb2312.enc
-          + ext/Encode/Encode/iso2022-jp.enc
-          + ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
-          + ext/Encode/Encode/iso8859-1.enc
-          + ext/Encode/Encode/iso8859-2.enc
-          + ext/Encode/Encode/iso8859-3.enc
-          + ext/Encode/Encode/iso8859-4.enc
-          + ext/Encode/Encode/iso8859-5.enc
-          + ext/Encode/Encode/iso8859-6.enc
-          + ext/Encode/Encode/iso8859-7.enc
-          + ext/Encode/Encode/iso8859-8.enc
-          + ext/Encode/Encode/iso8859-9.enc ext/Encode/Encode/jis0201.enc
-          + ext/Encode/Encode/jis0208.enc ext/Encode/Encode/jis0212.enc
-          + ext/Encode/Encode/koi8-r.enc ext/Encode/Encode/ksc5601.enc
-          + ext/Encode/Encode/macCentEuro.enc
-          + ext/Encode/Encode/macCroatian.enc
-          + ext/Encode/Encode/macCyrillic.enc
-          + ext/Encode/Encode/macDingbats.enc
-          + ext/Encode/Encode/macGreek.enc
-          + ext/Encode/Encode/macIceland.enc
-          + ext/Encode/Encode/macJapan.enc ext/Encode/Encode/macRoman.enc
-          + ext/Encode/Encode/macRomania.enc ext/Encode/Encode/macThai.enc
-          + ext/Encode/Encode/macTurkish.enc
-          + ext/Encode/Encode/macUkraine.enc
-          + ext/Encode/Encode/shiftjis.enc ext/Encode/Encode/symbol.enc
-          + t/lib/encode.t
-          ! MANIFEST ext/Encode/Encode.pm
-____________________________________________________________________________
-[  7104] By: nick                                  on 2000/09/30  13:04:30
-        Log: Subject: [PATCH@blead] Fix some recursion in overload.pm
-             From: Daniel Chetlin <daniel@chetlin.com>
-             Date: Mon, 18 Sep 2000 05:05:40 -0700
-             Message-Id: <20000918050540.C652@ilmd>
-     Branch: perl
-          ! lib/overload.pm sv.c t/pragma/overload.t
-____________________________________________________________________________
-[  7103] By: nick                                  on 2000/09/30  12:53:36
-        Log: Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
-             From: Johan Vromans <jvromans@squirrel.nl>
-             Date: Sun, 17 Sep 2000 19:46:05 +0200 (CEST)
-             Message-Id: <14789.861.376723.870640@phoenix.squirrel.nl>
-     Branch: perl
-          ! pod/Makefile.SH
-____________________________________________________________________________
-[  7102] By: nick                                  on 2000/09/30  12:52:31
-        Log: Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
-             From: Spider Boardman <spider@Orb.Nashua.NH.US>
-             Date: Sat, 16 Sep 2000 16:36:45 -0400
-             Message-Id: <200009162036.QAA11694@Orb.Nashua.NH.US>
-     Branch: perl
-          ! ext/B/B/Deparse.pm
-____________________________________________________________________________
-[  7101] By: nick                                  on 2000/09/30  12:51:41
-        Log: Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
-             From: Craig A. Berry <craig.berry@psinetcs.com>
-             Date: Sat, 16 Sep 2000 10:11:10 -0500
-             Message-Id: <4.3.2.7.2.20000916010548.01ce1b60@exchi01>
-     Branch: perl
-          ! vms/vms.c
-____________________________________________________________________________
-[  7100] By: nick                                  on 2000/09/30  12:50:33
-        Log: Subject: Re: unicode support and perl [ID 20000901.097]
-             From: Spider Boardman <spider@Orb.Nashua.NH.US>
-             Date: Fri, 15 Sep 2000 16:37:58 -0400
-             Message-Id: <200009152037.QAA19056@Orb.Nashua.NH.US>
-     Branch: perl
-          ! t/op/append.t
-____________________________________________________________________________
-[  7099] By: nick                                  on 2000/09/30  12:49:35
-        Log: Subject: Re: unicode support and perl [ID 20000901.097]
-             From: Spider Boardman <spider@Orb.Nashua.NH.US>
-             Date: Fri, 15 Sep 2000 16:25:30 -0400
-             Message-Id: <200009152025.QAA18540@Orb.Nashua.NH.US>
-     Branch: perl
-          ! pp_hot.c
-____________________________________________________________________________
-[  7098] By: nick                                  on 2000/09/30  12:48:00
-        Log: Subject: Re: Trapping by opmask sets strange parser state [PATCH]
-             From: Gisle Aas <gisle@ActiveState.com>
-             Date: 15 Sep 2000 16:23:41 +0200
-             Message-Id: <m3aed9ybrm.fsf@eik.g.aas.no>
-     Branch: perl
-          ! toke.c
-____________________________________________________________________________
-[  7097] By: nick                                  on 2000/09/30  12:45:16
-        Log: Subject: [PATCH] Nits in perlmod.pod
-             From: Daniel Chetlin <daniel@chetlin.com>
-             Date: Fri, 15 Sep 2000 02:04:09 -0700
-             Message-Id: <20000915020409.A2104@ilmd>
-     Branch: perl
-          ! pod/perlmod.pod
-____________________________________________________________________________
-[  7096] By: nick                                  on 2000/09/30  12:18:00
-        Log: Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
-             i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
-             to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
-             0 to checking to get the warning.
-     Branch: perl
-          ! doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
-          ! perlapi.c pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c
-          ! regexec.c sv.c toke.c utf8.c
-____________________________________________________________________________
-[  7095] By: nick                                  on 2000/09/15  16:55:59
-        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>
-             Message-Id: <200009151037.GAA07447@Orb.Nashua.NH.US>
-             Date: Fri, 15 Sep 2000 06:37:30 -0400
-     Branch: perl
-          ! ext/Encode/Encode.xs sv.c
-____________________________________________________________________________
-[  7094] By: jhi                                   on 2000/09/15  03:23:32
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[  7093] By: jhi                                   on 2000/09/15  03:11:44
-        Log: Fix for the charnames.t failures from Spider Boardman.
-     Branch: perl
-          ! toke.c
-____________________________________________________________________________
-[  7092] By: jhi                                   on 2000/09/15  00:15:48
-        Log: Botched the #7090 check-in.
-     Branch: perl
-          ! sv.c
-____________________________________________________________________________
-[  7091] By: jhi                                   on 2000/09/14  23:33:24
-        Log: Part of #7081 didn't come through.
-     Branch: perl
-          ! embed.pl proto.h
-____________________________________________________________________________
-[  7090] By: jhi                                   on 2000/09/14  23:17:39
-        Log: Subject: Re: perl@7078 
-             From: Spider Boardman <spider@web.zk3.dec.com>
-             Date: Thu, 14 Sep 2000 19:06:36 -0400
-             Message-Id: <200009142306.TAA20082@leggy.zk3.dec.com>
-     Branch: perl
-          ! sv.c toke.c
-____________________________________________________________________________
-[  7089] By: jhi                                   on 2000/09/14  23:11:21
-        Log: Small portability tweaks.
-     Branch: perl
-          ! ext/Encode/Encode.xs
-____________________________________________________________________________
-[  7088] By: jhi                                   on 2000/09/14  22:57:23
-        Log: Fake return to pacify picky compilers.
-     Branch: perl
-          ! ext/Encode/Encode.xs
-____________________________________________________________________________
-[  7087] By: jhi                                   on 2000/09/14  22:53:37
-        Log: Subject: [PATCH] utf8.c apidoc
-             From: Simon Cozens <simon@cozens.net>
-             Date: Thu, 14 Sep 2000 23:46:57 +0100
-             Message-ID: <20000914234657.A13953@deep-dark-truthful-mirror.perlhacker.org>
-     Branch: perl
-          ! perlapi.c pod/perlapi.pod utf8.c
-____________________________________________________________________________
-[  7086] By: jhi                                   on 2000/09/14  22:40:38
-        Log: We don't need to count the high bit bytes, a boolean is enough. 
-     Branch: perl
-          ! sv.c
-____________________________________________________________________________
-[  7085] By: jhi                                   on 2000/09/14  21:20:09
-        Log: Replace #7084 with
-             
-             Subject: Re: perl@7078 
-             From: Spider Boardman <spider@web.zk3.dec.com>
-             Date: Thu, 14 Sep 2000 17:09:36 -0400
-             Message-Id: <200009142109.RAA03425@leggy.zk3.dec.com>
-     Branch: perl
-          ! sv.c utf8.c
-____________________________________________________________________________
-[  7084] By: jhi                                   on 2000/09/14  20:03:34
-        Log: UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
-             convertible to bytes by checking it doesn't go above 0xc3
-             
-             Subject: Re: perl@7078
-             From: Simon Cozens <simon@cozens.net>
-             Date: Thu, 14 Sep 2000 20:59:19 +0100
-             Message-ID: <20000914205919.A11098@deep-dark-truthful-mirror.perlhacker.org>
-     Branch: perl
-          ! utf8.c
-____________________________________________________________________________
-[  7083] By: jhi                                   on 2000/09/14  19:38:47
-        Log: Subject: Re: perl@7078
-             From: Simon Cozens <simon@cozens.net>
-             Date: Thu, 14 Sep 2000 20:13:09 +0100
-             Message-ID: <20000914201309.A10640@deep-dark-truthful-mirror.perlhacker.org>
-     Branch: perl
-          ! t/op/bop.t
-____________________________________________________________________________
-[  7082] By: jhi                                   on 2000/09/14  17:50:44
-        Log: The one that got away.
-     Branch: perl
-          ! lib/File/Find.pm
-____________________________________________________________________________
-[  7081] By: jhi                                   on 2000/09/14  17:45:35
-        Log: Subject: [PATCH perl-5.7.0] continued -Wformat support
-             From: Robin Barker <rmb1@cise.npl.co.uk>
-             Message-Id: <200009141707.SAA13276@tempest.npl.co.uk>
-             Date: Thu, 14 Sep 2000 18:07:38 +0100 (BST)
-     Branch: perl
-          ! Porting/pumpkin.pod embed.pl ext/ByteLoader/bytecode.h
-          ! ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_dlopen.xs
-          ! ext/Storable/Storable.xs malloc.c perl.c perl.h pp.c proto.h
-          ! regcomp.c toke.c universal.c
-____________________________________________________________________________
-[  7080] By: jhi                                   on 2000/09/14  17:40:35
-        Log: Problems picked up by AIX cc.
-             
-             Subject: Re: perl@7078 (patch included)
-             From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
-             Date: Thu, 14 Sep 2000 18:53:30 +0200
-             Message-Id: <20000914182304.7017.H.M.BRAND@hccnet.nl>
-     Branch: perl
-          ! ext/Encode/Encode.xs
-____________________________________________________________________________
-[  7079] By: jhi                                   on 2000/09/14  17:38:27
-        Log: Subject: File::Find 5.7.0 POD nits
-             From: Rich Morin <rdm@cfcl.com>
-             Date: Wed, 13 Sep 2000 22:03:58 -0700
-             Message-Id: <v042208a0b5e60b3149be@w205.z205158144.scl-ca.dsl.cnc.net>
-     Branch: perl
-          ! lib/File/Find.pm
-____________________________________________________________________________
-[  7078] By: jhi                                   on 2000/09/14  14:58:20
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[  7077] By: jhi                                   on 2000/09/14  14:55:54
-        Log: Compilation warnings and an error.
-     Branch: perl
-          ! sv.c
-____________________________________________________________________________
-[  7076] By: jhi                                   on 2000/09/14  14:42:56
-        Log: Fix for a parsing bug, not for the original bug.
-             
-             Subject: Re: [ID 20000910.005] Another segfault with regexes. 
-             From: Spider Boardman <spider@web.zk3.dec.com>
-             Date: Wed, 13 Sep 2000 17:52:20 -0400
-             Message-Id: <200009132152.RAA24029@leggy.zk3.dec.com>
-     Branch: perl
-          ! regcomp.c
-____________________________________________________________________________
-[  7075] By: jhi                                   on 2000/09/14  14:40:40
-        Log: Batch of UTF-8 patches from Simon Cozens.
-     Branch: perl
-          ! doop.c embed.h embed.pl ext/Encode/Encode.xs handy.h op.c
-          ! pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c
-          ! toke.c utf8.c
-____________________________________________________________________________
-[  7074] By: jhi                                   on 2000/09/14  14:29:58
-        Log: Subject: Re: Two advertising clauses need to be removed
-             From: Russ Allbery <rra@stanford.edu>
-             Date: 13 Sep 2000 18:50:26 -0700
-             Message-ID: <ylwvgfvj19.fsf@windlord.stanford.edu>
-     Branch: perl
-          ! ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
-____________________________________________________________________________
-[  7073] By: jhi                                   on 2000/09/14  14:28:20
-        Log: Subject: [PATCH] de-wall t/README
-             From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
-             Date: Wed, 13 Sep 2000 17:46:55 -0700
-             Message-ID: <//Bw5gzkge/e092yn@efn.org>
-     Branch: perl
-          ! t/README
-____________________________________________________________________________
-[  7072] By: jhi                                   on 2000/09/14  14:25:10
-        Log: Hints optimization.
-             
-             Subject: Minor nit
-             From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
-             Date: Wed, 13 Sep 2000 21:42:07 +0200
-             Message-Id: <20000913214116.1D38.H.M.BRAND@hccnet.nl>
-     Branch: perl
-          ! hints/hpux.sh
-____________________________________________________________________________
-[  7071] By: jhi                                   on 2000/09/14  14:23:30
-        Log: Allow chop() and chomp() to be overridden.
-             
-             Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
-             From: "Casey R. Tweten" <crt@kiski.net>
-             Date: Wed, 13 Sep 2000 12:41:31 -0400 (EDT)
-             Message-ID: <Pine.OSF.4.21.0009131154120.6661-100000@home.kiski.net>
-     Branch: perl
-          ! toke.c
-____________________________________________________________________________
-[  7070] By: jhi                                   on 2000/09/14  14:20:36
-        Log: The return value of setlocale must be copied away.
-             
-             Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
-             From: Alan Burlison <Alan.Burlison@uk.sun.com>
-             Date: Wed, 13 Sep 2000 16:27:37 +0100 
-             Message-Id: <39BF9CE9.3D7FBBDD@uk.sun.com>
-     Branch: perl
-          ! util.c
-____________________________________________________________________________
-[  7069] By: jhi                                   on 2000/09/14  14:16:27
-        Log: Remove vestiges of tr//CU.
-             
-             Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
-             From: Nick Clark <nick@plum.flirble.org>
-             Date: Tue, 12 Sep 2000 22:50:14 +0100
-             Message-Id: <E13YxwU-000DDQ-00@plum.flirble.org>
-             
-             Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
-             From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
-             Date: Tue, 12 Sep 2000 21:38:48 -0700
-             Message-ID: <YTwv5gzkgmfL092yn@efn.org>
-     Branch: perl
-          ! op.h pod/perlunicode.pod
-____________________________________________________________________________
-[  7068] By: jhi                                   on 2000/09/13  14:18:39
-        Log: Add the Encode extension.  The code is still largely just skeleton.
-     Branch: perl
-          + ext/Encode/Encode.pm ext/Encode/Encode.xs
-          + ext/Encode/Makefile.PL ext/Encode/Todo
-          ! MANIFEST Todo-5.6
-____________________________________________________________________________
-[  7067] By: jhi                                   on 2000/09/12  17:43:33
-        Log: Allow for whitespace between "#" and "line" in cpp output.
-             
-             Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
-             From: Calle Dybedahl <calle@lysator.liu.se>
-             Date: 12 Sep 2000 19:38:02 +0200 
-             Message-ID: <867l8hy0hx.fsf_-_@tezcatlipoca.algonet.se>
-     Branch: perl
-          ! ext/Errno/ChangeLog ext/Errno/Errno_pm.PL
-____________________________________________________________________________
-[  7066] By: gsar                                  on 2000/09/12  17:24:29
-        Log: change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
-             initialization in all the threads on Windows
-     Branch: perl
-          ! win32/win32.c
-____________________________________________________________________________
-[  7065] By: jhi                                   on 2000/09/12  15:11:31
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[  7064] By: jhi                                   on 2000/09/12  14:54:54
-        Log: Retract #7062, the pod tests are not ready.
-     Branch: perl
-          ! t/TEST t/harness
-____________________________________________________________________________
-[  7063] By: jhi                                   on 2000/09/12  14:25:41
-        Log: The #7054 truncated Configure badly.
-     Branch: metaconfig/U/perl
-          ! End.U
-     Branch: perl
-          ! Configure config_h.SH
-____________________________________________________________________________
-[  7062] By: jhi                                   on 2000/09/12  14:08:32
-        Log: Subject: [ID 20000911.009] t/pod/*.t tests not run by harness or make test
-             From: sthoenna@efn.org
-             Date: Mon, 11 Sep 2000 17:56:47 -0700 (PDT)
-             Message-Id: <200009120056.e8C0ulZ21635@garcia.efn.org>
-     Branch: perl
-          ! t/TEST t/harness
-____________________________________________________________________________
-[  7061] By: jhi                                   on 2000/09/12  14:07:18
-        Log: Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
-             From: sthoenna@efn.org
-             Date: Mon, 11 Sep 2000 22:07:21 -0700 (PDT)
-             Message-Id: <200009120507.e8C57LA02461@garcia.efn.org>
-     Branch: perl
-          ! pod/perlxs.pod
-____________________________________________________________________________
-[  7060] By: jhi                                   on 2000/09/12  14:06:08
-        Log: Break up the myconfig lines a bit.
-             
-             Subject: perlbug/perl -V output format
-             From: sthoenna@efn.org
-             Date: Tue, 12 Sep 2000 00:04:11 -0700 (PDT)
-             Message-Id: <200009120704.e8C74BX10562@garcia.efn.org>
-     Branch: perl
-          ! myconfig.SH
-____________________________________________________________________________
-[  7059] By: jhi                                   on 2000/09/12  14:05:04
-        Log: Test for the #7049.
-             
-             Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
-             From: andreas.koenig@anima.de (Andreas J. Koenig)
-             Date: 12 Sep 2000 06:42:01 +0200
-             Message-ID: <m3k8cigr1i.fsf@ak-71.mind.de>
-     Branch: perl
-          ! t/op/my.t
-____________________________________________________________________________
-[  7058] By: jhi                                   on 2000/09/12  14:03:05
-        Log: Subject: [patch: perl@7045] vms updates
-             From: Peter Prymmer <pvhp@forte.com>
-             Date: Mon, 11 Sep 2000 18:41:48 -0700 (PDT)
-             Message-ID: <Pine.OSF.4.10.10009111840030.339348-100000@aspara.forte.com>
-     Branch: perl
-          ! configure.com lib/ExtUtils/MM_VMS.pm vms/descrip_mms.template
-____________________________________________________________________________
-[  7057] By: jhi                                   on 2000/09/12  14:00:51
-        Log: Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
-             From: sthoenna@efn.org
-             Date: Mon, 11 Sep 2000 16:28:13 -0700 (PDT)
-             Message-Id: <200009112328.e8BNSD616812@garcia.efn.org>
-     Branch: perl
-          ! t/op/64bitint.t
-____________________________________________________________________________
-[  7056] By: jhi                                   on 2000/09/12  13:58:14
-        Log: Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
-             From: Jeff Pinyan <jeffp@crusoe.net>
-             Date: Sun, 10 Sep 2000 12:01:21 -0400 (EDT)
-             Message-ID: <Pine.GSO.4.21.0009101200190.12441-100000@crusoe.crusoe.net>
-     Branch: perl
-          ! pod/perlfunc.pod
-____________________________________________________________________________
-[  7055] By: jhi                                   on 2000/09/12  13:56:32
-        Log: Do in VMS as the #7054 does.
-     Branch: perl
-          ! configure.com
-____________________________________________________________________________
-[  7054] By: jhi                                   on 2000/09/12  13:50:31
-        Log: Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
-             From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
-             Date: Mon, 11 Sep 2000 08:33:09 +0100
-             Message-ID: <000e01c01bc2$88b2d2c0$0e14140a@bfs.phone.com>
-     Branch: metaconfig/U/perl
-          ! End.U
-     Branch: perl
-          ! Configure Makefile.SH config_h.SH lib/ExtUtils/Embed.pm
-          ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
-____________________________________________________________________________
-[  7053] By: jhi                                   on 2000/09/12  13:29:19
-        Log: Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
-             From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
-             Date:     Tue, 12 Sep 2000 08:35:59 EDT
-             Message-Id: <000912081130.13ca9@DUPHY4.Physics.Drexel.Edu>
-     Branch: perl
-          ! vms/test.com
-____________________________________________________________________________
-[  7052] By: jhi                                   on 2000/09/11  23:01:50
-        Log: Document the SvUTF8*().
-     Branch: perl
-          ! pod/perlapi.pod sv.h
-____________________________________________________________________________
-[  7051] By: gsar                                  on 2000/09/11  14:46:30
-        Log: C<@a = @b = split(...)> optimization coredumps under ithreads
-             (missed a spot when fixing up op_pmreplroot hack for ithreads)
-     Branch: perl
-          ! op.c t/op/split.t
-____________________________________________________________________________
-[  7050] By: nick                                  on 2000/09/11  10:03:51
-        Log: Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
-             
-             Subject: borland C++ win32.c tweak
-             From: Vadim Konovalov <vkonovalov@lucent.com>
-             Message-ID: <402099F49BEED211999700805FC7359F6FB379@ru0028exch01.spb.lucent.com>
-             Date: Mon, 11 Sep 2000 11:22:33 +0400
-     Branch: perl
-          ! win32/win32.c
-____________________________________________________________________________
-[  7049] By: nick                                  on 2000/09/11  09:57:33
-        Log: Point fix for s/// on foreach (keys %xxx).
-     Branch: perl
-          ! pp_hot.c
-____________________________________________________________________________
-[  7048] By: jhi                                   on 2000/09/10  23:37:09
-        Log: Silence t/pod/*.t about alternate quote-mappings now implemented
-             by Pod::Text, from Brad Appleton.
-     Branch: perl
-          ! t/pod/testp2pt.pl
-____________________________________________________________________________
-[  7047] By: jhi                                   on 2000/09/10  14:32:53
-        Log: Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
-             by Russ Allbery.
-     Branch: perl
-          ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL pod/pod2text.PL
-____________________________________________________________________________
-[  7046] By: jhi                                   on 2000/09/10  14:15:08
-        Log: Upgrade to CPAN 1.57_65, from Andreas König.
-     Branch: perl
-          ! lib/CPAN.pm lib/CPAN/FirstTime.pm
-____________________________________________________________________________
-[  7045] By: jhi                                   on 2000/09/08  21:36:32
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[  7044] By: jhi                                   on 2000/09/08  21:29:56
-        Log: Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
-             From: Peter Prymmer <pvhp@forte.com>
-             Date: Fri, 8 Sep 2000 13:33:27 -0700 (PDT)
-             Message-ID: <Pine.OSF.4.10.10009081331420.132461-100000@aspara.forte.com>
-     Branch: perl
-          ! configure.com
-____________________________________________________________________________
-[  7043] By: jhi                                   on 2000/09/08  21:27:50
-        Log: Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
-             From: Peter Prymmer <pvhp@forte.com>
-             Date: Fri, 8 Sep 2000 11:02:19 -0700 (PDT)
-             Message-ID: <Pine.OSF.4.10.10009081054340.132461-100000@aspara.forte.com>
-     Branch: perl
-          ! Makefile.SH installperl
-____________________________________________________________________________
-[  7042] By: jhi                                   on 2000/09/08  21:23:21
-        Log: Continue #7041.
-     Branch: perl
-          ! cygwin/Makefile.SHs os2/Makefile.SHs
-____________________________________________________________________________
-[  7041] By: jhi                                   on 2000/09/08  21:18:10
-        Log: Do away with memory models cruft.  Sorry, PDP users.
-     Branch: metaconfig
-          ! U/modified/cc.U U/modified/libpth.U
-     Branch: perl
-          ! Configure Makefile.SH Porting/Glossary Porting/config.sh
-          ! Porting/config_H cflags.SH config_h.SH configure.com
-          ! epoc/config.sh hints/mint.sh hints/titanos.sh hints/vmesa.sh
-          ! lib/ExtUtils/MM_Unix.pm win32/config.bc win32/config.gc
-          ! win32/config.vc x2p/Makefile.SH x2p/cflags.SH
-____________________________________________________________________________
-[  7040] By: jhi                                   on 2000/09/08  14:34:18
-        Log: Major rewrite of s2p.  And I mean really major, it is
-             an implementation of sed in perl.  If called as s2p it
-             will function as s2p.  Note: needs non-UNIXifying.
-             
-             Subject: s2p
-             From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
-             Date: Mon, 28 Aug 2000 14:05:12 +0200
-             Message-ID: <39AA5578.2102E2AA@alcatel.at>
-     Branch: perl
-          ! x2p/s2p.PL
-____________________________________________________________________________
-[  7039] By: jhi                                   on 2000/09/08  14:19:49
-        Log: Re-allow vec() for characters > 255.
-             
-             Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
-             From: Spider Boardman <spider@web.zk3.dec.com>
-             Date: Fri, 08 Sep 2000 02:21:02 -0400
-             Message-Id: <200009080621.CAA03409@leggy.zk3.dec.com>
-     Branch: perl
-          ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
-          ! t/op/vec.t
-____________________________________________________________________________
-[  7038] By: jhi                                   on 2000/09/08  14:14:18
-        Log: Subject: [PATCH lib/Benchmark.pm]
-             From: <abigail@foad.org>
-             Date: Thu, 7 Sep 2000 15:03:20 -0400
-             Message-ID: <20000907190320.888.qmail@foad.org>
-     Branch: perl
-          ! lib/Benchmark.pm
-____________________________________________________________________________
-[  7037] By: jhi                                   on 2000/09/08  14:11:06
-        Log: Optimizing hash keys into shared strings doesn't work with ithreads.
-             
-             Subject: Re: [ID 20000907.008] Not OK: v5.7.0 on alpha-dec_osf-thread-multi    
-             From: Spider Boardman <spider@web.zk3.dec.com>
-             Date: Fri, 08 Sep 2000 01:30:27 -0400
-             Message-Id: <200009080530.BAA10498@leggy.zk3.dec.com>
-     Branch: perl
-          ! op.c
-____________________________________________________________________________
-[  7036] By: jhi                                   on 2000/09/08  14:08:58
-        Log: Subject: [ID 20000908.002] perlipc documentation bug.
-             From: Major Sébastien <sebastien.major@crdp.ac-caen.fr>
-             Date: Fri, 08 Sep 2000 12:38:32 +0200
-             Message-Id: <39B8C1A8.3DC36E6D@crdp.ac-caen.fr>
-     Branch: perl
-          ! pod/perlipc.pod
-____________________________________________________________________________
-[  7035] By: jhi                                   on 2000/09/08  14:03:12
-        Log: Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
-             From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
-             Date: Fri, 08 Sep 2000 11:47:34 +0200
-             Message-Id: <20000908111426.FBDB.H.M.BRAND@hccnet.nl>
-     Branch: perl
-          ! hints/dec_osf.sh
-____________________________________________________________________________
-[  7034] By: jhi                                   on 2000/09/08  13:59:35
-        Log: Subject: Re: [ID 20000906.004] segfault with bad perl statement
-             From: Simon Cozens <simon@cozens.net>
-             Date: Thu, 7 Sep 2000 20:40:38 +0100
-             Message-ID: <20000907204038.A15650@deep-dark-truthful-mirror.perlhacker.org>
-     Branch: perl
-          ! pp_hot.c
-____________________________________________________________________________
-[  7033] By: jhi                                   on 2000/09/08  04:03:03
-        Log: Subject: [ID 20000904.008] Tiny fix for perldiag
-             From: "Larry W. Virden" <lvirden@cas.org>
-             Date: Mon, 4 Sep 2000 18:45:44 -0400 (EDT)
-             Message-Id: <200009042245.SAA22916@lwv26awu.cas.org>
-     Branch: perl
-          ! pod/perldiag.pod
-____________________________________________________________________________
-[  7032] By: jhi                                   on 2000/09/07  22:18:30
-        Log: Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
-             From: Peter Scott <Peter.J.Scott@jpl.nasa.gov>
-             Date: Mon, 04 Sep 2000 13:16:38 -0700
-             Message-Id: <4.3.2.7.2.20000904130939.00adae90@mail2a.jpl.nasa.gov>
-     Branch: perl
-          ! lib/perl5db.pl
-____________________________________________________________________________
-[  7031] By: jhi                                   on 2000/09/07  22:02:29
-        Log: Fix the ccversion detection for 5.1 and beyond.
-             
-             Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
-             From: Spider Boardman <spider@leggy.zk3.dec.com>
-             Date: Thu, 7 Sep 2000 17:54:27 -0400
-             Message-Id: <200009072154.RAA14747@leggy.zk3.dec.com>
-     Branch: perl
-          ! hints/dec_osf.sh
-____________________________________________________________________________
-[  7030] By: jhi                                   on 2000/09/07  19:12:28
-        Log: Fix for
-             
-             Subject: [ID 20000903.001] \w in utf8-strings
-             From: Marc Lehmann <pcg@goof.com>
-             Date: Sun, 03 Sep 2000 09:44:29 +0200
-             Message-Id: <E13VUS5-0000cv-00.pgcc-forever-2000-09-03-09-44-29@fuji>
-             
-             and various related nits.
-     Branch: perl
-          ! lib/unicode/mktables.PL regcomp.h regexec.c utf8.c
-____________________________________________________________________________
-[  7029] By: jhi                                   on 2000/09/07  18:49:09
-        Log: Fix the URL, but the server is still missing in action.
-             
-             Subject: [ID 20000905.002] perlfaq1.pod URL error
-             From: "Larry W. Virden" <lvirden@cas.org>
-             Date: Tue, 5 Sep 2000 08:24:40 -0400 (EDT)
-             Message-Id: <200009051224.IAA11226@lwv26awu.cas.org>
-     Branch: perl
-          ! pod/perlfaq1.pod
-____________________________________________________________________________
-[  7028] By: jhi                                   on 2000/09/07  18:47:13
-        Log: Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
-             From: Hugo <hv@crypt.compulink.co.uk>
-             Date: Tue, 05 Sep 2000 14:13:37 +0100
-             Message-Id: <200009051313.OAA24507@crypt.compulink.co.uk>
-     Branch: perl
-          ! toke.c
-____________________________________________________________________________
-[  7027] By: jhi                                   on 2000/09/07  18:45:35
-        Log: Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
-             From: Daniel Chetlin <daniel@chetlin.com>
-             Date: Tue, 5 Sep 2000 04:57:07 -0700
-             Message-ID: <20000905045707.A8620@ilmd.chetlin.org>
-     Branch: perl
-          ! pod/perlfaq6.pod pod/perlop.pod
-____________________________________________________________________________
-[  7026] By: jhi                                   on 2000/09/07  18:44:01
-        Log: Document the new ref() semantics.
-             
-             Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
-             From: Gisle Aas <gisle@ActiveState.com>
-             Date: 05 Sep 2000 08:10:30 +0200
-             Message-ID: <m3vgwb8j3d.fsf@eik.g.aas.no>
-     Branch: perl
-          ! pod/perldelta.pod
-____________________________________________________________________________
-[  7025] By: jhi                                   on 2000/09/07  18:42:27
-        Log: Make Data::Dumper (non-XS) to work with changed semantics of ref().
-             
-             Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
-             From: Gisle Aas <gisle@ActiveState.com>
-             Date: 05 Sep 2000 08:11:40 +0200
-             Message-ID: <m3snrf8j1f.fsf@eik.g.aas.no>
-     Branch: perl
-          ! ext/Data/Dumper/Dumper.pm t/lib/dumper.t
-____________________________________________________________________________
-[  7024] By: jhi                                   on 2000/09/07  18:39:32
-        Log: Subject: [PATCH] Modernize Opcode.pm documentation
-             From: Gisle Aas <gisle@ActiveState.com>
-             Date: 4 Sep 2000 00:18:55 -0000
-             Message-ID: <20000904001855.26128.qmail@eik.g.aas.no>
-     Branch: perl
-          ! ext/Opcode/Opcode.pm
-____________________________________________________________________________
-[  7023] By: jhi                                   on 2000/09/07  18:37:42
-        Log: Subject: [PATCH] Tied filehandle documentation
-             From: Gisle Aas <gisle@ActiveState.com>
-             Date: 4 Sep 2000 00:14:40 -0000
-             Message-ID: <20000904001440.26084.qmail@eik.g.aas.no>
-     Branch: perl
-          ! pod/perlfunc.pod pod/perltie.pod
-____________________________________________________________________________
-[  7022] By: jhi                                   on 2000/09/07  18:35:37
-        Log: Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
-             From: Gisle Aas <gisle@ActiveState.com>
-             Date: 4 Sep 2000 00:04:22 -0000
-             Message-ID: <20000904000422.26002.qmail@eik.g.aas.no>
-     Branch: perl
-          ! lib/Tie/Handle.pm t/lib/tie-stdhandle.t
-____________________________________________________________________________
-[  7021] By: jhi                                   on 2000/09/07  18:33:22
-        Log: Subject: small apidoc fix
-             From: Marc Lehmann <pcg@goof.com>
-             Date: Sun, 3 Sep 2000 05:12:06 +0200
-             Message-ID: <20000903051206.A5909@cerebro.laendle>
-     Branch: perl
-          ! pod/perlapi.pod utf8.c
-____________________________________________________________________________
-[  7020] By: jhi                                   on 2000/09/07  16:14:57
-        Log: Tiny perldelta nits.
-     Branch: perl
-          ! pod/perldelta.pod
-____________________________________________________________________________
-[  7019] By: jhi                                   on 2000/09/07  16:04:20
-        Log: Guard against bad string->int conversion for quads.
-     Branch: perl
-          ! t/op/64bitint.t
-____________________________________________________________________________
-[  7018] By: jhi                                   on 2000/09/06  17:07:03
-        Log: Update Unicode todo list.
-     Branch: perl
-          ! Todo-5.6
-____________________________________________________________________________
-[  7017] By: jhi                                   on 2000/09/05  21:16:01
-        Log: Document the SvIOK_.*UV().
-     Branch: perl
-          ! pod/perlapi.pod sv.h
-____________________________________________________________________________
-[  7016] By: nick                                  on 2000/09/03  21:54:46
-        Log: Hash lookup of constant strings optimization:
-             Introduce SvREADONLY && SvFAKE to flag an SV which has SvPVX pointing
-             to string table (as per sharepvn). Add newSV_pvn_share to create such
-             a thing. Make hv.c compare addresses of strings and skip string compare
-             if equal. Make method_named and helem ops use these shared-string SVs
-             when arg is constant. Make keys op return shared-string SVs (less clearly
-             a win).
-     Branch: perl
-          ! embed.h embed.pl embedvar.h global.sym hv.c objXSUB.h op.c
-          ! opcode.h opnames.h perlapi.c perlapi.h pod/perlapi.pod
-          ! pod/perlintern.pod pp_hot.c proto.h sv.c
-____________________________________________________________________________
-[  7015] By: jhi                                   on 2000/09/02  17:48:59
-        Log: This is 5.7.0.
-     Branch: perl
-          ! Changes
-____________________________________________________________________________
-[  7014] By: jhi                                   on 2000/09/02  17:35:45
-        Log: Changes and patchlevel tweaks.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[  7013] By: jhi                                   on 2000/09/02  17:30:50
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[  7012] By: nick                                  on 2000/09/02  17:25:20
-        Log: More %{} and other deref special casing - do not pass to 'nomethod'.
-     Branch: perl
-          ! gv.c lib/overload.pm
-____________________________________________________________________________
-[  7011] By: jhi                                   on 2000/09/02  17:16:25
-        Log: Update perlhist.
-     Branch: perl
-          ! pod/perlhist.pod
-____________________________________________________________________________
-[  7010] By: jhi                                   on 2000/09/02  17:01:35
-        Log: perldelta nits.
-     Branch: perl
-          ! pod/perldelta.pod
-____________________________________________________________________________
-[  7009] By: nick                                  on 2000/09/02  16:48:35
-        Log: If overloaded %{} etc. return the object do not loop.
-             Thus  sub deref { $_[0] } functions if object is wanted type.
-     Branch: perl
-          ! pp.h
-____________________________________________________________________________
-[  7008] By: jhi                                   on 2000/09/02  16:26:11
-        Log: Retab MANIFEST.
-     Branch: perl
-          ! ext/Storable/MANIFEST
-____________________________________________________________________________
-[  7007] By: jhi                                   on 2000/09/02  16:23:02
-        Log: Make certain cc is set before trying to run it.
-     Branch: perl
-          ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh
-____________________________________________________________________________
-[  7006] By: jhi                                   on 2000/09/02  15:45:41
-        Log: Unicode notes.
-     Branch: perl
-          ! pod/perldelta.pod
-____________________________________________________________________________
-[  7005] By: jhi                                   on 2000/09/02  15:42:11
-        Log: Various Configure nits by Philip Newton,
-             plus the ebcdic one by me.
-     Branch: metaconfig
-          + U/modified/pager.U
-          ! U/ebcdic/ebcdic.U U/modified/Finish.U U/modified/Guess.U
-     Branch: metaconfig/U/perl
-          ! Devel.U quadfio.U
-     Branch: perl
-          ! Configure config_h.SH
-____________________________________________________________________________
-[  7004] By: jhi                                   on 2000/09/02  15:06:14
-        Log: Apparently avoiding the swapping is too costly.
-             
-             From: "Ben Tilly" <ben_tilly@hotmail.com>
-             Subject: Re: the door is closed.
-             Date: Fri, 01 Sep 2000 20:23:16 EDT
-             Message-ID: <LAW2-F2963JkUwWpSWe00000904@hotmail.com>
-     Branch: perl
-          ! pod/perlfaq4.pod
-____________________________________________________________________________
-[  7003] By: nick                                  on 2000/09/02  12:26:04
-        Log: Undo part of change 6489 which looks like a bulk edit which
-             changed _all_ gv_efullname3() calls to gv_efullname4() calls.
-             The supressing of main:: on return from select() is undesirable.
-     Branch: perl
-          ! pp_sys.c
-____________________________________________________________________________
-[  7002] By: jhi                                   on 2000/09/01  23:08:54
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[  7001] By: jhi                                   on 2000/09/01  23:00:13
-        Log: Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
-             From: Peter Prymmer <pvhp@forte.com>
-             Date: Fri, 1 Sep 2000 15:50:57 -0700 (PDT)
-             Message-ID: <Pine.OSF.4.10.10009011542550.147696-100000@aspara.forte.com>
-             
-             plus rework the http: spots as suggested by Tom Christiansen,
-             plus regen perltoc.
-     Branch: perl
-          ! README.os2 pod/perl56delta.pod pod/perlebcdic.pod
-          ! pod/perlguts.pod pod/perltoc.pod pod/perlxs.pod
-____________________________________________________________________________
-[  7000] By: jhi                                   on 2000/09/01  22:36:01
-        Log: Only the first line, thank you very much.
-     Branch: perl
-          ! hints/solaris_2.sh
-____________________________________________________________________________
-[  6999] By: gsar                                  on 2000/09/01  22:16:40
-        Log: change#6791 accidentally clobbered change#6710, put it back
-     Branch: perl
-          ! win32/win32.c
-____________________________________________________________________________
-[  6998] By: jhi                                   on 2000/09/01  22:14:16
-        Log: Mention the HP-UX LP64 freak failure.
-     Branch: perl
-          ! pod/perldelta.pod
-____________________________________________________________________________
-[  6997] By: jhi                                   on 2000/09/01  21:48:32
-        Log: Detypo.
-     Branch: perl
-          ! hints/hpux.sh
-____________________________________________________________________________
-[  6996] By: jhi                                   on 2000/09/01  21:27:10
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[  6995] By: jhi                                   on 2000/09/01  21:14:24
-        Log: Mi splgn s gnin.g
-     Branch: perl
-          ! pp_ctl.c
-____________________________________________________________________________
-[  6994] By: jhi                                   on 2000/09/01  21:09:54
-        Log: Subject: http:// in L<>
-             From: Nicholas Clark <nick@ccl4.org>
-             Date: Fri, 1 Sep 2000 22:03:21 +0100
-             Message-ID: <20000901220321.B72074@plum.flirble.org>
-     Branch: perl
-          ! README.os2 pod/perl56delta.pod pod/perlxs.pod
-____________________________________________________________________________
-[  6993] By: jhi                                   on 2000/09/01  21:06:54
-        Log: Update to Storable 1.0, from Raphael Manfredi.
-     Branch: perl
-          ! ext/Storable/ChangeLog ext/Storable/MANIFEST
-          ! ext/Storable/Makefile.PL ext/Storable/README
-          ! ext/Storable/Storable.pm ext/Storable/Storable.xs
-          ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
-          ! t/lib/st-dclone.t t/lib/st-dump.pl t/lib/st-forgive.t
-          ! t/lib/st-freeze.t t/lib/st-overload.t t/lib/st-recurse.t
-          ! t/lib/st-retrieve.t t/lib/st-store.t t/lib/st-tied.t
-          ! t/lib/st-tiedhook.t t/lib/st-tieditems.t
-____________________________________________________________________________
-[  6992] By: jhi                                   on 2000/09/01  20:43:05
-        Log: Mention known sfio+linux buglet.
-     Branch: perl
-          ! pod/perldelta.pod
-____________________________________________________________________________
-[  6991] By: jhi                                   on 2000/09/01  20:40:11
-        Log: Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
-             From: Peter Prymmer <pvhp@forte.com>
-             Date: Fri, 1 Sep 2000 12:03:38 -0700 (PDT)
-             Message-ID: <Pine.OSF.4.10.10009011140240.147696-100000@aspara.forte.com>
-     Branch: perl
-          ! vms/vms.c
-____________________________________________________________________________
-[  6990] By: jhi                                   on 2000/09/01  20:25:26
-        Log: Retract #6986.
-     Branch: perl
-          ! hints/solaris_2.sh
-____________________________________________________________________________
-[  6989] By: jhi                                   on 2000/09/01  20:23:00
-        Log: Mergesort is back.
-     Branch: perl
-          ! pod/perldelta.pod pod/perltoc.pod pp_ctl.c
-____________________________________________________________________________
-[  6988] By: jhi                                   on 2000/09/01  19:37:40
-        Log: Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
-             From: Mike Guy <mjtg@cam.ac.uk>
-             Date: Fri, 01 Sep 2000 17:43:33 +0100
-             Message-Id: <E13Utuf-0004Bw-00@draco.cus.cam.ac.uk>
-     Branch: perl
-          ! doop.c embed.pl perlapi.c pod/perlapi.pod pod/perldiag.pod
-          ! pod/perlfunc.pod proto.h t/op/vec.t utf8.c
-____________________________________________________________________________
-[  6987] By: jhi                                   on 2000/09/01  19:17:10
-        Log: Regen perltoc.
-     Branch: perl
-          ! pod/perltoc.pod
-____________________________________________________________________________
-[  6986] By: jhi                                   on 2000/09/01  18:51:10
-        Log: Subject: Re: Solaris x86 has no SPARC libraries!
-             From: Lupe Christoph <lupe@lupe-christoph.de>
-             Date: Fri, 1 Sep 2000 20:41:20 +0200
-             Message-ID: <20000901204120.P13547@alanya.lupe-christoph.de>
-     Branch: perl
-          ! hints/solaris_2.sh
-____________________________________________________________________________
-[  6985] By: jhi                                   on 2000/09/01  18:28:10
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[  6984] By: jhi                                   on 2000/09/01  18:26:53
-        Log: Feature ordering tweak.
-     Branch: perl
-          ! myconfig.SH
-____________________________________________________________________________
-[  6983] By: jhi                                   on 2000/09/01  18:19:50
-        Log: Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
-             From: <abigail@foad.org>
-             Date: Fri, 1 Sep 2000 13:07:32 -0400
-             Message-ID: <20000901170732.18249.qmail@foad.org>
-     Branch: perl
-          ! t/pragma/overload.t
-____________________________________________________________________________
-[  6982] By: jhi                                   on 2000/09/01  18:17:54
-        Log: Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
-             so that case-ignoring systems like DCL can tell them from
-             PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
-     Branch: metaconfig/U/perl
-          ! Checkcc.U gccvers.U longdblfio.U perlxvf.U quadfio.U
-     Branch: perl
-          ! Configure Porting/Glossary Porting/config.sh Porting/config_H
-          ! config_h.SH configure.com epoc/config.sh hints/aix.sh
-          ! hints/dec_osf.sh hints/hpux.sh hints/irix_6.sh
-          ! hints/solaris_2.sh myconfig.SH uconfig.h uconfig.sh
-          ! vos/config.def vos/config.h vos/config_h.SH_orig
-          ! win32/config.bc win32/config.gc win32/config.vc
-____________________________________________________________________________
-[  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 count of extra references to
-             the UNTIE method.
-     Branch: perl
-          ! pod/perltie.pod pp_sys.c
-____________________________________________________________________________
-[  6980] By: jhi                                   on 2000/09/01  16:54:44
-        Log: Subject: [PATCH: 6948] add SCNfldbl to configure.com
-             From: Peter Prymmer <pvhp@forte.com>
-             Date: Thu, 31 Aug 2000 18:47:18 -0700 (PDT)
-             Message-ID: <Pine.OSF.4.10.10008311811060.91659-100000@aspara.forte.com>
-     Branch: perl
-          ! configure.com
-____________________________________________________________________________
-[  6979] By: jhi                                   on 2000/09/01  16:06:20
-        Log: Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
-             From: Mike Guy <mjtg@cam.ac.uk> 
-             Date: Fri, 01 Sep 2000 16:49:27 +0100
-             Message-Id: <E13Ut4J-0002sd-00@draco.cus.cam.ac.uk>  
-     Branch: perl
-          ! t/base/rs.t
-____________________________________________________________________________
-[  6978] By: jhi                                   on 2000/09/01  16:00:42
-        Log: Update to PodParser 1.18, from Brad Appleton.
-     Branch: perl
-          ! lib/Pod/Checker.pm t/pod/find.t
-____________________________________________________________________________
-[  6977] By: jhi                                   on 2000/09/01  14:48:58
-        Log: Subject: Nit in Configure (bleadperl@6961)
-             From: Lupe Christoph <lupe@lupe-christoph.de>
-             Date: Fri, 1 Sep 2000 16:34:29 +0200
-             Message-ID: <20000901163429.K13547@alanya.lupe-christoph.de>
-     Branch: metaconfig
-          ! U/compline/ccflags.U
-     Branch: perl
-          ! Configure config_h.SH
-____________________________________________________________________________
-[  6976] By: jhi                                   on 2000/09/01  14:39:52
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[  6975] By: jhi                                   on 2000/09/01  14:37:36
-        Log: microperl config update.
-     Branch: perl
-          ! uconfig.h uconfig.sh
-____________________________________________________________________________
-[  6974] By: jhi                                   on 2000/09/01  14:36:53
-        Log: Document known deficiencies.
-     Branch: perl
-          ! pod/perldelta.pod
-____________________________________________________________________________
-[  6973] By: jhi                                   on 2000/09/01  14:10:20
-        Log: Mention warnings fixes and updates.
-     Branch: perl
-          ! pod/perldelta.pod
-____________________________________________________________________________
-[  6972] By: jhi                                   on 2000/09/01  14:01:52
-        Log: Drop unused argument.
-             
-             Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
-             From: Spider Boardman <spider@web.zk3.dec.com>
-             Date: Thu, 31 Aug 2000 16:10:15 -0400
-             Message-Id: <200008312010.QAA20392@leggy.zk3.dec.com>
-     Branch: perl
-          ! toke.c
-____________________________________________________________________________
-[  6971] By: jhi                                   on 2000/09/01  13:59:24
-        Log: Add the overload warnings to perldiag.
-     Branch: perl
-          ! lib/overload.pm pod/perldiag.pod
-____________________________________________________________________________
-[  6970] By: jhi                                   on 2000/09/01  13:55:10
-        Log: Subject: RE: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
-             From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
-             Date: Fri, 1 Sep 2000 13:43:15 +0100 
-             Message-ID: <001001c01412$32c7dde0$a20a140a@bfs.phone.com>                
-     Branch: perl
-          ! lib/overload.pm t/pragma/overload.t
-____________________________________________________________________________
-[  6969] By: jhi                                   on 2000/09/01  13:52:27
-        Log: Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
-             From: <abigail@foad.org>
-             Date: Fri, 1 Sep 2000 05:46:54 -0400
-             Message-ID: <20000901094654.6476.qmail@foad.org>
-     Branch: perl
-          ! lib/overload.pm
-____________________________________________________________________________
-[  6968] By: jhi                                   on 2000/09/01  13:50:05
-        Log: Subject: [PATCH@6961] Fix misleading example in perlretut.pod
-             From: Daniel Chetlin <daniel@chetlin.com>
-             Date: Fri, 1 Sep 2000 02:10:55 -0700
-             Message-ID: <20000901021055.C3400@ilmd.chetlin.org>
-     Branch: perl
-          ! pod/perlretut.pod
-____________________________________________________________________________
-[  6967] By: jhi                                   on 2000/09/01  13:47:54
-        Log: Part of the solution.
-             
-             Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
-             From: Mike Guy <mjtg@cam.ac.uk>
-             Date: Fri, 01 Sep 2000 14:16:01 +0100
-             Message-Id: <E13Uqfp-0006dN-00@draco.cus.cam.ac.uk>
-     Branch: perl
-          ! gv.c mg.c
-____________________________________________________________________________
-[  6966] By: jhi                                   on 2000/09/01  13:46:17
-        Log: Subject: CPAN.pm beta 1.57_57 for the core
-             From: andreas.koenig@anima.de (Andreas J. Koenig)
-             Date: 01 Sep 2000 15:16:31 +0200
-             Message-ID: <m3r974z1zk.fsf@ak-71.mind.de>
-     Branch: perl
-          ! lib/CPAN.pm lib/CPAN/FirstTime.pm
-____________________________________________________________________________
-[  6965] By: jhi                                   on 2000/09/01  13:43:18
-        Log: Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
-             From: "Craig A. Berry" <craig.berry@psinetcs.com>
-             Date: Fri, 01 Sep 2000 01:47:22 -0500
-             Message-Id: <4.3.2.7.2.20000901011206.01ca2e88@exchi01>
-     Branch: perl
-          ! pod/perldelta.pod vms/vms.c
-____________________________________________________________________________
-[  6964] By: jhi                                   on 2000/09/01  13:35:35
-        Log: File::Temp patches from Andreas König,
-             
-             Subject: Re: [ID 20000831.046] OK: perl v5.7.0 +DEVEL6961 on sun4-solaris 2.8  (UNINSTALLED)
-             From: andreas.koenig@anima.de (Andreas J. Koenig)
-             Date: 01 Sep 2000 10:07:20 +0200
-             Message-ID: <m3lmxc1qo7.fsf@ak-71.mind.de>
-             
-             Subject: Re: Almost OK: perl v5.7.0 +DEVEL6937 on PA-RISC2.0 11.00 (INSTALLED)
-             From: andreas.koenig@anima.de (Andreas J. Koenig)
-             Date: 31 Aug 2000 23:26:08 +0200
-             Message-ID: <m3bsy92kcv.fsf@ak-71.mind.de>
-     Branch: perl
-          ! lib/File/Temp.pm t/lib/ftmp-security.t
-____________________________________________________________________________
-[  6963] By: jhi                                   on 2000/09/01  02:22:24
-        Log: Retract the mergesort code, way too incompatible licensing
-             and copyrights.
-     Branch: perl
-          ! pod/perldelta.pod pp_ctl.c
-____________________________________________________________________________
-[  6962] By: jhi                                   on 2000/08/31  23:27:32
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[  6961] By: jhi                                   on 2000/08/31  23:20:04
-        Log: Small tweaks all over.
-     Branch: metaconfig
-          ! U/compline/d_gconvert.U
-     Branch: perl
-          ! AUTHORS Configure config_h.SH pp_ctl.c
-____________________________________________________________________________
-[  6960] By: jhi                                   on 2000/08/31  22:39:36
-        Log: Further rewording.
-     Branch: perl
-          ! pp_ctl.c
-____________________________________________________________________________
-[  6959] By: jhi                                   on 2000/08/31  21:26:44
-        Log: More address tweaking.
-     Branch: perl
-          ! AUTHORS Changes
-____________________________________________________________________________
-[  6958] By: jhi                                   on 2000/08/31  20:47:25
-        Log: AUTHORS tweaks, from Peter Prymmer.
-             
-             Subject: [PATCH: 6948] mvs doesn't exist (not any more)
-             From: Peter Prymmer <pvhp@forte.com>
-             Date: Thu, 31 Aug 2000 12:56:32 -0700 (PDT) 
-             Message-ID: <Pine.OSF.4.10.10008311248410.91659-100000@aspara.forte.com>
-     Branch: perl
-          ! AUTHORS MAINTAIN
-____________________________________________________________________________
-[  6957] By: jhi                                   on 2000/08/31  20:34:43
-        Log: perldelta tweaks.
-     Branch: perl
-          ! pod/perldelta.pod
-____________________________________________________________________________
-[  6956] By: jhi                                   on 2000/08/31  19:11:06
-        Log: Regen perltoc.
-     Branch: perl
-          ! pod/perltoc.pod
-____________________________________________________________________________
-[  6955] By: jhi                                   on 2000/08/31  19:06:30
-        Log: Clarify the mergesort situation.
-     Branch: perl
-          ! pp_ctl.c
-____________________________________________________________________________
-[  6954] By: jhi                                   on 2000/08/31  18:24:17
-        Log: Move the Solaris 7 scan to use64bitall, make the
-             failure to find 64-bot sparc libc to mention the
-             possibility of being in an intel, from Lupe and Alan.
-     Branch: perl
-          ! hints/solaris_2.sh
-____________________________________________________________________________
-[  6953] By: jhi                                   on 2000/08/31  18:09:20
-        Log: Forget about NV_MAX (#6951).  Various floating point tweaks,
-             ideas from Eric Fifer, Yitzchak, Alan, and Spider.
-     Branch: metaconfig
-          ! U/compline/d_gconvert.U U/threads/archname.U
-     Branch: metaconfig/U/perl
-          ! perlxv.U
-     Branch: perl
-          ! Configure config_h.SH sv.c
-____________________________________________________________________________
-[  6952] By: jhi                                   on 2000/08/31  17:42:24
-        Log: :: not allowed in pathnames, change to .
-             
-             Subject: [PATCH perl@6938] cygwin port
-             From: "Fifer, Eric" <EFifer@sanwaint.com>
-             Date: Thu, 31 Aug 2000 16:32:59 +0100
-             Message-ID: <779F20BCCE5AD31186A50008C75D997917179A@silldn_mail1.sanwaint.com>
-     Branch: metaconfig/U/perl
-          ! perlxv.U
-____________________________________________________________________________
-[  6951] By: jhi                                   on 2000/08/31  17:02:05
-        Log: Try to deduce NV_MAX.  Really should be Configure fodder.
-     Branch: perl
-          ! perl.h
-____________________________________________________________________________
-[  6950] By: jhi                                   on 2000/08/31  16:26:08
-        Log: More author updates.
-             
-             Subject: Re: [PATCH] Mark-Jason Dominus Does Exist
-             From: Simon Cozens <simon@cozens.net>
-             Date: Thu, 31 Aug 2000 17:13:32 +0100
-             Message-ID: <20000831171332.A22498@deep-dark-truthful-mirror.perlhacker.org>
-     Branch: perl
-          ! AUTHORS
-____________________________________________________________________________
-[  6949] By: jhi                                   on 2000/08/31  16:04:49
-        Log: POSIX doesn't report long double values under -Duselongdouble
-             when the long doubles are "real" (bigger than doubles).
-             
-             Subject: [ID 20000831.014] Not OK: perl v5.7.0 +DEVEL6919 on alpha-dec_osf-ld 5.1
-             From: Spider Boardman <spider@peano.zk3.dec.com>
-             Date: Thu, 31 Aug 2000 11:48:48 -0400 (EDT)
-             Message-Id: <200008311548.LAA0000161952@peano.zk3.dec.com>
-     Branch: perl
-          ! ext/POSIX/POSIX.xs
-____________________________________________________________________________
-[  6948] By: jhi                                   on 2000/08/31  15:25:10
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[  6947] By: jhi                                   on 2000/08/31  15:22:29
-        Log: Document UNTIE in a very minimalistic way.
-     Branch: perl
-          ! pod/perlfunc.pod pod/perltie.pod
-____________________________________________________________________________
-[  6946] By: jhi                                   on 2000/08/31  15:15:23
-        Log: Document known failures.
-     Branch: perl
-          ! pod/perldelta.pod
-____________________________________________________________________________
-[  6945] By: jhi                                   on 2000/08/31  15:07:00
-        Log: Don't attach -ld to the archname if pointless.
-     Branch: metaconfig
-          ! U/threads/archname.U
-     Branch: perl
-          ! Configure config_h.SH
-____________________________________________________________________________
-[  6944] By: jhi                                   on 2000/08/31  14:37:42
-        Log: Wrap the test in eval.
-             
-             Subject: Re: [ID 20000831.009] Not OK: perl v5.7.0 +DEVEL6932 on sun4-solaris2.8 (UNINSTALLED)
-             From: Tim Jenness <timj@jach.hawaii.edu>
-             Date: Thu, 31 Aug 2000 03:39:33 -1000 (HST)
-             Message-ID: <Pine.LNX.4.21.0008310311190.7444-100000@lapaki.jach.hawaii.edu>
-     Branch: perl
-          ! t/lib/ftmp-security.t
-____________________________________________________________________________
-[  6943] By: jhi                                   on 2000/08/31  14:30:57
-        Log: Make -Dusemorebits find long doubles in Solaris.
-     Branch: perl
-          ! hints/solaris_2.sh
-____________________________________________________________________________
-[  6942] By: jhi                                   on 2000/08/31  13:48:45
-        Log: Clarify the third case of ftmp-security warnings.
-     Branch: perl
-          ! INSTALL
-____________________________________________________________________________
-[  6941] By: jhi                                   on 2000/08/31  13:40:31
-        Log: Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
-             From: <abigail@foad.org>
-             Date: Thu, 31 Aug 2000 01:35:05 -0400
-             Message-ID: <20000831053505.32120.qmail@foad.org>
-     Branch: perl
-          ! pod/perldelta.pod
-____________________________________________________________________________
-[  6940] By: jhi                                   on 2000/08/31  13:38:48
-        Log: Issue useful diagnostic on unknown pod commands.
-             
-             Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
-             From: <abigail@foad.org>
-             Date: Thu, 31 Aug 2000 03:41:18 -0400
-             Message-ID: <20000831074118.24880.qmail@foad.org>
-     Branch: perl
-          ! lib/Pod/Man.pm
-____________________________________________________________________________
-[  6939] By: jhi                                   on 2000/08/31  13:34:33
-        Log: Reveal Borland's isnan.
-             
-             Subject: build with BC++ tweak
-             From: "Konovalov, Vadim" <vkonovalov@lucent.com>
-             Date: Thu, 31 Aug 2000 13:09:37 +0400
-             Message-ID: <402099F49BEED211999700805FC7359F6FACA6@ru0028exch01.spb.lucent.com>
-     Branch: perl
-          ! win32/win32.h
-____________________________________________________________________________
-[  6938] By: jhi                                   on 2000/08/31  05:01:20
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[  6937] By: jhi                                   on 2000/08/31  04:26:23
-        Log: sscanf() may be the only way to read long doubles from strings.
-     Branch: metaconfig/U/perl
-          ! longdblfio.U
-     Branch: perl
-          ! Configure config_h.SH perl.h util.c
-____________________________________________________________________________
-[  6936] By: jhi                                   on 2000/08/31  04:18:19
-        Log: The #6929 was too skimpy.
-     Branch: perl
-          ! sv.c
-____________________________________________________________________________
-[  6935] By: jhi                                   on 2000/08/31  02:47:07
-        Log: Subject: Re: typos in pods
-             From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
-             Date: Wed, 30 Aug 2000 19:25:34 -0700
-             Message-ID: <eIcr5gzkg25X092yn@efn.org>
-     Branch: perl
-          ! lib/CPAN.pm lib/Pod/Checker.pm pod/perlmodlib.PL
-____________________________________________________________________________
-[  6934] By: jhi                                   on 2000/08/31  02:42:55
-        Log: Missed one Unicode file.
-     Branch: perl
-          + lib/unicode/UCDFF301.html
-____________________________________________________________________________
-[  6933] By: jhi                                   on 2000/08/30  23:42:27
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[  6932] By: jhi                                   on 2000/08/30  23:40:07
-        Log: Mention UNTIE in perldelta.  Still needs documenting
-             in perltie et alia.
-     Branch: perl
-          ! pod/perldelta.pod
-____________________________________________________________________________
-[  6931] By: jhi                                   on 2000/08/30  23:36:02
-        Log: Subject: [PATCH] Don't use big-Oh when talking about lower bounds.
-             From: <abigail@foad.org>
-             Date: Wed, 30 Aug 2000 19:28:07 -0400
-             Message-ID: <20000830232807.305.qmail@foad.org>
-     Branch: perl
-          ! pod/perldelta.pod
-____________________________________________________________________________
-[  6930] By: jhi                                   on 2000/08/30  23:32:40
-        Log: Update to Unicode 3.0.1.
-     Branch: perl
-          + lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
-          + lib/unicode/PropList.txt lib/unicode/README.perl
-          + lib/unicode/UCD301.html lib/unicode/Unicode.301
-          - lib/unicode/Props.txt lib/unicode/UCD300.html
-          - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
-          ! (edit 257 files)
-____________________________________________________________________________
-[  6929] By: jhi                                   on 2000/08/30  22:38:18
-        Log: Heap decorruption.
-             
-             Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
-             From: Alan Burlison <Alan.Burlison@uk.sun.com>
-             Date: Wed, 30 Aug 2000 22:39:52 +0100
-             Message-ID: <39AD7F28.A06533CF@uk.sun.com>
-     Branch: perl
-          ! sv.c
-____________________________________________________________________________
-[  6928] By: jhi                                   on 2000/08/30  22:29:34
-        Log: Retract the dummy test, skip the security tests (instead of failing),
-             explain what the warnings mean.
-     Branch: perl
-          ! INSTALL lib/File/Temp.pm t/lib/ftmp-security.t
-____________________________________________________________________________
-[  6927] By: jhi                                   on 2000/08/30  22:14:13
-        Log: Change the internal implementation of sort() to be mergesort
-             instead of quicksort, from John Linderman <jpl@research.att.com>.
-             Gives us better worst case, better average case, and stability.
-             What's there not to like?  (Small fixes for threaded builds
-             were required).
-     Branch: perl
-          ! pod/perldelta.pod pp_ctl.c t/op/runlevel.t
-____________________________________________________________________________
-[  6926] By: jhi                                   on 2000/08/30  20:55:20
-        Log: A better fix for the Socket building problem from Craig Berry.
-     Branch: perl
-          ! vms/vms.c
-____________________________________________________________________________
-[  6925] By: jhi                                   on 2000/08/30  20:20:25
-        Log: Subject: [PATCH] Re: UNTIE method 
-             From: Nick Ing-Simmons <nik@tiuk.ti.com>
-             Date: Wed, 30 Aug 2000 18:26:55 +0100 (BST)
-             Message-Id: <200008301726.SAA01114@mikado.tiuk.ti.com>
-     Branch: perl
-          ! pp_sys.c t/op/tie.t
-____________________________________________________________________________
-[  6924] By: jhi                                   on 2000/08/30  20:17:11
-        Log: Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
-             From: "Craig A. Berry" <craig.berry@psinetcs.com>
-             Date: Wed, 30 Aug 2000 15:03:14 -0500
-             Message-Id: <4.3.2.7.2.20000830144622.028fe7a8@exchi01>
-     Branch: perl
-          ! vms/vms.c
-____________________________________________________________________________
-[  6923] By: jhi                                   on 2000/08/30  20:15:18
-        Log: Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
-             From: "Craig A. Berry" <craig.berry@psinetcs.com>
-             Date: Wed, 30 Aug 2000 13:30:36 -0500
-             Message-Id: <4.3.2.7.2.20000830130617.02b8b968@exchi01>
-     Branch: perl
-          ! vms/vms.c
-____________________________________________________________________________
-[  6922] By: jhi                                   on 2000/08/30  19:54:43
-        Log: Better options for rsync.
-     Branch: perl
-          ! pod/perlhack.pod
-____________________________________________________________________________
-[  6921] By: jhi                                   on 2000/08/30  19:40:16
-        Log: Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
-             From: Rick Delaney <rick@consumercontact.com>
-             Date: Wed, 30 Aug 2000 15:36:55 -0400 (EDT)
-             Message-Id: <Pine.UW2.4.10.10008301535210.1949-100000@consumer>
-     Branch: perl
-          ! pod/perlfunc.pod
-____________________________________________________________________________
-[  6920] By: jhi                                   on 2000/08/30  19:36:40
-        Log: Subject: [PATCH 6889] add a few ldbl formats to configure.com
-             From: Peter Prymmer <pvhp@forte.com>
-             Date: Tue, 29 Aug 2000 17:36:00 -0700 (PDT)
-             Message-ID: <Pine.OSF.4.10.10008291720260.502507-100000@aspara.forte.com>
-     Branch: perl
-          ! configure.com
-____________________________________________________________________________
-[  6919] By: jhi                                   on 2000/08/30  14:52:02
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[  6918] By: jhi                                   on 2000/08/30  14:48:34
-        Log: NVs not necessarily doubles, as pointed out by Yitzchak.
-     Branch: perl
-          ! lib/ExtUtils/typemap
-____________________________________________________________________________
-[  6917] By: jhi                                   on 2000/08/30  14:46:34
-        Log: Subject: typos in pods
-             From: Nicholas Clark <nick@ccl4.org>
-             Date: Wed, 30 Aug 2000 01:12:50 +0100
-             Message-ID: <20000830011249.A61388@plum.flirble.org>
-     Branch: perl
-          ! pod/perldbmfilter.pod pod/perldebtut.pod pod/perldebug.pod
-          ! pod/perldiag.pod pod/perlebcdic.pod pod/perlfunc.pod
-          ! pod/perlguts.pod pod/perlhack.pod pod/perlmodlib.pod
-          ! pod/perlnewmod.pod pod/perlport.pod pod/perltoc.pod
-____________________________________________________________________________
-[  6916] By: jhi                                   on 2000/08/30  14:19:09
-        Log: Document Storable problems on Crays.  (Will have
-             to document all the other Storable problems, too.)
-     Branch: perl
-          ! pod/perldelta.pod
-____________________________________________________________________________
-[  6915] By: jhi                                   on 2000/08/30  14:06:02
-        Log: Subject: [PATCH] fix misc cast warnings
-             From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
-             Date: Tue, 29 Aug 2000 23:16:14 -0700
-             Message-ID: <uaKr5gzkgGwQ092yn@efn.org>
-     Branch: perl
-          ! lib/ExtUtils/typemap os2/OS2/ExtAttr/ExtAttr.xs
-          ! os2/OS2/ExtAttr/typemap os2/OS2/REXX/REXX.xs os2/os2.c
-          ! os2/os2ish.h
-____________________________________________________________________________
-[  6914] By: jhi                                   on 2000/08/30  14:03:45
-        Log: Timestamp mismatch again.  Need to fix this dependence on
-             config_h.SH timestamp, since it's the contents of config_h.SH
-             that matter.
-     Branch: perl
-          ! uconfig.h uconfig.sh
-____________________________________________________________________________
-[  6913] By: jhi                                   on 2000/08/30  13:54:06
-        Log: Don't say "Perl 5.0 source kit".
-     Branch: perl
-          ! perl.c
-____________________________________________________________________________
-[  6912] By: jhi                                   on 2000/08/30  13:51:24
-        Log: Reset archname and archname64 always, forcing them be
-             recomputed at each Configure run, make Configure and
-             the hints files agree on the naming of largefiles variables.
-     Branch: metaconfig
-          ! U/threads/archname.U
-     Branch: metaconfig/U/perl
-          ! use64bits.U
-     Branch: perl
-          ! Configure config_h.SH configpm hints/aix.sh hints/hpux.sh
-          ! hints/linux.sh hints/solaris_2.sh
-____________________________________________________________________________
-[  6911] By: jhi                                   on 2000/08/30  13:30:13
-        Log: Put back the slice accidentally removed by #6907.
-     Branch: perl
-          ! hints/solaris_2.sh
-____________________________________________________________________________
-[  6910] By: jhi                                   on 2000/08/30  01:24:26
-        Log: Be consistent: other Net::get* do export theirs.
-             
-             Subject: Re: Net::protoent does not export 'getproto'
-             From: Yasushi Nakajima <sey@jkc.co.jp>
-             Date: Wed, 30 Aug 2000 09:53:14 +0900
-             Message-Id: <200008300051.DAA24700@taku.hut.fi>
-     Branch: perl
-          ! lib/Net/protoent.pm
-____________________________________________________________________________
-[  6909] By: jhi                                   on 2000/08/30  01:17:25
-        Log: Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
-             From: Gurusamy Sarathy <gsar@ActiveState.com>
-             Date: Tue, 29 Aug 2000 17:17:07 -0700
-             Message-Id: <200008300017.RAA25382@smtp3.ActiveState.com>
-     Branch: perl
-          ! cop.h
-____________________________________________________________________________
-[  6908] By: jhi                                   on 2000/08/30  00:58:05
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[  6907] By: jhi                                   on 2000/08/30  00:57:22
-        Log: Introduce ccname to keep track of what compiler kind of we have.
-     Branch: metaconfig/U/perl
-          ! Checkcc.U gccvers.U
-     Branch: perl
-          ! Configure config_h.SH hints/solaris_2.sh
-____________________________________________________________________________
-[  6906] By: jhi                                   on 2000/08/30  00:25:47
-        Log: Put back the flags dump as reasoned in
-             
-             Subject: Re: [PATCH] Glob dumping
-             From: Mike Guy <mjtg@cam.ac.uk> 
-             Date: Tue, 29 Aug 2000 21:41:32 +0100
-             Message-Id: <E13TsCK-0007iL-00@draco.cus.cam.ac.uk>
-     Branch: perl
-          ! dump.c t/lib/peek.t
-____________________________________________________________________________
-[  6905] By: jhi                                   on 2000/08/30  00:16:17
-        Log: Make the epsilon to be relative, not absolute.
-             
-             Subject: Re: [ID 20000829.039] Not OK: perl v5.7.0 +DEVEL6899 +[ID on alpha-dec_osf-ld 5.1 (UNINSTALLED)
-             From: Spider Boardman <spider-perl@orb.nashua.nh.us>
-             Date: Tue, 29 Aug 2000 19:58:56 -0400
-             Message-Id: <200008292358.TAA31114@leggy.zk3.dec.com>
-     Branch: perl
-          ! t/lib/trig.t
-____________________________________________________________________________
-[  6904] By: jhi                                   on 2000/08/30  00:13:09
-        Log: From now on, Gisle is on my list of usual suspects :-)
-             Retract #6902.
-     Branch: perl
-          ! ext/Opcode/Safe.pm
-____________________________________________________________________________
-[  6903] By: jhi                                   on 2000/08/29  23:51:20
-        Log: Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
-             From: "Craig A. Berry" <craig.berry@psinetcs.com>
-             Date: Tue, 29 Aug 2000 18:43:26 -0500
-             Message-Id: <4.3.2.7.2.20000829180705.01b005b8@exchi01>
-     Branch: perl
-          + vms/vmspipe.com
-          ! MANIFEST t/io/openpid.t vms/descrip_mms.template vms/test.com
-          ! vms/vms.c
-____________________________________________________________________________
-[  6902] By: jhi                                   on 2000/08/29  23:44:14
-        Log: Retry what #6882 attempted.
-             
-             Subject: Re: [ID 20000829.004] Sharing leak root name into safe compartment
-             From: Gisle Aas <gisle@ActiveState.com>
-             Date: 30 Aug 2000 00:33:09 +0200
-             Message-ID: <m3pumry9y2.fsf@eik.g.aas.no>
-     Branch: perl
-          ! ext/Opcode/Safe.pm
-____________________________________________________________________________
-[  6901] By: jhi                                   on 2000/08/29  22:59:32
-        Log: Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
-             From: Hugo <hv@crypt.compulink.co.uk>
-             Date: Mon, 12 Jun 2000 19:36:08 +0100
-             Message-Id: <200006121836.TAA16977@crypt.compulink.co.uk>
-     Branch: perl
-          ! sv.c
-____________________________________________________________________________
-[  6900] By: jhi                                   on 2000/08/29  22:58:35
-        Log: Admit that we are leaking scalars.
-             
-             Subject: [ID 20000829.037] Not OK: perl v5.7.0 +DEVEL6899 on alpha-dec_osf 4.0f (UNINSTALLED)
-             From: Spider Boardman <spider@leggy.zk3.dec.com>
-             Date: Tue, 29 Aug 2000 18:48:29 -0400
-             Message-Id: <200008292248.SAA31507@leggy.zk3.dec.com>
-     Branch: perl
-          ! t/pragma/warnings.t
-____________________________________________________________________________
-[  6899] By: jhi                                   on 2000/08/29  20:53:13
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[  6898] By: jhi                                   on 2000/08/29  20:46:21
-        Log: Undo namespace pollution of #6878.
-             
-             Subject: Re: Net::protoent does not export 'getproto'
-             From: Mike Guy <mjtg@cam.ac.uk>
-             Date: Tue, 29 Aug 2000 21:32:37 +0100
-             Message-Id: <E13Ts3h-0007eN-00@draco.cus.cam.ac.uk>
-     Branch: perl
-          ! lib/Net/protoent.pm
-____________________________________________________________________________
-[  6897] By: jhi                                   on 2000/08/29  20:44:29
-        Log: Subject: [PATCH: 6889] updates to perlebcdic.pod
-             From: Peter Prymmer <pvhp@forte.com>
-             Date: Tue, 29 Aug 2000 13:32:41 -0700 (PDT)
-             Message-ID: <Pine.OSF.4.10.10008291327500.502507-100000@aspara.forte.com>
-     Branch: perl
-          ! pod/perlebcdic.pod
-____________________________________________________________________________
-[  6896] By: jhi                                   on 2000/08/29  20:40:57
-        Log: There's no point repeating the 'revision' (5) of perl5.
-     Branch: metaconfig/U/perl
-          ! Devel.U patchlevel.U
-     Branch: perl
-          ! Configure config_h.SH
-____________________________________________________________________________
-[  6895] By: jhi                                   on 2000/08/29  20:16:58
-        Log: Regen Configure for #6894.
-     Branch: metaconfig/U/perl
-          ! perladmin.U
-     Branch: perl
-          ! Configure config_h.SH
-____________________________________________________________________________
-[  6894] By: jhi                                   on 2000/08/29  19:59:52
-        Log: Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
-             From: "Philip Newton" <Philip.Newton@gmx.net>
-             Date: Tue, 29 Aug 2000 21:39:14 +0200
-             Message-Id: <200008291938.VAA98259@smtp1.nikoma.de>
-     Branch: perl
-          ! Configure INSTALL README hints/README.hints hints/bsdos.sh
-          ! hints/freebsd.sh pod/perl.pod pod/perl56delta.pod
-          ! pod/perlfaq2.pod pod/perllocale.pod pod/perlxs.pod
-          ! utils/perlbug.PL
-____________________________________________________________________________
-[  6893] By: jhi                                   on 2000/08/29  19:55:30
-        Log: Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
-             From: "Philip Newton" <Philip.Newton@gmx.net>
-             Date: Tue, 29 Aug 2000 21:39:14 +0200
-             Message-Id: <200008291938.VAA98255@smtp1.nikoma.de>
-     Branch: perl
-          ! installhtml
-____________________________________________________________________________
-[  6892] By: jhi                                   on 2000/08/29  19:53:59
-        Log: Subject: [ID 20000829.026] [PATCH 6868] File::Temp
-             From: "Philip Newton" <Philip.Newton@gmx.net>
-             Date: Tue, 29 Aug 2000 21:48:18 +0200
-             Message-Id: <200008291947.VAA13628@smtp2.nikoma.de>
-     Branch: perl
-          ! lib/File/Temp.pm
-____________________________________________________________________________
-[  6891] By: jhi                                   on 2000/08/29  18:30:03
-        Log: Nail the ID 20000828.023.
-     Branch: perl
-          ! ext/Storable/Storable.xs
-____________________________________________________________________________
-[  6890] By: jhi                                   on 2000/08/29  16:50:17
-        Log: Under usethreads the dumped variable is IN_PAD.
-             
-             Subject: Re: [PATCH] Glob dumping
-             From: Gisle Aas <gisle@ActiveState.com>
-             Date: 29 Aug 2000 18:45:05 +0200
-             Message-ID: <m37l9010fi.fsf@eik.g.aas.no>
-     Branch: perl
-          ! t/lib/peek.t
-____________________________________________________________________________
-[  6889] By: jhi                                   on 2000/08/29  15:17:37
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[  6888] By: jhi                                   on 2000/08/29  14:49:59
-        Log: Retract #6882, broke the safe tests.
-     Branch: perl
-          ! ext/Opcode/Safe.pm
-____________________________________________________________________________
-[  6887] By: jhi                                   on 2000/08/29  14:47:06
-        Log: Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
-             From: Gisle Aas <gisle@ActiveState.com> 
-             Date: 09 Jun 2000 20:00:11 +0200
-             Message-ID: <m3n1kud9as.fsf@eik.g.aas.no>
-     Branch: perl
-          ! utils/perldoc.PL
-____________________________________________________________________________
-[  6886] By: jhi                                   on 2000/08/29  14:42:45
-        Log: The #6881 removed one dump line.
-     Branch: perl
-          ! t/lib/peek.t
-____________________________________________________________________________
-[  6885] By: jhi                                   on 2000/08/29  14:30:47
-        Log: Don't forget to tidy up.
-     Branch: perl
-          ! t/lib/ftmp-security.t
-____________________________________________________________________________
-[  6884] By: jhi                                   on 2000/08/29  14:25:17
-        Log: Disabling the one test is a bit tricky.
-     Branch: perl
-          ! t/lib/ftmp-security.t
-____________________________________________________________________________
-[  6883] By: jhi                                   on 2000/08/29  14:16:25
-        Log: Disable one of the tests for now.
-     Branch: perl
-          ! t/lib/ftmp-security.t
-____________________________________________________________________________
-[  6882] By: jhi                                   on 2000/08/29  14:05:50
-        Log: Subject: [ID 20000829.004] Sharing leak root name into safe compartment
-             From: gisle@aas.no
-             Date: 29 Aug 2000 10:35:06 -0000
-             Message-Id: <20000829103506.21538.qmail@eik.g.aas.no>
-     Branch: perl
-          ! ext/Opcode/Safe.pm
-____________________________________________________________________________
-[  6881] By: jhi                                   on 2000/08/29  14:03:51
-        Log: Subject: [PATCH] Glob dumping
-             From: Gisle Aas <gisle@ActiveState.com>
-             Date: 29 Aug 2000 07:59:42 -0000
-             Message-ID: <20000829075942.20923.qmail@eik.g.aas.no>
-     Branch: perl
-          ! dump.c
-____________________________________________________________________________
-[  6880] By: jhi                                   on 2000/08/29  14:02:01
-        Log: Subject: [PATCH] Warnings in B::Deparse
-             From: <abigail@foad.org>
-             Date: Tue, 29 Aug 2000 00:00:01 -0400
-             Message-ID: <20000829040001.2999.qmail@foad.org>
-     Branch: perl
-          ! ext/B/B/Deparse.pm
-____________________________________________________________________________
-[  6879] By: jhi                                   on 2000/08/29  13:57:26
-        Log: Missed a change in #6869.
-     Branch: perl
-          ! mg.c
-____________________________________________________________________________
-[  6878] By: jhi                                   on 2000/08/29  13:45:04
-        Log: Subject: Net::protoent does not export 'getproto'
-             From: Yasushi Nakajima <sey@jkc.co.jp>
-             Date: Tue, 29 Aug 2000 17:28:57 +0900                 
-     Branch: perl
-          ! lib/Net/protoent.pm
-____________________________________________________________________________
-[  6877] By: jhi                                   on 2000/08/29  13:39:19
-        Log: Patches all over for people and the files they (hopefully) care about.
-     Branch: perl
-          ! AUTHORS Changes MAINTAIN
-____________________________________________________________________________
-[  6876] By: jhi                                   on 2000/08/29  12:53:54
-        Log: Fix for thinko in #6848.
-             
-             Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
-             From: Lupe Christoph <lupe@lupe-christoph.de>
-             Date: Tue, 29 Aug 2000 09:04:08 +0200
-             Message-ID: <20000829090408.V4437@alanya.lupe-christoph.de>
-     Branch: perl
-          ! ext/Thread/Thread.xs
-____________________________________________________________________________
-[  6875] By: jhi                                   on 2000/08/29  12:50:14
-        Log: Update to Getopt::Long 2.24, from Johan Vromans.
-     Branch: perl
-          ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
-____________________________________________________________________________
-[  6874] By: jhi                                   on 2000/08/29  02:09:53
-        Log: Use minimal @INC in tests, most of the time just '../lib',
-             so that we simply can't pick up stuff from other Perls than
-             the one we are testing.  Pointed out by
-             
-             From: Mike Guy <mjtg@cam.ac.uk>
-             Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
-             Date: Fri, 25 Aug 2000 15:15:59 +0100
-             Message-Id: <E13SKH1-00031D-00@virgo.cus.cam.ac.uk>
-     Branch: perl
-          ! (edit 185 files)
-____________________________________________________________________________
-[  6873] By: jhi                                   on 2000/08/29  01:07:11
-        Log: Subject: [PATCH] Re: files not cleaned even by veryclean
-             From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
-             Date: Mon, 28 Aug 2000 17:45:52 -0700
-             Message-ID: <Afwq5gzkg2UB092yn@efn.org>
-     Branch: perl
-          ! Makefile.SH hints/os2.sh
-____________________________________________________________________________
-[  6872] By: jhi                                   on 2000/08/28  23:33:39
-        Log: Subject: [PATCH bleedperl@6866] spellings
-             From: marcel@codewerk.com (Marcel Grunauer)
-             Date: Tue, 29 Aug 2000 01:19:59 +0200
-             Message-Id: <200008282319.BAA29862@gandalf.local>
-     Branch: perl
-          ! README.os390 pod/perl5004delta.pod pod/perldebtut.pod
-          ! pod/perlebcdic.pod pod/perlfunc.pod pod/perlguts.pod
-          ! pod/perlipc.pod pod/perlthrtut.pod pod/perlutil.pod
-____________________________________________________________________________
-[  6871] By: jhi                                   on 2000/08/28  23:22:09
-        Log: Take out the SUIDMAIL thing, that will not be
-             a problem in 5.7.*.
-     Branch: perl
-          ! patchlevel.h
-____________________________________________________________________________
-[  6870] By: jhi                                   on 2000/08/28  23:19:30
-        Log: -S is the silent flag, -s is the strip flag.
-             
-             Subject: [PATCH] Re: [PATCH] make no-install          
-             From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
-             Date: Mon, 28 Aug 2000 15:12:55 -0700
-             Message-ID: <nPuq5gzkg2FO092yn@efn.org> 
-     Branch: perl
-          ! Makefile.SH
-____________________________________________________________________________
-[  6869] By: jhi                                   on 2000/08/28  23:12:05
-        Log: Subject: [PATCH bleedperl@6856] warnings fixes
-             From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
-             Date: Mon, 28 Aug 2000 23:55:06 +0100
-             Message-ID: <000501c01143$0230af80$2014140a@bfs.phone.com>
-     Branch: perl
-          ! lib/warnings.pm pod/perllexwarn.pod t/pragma/warn/7fatal
-          ! warnings.h warnings.pl
-____________________________________________________________________________
-[  6868] By: jhi                                   on 2000/08/28  21:38:22
-        Log: Potential cruft.
-     Branch: perl
-          ! Makefile.SH
-____________________________________________________________________________
-[  6867] By: jhi                                   on 2000/08/28  21:35:36
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[  6866] By: jhi                                   on 2000/08/28  21:33:49
-        Log: Subject: hv.h Doc Patch
-             From: Fisher Mark <fisherm@tce.com>
-             Date: Mon, 28 Aug 2000 16:24:59 -0500
-             Message-ID: <B9B6874277EED211B1890008C707AF5302881C77@indyexch3.indy.tce.com>
-     Branch: perl
-          ! hv.h
-____________________________________________________________________________
-[  6865] By: jhi                                   on 2000/08/28  21:02:15
-        Log: Add -ld to archname on long tr...double platforms.
-     Branch: metaconfig
-          ! U/threads/archname.U
-     Branch: perl
-          ! Configure config_h.SH
-____________________________________________________________________________
-[  6864] By: jhi                                   on 2000/08/28  20:38:59
-        Log: An attempt to fix the problem reported in
-             
-             Subject: Building perl@6856 using gcc/AIX 4.3.3 
-             From: Daniel Muino <dmuino@afip.gov.ar> 
-             Date: Mon, 28 Aug 2000 15:50:01 -0300   
-             Message-ID: <20000828155001.A14403@con2-dgi>
-             
-             I can't test this properly since the gcc installation I have
-             access to seems to be botched (gcc is calling the AIX cpp,
-             a losing proposition...)
-     Branch: perl
-          ! hints/aix.sh
-____________________________________________________________________________
-[  6863] By: jhi                                   on 2000/08/28  18:57:52
-        Log: Fix for ID 20000828.001, long doubles were not formatted
-             correctly (showed up in $], which stopped installing perl).
-     Branch: perl
-          ! sv.c
-____________________________________________________________________________
-[  6862] By: jhi                                   on 2000/08/28  18:07:15
-        Log: Typo in #6858.
-     Branch: perl
-          ! lib/Cwd.pm
-____________________________________________________________________________
-[  6861] By: jhi                                   on 2000/08/28  17:57:27
-        Log: opmini.o may be left around if a build is interrupted.
-     Branch: perl
-          ! Makefile.SH
-____________________________________________________________________________
-[  6860] By: jhi                                   on 2000/08/28  16:52:50
-        Log: Subject: [PATCH@6855] _Minor_ change to overload.pm pod
-             From: Daniel Chetlin <daniel@chetlin.com>
-             Date: Mon, 28 Aug 2000 01:14:18 -0700
-             Message-ID: <20000828011418.J769@ilmd.chetlin.org>
-     Branch: perl
-          ! lib/overload.pm
-____________________________________________________________________________
-[  6859] By: jhi                                   on 2000/08/28  16:08:46
-        Log: Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
-             From: Nicholas Clark <nick@ccl4.org>
-             Date: Mon, 28 Aug 2000 16:03:27 +0100
-             Message-Id: <20000828160327.C49785@plum.flirble.org>
-     Branch: perl
-          ! ext/ByteLoader/bytecode.h
-____________________________________________________________________________
-[  6858] By: jhi                                   on 2000/08/28  16:02:10
-        Log: Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
-             From: Wolfgang Laun <wolfgang.laun@alcatel.at>
-             Date: Mon, 28 Aug 2000 13:08:30 +0200
-             Message-Id: <200008281108.NAA00782@localhost.aut.alcatel.at>
-     Branch: perl
-          ! lib/Cwd.pm
-____________________________________________________________________________
-[  6857] By: jhi                                   on 2000/08/28  15:42:47
-        Log: display_format used as a class method without arguments was broken,
-             reported in
-             
-             Subject: Math::Complex->display_format() sets style to 'Math::Complex'
-             From: Yasushi Nakajima <sey@san.p.kyoto.jkc.co.jp>
-             Date: Mon, 28 Aug 2000 16:38:08 +0900 (JST)
-             Message-Id: <200008280738.QAA00215@san.p.kyoto.jkc.co.jp>
-     Branch: perl
-          ! lib/Math/Complex.pm t/lib/complex.t
-____________________________________________________________________________
-[  6856] By: jhi                                   on 2000/08/27  22:09:48
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[  6855] By: jhi                                   on 2000/08/27  21:59:21
-        Log: Retract #6853 (false alarm).
-     Branch: perl
-          ! lib/ExtUtils/xsubpp
-____________________________________________________________________________
-[  6854] By: jhi                                   on 2000/08/27  21:37:44
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[  6853] By: jhi                                   on 2000/08/27  21:37:16
-        Log: Subject: [PATCH perl@6850] workaround for xsubpp
-             From: Hugo <hv@crypt.compulink.co.uk>
-             Date: Sun, 27 Aug 2000 22:30:25 +0100
-             Message-Id: <200008272130.WAA10083@crypt.compulink.co.uk>
-     Branch: perl
-          ! lib/ExtUtils/xsubpp
-____________________________________________________________________________
-[  6852] By: jhi                                   on 2000/08/27  21:33:58
-        Log: Big-endian 64-bit patch from Raphael Manfredi.
-     Branch: perl
-          ! ext/Storable/Storable.xs
-____________________________________________________________________________
-[  6851] By: jhi                                   on 2000/08/27  21:22:21
-        Log: More ruthless editing from Hugo van der Sanden.
-     Branch: perl
-          ! pod/perldelta.pod
-____________________________________________________________________________
-[  6850] By: jhi                                   on 2000/08/27  16:11:46
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[  6849] By: jhi                                   on 2000/08/27  16:11:05
-        Log: Provice virtual $Config{ccflags_nolargefiles} etc. 
-     Branch: perl
-          ! configpm pod/perldelta.pod
-____________________________________________________________________________
-[  6848] By: jhi                                   on 2000/08/27  15:35:08
-        Log: Use the actual thread type, not the pointer-to-struct.
-     Branch: perl
-          ! ext/Thread/Thread.xs
-____________________________________________________________________________
-[  6847] By: jhi                                   on 2000/08/27  15:30:49
-        Log: Test nit.
-     Branch: perl
-          ! t/pragma/warn/pp_sys
-____________________________________________________________________________
-[  6846] By: jhi                                   on 2000/08/27  15:19:02
-        Log: Passing -R in ldflags makes now it to appear in the default
-             for lddlflags, just like with -L.
-             
-             Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
-             From: Lupe Christoph <lupe@lupe-christoph.de>
-             Date: Sun, 27 Aug 2000 10:28:21 +0200
-             Message-ID: <20000827102821.B4437@alanya.lupe-christoph.de>
-     Branch: metaconfig/U/perl
-          ! dlsrc.U
-     Branch: perl
-          ! Configure
-____________________________________________________________________________
-[  6845] By: jhi                                   on 2000/08/27  15:08:54
-        Log: Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
-             From: Alan Burlison <Alan.Burlison@uk.sun.com>
-             Date: Sat, 26 Aug 2000 22:23:27 +0100
-             Message-ID: <39A8354F.E1E832C9@uk.sun.com>
-     Branch: perl
-          ! lib/ExtUtils/MM_Unix.pm
-____________________________________________________________________________
-[  6844] By: jhi                                   on 2000/08/27  15:02:37
-        Log: DJGPP update from Laszlo Molnar.
-             
-             Subject: [ID 20000826.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6788 on dos-djgpp djgpp (UNINSTALLED) [PATCH]
-             From: ml1050 <ml1050@freemail.hu>
-             Date: Sat, 26 Aug 2000 23:24:40 +0200
-             Message-Id: <20000826232440.A439@freemail.hu>
-     Branch: perl
-          ! djgpp/config.over lib/File/Temp.pm pod/buildtoc.PL
-          ! t/lib/ftmp-security.t t/lib/posix.t t/pragma/warn/pp_sys
-____________________________________________________________________________
-[  6843] By: jhi                                   on 2000/08/27  14:53:58
-        Log: Subject: installman buglet
-             From: Lupe Christoph <lupe@lupe-christoph.de>
-             Date: Sun, 27 Aug 2000 14:38:59 +0200
-             Message-ID: <20000827143859.E4437@alanya.lupe-christoph.de>
-     Branch: perl
-          ! installman
-____________________________________________________________________________
-[  6842] By: jhi                                   on 2000/08/27  14:52:08
-        Log: Can't get the test to reliably work thanks to the
-             inaccurateness of floating point.  "Resolves" bug ids
-             20000826.003, 20000826.009, 20000826.010,
-     Branch: perl
-          ! t/lib/trig.t
-____________________________________________________________________________
-[  6841] By: jhi                                   on 2000/08/26  15:53:58
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[  6840] By: jhi                                   on 2000/08/26  14:23:03
-        Log: grep -e isn't portable.
-             
-             Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
-             From: chris@broadband.att.com
-             Date: Sat, 26 Aug 2000 00:17:27 -0600 (MDT)
-             Message-Id: <200008260617.AAA10219@lazlo.tci.com>
-     Branch: perl
-          ! hints/solaris_2.sh
-____________________________________________________________________________
-[  6839] By: jhi                                   on 2000/08/26  14:12:23
-        Log: no-install target a la make -n.
-             
-             Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
-             From: <abigail@foad.org>
-             Date: Sat, 26 Aug 2000 03:57:34 -0400
-             Message-ID: <20000826075735.18912.qmail@foad.org>
-     Branch: perl
-          ! Makefile.SH installman installperl
-____________________________________________________________________________
-[  6838] By: jhi                                   on 2000/08/26  14:06:33
-        Log: Retract #6826 as the #6828 should be do the same
-             in a More Correct Way.
-     Branch: perl
-          ! installperl
-____________________________________________________________________________
-[  6837] By: jhi                                   on 2000/08/26  05:24:00
-        Log: More casting.
-     Branch: perl
-          ! ext/Storable/Storable.xs
-____________________________________________________________________________
-[  6836] By: jhi                                   on 2000/08/26  05:05:46
-        Log: Nicer in decimal.
-     Branch: perl
-          ! ext/Storable/Storable.xs
-____________________________________________________________________________
-[  6835] By: jhi                                   on 2000/08/26  05:03:50
-        Log: There be no UVdf.
-     Branch: perl
-          ! ext/Storable/Storable.xs
-____________________________________________________________________________
-[  6834] By: jhi                                   on 2000/08/26  05:00:18
-        Log: Continue IVdfing and UVxfing.
-     Branch: perl
-          ! ext/Storable/Storable.xs
-____________________________________________________________________________
-[  6833] By: jhi                                   on 2000/08/26  04:53:14
-        Log: Use IVdf.
-     Branch: perl
-          ! ext/Storable/Storable.xs
-____________________________________________________________________________
-[  6832] By: jhi                                   on 2000/08/26  04:40:41
-        Log: Document PTR2XX and INT2PTR.
-     Branch: perl
-          ! pod/perlguts.pod
-____________________________________________________________________________
-[  6831] By: jhi                                   on 2000/08/26  04:33:18
-        Log: Use UVxf, PTR2UV, NVff.
-     Branch: perl
-          ! ext/Storable/Storable.xs
-____________________________________________________________________________
-[  6830] By: jhi                                   on 2000/08/26  04:31:32
-        Log: Update the test count.
-     Branch: perl
-          ! t/lib/trig.t
-____________________________________________________________________________
-[  6829] By: jhi                                   on 2000/08/26  03:05:50
-        Log: Subject: [PATCH] installation not quite silent yet.
-             From: <abigail@foad.org>
-             Date: Fri, 25 Aug 2000 20:07:53 -0400
-             Message-ID: <20000826000753.7822.qmail@foad.org>
-     Branch: perl
-          ! installman installperl
-____________________________________________________________________________
-[  6828] By: jhi                                   on 2000/08/26  03:05:14
-        Log: Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
-             From: Spider Boardman <spider@web.zk3.dec.com>
-             Date: Fri, 25 Aug 2000 19:12:40 -0400
-             Message-Id: <200008252312.TAA17828@leggy.zk3.dec.com>
-     Branch: perl
-          ! gv.c
-____________________________________________________________________________
-[  6827] By: jhi                                   on 2000/08/25  23:54:34
-        Log: Support preserving extremely big/small angles.
-     Branch: perl
-          ! lib/Math/Trig.pm pod/perldelta.pod t/lib/trig.t
-____________________________________________________________________________
-[  6826] By: jhi                                   on 2000/08/25  23:01:20
-        Log: Patch installperl to be long double-aware.
-             
-             Subject: Re: [PATCH] [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
-             From: Spider Boardman <spider@web.zk3.dec.com>
-             Date: Fri, 25 Aug 2000 18:15:23 -0400
-             Message-Id: <200008252215.SAA28740@leggy.zk3.dec.com>
-     Branch: perl
-          ! installperl
-____________________________________________________________________________
-[  6825] By: jhi                                   on 2000/08/25  22:58:25
-        Log: Remove duplicately applied patch shards.
-             
-             Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
-             From: Spider Boardman <spider@leggy.zk3.dec.com>
-             Date: Fri, 25 Aug 2000 16:45:03 -0400
-             Message-Id: <200008252045.QAA23518@leggy.zk3.dec.com>
-     Branch: perl
-          ! t/lib/cgi-html.t
-____________________________________________________________________________
-[  6824] By: jhi                                   on 2000/08/25  22:57:00
-        Log: Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
-             From: Daniel Chetlin <daniel@chetlin.com>
-             Date: Fri, 25 Aug 2000 12:23:16 -0700
-             Message-ID: <20000825122316.A10250@ilmd.chetlin.org>
-             
-             Subject: Re: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
-             From: Daniel Chetlin <daniel@chetlin.com>
-             Date: Fri, 25 Aug 2000 14:47:19 -0700
-             Message-ID: <20000825144719.A20587@ilmd.chetlin.org>
-     Branch: perl
-          ! installman
-____________________________________________________________________________
-[  6823] By: jhi                                   on 2000/08/25  22:44:17
-        Log: Timestamp problem?
-     Branch: perl
-          ! uconfig.h uconfig.sh
-____________________________________________________________________________
-[  6822] By: jhi                                   on 2000/08/25  19:01:06
-        Log: One forgotten file from #6816.
-     Branch: perl
-          ! vos/config.h
-____________________________________________________________________________
-[  6821] By: jhi                                   on 2000/08/25  18:56:39
-        Log: Regen Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[  6820] By: jhi                                   on 2000/08/25  18:52:35
-        Log: Fix Changes ordering.
-     Branch: perl
-          ! Changes
-____________________________________________________________________________
-[  6819] By: jhi                                   on 2000/08/25  18:50:25
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[  6818] By: jhi                                   on 2000/08/25  18:47:45
-        Log: Tweak the sfio/useperlio logic, hopefully as wished in
-             
-             Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
-             From: Nicholas Clark <nick@babyhippo.co.uk>
-             Date: Fri, 25 Aug 2000 12:01:45 +0100
-             Message-Id: <E13SHF3-0005I9-00@fruitbat.babyhippo.co.uk>
-     Branch: metaconfig/U/perl
-          ! d_sfio.U
-     Branch: perl
-          ! Configure
-____________________________________________________________________________
-[  6817] By: jhi                                   on 2000/08/25  18:32:51
-        Log: Allow microperl to assume <math.h>, without it the math
-             functions like floor() are assumed to return int, which makes
-             for core dumps in machines where integer and floating register
-             don't mix.
-     Branch: perl
-          ! uconfig.h uconfig.sh
-____________________________________________________________________________
-[  6816] By: jhi                                   on 2000/08/25  18:27:17
-        Log: AIX 4.3.3 has SOCKS in libc with a differently named init routine,
-             the problem reported in
-             
-             Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
-             From: danhale@us.ibm.com
-             Date: Fri, 25 Aug 2000 10:58:06 -0400
-             Message-Id: <85256946.005238A3.00@d54mta02.raleigh.ibm.com>
-     Branch: metaconfig/U/perl
-          + d_socks5_init.U
-     Branch: perl
-          ! Configure INSTALL config_h.SH configure.com epoc/config.sh
-          ! perl.c uconfig.h uconfig.sh vos/config.def vos/config.h
-          ! vos/config.pl vos/config_h.SH_orig win32/config.bc
-          ! win32/config.gc win32/config.vc
-____________________________________________________________________________
-[  6815] By: jhi                                   on 2000/08/25  17:43:31
-        Log: A solution for the retrieve_fd autosplit warning,
-             idea suggested by Mike Guy.
-     Branch: perl
-          ! ext/Storable/Storable.pm
-____________________________________________________________________________
-[  6814] By: jhi                                   on 2000/08/25  17:16:03
-        Log: Add install-silent target.
-     Branch: perl
-          ! Makefile.SH
-____________________________________________________________________________
-[  6813] By: jhi                                   on 2000/08/25  17:14:23
-        Log: Subject: Re: [PATCH] More silencing of installman.
-             From: <abigail@foad.org>
-             Date: Thu, 24 Aug 2000 19:27:03 -0400
-             Message-ID: <20000824232703.7001.qmail@foad.org>
-             
-             Subject: Re: [PATCH] More silencing of installman.
-             From: <abigail@foad.org>
-             Date: Fri, 25 Aug 2000 03:00:58 -0400
-             Message-ID: <20000825070058.10697.qmail@foad.org>
-     Branch: perl
-          ! installman
-____________________________________________________________________________
-[  6812] By: jhi                                   on 2000/08/25  17:11:28
-        Log: installperl --verbose and --silent.
-             
-             Subject: Re: [PATCH] More silencing of installman.
-             From: <abigail@foad.org>
-             Message-ID: <20000825064430.9719.qmail@foad.org>
-             Date: Fri, 25 Aug 2000 02:44:30 -0400
-     Branch: perl
-          ! installperl
-____________________________________________________________________________
-[  6811] By: jhi                                   on 2000/08/25  17:05:43
-        Log: Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
-             From: "Peter J. Farley III" <pjfarley@banet.net>
-             Date: Thu, 24 Aug 2000 21:58:03 -0400
-             Message-Id: <4.3.1.0.20000824215500.00ac3df0@pop5.banet.net>
-             
-             (applied slightly modified)
-     Branch: perl
-          ! lib/ExtUtils/MM_Unix.pm
-____________________________________________________________________________
-[  6810] By: jhi                                   on 2000/08/25  17:01:18
-        Log: Missing parts of 
-             
-             Subject: [PATCH: 6789] some endl fixes for VMS wackiness
-             From: Peter Prymmer <pvhp@forte.com>
-             Date: Wed, 23 Aug 2000 13:58:31 -0700 (PDT)
-             Message-ID: <Pine.OSF.4.10.10008231351000.126820-100000@aspara.forte.com>
-     Branch: perl
-          ! t/lib/cgi-html.t
-____________________________________________________________________________
-[  6809] By: jhi                                   on 2000/08/25  16:46:32
-        Log: Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
-             From: "Craig A. Berry" <craig.berry@psinetcs.com>
-             Date: Thu, 24 Aug 2000 19:13:11 -0500
-             Message-Id: <4.3.2.7.2.20000824174417.02479ef8@exchi01>
-     Branch: perl
-          ! vms/vms.c
-____________________________________________________________________________
-[  6808] By: jhi                                   on 2000/08/25  16:39:22
-        Log: Subject: [PATCH: 6805] several more tweaks to configure.com
-             From: Peter Prymmer <pvhp@forte.com>
-             Date: Thu, 24 Aug 2000 16:25:48 -0700 (PDT)
-             Message-ID: <Pine.OSF.4.10.10008241623420.181493-100000@aspara.forte.com>
-     Branch: perl
-          ! configure.com
-____________________________________________________________________________
-[  6807] By: jhi                                   on 2000/08/25  16:36:37
-        Log: Better wording for the vec lvalue diagnostic.
-             
-             Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
-             From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
-             Date: Wed, 23 Aug 2000 14:12:16 -0400
-             Message-ID: <20000823141215.A173200@linguist.dartmouth.edu>
-     Branch: perl
-          ! pod/perldiag.pod
-____________________________________________________________________________
-[  6806] By: jhi                                   on 2000/08/24  18:17:22
-        Log: Subject: [PATCH] More silencing of installman.
-             From: <abigail@foad.org>
-             Date: Thu, 24 Aug 2000 14:01:44 -0400
-             Message-ID: <20000824180144.20062.qmail@foad.org>
-     Branch: perl
-          ! installman
-____________________________________________________________________________
-[  6805] By: jhi                                   on 2000/08/24  15:00:31
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[  6804] By: jhi                                   on 2000/08/24  14:59:07
-        Log: Regen perltoc.
-     Branch: perl
-          ! pod/perltoc.pod
-____________________________________________________________________________
-[  6803] By: jhi                                   on 2000/08/24  14:44:39
-        Log: Show the doc file, not the temp file.
-     Branch: perl
-          ! installman
-____________________________________________________________________________
-[  6802] By: jhi                                   on 2000/08/24  14:41:53
-        Log: Continue silencing.
-     Branch: perl
-          ! installman
-____________________________________________________________________________
-[  6801] By: jhi                                   on 2000/08/24  14:34:40
-        Log: Actually do something with the silencer option.
-     Branch: perl
-          ! installman
-____________________________________________________________________________
-[  6800] By: jhi                                   on 2000/08/24  14:26:22
-        Log: Make installman to recognize the silence flag -S.
-     Branch: perl
-          ! installman
-____________________________________________________________________________
-[  6799] By: jhi                                   on 2000/08/24  13:49:38
-        Log: DOS patches and portability/porting notes, from Tim Jenness.
-     Branch: perl
-          ! lib/File/Temp.pm
-____________________________________________________________________________
-[  6798] By: jhi                                   on 2000/08/24  13:48:27
-        Log: Create directories in silence.
-             
-             Subject: [PATCH] Another silencer for MakeMaker
-             From: andreas.koenig@anima.de (Andreas J. Koenig)
-             Date: 24 Aug 2000 14:18:52 +0200
-             Message-ID: <m3zom297ir.fsf@ak-71.mind.de>
-     Branch: perl
-          ! lib/ExtUtils/Command.pm
-____________________________________________________________________________
-[  6797] By: jhi                                   on 2000/08/24  13:46:42
-        Log: More liberal parsing of version numbers.
-             
-             Subject: Re: CPAN.pm beta for testing available
-             From: andreas.koenig@anima.de (Andreas J. Koenig)
-             Date: 24 Aug 2000 13:51:57 +0200
-             Message-ID: <m34s4aanc2.fsf@ak-71.mind.de>
-     Branch: perl
-          ! lib/CPAN.pm
-____________________________________________________________________________
-[  6796] By: jhi                                   on 2000/08/24  13:44:36
-        Log: Make "make install" by default silent.  A new "install-verbose"
-             target is verbose.
-     Branch: perl
-          ! Makefile.SH
-____________________________________________________________________________
-[  6795] By: jhi                                   on 2000/08/24  13:39:14
-        Log: Add silencer flags to installperl.
-             
-             Subject: [PATCH] Making installperl silent.
-             From: <abigail@foad.org>
-             Date: Thu, 24 Aug 2000 05:01:45 -0400
-             Message-ID: <20000824090145.13141.qmail@foad.org>
-     Branch: perl
-          ! installperl
-____________________________________________________________________________
-[  6794] By: jhi                                   on 2000/08/24  13:35:50
-        Log: installperl couldn't tell whether it had run tests or not.
-             
-             Subject: [PATCH] Re: installperl and t/TEST
-             From: <abigail@foad.org>
-             Date: Thu, 24 Aug 2000 04:00:53 -0400
-             Message-ID: <20000824080053.2494.qmail@foad.org>
-     Branch: perl
-          ! Makefile.SH installperl
-____________________________________________________________________________
-[  6793] By: jhi                                   on 2000/08/24  13:27:50
-        Log: Drop the separate perlbc, perlcc -b should be enough.
-     Branch: perl
-          - utils/perlbc.PL
-          ! MANIFEST pod/perldelta.pod pod/perlutil.pod utils/Makefile
-____________________________________________________________________________
-[  6792] By: jhi                                   on 2000/08/24  04:41:30
-        Log: Upgrade to Storable 0.7.4, from Raphael Manfredi,
-             plus the typo fix from Peter Prymmer.
-     Branch: perl
-          ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
-          ! ext/Storable/Storable.pm ext/Storable/Storable.xs
-____________________________________________________________________________
-[  6791] By: jhi                                   on 2000/08/24  02:10:43
-        Log: Replace #6705 with a minimal doc patch.
-             
-             Subject: [PATCH 5.6.0] replace change #6705
-             From: Jan Dubois <jand@ActiveState.com>
-             Date: Wed, 23 Aug 2000 18:31:51 -0700
-             Message-ID: <dau8qsolaurdcbom4810gfuhbjegemtr58@4ax.com>
-     Branch: perl
-          ! lib/Win32.pod win32/win32.c
-____________________________________________________________________________
-[  6790] By: jhi                                   on 2000/08/23  17:52:00
-        Log: Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
-             From: Mike Guy <mjtg@cam.ac.uk>
-             Date: Wed, 23 Aug 2000 18:38:46 +0100
-             Message-Id: <E13ReUA-0000vC-00@virgo.cus.cam.ac.uk>
-     Branch: perl
-          ! doop.c pod/perldiag.pod pod/perlfunc.pod t/op/vec.t
-____________________________________________________________________________
-[  6789] By: jhi                                   on 2000/08/23  15:34:21
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[  6788] By: jhi                                   on 2000/08/23  15:33:40
-        Log: Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
-             From: Wilfredo Sánchez <wsanchez@apple.com>
-             Date: Tue, 22 Aug 2000 19:31:27 -0700
-             Message-Id: <200008230231.TAA00461@ns1.abstrata.com>
-     Branch: perl
-          ! perl.h
-____________________________________________________________________________
-[  6787] By: jhi                                   on 2000/08/23  15:29:31
-        Log: Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
-             From: Spider Boardman <spider@leggy.zk3.dec.com>
-             Date: Wed, 23 Aug 2000 10:33:23 -0400
-             Message-Id: <200008231433.KAA28122@leggy.zk3.dec.com>
-     Branch: perl
-          ! lib/Pod/Html.pm
-____________________________________________________________________________
-[  6786] By: jhi                                   on 2000/08/23  15:28:11
-        Log: Bad makefile.
-     Branch: perl
-          ! ext/B/Makefile.PL
-____________________________________________________________________________
-[  6785] By: jhi                                   on 2000/08/23  14:37:04
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[  6784] By: jhi                                   on 2000/08/23  13:58:41
-        Log: Portability fix from Hugo van der Sanden.
-     Branch: perl
-          ! ext/re/Makefile.PL
-____________________________________________________________________________
-[  6783] By: jhi                                   on 2000/08/23  13:53:53
-        Log: Storable support, v-version fixes.
-             
-             Subject: CPAN.pm beta for testing available
-             From: andreas.koenig@anima.de (Andreas J. Koenig)
-             Date: 22 Aug 2000 23:31:33 +0200
-             Message-ID: <m3hf8dc79m.fsf@ak-71.mind.de>
-     Branch: perl
-          ! lib/CPAN.pm lib/CPAN/FirstTime.pm
-____________________________________________________________________________
-[  6782] By: jhi                                   on 2000/08/23  13:51:26
-        Log: Mac and other portability updates from Chris Nandor.
-     Branch: perl
-          ! pod/perlmodinstall.pod
-____________________________________________________________________________
-[  6781] By: jhi                                   on 2000/08/23  13:47:33
-        Log: Subject: [PATCH: 6778] fix a small typo in Storable.xs
-             From: Peter Prymmer <pvhp@forte.com>
-             Date: Tue, 22 Aug 2000 16:20:41 -0700 (PDT)
-             Message-ID: <Pine.OSF.4.10.10008221616430.68568-100000@aspara.forte.com>
-     Branch: perl
-          ! ext/Storable/Storable.xs
-____________________________________________________________________________
-[  6780] By: jhi                                   on 2000/08/23  13:33:34
-        Log: VMS MMS (make) wants null action.
-     Branch: perl
-          ! ext/B/Makefile.PL
-____________________________________________________________________________
-[  6779] By: jhi                                   on 2000/08/22  19:44:47
-        Log: Forgot portability nit.
-     Branch: perl
-          ! t/lib/st-forgive.t
-____________________________________________________________________________
-[  6778] By: jhi                                   on 2000/08/22  19:35:25
-        Log: Be portable.
-     Branch: perl
-          ! ext/B/Makefile.PL t/lib/st-forgive.t t/lib/st-retrieve.t
-          ! t/lib/st-store.t
-____________________________________________________________________________
-[  6777] By: jhi                                   on 2000/08/22  18:50:53
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[  6776] By: jhi                                   on 2000/08/22  18:44:46
-        Log: cSVOPo_*v things index into the current PL_curpad
-             under ithreads, which is different from the curpad
-             used by the XSUB.  (In other words, the code as-is
-             before this patch wouldn't work under ithreads.)
-             From Sarathy.
-     Branch: perl
-          ! ext/B/B.xs
-____________________________________________________________________________
-[  6775] By: jhi                                   on 2000/08/22  18:18:37
-        Log: Make the selection of NVff et al stricter.
-     Branch: metaconfig/U/perl
-          ! perlxvf.U
-     Branch: perl
-          ! Configure config_h.SH
-____________________________________________________________________________
-[  6774] By: jhi                                   on 2000/08/22  17:19:42
-        Log: perldelta nits.
-     Branch: perl
-          ! pod/perldelta.pod
-____________________________________________________________________________
-[  6773] By: jhi                                   on 2000/08/22  17:06:26
-        Log: Long double fixes from Spider Boardman.
-             
-             Subject: [ID 20000821.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on alpha-dec_osf 5.1 (UNINSTALLED)
-             From: system PRIVILEGED account <root@peano.zk3.dec.com>
-             Date: Mon, 21 Aug 2000 18:41:15 -0400 (EDT)
-             Message-Id: <200008212241.SAA0000014255@peano.zk3.dec.com>
-     Branch: perl
-          ! t/lib/bigfltpm.t t/lib/st-06compat.t
-____________________________________________________________________________
-[  6772] By: jhi                                   on 2000/08/22  15:04:53
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[  6771] By: jhi                                   on 2000/08/22  15:01:44
-        Log: perldelta fixes from Hugo van der Sanden.
-     Branch: perl
-          ! pod/perldelta.pod
-____________________________________________________________________________
-[  6770] By: jhi                                   on 2000/08/22  14:34:49
-        Log: Subject: [PATCH blead] nextchar() abuse misses an optimisation
-             From: Hugo <hv@crypt.compulink.co.uk>
-             Date: Tue, 22 Aug 2000 11:21:53 +0100
-             Message-Id: <200008221021.LAA03332@crypt.compulink.co.uk>
-     Branch: perl
-          ! regcomp.c
-____________________________________________________________________________
-[  6769] By: jhi                                   on 2000/08/22  14:30:02
-        Log: Add Yitzchak, reformat.
-     Branch: perl
-          ! Changes config_h.SH
-____________________________________________________________________________
-[  6768] By: jhi                                   on 2000/08/22  14:21:35
-        Log: Long double Gconvert fixes from Yitzchak Scott-Thoennes
-             and Spider Boardman.
-     Branch: metaconfig
-          ! U/compline/d_gconvert.U
-     Branch: perl
-          ! Configure
-____________________________________________________________________________
-[  6767] By: jhi                                   on 2000/08/22  14:11:24
-        Log: Subject: Re: [PATCH] [ID 20000820.012] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on
-             From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
-             Date: Mon, 21 Aug 2000 19:08:31 -0700
-             Message-ID: <fCeo5gzkgmhY092yn@efn.org>
-     Branch: perl
-          - ext/Storable/patchlevel.h
-          ! MANIFEST ext/Storable/MANIFEST
-____________________________________________________________________________
-[  6766] By: jhi                                   on 2000/08/22  13:49:29
-        Log: Subject: [PATCH: 6757] configure.com updates and syslog build
-             From: Peter Prymmer <pvhp@forte.com>
-             Date: Mon, 21 Aug 2000 17:15:35 -0700 (PDT)
-             Message-ID: <Pine.OSF.4.10.10008211653270.17516-100000@aspara.forte.com>
-     Branch: perl
-          ! configure.com ext/Storable/Makefile.PL
-____________________________________________________________________________
-[  6765] By: jhi                                   on 2000/08/22  13:44:59
-        Log: Subject: [PATCH blead] B:: missing dependency
-             From: Hugo <hv@crypt.compulink.co.uk>
-             Date: Tue, 22 Aug 2000 06:44:33 +0100
-             Message-Id: <200008220544.GAA31051@crypt.compulink.co.uk>
-     Branch: perl
-          ! ext/B/Makefile.PL
-____________________________________________________________________________
-[  6764] By: jhi                                   on 2000/08/22  13:38:12
-        Log: More bytecompiler.
-     Branch: perl
-          ! pod/perlutil.pod utils/Makefile utils/perlbc.PL
-____________________________________________________________________________
-[  6763] By: jhi                                   on 2000/08/22  13:36:44
-        Log: Bytecompiler patches from Benjamin Stuhl.
-     Branch: perl
-          ! bytecode.pl embedvar.h ext/B/B.pm ext/B/B.xs
-          ! ext/B/B/Asmdata.pm ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
-          ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
-          ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
-          ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h intrpvar.h
-          ! perl.c perlapi.h pod/perldelta.pod
-____________________________________________________________________________
-[  6762] By: jhi                                   on 2000/08/21  23:43:40
-        Log: An obsoleted diagnostic.
-     Branch: perl
-          ! pod/perldelta.pod
-____________________________________________________________________________
-[  6761] By: jhi                                   on 2000/08/21  23:01:45
-        Log: The #6759 wasn't quite right.
-     Branch: perl
-          ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
-          ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
-          ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
-          ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
-          ! t/lib/st-tieditems.t
-____________________________________________________________________________
-[  6760] By: jhi                                   on 2000/08/21  22:35:49
-        Log: Be verydeepclean.
-     Branch: perl
-          ! Makefile.SH
-____________________________________________________________________________
-[  6759] By: jhi                                   on 2000/08/21  22:25:40
-        Log: Subject: [PATCH: 6757] make new Storable tests forgiving of places where not built
-             From: Peter Prymmer <pvhp@forte.com>
-             Date: Mon, 21 Aug 2000 14:58:16 -0700 (PDT)
-             Message-ID: <Pine.OSF.4.10.10008211456250.17516-100000@aspara.forte.com>
-     Branch: perl
-          ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
-          ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
-          ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
-          ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
-          ! t/lib/st-tieditems.t
-____________________________________________________________________________
-[  6758] By: jhi                                   on 2000/08/21  22:22:32
-        Log: Few more casts, need reported in
-             
-             Subject: Re: [ID 20000821.010] OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i586-linux-64all 2.2.16-9mdk (UNINSTALLED)
-             From: Mike Stok <mike@stok.co.uk>
-             Date: Mon, 21 Aug 2000 15:59:29 -0500 (CDT)
-             Message-ID: <Pine.LNX.4.21.0008211558480.19081-100000@ratdog.stok.co.uk>
-             
-             and
-             
-             Subject: [ID 20000821.013] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i686-linux-64int 2.2.13
-             From: abigail@foad.org
-             Date: 21 Aug 2000 21:31:34 -0000
-             Message-Id: <20000821213134.30170.qmail@foad.org>
-     Branch: perl
-          ! ext/Storable/Storable.xs
-____________________________________________________________________________
-[  6757] By: jhi                                   on 2000/08/21  18:37:07
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[  6756] By: jhi                                   on 2000/08/21  18:34:02
-        Log: A pod nit.
-             
-             Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
-             From: <abigail@foad.org>
-             Date: Mon, 21 Aug 2000 14:00:16 -0400
-             Message-ID: <20000821180016.28627.qmail@foad.org>
-     Branch: perl
-          ! pod/perlre.pod
-____________________________________________________________________________
-[  6755] By: jhi                                   on 2000/08/21  18:30:56
-        Log: Use PodParser 1.18 new test.
-     Branch: perl
-          ! t/pod/special_seqs.t t/pod/special_seqs.xr
-____________________________________________________________________________
-[  6754] By: jhi                                   on 2000/08/21  18:28:35
-        Log: Apply some PodParser 1.18 patches; the Pod/Find.pm
-             patches cannot be applied since #6712 conflicts.
-     Branch: perl
-          ! lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Usage.pm
-____________________________________________________________________________
-[  6753] By: jhi                                   on 2000/08/21  18:15:11
-        Log: Weed out some smaller changes.
-     Branch: perl
-          ! pod/perldelta.pod
-____________________________________________________________________________
-[  6752] By: jhi                                   on 2000/08/21  18:02:30
-        Log: Also under djgpp the timestamps are funky.
-     Branch: perl
-          ! t/op/stat.t
-____________________________________________________________________________
-[  6751] By: jhi                                   on 2000/08/21  17:55:56
-        Log: Tweak the floating point output routine preferences.
-     Branch: metaconfig
-          ! U/compline/d_gconvert.U
-     Branch: perl
-          ! Configure
-____________________________________________________________________________
-[  6750] By: jhi                                   on 2000/08/21  17:51:29
-        Log: Unicos/mk requires elaborate paranoia.
-     Branch: perl
-          ! lib/Math/Complex.pm
-____________________________________________________________________________
-[  6749] By: gsar                                  on 2000/08/21  16:53:31
-        Log: use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
-     Branch: perl
-          ! lib/Cwd.pm
-____________________________________________________________________________
-[  6748] By: gsar                                  on 2000/08/21  16:22:19
-        Log: free TLS slot properly on Windows
-     Branch: perl
-          ! thread.h win32/perllib.c win32/win32thread.h
-____________________________________________________________________________
-[  6747] By: jhi                                   on 2000/08/21  16:20:58
-        Log: Rename the macro argument because some preprocessors
-             can't tell the difference and expand arguments also inside
-             double quoted strings.
-     Branch: perl
-          ! regcomp.c
-____________________________________________________________________________
-[  6746] By: jhi                                   on 2000/08/21  16:09:41
-        Log: Support long doubles in Storable.
-             
-             Subject: Re: Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on i686-linux-thread-multi-64int 2.2.14-5.0 (UNINSTALLED)
-             From: Radu Greab <radu@netsoft.ro>
-             Date: Mon, 21 Aug 2000 18:05:59 +0300 (EET DST)
-             Message-ID: <Pine.GSO.4.05.10008211804210.10137-100000@localhost>
-     Branch: perl
-          ! ext/Storable/Storable.xs
-____________________________________________________________________________
-[  6745] By: jhi                                   on 2000/08/21  15:51:40
-        Log: Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
-             From: "Fifer, Eric" <EFifer@sanwaint.com>
-             Date: Mon, 21 Aug 2000 15:34:49 +0100
-             Message-ID: <779F20BCCE5AD31186A50008C75D9979171786@silldn_mail1.sanwaint.com>
-     Branch: perl
-          ! t/pragma/warn/9enabled
-____________________________________________________________________________
-[  6744] By: jhi                                   on 2000/08/21  15:39:35
-        Log: Document the endianness of Alpha more precisely.
-     Branch: perl
-          ! hints/unicos.sh pod/perldelta.pod pod/perlfunc.pod
-          ! pod/perlport.pod
-____________________________________________________________________________
-[  6743] By: jhi                                   on 2000/08/21  14:47:05
-        Log: perldelta fixes from the p5p crowd.
-     Branch: perl
-          ! pod/perldelta.pod pod/perlop.pod
-____________________________________________________________________________
-[  6742] By: jhi                                   on 2000/08/21  13:34:51
-        Log: Update to Pod::LaTeX 0.53.
-             
-             Subject: [PATCH] lib/Pod/LaTeX.pm updates
-             From: Tim Jenness <timj@jach.hawaii.edu>
-             Date: Sun, 20 Aug 2000 23:09:48 -1000 (HST)
-             Message-ID: <Pine.LNX.4.21.0008202308040.12047-100000@lapaki.jach.hawaii.edu>
-     Branch: perl
-          ! lib/Pod/LaTeX.pm
-____________________________________________________________________________
-[  6741] By: jhi                                   on 2000/08/21  13:33:01
-        Log: Subject: [PATCH] os2.c fix for use64bitint
-             From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
-             Date: Mon, 21 Aug 2000 01:32:25 -0700
-             Message-ID: <ZkOo5gzkgWEb092yn@efn.org>
-     Branch: perl
-          ! os2/os2.c
-____________________________________________________________________________
-[  6740] By: jhi                                   on 2000/08/21  13:28:52
-        Log: Array context keeps slithering in.
-             
-             Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
-             From: Daniel Chetlin <daniel@chetlin.com>
-             Date: Sun, 20 Aug 2000 21:40:25 -0700
-             Message-ID: <20000820214025.C29387@ilmd.chetlin.org>
-     Branch: perl
-          ! ext/Storable/Storable.xs lib/Pod/InputObjects.pm
-          ! pod/perldebtut.pod
-____________________________________________________________________________
-[  6739] By: jhi                                   on 2000/08/21  13:23:55
-        Log: Big-endian quad fixes for Storable from Radu Greab,
-             plus few explicit null casts for picky compilers.
-     Branch: perl
-          ! ext/Storable/Storable.xs
-____________________________________________________________________________
-[  6738] By: gsar                                  on 2000/08/21  05:56:13
-        Log: small tweaks for change#6705: avoid C++ style comments in C code;
-             use Perl's malloc API rather than the low level system one
-     Branch: perl
-          ! win32/win32.c
-____________________________________________________________________________
-[  6737] By: gsar                                  on 2000/08/21  05:35:41
-        Log: add Storable to list of extensions on Windows
-     Branch: perl
-          ! win32/Makefile win32/makefile.mk
-____________________________________________________________________________
-[  6736] By: jhi                                   on 2000/08/21  02:57:53
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[  6735] By: jhi                                   on 2000/08/21  02:57:20
-        Log: Draft 0.
-     Branch: perl
-          ! pod/perldelta.pod
-____________________________________________________________________________
-[  6734] By: jhi                                   on 2000/08/21  02:57:03
-        Log: Add Storable 0.7.2 from Raphael Manfredi,
-             plus the patch from
-             
-             Subject: Re: someone with too much time and a 64-bit box and interest in Storable?
-             From: Radu Greab <radu@netsoft.ro>
-             Date: Mon, 21 Aug 2000 03:10:05 +0300 (EEST)
-             Message-ID: <Pine.LNX.4.10.10008210258160.1292-100000@busy.netsoft.ro>
-             
-             plus changes to get Storable to compile with
-             picky ANSI compilers.
-     Branch: perl
-          + ext/Storable/ChangeLog ext/Storable/MANIFEST
-          + ext/Storable/Makefile.PL ext/Storable/README
-          + ext/Storable/Storable.pm ext/Storable/Storable.xs
-          + ext/Storable/patchlevel.h t/lib/st-06compat.t
-          + t/lib/st-blessed.t t/lib/st-canonical.t t/lib/st-dclone.t
-          + t/lib/st-dump.pl t/lib/st-forgive.t t/lib/st-freeze.t
-          + t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
-          + t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
-          + t/lib/st-tieditems.t
-          ! MANIFEST
-____________________________________________________________________________
-[  6733] By: jhi                                   on 2000/08/21  02:29:09
-        Log: The correct cleaning order is an art.
-     Branch: perl
-          ! Makefile.SH
-____________________________________________________________________________
-[  6732] By: jhi                                   on 2000/08/21  01:23:39
-        Log: The #6724 is here.
-     Branch: perl
-          ! t/lib/ftmp-security.t
-____________________________________________________________________________
-[  6731] By: jhi                                   on 2000/08/20  23:17:03
-        Log: s/this one/the 5.6.0 release/
-     Branch: perl
-          ! pod/perl56delta.pod
-____________________________________________________________________________
-[  6730] By: jhi                                   on 2000/08/20  23:07:34
-        Log: Mention perlebcdic and perlposix-bc.
-     Branch: perl
-          ! pod/perlport.pod
-____________________________________________________________________________
-[  6729] By: jhi                                   on 2000/08/20  21:32:59
-        Log: Document the number of exponent digits.
-     Branch: perl
-          ! pod/perlfunc.pod
-____________________________________________________________________________
-[  6728] By: jhi                                   on 2000/08/20  21:16:47
-        Log: Use File::Spec->tmpdir().
-             
-             Subject: Re: [ID 20000820.001] not OK - Perl 5.7.0 (uninstalled)
-             From: Tim Jenness <timj@jach.hawaii.edu>
-             Message-ID: <Pine.LNX.4.21.0008201057080.20544-100000@lapaki.jach.hawaii.edu>
-             MIME-Version: 1.0
-             Date: Sun, 20 Aug 2000 11:01:25 -1000 (HST)
-     Branch: perl
-          ! utils/perlbug.PL
-____________________________________________________________________________
-[  6727] By: jhi                                   on 2000/08/20  20:43:32
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[  6726] By: jhi                                   on 2000/08/20  20:41:44
-        Log: The veryclean target needs to clobber.
-     Branch: perl
-          ! Makefile.SH
-____________________________________________________________________________
-[  6725] By: jhi                                   on 2000/08/20  20:37:38
-        Log: Document odd vs even subreleases and -Dusedevel.
-     Branch: perl
-          ! INSTALL
-____________________________________________________________________________
-[  6724] By: jhi                                   on 2000/08/20  19:58:05
-        Log: Use temporary directory instead of current directory.
-             
-             Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
-             From: Tim Jenness <timj@jach.hawaii.edu>
-             Date: Sat, 19 Aug 2000 10:26:07 -1000 (HST)
-             Message-ID: <Pine.LNX.4.21.0008191015090.13727-100000@lapaki.jach.hawaii.edu>
-     Branch: perl
-          ! t/lib/ftmp-security.t
-____________________________________________________________________________
-[  6723] By: jhi                                   on 2000/08/20  19:55:55
-        Log: Subject: [PATCH] Silence MakeMaker (Was: installman)
-             From: andreas.koenig@anima.de (Andreas J. Koenig)
-             Date: 20 Aug 2000 15:52:03 +0200
-             Message-ID: <m3em3khwfw.fsf_-_@ak-71.mind.de>
-     Branch: perl
-          ! lib/ExtUtils/MM_Unix.pm
-____________________________________________________________________________
-[  6722] By: jhi                                   on 2000/08/20  19:46:01
-        Log: Update to CGI 2.72, from Lincoln Stein.
-     Branch: perl
-          ! lib/CGI.pm
-____________________________________________________________________________
-[  6721] By: jhi                                   on 2000/08/20  19:43:54
-        Log: (Replaced by #8364.)
-             
-             Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
-             From: Radu Greab <radu@netsoft.ro>
-             Date: Sun, 20 Aug 2000 18:03:26 +0300 (EEST)
-             Message-ID: <Pine.LNX.4.10.10008201753260.1292-100000@busy.netsoft.ro>
-     Branch: perl
-          ! ext/GDBM_File/GDBM_File.xs
-____________________________________________________________________________
-[  6720] By: jhi                                   on 2000/08/20  19:42:01
-        Log: pp_open() could pass an uninitialized filename down to do_open9().
-     Branch: perl
-          ! pp_sys.c
-____________________________________________________________________________
-[  6719] By: jhi                                   on 2000/08/20  14:06:41
-        Log: UTF8 concat fixes.
-             
-             Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
-             From: Hugo <hv@crypt.compulink.co.uk>
-             Date: Sun, 20 Aug 2000 07:30:46 +0100
-             Message-Id: <200008200630.HAA18053@crypt.compulink.co.uk>
-     Branch: perl
-          ! pp_hot.c t/op/append.t
-____________________________________________________________________________
-[  6718] By: jhi                                   on 2000/08/20  02:09:37
-        Log: Let's try #6717 again.
-     Branch: perl
-          ! lib/File/Temp.pm
-____________________________________________________________________________
-[  6717] By: jhi                                   on 2000/08/20  01:56:55
-        Log: Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
-             From: "Craig A. Berry" <craig.berry@metamorgs.com>
-             Date: Sat, 19 Aug 2000 18:15:39 -0500
-             Message-Id: <p04320402b5c4c10bc280@[192.168.56.169]>
-     Branch: perl
-          ! lib/File/Temp.pm
-____________________________________________________________________________
-[  6716] By: jhi                                   on 2000/08/19  15:50:11
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[  6715] By: jhi                                   on 2000/08/19  15:39:09
-        Log: Subject: [ID 20000817.023] endianness description in perlfunc.pod
-             From: Jonathan D Johnston <jdjohnston2@juno.com>
-             Date: Thu, 17 Aug 2000 23:13:01 -0400       
-             Message-Id: <20000817.231304.-743351.1.jdjohnston2@juno.com>
-     Branch: perl
-          ! pod/perlfunc.pod
-____________________________________________________________________________
-[  6714] By: jhi                                   on 2000/08/19  15:34:04
-        Log: Introduce a 'veryclean' target that is like 'distclean'
-             but also removes *~ and *.orig.
-     Branch: perl
-          ! Makefile.SH lib/ExtUtils/MM_Unix.pm pod/Makefile.SH
-          ! utils/Makefile x2p/Makefile.SH
-____________________________________________________________________________
-[  6713] By: jhi                                   on 2000/08/19  14:15:45
-        Log: Put back the long double avoidance code to POSIX.xs
-             because VMS seems to need it still.
-     Branch: perl
-          ! ext/POSIX/POSIX.xs
-____________________________________________________________________________
-[  6712] By: jhi                                   on 2000/08/19  14:10:41
-        Log: Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
-             From: Peter Prymmer <pvhp@forte.com>
-             Date: Fri, 18 Aug 2000 18:18:31 -0700 (PDT)
-             Message-ID: <Pine.OSF.4.10.10008181818100.322420-100000@aspara.forte.com>
-     Branch: perl
-          ! lib/Pod/Find.pm t/pod/find.t
-____________________________________________________________________________
-[  6711] By: jhi                                   on 2000/08/19  14:09:19
-        Log: Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
-             From: Peter Prymmer <pvhp@forte.com>
-             Date: Fri, 18 Aug 2000 17:54:10 -0700 (PDT)
-             Message-ID: <Pine.OSF.4.10.10008181751350.322420-100000@aspara.forte.com>
-             cc: vmsperl@perl.org
-     Branch: perl
-          ! t/lib/peek.t
-____________________________________________________________________________
-[  6710] By: jhi                                   on 2000/08/19  14:08:01
-        Log: Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
-             From: Jan Dubois <jand@ActiveState.com>
-             Date: Fri, 18 Aug 2000 16:31:48 -0700
-             Message-ID: <2ihrps00u6qkpjtfq6f2b1d1ndkrs7l04u@4ax.com>
-     Branch: perl
-          ! win32/win32.c
-____________________________________________________________________________
-[  6709] By: jhi                                   on 2000/08/19  14:06:57
-        Log: Fix a core dump in lib/selfloader under -DDEBUGGING.
-             
-             Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
-             From: Spider.Boardman@Orb.Nashua.NH.US
-             Date: Fri, 18 Aug 2000 18:41:14 -0400
-             Message-Id: <200008182241.SAA29667@Orb.Nashua.NH.US>
-     Branch: perl
-          ! regcomp.c
-____________________________________________________________________________
-[  6708] By: jhi                                   on 2000/08/18  22:04:49
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[  6707] By: jhi                                   on 2000/08/18  21:55:14
-        Log: Add warnif(), check warnings further up the stack,
-             all the warnings functions now can take an optional object reference.
-             
-             Subject: [PATCH bleedperl@6691] warnings pragma update
-             From: "Paul Marquess" <Paul.Marquess@btinternet.com>
-             Date: Fri, 18 Aug 2000 22:42:06 +0100
-             Message-ID: <000c01c0095d$278e0040$ca01073e@bfs.phone.com>
-     Branch: perl
-          ! lib/Class/Struct.pm lib/Tie/Handle.pm lib/Tie/Hash.pm
-          ! lib/Tie/Scalar.pm lib/fields.pm lib/syslog.pl lib/warnings.pm
-          ! pod/perllexwarn.pod t/pragma/warn/9enabled warnings.pl
-____________________________________________________________________________
-[  6706] By: jhi                                   on 2000/08/18  21:41:45
-        Log: Typo in pp_complement().
-             
-             Subject: [PATCH perl-current] Deparse
-             From: Peter Scott <Peter@PSDT.com>
-             Date: Fri, 18 Aug 2000 12:44:37 -0700
-             Message-Id: <4.3.2.7.2.20000818124024.00ba2be0@psdt.com>
-     Branch: perl
-          ! ext/B/B/Deparse.pm
-____________________________________________________________________________
-[  6705] By: jhi                                   on 2000/08/18  21:25:59
-        Log: Subject: [PATCH 5.6.0+] fix for Win32::DomainName
-             From: Jan Dubois <jand@ActiveState.com>
-             Date: Fri, 18 Aug 2000 14:22:51 -0700
-             Message-ID: <0o9rps458r29eb97h5csuq81b1eip4no33@4ax.com>
-     Branch: perl
-          ! lib/Win32.pod win32/win32.c
-____________________________________________________________________________
-[  6704] By: jhi                                   on 2000/08/18  21:16:14
-        Log: Don't eat leading os from index entries.
-             
-             Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
-             From: Russ Allbery <rra@stanford.edu>
-             Date: 10 Aug 2000 20:49:25 -0700
-             Message-ID: <ylu2cs78ze.fsf@windlord.stanford.edu>
-     Branch: perl
-          ! lib/Pod/Man.pm
-____________________________________________________________________________
-[  6703] By: jhi                                   on 2000/08/18  21:07:06
-        Log: Add [[:blank:]] as suggested in
-             
-             Subject: [ID 20000716.024] [=cc=] / [:blank:]
-             From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
-             Date: Sun, 16 Jul 2000 17:55:29 -0700
-             Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
-             
-             (the [=cc=] has already been taken care of by #6439
-             so the whole bug report can be closed)
-             
-             and make [[:space:]] to be equivalent to isspace(3)
-             (as opposed to \s, which is isSPACE()).  The difference
-             is that now [[:space:]] matches the mythical vertical tab,
-             while \s doesn't.
-     Branch: perl
-          ! handy.h pod/perlre.pod pod/perlretut.pod regcomp.c regcomp.h
-          ! regexec.c t/op/pat.t
-____________________________________________________________________________
-[  6702] By: jhi                                   on 2000/08/18  18:47:47
-        Log: The new tests were missing from #6415.
-     Branch: perl
-          ! t/op/bop.t
-____________________________________________________________________________
-[  6701] By: jhi                                   on 2000/08/18  18:20:40
-        Log: Document the NDBM_File and ODBM_File as SDBM_File
-             was documented in #6417.
-     Branch: perl
-          ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
-          ! ext/SDBM_File/SDBM_File.pm
-____________________________________________________________________________
-[  6700] By: jhi                                   on 2000/08/18  18:10:39
-        Log: Subject: [PATCH perl@6698] cygwin port
-             From: "Fifer, Eric" <EFifer@sanwaint.com>
-             Date: Fri, 18 Aug 2000 17:30:05 +0100
-             Message-ID: <779F20BCCE5AD31186A50008C75D9979171784@silldn_mail1.sanwaint.com>
-     Branch: perl
-          ! lib/File/Temp.pm
-____________________________________________________________________________
-[  6699] By: jhi                                   on 2000/08/18  16:21:49
-        Log: Document code point which makes if (defined %stash::) to work
-             (noted by Spider Boardman).
-     Branch: perl
-          ! op.c
-____________________________________________________________________________
-[  6698] By: jhi                                   on 2000/08/18  13:43:27
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[  6697] By: jhi                                   on 2000/08/18  13:35:57
-        Log: Tiny Getopt::Long patch from Johan Vromans.
-     Branch: perl
-          ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
-____________________________________________________________________________
-[  6696] By: jhi                                   on 2000/08/18  13:26:14
-        Log: Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
-             From: Paul David Fardy <pdf@morgan.ucs.mun.ca>
-             Date: Thu, 17 Aug 2000 17:23:40 -0230 (NDT)
-             Message-Id: <200008171953.RAA17673@porthos.ucs.mun.ca>
-     Branch: perl
-          ! pod/perldiag.pod pod/perlsyn.pod
-____________________________________________________________________________
-[  6695] By: jhi                                   on 2000/08/18  13:13:26
-        Log: Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
-             From: Daniel Chetlin <daniel@chetlin.com>
-             Date: Fri, 18 Aug 2000 03:13:36 -0700
-             Message-ID: <20000818031336.B14165@ilmd.chetlin.org>
-     Branch: perl
-          ! pod/perlfunc.pod
-____________________________________________________________________________
-[  6694] By: jhi                                   on 2000/08/18  13:08:05
-        Log: Subject: [PATCH] perltrap.pod spring cleaning
-             From: Daniel Chetlin <daniel@chetlin.com>
-             Date: Fri, 18 Aug 2000 03:06:54 -0700
-             Message-ID: <20000818030654.A14165@ilmd.chetlin.org>
-             
-             plus Mike Guy's nitfix.
-     Branch: perl
-          ! pod/perltrap.pod
-____________________________________________________________________________
-[  6693] By: jhi                                   on 2000/08/18  13:00:26
-        Log: Unbuffer the output.
-             
-             Subject: Re: [ID 20000817.017] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6680 on
-             From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
-             Date: Thu, 17 Aug 2000 18:39:29 -0700
-             Message-ID: <RPJn5gzkgydf092yn@efn.org>
-     Branch: perl
-          ! t/op/fork.t
-____________________________________________________________________________
-[  6692] By: jhi                                   on 2000/08/18  05:19:17
-        Log: Delete the image, too, not just its MANIFEStation.
-     Branch: perl
-          - lib/CGI/eg/wilogo.gif
-____________________________________________________________________________
-[  6691] By: jhi                                   on 2000/08/18  05:10:26
-        Log: Propagate new Configure vars.
-     Branch: perl
-          ! configure.com epoc/config.sh uconfig.h uconfig.sh
-          ! vos/config.def vos/config.h vos/config_h.SH_orig
-          ! win32/config.bc win32/config.gc win32/config.vc
-          ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
-____________________________________________________________________________
-[  6690] By: jhi                                   on 2000/08/18  04:30:56
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[  6689] By: jhi                                   on 2000/08/18  04:12:30
-        Log: Fix the lib/complex failure of
-             
-             From: abigail@foad.org
-             Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
-             Date: 15 Aug 2000 04:06:38 -0000
-             Message-Id: <20000815040638.8524.qmail@foad.org> 
-             
-             Linux long double accuracy issue: something that
-             when printed with %g looks like "2" but int() of it is 1.
-     Branch: perl
-          ! lib/Math/Complex.pm
-____________________________________________________________________________
-[  6688] By: jhi                                   on 2000/08/18  03:15:35
-        Log: The byteorder code in #6671 was wrong.
-     Branch: perl
-          ! configpm
-____________________________________________________________________________
-[  6687] By: jhi                                   on 2000/08/18  02:08:42
-        Log: Subject: [PATCH 5.6.0+] newSVrv() memory leak
-             From: Jan Dubois <jand@ActiveState.com>
-             Date: Thu, 17 Aug 2000 18:31:55 -0700
-             Message-ID: <l64ppsggaiuc4t6msm45iqohmhpjblb4qf@4ax.com>
-     Branch: perl
-          ! sv.c
-____________________________________________________________________________
-[  6686] By: jhi                                   on 2000/08/18  02:04:15
-        Log: Use NVs in POSIX math, not doubles.
-             
-             From: abigail@foad.org
-             Subject: [ID 20000817.014] POSIX & modfl
-             Date: 17 Aug 2000 20:49:18 -0000
-             Message-Id: <20000817204918.23123.qmail@foad.org>
-     Branch: perl
-          ! ext/POSIX/POSIX.xs ext/POSIX/typemap
-____________________________________________________________________________
-[  6685] By: jhi                                   on 2000/08/18  02:02:12
-        Log: Introduce NVef, NVff, and NVgf, use the middle one.
-             (helps for lib/peek + Linux + long doubles)  Reported in
-             
-             From: abigail@foad.org
-             Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
-             Date: 15 Aug 2000 04:06:38 -0000
-             Message-Id: <20000815040638.8524.qmail@foad.org> 
-             
-             (note: the lib/complex failure has not yet been addressed)
-     Branch: metaconfig/U/perl
-          ! perlxvf.U
-     Branch: perl
-          ! Configure Porting/Glossary Porting/config.sh Porting/config_H
-          ! config_h.SH dump.c perl.h pod/perlguts.pod
-____________________________________________________________________________
-[  6684] By: jhi                                   on 2000/08/17  23:22:19
-        Log: Add byteorder to the myconfig output.
-     Branch: perl
-          ! myconfig.SH
-____________________________________________________________________________
-[  6683] By: jhi                                   on 2000/08/17  23:20:19
-        Log: The image doth not exist, spotted by Johan Vromans.
-     Branch: perl
-          ! MANIFEST
-____________________________________________________________________________
-[  6682] By: jhi                                   on 2000/08/17  22:38:16
-        Log: Document what the backtick returns if the command fails.
-     Branch: perl
-          ! pod/perlop.pod
-____________________________________________________________________________
-[  6681] By: jhi                                   on 2000/08/17  22:33:12
-        Log: Do not use prototyping here.
-             
-             Subject: [ID 20000817.016] [PATCH] Peek.xs
-             From: abigail@foad.org
-             Date: 17 Aug 2000 20:55:56 -0000
-             Message-Id: <20000817205556.24270.qmail@foad.org>
-     Branch: perl
-          ! ext/Devel/Peek/Makefile.PL
-____________________________________________________________________________
-[  6680] By: jhi                                   on 2000/08/17  19:46:43
-        Log: Don't propose using modules built for 5.005 if no binary
-             compatibility with 5.005 is attempted.
-             
-             From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
-             Subject: Minor nit with 5.7.0 (6655)
-             Date: Wed, 16 Aug 2000 15:56:14 -0700 (PDT)
-             Message-Id: <200008162256.PAA06964@xfiles.intercon.hp.com>
-     Branch: metaconfig
-          ! U/installdirs/inc_version_list.U
-     Branch: perl
-          ! Configure config_h.SH
-____________________________________________________________________________
-[  6679] By: jhi                                   on 2000/08/17  19:16:39
-        Log: Microperl config update.
-     Branch: perl
-          ! uconfig.h uconfig.sh
-____________________________________________________________________________
-[  6678] By: jhi                                   on 2000/08/17  19:16:13
-        Log: The #6648 wasn't protective enough for limited platforms
-             (like microperl).
-     Branch: perl
-          ! dump.c sv.c
-____________________________________________________________________________
-[  6677] By: jhi                                   on 2000/08/17  14:46:35
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[  6676] By: jhi                                   on 2000/08/17  14:44:02
-        Log: Add perlebcdic from Peter Prymmer, regen toc.
-     Branch: perl
-          + pod/perlebcdic.pod
-          ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
-____________________________________________________________________________
-[  6675] By: jhi                                   on 2000/08/17  14:41:52
-        Log: perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
-     Branch: perl
-          ! pod/perldebtut.pod
-____________________________________________________________________________
-[  6674] By: jhi                                   on 2000/08/17  14:29:43
-        Log: Get -DLEAKTEST to compile (not necessarily to work, mind)
-             
-             Subject: [ID 20000724.006] -DLEAKTEST problem
-             From: Gregory Martin Pfeil <pfeilgm@technomadic.org>
-             Date: Tue, 25 Jul 2000 00:36:32 -0500
-             Message-Id: <20000725003632.A26186@www.llamacom.com>
-             
-             Reminder sent
-             
-             Subject: [PATCH bleadperl@6647] -DLEAKTEST compile error      
-             From: Hugo <hv@crypt.compulink.co.uk>
-             Date: Thu, 17 Aug 2000 15:23:42 +0100
-             Message-Id: <200008171423.PAA06749@crypt.compulink.co.uk>
-     Branch: perl
-          ! util.c
-____________________________________________________________________________
-[  6673] By: jhi                                   on 2000/08/17  04:07:10
-        Log: Subject: Re: [PATCH]Re: Questions about Math::BigFloat
-             From: John Peacock <JPeacock@UnivPress.com>
-             Date: Tue, 01 Aug 2000 09:38:12 -0400
-             Message-ID: <3986D2C4.54B78FE4@UnivPress.com>
-     Branch: perl
-          ! lib/Math/BigFloat.pm lib/Math/BigInt.pm t/lib/bigfltpm.t
-____________________________________________________________________________
-[  6672] By: jhi                                   on 2000/08/17  03:04:35
-        Log: Subject: [PATCH] Cwd.pm now uses strict
-             From: Tim Jenness <timj@jach.hawaii.edu>
-             Date: Wed, 16 Aug 2000 16:42:35 -1000 (HST)
-             Message-ID: <Pine.LNX.4.21.0008161639510.1135-100000@lapaki.jach.hawaii.edu>
-     Branch: perl
-          ! lib/Cwd.pm
-____________________________________________________________________________
-[  6671] By: jhi                                   on 2000/08/17  02:16:35
-        Log: Make $Config{byteorder} more magical so that it is
-             dynamically computed: nice for 'fat binaries'.
-             
-             Subject: [PATCH]: default byteorder
-             From: Wilfredo Sánchez <wsanchez@apple.com>
-             Date: Mon, 31 Jul 2000 19:45:31 -0700
-             Message-Id: <200008010245.TAA04459@ns1.abstrata.com>
-     Branch: perl
-          ! configpm
-____________________________________________________________________________
-[  6670] By: gsar                                  on 2000/08/17  01:22:21
-        Log: move WNOHANG definition to where other such things are
-     Branch: perl
-          ! win32/win32.h
-____________________________________________________________________________
-[  6669] By: jhi                                   on 2000/08/17  01:19:17
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[  6668] By: jhi                                   on 2000/08/17  01:16:29
-        Log: Doc nits spotted by Richard Soderberg.
-     Branch: perl
-          ! README.posix-bc README.vmesa
-____________________________________________________________________________
-[  6667] By: jhi                                   on 2000/08/17  01:12:11
-        Log: Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
-             From: "Casey R. Tweten" <crt@kiski.net>
-             Date: Wed, 16 Aug 2000 12:39:08 -0400 (EDT)
-             Message-ID: <Pine.OSF.4.21.0008161238250.32058-100000@home.kiski.net>
-     Branch: perl
-          ! pod/perldebtut.pod
-____________________________________________________________________________
-[  6666] By: jhi                                   on 2000/08/17  01:09:31
-        Log: Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
-             From: "Casey R. Tweten" <crt@kiski.net>
-             Date: Wed, 16 Aug 2000 11:35:09 -0400 (EDT)
-             Message-ID: <Pine.OSF.4.21.0008161132270.10885-100000@home.kiski.net>
-     Branch: perl
-          ! lib/Shell.pm
-____________________________________________________________________________
-[  6665] By: gsar                                  on 2000/08/17  01:03:52
-        Log: add "ok" targets from change#6632 in makefile.mk
-     Branch: perl
-          ! pod/perlport.pod win32/Makefile win32/makefile.mk
-____________________________________________________________________________
-[  6664] By: gsar                                  on 2000/08/17  00:56:11
-        Log: avoid warnings from dense compiler
-     Branch: perl
-          ! win32/win32.c
-____________________________________________________________________________
-[  6663] By: jhi                                   on 2000/08/17  00:51:49
-        Log: Tweak the regex compilation errors once more.
-     Branch: perl
-          ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
-          ! t/op/regmesg.t t/pragma/warn/regcomp
-____________________________________________________________________________
-[  6662] By: gsar                                  on 2000/08/17  00:28:19
-        Log: trailing new %ENV entries weren't being pushed into the real
-             environment of subprocesses on Windows
-     Branch: perl
-          ! t/op/magic.t win32/perlhost.h
-____________________________________________________________________________
-[  6661] By: gsar                                  on 2000/08/17  00:19:20
-        Log: waitpid() now handles externally spawned pids correctly;
-             fixes for backtick/wait/waitpid failures on Windows 9x
-             
-             these changes make the pid returned by process functions on
-             Windows 9x always positive by clearing the high bit (which
-             is always set on Win9x); pseudo-process PIDs are likewise
-             always negative now on Win9x (just as on NT/2000)
-     Branch: perl
-          ! pp_sys.c win32/perlhost.h win32/win32.c
-____________________________________________________________________________
-[  6660] By: jhi                                   on 2000/08/17  00:04:32
-        Log: Retract #6645.
-     Branch: perl
-          ! Configure Porting/Glossary Porting/config.sh Porting/config_H
-          ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
-          ! t/op/sprintf.t
-____________________________________________________________________________
-[  6659] By: gsar                                  on 2000/08/16  23:59:28
-        Log: on windows, the return values from wait() and waitpid() don't
-             match those of pseudo-pids
-     Branch: perl
-          ! pp_sys.c t/op/fork.t util.c win32/win32.c
-____________________________________________________________________________
-[  6658] By: gsar                                  on 2000/08/16  23:56:14
-        Log: pod nit seen in passing
-     Branch: perl
-          ! pod/perlfunc.pod
-____________________________________________________________________________
-[  6657] By: gsar                                  on 2000/08/16  23:53:42
-        Log: change#6328 could make close(SOCKET) return false on windows
-             when it shouldn't
-     Branch: perl
-          ! win32/win32sck.c
-____________________________________________________________________________
-[  6656] By: gsar                                  on 2000/08/16  23:46:57
-        Log: check that the number pseudo children doesn't exceed
-             MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
-             the WaitForMultipleObjects() limit that would cause wait()
-             to crash)
-             
-             wait() and waitpid() could potentially be rewritten to use
-             more than one thread to do the waiting to eliminate this
-             limitation
-     Branch: perl
-          ! win32/perlhost.h
-____________________________________________________________________________
-[  6655] By: jhi                                   on 2000/08/16  14:11:05
-        Log: Update Changes.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[  6654] By: jhi                                   on 2000/08/16  14:10:12
-        Log: Update to perldebtut 1.9, from Richard Foley.
-     Branch: perl
-          ! pod/perldebtut.pod
-____________________________________________________________________________
-[  6653] By: jhi                                   on 2000/08/16  14:08:17
-        Log: Change the regx compilation error markers to use = instead of <
-             since pod makes using the latter quite messy.  Reported in
-             ID 20000814.006 by Abigail and in
-             Subject: Unknown escape E<> ?
-             From: Lupe Christoph <lupe@lupe-christoph.de>
-             Date: Fri, 11 Aug 2000 00:30:27 +0200
-             Message-ID: <20000811003027.F17420@alanya.lupe-christoph.de>
-     Branch: perl
-          ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
-          ! t/op/regmesg.t t/pragma/warn/regcomp
-____________________________________________________________________________
-[  6652] By: jhi                                   on 2000/08/16  13:25:31
-        Log: Change the perlbug address to perl.org since it's more forgiving.
-             
-             Subject: [ID 20000814.007] [PATCH] Email address in perlbug.
-             From: abigail@foad.org
-             Date: 15 Aug 2000 04:15:40 -0000
-             Message-Id: <20000815041540.8633.qmail@foad.org>
-     Branch: perl
-          ! utils/perlbug.PL
-____________________________________________________________________________
-[  6651] By: jhi                                   on 2000/08/16  13:22:35
-        Log: Subject: [PATCH] Cwd::_backtick_pwd does not check return value
-             From: Tim Jenness <timj@jach.hawaii.edu>
-             Date: Tue, 15 Aug 2000 15:51:59 -1000 (HST)
-             Message-ID: <Pine.LNX.4.21.0008151547560.1223-100000@lapaki.jach.hawaii.edu>
-     Branch: perl
-          ! lib/Cwd.pm
-____________________________________________________________________________
-[  6650] By: jhi                                   on 2000/08/16  13:18:13
-        Log: Update to CPAN 1.57.
-             
-             Subject: Re: [PATCH] Cwd::_backtick_pwd does not check return value
-             From: andreas.koenig@anima.de (Andreas J. Koenig)
-             Date: 16 Aug 2000 15:09:46 +0200
-             Message-ID: <m3k8dh5p45.fsf@ak-71.mind.de>
-     Branch: perl
-          ! lib/CPAN.pm
-____________________________________________________________________________
-[  6649] By: jhi                                   on 2000/08/16  13:12:31
-        Log: Subject: [ID 20000324.040] minor fix to perlhpux.pod
-             From: "Larry W. Virden" <lvirden@cas.org>
-             Date: Fri, 24 Mar 2000 14:25:37 -0500 (EST)
-             Message-Id: <200003241925.OAA27985@lwv26awu.cas.org>
-     Branch: perl
-          ! README.hpux
-____________________________________________________________________________
-[  6648] By: jhi                                   on 2000/08/16  13:03:53
-        Log: The numeric locale was reset to "C" by s?printf and never restored.
-             
-             Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
-             From: Christian Kirsch <ck@held.mind.de>
-             Date: Wed, 9 Aug 2000 17:05:17 +0200
-             Message-Id: <20000809170517.A25389@held>
-             
-             No test since adding the failing example to locale.t
-             does not fail -- probably because the locale settings are so
-             thoroughly tweaked by that time.  Running the example standalone
-             does fail, though.  UPDATE: test case added at change #7540.
-     Branch: perl
-          ! dump.c perl.h pp.c pp_ctl.c sv.c
-____________________________________________________________________________
-[  6647] By: jhi                                   on 2000/08/16  00:07:54
-        Log: Update Changes and test semi-automatic patchlevel updating.
-     Branch: perl
-          ! Changes patchlevel.h
-____________________________________________________________________________
-[  6646] By: jhi                                   on 2000/08/15  23:35:07
-        Log: Fix a dependency problem.
-             
-             Subject: [PATCH: 6640] VMS Makefile.SH update
-             From: Peter Prymmer <pvhp@forte.com>
-             Date: Tue, 15 Aug 2000 16:31:34 -0700 (PDT)
-             Message-ID: <Pine.OSF.4.10.10008151613140.141017-100000@aspara.forte.com>
-     Branch: perl
-          ! vms/descrip_mms.template
-____________________________________________________________________________
-[  6645] By: jhi                                   on 2000/08/15  23:33:23
-        Log: (Retracted by #6660)
-             
-             Subject: [PATCH perl-current] make s?printf() produce two exponent digits where possible
-             From: Dominic Dunlop <domo@computer.org>
-             Date: Tue, 15 Aug 2000 22:20:52 +0200
-             Message-Id: <p04320403b5bf4c32d381@[192.168.1.4]>
-     Branch: metaconfig/U/perl
-          + d_printfed.U
-     Branch: perl
-          ! Configure Porting/Glossary Porting/config.sh Porting/config_H
-          ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
-          ! t/op/sprintf.t
-____________________________________________________________________________
-[  6644] By: jhi                                   on 2000/08/15  21:17:20
-        Log: Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
-             From: abigail@foad.org
-             Date: 15 Aug 2000 20:12:41 -0000
-             Message-Id: <20000815201241.25556.qmail@foad.org>
-     Branch: perl
-          ! INSTALL
-____________________________________________________________________________
-[  6643] By: jhi                                   on 2000/08/15  21:15:28
-        Log: (an already applied patch)
-     Branch: perl
-          ! lib/CGI.pm
-____________________________________________________________________________
-[  6642] By: gsar                                  on 2000/08/15  19:54:05
-        Log: magic callbacks all need to have same type signature
-     Branch: perl
-          ! embed.pl mg.c proto.h
-____________________________________________________________________________
-[  6641] By: jhi                                   on 2000/08/15  17:56:27
-        Log: Subject: [PATCH] for t/lib/peek.t (was Re: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13)
-             From: Mike Guy <mjtg@cam.ac.uk>
-             Message-Id: <E13OkU9-0006rb-00@libra.cus.cam.ac.uk>
-             Date: Tue, 15 Aug 2000 18:26:45 +0100
-             
-             Only the peek.t part applied, not the hash quality part.
-     Branch: perl
-          ! t/lib/peek.t
-____________________________________________________________________________
-[  6640] By: jhi                                   on 2000/08/15  16:37:37
-        Log: Update Changes.
-     Branch: perl
-          ! Changes
-____________________________________________________________________________
-[  6639] By: jhi                                   on 2000/08/15  16:34:55
-        Log: Missed a file from #6638.
-     Branch: perl
-          ! lib/File/Temp.pm
-____________________________________________________________________________
-[  6638] By: jhi                                   on 2000/08/15  16:33:19
-        Log: Subject: [PATCH perl@6620] cygwin port
-             From: "Fifer, Eric" <EFifer@sanwaint.com>
-             Date: Tue, 15 Aug 2000 17:00:49 +0100
-             Message-ID: <779F20BCCE5AD31186A50008C75D9979171779@silldn_mail1.sanwaint.com>
-     Branch: perl
-          ! README.cygwin hints/cygwin.sh pod/perlport.pod t/lib/b.t
-____________________________________________________________________________
-[  6637] By: jhi                                   on 2000/08/15  16:29:22
-        Log: Subject: [PATCH] debugger exit code should reflect user exit code
-             From: Mike Guy <mjtg@cam.ac.uk>
-             Date: Tue, 15 Aug 2000 16:55:59 +0100
-             Message-Id: <E13Oj4J-0005FS-00@libra.cus.cam.ac.uk>
-     Branch: perl
-          ! lib/perl5db.pl
-____________________________________________________________________________
-[  6636] By: jhi                                   on 2000/08/15  15:30:58
-        Log: Update Changes.
-     Branch: perl
-          ! Changes
-____________________________________________________________________________
-[  6635] By: jhi                                   on 2000/08/15  15:27:21
-        Log: Use -Dusedevel; regen Configure and the respective Porting stuff.
-     Branch: metaconfig
-          ! U/mkglossary U/mksample
-     Branch: metaconfig/U/perl
-          ! Devel.U
-     Branch: perl
-          ! Configure Porting/Glossary Porting/config.sh Porting/config_H
-____________________________________________________________________________
-[  6634] By: jhi                                   on 2000/08/15  14:11:55
-        Log: Don't blow limited stacks, a lower number is enough to
-             tickle the lookbehind limit.
-             
-             Subject: [ID 20000815.007] Not OK: perl@6627 +SUIDMAIL on powerpc-machten 4.1.4 (UNINSTALLED) [PATCH]
-             From: Dominic Dunlop <domo@computer.org>
-             Date: Tue, 15 Aug 2000 13:51:24 +0200
-             Message-Id: <p04320400b5bedcedaf22@[192.168.1.4]>
-     Branch: perl
-          ! t/op/regmesg.t
-____________________________________________________________________________
-[  6633] By: jhi                                   on 2000/08/15  14:01:46
-        Log: Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
-             From: Mike Guy <mjtg@cam.ac.uk>
-             Date: Tue, 15 Aug 2000 12:10:50 +0100
-             Message-Id: <E13OecM-0006nF-00@libra.cus.cam.ac.uk>
-     Branch: perl
-          ! utils/perldoc.PL
-____________________________________________________________________________
-[  6632] By: jhi                                   on 2000/08/15  13:58:48
-        Log: make ok etc also for win32.
-             
-             Subject: [ID 20000814.008] Not OK: perl v5.6.0 (6620) on MSWin32-x86 4.0 (UNINSTALLED)
-             From: Prymmer/Kahn <pvhp@best.com>
-             Date: Mon, 14 Aug 2000 22:42:06 -0700 (PDT)
-             Message-Id: <Pine.BSF.4.21.0008142240280.3888-100000@shell8.ba.best.com>
-     Branch: perl
-          ! win32/Makefile
-____________________________________________________________________________
-[  6631] By: jhi                                   on 2000/08/15  13:45:03
-        Log: Update (kinda) to Test 1.14, from Joshua Pritikin.
-     Branch: perl
-          ! lib/Test.pm
-____________________________________________________________________________
-[  6630] By: jhi                                   on 2000/08/15  03:25:09
-        Log: Update Changes.
-     Branch: perl
-          ! Changes
-____________________________________________________________________________
-[  6629] By: jhi                                   on 2000/08/15  03:23:53
-        Log: magic_regdatum_set() is void, not int.
-     Branch: perl
-          ! embed.pl mg.c proto.h
-____________________________________________________________________________
-[  6628] By: jhi                                   on 2000/08/15  03:08:02
-        Log: Make the user to give up his firstborn, err, to knowingly
-             verify installing an unstable developer release.  Also bump
-             the release to 5.7.0, but leave a patch tag in the local
-             patches saying that this is not yet the real thing.
-     Branch: metaconfig
-          ! U/modified/Instruct.U
-     Branch: metaconfig/U/perl
-          + Devel.U
-     Branch: perl
-          ! Configure patchlevel.h
-____________________________________________________________________________
-[  6627] By: jhi                                   on 2000/08/14  22:32:52
-        Log: README.os2 update.
-             
-             Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
-             From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
-             Date: Wed, 02 Aug 2000 21:55:09 -0700
-             Message-ID: <tsPi5gzkgegX092yn@efn.org>
-     Branch: perl
-          ! README.os2
-____________________________________________________________________________
-[  6626] By: jhi                                   on 2000/08/14  21:00:02
-        Log: Subject: Re: File::Temp problems on VMS in bleedperl
-             From: Tim Jenness <timj@jach.hawaii.edu>
-             cc: vmsperl@perl.org
-             Date: Mon, 14 Aug 2000 09:44:33 -1000 (HST)
-             Message-ID: <Pine.LNX.4.21.0008140941300.6753-100000@lapaki.jach.hawaii.edu>
-     Branch: perl
-          ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
-____________________________________________________________________________
-[  6625] By: jhi                                   on 2000/08/14  20:52:16
-        Log: Add SUIDMAIL as was done for the CERT alert.
-     Branch: perl
-          ! patchlevel.h
-____________________________________________________________________________
-[  6624] By: jhi                                   on 2000/08/14  20:48:50
-        Log: Subject: sfio2000
-             From: Daniel Muino <dmuino@afip.gov.ar>
-             Date: Mon, 14 Aug 2000 16:58:11 -0300
-             Message-ID: <20000814165811.B16368@con2-dgi>
-     Branch: perl
-          ! perlsdio.h perlsfio.h
-____________________________________________________________________________
-[  6623] By: jhi                                   on 2000/08/14  20:47:36
-        Log: Subject: warning: storage class after type is obsolescent
-             From: Daniel Muino <dmuino@afip.gov.ar>
-             Date: Mon, 14 Aug 2000 16:42:47 -0300
-             Message-ID: <20000814164247.A16368@con2-dgi>
-     Branch: perl
-          ! regcomp.pl regnodes.h
-____________________________________________________________________________
-[  6622] By: jhi                                   on 2000/08/14  20:43:05
-        Log: Subject: [ID 20000814.002] [Patch] Email address in Changes.
-             From: abigail@foad.org
-             Date: 14 Aug 2000 20:00:10 -0000
-             Message-Id: <20000814200010.27271.qmail@foad.org>
-     Branch: perl
-          ! Changes
-____________________________________________________________________________
-[  6621] By: jhi                                   on 2000/08/14  15:23:05
-        Log: Update Changes.
-     Branch: perl
-          ! Changes
-____________________________________________________________________________
-[  6620] By: jhi                                   on 2000/08/14  15:22:14
-        Log: Subject: Re: [PATCH] @+, @- readonly
-             From: Mike Guy <mjtg@cam.ac.uk>
-             Date: Mon, 14 Aug 2000 15:26:55 +0100
-             Message-Id: <E13OLCZ-00020N-00@libra.cus.cam.ac.uk>
-     Branch: perl
-          ! XSUB.h embed.h embed.pl globvar.sym gv.c mg.c perl.h proto.h
-          ! sv.c t/op/pat.t
-____________________________________________________________________________
-[  6619] By: jhi                                   on 2000/08/14  14:12:08
-        Log: Update Changes.
-     Branch: perl
-          ! Changes
-____________________________________________________________________________
-[  6618] By: jhi                                   on 2000/08/14  14:09:34
-        Log: For now remove the mail code.
-     Branch: perl
-          ! perl.c
-____________________________________________________________________________
-[  6617] By: jhi                                   on 2000/08/14  14:08:28
-        Log: Drop the eg/ mentions and also mention the recent suidperl thing.
-     Branch: perl
-          ! jpl/README lib/ExtUtils/Embed.pm pod/perlcompile.pod
-          ! pod/perlfaq8.pod pod/perlsec.pod
-____________________________________________________________________________
-[  6616] By: jhi                                   on 2000/08/14  14:00:11
-        Log: Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
-             From: Mike Guy <mjtg@cam.ac.uk>
-             Date: Mon, 14 Aug 2000 08:26:02 +0100
-             Message-Id: <E13OEdG-0007LT-00@libra.cus.cam.ac.uk>
-     Branch: perl
-          ! lib/perl5db.pl
-____________________________________________________________________________
-[  6615] By: jhi                                   on 2000/08/14  13:58:45
-        Log: Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
-             From: Mike Guy <mjtg@cam.ac.uk>
-             Date: Mon, 14 Aug 2000 08:04:22 +0100
-             Message-Id: <E13OEII-0007B2-00@libra.cus.cam.ac.uk>
-     Branch: perl
-          ! gv.c mg.c t/op/pat.t
-____________________________________________________________________________
-[  6614] By: jhi                                   on 2000/08/14  13:56:45
-        Log: Subject: Test fails / warnings with perl-current #6612
-             From: Mike Guy <mjtg@cam.ac.uk>
-             Date: Mon, 14 Aug 2000 07:57:23 +0100
-             Message-Id: <E13OEBX-000776-00@libra.cus.cam.ac.uk>
-     Branch: perl
-          ! t/lib/b.t t/lib/peek.t
-____________________________________________________________________________
-[  6613] By: jhi                                   on 2000/08/14  13:45:33
-        Log: VMS configure.com update continues.
-     Branch: perl
-          - vms/configure.com
-          ! MANIFEST configure.com
-____________________________________________________________________________
-[  6612] By: jhi                                   on 2000/08/13  22:13:35
-        Log: Update Changes.
-     Branch: perl
-          ! Changes
-____________________________________________________________________________
-[  6611] By: jhi                                   on 2000/08/13  16:21:45
-        Log: Upgrade to CGI 2.71, from Lincoln Stein.
-     Branch: perl
-          ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-function.t
-____________________________________________________________________________
-[  6610] By: jhi                                   on 2000/08/13  15:09:16
-        Log: Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
-             From: Mike Guy <mjtg@cam.ac.uk>
-             Date: Sun, 13 Aug 2000 13:45:51 +0100
-             Message-Id: <E13Nx9D-00027M-00@libra.cus.cam.ac.uk>
-     Branch: perl
-          ! t/op/regmesg.t
-____________________________________________________________________________
-[  6609] By: jhi                                   on 2000/08/13  14:31:26
-        Log: Andreas says that 1.56 is fine, so reverting back to it.
-     Branch: perl
-          ! lib/CPAN.pm
-____________________________________________________________________________
-[  6608] By: jhi                                   on 2000/08/13  05:34:20
-        Log: Update Changes.
-     Branch: perl
-          ! Changes
-____________________________________________________________________________
-[  6607] By: jhi                                   on 2000/08/13  05:32:01
-        Log: Put back the \z changes of #5406 to CPAN.pm.
-     Branch: perl
-          ! lib/CPAN.pm
-____________________________________________________________________________
-[  6606] By: jhi                                   on 2000/08/13  05:20:16
-        Log: Fix-n-skip the tests under 5005threads.
-     Branch: perl
-          ! t/lib/b.t
-____________________________________________________________________________
-[  6605] By: jhi                                   on 2000/08/13  05:07:48
-        Log: Fix the test for 5005threads.
-     Branch: perl
-          ! t/lib/peek.t
-____________________________________________________________________________
-[  6604] By: jhi                                   on 2000/08/13  03:35:37
-        Log: Should have deleted this in #6603.
-     Branch: perl
-          - vms/subconfigure.com
-____________________________________________________________________________
-[  6603] By: jhi                                   on 2000/08/12  18:29:32
-        Log: Rewrite of vms/subconfigure.com as configure.com,
-             from Peter Prymmer and the vmsperl crew.
-     Branch: perl
-          + vms/configure.com
-          ! MANIFEST
-____________________________________________________________________________
-[  6602] By: jhi                                   on 2000/08/11  13:00:01
-        Log: PlainText.pm is dead.
-     Branch: perl
-          - lib/Pod/PlainText.pm
-          ! MANIFEST
-____________________________________________________________________________
-[  6601] By: jhi                                   on 2000/08/11  04:06:45
-        Log: Update Changes.
-     Branch: perl
-          ! Changes
-____________________________________________________________________________
-[  6600] By: jhi                                   on 2000/08/11  04:06:10
-        Log: Add a few missing files, update MANIFEST.
-     Branch: perl
-          + lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
-          + lib/Pod/PlainText.pm t/pod/find.t
-          ! MANIFEST t/op/regmesg.t
-____________________________________________________________________________
-[  6599] By: jhi                                   on 2000/08/11  03:31:10
-        Log: Add Perl debugging tutorial, regen toc. 
-             
-             Subject: perldebtut.pod
-             From: Richard Foley <Richard.Foley@m.dasa.de>
-             Date: Wed, 09 Aug 2000 10:17:15 +0200
-             Message-id: <3991138B.262247B8@m.dasa.de>
-     Branch: perl
-          + pod/perldebtut.pod
-          ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
-____________________________________________________________________________
-[  6598] By: jhi                                   on 2000/08/11  02:48:56
-        Log: tiny Changes edit
-     Branch: perl
-          ! Changes
-____________________________________________________________________________
-[  6597] By: jhi                                   on 2000/08/11  02:39:04
-        Log: Tests for #6589.
-             
-             Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
-             From: simon@brecon.co.uk (Simon Cozens)
-             Date: 11 Aug 2000 02:24:52 GMT
-             Message-ID: <slrn8p6ovk.5sh.simon@justanother.perlhacker.org>
-     Branch: perl
-          ! t/lib/b.t
-____________________________________________________________________________
-[  6596] By: jhi                                   on 2000/08/11  01:50:07
-        Log: Update Changes.
-     Branch: perl
-          ! Changes
-____________________________________________________________________________
-[  6595] By: jhi                                   on 2000/08/11  01:47:16
-        Log: nitfix
-     Branch: perl
-          ! Changes
-____________________________________________________________________________
-[  6594] By: jhi                                   on 2000/08/11  01:36:16
-        Log: Subject: Getting perlio and threads to compile
-             From: Lupe Christoph <lupe@lupe-christoph.de>
-             Date: Wed, 9 Aug 2000 11:35:54 +0200
-             Message-ID: <20000809113554.G23160@alanya.lupe-christoph.de>
-             
-             (the Solaris version changes in Configure skipped)
-     Branch: perl
-          ! hints/solaris_2.sh thread.h
-____________________________________________________________________________
-[  6593] By: jhi                                   on 2000/08/11  01:30:16
-        Log: Subject: Re: [ID 20000730.003] utf8::length() bad
-             From: simon@brecon.co.uk (Simon Cozens)
-             Date: 1 Aug 2000 06:55:19 GMT
-             Message-ID: <slrn8oct2n.19l.simon@justanother.perlhacker.org>
-     Branch: perl
-          ! lib/utf8.pm
-____________________________________________________________________________
-[  6592] By: jhi                                   on 2000/08/11  01:26:39
-        Log: Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
-             From: Peter Scott <Peter@PeterScott.com>
-             Date: Thu, 10 Aug 2000 08:23:27 -0700
-             Message-Id: <4.3.2.7.2.20000810081749.00aa92c0@peterscott.com>
-     Branch: perl
-          ! lib/perl5db.pl
-____________________________________________________________________________
-[  6591] By: jhi                                   on 2000/08/11  01:22:02
-        Log: Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
-             From: Hugo <hv@crypt.compulink.co.uk>
-             Date: Thu, 10 Aug 2000 19:23:04 +0100
-             Message-Id: <200008101823.TAA23580@crypt.compulink.co.uk>
-     Branch: perl
-          ! regexec.c t/op/pat.t
-____________________________________________________________________________
-[  6590] By: jhi                                   on 2000/08/11  01:19:19
-        Log: Preprocessing and postprocessing for File::Find.
-             
-             Subject: Patch to Find::File.pm to allow alphabetical results
-             From: Joe Smith <jsmith@inwap.com>
-             Date: Wed, 9 Aug 2000 02:44:54 -0700
-             Message-Id: <20000809024453.A21193@tardis.Tymnet.COM>
-     Branch: perl
-          ! lib/File/Find.pm
-____________________________________________________________________________
-[  6589] By: jhi                                   on 2000/08/11  01:12:39
-        Log: B::Deparse didn't do sub attributes.
-             
-             Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
-             From: simon@brecon.co.uk (Simon Cozens)
-             Date: 9 Aug 2000 04:49:20 GMT
-             Message-ID: <slrn8p1omg.beq.simon@justanother.perlhacker.org>
-     Branch: perl
-          ! ext/B/B.xs ext/B/B/Deparse.pm ext/B/defsubs_h.PL
-____________________________________________________________________________
-[  6588] By: jhi                                   on 2000/08/11  01:06:40
-        Log: Subject: debugger "d" command doesnt check line number
-             From: Mike Guy <mjtg@cam.ac.uk>
-             Date: Tue, 08 Aug 2000 21:54:29 +0100
-             Message-Id: <E13MGOL-000053-00@libra.cus.cam.ac.uk>
-     Branch: perl
-          ! lib/perl5db.pl mg.c pod/perldiag.pod
-____________________________________________________________________________
-[  6587] By: jhi                                   on 2000/08/11  00:45:03
-        Log: sleep(1) does not necessarily return 1.
-             
-             Subject: [PATCH bleadperl] op/lex_assign.t  
-             From: Hugo <hv@crypt.compulink.co.uk>
-             Date: Thu, 03 Aug 2000 14:34:22 +0100        
-             Message-Id: <200008031334.OAA03379@crypt.compulink.co.uk>
-     Branch: perl
-          ! t/op/lex_assign.t
-____________________________________________________________________________
-[  6586] By: jhi                                   on 2000/08/11  00:31:50
-        Log: Document the IO::Select timeout.
-     Branch: perl
-          ! ext/IO/lib/IO/Select.pm
-____________________________________________________________________________
-[  6585] By: jhi                                   on 2000/08/11  00:13:54
-        Log: Forgot contributor.
-     Branch: perl
-          ! Changes
-____________________________________________________________________________
-[  6584] By: jhi                                   on 2000/08/11  00:09:19
-        Log: detypo
-     Branch: perl
-          ! Changes
-____________________________________________________________________________
-[  6583] By: jhi                                   on 2000/08/11  00:07:53
-        Log: Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
-             
-             Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
-             From: Mike Guy <mjtg@cam.ac.uk> 
-             Date: Thu, 10 Aug 2000 15:50:54 +0100
-             Message-Id: <E13Mtfa-0005Ge-00@libra.cus.cam.ac.uk>
-     Branch: perl
-          ! sv.c t/op/int.t
-____________________________________________________________________________
-[  6582] By: jhi                                   on 2000/08/10  23:29:32
-        Log: Update Changes.
-     Branch: perl
-          ! Changes
-____________________________________________________________________________
-[  6581] By: jhi                                   on 2000/08/10  23:26:16
-        Log: Put back the std @INC thing.
-     Branch: perl
-          ! t/lib/ansicolor.t t/lib/cgi-form.t t/lib/cgi-function.t
-          ! t/lib/cgi-html.t t/lib/cgi-pretty.t t/lib/cgi-request.t
-          ! t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
-          ! t/lib/gol-oo.t
-____________________________________________________________________________
-[  6580] By: jhi                                   on 2000/08/10  23:03:34
-        Log: Update to CGI 2.70, from Lincoln Stein.
-     Branch: perl
-          ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
-          ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
-          ! t/lib/cgi-function.t t/lib/cgi-html.t t/lib/cgi-pretty.t
-          ! t/lib/cgi-request.t
-____________________________________________________________________________
-[  6579] By: jhi                                   on 2000/08/10  22:41:50
-        Log: Update to CPAN 1.56, from Andreas König.
-     Branch: perl
-          ! lib/CPAN.pm lib/CPAN/FirstTime.pm
-____________________________________________________________________________
-[  6578] By: jhi                                   on 2000/08/10  22:38:13
-        Log: Update to Pod::Parser 1.17, from Brad Appleton.
-     Branch: perl
-          ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
-          ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
-          ! lib/Pod/Usage.pm pod/pod2usage.PL pod/podchecker.PL
-          ! pod/podselect.PL t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
-          ! t/pod/include.t t/pod/included.t t/pod/lref.t
-          ! t/pod/multiline_items.t t/pod/nested_items.t
-          ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
-          ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
-          ! t/pod/special_seqs.t
-____________________________________________________________________________
-[  6577] By: jhi                                   on 2000/08/10  22:35:41
-        Log: Small AUTHORS and MAINTAIN updates.  Could do with big updates.
-     Branch: perl
-          ! AUTHORS MAINTAIN
-____________________________________________________________________________
-[  6576] By: jhi                                   on 2000/08/10  22:24:54
-        Log: Update to Getopt::Long 2.23_05, from Johan Vromans.
-     Branch: perl
-          + t/lib/gol-oo.t
-          ! MANIFEST lib/Getopt/Long.pm lib/newgetopt.pl t/lib/gol-basic.t
-          ! t/lib/gol-compat.t t/lib/gol-linkage.t
-____________________________________________________________________________
-[  6575] By: jhi                                   on 2000/08/10  22:02:07
-        Log: Update to Term::ANSIColor 1.03, from Russ Allbery.
-     Branch: perl
-          ! lib/Term/ANSIColor.pm t/lib/ansicolor.t
-____________________________________________________________________________
-[  6574] By: jhi                                   on 2000/08/10  21:55:03
-        Log: Iterating perl6 description.
-     Branch: perl
-          ! pod/perlfaq1.pod
-____________________________________________________________________________
-[  6573] By: jhi                                   on 2000/08/10  21:48:26
-        Log: Revert the sv.c part of #6559, a better fix is needed.
-     Branch: perl
-          ! sv.c
-____________________________________________________________________________
-[  6572] By: jhi                                   on 2000/08/10  20:33:43
-        Log: It's the 2ndO'ROSSC.
-     Branch: perl
-          ! pod/perlfaq1.pod
-____________________________________________________________________________
-[  6571] By: jhi                                   on 2000/08/10  15:55:48
-        Log: detypo
-     Branch: perl
-          ! pod/perlfaq1.pod
-____________________________________________________________________________
-[  6570] By: jhi                                   on 2000/08/10  14:11:17
-        Log: An exceptionally sticky typo.
-     Branch: perl
-          ! Changes
-____________________________________________________________________________
-[  6569] By: jhi                                   on 2000/08/10  14:09:33
-        Log: detypo (and test Changes updating script)
-     Branch: perl
-          ! Changes
-____________________________________________________________________________
-[  6568] By: jhi                                   on 2000/08/10  14:07:07
-        Log: Update Changes.
-     Branch: perl
-          ! Changes
-____________________________________________________________________________
-[  6567] By: jhi                                   on 2000/08/10  14:06:19
-        Log: Amend the description of Perl6.
-             Subject: [PATCH Perl-5.6.0] perlfaq1.pod
-             From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
-             Date: Wed, 9 Aug 2000 22:11:06 -0500
-             Message-ID: <20000809221106.A12246@chaos.wustl.edu>
-     Branch: perl
-          ! pod/perlfaq1.pod
-____________________________________________________________________________
-[  6566] By: jhi                                   on 2000/08/10  13:58:57
-        Log: Subject: Remove dead entry in perldiag
-             From: Mike Guy <mjtg@cam.ac.uk>
-             Date: Thu, 10 Aug 2000 14:19:19 +0100
-             Message-Id: <E13MsEx-00033G-00@libra.cus.cam.ac.uk>
-     Branch: perl
-          ! pod/perldiag.pod
-____________________________________________________________________________
-[  6565] By: jhi                                   on 2000/08/10  13:51:48
-        Log: Zero entries were skipped, fix from Adrian Goalby
-             <argoalby@yahoo.co.uk>
-     Branch: perl
-          ! lib/unicode/Number.pl lib/unicode/mktables.PL
-____________________________________________________________________________
-[  6564] By: jhi                                   on 2000/08/10  13:00:12
-        Log: Subject: [PATCH 5.6.0] cygwin port
-             From: "Fifer, Eric" <EFifer@sanwaint.com>
-             Date: Thu, 10 Aug 2000 13:15:36 +0100
-             Message-ID: <779F20BCCE5AD31186A50008C75D997917176A@silldn_mail1.sanwaint.com>
-     Branch: perl
-          ! README.cygwin hints/cygwin.sh
-____________________________________________________________________________
-[  6563] By: jhi                                   on 2000/08/10  12:55:16
-        Log: Get back into sync with Jeffrey on the enhanced regex warnings.
-     Branch: perl
-          ! pod/perldiag.pod regcomp.c t/op/re_tests t/op/readdir.t
-____________________________________________________________________________
-[  6562] By: gsar                                  on 2000/08/10  08:38:39
-        Log: warn is a macro, avoid using at a variable to avoid warnings
-             in some configurations; readdir.t is too conservative in
-             estimating number of *.t's
-     Branch: perl
-          ! t/op/readdir.t util.c
-____________________________________________________________________________
-[  6561] By: jhi                                   on 2000/08/09  23:35:42
-        Log: Update Changes.
-     Branch: perl
-          ! Changes
-____________________________________________________________________________
-[  6560] By: jhi                                   on 2000/08/09  23:05:47
-        Log: Subject: Re: enhanced(?) regex error messages
-             From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
-             Date: Wed, 9 Aug 2000 00:59:43 -0700 (PDT)
-             Message-Id: <200008090759.AAA07144@ventrue.yahoo.com>
-             
-             (plus two small patches sent privately)
-             (this still seems to leave few test failures)
-     Branch: perl
-          + t/op/regmesg.t
-          ! MANIFEST pod/perldiag.pod regcomp.c regcomp.h t/op/misc.t
-          ! t/pragma/warn/regcomp
-____________________________________________________________________________
-[  6559] By: jhi                                   on 2000/08/09  20:41:18
-        Log: (The fix did work but was not right, retracted in #6573)
-             
-             Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
-             From: Christian Kirsch <ck@held.mind.de>
-             Date: Wed, 9 Aug 2000 17:05:17 +0200
-             Message-Id: <20000809170517.A25389@held>
-     Branch: perl
-          ! sv.c t/pragma/locale.t
-____________________________________________________________________________
-[  6558] By: jhi                                   on 2000/08/08  22:34:08
-        Log: Tiny updates on the contributors list.
-     Branch: perl
-          ! Changes
-____________________________________________________________________________
-[  6557] By: jhi                                   on 2000/08/08  19:34:28
-        Log: Double check that we have a dirhandle.
-     Branch: perl
-          ! util.c
-____________________________________________________________________________
-[  6556] By: jhi                                   on 2000/08/08  19:01:51
-        Log: Delete eg as agreed at TPC3 (yes, 3).  Dusty, obsolete, non-w-clean.
-             May be repopulated with fresh maintained examples.
-     Branch: perl
-          + lib/CGI/eg/RunMeFirst lib/CGI/eg/caution.xbm
-          + lib/CGI/eg/clickable_image.cgi lib/CGI/eg/cookie.cgi
-          + lib/CGI/eg/crash.cgi lib/CGI/eg/customize.cgi
-          + lib/CGI/eg/diff_upload.cgi lib/CGI/eg/dna_small_gif.uu
-          + lib/CGI/eg/file_upload.cgi lib/CGI/eg/frameset.cgi
-          + lib/CGI/eg/index.html lib/CGI/eg/internal_links.cgi
-          + lib/CGI/eg/javascript.cgi lib/CGI/eg/monty.cgi
-          + lib/CGI/eg/multiple_forms.cgi lib/CGI/eg/nph-clock.cgi
-          + lib/CGI/eg/nph-multipart.cgi lib/CGI/eg/popup.cgi
-          + lib/CGI/eg/save_state.cgi lib/CGI/eg/tryit.cgi
-          + lib/CGI/eg/wilogo_gif.uu
-          - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
-          - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
-          - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
-          - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
-          - eg/cgi/frameset.cgi eg/cgi/index.html
-          - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
-          - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
-          - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
-          - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
-          - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
-          - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
-          - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
-          - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
-          - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
-          - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
-          - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
-          - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
-          - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
-          - eg/van/vanish eg/who eg/wrapsuid
-          ! MANIFEST
-____________________________________________________________________________
-[  6555] By: jhi                                   on 2000/08/08  18:51:08
-        Log: Delete chat2 as requested by Randal.
-             
-             Subject: Re: perlfaq8 coyness
-             From: merlyn@stonehenge.com (Randal L. Schwartz) 
-             Date: 15 May 2000 18:52:42 -0700 
-             Message-ID: <m166sfl0r9.fsf@halfdome.holdit.com> 
-     Branch: perl
-          - lib/chat2.pl
-          ! MANIFEST
-____________________________________________________________________________
-[  6554] By: jhi                                   on 2000/08/08  18:31:35
-        Log: Regen global.sym.
-     Branch: perl
-          ! global.sym
-____________________________________________________________________________
-[  6553] By: jhi                                   on 2000/08/08  18:28:13
-        Log: Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
-             (either perlbug or p5p ate the original), plus regen
-             perlapi and perltoc. 
-     Branch: perl
-          ! Changes Changes5.004 README.Y2K cop.h emacs/cperl-mode.el
-          ! ext/B/ramblings/flip-flop ext/Data/Dumper/Dumper.pm
-          ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
-          ! ext/Socket/Socket.pm lib/CGI.pm lib/CGI/Cookie.pm
-          ! lib/File/Temp.pm lib/FileHandle.pm lib/Pod/Functions.pm
-          ! lib/Pod/InputObjects.pm lib/Pod/LaTeX.pm lib/Text/Soundex.pm
-          ! lib/perl5db.pl op.h opcode.pl perlapi.c perlapi.h
-          ! pod/perlapi.pod pod/perltoc.pod t/lib/dosglob.t
-          ! t/lib/ftmp-posix.t t/lib/glob-global.t t/op/grent.t
-          ! t/op/pwent.t vms/ext/DCLsym/DCLsym.pm
-____________________________________________________________________________
-[  6552] By: jhi                                   on 2000/08/08  18:06:29
-        Log: Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
-             From: Mike Guy <mjtg@cam.ac.uk>
-             Message-Id: <E13MAj1-00038W-00@libra.cus.cam.ac.uk>
-             Date: Tue, 08 Aug 2000 15:51:27 +0100
-     Branch: perl
-          ! doop.c sv.h t/op/join.t t/pragma/overload.t
-____________________________________________________________________________
-[  6551] By: jhi                                   on 2000/08/08  18:01:11
-        Log: Re-apply #6549.
-     Branch: perl
-          ! lib/perl5db.pl
-____________________________________________________________________________
-[  6550] By: jhi                                   on 2000/08/08  17:43:08
-        Log: Accidental retraction of #6549.
-     Branch: perl
-          ! lib/perl5db.pl
-____________________________________________________________________________
-[  6549] By: jhi                                   on 2000/08/08  17:40:04
-        Log: Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
-             From: Mike Guy <mjtg@cam.ac.uk>
-             Date: Mon, 07 Aug 2000 21:49:58 +0100
-             Message-Id: <E13LtqQ-0006Jc-00@libra.cus.cam.ac.uk>
-     Branch: perl
-          ! lib/perl5db.pl
-____________________________________________________________________________
-[  6548] By: jhi                                   on 2000/08/08  17:37:57
-        Log: Document here-doc better.
-             
-             Subject: Re: [ID 20000804.003] heredoc in s///e replacement
-             From: Mike Guy <mjtg@cam.ac.uk>
-             Date: Mon, 07 Aug 2000 14:02:09 +0100
-             Message-Id: <E13LmXh-0006rM-00@libra.cus.cam.ac.uk>
-     Branch: perl
-          ! pod/perldata.pod
-____________________________________________________________________________
-[  6547] By: jhi                                   on 2000/08/08  17:33:34
-        Log: Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
-             From: "Randy J. Ray" <rjray@redhat.com>
-             Date: Mon, 07 Aug 2000 19:12:25 -0700
-             Message-Id: <200008080212.TAA12784@tzimisce.soma.redhat.com>
-     Branch: perl
-          ! perl.c pod/perlrun.pod
-____________________________________________________________________________
-[  6546] By: jhi                                   on 2000/08/08  17:29:26
-        Log: Subject: Re: enhanced(?) regex error messages 
-             From: Hugo <hv@crypt.compulink.co.uk>
-             Date: Tue, 08 Aug 2000 03:25:51 +0100
-             Message-Id: <200008080225.DAA10998@crypt.compulink.co.uk>
-             
-             plus Capitalize the error messages, plus perldiag them.
-     Branch: perl
-          ! pod/perldiag.pod regcomp.c t/op/pat.t t/op/re_tests
-____________________________________________________________________________
-[  6545] By: jhi                                   on 2000/08/08  13:59:28
-        Log: Augment #6539 a bit: don't croak if there's magic in the air.
-             
-             Subject: Re: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF) 
-             From: Hugo <hv@crypt.compulink.co.uk>
-             Date: Tue, 08 Aug 2000 03:02:03 +0100
-             Message-Id: <200008080202.DAA09147@crypt.compulink.co.uk>
-     Branch: perl
-          ! pp.c t/op/bless.t
-____________________________________________________________________________
-[  6544] By: jhi                                   on 2000/08/07  21:11:52
-        Log: Make the test -w clean.
-     Branch: perl
-          ! t/op/bless.t
-____________________________________________________________________________
-[  6543] By: jhi                                   on 2000/08/07  19:49:53
-        Log: use warnings instead of $^W.
-     Branch: perl
-          ! t/op/bless.t
-____________________________________________________________________________
-[  6542] By: jhi                                   on 2000/08/07  17:41:41
-        Log: Disable a portability warning Because We Know What We Are Doing.
-     Branch: perl
-          ! t/op/bless.t
-____________________________________________________________________________
-[  6541] By: jhi                                   on 2000/08/07  17:29:51
-        Log: Tiny tidying on report_evil_fh().
-     Branch: perl
-          ! util.c
-____________________________________________________________________________
-[  6540] By: jhi                                   on 2000/08/07  16:37:38
-        Log: Make regular expression parse error messages easier to understand.
-             
-             Subject: Re: enhanced(?) regex error messages
-             From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
-             Date: Fri, 4 Aug 2000 23:34:07 -0700 (PDT)
-             Message-Id: <200008050634.XAA20360@ventrue.yahoo.com>
-     Branch: perl
-          ! regcomp.c
-____________________________________________________________________________
-[  6539] By: jhi                                   on 2000/08/07  16:12:27
-        Log: Make bless(REF, REF) a fatal error, add bless tests.
-             
-             Subject: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF)
-             From: Hugo <hv@crypt.compulink.co.uk>
-             Date: Mon, 07 Aug 2000 16:59:38 +0100
-             Message-Id: <200008071559.QAA29541@crypt.compulink.co.uk>
-     Branch: perl
-          + t/op/bless.t
-          ! MANIFEST pod/perldiag.pod pp.c sv.c
-____________________________________________________________________________
-[  6538] By: jhi                                   on 2000/08/07  15:59:43
-        Log: Subject: [ID 20000803.006] 'use lib ...' doesn't behave as documented
-             From: Tim Conrow <tim@spindrift.srl.caltech.edu>
-             Date: Thu, 3 Aug 2000 14:29:21 -0700
-             Message-Id: <200008032129.OAA27898@spindrift.caltech.edu>
-     Branch: perl
-          ! lib/lib_pm.PL
-____________________________________________________________________________
-[  6537] By: jhi                                   on 2000/08/07  15:47:18
-        Log: Retract #6419 for now since it breaks in AFS and MachTen.
-     Branch: perl
-          ! lib/Cwd.pm
-____________________________________________________________________________
-[  6536] By: jhi                                   on 2000/08/07  15:05:29
-        Log: Plug the security hole described in the Aug 05 2000 bugtraq message
-             "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
-             The security hole exists only in suidperls, which isn't
-             installed or even built by default.
-     Branch: perl
-          ! perl.c
-____________________________________________________________________________
-[  6535] By: jhi                                   on 2000/08/07  14:45:14
-        Log: tr memory corruption fix from Simon Cozens.
-     Branch: perl
-          ! doop.c
-____________________________________________________________________________
-[  6534] By: jhi                                   on 2000/08/06  11:38:16
-        Log: Document a bit that UDP is not what you might think.
-             
-             Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
-             From: Lupe Christoph <lupe@lupe-christoph.de>
-             Message-ID: <20000724085915.B13172@alanya.lupe-christoph.de>
-             Date: Mon, 24 Jul 2000 08:59:15 +0200
-     Branch: perl
-          ! pod/perlipc.pod
-____________________________________________________________________________
-[  6533] By: jhi                                   on 2000/08/06  11:35:01
-        Log: Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
-             From: Jeff Pinyan <jeffp@hut.crusoe.net>
-             Date: Sat, 5 Aug 2000 00:22:01 -0400 (EDT)
-             Message-ID: <Pine.BSF.3.96.1000805002052.23260A-100000@hut.crusoe.net>
-     Branch: perl
-          ! pod/perlfunc.pod
-____________________________________________________________________________
-[  6532] By: jhi                                   on 2000/08/06  03:45:41
-        Log: Have symbols for the IoTYPEs.
-     Branch: perl
-          ! doio.c pp_ctl.c pp_sys.c sv.h toke.c util.c
-____________________________________________________________________________
-[  6531] By: jhi                                   on 2000/08/06  01:33:55
-        Log: Continue fixing the io warnings.  This also
-             sort of fixes bug ID 20000802.003: the core dump
-             is no more.  Whether the current behaviour is correct
-             (giving a warning: "Not a format reference"), is another matter.
-     Branch: perl
-          ! doio.c pod/perldiag.pod pp_hot.c pp_sys.c t/pragma/warn/doio
-          ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
-____________________________________________________________________________
-[  6530] By: jhi                                   on 2000/08/05  21:33:12
-        Log: Change the Policy policy: now -Dprefix= with an existing
-             Policy.sh and prefix == siteprefix == vendorprefix, then all
-             of them follow along the new prefix.
-             
-             Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
-             From: Andy Dougherty <doughera@lafayette.edu>
-             Date: Fri, 4 Aug 2000 14:53:50 -0400 (EDT)
-             Message-ID: <Pine.SOL.4.10.10008041440560.17981-100000@maxwell.phys.lafayette.edu>
-     Branch: perl
-          ! Policy_sh.SH
-____________________________________________________________________________
-[  6529] By: jhi                                   on 2000/08/05  18:57:28
-        Log: Zap lib/Sys directory when cleaning up.
-     Branch: perl
-          ! Makefile.SH
-____________________________________________________________________________
-[  6528] By: jhi                                   on 2000/08/05  18:40:44
-        Log: Essential prototype changes were missing from #6527.
-             Also make report_evil_fh() more bomb-proof.
-     Branch: perl
-          ! embed.h util.c
-____________________________________________________________________________
-[  6527] By: jhi                                   on 2000/08/05  03:22:05
-        Log: Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
-             From: "Ronald F. Guilmette" <rfg@monkeys.com>
-             Date: Mon, 24 Jul 2000 15:47:00 -0700 (PDT)
-             Message-Id: <200007242247.PAA52177@monkeys.com>
-     Branch: perl
-          ! embed.pl pp_hot.c pp_sys.c proto.h t/pragma/warn/pp_sys util.c
-____________________________________________________________________________
-[  6526] By: jhi                                   on 2000/08/04  21:23:27
-        Log: gcc versions might have (parentheses) in them.
-     Branch: metaconfig/U/perl
-          ! gccvers.U
-     Branch: perl
-          ! Configure config_h.SH
-____________________________________________________________________________
-[  6525] By: jhi                                   on 2000/08/04  20:23:12
-        Log: Weed buglets pointed out by
-             
-             From: Lupe Christoph <lupe@lupe-christoph.de>
-             Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
-             Date: Fri, 4 Aug 2000 17:34:39 +0200
-             Message-ID: <20000804173439.L8087@alanya.lupe-christoph.de>
-     Branch: metaconfig/U/perl
-          ! gccvers.U uselfs.U
-     Branch: perl
-          ! Configure config_h.SH
-____________________________________________________________________________
-[  6524] By: jhi                                   on 2000/08/04  19:02:08
-        Log: Warn under -w if lstat(FH) is attempted.
-             
-             Subject: [ID 20000421.003] perlfunc says you can lstat a file handle but you cannot
-             From: "Todd C. Miller" <Todd.Miller@courtesan.com> 
-             Date: Fri, 21 Apr 2000 10:43:46 -0600 (MDT) 
-             Message-Id: <200004211643.e3LGhkX24720@xerxes.courtesan.com> 
-     Branch: perl
-          ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
-          ! t/pragma/warn/pp_sys
-____________________________________________________________________________
-[  6523] By: jhi                                   on 2000/08/04  12:31:11
-        Log: Subject: New perlcc, take 2
-             From: simon@brecon.co.uk (Simon Cozens)
-             Date: 4 Aug 2000 06:21:04 GMT
-             Message-ID: <slrn8oko6g.da2.simon@justanother.perlhacker.org>
-     Branch: perl
-          ! utils/perlcc.PL
-____________________________________________________________________________
-[  6522] By: jhi                                   on 2000/08/04  12:26:33
-        Log: Subject: Re: Array vs. List context
-             From: Daniel Chetlin <daniel@chetlin.com>
-             Date: Fri, 4 Aug 2000 00:22:44 -0700
-             Message-ID: <20000804002244.A5924@ilmd.chetlin.org>
-     Branch: perl
-          ! pod/perlapi.pod pod/perlcall.pod pod/perlembed.pod
-          ! pod/perlfaq4.pod
-____________________________________________________________________________
-[  6521] By: jhi                                   on 2000/08/04  12:22:38
-        Log: Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
-             From: Raymund Will <ray@caldera.de>
-             Date: Fri, 4 Aug 2000 12:07:09 +0200
-             Message-Id: <20000804120709.A14982@caldera.de>
-     Branch: perl
-          ! configure.gnu
-____________________________________________________________________________
-[  6520] By: jhi                                   on 2000/08/04  04:09:06
-        Log: After the #6519 a warning about stat() is just that,
-             not about a filetest, which now have their own warning.
-     Branch: perl
-          ! pod/perldiag.pod
-____________________________________________________________________________
-[  6519] By: jhi                                   on 2000/08/04  04:06:30
-        Log: In the warnings call filehandles consistently so;
-             add "unopened" warning for stat().
-     Branch: perl
-          ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
-          ! t/pragma/warn/pp_sys
-____________________________________________________________________________
-[  6518] By: jhi                                   on 2000/08/04  02:55:35
-        Log: Subject: Minor tweak to perlvar.pod
-             From: "Stephen P. Potter" <spp@ds.net>
-             Date: Tue, 18 Apr 2000 09:26:03 -0400
-             Message-Id: <200004181326.JAA01560@spp.users.ds.net>
-     Branch: perl
-          ! pod/perlvar.pod
-____________________________________________________________________________
-[  6517] By: jhi                                   on 2000/08/04  02:50:08
-        Log: Subject: [ID 19990721.004] Documentation bug in perlfunc
-             From: "Clinton Pierce" <cpierce1@ford.com>
-             Date: Wed, 21 Jul 1999 16:45:31 -0400
-             Message-Id: <199907212049.QAA12875@mailfw3.ford.com>
-             
-             Fix by Stephen Potter (visible in the bug db but not in p5p?)
-     Branch: perl
-          ! pod/perlfunc.pod pod/perlop.pod
-____________________________________________________________________________
-[  6516] By: jhi                                   on 2000/08/04  02:09:25
-        Log: This is 6512.  Really.
-     Branch: perl
-          ! dump.c
-____________________________________________________________________________
-[  6515] By: jhi                                   on 2000/08/04  01:25:50
-        Log: mention the idea of @( and @)
-     Branch: perl
-          ! Todo-5.6
-____________________________________________________________________________
-[  6514] By: bailey                                on 2000/08/04  01:18:46
-        Log: YA resync with mainstem, including VMS patches from others
-     Branch: vmsperl
-         +> (branch 48 files)
-          - lib/lib.pm pod/Makefile pod/Win32.pod pod/buildtoc
-         !> (integrate 354 files)
-____________________________________________________________________________
-[  6513] By: jhi                                   on 2000/08/04  01:18:18
-        Log: Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
-             From: Mark Dickinson <dickins3@fas.harvard.edu>
-             Date: Wed, 2 Aug 2000 13:25:07 -0400 (EDT)
-             Message-Id: <Pine.OSF.4.10.10008021321380.32190-200000@is07.fas.harvard.edu>
-     Branch: perl
-          ! t/op/grent.t t/op/pwent.t
-____________________________________________________________________________
-[  6512] By: jhi                                   on 2000/08/04  01:14:06
-        Log: Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
-             From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
-             Date: Wed, 02 Aug 2000 10:51:01 +0100
-             Message-Id: <E13JvAz-0005B5-00@libra.cus.cam.ac.uk>
-     Branch: perl
-          ! sv.c
-____________________________________________________________________________
-[  6511] By: jhi                                   on 2000/08/04  00:57:00
-        Log: Subject: [PATCH] bad cppsymbols on os2 + Configure question                
-             From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
-             Date: Thu, 03 Aug 2000 17:20:04 -0700
-             Message-ID: <0wgi5gzkgqLb092yn@efn.org> 
-     Branch: metaconfig
-          ! U/modified/Cppsym.U
-     Branch: perl
-          ! Configure config_h.SH
-____________________________________________________________________________
-[  6510] By: jhi                                   on 2000/08/04  00:25:28
-        Log: detypo
-     Branch: perl
-          ! Makefile.SH
-____________________________________________________________________________
-[  6509] By: jhi                                   on 2000/08/03  23:43:18
-        Log: Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
-             From: Dominic Dunlop <domo@computer.org>
-             Date: Thu, 3 Aug 2000 22:16:46 +0200
-             Message-Id: <p04320411b5af8091f6fe@[194.235.193.148]>
-     Branch: perl
-          ! t/op/sprintf.t
-____________________________________________________________________________
-[  6508] By: jhi                                   on 2000/08/03  23:40:37
-        Log: Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
-             From: Hugo <hv@crypt.compulink.co.uk>
-             Date: Thu, 03 Aug 2000 18:25:30 +0100
-             Message-Id: <200008031725.SAA10580@crypt.compulink.co.uk>
-     Branch: perl
-          ! regcomp.c t/op/re_tests
-____________________________________________________________________________
-[  6507] By: jhi                                   on 2000/08/03  23:38:28
-        Log: Subject: [PATCH] sv.h documentation - SvLEN
-             From: Mike Guy <mjtg@cam.ac.uk>
-             Date: Thu, 03 Aug 2000 14:43:09 +0100
-             Message-Id: <E13KLHB-0004UK-00@libra.cus.cam.ac.uk>
-     Branch: perl
-          ! sv.h
-____________________________________________________________________________
-[  6506] By: jhi                                   on 2000/08/03  15:49:14
-        Log: Disable the fix_pl hack for now.
-     Branch: perl
-          ! Makefile.SH
-____________________________________________________________________________
-[  6505] By: jhi                                   on 2000/08/03  13:49:04
-        Log: Add a URL for FSF.
-             
-             Subject: Patch for README
-             From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
-             Date: Wed, 2 Aug 2000 13:25:09 -0500
-             Message-ID: <20000802132509.I10379@chaos.wustl.edu>
-     Branch: perl
-          ! README
-____________________________________________________________________________
-[  6504] By: jhi                                   on 2000/08/03  13:29:19
-        Log: Be more informative on what is skipped and why,
-             also repeat the list at the end.
-     Branch: perl
-          ! Porting/p4desc
-____________________________________________________________________________
-[  6503] By: jhi                                   on 2000/08/03  13:07:05
-        Log: Circumvent the removal of .patch by fix_pl.
-             
-             Subject: Re: [ID 20000802.011] unable to 'make test'          
-             From: simon@brecon.co.uk (Simon Cozens) 
-             Date: 3 Aug 2000 04:17:00 GMT
-             Message-ID: <slrn8ohshs.81o.simon@justanother.perlhacker.org> 
-     Branch: perl
-          ! Makefile.SH
-____________________________________________________________________________
-[  6502] By: jhi                                   on 2000/08/03  00:14:34
-        Log: Add the missing setproctitle unit.
-     Branch: metaconfig/U/perl
-          + d_setproctitle.U
-____________________________________________________________________________
-[  6501] By: jhi                                   on 2000/08/03  00:00:26
-        Log: The subtest 4 may fail also on VOBS, as pointed out
-             by Nick Ing-Simmons in November 1999, bug id 19991124.003
-             (but the failure in that bug report isn't the subtest 4).
-     Branch: perl
-          ! t/op/stat.t
-____________________________________________________________________________
-[  6500] By: jhi                                   on 2000/08/02  23:49:30
-        Log: Better skip message for the test; one of the two problems in
-             
-             Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
-             From: Lupe Christoph <lupe@lupe-christoph.de>
-             Date: Thu, 24 Feb 2000 11:54:50 +0100 (MET)
-             Message-Id: <200002241054.LAA06808@lupe-christoph.de>
-     Branch: perl
-          ! t/op/numconvert.t
-____________________________________________________________________________
-[  6499] By: jhi                                   on 2000/08/02  22:49:16
-        Log: Allow "no Module;" even if there is no 'unimport'.
-             
-             Subject: [ID 20000324.029] `unimport' is not special the way `import' is
-             From: mjd@plover.com
-             Date: 24 Mar 2000 15:24:34 -0000
-             Message-Id: <20000324152434.15160.qmail@plover.com>
-     Branch: perl
-          ! gv.c
-____________________________________________________________________________
-[  6498] By: jhi                                   on 2000/08/02  22:42:58
-        Log: Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
-             that are hopefully soon put into use.
-     Branch: perl
-          ! opcode.h opcode.pl opnames.h
-____________________________________________________________________________
-[  6497] By: gsar                                  on 2000/08/02  22:28:59
-        Log: require.t needs binmode() to work on windows
-     Branch: perl
-          ! t/comp/require.t
-____________________________________________________________________________
-[  6496] By: jhi                                   on 2000/08/02  22:08:51
-        Log: Document the IVdf UVuf UVof UVxf.
-     Branch: perl
-          ! pod/perlguts.pod
-____________________________________________________________________________
-[  6495] By: jhi                                   on 2000/08/02  21:54:26
-        Log: detypo #6494
-     Branch: perl
-          ! ext/Data/Dumper/Dumper.xs
-____________________________________________________________________________
-[  6494] By: jhi                                   on 2000/08/02  21:49:17
-        Log: Dump UVs as UVs in Data::Dumper.
-             
-             Subject: Re: [ID 20000405.018] Data::Dumper and negative numbers
-             From: Gurusamy Sarathy <gsar@ActiveState.com>
-             Date: Thu, 27 Apr 2000 12:26:25 -0700
-             Message-Id: <200004271926.MAA04331@molotok.activestate.com>
-     Branch: perl
-          ! ext/Data/Dumper/Dumper.xs
-____________________________________________________________________________
-[  6493] By: jhi                                   on 2000/08/02  17:01:58
-        Log: Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
-             From: Hugo <hv@crypt.compulink.co.uk>
-             Date: Wed, 02 Aug 2000 14:53:56 +0100
-             Message-Id: <200008021353.OAA24761@crypt.compulink.co.uk>
-     Branch: perl
-          ! regexec.c t/op/re_tests
-____________________________________________________________________________
-[  6492] By: jhi                                   on 2000/08/02  15:02:46
-        Log: The new setproctitle() feature is available only in 
-             bleeding edge FreeBSD.  From Paul Saab.
-     Branch: perl
-          ! mg.c
-____________________________________________________________________________
-[  6491] By: jhi                                   on 2000/08/02  13:34:36
-        Log: The tr utf8 patching continues.
-             
-             Subject: Re: #6469, too many tests claimed in require.t
-             From: simon@brecon.co.uk (Simon Cozens)
-             Date: 2 Aug 2000 02:37:17 GMT
-             Message-ID: <slrn8of2at.81o.simon@justanother.perlhacker.org>
-             
-             (the logic of the test was the wrong way round in the patch)
-     Branch: perl
-          ! doop.c
-____________________________________________________________________________
-[  6490] By: jhi                                   on 2000/08/02  13:27:38
-        Log: The name of a filehandle does not have <these>.
-     Branch: perl
-          ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
-          ! t/pragma/warn/pp_sys util.c
-____________________________________________________________________________
-[  6489] By: jhi                                   on 2000/08/02  04:26:46
-        Log: Remove the extraneous "main::" prefix from all the
-             "opened only for", "on closed", and "never opened" warnings.
-             
-             Subject: Re: inappropriate warning
-             From: Gurusamy Sarathy <gsar@ActiveState.com>
-             Date: Mon, 20 Mar 2000 11:28:02 -0800
-             Message-Id: <200003201928.LAA32224@maul.ActiveState.com>
-     Branch: perl
-          ! doio.c embed.h embed.pl gv.c objXSUB.h pp_hot.c pp_sys.c
-          ! proto.h t/pragma/warn/4lint t/pragma/warn/doio
-          ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
-____________________________________________________________________________
-[  6488] By: jhi                                   on 2000/08/02  03:02:57
-        Log: memcpy has n o in it, as pinted ut by Sarathy.
-     Branch: perl
-          ! pod/perlguts.pod
-____________________________________________________________________________
-[  6487] By: jhi                                   on 2000/08/02  02:44:51
-        Log: Document in one place the memory abstractions used in Perl core.
-             
-             Subject: Re: Memory abstraction
-             From: simon@brecon.co.uk (Simon Cozens)
-             Date: 2 Aug 2000 02:20:23 GMT
-             Organization: Earth.li Origins
-     Branch: perl
-          ! pod/perlguts.pod
-____________________________________________________________________________
-[  6486] By: jhi                                   on 2000/08/02  02:41:57
-        Log: regen_headers, regen perltoc.
-     Branch: perl
-          ! perlapi.c pod/perltoc.pod
-____________________________________________________________________________
-[  6485] By: jhi                                   on 2000/08/02  01:43:33
-        Log: "This little thing tests for a file .patch, and if it contains
-             a number, pops into patchlevel.h" (making it easier to track
-             which development version people are reporting bugs against)
-             
-             Subject: Patchlevel autogeneration for repository perls
-             From: simon@brecon.co.uk (Simon Cozens)
-             Date: 14 Jul 2000 07:12:15 GMT
-             Message-ID: <slrn8mtfaf.1qo.simon@justanother.perlhacker.org>
-     Branch: perl
-          + fix_pl
-          ! MANIFEST Makefile.SH
-____________________________________________________________________________
-[  6484] By: jhi                                   on 2000/08/02  01:32:54
-        Log: FreeBSD 3.* updates from
-             
-             From: Paul Saab <ps@yahoo-inc.com>
-             Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
-             Date: Tue, 1 Aug 2000 15:41:39 -0700
-             Message-Id: <20000801154139.A53740@yahoo-inc.com>
-     Branch: perl
-          ! hints/freebsd.sh
-____________________________________________________________________________
-[  6483] By: jhi                                   on 2000/08/02  01:27:44
-        Log: In new BSDs changes to argv[] do not show up in ps(1) output,
-             instead one must use setproctitle().  This was already addressed
-             by change #6457, but the below has a new variant for FreeBSD 4.0
-             or later, and the matter is also documented more.
-             
-             From: Paul Saab <ps@yahoo-inc.com>
-             Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
-             Date: Tue, 1 Aug 2000 15:41:39 -0700
-             Message-Id: <20000801154139.A53740@yahoo-inc.com>
-     Branch: metaconfig/U/perl
-          + i_libutil.U
-     Branch: perl
-          ! Configure config_h.SH mg.c perl.h pod/perlvar.pod
-____________________________________________________________________________
-[  6482] By: jhi                                   on 2000/08/01  22:17:32
-        Log: The test from this
-             
-             Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
-             Date: Sat, 15 Apr 2000 17:03:44 +0100
-             From: Tom Hughes <tom@compton.nu>
-             Message-ID: <d1c9b2af49.tom@compton.compton.nu>
-             
-             was missing, the code change went in as #5989
-             (which had a different test?)
-     Branch: perl
-          ! t/op/misc.t
-____________________________________________________________________________
-[  6481] By: jhi                                   on 2000/08/01  21:48:38
-        Log: Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
-             From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
-             Date: Thu, 27 Jul 2000 13:51:41 -0700 (PDT)
-             Message-Id: <200007272051.NAA02178@xfiles.intercon.hp.com>
-     Branch: perl
-          ! perl.h
-____________________________________________________________________________
-[  6480] By: jhi                                   on 2000/08/01  18:05:28
-        Log: Make p4desc to skip non-mainperl branches by default.
-     Branch: perl
-          ! Porting/p4desc
-____________________________________________________________________________
-[  6479] By: jhi                                   on 2000/08/01  17:29:19
-        Log: If gccosandvers is equal to osname, clear gccosandvers.
-     Branch: metaconfig/U/perl
-          ! gccvers.U
-     Branch: perl
-          ! Configure config_h.SH
-____________________________________________________________________________
-[  6478] By: jhi                                   on 2000/08/01  15:54:08
-        Log: BOM patching from Simon Cozens.
-     Branch: perl
-          ! toke.c
-____________________________________________________________________________
-[  6477] By: jhi                                   on 2000/08/01  04:50:33
-        Log: Stash away the largefiles flags and libswanted.
-     Branch: perl
-          ! hints/aix.sh hints/hpux.sh hints/linux.sh hints/solaris_2.sh
-____________________________________________________________________________
-[  6476] By: gsar                                  on 2000/08/01  04:24:24
-        Log: various syntax errors and such (not fixed: comp/require.t#22 coredump
-             on Windows)
-     Branch: perl
-          ! t/pragma/utf8.t utf8.c win32/win32.c
-____________________________________________________________________________
-[  6475] By: jhi                                   on 2000/08/01  03:35:24
-        Log: Make chr() for values >127 to create utf8 when under utf8.
-             
-             Subject: Re: uft8/chr()
-             From: simon@brecon.co.uk (Simon Cozens)
-             Date: 1 Aug 2000 02:37:02 GMT
-             Message-ID: <slrn8ocdud.19l.simon@justanother.perlhacker.org>
-     Branch: perl
-          ! pod/perlfunc.pod pp.c t/pragma/utf8.t
-____________________________________________________________________________
-[  6474] By: jhi                                   on 2000/08/01  02:36:18
-        Log: In Digital UNIX warn if gcc explicitly chosen because even
-             2.95.2 is known to cause problems.
-     Branch: perl
-          ! hints/dec_osf.sh
-____________________________________________________________________________
-[  6473] By: jhi                                   on 2000/08/01  02:00:56
-        Log: Make the safety catch for buggy gccs work with triple version
-             numbers like 2.95.2.  Reported in
-             
-             Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
-             From: Maurizio Loreti <maurizio.loreti@pd.infn.it>
-             Date: Mon, 31 Jul 2000 14:55:06 +0200
-             Message-Id: <200007311255.AA25586@axcdf4.pd.infn.it>
-     Branch: perl
-          ! hints/dec_osf.sh
-____________________________________________________________________________
-[  6472] By: jhi                                   on 2000/08/01  01:13:33
-        Log: Subject: fix and question re: waitpid() under win32
-             From: Brian Clarke <clarke@appliedmeta.com>
-             Date: Fri, 28 Jul 2000 15:18:29 -0400
-             Message-ID: <3981DC85.290314EB@appliedmeta.com>
-             
-             Slightly reformatted and WNOHANG # define moved to win32.h
-             so that also POSIX.xs sees it, as suggsted by Sarathy.
-     Branch: perl
-          ! win32/win32.c win32/win32.h
-____________________________________________________________________________
-[  6471] By: jhi                                   on 2000/08/01  00:55:05
-        Log: Subject: [PATCH] allow non-variable as lhs of non-updating tr///
-             From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
-             Message-Id: <E13JEgd-0003fy-00@libra.cus.cam.ac.uk>
-             Date: Mon, 31 Jul 2000 13:28:51 +0100
-             
-             (aka ID 20000730.002)
-     Branch: perl
-          ! op.c t/op/tr.t
-____________________________________________________________________________
-[  6470] By: jhi                                   on 2000/07/31  23:34:42
-        Log: Document the problem with -P in HP-UX and its workaround.
-             
-             Subject: [ID 20000628.002] HPUX 11: -Ae compiler flag breaks perl -P
-             From: Milton Hankins {64892} <webtools@uewrhp03.msd.ray.com>
-             Date: Wed, 28 Jun 2000 13:58:21 -0400 (EDT)
-             Message-Id: <200006281758.NAA10339@uewrhp03.msd.ray.com>
-     Branch: perl
-          ! README.hpux
-____________________________________________________________________________
-[  6469] By: jhi                                   on 2000/07/31  04:15:02
-        Log: The swallow_bom() saga continues.  The #23 of require.t
-             (UTF16-LE) still fails (silently, no output) but the #22
-             (UTF16-BE) seems to be working now.  The root of the
-             failure may be in sv_gets(): is it UTF-16LE-aware,
-             especially when it comes to line endings? 
-     Branch: perl
-          ! embed.h embed.pl objXSUB.h pod/perldiag.pod proto.h
-          ! t/comp/require.t toke.c utf8.c
-____________________________________________________________________________
-[  6468] By: jhi                                   on 2000/07/30  19:05:48
-        Log: Find green threads before native threads.
-             
-             Subject: Re: Patch to jpl/JNI/Makefile.PL
-             From: Jens Thomsen <jens@fiend.cis.com>
-             Date: Fri, 28 Jul 2000 15:54:49 -0600 (MDT)
-             Message-ID: <Pine.LNX.4.21.0007281553470.687-200000@fiend.cis.com>
-     Branch: perl
-          ! jpl/JNI/Makefile.PL
-____________________________________________________________________________
-[  6467] By: jhi                                   on 2000/07/30  18:36:22
-        Log: Fix the HALF_UPGRADE() macro introduced in #6263.
-     Branch: perl
-          ! doop.c
-____________________________________________________________________________
-[  6466] By: jhi                                   on 2000/07/30  04:37:29
-        Log: A new version of the "remove UPPERACSE string comparison"
-             operators.  The problem with the previous one (change #6454)
-             was that it was for Perl 5.6.0.  From Paul Marquess.
-     Branch: perl
-          ! t/op/do.t t/pragma/warn/2use t/pragma/warn/3both
-          ! t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/7fatal
-          ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
-____________________________________________________________________________
-[  6465] By: jhi                                   on 2000/07/29  22:39:56
-        Log: Do not upgrade SVs into utf8 just because they participate
-             in eq or cmp.  Reported and fix suggested in
-             
-             Subject: [ID 20000720.009] sv_eq UTF8 bug
-             From: "Simon Cozens" <simon@othersideofthe.earth.li>
-             Date: 21 Jul 2000 04:37:29 -0000
-             Message-Id: <20000721043729.30081.qmail@othersideofthe.earth.li>
-             
-             Exercise for the kind reader: should we or should we not
-             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
-____________________________________________________________________________
-[  6464] By: jhi                                   on 2000/07/29  22:36:22
-        Log: Subject: UTF8 concat
-             From: simon@brecon.co.uk (Simon Cozens) 
-             Date: 30 Jun 2000 06:13:25 GMT
-             Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org> 
-             
-             (with a memory leak fixed, plus a few casts added)
-             
-             This also seems to help for
-             
-             Subject: [ID 20000716.015] join UTF8 weirdness
-             From: root <root@ak-71.mind.de> 
-             Date: Sat, 15 Jul 2000 15:29:54 +0200
-             Message-Id: <200007151329.PAA13970@ak-71.mind.de>
-             
-             (from Andreas König)
-     Branch: perl
-          ! pp_hot.c
-____________________________________________________________________________
-[  6463] By: jhi                                   on 2000/07/29  00:55:39
-        Log: Tune the comments and hopefully stop a memory leak.
-     Branch: perl
-          ! toke.c utf8.c
-____________________________________________________________________________
-[  6462] By: jhi                                   on 2000/07/29  00:16:53
-        Log: The problem described in this
-             
-             Subject: [ID 20000322.018] named chars aren't magical enough
-             From: root <root@dixie.cscaper.com>     
-             Date: Wed, 22 Mar 2000 18:37:42 -0700
-             Message-Id: <200003230137.SAA29532@dixie.cscaper.com>
-             
-             has been fixed in perl 5.6.0 but just in case added a test
-             to keep it away.  (The report from Joseph Hall.)
-     Branch: perl
-          ! t/lib/charnames.t
-____________________________________________________________________________
-[  6461] By: jhi                                   on 2000/07/28  23:56:36
-        Log: Tiny fixes for #6460.
-     Branch: metaconfig/U/perl
-          ! gccvers.U
-     Branch: perl
-          ! Configure config_h.SH
-____________________________________________________________________________
-[  6460] By: jhi                                   on 2000/07/28  23:24:41
-        Log: Warn if the version of the operating system used to compile gcc
-             differs from the current version of the operating system.
-             Also display the gcc compilation os and version in myconfig.
-             Inspiration from
-             
-             Subject: Re: [ID 20000710.003] ERRORS!!         
-             From: "Kurt D. Starsinic" <kstar@chapin.edu>
-             Date: Mon, 10 Jul 2000 15:54:16 -0400
-             Message-ID: <20000710155416.A1384@O2.chapin.edu>
-     Branch: metaconfig/U/perl
-          ! gccvers.U
-     Branch: perl
-          ! Configure config_h.SH myconfig.SH
-____________________________________________________________________________
-[  6459] By: jhi                                   on 2000/07/28  22:00:32
-        Log: In DEC OSF aka Digital UNIX aka Tru64 add the version
-             letter to $Config{osvers}.
-     Branch: metaconfig
-          ! U/modified/Oldconfig.U
-     Branch: perl
-          ! Configure config_h.SH
-____________________________________________________________________________
-[  6458] By: jhi                                   on 2000/07/28  04:15:39
-        Log: Back out #6454, doesn't seem to work.
-             (Reason: that patch was for perl 5.6.0, not perl-current)
-             (A version of the patch for perl-current came in later as #6466)
-     Branch: perl
-          ! regcomp.c t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
-          ! t/pragma/warn/5nolint t/pragma/warn/7fatal
-          ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
-____________________________________________________________________________
-[  6457] By: jhi                                   on 2000/07/27  23:31:49
-        Log: Use setproctitle() if available to modify $0.
-             
-             Subject: setting $* on BSD4 broken
-             From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
-             Date: Sun, 23 Jul 2000 01:31:34 -0700 (PDT)
-             Message-Id: <200007230831.BAA08379@ventrue.yahoo.com>
-     Branch: metaconfig
-          ! U/modified/Myinit.U
-     Branch: perl
-          ! Configure config_h.SH mg.c
-____________________________________________________________________________
-[  6456] By: jhi                                   on 2000/07/27  14:50:47
-        Log: Allow "no AutoLoader;", based on change #6444,
-             suggested by Graham Barr.
-     Branch: perl
-          ! lib/AutoLoader.pm
-____________________________________________________________________________
-[  6455] By: jhi                                   on 2000/07/27  14:19:10
-        Log: Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
-             From: rspier@pobox.com (Robert Spier)
-             Date: Thu, 27 Jul 2000 09:49:35 -0400 (EDT)
-             Message-ID: <14720.15855.787664.424783@rls.cx>
-     Branch: perl
-          ! pod/perldiag.pod
-____________________________________________________________________________
-[  6454] By: jhi                                   on 2000/07/27  14:03:02
-        Log: Remove EQ, NE, GT, LT, GE, LE (they have been deprecated
-             for a long time).
-             
-             Reported in
-             
-             Subject: [ID 20000717.004] Unexpected complaint of NE deprecation
-             From: Ryan Herbert <rherbert@sycamorehq.com>
-             Date: Mon, 17 Jul 2000 11:40:42 -0400
-             Message-Id: <200007171540.LAA20480@beorn.hq.sai>
-             
-             Patched in
-             
-             Subject: RE: [ID 20000717.004] Unexpected complaint of NE deprecation
-             From: "Paul Marquess" <Paul.Marquess@btinternet.com>
-             Date: Wed, 26 Jul 2000 23:40:18 +0100
-             Message-ID: <000001bff752$79511880$0a17073e@tiny>
-             
-             based on an earlier patch from Stephen P. Potter.
-             
-             (Removed later by change #6458 because this patch was for
-             perl 5.6.0, not perl-current)
-     Branch: perl
-          ! t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
-          ! t/pragma/warn/5nolint t/pragma/warn/7fatal
-          ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
-____________________________________________________________________________
-[  6453] By: jhi                                   on 2000/07/27  13:48:02
-        Log: Subject: [PATCH] fixes bug 20000508.004
-             From: Michael Stevens <mstevens@globnix.org>
-             Date: Thu, 27 Jul 2000 13:49:04 +0100
-             Message-ID: <20000727134903.A9351@athenaeum.globnix.org>
-     Branch: perl
-          ! pod/perldata.pod
-____________________________________________________________________________
-[  6452] By: jhi                                   on 2000/07/26  23:51:26
-        Log: Further File::Temp patches from Yitzchak Scott-Thoennes
-             and Craig A. Berry.
-     Branch: perl
-          ! lib/File/Temp.pm pod/perlport.pod
-____________________________________________________________________________
-[  6451] By: jhi                                   on 2000/07/26  19:43:30
-        Log: Be wary of close()s, too.
-             
-             Subject: Re: [PATCH] perlbug cleanup
-             From: Tim Jenness <t.jenness@jach.hawaii.edu>
-             Date: Wed, 26 Jul 2000 09:32:43 -1000 (HST)
-             Message-ID: <Pine.LNX.4.10.10007260931540.27658-100000@lapaki.jach.hawaii.edu>
-     Branch: perl
-          ! utils/perlbug.PL
-____________________________________________________________________________
-[  6450] By: jhi                                   on 2000/07/26  18:41:40
-        Log: Subject: Minor doc patch: handy.h
-             From: Daniel =?iso-8859-1?Q?Mui=F1o?= <dmuino@afip.gov.ar>
-             Date: Wed, 26 Jul 2000 15:34:25 -0300
-             Message-ID: <397F2F31.F3F9F4F3@afip.gov.ar>
-     Branch: perl
-          ! handy.h pod/perlapi.pod
-____________________________________________________________________________
-[  6449] By: jhi                                   on 2000/07/26  18:23:55
-        Log: Subject: [PATCH] minor doc change - perlguts
-             From: Michael Stevens <mstevens@globnix.org>
-             Date: Thu, 13 Jul 2000 12:39:18 +0100
-             Message-ID: <20000713123918.A26561@athenaeum.globnix.org>
-     Branch: perl
-          ! pod/perlguts.pod
-____________________________________________________________________________
-[  6448] By: jhi                                   on 2000/07/26  18:20:30
-        Log: open() wariness in perlbug.
-             
-             Subject: [PATCH] perlbug cleanup
-             From: Michael Stevens <mstevens@globnix.org>
-             Message-ID: <20000713155222.A11380@athenaeum.globnix.org>
-             Date: Thu, 13 Jul 2000 15:52:23 +0100
-     Branch: perl
-          ! utils/perlbug.PL
-____________________________________________________________________________
-[  6447] By: jhi                                   on 2000/07/26  18:13:04
-        Log: File::Temp patches for VMS and OS/2 from Tim Jenness.
-     Branch: perl
-          ! lib/File/Temp.pm t/lib/ftmp-security.t
-____________________________________________________________________________
-[  6446] By: jhi                                   on 2000/07/26  18:06:32
-        Log: docfix from Peter Scott <Peter@PSDT.com>.
-     Branch: perl
-          ! pod/perlfunc.pod
-____________________________________________________________________________
-[  6445] By: jhi                                   on 2000/07/26  17:53:31
-        Log: Fix *foo{FORMAT}.
-             
-             From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
-             Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
-             Date: Wed, 26 Jul 2000 19:51:02 +0200
-             Message-Id: <20000726194952.41DD.H.M.BRAND@hccnet.nl>
-             
-             From: Graham Barr <gbarr@pobox.com>
-             Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
-             Date: Wed, 26 Jul 2000 17:38:36 +0100
-             Message-ID: <20000726173836.L472@pobox.com>
-     Branch: perl
-          ! pp.c sv.c t/op/gv.t
-____________________________________________________________________________
-[  6444] By: jhi                                   on 2000/07/26  17:49:14
-        Log: Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
-             from Graham Barr in the module list.
-     Branch: perl
-          ! gv.c pod/perlobj.pod
-____________________________________________________________________________
-[  6443] By: jhi                                   on 2000/07/26  16:06:56
-        Log: More split() doc and test patches from Mike Guy.
-     Branch: perl
-          ! pod/perlfunc.pod t/op/split.t
-____________________________________________________________________________
-[  6442] By: jhi                                   on 2000/07/26  16:05:30
-        Log: MacOS nits from Matthias Neeracher.
-     Branch: perl
-          ! perl.c pp_ctl.c
-____________________________________________________________________________
-[  6441] By: jhi                                   on 2000/07/26  04:39:57
-        Log: Subject: [PATCH] split /^/
-             From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
-             Date: Tue, 25 Jul 2000 14:18:57 +0100
-             Message-Id: <E13H4bp-00062h-00@libra.cus.cam.ac.uk>
-             
-             (with notes from tchrist and gbarr)
-     Branch: perl
-          ! pod/perlfunc.pod t/op/split.t
-____________________________________________________________________________
-[  6440] By: jhi                                   on 2000/07/26  04:32:32
-        Log: Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
-             From: Peter Prymmer <pvhp@forte.com>
-             Date: Tue, 25 Jul 2000 18:59:16 -0700 (PDT)
-             Message-ID: <Pine.OSF.4.10.10007251805350.294719-100000@aspara.forte.com>
-     Branch: perl
-          ! vms/munchconfig.c
-____________________________________________________________________________
-[  6439] By: jhi                                   on 2000/07/26  04:31:01
-        Log: Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
-             to be fatal errors (instead of by default ignoring them, and
-             ignoring with a bug: even though -w gave an error, the opening [
-             was left in)  Reported in:
-             
-             Subject: [ID 20000716.024] [=cc=] / [:blank:]
-             From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
-             Date: Sun, 16 Jul 2000 17:55:29 -0700
-             Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
-     Branch: perl
-          ! pod/perldiag.pod regcomp.c t/pragma/warn/regcomp
-____________________________________________________________________________
-[  6438] By: jhi                                   on 2000/07/25  15:41:15
-        Log: Subject: [PATCH] av.c apidoc
-             From: simon@brecon.co.uk (Simon Cozens)
-             Date: 24 Jul 2000 06:40:52 GMT
-             Message-ID: <slrn8nnp7k.cgv.simon@justanother.perlhacker.org>
-     Branch: perl
-          ! av.c embed.h embed.pl embedvar.h global.sym objXSUB.h
-          ! perlapi.c perlapi.h pod/perlapi.pod proto.h
-____________________________________________________________________________
-[  6437] By: jhi                                   on 2000/07/25  14:05:36
-        Log: Subject: [ID 20000724.003] Documentation changes for perllocale.pod
-             From: "Stephen P. Potter" <spp@ds.net>
-             Date: Mon, 24 Jul 2000 14:22:23 -0400
-             Message-Id: <200007241822.OAA06827@spp.users.ds.net>
-     Branch: perl
-          ! pod/perllocale.pod
-____________________________________________________________________________
-[  6436] By: jhi                                   on 2000/07/25  14:02:03
-        Log: Subject: [PATCH] Make large file tests deal with SIGXFSZ
-             From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
-             Date: Mon, 24 Jul 2000 18:04:28 +0100
-             Message-Id: <E13GleW-0000fr-00@libra.cus.cam.ac.uk>
-     Branch: perl
-          ! t/lib/syslfs.t t/op/lfs.t
-____________________________________________________________________________
-[  6435] By: jhi                                   on 2000/07/25  13:59:28
-        Log: Get UTF16 BOMs working.  Patch from
-             
-             Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
-             From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
-             Date: Tue, 25 Jul 2000 12:52:45 +0100
-             Message-Id: <E13H3GP-0004MR-00@libra.cus.cam.ac.uk>
-             
-             and notes from
-             
-             Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
-             From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
-             Date: Tue, 25 Jul 2000 11:43:25 +0100
-             Message-Id: <E13H2BJ-0002nG-00@libra.cus.cam.ac.uk>
-     Branch: perl
-          ! t/comp/require.t toke.c utf8.c
-____________________________________________________________________________
-[  6434] By: jhi                                   on 2000/07/25  02:39:54
-        Log: Make the "uninit variable" warning to say "concat or string"
-             or "join or string" when in concat or join .
-             
-             Subject: Re: [ID 20000403.009] uninitialised concatenation???
-             From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
-             Date: Tue, 04 Apr 2000 18:22:58 +0100
-             Message-Id: <E12cX2Y-000364-00@taurus.cus.cam.ac.uk>
-             
-             Subject: [ID 20000330.052] Use of uninitialized value in concatenation (.)
-             From: William R Ward <hermit@BayView.COM>
-             Date: Thu, 30 Mar 2000 19:50:03 -0800
-             Message-Id: <200003310350.TAA13319@komodo.bayview.com>
-     Branch: perl
-          ! opcode.h opcode.pl opnames.h pp.sym pp_proto.h
-          ! t/pragma/warn/op t/pragma/warn/sv
-____________________________________________________________________________
-[  6433] By: jhi                                   on 2000/07/24  17:52:56
-        Log: File::Spec::VMS fixup for tmpdir from Craig Berry.
-     Branch: perl
-          ! lib/File/Spec/VMS.pm
-____________________________________________________________________________
-[  6432] By: jhi                                   on 2000/07/24  17:44:44
-        Log: Test cases for #6431.
-             
-             Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
-             From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
-             Date: Mon, 24 Jul 2000 15:32:29 +0100
-             Message-Id: <E13GjHR-00058t-00@libra.cus.cam.ac.uk>
-     Branch: perl
-          ! t/op/pat.t t/op/split.t
-____________________________________________________________________________
-[  6431] By: jhi                                   on 2000/07/24  17:43:17
-        Log: Bind op fix.
-             
-             Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
-             From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
-             Date: Mon, 17 Jul 2000 20:04:56 +0100
-             Message-Id: <E13EGCG-0006oO-00@libra.cus.cam.ac.uk>
-     Branch: perl
-          ! op.c
-____________________________________________________________________________
-[  6430] By: jhi                                   on 2000/07/24  03:42:42
-        Log: Subject: [ID 20000716.023] syslog test fails without sockets
-             From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
-             Date: Sun, 16 Jul 2000 12:07:42 -0700 (PDT)
-             Message-Id: <200007161907.e6GJ7g115736@garcia.efn.org>
-     Branch: metaconfig/U/perl
-          ! Extensions.U
-     Branch: perl
-          ! Configure config_h.SH
-____________________________________________________________________________
-[  6429] By: jhi                                   on 2000/07/24  03:11:52
-        Log: Add an optimization for map-maps-a-list-element-to-more-list-elements
-             case, but add also notes explaining the relationship of this
-             patch and the earlier notes by Sarathy.
-             
-             Subject: Map is still slow
-             From: "Ben Tilly" <ben_tilly@hotmail.com>
-             Date: Sat, 15 Jul 2000 17:23:27 EDT
-             Message-ID: <20000715212327.21656.qmail@hotmail.com>
-     Branch: perl
-          ! pp_ctl.c
-____________________________________________________________________________
-[  6428] By: jhi                                   on 2000/07/24  02:58:52
-        Log: Documentation to explain the behaviour of map().
-             
-             Subject: Re: Map is still slow 
-             From: Gurusamy Sarathy <gsar@ActiveState.com>
-             Date: Sat, 15 Jul 2000 16:05:09 -0700
-             Message-Id: <200007152305.QAA26887@molotok.activestate.com>
-     Branch: perl
-          ! pp_ctl.c
-____________________________________________________________________________
-[  6427] By: jhi                                   on 2000/07/24  02:50:03
-        Log: Add tests for
-             [ID 19991110.003] another matching finding by pcre author
-             which has already been fixed by some patch, as verified in
-             
-             Subject: Re: two regex bugs from the mists of time (well, last November)
-             From: Hugo <hv@crypt.compulink.co.uk>
-             Date: Sat, 22 Jul 2000 18:12:58 +0100
-             Message-Id: <200007221712.SAA26770@crypt.compulink.co.uk>
-     Branch: perl
-          ! t/op/re_tests
-____________________________________________________________________________
-[  6426] By: jhi                                   on 2000/07/24  02:11:20
-        Log: A missing 'break' after the [[:space:]] switch case.
-             
-             Subject: [ID 20000718.006] Missing 'break' in regcomp.c
-             From: "Stephen P. Potter" <spp@ds.net>
-             Date: Tue, 18 Jul 2000 16:25:17 -0400
-             Message-Id: <200007182025.QAA28383@spp.users.ds.net>
-     Branch: perl
-          ! regcomp.c
-____________________________________________________________________________
-[  6425] By: jhi                                   on 2000/07/24  02:06:12
-        Log: The output might have been produced in the wrong order.
-             
-             Subject: [ID 20000720.003] [PATCH] t/op/write.t
-             From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
-             Date: Thu, 20 Jul 2000 18:49:18 +0100
-             Message-Id: <E13FKRi-0004rF-00@libra.cus.cam.ac.uk>
-     Branch: perl
-          ! t/op/write.t
-____________________________________________________________________________
-[  6424] By: jhi                                   on 2000/07/24  02:00:07
-        Log: Use STDOUT consistently.
-             
-             Subject: [ID 20000720.002] [PATCH] Consistency of Test::Harness output
-             From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
-             Date: Thu, 20 Jul 2000 18:04:01 +0100
-             Message-Id: <E13FJjt-0004Jh-00@libra.cus.cam.ac.uk>
-     Branch: perl
-          ! lib/Test/Harness.pm
-____________________________________________________________________________
-[  6423] By: jhi                                   on 2000/07/24  01:54:54
-        Log: Protect against "wild next"s, that is, callbacks doing "next"
-             instead of "return".
-             
-             Subject: [PATCH] Re: [ID 20000717.003] Core dump in 5.6.0
-             From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
-             Date: Tue, 18 Jul 2000 11:30:16 +0100
-             Message-Id: <E13EUdk-0006ha-00@libra.cus.cam.ac.uk>
-     Branch: perl
-          ! lib/File/Find.pm
-____________________________________________________________________________
-[  6422] By: jhi                                   on 2000/07/24  01:35:47
-        Log: Out-of-date note removed.
-             
-             Subject: [PATCH] documentation perlipc
-             From: rspier@pobox.com (Robert Spier)
-             Date: Thu, 20 Jul 2000 19:21:14 -0400 (EDT)
-             Message-ID: <14711.35178.572612.502654@rls.cx>
-     Branch: perl
-          ! pod/perlipc.pod
-____________________________________________________________________________
-[  6421] By: jhi                                   on 2000/07/24  00:09:18
-        Log: Send all installperl messages to STDERR and be -w clean.
-             
-             Subject: [PATCH] Re: [ID 20000721.003] installperl stderr/stdout problem
-             From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
-             Date: Sat, 22 Jul 2000 14:02:11 +0100
-             Message-Id: <E13Fyux-0003Q2-00@libra.cus.cam.ac.uk>
-     Branch: perl
-          ! installperl
-____________________________________________________________________________
-[  6420] By: jhi                                   on 2000/07/24  00:04:19
-        Log: Decutandpasto.
-             
-             Subject: [PATCH perl-current] 19990607.008 - perlipc.pod
-             From: "Richard Soderberg" <rs@crystalflame.net>
-             Date: Sun, 23 Jul 2000 01:37:23 -0700
-             Message-ID: <NAEKLNAAHLMBPMPNBMLECEIKCBAA.rs@crystalflame.net>
-     Branch: perl
-          ! pod/perlipc.pod
-____________________________________________________________________________
-[  6419] By: jhi                                   on 2000/07/24  00:01:12
-        Log: A cleaner abs_path().
-             Subject: Re: unix alternative to Cwd.pm
-             From: Jeff Pinyan <jeffp@crusoe.net>
-             Date: Sun, 23 Jul 2000 17:43:02 -0400 (EDT)
-             Message-ID: <Pine.GSO.4.21.0007231739120.4304-100000@crusoe.crusoe.net>
-     Branch: perl
-          ! lib/Cwd.pm
-____________________________________________________________________________
-[  6418] By: jhi                                   on 2000/07/23  23:48:56
-        Log: Detypo.
-             
-             Subject: [PATCH perl-current] Typo in hints/powerux.sh
-             From: "Richard Soderberg" <rs@crystalflame.net>
-             Date: Sun, 23 Jul 2000 01:27:33 -0700
-             Message-ID: <NAEKLNAAHLMBPMPNBMLEOEIJCBAA.rs@crystalflame.net>
-     Branch: perl
-          ! hints/powerux.sh
-____________________________________________________________________________
-[  6417] By: jhi                                   on 2000/07/17  22:13:31
-        Log: Subject: SDBM_File documentation
-             From: mjd@plover.com
-             Date: 16 Jul 2000 17:41:17 -0000
-             Message-ID: <20000716174117.18515.qmail@plover.com>
-     Branch: perl
-          ! ext/SDBM_File/SDBM_File.pm
-____________________________________________________________________________
-[  6416] By: jhi                                   on 2000/07/17  19:13:26
-        Log: MPE/ix updates for perl 5.6.0 from Mark Bixby.
-     Branch: perl
-          ! hints/mpeix.sh mpeix/relink
-____________________________________________________________________________
-[  6415] By: jhi                                   on 2000/07/15  14:11:02
-        Log: Fix the bitvector ops for utf8 (tricky since past 7 bits
-             the utf8 'characters' can be more than one octet).
-             
-             Date: Sat, 15 Jul 2000 00:21:56 +0100
-             From: Tom Hughes <tom@compton.nu>
-             Subject: Re: [ID 20000714.002]
-             Message-ID: <db2334de49.tom@compton.compton.nu>
-             
-             Reported in
-             
-             Subject: [ID 20000714.002]
-             From: "Simon Cozens" <simon@othersideofthe.earth.li>
-             Date: 14 Jul 2000 15:13:09 -0000
-             Message-Id: <20000714151309.7170.qmail@othersideofthe.earth.li>
-     Branch: perl
-          ! doop.c
-____________________________________________________________________________
-[  6414] By: jhi                                   on 2000/07/15  03:13:41
-        Log: another VMS build tweak from Peter Prymmer
-     Branch: perl
-          ! vms/descrip_mms.template
-____________________________________________________________________________
-[  6413] By: jhi                                   on 2000/07/15  03:10:40
-        Log: perlvms.pod whitespace cleanup to keep pod utils happy.
-     Branch: perl
-          ! vms/perlvms.pod
-____________________________________________________________________________
-[  6412] By: jhi                                   on 2000/07/15  00:31:05
-        Log: More docs for sv functions.
-             
-             Subject: [PATCH cfgperl] sv.c apidoc
-             From: simon@brecon.co.uk (Simon Cozens)
-             Date: 13 Jul 2000 09:00:20 GMT
-             Message-ID: <slrn8mr194.2em.simon@justanother.perlhacker.org>
-             
-             Subject: Re: [PATCH cfgperl] sv.c apidoc
-             From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
-             Date: Thu, 13 Jul 2000 12:27:41 +0100
-             Message-Id: <E13Ch9Z-0006QL-00@libra.cus.cam.ac.uk>
-             
-             Subject: Re: [PATCH cfgperl] sv.c apidoc
-             From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
-             Date: Thu, 13 Jul 2000 13:23:09 +0100
-             Message-Id: <E13Ci1F-0007WR-00@libra.cus.cam.ac.uk>
-             
-             Subject: Re: [PATCH cfgperl] sv.c apidoc
-             From: simon@brecon.co.uk (Simon Cozens)
-             Date: 14 Jul 2000 06:51:02 GMT
-             Message-ID: <slrn8mte2m.1qo.simon@justanother.perlhacker.org>
-     Branch: perl
-          ! embed.pl pod/perlapi.pod sv.c
-____________________________________________________________________________
-[  6411] By: jhi                                   on 2000/07/15  00:10:41
-        Log: lib/b test fixes from Peter Prymmer.
-     Branch: perl
-          ! t/lib/b.t
-____________________________________________________________________________
-[  6410] By: jhi                                   on 2000/07/15  00:02:09
-        Log: Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
-             From: Hugo <hv@crypt.compulink.co.uk>
-             Date: Fri, 14 Jul 2000 23:05:20 +0100
-             Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
-             
-             Didn't anymore apply, but that point still could use another fix.
-     Branch: perl
-          ! pod/perlfunc.pod
-____________________________________________________________________________
-[  6409] By: jhi                                   on 2000/07/14  23:15:15
-        Log: thinko fix in vms/descrip_mms.template, the win32.pod in lib,
-             not in pod, from Peter Prymmer
-     Branch: perl
-          ! vms/descrip_mms.template
-____________________________________________________________________________
-[  6408] By: jhi                                   on 2000/07/14  20:35:05
-        Log: The bug report
-             [ID 19991110.002] minimal matching discrepancy found by pcre author
-             seems to have been fixed (though differently from what was suggested
-             in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
-     Branch: perl
-          ! t/op/re_tests
-____________________________________________________________________________
-[  6407] By: jhi                                   on 2000/07/14  17:38:08
-        Log: Fix AutoSplit to use File::Spec the right way in VMS,
-             from Peter Prymmer.
-     Branch: perl
-          ! lib/AutoSplit.pm
-____________________________________________________________________________
-[  6406] By: jhi                                   on 2000/07/14  14:13:22
-        Log: Merge perlhacktut into perlhack, update perlguts.
-             
-             Subject: Re: Perlhacktut
-             From: simon@brecon.co.uk (Simon Cozens)
-             Date: 14 Jul 2000 06:49:21 GMT
-             Message-ID: <slrn8mtdvh.1qo.simon@justanother.perlhacker.org>
-             
-             Subject: Re: Perlhacktut
-             From: simon@brecon.co.uk (Simon Cozens)
-             Date: 14 Jul 2000 07:09:45 GMT
-             Message-ID: <slrn8mtf5p.1qo.simon@justanother.perlhacker.org>
-     Branch: perl
-          ! pod/perlguts.pod pod/perlhack.pod
-____________________________________________________________________________
-[  6405] By: jhi                                   on 2000/07/14  14:02:31
-        Log: Integrate with Sarathy.
-     Branch: cfgperl
-         !> doop.c embed.h embed.pl embedvar.h ext/IPC/SysV/Makefile.PL
-         !> intrpvar.h lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h
-         !> pod/perlapi.pod pp.c proto.h sv.h thread.h toke.c util.c
-____________________________________________________________________________
-[  6404] By: gsar                                  on 2000/07/14  12:15:02
-        Log: PERL_OBJECT build tweaks
-     Branch: perl
-          ! toke.c
-____________________________________________________________________________
-[  6403] By: gsar                                  on 2000/07/14  11:23:41
-        Log: inconsistent types needs casts
-     Branch: perl
-          ! toke.c
-____________________________________________________________________________
-[  6402] By: gsar                                  on 2000/07/14  11:12:04
-        Log: typos in change#6399, regen headers
-     Branch: perl
-          ! doop.c embed.h embedvar.h perlapi.h pod/perlapi.pod proto.h
-____________________________________________________________________________
-[  6401] By: gsar                                  on 2000/07/14  10:59:12
-        Log: typecasts needed for change#6394
-     Branch: perl
-          ! toke.c
-____________________________________________________________________________
-[  6400] By: gsar                                  on 2000/07/14  10:49:37
-        Log: integrate cfgperl contents into mainline
-     Branch: perl
-         !> Configure MANIFEST config_h.SH embed.pl global.sym proto.h
-         !> regcomp.c regexec.c t/op/re_tests toke.c vms/subconfigure.com
-____________________________________________________________________________
-[  6399] By: gsar                                  on 2000/07/14  10:38:35
-        Log: enable UTF-16 filter by default if relevant BOM is seen; various
-             cleanups (typos, misformatted code, and small bugs)
-     Branch: perl
-          ! doop.c embed.pl mg.c op.c pp.c toke.c
-____________________________________________________________________________
-[  6398] By: gsar                                  on 2000/07/14  08:55:38
-        Log: rename totally bletcherous SvLOCK() thingy (doesn't do what the
-             name suggests anyway)
-     Branch: perl
-          ! ext/IPC/SysV/Makefile.PL sv.h thread.h util.c
-____________________________________________________________________________
-[  6397] By: gsar                                  on 2000/07/14  08:44:33
-        Log: move new variables to the end of the interpreter structure (for
-             bincompat in code that doesn't #include XSUB.h)
-     Branch: perl
-          ! intrpvar.h
-____________________________________________________________________________
-[  6396] By: gsar                                  on 2000/07/14  08:13:58
-        Log: MakeMaker should not remove editor backups (*~) on `make clean`
-             by default (completes change#6383)
-     Branch: perl
-          ! lib/ExtUtils/MM_Unix.pm
-____________________________________________________________________________
-[  6395] By: jhi                                   on 2000/07/14  05:20:33
-        Log: Replace change #6337 with a better one.
-             
-             Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
-             From: Hugo <hv@crypt.compulink.co.uk>
-             Date: Fri, 14 Jul 2000 04:16:20 +0100
-             Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
-     Branch: cfgperl
-          ! regexec.c t/op/re_tests
-____________________________________________________________________________
-[  6394] By: jhi                                   on 2000/07/14  01:33:59
-        Log: Fix the BOM bug: not a byteorder bug, a signedness bug.
-     Branch: cfgperl
-          ! embed.pl global.sym proto.h toke.c
-____________________________________________________________________________
-[  6393] By: jhi                                   on 2000/07/13  23:41:23
-        Log: remove discarded test
-     Branch: cfgperl
-          ! MANIFEST
-____________________________________________________________________________
-[  6392] By: jhi                                   on 2000/07/13  23:32:25
-        Log: The {multiplier} of a fixed substring was overlooked which
-             caused a wrong initial search offset for that substring.
-             
-             Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
-             From: Hugo <hv@crypt.compulink.co.uk>
-             Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
-             Date: Thu, 13 Jul 2000 19:27:13 +0100
-     Branch: cfgperl
-          ! regcomp.c t/op/re_tests
-____________________________________________________________________________
-[  6391] By: jhi                                   on 2000/07/13  16:37:42
-        Log: typo fix from Craig Berry
-     Branch: cfgperl
-          ! vms/subconfigure.com
-____________________________________________________________________________
-[  6390] By: jhi                                   on 2000/07/13  13:20:12
-        Log: Integrate with Sarathy.
-     Branch: cfgperl
-          - t/op/method2entersub.t
-         !> Changes Configure Makefile.SH ext/IPC/SysV/Makefile.PL
-         !> pod/perldelta.pod sv.c t/lib/english.t t/lib/selfloader.t
-         !> t/op/sprintf.t toke.c win32/Makefile win32/config_h.PL
-         !> win32/makefile.mk win32/win32sck.c x2p/Makefile.SH
-____________________________________________________________________________
-[  6389] By: jhi                                   on 2000/07/13  13:18:48
-        Log: Detypo from Peter Prymmer, part of #6388.
-     Branch: cfgperl
-          ! Configure config_h.SH
-     Branch: metaconfig
-          ! U/modified/d_longlong.U
-____________________________________________________________________________
-[  6388] By: gsar                                  on 2000/07/13  06:33:40
-        Log: typos (spotted by Peter Prymmer)
-     Branch: perl
-          ! Configure t/lib/english.t
-____________________________________________________________________________
-[  6387] By: gsar                                  on 2000/07/13  05:35:28
-        Log: new selfloader.t in change#6183 doesn't close DATA handles,
-             and thus fails to clean up tmp files on dosish platforms
-     Branch: perl
-          ! t/lib/selfloader.t
-____________________________________________________________________________
-[  6386] By: gsar                                  on 2000/07/12  21:42:39
-        Log: sprintf test tweaks (from Dominic Dunlop)
-     Branch: perl
-          ! t/op/sprintf.t
-____________________________________________________________________________
-[  6385] By: gsar                                  on 2000/07/12  21:33:46
-        Log: fix bugs in processing %v-*d and similar format specs (from
-             Avi Finkel <avi@finkel.org>)
-     Branch: perl
-          ! sv.c t/op/sprintf.t
-____________________________________________________________________________
-[  6384] By: gsar                                  on 2000/07/12  16:04:19
-        Log: readd missing perldelta.pod changes from changes#6339,6376
-     Branch: perl
-          ! pod/perldelta.pod
-____________________________________________________________________________
-[  6383] By: gsar                                  on 2000/07/12  16:00:51
-        Log: don't clobber *.orig files on *clean targets
-     Branch: perl
-          ! Makefile.SH ext/IPC/SysV/Makefile.PL x2p/Makefile.SH
-____________________________________________________________________________
-[  6382] By: gsar                                  on 2000/07/12  07:59:12
-        Log: fix broken integrations in cfgperl
-     Branch: cfgperl
-         !> Changes pod/perldelta.pod
-____________________________________________________________________________
-[  6381] By: gsar                                  on 2000/07/12  07:42:17
-        Log: integrate cfgperl changes into mainline
-     Branch: perl
-          ! Changes
-         !> Configure config_h.SH pod/perlbook.pod pod/perldelta.pod
-         !> pod/perlre.pod
-____________________________________________________________________________
-[  6380] By: gsar                                  on 2000/07/12  07:31:00
-        Log: get sprintf.t to adjust properly for 3-digit exponents
-     Branch: perl
-          ! t/op/sprintf.t
-____________________________________________________________________________
-[  6379] By: gsar                                  on 2000/07/12  06:40:04
-        Log: change#6174 needs corresponding change in win32/config_h.PL,
-             which grovels through config_h.SH to find the config.h name
-     Branch: perl
-          ! win32/config_h.PL
-____________________________________________________________________________
-[  6378] By: jhi                                   on 2000/07/12  05:03:59
-        Log: Do the cc sanity check both before the hints and
-             after the cc selction.
-     Branch: cfgperl
-          ! Configure config_h.SH
-     Branch: metaconfig
-          ! U/modified/Oldconfig.U U/modified/cc.U
-     Branch: metaconfig/U/perl
-          + Checkcc.U
-____________________________________________________________________________
-[  6377] By: jhi                                   on 2000/07/12  02:49:22
-        Log: Fix nits noticed by Boston.pm.
-     Branch: cfgperl
-          ! pod/perlre.pod
-____________________________________________________________________________
-[  6376] By: jhi                                   on 2000/07/11  21:22:13
-        Log: Configure cosmetics and perldelta.
-     Branch: cfgperl
-          ! Configure config_h.SH pod/perldelta.pod
-     Branch: metaconfig
-          ! U/modified/cc.U
-____________________________________________________________________________
-[  6375] By: gsar                                  on 2000/07/11  21:17:35
-        Log: windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
-     Branch: perl
-          ! t/op/sprintf.t win32/Makefile win32/makefile.mk
-          ! win32/win32sck.c
-____________________________________________________________________________
-[  6374] By: gsar                                  on 2000/07/11  20:48:50
-        Log: tweak for build failure under multiplicity
-     Branch: perl
-          ! toke.c
-____________________________________________________________________________
-[  6373] By: gsar                                  on 2000/07/11  20:37:23
-        Log: integrate cfgperl changes#6325..6373 into mainline
-             (NOTE: today's batch of integrations still untested)
-     Branch: perl
-         +> ext/DynaLoader/hints/netbsd.pl
-          ! Changes
-         !> (integrate 26 files)
-____________________________________________________________________________
-[  6372] By: jhi                                   on 2000/07/11  20:30:36
-        Log: Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
-             regen perltoc.
-     Branch: cfgperl
-          + pod/perlbook.pod
-          ! MANIFEST pod/Makefile.SH pod/buildtoc.PL pod/perl.pod
-          ! pod/perltoc.pod
-____________________________________________________________________________
-[  6371] By: jhi                                   on 2000/07/11  20:08:56
-        Log: Minor cleanups on the booklist.
-     Branch: cfgperl
-          ! pod/perlfaq2.pod
-____________________________________________________________________________
-[  6370] By: jhi                                   on 2000/07/11  19:31:13
-        Log: mjd's tr patches "broke" tr/z-Z/z-Z/
-     Branch: cfgperl
-          ! t/pragma/overload.t
-____________________________________________________________________________
-[  6369] By: gsar                                  on 2000/07/11  19:27:48
-        Log: integrate cfgperl changes#6293..6324 into mainline
-     Branch: perl
-         +> lib/Win32.pod lib/lib_pm.PL pod/Makefile.SH pod/buildtoc.PL
-          - lib/lib.pm.PL pod/Makefile pod/Win32.pod pod/buildtoc
-         !> (integrate 30 files)
-____________________________________________________________________________
-[  6368] By: gsar                                  on 2000/07/11  19:18:57
-        Log: skip integrate of problematic change#6292 from cfgperl into mainline
-     Branch: perl
-         !> pp_hot.c
-____________________________________________________________________________
-[  6367] By: gsar                                  on 2000/07/11  19:17:21
-        Log: integrate cfgperl changes#6288..6290 into mainline
-     Branch: perl
-         !> lib/File/Spec/Functions.pm lib/File/Spec/OS2.pm
-____________________________________________________________________________
-[  6366] By: gsar                                  on 2000/07/11  19:11:18
-        Log: integrate cfgperl changes#6268..6282 into mainline
-     Branch: perl
-         !> (integrate 30 files)
-____________________________________________________________________________
-[  6365] By: gsar                                  on 2000/07/11  18:57:00
-        Log: delete new accidentally branched file
-     Branch: perl
-          - t/op/method2entersub.t
-____________________________________________________________________________
-[  6364] By: gsar                                  on 2000/07/11  18:55:13
-        Log: skip integrate of change#6267 from cfgperl into mainline (the
-             method call optimization is flawed without additional hints
-             from user about immutableness of @ISA and no runtime method
-             definitions)
-     Branch: perl
-         +> t/op/method2entersub.t
-         !> MANIFEST embed.pl lib/ExtUtils/Install.pm lib/base.pm op.c
-         !> perl.h t/op/sprintf.t xsutils.c
-____________________________________________________________________________
-[  6363] By: gsar                                  on 2000/07/11  18:49:43
-        Log: integrate cfgperl changes#6261..6266 into mainline
-     Branch: perl
-         !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
-         !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
-         !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
-         !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
-____________________________________________________________________________
-[  6362] By: gsar                                  on 2000/07/11  18:43:26
-        Log: integrate cfgperl changes#6252..6260 into mainline
-     Branch: perl
-         !> MANIFEST doop.c embed.h embed.pl embedvar.h lib/Exporter.pm
-         !> lib/IPC/Open3.pm objXSUB.h op.c pod/perlfunc.pod pp.c
-         !> pp_proto.h proto.h sv.c t/op/my_stash.t t/op/pack.t t/op/tr.t
-         !> t/pragma/constant.t t/pragma/warn/op t/pragma/warn/regcomp
-____________________________________________________________________________
-[  6361] By: gsar                                  on 2000/07/11  18:37:12
-        Log: skip integrate of problematic change#6251 from cfgperl into mainline
-     Branch: perl
-         !> lib/Exporter.pm
-____________________________________________________________________________
-[  6360] By: gsar                                  on 2000/07/11  18:34:56
-        Log: integrate cfgperl change#6250 into mainline
-     Branch: perl
-         +> t/op/my_stash.t
-         !> MANIFEST embed.pl proto.h toke.c
-____________________________________________________________________________
-[  6359] By: gsar                                  on 2000/07/11  18:21:19
-        Log: integrate cfgperl changes#6242..6249 into mainline
-     Branch: perl
-         !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
-         !> gv.c lib/File/Spec.pm lib/IPC/Open3.pm objXSUB.h perlapi.c
-         !> perlapi.h pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod
-         !> pp_proto.h proto.h sv.c t/lib/filefunc.t t/lib/filespec.t
-         !> t/lib/peek.t utf8.c
-____________________________________________________________________________
-[  6358] By: gsar                                  on 2000/07/11  18:15:45
-        Log: skip integrate of problematic change#6241 from cfgperl into mainline
-     Branch: perl
-         !> regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
-____________________________________________________________________________
-[  6357] By: jhi                                   on 2000/07/11  18:15:16
-        Log: Fix for
-             Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
-             From: Roderick Schertler <roderick@argon.org> 
-             Date: Tue, 11 Jul 2000 13:55:05 -0400 
-             Message-Id: <200007111755.NAA05077@jones.argon.org> 
-     Branch: cfgperl
-          ! doio.c
-____________________________________________________________________________
-[  6356] By: jhi                                   on 2000/07/11  18:12:51
-        Log: Typo in #6341.
-     Branch: cfgperl
-          ! pp_hot.c
-____________________________________________________________________________
-[  6355] By: gsar                                  on 2000/07/11  18:12:10
-        Log: integrate cfgperl changes#6231..6240 into mainline
-     Branch: perl
-         +> pod/perlutil.pod
-         !> (integrate 35 files)
-____________________________________________________________________________
-[  6354] By: jhi                                   on 2000/07/11  18:04:34
-        Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take 2
-             From: Dominic Dunlop <domo@computer.org> 
-             Date: Tue, 11 Jul 2000 12:27:33 +0200 
-             Message-Id: <p04320405b590a14d4650@[192.168.1.4]> 
-             
-             Replaces change #6268.
-     Branch: cfgperl
-          ! t/op/sprintf.t
-____________________________________________________________________________
-[  6353] By: gsar                                  on 2000/07/11  17:59:51
-        Log: skip integrate of problematic change#6230 from cfgperl into mainline
-             (a later version of File::Spec is already in mainline)
-     Branch: perl
-         !> lib/File/Spec.pm lib/File/Spec/Functions.pm
-         !> lib/File/Spec/OS2.pm t/lib/filefunc.t t/lib/filespec.t
-____________________________________________________________________________
-[  6352] By: gsar                                  on 2000/07/11  17:57:48
-        Log: integrate cfgperl changes#6224..6229 into mainline
-     Branch: perl
-         +> lib/lib.pm.PL
-          - lib/lib.pm
-         !> MANIFEST Makefile.SH README.hpux embed.pl ext/Socket/Socket.pm
-         !> lib/English.pm op.c t/lib/english.t
-____________________________________________________________________________
-[  6351] By: gsar                                  on 2000/07/11  17:50:10
-        Log: skip integrate of problematic change#6223 from cfgperl into mainline
-     Branch: perl
-         !> doio.c
-____________________________________________________________________________
-[  6350] By: gsar                                  on 2000/07/11  17:48:28
-        Log: integrate cfgperl changes#6220..6222 into mainline
-     Branch: perl
-         !> doop.c embed.pl lib/Pod/Usage.pm makedef.pl pod/perlop.pod
-         !> toke.c utf8.c win32/win32.h
-____________________________________________________________________________
-[  6349] By: gsar                                  on 2000/07/11  17:46:13
-        Log: skip integrate of problematic changes#6218..6219 from cfgperl into
-             mainline
-     Branch: perl
-         !> bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
-         !> ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
-         !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
-____________________________________________________________________________
-[  6348] By: jhi                                   on 2000/07/11  17:45:49
-        Log: README.posix-bc podified from Thomas Dorner.
-     Branch: cfgperl
-          ! README.posix-bc
-____________________________________________________________________________
-[  6347] By: gsar                                  on 2000/07/11  17:42:04
-        Log: integrate cfgperl change#6217 into mainline
-     Branch: perl
-         !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h gv.c
-         !> intrpvar.h objXSUB.h perl.c perlapi.h pp.c pp_ctl.c proto.h
-         !> sv.h util.c util.h vmesa/vmesa.c win32/win32.c
-____________________________________________________________________________
-[  6346] By: gsar                                  on 2000/07/11  17:39:37
-        Log: skip integrate of problematic changes#6211..6212 from cfgperl into
-             mainline
-     Branch: perl
-         !> embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm ext/B/defsubs_h.PL
-         !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
-         !> ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
-         !> perlapi.h pod/perlapi.pod
-____________________________________________________________________________
-[  6345] By: gsar                                  on 2000/07/11  17:36:42
-        Log: integrate cfgperl changes#6207..6210 into mainline
-     Branch: perl
-         !> doio.c embed.h embed.pl gv.c intrpvar.h objXSUB.h perl.c pp.c
-         !> pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c win32/win32.c
-____________________________________________________________________________
-[  6344] By: gsar                                  on 2000/07/11  17:31:20
-        Log: skip integrate of problematic changes#6204..6206 from cfgperl into
-             mainline
-     Branch: perl
-         !> (integrate 40 files)
-____________________________________________________________________________
-[  6343] By: gsar                                  on 2000/07/11  17:19:08
-        Log: integrate cfgperl changes#6174..6203 into mainline (first of several)
-     Branch: perl
-         +> Makefile.micro README.micro Todo.micro uconfig.h uconfig.sh
-          ! Changes
-         !> (integrate 34 files)
-____________________________________________________________________________
-[  6342] By: jhi                                   on 2000/07/11  16:05:48
-        Log: Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
-             To: perl5-porters@perl.org
-             From: Karsten Sperling <spiff@phreax.net>
-             Date: Mon, 10 Jul 2000 15:12:52 +0200
-             Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
-     Branch: cfgperl
-          ! lib/Symbol.pm
-____________________________________________________________________________
-[  6341] By: jhi                                   on 2000/07/11  15:59:23
-        Log: Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
-             From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
-             Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
-             Date: Fri, 07 Jul 2000 17:57:16 +0100
-     Branch: cfgperl
-          ! pp_hot.c
-____________________________________________________________________________
-[  6340] By: jhi                                   on 2000/07/11  15:55:47
-        Log: Subject: Re: format bug report  [Patch]
-             From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
-             Date: Wed, 05 Jul 2000 13:12:52 +0200
-             Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
-             
-             Subject: Re: format bug report  [Patch]
-             From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
-             Date: Wed, 05 Jul 2000 14:10:01 +0200
-             Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
-     Branch: cfgperl
-          ! t/op/write.t toke.c
-____________________________________________________________________________
-[  6339] By: jhi                                   on 2000/07/11  13:54:09
-        Log: Be less forgiving about ambiguous and illegal tr ranges.
-             Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
-             From: Mark-Jason Dominus <mjd@plover.com>
-             Date: Tue, 04 Jul 2000 10:00:12 -0400
-             Message-ID: <20000704140012.17772.qmail@plover.com>
-             
-             Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
-             From: Mark-Jason Dominus <mjd@plover.com>
-             Date: Wed, 05 Jul 2000 09:37:36 -0400
-             Message-ID: <20000705133736.27293.qmail@plover.com>
-     Branch: cfgperl
-          ! pod/perldelta.pod pod/perldiag.pod t/op/tr.t toke.c
-____________________________________________________________________________
-[  6338] By: jhi                                   on 2000/07/11  13:31:24
-        Log: Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
-             From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
-             Date: Tue, 11 Jul 2000 13:50:51 +0100
-             Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
-     Branch: cfgperl
-          ! sv.c
-____________________________________________________________________________
-[  6337] By: jhi                                   on 2000/07/11  13:29:14
-        Log: Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
-             From: Hugo <hv@crypt.compulink.co.uk>
-             Date: Tue, 11 Jul 2000 12:44:50 +0100
-             Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
-     Branch: cfgperl
-          ! regexec.c t/op/re_tests
-____________________________________________________________________________
-[  6336] By: jhi                                   on 2000/07/11  13:26:47
-        Log: Subject: [PATCH cfgperl] $& segfaults if you trick it
-             From: simon@brecon.co.uk (Simon Cozens)
-             Date: 7 Jul 2000 11:26:09 GMT
-             Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
-     Branch: cfgperl
-          ! mg.c
-____________________________________________________________________________
-[  6335] By: jhi                                   on 2000/07/11  13:23:37
-        Log: Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
-             From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
-             Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
-             Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
-     Branch: cfgperl
-          + ext/DynaLoader/hints/netbsd.pl
-          ! MANIFEST ext/DynaLoader/hints/openbsd.pl
-____________________________________________________________________________
-[  6334] By: jhi                                   on 2000/07/11  13:20:38
-        Log: Subject: PATCH perlguts.pod: Document D and d magic types
-             From: mjd@plover.com
-             Date: 5 Jul 2000 18:01:51 -0000
-             Message-ID: <20000705180151.29413.qmail@plover.com>
-     Branch: cfgperl
-          ! pod/perlguts.pod
-____________________________________________________________________________
-[  6333] By: jhi                                   on 2000/07/11  13:15:51
-        Log: Precedence goof, fix based on
-             Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
-             From: Hugo <hv@crypt.compulink.co.uk>
-             Date: Tue, 11 Jul 2000 12:52:38 +0100
-             Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
-     Branch: cfgperl
-          ! t/op/taint.t
-____________________________________________________________________________
-[  6332] By: jhi                                   on 2000/07/11  12:40:17
-        Log: Integrate with Sarathy.
-     Branch: cfgperl
-         !> win32/win32sck.c
-____________________________________________________________________________
-[  6331] By: jhi                                   on 2000/07/10  20:14:16
-        Log: Sprinkle ldlibpath.
-     Branch: cfgperl
-          ! pod/Makefile.SH
-____________________________________________________________________________
-[  6330] By: jhi                                   on 2000/07/10  17:54:49
-        Log: More POSIX.pod tweaks.
-     Branch: cfgperl
-          ! ext/POSIX/POSIX.pod
-____________________________________________________________________________
-[  6329] By: jhi                                   on 2000/07/10  14:02:12
-        Log: Reorder perl.pod once more.
-     Branch: cfgperl
-          ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
-____________________________________________________________________________
-[  6328] By: gsar                                  on 2000/07/10  07:06:00
-        Log: accept() leaks memory on windows due to incorrect ordering of
-             closesocket() and fclose() calls
-     Branch: perl
-          ! win32/win32sck.c
-____________________________________________________________________________
-[  6327] By: gsar                                  on 2000/07/10  06:49:17
-        Log: winsock options weren't being set in all threads under ithreads
-             (caused send()s from second and subsequent threads to fail)
-     Branch: perl
-          ! win32/win32sck.c
-____________________________________________________________________________
-[  6326] By: jhi                                   on 2000/07/08  02:45:40
-        Log: Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
-             was cast to an unsigned (32-bit) integer with wild abandon.
-     Branch: cfgperl
-          ! ext/Devel/DProf/DProf.xs
-____________________________________________________________________________
-[  6325] By: jhi                                   on 2000/07/07  18:50:33
-        Log: Remove perlbook, update perlfaq book listing,
-             rearrange perl.pod, regenerate perltoc.
-     Branch: cfgperl
-          - pod/perlbook.pod
-          ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldiag.pod
-          ! pod/perlfaq2.pod pod/perltoc.pod
-____________________________________________________________________________
-[  6324] By: jhi                                   on 2000/07/07  14:03:40
-        Log: Fix the alignment problem in Crays ([ID 20000612.002]).
-     Branch: cfgperl
-          ! sv.h toke.c
-____________________________________________________________________________
-[  6323] By: jhi                                   on 2000/07/06  16:03:55
-        Log: Fix complaints of buildtoc.
-     Branch: cfgperl
-          + lib/Win32.pod
-          - pod/Win32.pod
-          ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
-____________________________________________________________________________
-[  6322] By: jhi                                   on 2000/07/06  15:15:52
-        Log: Add =head1 NAMEs so that buildtoc is happy.
-             (The CGI::Util nit reported to Lincoln.)
-     Branch: cfgperl
-          ! ext/B/B/Stash.pm lib/CGI/Util.pm lib/warnings/register.pm
-          ! pod/perltoc.pod
-____________________________________________________________________________
-[  6321] By: jhi                                   on 2000/07/06  03:16:04
-        Log: Config is being used.
-     Branch: cfgperl
-          ! t/op/method.t
-____________________________________________________________________________
-[  6320] By: jhi                                   on 2000/07/06  03:13:13
-        Log: Integrate with Sarathy.
-     Branch: cfgperl
-         !> lib/perl5db.pl win32/perllib.c win32/vdir.h win32/win32sck.c
-____________________________________________________________________________
-[  6319] By: jhi                                   on 2000/07/06  03:11:46
-        Log: Autogenerate pod/Makefile and pod/buildtoc.
-             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
-             seems so badly out of date that I didn't touch it yet.
-     Branch: cfgperl
-          + pod/Makefile.SH pod/buildtoc.PL
-          - pod/Makefile pod/buildtoc
-          ! MANIFEST Makefile.SH pod/perl.pod pod/perltoc.pod
-____________________________________________________________________________
-[  6318] By: gsar                                  on 2000/07/05  22:10:54
-        Log: fix UNC path handling on Windows under ithreads, and chdir()
-             return value when given a non-existent directory
-     Branch: perl
-          ! win32/vdir.h
-____________________________________________________________________________
-[  6317] By: gsar                                  on 2000/07/05  22:08:19
-        Log: winsock cleanup never done on Windows (leads to handle leaks)
-     Branch: perl
-          ! win32/perllib.c win32/win32sck.c
-____________________________________________________________________________
-[  6316] By: gsar                                  on 2000/07/05  22:06:19
-        Log: some debugger output does not go to the socket when RemotePort is set
-     Branch: perl
-          ! lib/perl5db.pl
-____________________________________________________________________________
-[  6315] By: jhi                                   on 2000/07/05  00:25:21
-        Log: Integrate with Sarathy, preliminary fix for unicos
-             alignment problems in [ID 20000612.002] Perl problem on Cray system.
-     Branch: cfgperl
-          ! sv.h
-         !> pp_hot.c
-____________________________________________________________________________
-[  6314] By: gsar                                  on 2000/07/04  23:34:02
-        Log: tyop in change#6306
-     Branch: perl
-          ! pp_hot.c
-____________________________________________________________________________
-[  6313] By: jhi                                   on 2000/07/04  22:14:38
-        Log: Multiline string literals ENONPORTABLE.
-     Branch: cfgperl
-          ! pp_hot.c
-____________________________________________________________________________
-[  6312] By: jhi                                   on 2000/07/04  20:34:44
-        Log: Integrate with Sarathy.
-     Branch: cfgperl
-         !> pod/perldelta.pod pod/perldiag.pod pp_hot.c t/lib/b.t
-         !> t/op/method.t
-____________________________________________________________________________
-[  6311] By: jhi                                   on 2000/07/04  20:30:56
-        Log: More POSIX.pod embellishment.
-     Branch: cfgperl
-          ! ext/POSIX/POSIX.pod
-____________________________________________________________________________
-[  6310] By: gsar                                  on 2000/07/04  17:28:48
-        Log: b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
-     Branch: perl
-          ! t/lib/b.t
-____________________________________________________________________________
-[  6309] By: jhi                                   on 2000/07/04  17:22:18
-        Log: The #6308 required a little bit more.
-     Branch: cfgperl
-          ! Makefile.SH win32/Makefile
-____________________________________________________________________________
-[  6308] By: jhi                                   on 2000/07/04  16:35:24
-        Log: Rename lib.pm.PL to lib_pm.PL to keep the 8.3 people happy.
-     Branch: cfgperl
-          + lib/lib_pm.PL
-          - lib/lib.pm.PL
-          ! MANIFEST Makefile.SH
-____________________________________________________________________________
-[  6307] By: jhi                                   on 2000/07/04  16:28:58
-        Log: Win32 patches for cfgperl from Sarathy.
-     Branch: cfgperl
-          ! doio.c doop.c embed.h embed.pl global.sym gv.c makedef.pl
-          ! objXSUB.h op.c perlapi.c pp.c pp_ctl.c pp_hot.c proto.h
-          ! thread.h toke.c util.c win32/Makefile win32/win32.c
-____________________________________________________________________________
-[  6306] By: gsar                                  on 2000/07/04  16:28:40
-        Log: better diagnostic on Frob->stuff() when Frob:: doesn't exist
-             (from Richard Soderberg <rs@oregonnet.com>)
-     Branch: perl
-          ! pod/perldelta.pod pod/perldiag.pod pp_hot.c t/op/method.t
-____________________________________________________________________________
-[  6305] By: jhi                                   on 2000/07/04  16:24:24
-        Log: Integrate with Sarathy.
-     Branch: cfgperl
-         !> embed.h embed.pl global.sym lib/File/Spec/Mac.pm
-         !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
-         !> lib/File/Spec/Win32.pm objXSUB.h perlapi.c pod/perldiag.pod
-         !> proto.h win32/win32.c
-____________________________________________________________________________
-[  6304] By: gsar                                  on 2000/07/04  16:17:24
-        Log: missing perldiag entry for unpack("w",...) diagnostic (from
-             Andreas Koenig)
-     Branch: perl
-          ! pod/perldiag.pod
-____________________________________________________________________________
-[  6303] By: gsar                                  on 2000/07/04  16:14:44
-        Log: remove rel2abs prototypes (from Barrie Slaymaker)
-     Branch: perl
-          ! lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
-          ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
-____________________________________________________________________________
-[  6302] By: gsar                                  on 2000/07/04  04:59:35
-        Log: adjust change#6299
-     Branch: perl
-          ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
-          ! win32/win32.c
-____________________________________________________________________________
-[  6301] By: jhi                                   on 2000/07/04  04:50:07
-        Log: Integrate with Sarathy.
-     Branch: cfgperl
-         !> embed.h embed.pl embedvar.h global.sym hv.c intrpvar.h
-         !> makedef.pl objXSUB.h perl.c perl.h perlapi.c perlapi.h
-         !> pp_hot.c proto.h sv.c t/io/argv.t win32/win32.c
-____________________________________________________________________________
-[  6300] By: gsar                                  on 2000/07/04  04:42:09
-        Log: PERL_OBJECT build tweak
-     Branch: perl
-          ! perl.h
-____________________________________________________________________________
-[  6299] By: gsar                                  on 2000/07/04  04:37:00
-        Log: fix memory leak on Windows (PL_sys_intern contents were never
-             freed)
-     Branch: perl
-          ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
-          ! perlapi.c proto.h win32/win32.c
-____________________________________________________________________________
-[  6298] By: gsar                                  on 2000/07/04  04:15:59
-        Log: fix large memory leak that has been around for ever, masked by
-             -DPURIFY (most of the arenas were never freed!)
-     Branch: perl
-          ! embedvar.h global.sym hv.c intrpvar.h perl.c perlapi.h sv.c
-____________________________________________________________________________
-[  6297] By: gsar                                  on 2000/07/04  04:07:46
-        Log: fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
-     Branch: perl
-          ! perl.c
-____________________________________________________________________________
-[  6296] By: jhi                                   on 2000/06/30  18:28:37
-        Log: Elaborate POSIX.pod.  Still needs work.
-     Branch: cfgperl
-          ! ext/POSIX/POSIX.pod
-____________________________________________________________________________
-[  6295] By: jhi                                   on 2000/06/30  14:58:18
-        Log: Point to perlipc for more SysV IPC examples.
-     Branch: cfgperl
-          ! pod/perlfunc.pod
-____________________________________________________________________________
-[  6294] By: gsar                                  on 2000/06/30  14:47:45
-        Log: slurp mode fix in change#4736 still not quite right
-     Branch: perl
-          ! pp_hot.c t/io/argv.t
-____________________________________________________________________________
-[  6293] By: jhi                                   on 2000/06/30  12:02:55
-        Log: Integrate with Sarathy.
-     Branch: cfgperl
-         !> cop.h pp_ctl.c pp_hot.c t/op/args.t
-____________________________________________________________________________
-[  6292] By: jhi                                   on 2000/06/30  12:01:11
-        Log: From: simon@brecon.co.uk (Simon Cozens)
-             Subject: UTF8 concat
-             Date: 30 Jun 2000 06:13:25 GMT
-             Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org>
-     Branch: cfgperl
-          ! pp_hot.c
-____________________________________________________________________________
-[  6291] By: gsar                                  on 2000/06/30  04:37:33
-        Log: dounwind() may cause POPSUB() to diddle the wrong PL_curpad
-             when @_ is modified, causing coredumps
-     Branch: perl
-          ! cop.h pp_ctl.c pp_hot.c t/op/args.t
-____________________________________________________________________________
-[  6290] By: jhi                                   on 2000/06/30  02:21:44
-        Log: Integrate with Sarathy.
-     Branch: cfgperl
-         !> vms/vms.c vms/vmsish.h
-____________________________________________________________________________
-[  6289] By: jhi                                   on 2000/06/30  02:21:02
-        Log: Check VERSIONs.
-     Branch: cfgperl
-          ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
-          ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
-          ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
-____________________________________________________________________________
-[  6288] By: jhi                                   on 2000/06/30  02:18:52
-        Log: Integrate with Sarathy.
-     Branch: cfgperl
-         !> ext/Opcode/Opcode.xs lib/File/Spec.pm
-         !> lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
-         !> lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
-         !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm pod/perlembed.pod
-____________________________________________________________________________
-[  6287] By: gsar                                  on 2000/06/30  02:17:08
-        Log: integrate vmsperl changes into mainline
-     Branch: perl
-         !> vms/vms.c vms/vmsish.h
-____________________________________________________________________________
-[  6285] By: gsar                                  on 2000/06/30  02:05:28
-        Log: localize %INC in a Safe compartment so that use/require work
-             (many other magic globals probably need similar treatment)
-     Branch: perl
-          ! ext/Opcode/Opcode.xs
-____________________________________________________________________________
-[  6284] By: gsar                                  on 2000/06/30  01:54:54
-        Log: tweak perlembed for multiplicity/usethreads sanity; correct notes
-             about Windows
-     Branch: perl
-          ! pod/perlembed.pod
-____________________________________________________________________________
-[  6283] By: jhi                                   on 2000/06/30  01:50:10
-        Log: Subject: [PATCH bleedperl] File::Spec 0.82 beta
-             From: Barrie Slaymaker <barries@jester.slaysys.com>
-             Date: Wed, 28 Jun 2000 11:35:29 -0400
-             Message-Id: <200006281535.LAA21095@jester.slaysys.com>
-     Branch: perl
-          ! lib/File/Spec.pm lib/File/Spec/Functions.pm
-          ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
-          ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
-          ! lib/File/Spec/Win32.pm
-____________________________________________________________________________
-[  6282] By: jhi                                   on 2000/06/29  22:57:22
-        Log: Subject: [PATCH 5.6.0]ITHREADs for VMS
-             From: Dan Sugalski <dan@sidhe.org>
-             Date: Tue, 06 Jun 2000 11:59:50 -0400
-             Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
-     Branch: cfgperl
-          ! vms/vms.c
-____________________________________________________________________________
-[  6281] By: jhi                                   on 2000/06/29  22:52:50
-        Log: Subject: [PATCH 5.6.0] utils/h2xs.PL
-             From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
-             Date: Wed, 7 Jun 2000 04:02:04 -0500
-             Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
-     Branch: cfgperl
-          ! utils/h2xs.PL
-____________________________________________________________________________
-[  6280] By: jhi                                   on 2000/06/29  22:45:47
-        Log: Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
-             From: rspier@pobox.com (Robert Spier)
-             Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
-             Message-ID: <14654.31913.845602.610277@rls.cx>
-     Branch: cfgperl
-          ! utils/h2xs.PL
-____________________________________________________________________________
-[  6279] By: jhi                                   on 2000/06/29  22:38:16
-        Log: Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
-             From: Tim Ayers <tayers@bridge.com>
-             Date: Thu, 08 Jun 2000 08:11:06 +0200
-             Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
-             [resent by Richard Foley, Message-Id probably wrong]
-     Branch: cfgperl
-          ! pod/perlsub.pod
-____________________________________________________________________________
-[  6278] By: jhi                                   on 2000/06/29  22:21:45
-        Log: Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
-             From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
-             Date: Fri, 09 Jun 2000 12:39:27 -0400
-             Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
-             (plus update the version "number" of Text::Wrap)
-     Branch: cfgperl
-          ! lib/Text/Wrap.pm
-____________________________________________________________________________
-[  6277] By: jhi                                   on 2000/06/29  22:13:10
-        Log: Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
-             From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
-             Date: Mon, 12 Jun 2000 14:55:59 +0100
-             Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
-     Branch: cfgperl
-          ! pod/perlfunc.pod
-____________________________________________________________________________
-[  6276] By: jhi                                   on 2000/06/29  22:11:06
-        Log: Subject: [PATCH] Re: eval documentation: context
-             From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
-             Date: Mon, 12 Jun 2000 15:07:29 +0100
-             Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
-     Branch: cfgperl
-          ! pod/perlfunc.pod
-____________________________________________________________________________
-[  6275] By: jhi                                   on 2000/06/29  21:59:46
-        Log: Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
-             From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
-             Date: Tue, 13 Jun 2000 02:43:48 -0500
-             Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
-     Branch: cfgperl
-          ! lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
-____________________________________________________________________________
-[  6274] By: jhi                                   on 2000/06/29  21:56:14
-        Log: Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
-             From: Andy Dougherty <doughera@lafayette.edu>
-             Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
-             Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
-     Branch: cfgperl
-          ! ext/File/Glob/Glob.pm
-____________________________________________________________________________
-[  6273] By: jhi                                   on 2000/06/29  21:49:09
-        Log: Subject: [PATCH] xsub attributes
-             From: Doug MacEachern <dougm@covalent.net>
-             Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
-             Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
-     Branch: cfgperl
-          ! embed.h embed.pl embedvar.h global.sym lib/ExtUtils/xsubpp
-          ! objXSUB.h op.c perlapi.c perlapi.h proto.h
-____________________________________________________________________________
-[  6272] By: jhi                                   on 2000/06/29  21:41:28
-        Log: Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
-             From: Tom Phoenix <rootbeer@redcat.com>
-             Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
-             Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
-     Branch: cfgperl
-          ! lib/Net/Ping.pm
-____________________________________________________________________________
-[  6271] By: jhi                                   on 2000/06/29  21:36:55
-        Log: Subject: PATCH pod/perltie.pod
-             From: Ian Phillipps <Ian.Phillipps@iname.com>
-             Date: Fri, 16 Jun 2000 00:17:19 +0100
-             Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
-             (only the first hunk, the second hunk had already been done
-             by some other patch)
-     Branch: cfgperl
-          ! pod/perltie.pod
-____________________________________________________________________________
-[  6270] By: jhi                                   on 2000/06/29  21:24:51
-        Log: Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
-             From: Nicholas Clark <nick@talking.bollo.cx>
-             Date: Fri, 23 Jun 2000 16:21:15 +0100
-             Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
-     Branch: cfgperl
-          ! t/lib/anydbm.t t/lib/dprof.t t/lib/dumper-ovl.t t/lib/dumper.t
-          ! t/lib/hostname.t t/lib/ipc_sysv.t t/op/taint.t
-____________________________________________________________________________
-[  6269] By: jhi                                   on 2000/06/29  19:38:15
-        Log: Regen headers for #6261 (and update embed.pl for this) and #6267,
-             silence few compiler warnings.
-     Branch: cfgperl
-          ! doop.c embed.pl global.sym objXSUB.h op.c proto.h toke.c
-____________________________________________________________________________
-[  6268] By: jhi                                   on 2000/06/29  18:21:50
-        Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
-             From: Dominic Dunlop <domo@computer.org> 
-             Date: Thu, 29 Jun 2000 12:32:39 +0200 
-             Message-Id: <p04320403b580cc1338db@[192.168.1.4]> 
-     Branch: cfgperl
-          ! t/op/sprintf.t
-____________________________________________________________________________
-[  6267] By: jhi                                   on 2000/06/29  18:16:07
-        Log: Subject: Re: [PATCH] Re: Speeding up method lookups 
-             From: Doug MacEachern <dougm@covalent.net>
-             Date: Sun, 18 Jun 2000 13:24:55 -0700 (PDT)
-             Message-ID: <Pine.LNX.4.10.10006181306031.397-100000@mojo.covalent.net>
-     Branch: cfgperl
-          + t/op/method2entersub.t
-          ! MANIFEST embed.pl lib/ExtUtils/Install.pm lib/File/Spec/Mac.pm
-          ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
-          ! lib/File/Spec/Win32.pm lib/base.pm op.c perl.h t/op/sprintf.t
-          ! xsutils.c
-____________________________________________________________________________
-[  6266] By: jhi                                   on 2000/06/29  15:11:15
-        Log: Subject: [PATCH 5.6.0] cygwin port
-             Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
-             From: "Fifer, Eric" <EFifer@sanwaint.com>
-             Date: Thu, 29 Jun 2000 12:58:29 +0100
-     Branch: cfgperl
-          ! cygwin/Makefile.SHs
-____________________________________________________________________________
-[  6265] By: jhi                                   on 2000/06/29  15:04:05
-        Log: Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
-             From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
-             Date: Wed, 28 Jun 2000 17:50:12 -0700
-             Message-ID: <E1pW5gzkg2kV092yn@efn.org>
-     Branch: cfgperl
-          ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
-____________________________________________________________________________
-[  6264] By: jhi                                   on 2000/06/29  15:00:57
-        Log: Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
-             From: Marty Lucich <marty@netcom.com>
-             Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
-             Message-Id: <200006282116.OAA11148@netcom.com>
-             ccdlflags update (the BSD/OS 4.1 part had already been taken
-             care of by #6141).
-     Branch: cfgperl
-          ! hints/bsdos.sh
-____________________________________________________________________________
-[  6263] By: jhi                                   on 2000/06/29  13:47:44
-        Log: tr fixes from Simon Cozens
-     Branch: cfgperl
-          ! doop.c
-____________________________________________________________________________
-[  6262] By: jhi                                   on 2000/06/28  18:46:01
-        Log: Subject: 5.6.0 Patch for EPOC
-             From: Olaf Flebbe <o.flebbe@gmx.de>
-             Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
-             Message-ID: <23449.960929969@www11.gmx.net>
-     Branch: cfgperl
-          ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epocish.c
-          ! epoc/epocish.h
-____________________________________________________________________________
-[  6261] By: jhi                                   on 2000/06/28  18:29:07
-        Log: Subject: Re: [PATCH cfgperl] BOMs away!
-             From: simon@brecon.co.uk (Simon Cozens)
-             Date: 17 Jun 2000 11:49:57 GMT
-             Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
-     Branch: cfgperl
-          ! pod/perldiag.pod t/comp/require.t toke.c
-____________________________________________________________________________
-[  6260] By: jhi                                   on 2000/06/28  17:47:16
-        Log: Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
-             From: simon@brecon.co.uk (Simon Cozens) 
-             Date: 17 Jun 2000 11:56:44 GMT 
-             Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org> 
-             pack U0, pack C0
-     Branch: cfgperl
-          ! pod/perlfunc.pod pp.c t/op/pack.t
-____________________________________________________________________________
-[  6259] By: jhi                                   on 2000/06/28  16:43:17
-        Log: perlnewmod was missing from MANIFEST.
-     Branch: cfgperl
-          ! MANIFEST
-____________________________________________________________________________
-[  6258] By: jhi                                   on 2000/06/28  15:54:30
-        Log: linenumber tweak
-     Branch: cfgperl
-          ! t/pragma/warn/regcomp
-____________________________________________________________________________
-[  6257] By: jhi                                   on 2000/06/28  15:50:44
-        Log: Subject: Re: [PATCH] "Constant subroutine redefined" mandatory warning
-             From: Doug MacEachern <dougm@covalent.net>
-             Date: Sun, 25 Jun 2000 12:11:28 -0700 (PDT)
-             Message-ID: <Pine.LNX.4.10.10006251209191.461-100000@mojo.covalent.net>
-             (one part of the patch had been applied earlier)
-     Branch: cfgperl
-          ! op.c sv.c t/pragma/constant.t t/pragma/warn/op
-____________________________________________________________________________
-[  6256] By: jhi                                   on 2000/06/28  15:40:22
-        Log: tweaks from Simon Cozens to further fix tr/// under utf8
-     Branch: cfgperl
-          ! doop.c
-____________________________________________________________________________
-[  6255] By: jhi                                   on 2000/06/28  15:33:45
-        Log: small thinko tweaks
-     Branch: cfgperl
-          ! lib/IPC/Open3.pm t/op/my_stash.t
-____________________________________________________________________________
-[  6254] By: jhi                                   on 2000/06/28  15:33:25
-        Log: Subject: tr///, help wanted.
-             From: simon@brecon.co.uk (Simon Cozens)
-             Date: 28 Jun 2000 11:29:04 GMT
-             Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
-     Branch: cfgperl
-          ! doop.c embed.h embed.pl embedvar.h global.sym objXSUB.h
-          ! pp_proto.h proto.h t/op/tr.t
-____________________________________________________________________________
-[  6253] By: jhi                                   on 2000/06/28  15:09:17
-        Log: Paranoia tweak on #6249.
-             Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
-             From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
-             Date: Sun, 25 Jun 2000 23:43:12 -0400
-             Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
-     Branch: cfgperl
-          ! lib/IPC/Open3.pm
-____________________________________________________________________________
-[  6252] By: jhi                                   on 2000/06/28  15:01:38
-        Log: Document #6249 and #6251.
-     Branch: cfgperl
-          ! lib/Exporter.pm lib/IPC/Open3.pm
-____________________________________________________________________________
-[  6251] By: jhi                                   on 2000/06/28  14:50:43
-        Log: Subject: [PATCH] inline AUTOLOADed constants via Exporter.pm
-             From: Doug MacEachern <dougm@covalent.net>
-             Date: Fri, 23 Jun 2000 00:16:39 -0700 (PDT)
-             Message-ID: <Pine.LNX.4.10.10006230009400.322-100000@mojo.covalent.net>
-     Branch: cfgperl
-          ! lib/Exporter.pm
-____________________________________________________________________________
-[  6250] By: jhi                                   on 2000/06/28  14:45:23
-        Log: Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
-             From: Doug MacEachern <dougm@covalent.net>
-             Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
-             Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
-     Branch: cfgperl
-          + t/op/my_stash.t
-          ! MANIFEST embed.pl global.sym proto.h toke.c
-____________________________________________________________________________
-[  6249] By: jhi                                   on 2000/06/28  14:36:34
-        Log: Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's 
-             From: Frank Tobin <ftobin@uiuc.edu>
-             Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
-             Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
-     Branch: cfgperl
-          ! lib/IPC/Open3.pm
-____________________________________________________________________________
-[  6248] By: jhi                                   on 2000/06/28  14:11:25
-        Log: Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
-             From: Mark-Jason Dominus <mjd@plover.com>
-             Date: Tue, 27 Jun 2000 22:36:42 -0400
-             Message-ID: <20000628023642.12166.qmail@plover.com>
-     Branch: cfgperl
           ! pod/perlfunc.pod
 ____________________________________________________________________________
-[  6247] By: jhi                                   on 2000/06/27  12:46:37
-        Log: Tweak $VERSION, patch from Doug MacEachern.
-     Branch: cfgperl
-          ! lib/File/Spec.pm
-____________________________________________________________________________
-[  6246] By: jhi                                   on 2000/06/27  03:34:46
-        Log: Allow for standalone testing.
-     Branch: cfgperl
-          ! t/lib/filefunc.t t/lib/filespec.t
-____________________________________________________________________________
-[  6245] By: jhi                                   on 2000/06/27  02:50:02
-        Log: Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
-             From: Nicholas Clark <nick@Bagpuss.unfortu.net>
-             Date: Sat, 24 Jun 2000 13:06:20 +0100
-             Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
-     Branch: cfgperl
-          ! ext/DynaLoader/DynaLoader_pm.PL
-____________________________________________________________________________
-[  6244] By: jhi                                   on 2000/06/27  02:46:10
-        Log: Subject: [PATCH] avoid mg_ptr in '*' magic
-             From: Doug MacEachern <dougm@covalent.net>
-             Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
-             Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
-     Branch: cfgperl
-          ! gv.c sv.c t/lib/peek.t
-____________________________________________________________________________
-[  6243] By: jhi                                   on 2000/06/27  02:38:07
-        Log: Subject: [PATCH] is_utf8_string
-             From: simon@brecon.co.uk (Simon Cozens)
-             Date: 26 Jun 2000 02:25:59 GMT
-             Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
-     Branch: cfgperl
-          ! embed.h embed.pl embedvar.h global.sym objXSUB.h perlapi.c
-          ! perlapi.h pod/perlapi.pod pod/perlintern.pod pp_proto.h
-          ! proto.h utf8.c
-____________________________________________________________________________
-[  6242] By: jhi                                   on 2000/06/27  02:24:00
-        Log: Subject: [PATCH] bytes<->utf8 fixes
-             From: simon@brecon.co.uk (Simon Cozens)
-             Date: 26 Jun 2000 04:55:45 GMT
-             Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
-     Branch: cfgperl
-          ! embed.pl perlapi.c pod/perlapi.pod proto.h utf8.c
-____________________________________________________________________________
-[  6241] By: jhi                                   on 2000/06/27  02:12:42
-        Log: Do no -warn on \_, only on \alpha.
-             Subject: New Unrecognized escape warning for /\_/ from activestate perl-current5.6.0
-             From: David Dyck <dcd@tc.fluke.com>
-             Date: Mon, 26 Jun 2000 09:32:02 -0700 (PDT)
-             Message-ID: <Pine.LNX.4.05.10006260830280.3054-100000@dd.tc.fluke.com>
-     Branch: cfgperl
-          ! regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
-____________________________________________________________________________
-[  6240] By: jhi                                   on 2000/06/27  02:00:01
-        Log: Subject: [ID 20000626.007] h2xs man page contains trailing garbage
-             From: Nicholas Clark <nick@Bagpuss.unfortu.net>
-             Date: Mon, 26 Jun 2000 18:40:14 +0100
-             Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
-     Branch: cfgperl
-          ! utils/h2xs.PL
-____________________________________________________________________________
-[  6239] By: jhi                                   on 2000/06/27  01:53:40
-        Log: Configure maintenance.  Sever some dependency cycles,
-             separate gccversion from the cc unit,
-             address [ID 20000623.006] Configure script patch for using gcc on AIX
-             (but solve it a little bit differently),
-             unduplex some accidentally duplicated units,
-             suggest using gcc if no cc available
-             (p5p thread: "Solaris configure: counterproposal", 1999-09)
-     Branch: cfgperl
-          ! Configure Todo-5.6 config_h.SH
-     Branch: metaconfig
-          ! U/modified/Config_h.U U/modified/cc.U U/modified/cpp_stuff.U
-          ! U/modified/libs.U U/modified/models.U U/modified/usrinc.U
-     Branch: metaconfig/U/perl
-          + gccvers.U
-          ! d_getespwnam.U d_getprpwnam.U i_prot.U
-____________________________________________________________________________
-[  6238] By: jhi                                   on 2000/06/25  18:04:56
-        Log: Subject: [PATCH 5.6.0] XS module loading fixup for VMS
-             From: Dan Sugalski <dan@sidhe.org>
-             Date: Fri, 23 Jun 2000 17:00:00 -0400
-             Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
-     Branch: cfgperl
-          ! lib/ExtUtils/MM_VMS.pm vms/vms.c
-____________________________________________________________________________
-[  6237] By: jhi                                   on 2000/06/25  16:36:45
-        Log: Tweak embed.pl, regen headers.
-     Branch: cfgperl
-          ! embed.h embed.pl embedvar.h ext/B/B/Asmdata.pm
-          ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
-          ! keywords.h lib/warnings.pm objXSUB.h opcode.h opnames.h
-          ! perlapi.c perlapi.h pod/perlapi.pod pod/perlintern.pod pp.sym
-          ! pp_proto.h proto.h regnodes.h utf8.c warnings.h
-____________________________________________________________________________
-[  6236] By: jhi                                   on 2000/06/25  15:26:42
-        Log: Regen headers.
-     Branch: cfgperl
-          ! embed.h embedvar.h ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
-          ! ext/ByteLoader/byterun.h global.sym keywords.h lib/warnings.pm
-          ! objXSUB.h opcode.h opnames.h perlapi.c perlapi.h
-          ! pod/perlapi.pod pod/perlintern.pod pp.sym pp_proto.h proto.h
-          ! regnodes.h warnings.h
-____________________________________________________________________________
-[  6235] By: jhi                                   on 2000/06/23  19:39:35
-        Log: The thread begun by
-             Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
-             From: Kevin.Ruscoe@ubsw.com
-             Date: Fri, 16 Jun 2000 16:38:51 +0100
-             Message-Id: <H000019b03c300d6@MHS>
-     Branch: cfgperl
-          ! hints/solaris_2.sh
-____________________________________________________________________________
-[  6234] By: jhi                                   on 2000/06/23  19:23:36
-        Log: Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
-             because when run as services (Win32ese for daemons)
-             no environment variables are set and tmpdir ends up as /tmp,
-             which is ambiguous.
-             
-             Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
-             From: matt@sergeant.org
-             Date: 16 Jun 2000 16:30:43 -0000
-             Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
-     Branch: cfgperl
-          ! lib/File/Spec/Win32.pm
-____________________________________________________________________________
-[  6233] By: jhi                                   on 2000/06/23  19:18:58
-        Log: Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
-             From: Mark-Jason Dominus <mjd@plover.com>
-             Date: Fri, 16 Jun 2000 20:53:04 -0400
-             Message-ID: <20000617005304.8008.qmail@plover.com>
-     Branch: cfgperl
-          ! op.h
-____________________________________________________________________________
-[  6232] By: jhi                                   on 2000/06/23  16:10:02
-        Log: Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
-             From: simon@brecon.co.uk (Simon Cozens)
-             Date: 19 Jun 2000 15:18:27 GMT
-             Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
-             
-             plus update pod/Makefile and regenerate perltoc
-     Branch: cfgperl
-          + pod/perlutil.pod
-          ! MANIFEST Todo-5.6 pod/Makefile pod/perltoc.pod pod/roffitall
-____________________________________________________________________________
-[  6231] By: jhi                                   on 2000/06/23  15:19:18
-        Log: Subject: [PATCH 5.6.0] cygwin port
-             From: "Fifer, Eric" <EFifer@sanwaint.com>
-             Date: Tue, 20 Jun 2000 14:30:58 +0100
-             Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
-     Branch: cfgperl
-          ! README.cygwin lib/File/Find.pm
-____________________________________________________________________________
-[  6230] By: jhi                                   on 2000/06/23  14:25:21
-        Log: Upgrade to File::Spec 0.810_01 from CPAN by Barrie Slaymaker.
-     Branch: cfgperl
-          ! lib/File/Spec.pm lib/File/Spec/Functions.pm
-          ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
-          ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
-          ! lib/File/Spec/Win32.pm t/lib/filefunc.t t/lib/filespec.t
-____________________________________________________________________________
-[  6229] By: jhi                                   on 2000/06/23  14:13:34
-        Log: Subject: README.hpux version 0.6.1
-             Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
-             From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
-             Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
-     Branch: cfgperl
-          ! README.hpux
-____________________________________________________________________________
-[  6228] By: jhi                                   on 2000/06/23  14:07:20
-        Log: Subject: [PATCH] "Constant subroutine redefined" mandatory warning
-             From: Doug MacEachern <dougm@covalent.net>
-             Date: Tue, 20 Jun 2000 21:23:56 -0700 (PDT)
-             Message-ID: <Pine.LNX.4.10.10006202116340.321-100000@mojo.covalent.net>
-     Branch: cfgperl
-          ! op.c
-____________________________________________________________________________
-[  6227] By: jhi                                   on 2000/06/23  14:01:06
-        Log: Subject: [PATCH] lib.pm -> lib.pm.PL
-             From: Doug MacEachern <dougm@covalent.net>
-             Date: Tue, 20 Jun 2000 22:14:41 -0700 (PDT)
-             Message-ID: <Pine.LNX.4.10.10006202208210.321-100000@mojo.covalent.net>
-     Branch: cfgperl
-          + lib/lib.pm.PL
-          - lib/lib.pm
-          ! MANIFEST Makefile.SH
-____________________________________________________________________________
-[  6226] By: jhi                                   on 2000/06/23  13:53:07
-        Log: Subject: [PATCH] remove forward declarations in Socket.pm
-             From: Doug MacEachern <dougm@covalent.net>
-             Date: Tue, 20 Jun 2000 21:54:12 -0700 (PDT)
-             Message-ID: <Pine.LNX.4.10.10006202149190.321-100000@mojo.covalent.net>
-             
-             From: Doug MacEachern <dougm@covalent.net>
-             Subject: Re: [PATCH] remove forward declarations in Socket.pm
-             Date: Fri, 23 Jun 2000 00:09:29 -0700 (PDT)
-             Message-ID: <Pine.LNX.4.10.10006222349440.322-100000@mojo.covalent.net>
-     Branch: cfgperl
-          ! ext/Socket/Socket.pm op.c
-____________________________________________________________________________
-[  6225] By: jhi                                   on 2000/06/23  13:41:52
-        Log: Add source code filenames to apidoc.
-             From: simon@brecon.co.uk (Simon Cozens)
-             Subject: [PATCH embed.pl] Source X-ref
-             Date: 22 Jun 2000 02:18:49 GMT
-             Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
-     Branch: cfgperl
-          ! embed.pl
-____________________________________________________________________________
-[  6224] By: jhi                                   on 2000/06/23  13:32:33
-        Log: A way to avoid English.pm performance hit.
-             From: root <root@jester.slaysys.com>
-             Subject: [YAPATCH English.pm] My turn to putt again
-             Date: Thu, 22 Jun 2000 20:33:58 -0400
-             Message-Id: <200006230033.UAA05960@jester.slaysys.com>
-     Branch: cfgperl
-          ! lib/English.pm t/lib/english.t
-____________________________________________________________________________
-[  6223] By: jhi                                   on 2000/06/23  13:27:06
-        Log: Avoid double close().
-             Subject: [PATCH] avoid double close()
-             From: Doug MacEachern <dougm@covalent.net>
-             Date: Thu, 22 Jun 2000 23:08:06 -0700 (PDT)
-             Message-ID: <Pine.LNX.4.10.10006222251260.322-100000@mojo.covalent.net>
-     Branch: cfgperl
-          ! doio.c
-____________________________________________________________________________
-[  6222] By: jhi                                   on 2000/06/23  13:25:54
-        Log: doc typo fix
-             Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
-             From: Ian Phillipps <Ian.Phillipps@iname.com>
-             Date: Fri, 23 Jun 2000 10:40:58 +0100
-             Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
-     Branch: cfgperl
-          ! lib/Pod/Usage.pm
-____________________________________________________________________________
-[  6221] By: jhi                                   on 2000/06/23  13:24:15
-        Log: Remove tr///CU (the feature is to be obsoleted by better interfaces).
-             From: simon@brecon.co.uk (Simon Cozens)
-             Subject: [PATCH] Eliminate tr///[CU][CU]
-             Date: 23 Jun 2000 11:05:40 GMT
-             Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
-     Branch: cfgperl
-          ! doop.c embed.pl pod/perlop.pod toke.c utf8.c
-____________________________________________________________________________
-[  6220] By: jhi                                   on 2000/06/22  16:07:51
-        Log: Win32 patches from Benjamin Stuhl.
-     Branch: cfgperl
-          ! makedef.pl win32/win32.h
-____________________________________________________________________________
-[  6219] By: jhi                                   on 2000/06/22  16:06:34
-        Log: Bytecode patches from Benjamin Stuhl.
-     Branch: cfgperl
-          ! bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
-          ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
-          ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
-____________________________________________________________________________
-[  6218] By: jhi                                   on 2000/06/15  23:54:16
-        Log: Bytecode patches from Benjamin Stuhl.
-     Branch: cfgperl
-          ! ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
-____________________________________________________________________________
-[  6217] By: jhi                                   on 2000/06/09  13:38:29
-        Log: Rename the fdpid locking and integrate with Sarathy.
-     Branch: cfgperl
-          ! Configure config_h.SH doio.c embed.h embed.pl embedvar.h
-          ! global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
-          ! pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
-          ! win32/win32.c
-         !> av.h cop.h hints/solaris_2.sh t/op/runlevel.t
-____________________________________________________________________________
-[  6216] By: gsar                                  on 2000/06/08  14:54:21
-        Log: be more optimal about clearing @_
-     Branch: perl
-          ! cop.h
-____________________________________________________________________________
-[  6215] By: gsar                                  on 2000/06/08  14:33:04
-        Log: tweak comment about @DB::args
-     Branch: perl
-          ! av.h pp_ctl.c
-____________________________________________________________________________
-[  6214] By: gsar                                  on 2000/06/08  13:57:54
-        Log: @_ can't have junk in it even in the non-USE_ITHREADS case because
-             caller() wants to populate @DB::args with it (causes a coredump
-             in Carp::confess())
-     Branch: perl
-          ! cop.h t/op/runlevel.t
-____________________________________________________________________________
-[  6213] By: gsar                                  on 2000/06/08  07:06:35
-        Log: back out change#6106 (seems problematic)
-     Branch: perl
-          ! hints/solaris_2.sh
-____________________________________________________________________________
-[  6212] By: jhi                                   on 2000/06/07  03:10:36
-        Log: Continuing mopup for #6204.
-     Branch: cfgperl
-          ! ext/B/defsubs_h.PL
-____________________________________________________________________________
-[  6211] By: jhi                                   on 2000/06/07  02:41:50
-        Log: Mopup for #6204.
-             Under the 5005 threads the t/lib/b.t for B::Deparse fails:
-             Can't locate object method "PV" via package "B::RV" at ../lib/B/Deparse.pm line 2360.
-             This is comes from const() where POK isn't on when expected.
-     Branch: cfgperl
-          ! embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm
-          ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
-          ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
-          ! perlapi.h pod/perlapi.pod
-____________________________________________________________________________
-[  6210] By: jhi                                   on 2000/06/07  01:56:29
-        Log: Mopup for #6207 and #6209.
-     Branch: cfgperl
-          ! doio.c gv.c sv.h util.c vmesa/vmesa.c win32/win32.c
-____________________________________________________________________________
-[  6209] By: jhi                                   on 2000/06/07  01:33:12
-        Log: Lock PL_fdpid against race conditions, based on:
-             Subject: [PATCH 5.6.0]subprocess fixup for threads
-             From: Dan Sugalski <dan@sidhe.org>
-             To: perl5-porters@perl.org
-             Date: Tue, 11 Apr 2000 17:02:32 -0400
-             Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
-     Branch: cfgperl
-          ! doio.c intrpvar.h perl.c sv.h util.c vmesa/vmesa.c
-          ! win32/win32.c
-____________________________________________________________________________
-[  6208] By: jhi                                   on 2000/06/07  01:05:23
-        Log: Regen headers for #6207.
-     Branch: cfgperl
-          ! embed.h global.sym objXSUB.h proto.h
-____________________________________________________________________________
-[  6207] By: jhi                                   on 2000/06/06  23:43:13
-        Log: Subject: [PATCH 5.6.0] Threadsafe patches
-             From: Dan Sugalski <dan@sidhe.org>
-             To: perl5-porters@perl.org
-             Date: Mon, 08 May 2000 18:08:13 -0400
-             Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
-     Branch: cfgperl
-          ! embed.pl global.sym gv.c intrpvar.h perl.c pp.c pp_ctl.c
-          ! proto.h sv.h util.c
-____________________________________________________________________________
-[  6206] By: jhi                                   on 2000/06/06  23:21:23
-        Log: Subject: [PATCH] Eliminate $a/$b in pod
-             From: David Glasser <me@davidglasser.net>
-             To: perl5-porters@perl.org
-             Date: Mon, 29 May 2000 21:15:59 -0400
-             Message-Id: <l03130302b558bb2640ce@[209.195.241.121]>
-     Branch: cfgperl
-          ! pod/perl5004delta.pod pod/perl56delta.pod pod/perlboot.pod
-          ! pod/perlbot.pod pod/perlcall.pod pod/perldata.pod
-          ! pod/perldbmfilter.pod pod/perldiag.pod pod/perldsc.pod
-          ! pod/perlembed.pod pod/perlfaq4.pod pod/perlfaq6.pod
-          ! pod/perlfaq7.pod pod/perlfilter.pod pod/perlfunc.pod
-          ! pod/perlguts.pod pod/perllexwarn.pod pod/perllocale.pod
-          ! pod/perlobj.pod pod/perlop.pod pod/perlref.pod pod/perlsub.pod
-          ! pod/perlsyn.pod pod/perltie.pod pod/perltrap.pod
-          ! pod/perlvar.pod pod/perlxs.pod
-____________________________________________________________________________
-[  6205] By: jhi                                   on 2000/06/06  23:12:14
-        Log: Subject: [PATCH] Win32 improvements
-             From: "Benjamin Stuhl" <sho_pi@hotmail.com>
-             To: gsar@activestate.com, perl5-porters@perl.org
-             Date: Mon, 29 May 2000 17:22:24 PDT
-             Message-ID: <20000530002224.91142.qmail@hotmail.com>
-             (MUA had mangled many lines by wordwrapping)
-     Branch: cfgperl
-          ! utils/c2ph.PL win32/makefile.mk win32/win32.c win32/win32sck.c
-____________________________________________________________________________
-[  6204] By: jhi                                   on 2000/06/06  23:01:50
-        Log: Subject: [PATCH] B::Bytecode patches
-             From: "Benjamin Stuhl" <sho_pi@hotmail.com>
-             To: gsar@activestate.com, jhi@iki.fi
-             Cc: perl5-porters@perl.org
-             Message-ID: <20000602202526.48694.qmail@hotmail.com>
-             (MUA had mangled many lines by wordwrapping)
-     Branch: cfgperl
-          ! bytecode.pl ext/B/B.pm ext/B/B.xs ext/B/B/Assembler.pm
-          ! ext/B/B/Bytecode.pm ext/B/O.pm ext/B/defsubs_h.PL
-          ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
-          ! intrpvar.h perl.c
-____________________________________________________________________________
-[  6203] By: jhi                                   on 2000/06/06  22:32:43
-        Log: Subject: [PATCH] perldiag should refer to perlos2.pod not README.os2
-             From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
-             Date: Tue, 06 Jun 2000 13:07:45 -0700
-             Message-ID: <RoVP5gzkgmTL092yn@efn.org>
-     Branch: cfgperl
-          ! pod/perldiag.pod
-____________________________________________________________________________
-[  6202] By: jhi                                   on 2000/06/06  19:38:35
-        Log: Integrate with Sarathy.
-     Branch: cfgperl
-         !> perl.c
-____________________________________________________________________________
-[  6201] By: gsar                                  on 2000/06/06  00:42:59
-        Log: Perl_eval_pv() leaks 4 bytes every time it is called because it
-             does a PUSHMARK that's never ever POPMARKed; in general, only
-             Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
-             Perl_eval_[sp]v() don't because they don't take any incoming
-             arguments (this leak has been around since the original version
-             of perl_eval_pv() in 5.003_97e)
-     Branch: perl
-          ! perl.c
-____________________________________________________________________________
-[  6200] By: jhi                                   on 2000/06/04  03:44:52
-        Log: Update to cperl-mode.el 4.31 from
-             ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
-             Subject: A couple of notes
-             From: Ilya Zakharevich <ilya@math.ohio-state.edu>
-             To: Mailing list Perl5 <perl5-porters@perl.org>
-             Date: Sat, 3 Jun 2000 23:33:32 -0400
-             Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
-     Branch: cfgperl
-          ! emacs/cperl-mode.el
-____________________________________________________________________________
-[  6199] By: jhi                                   on 2000/06/03  15:11:05
-        Log: Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
-             From: Dan Sugalski <dan@sidhe.org>
-             To: perl5-porters@perl.org, vmsperl@perl.org
-             Date: Fri, 02 Jun 2000 17:30:51 -0400
-             Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
-     Branch: cfgperl
-          ! vms/descrip_mms.template vms/gen_shrfls.pl
-____________________________________________________________________________
-[  6198] By: jhi                                   on 2000/06/03  14:59:15
-        Log: Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
-             From: Dan Sugalski <dan@sidhe.org>
-             To: vmsperl@perl.org, perl5-porters@perl.org
-             Date: Fri, 02 Jun 2000 16:00:41 -0400
-             Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
-             Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
-     Branch: cfgperl
-          ! embed.h embed.pl embedvar.h ext/POSIX/POSIX.xs global.sym
-          ! objXSUB.h perlapi.c perlapi.h pod/perlapi.pod
-          ! pod/perlintern.pod proto.h vms/vms.c vms/vmsish.h
-____________________________________________________________________________
-[  6197] By: jhi                                   on 2000/06/03  14:41:30
-        Log: Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
-             From: John Borwick <jhborwic@unity.ncsu.edu>
-             Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
-             Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
-     Branch: cfgperl
-          ! pod/perlsyn.pod
-____________________________________________________________________________
-[  6196] By: jhi                                   on 2000/06/03  14:38:09
-        Log: Integrate with Sarathy.
-     Branch: cfgperl
-         !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
-         !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
-         !> vms/perly_c.vms
-____________________________________________________________________________
-[  6195] By: gsar                                  on 2000/06/02  22:43:13
-        Log: fix yet another eval"" leak under USE_ITHREADS
-     Branch: perl
-          ! op.c
-____________________________________________________________________________
-[  6194] By: gsar                                  on 2000/06/02  18:22:06
-        Log: fix small eval"" memory leaks under USE_ITHREADS
-     Branch: perl
-          ! cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
-          ! perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
-          ! vms/perly_c.vms
-____________________________________________________________________________
-[  6193] By: jhi                                   on 2000/06/01  13:03:56
-        Log: Signals-be-gone for microperl.
-     Branch: cfgperl
-          ! Todo.micro doop.c mg.c perl.c perl.h pp_sys.c util.c
-____________________________________________________________________________
-[  6192] By: jhi                                   on 2000/06/01  12:52:02
-        Log: Integrate with Sarathy.
-     Branch: cfgperl
-         +> lib/Pod/LaTeX.pm t/lib/selfloader.t
-         !> AUTHORS MAINTAIN MANIFEST doop.c embed.pl
-         !> ext/Devel/Peek/Peek.pm handy.h lib/SelfLoader.pm perl.c
-         !> pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
-         !> pod/perlfaq9.pod pod/perlfunc.pod pod/perllocale.pod
-         !> pod/perlre.pod pod/perltrap.pod pod/pod2latex.PL t/op/tr.t
-         !> t/op/vec.t utils/h2xs.PL
-____________________________________________________________________________
-[  6191] By: gsar                                  on 2000/06/01  09:38:21
-        Log: vec() loses numericalness (modified version of patch suggested
-             by Robin Barker)
-     Branch: perl
-          ! doop.c t/op/vec.t
-____________________________________________________________________________
-[  6190] By: gsar                                  on 2000/06/01  09:26:15
-        Log: submit missing embed.pl change
-     Branch: perl
-          ! embed.pl
-____________________________________________________________________________
-[  6189] By: gsar                                  on 2000/06/01  09:05:34
-        Log: counting tr/// corrupts later operation (from M.J.T Guy)
-     Branch: perl
-          ! doop.c t/op/tr.t
-____________________________________________________________________________
-[  6188] By: gsar                                  on 2000/06/01  08:58:39
-        Log: h2xs tweaks
-     Branch: perl
-          ! utils/h2xs.PL
-____________________________________________________________________________
-[  6187] By: gsar                                  on 2000/06/01  08:50:07
-        Log: replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
-             (from Tim Jenness <t.jenness@jach.hawaii.edu>)
-     Branch: perl
-          + lib/Pod/LaTeX.pm
-          ! AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm
-          ! pod/pod2latex.PL
-____________________________________________________________________________
-[  6186] By: gsar                                  on 2000/06/01  08:24:40
-        Log: further qualify references to "alphanumeric" (from Wolfgang Laun
-             <wolfgang.laun@alcatel.at>)
-     Branch: perl
-          ! handy.h pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
-          ! pod/perlfaq9.pod pod/perllocale.pod pod/perlre.pod
-____________________________________________________________________________
-[  6185] By: gsar                                  on 2000/06/01  08:12:00
-        Log: remove incorrect documentation about implicit split to @_ in
-             list context, which never really worked in perl 5 (from
-             M.J.T. Guy)
-     Branch: perl
-          ! pod/perlfunc.pod pod/perltrap.pod
-____________________________________________________________________________
-[  6184] By: gsar                                  on 2000/06/01  07:52:27
-        Log: tweak for change#6127
-     Branch: perl
-          ! perl.c
-____________________________________________________________________________
-[  6183] By: gsar                                  on 2000/06/01  07:41:02
-        Log: SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
-             <nick@ccl4.org>)
-     Branch: perl
-          + t/lib/selfloader.t
-          ! MANIFEST lib/SelfLoader.pm
-____________________________________________________________________________
-[  6182] By: jhi                                   on 2000/06/01  00:34:42
-        Log: Be Cleaner Part Deux.
-     Branch: cfgperl
-          ! Makefile.SH
-____________________________________________________________________________
-[  6181] By: jhi                                   on 2000/06/01  00:32:09
-        Log: Integrate with Sarathy.
-     Branch: cfgperl
-         !> pp.c t/op/arith.t
-____________________________________________________________________________
-[  6180] By: jhi                                   on 2000/06/01  00:31:13
-        Log: microperl nits from Simon Cozens.
-     Branch: cfgperl
-          + uconfig.h
-          ! MAINTAIN MANIFEST Makefile.SH Todo.micro perl.h uconfig.sh
-          ! unixish.h
-____________________________________________________________________________
-[  6179] By: gsar                                  on 2000/05/31  22:37:51
-        Log: buggy modulus on UVs introduced by change#3378 (resulted in
-             4063328477 % 65535 amounting to 27406, instead of 27407)
-     Branch: perl
-          ! pp.c t/op/arith.t
-____________________________________________________________________________
-[  6178] By: jhi                                   on 2000/05/31  21:52:41
-        Log: Be cleaner.
-     Branch: cfgperl
-          ! Makefile.SH
-____________________________________________________________________________
-[  6177] By: jhi                                   on 2000/05/31  21:47:33
-        Log: Substitution utf8 patch from Simon Cozens.
-     Branch: cfgperl
-          ! pp_hot.c
-____________________________________________________________________________
-[  6176] By: jhi                                   on 2000/05/31  21:45:34
-        Log: Single-quoted utf8 patch from Simon Cozens.
-     Branch: cfgperl
-          ! toke.c
-____________________________________________________________________________
-[  6175] By: jhi                                   on 2000/05/31  21:40:18
-        Log: Integrate with Sarathy.
-     Branch: cfgperl
-         !> op.c regexec.c t/lib/filefind.t t/op/re_tests t/op/wantarray.t
-____________________________________________________________________________
-[  6174] By: jhi                                   on 2000/05/31  21:37:31
-        Log: microperl changes from Simon Cozens; Makefile for microperl
-             written from scratch; few casts added as microperl compilation
-             doesn't have all prototypes available.
-     Branch: cfgperl
-          + Makefile.micro README.micro Todo.micro uconfig.sh
-          ! Configure MAINTAIN MANIFEST config_h.SH doop.c mg.c op.c
-          ! perl.c perl.h perlio.c unixish.h utf8.c util.c
-     Branch: metaconfig
-          + U/modified/Config_h.U
-____________________________________________________________________________
-[  6173] By: jhi                                   on 2000/05/31  20:00:24
-        Log: metaconfig maintenance.
-     Branch: metaconfig
-          + U/modified/Inhdr.U U/typedefs/inotype.U
-     Branch: metaconfig/U/perl
-          + d_finitel.U d_getcwd.U d_llseek.U i_fp_class.U i_iconv.U
-          + i_ieeefp.U i_syslog.U i_sysrusage.U i_ulimit.U
-____________________________________________________________________________
-[  6172] By: gsar                                  on 2000/05/31  05:05:42
-        Log: fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
-             (from Ilya Zakharevich)
+[ 17917] By: hv                                    on 2002/09/26  07:46:43
+        Log: Subject: Re: [perl #17141] Text::Wrap "this should not happen" message
+             From: Slaven Rezic <slaven.rezic@berlin.de>
+             Date: 11 Sep 2002 19:37:09 +0200
+             Message-ID: <871y80a0my.fsf@vran.herceg.de>
      Branch: perl
-          ! regexec.c t/op/re_tests
+          ! lib/Text/TabsWrap/t/wrap.t lib/Text/Wrap.pm
 ____________________________________________________________________________
-[  6171] By: gsar                                  on 2000/05/31  05:01:47
-        Log: scalar() doesn't force scalar context when used in void context
-             (from Simon Cozens)
+[ 17916] By: hv                                    on 2002/09/26  07:31:42
+        Log: Subject: [PATCH 5.8.0] perlembed.pod: make some examples work with multiplicity
+             From: "Brendan O'Dea" <bod@debian.org>
+             Date: Tue, 10 Sep 2002 09:19:05 +1000
+             Message-ID: <20020909231905.GA31868@londo.odea.dropbear.id.au>
      Branch: perl
-          ! op.c t/op/wantarray.t
+          ! pod/perlembed.pod
 ____________________________________________________________________________
-[  6170] By: gsar                                  on 2000/05/31  04:41:33
-        Log: change#6142 needs tweaks to tests to work where there's no symlink()
-             (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
+[ 17915] By: rgs                                   on 2002/09/24  20:19:22
+        Log: Patch #17914 was empty ; this should have been applied instead.
      Branch: perl
-          ! t/lib/filefind.t
+          ! hints/aix.sh
 ____________________________________________________________________________
-[  6169] By: gsar                                  on 2000/05/31  04:29:49
-        Log: integrate cfgperl contents into mainline
+[ 17914] By: rgs                                   on 2002/09/21  19:58:57
+        Log: Subject: [PATCH] PASE saga continues
+             From: Jarkko Hietaniemi <jhi@iki.fi>
+             Date: Thu, 19 Sep 2002 23:30:20 +0300
+             Message-ID: <20020919203020.GB274453@lyta.hut.fi>
      Branch: perl
-         +> pod/perlmodlib.PL pod/perlnewmod.pod
-         !> (integrate 42 files)
+          ! hints/aix.sh
 ____________________________________________________________________________
-[  6168] By: jhi                                   on 2000/05/30  22:53:37
-        Log: Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
-     Branch: cfgperl
-          ! Configure Porting/Glossary Porting/config.sh Porting/config_H
-          ! config_h.SH epoc/config.sh perl.h toke.c vms/subconfigure.com
-          ! vos/config.def vos/config.h vos/config.pl vos/config_h.SH_orig
-          ! 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/config_sh.PL
-     Branch: metaconfig/U/perl
-          ! perlxv.U
-____________________________________________________________________________
-[  6167] By: jhi                                   on 2000/05/30  22:20:21
-        Log: tweak todo 
-     Branch: cfgperl
-          ! Todo-5.6
-____________________________________________________________________________
-[  6166] By: jhi                                   on 2000/05/30  22:11:51
-        Log: Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
-             in case somebody wants to write an extension for more
-             shadow database interfaces.
-     Branch: cfgperl
-          ! Configure Porting/Glossary Porting/config.sh Porting/config_H
-          ! config_h.SH epoc/config.sh pp_sys.c vms/subconfigure.com
-          ! vos/config.def vos/config.h vos/config_h.SH_orig
-          ! win32/config.bc win32/config.gc win32/config.vc
-          ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
-     Branch: metaconfig
-          ! U/modified/Myinit.U
-     Branch: metaconfig/U/perl
-          + d_getespwnam.U d_getprpwnam.U i_prot.U
-____________________________________________________________________________
-[  6165] By: jhi                                   on 2000/05/30  18:35:34
-        Log: Integrate with Sarathy.
-     Branch: cfgperl
-         !> op.c
-____________________________________________________________________________
-[  6164] By: jhi                                   on 2000/05/30  18:30:16
-        Log: detypo
-     Branch: cfgperl
-          ! Configure config_h.SH
-     Branch: metaconfig/U/perl
-          ! perlxv.U
+[ 17913] By: rgs                                   on 2002/09/21  19:46:56
+        Log: Subject: [PATCH perl@17882] file spec tweaks for VMS
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Wed, 18 Sep 2002 16:57:02 -0500
+             Message-ID: <3D88F6AE.3020708@mac.com>
+     Branch: perl
+          ! lib/File/Spec/VMS.pm vms/ext/filespec.t
 ____________________________________________________________________________
-[  6163] By: gsar                                  on 2000/05/30  03:24:03
-        Log: fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
+[ 17912] By: ams                                   on 2002/09/19  17:21:24
+        Log: Subject: [PATCH] AIX test shouldn't trip OS/400 PASE
+             From: Jarkko Hietaniemi <jhi@iki.fi>
+             Date: Thu, 19 Sep 2002 18:59:48 +0300
+             Message-Id: <20020919155948.GU208696@lyta.hut.fi>
+
+             Subject: [PATCH] more PASE tweakage
+             From: Jarkko Hietaniemi <jhi@iki.fi>
+             Date: Thu, 19 Sep 2002 18:01:44 +0300
+             Message-Id: <20020919150144.GJ208696@lyta.hut.fi>
      Branch: perl
-          ! op.c
+          ! README.os400 hints/aix.sh
 ____________________________________________________________________________
-[  6162] By: gsar                                  on 2000/05/30  03:09:38
-        Log: fix memory leak in method call optimization (change#3768);
-             made C<eval "$x->foo()"> leak
+[ 17911] By: ams                                   on 2002/09/17  19:29:53
+        Log: Typo fix.
      Branch: perl
-          ! op.c
+          ! ext/POSIX/POSIX.pod
 ____________________________________________________________________________
-[  6161] By: jhi                                   on 2000/05/29  17:56:26
-        Log: Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
-             both from Simon Cozens.
-     Branch: cfgperl
-          + pod/perlmodlib.PL pod/perlnewmod.pod
-          ! AUTHORS MAINTAIN MANIFEST pod/Makefile pod/perl.pod
-          ! pod/perlmodlib.pod pod/perltoc.pod
+[ 17910] By: ams                                   on 2002/09/17  18:09:32
+        Log: Fix #17375 (rcatline didn't work on a formerly-defined undef) by
+             checking for SvOK in do_readline().
+     Branch: perl
+          ! pp_hot.c t/op/gv.t
 ____________________________________________________________________________
-[  6160] By: jhi                                   on 2000/05/29  17:23:55
-        Log: Changes for the File::Temp 0.08 (change #6159) test suite
-             to fit better into the Perl distribution test framework.
-     Branch: cfgperl
-          ! t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t t/lib/ftmp-security.t
-          ! t/lib/ftmp-tempfile.t
-____________________________________________________________________________
-[  6159] By: jhi                                   on 2000/05/29  16:55:36
-        Log: Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
-     Branch: cfgperl
-          ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
-          ! t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
-____________________________________________________________________________
-[  6158] By: bailey                                on 2000/05/29  16:22:08
-        Log: Add fallback to tmpfile for use in cases where user's relying on
-             ACLs on SYS$SCRATCH to permit file creation. (based on Charles
-             Lane's patch)
-     Branch: vmsperl
-          ! vms/vms.c vms/vmsish.h
+[ 17909] By: rgs                                   on 2002/09/16  21:49:27
+        Log: Pod formatting nit, found by Merijn and Jos Boumans.
+     Branch: perl
+          ! pod/perlunicode.pod
 ____________________________________________________________________________
-[  6157] By: jhi                                   on 2000/05/29  03:10:36
-        Log: Regen Configure to jive with #6149.
-     Branch: cfgperl
-          ! Configure
-     Branch: metaconfig
-          ! U/modified/Getfile.U
+[ 17908] By: rgs                                   on 2002/09/16  21:34:55
+        Log: Subject: [perl #17340] When used/requied Locale::*** modules unexpectedly modify $_
+             From: (Ilya Martynov) (via RT) <perlbug@perl.org>
+             Date: 15 Sep 2002 19:06:56 -0000
+             Message-Id: <rt-17340-37749.5.67862754668525@bugs6.perl.org>
+     Branch: perl
+          ! lib/Locale/Country.pm lib/Locale/Currency.pm
+          ! lib/Locale/Language.pm lib/Locale/Script.pm
 ____________________________________________________________________________
-[  6156] By: jhi                                   on 2000/05/29  03:01:38
-        Log: Integrate with Sarathy.
-     Branch: cfgperl
-         +> ext/DynaLoader/dl_mac.xs
-         !> (integrate 38 files)
+[ 17907] By: rgs                                   on 2002/09/16  20:33:51
+        Log: Subject: Re: [perl #17174] perl 5.8.0 fails tests on NetBSD/Alpha
+             From: Jarkko Hietaniemi <jhi@iki.fi>
+             Date: Sun, 15 Sep 2002 18:02:17 +0300
+             Message-ID: <20020915150217.GB21300@lyta.hut.fi>
+     Branch: perl
+          ! hints/netbsd.sh
 ____________________________________________________________________________
-[  6155] By: gsar                                  on 2000/05/28  21:15:58
-        Log: small bug in change#6144; remove random \xA0 character that snuck
-             in via change#6145
+[ 17906] By: rgs                                   on 2002/09/15  11:30:38
+        Log: Fix pod/perlmodlib.PL (it wasn't generating a complete list
+             of modules.) Regenerate pod/perlmodlib.pod. Add a warning :
+             not all modules listed in perlmodlib are necessarily installed.
+             Plus some corrections by Vincent Lefevre.
      Branch: perl
-          ! lib/AutoSplit.pm lib/ExtUtils/xsubpp
+          ! lib/Term/ReadLine.pm pod/perlmodlib.PL pod/perlmodlib.pod
 ____________________________________________________________________________
-[  6154] By: gsar                                  on 2000/05/28  21:04:19
-        Log: avoid type mismatch warning
+[ 17904] By: merijn                                on 2002/09/13  14:02:18
+        Log: Tabs erroneusly expanded to spaces, causing AIX to fail
+             in building DProf
      Branch: perl
-          ! perl.c
+          ! Configure
 ____________________________________________________________________________
-[  6153] By: gsar                                  on 2000/05/28  20:58:31
-        Log: prettier Test::Harness output on failed tests (from Nicholas Clark
-             <nick@Bagpuss.uk.boo.com>)
+[ 17902] By: merijn                                on 2002/09/13  07:47:29
+        Log: configure.com needs d_modflproto
+             Thu 12 Sep 2002 23:19, "Craig A. Berry"
      Branch: perl
-          ! lib/Test/Harness.pm
+          ! configure.com
 ____________________________________________________________________________
-[  6152] By: gsar                                  on 2000/05/28  20:53:42
-        Log: cosmetic fixups of RE debug output (from Ilya Zakharevich)
+[ 17901] By: rgs                                   on 2002/09/12  20:19:55
+        Log: Subject: [PATCH] more PASE wisdom
+             From: Jarkko Hietaniemi <jhi@iki.fi>
+             Date: Fri, 13 Sep 2002 00:17:39 +0300
+             Message-ID: <20020912211739.GB6980@lyta.hut.fi>
      Branch: perl
-          ! regexec.c
+          ! README.os400
 ____________________________________________________________________________
-[  6151] By: gsar                                  on 2000/05/28  20:50:28
-        Log: fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
+[ 17900] By: rgs                                   on 2002/09/12  19:33:06
+        Log: Fix a syntax incompatibility introduced by the // operator.
+             (Note that C<print $fh //> is still a syntax error, it
+             wasn't with perl 5.8.0.)
      Branch: perl
-          ! regexec.c
+          ! t/op/dor.t toke.c
 ____________________________________________________________________________
-[  6150] By: gsar                                  on 2000/05/28  20:39:58
-        Log: perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
+[ 17898] By: rgs                                   on 2002/09/11  20:58:46
+        Log: Fix bug #17006 : remove spurious do{} in the deparsing
+             of s/.../.../e.
      Branch: perl
-          ! pod/perlrequick.pod
+          ! ext/B/B/Deparse.pm ext/B/t/deparse.t
 ____________________________________________________________________________
-[  6149] By: gsar                                  on 2000/05/28  20:35:16
-        Log: OS/2 tweaks for usethreads build (from Rocco Caputo
-             <troc@netrus.net>)
+[ 17897] By: rgs                                   on 2002/09/11  20:56:21
+        Log: Subject: [perl #17119] typo in utils/dprofpp.PL
+             From: "Todd C. Miller" (via RT) <perlbug@perl.org>
+             Date: 10 Sep 2002 18:49:56 -0000
+             Message-ID: <rt-17119-37126.4.55444095171472@bugs6.perl.org>
      Branch: perl
-          ! Configure hints/os2.sh makedef.pl os2/Makefile.SHs
-          ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
-          ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
-          ! os2/os2.c os2/os2ish.h perl.c util.c x2p/a2p.h
+          ! utils/dprofpp.PL
 ____________________________________________________________________________
-[  6148] By: gsar                                  on 2000/05/28  20:21:07
-        Log: close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
+[ 17896] By: merijn                                on 2002/09/11  08:31:45
+        Log: re-synced Configure to backported metaunits
      Branch: perl
-          ! lib/ExtUtils/MM_Unix.pm
+          ! Configure Porting/Glossary Porting/config.sh Porting/config_H
+          ! config_h.SH
 ____________________________________________________________________________
-[  6147] By: gsar                                  on 2000/05/28  20:12:41
-        Log: add a make entry to Config.pm so "perl -V:make" works on VMS
-             (from Peter Prymmer)
+[ 17892] By: merijn                                on 2002/09/10  15:43:53
+        Log: Callback behaviour in hints
+             Mon, 9 Sep 2002, Allen Smith
      Branch: perl
-          ! vms/subconfigure.com
+          ! hints/README.hints
 ____________________________________________________________________________
-[  6146] By: gsar                                  on 2000/05/28  20:06:15
-        Log: doc typo
+[ 17888] By: merijn                                on 2002/09/10  09:20:52
+        Log: New low-price HP servers
      Branch: perl
-          ! lib/warnings.pm warnings.h warnings.pl
+          ! README.hpux
 ____________________________________________________________________________
-[  6145] By: gsar                                  on 2000/05/28  18:44:33
-        Log: make xsubpp skip embedded pod (from Matthias Neeracher
-             <neeri@iis.ee.ethz.ch>)
+[ 17887] By: rgs                                   on 2002/09/09  21:00:08
+        Log: Subject: Re: [PATCH] Quieten warnings in Deparse.pm
+             From: Paul Johnson <paul@pjcj.net>
+             Date: Mon, 9 Sep 2002 23:37:33 +0200
+             Message-ID: <20020909213733.GD879@pjcj.net>
      Branch: perl
-          ! lib/ExtUtils/xsubpp
+          ! ext/B/B/Deparse.pm
 ____________________________________________________________________________
-[  6144] By: gsar                                  on 2000/05/28  18:42:49
-        Log: MacOS support, part 2: make AutoSplit use File::Spec instead
-             of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
-             <neeri@iis.ee.ethz.ch>)
+[ 17886] By: rgs                                   on 2002/09/09  20:38:01
+        Log: Subject: [PATCH] Re: [PATCH] Attempt at speeding up Config.pm.  Didn't work.
+             From: Nicholas Clark <nick@unfortu.net>
+             Date: Sun, 8 Sep 2002 23:05:54 +0100
+             Message-ID: <20020908220553.GO286@Bagpuss.unfortu.net>
      Branch: perl
-          ! lib/AutoSplit.pm
+          ! configpm
 ____________________________________________________________________________
-[  6143] By: gsar                                  on 2000/05/28  18:41:12
-        Log: MacOS support, part 1 (from Matthias Neeracher
-             <neeri@iis.ee.ethz.ch>)
+[ 17885] By: rgs                                   on 2002/09/09  20:35:34
+        Log: Subject: [PATCH] strict.pm pod at __END__
+             From: Nicholas Clark <nick@unfortu.net>
+             Date: Sun, 8 Sep 2002 22:36:09 +0100
+             Message-ID: <20020908213608.GM286@Bagpuss.unfortu.net>
      Branch: perl
-          + ext/DynaLoader/dl_mac.xs
-          ! MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
-          ! ext/POSIX/POSIX.xs lib/ExtUtils/MakeMaker.pm mg.c perl.c
-          ! perlsfio.h pod/perlfaq4.pod pp_ctl.c proto.h toke.c util.c
-          ! util.h
+          ! lib/strict.pm
 ____________________________________________________________________________
-[  6142] By: gsar                                  on 2000/05/28  18:21:51
-        Log: File::Find fails to chdir when chasing symlinks (from
-             Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
-     Branch: perl
-          ! lib/File/Find.pm t/lib/filefind.t
-____________________________________________________________________________
-[  6141] By: jhi                                   on 2000/05/28  14:25:15
-        Log: BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
-             forwarded by Peter Seebach from the bsdi-users mailing list.
-             p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
-     Branch: perl
-          ! hints/bsdos.sh
-____________________________________________________________________________
-[  6140] By: jhi                                   on 2000/05/28  14:11:57
-        Log: Integrate with Sarathy.
-     Branch: cfgperl
-         +> (branch 30 files)
-         !> (integrate 93 files)
-____________________________________________________________________________
-[  6139] By: gsar                                  on 2000/05/28  10:01:48
-        Log: revise mktables.PL for bugs and newness in Unicode 3.0
-             (from James Bence <jbence@amgen.com>)
-     Branch: perl
-          + lib/unicode/Is/BidiAL.pl lib/unicode/Is/BidiBN.pl
-          + lib/unicode/Is/BidiLRE.pl lib/unicode/Is/BidiLRO.pl
-          + lib/unicode/Is/BidiNSM.pl lib/unicode/Is/BidiPDF.pl
-          + lib/unicode/Is/BidiRLE.pl lib/unicode/Is/BidiRLO.pl
-          + lib/unicode/Is/Cf.pl lib/unicode/Is/Cs.pl
-          + lib/unicode/Is/DCfraction.pl lib/unicode/Is/Me.pl
-          + lib/unicode/Is/Nl.pl lib/unicode/Is/Pc.pl lib/unicode/Is/Pf.pl
-          + lib/unicode/Is/Pi.pl lib/unicode/Is/Sk.pl
-          + lib/unicode/Is/SylAA.pl lib/unicode/Is/SylAAI.pl
-          + lib/unicode/Is/SylAI.pl lib/unicode/Is/SylEE.pl
-          + lib/unicode/Is/SylII.pl lib/unicode/Is/SylN.pl
-          + lib/unicode/Is/SylOO.pl lib/unicode/Is/SylWAA.pl
-          + lib/unicode/Is/SylWEE.pl lib/unicode/Is/SylWII.pl
-          + lib/unicode/Is/SylWO.pl lib/unicode/Is/SylWOO.pl
-          + lib/unicode/Is/SylWU.pl
-          ! MANIFEST lib/unicode/Is/Cn.pl lib/unicode/Is/Graph.pl
-          ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
-          ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
-          ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
-          ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
-          ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
-          ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
-          ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
-          ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
-          ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
-          ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
-          ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
-          ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
-          ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
-          ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
-          ! lib/unicode/Is/LbrkZW.pl lib/unicode/Is/Punct.pl
-          ! lib/unicode/Is/Space.pl lib/unicode/Is/SylA.pl
-          ! lib/unicode/Is/SylC.pl lib/unicode/Is/SylE.pl
-          ! lib/unicode/Is/SylI.pl lib/unicode/Is/SylO.pl
-          ! lib/unicode/Is/SylU.pl lib/unicode/Is/SylV.pl
-          ! lib/unicode/Is/SylWA.pl lib/unicode/Is/SylWC.pl
-          ! lib/unicode/Is/SylWE.pl lib/unicode/Is/SylWI.pl
-          ! lib/unicode/Is/SylWV.pl lib/unicode/Is/Upper.pl
-          ! lib/unicode/Makefile lib/unicode/mktables.PL
-____________________________________________________________________________
-[  6138] By: gsar                                  on 2000/05/28  08:50:32
-        Log: add note about the handling of negative indices to tied arrays
-             (from Michael G Schwern <schwern@pobox.com>)
+[ 17884] By: rgs                                   on 2002/09/09  19:33:11
+        Log: Subject: [PATCH] File/Find/t/find.t tests 1 and 2 (was Re: [perl #17061] no strict 'garbage')
+             From: Nicholas Clark <nick@unfortu.net>
+             Date: Sun, 8 Sep 2002 19:45:52 +0100
+             Message-ID: <20020908184551.GH286@Bagpuss.unfortu.net>
      Branch: perl
-          ! pod/perltie.pod
+          ! lib/File/Find/t/find.t
 ____________________________________________________________________________
-[  6137] By: gsar                                  on 2000/05/28  08:46:10
-        Log: fix bogus redeclaration warning for "our" variables in different
-             scopes
+[ 17883] By: rgs                                   on 2002/09/09  19:10:08
+        Log: Subject: [PATCH] Quieten warnings in Deparse.pm
+             From: Paul Johnson <paul@pjcj.net>
+             Date: Sun, 8 Sep 2002 23:50:11 +0200
+             Message-ID: <20020908215011.GA879@pjcj.net>
      Branch: perl
-          ! op.c t/pragma/strict-vars
+          ! ext/B/B/Deparse.pm
 ____________________________________________________________________________
-[  6136] By: gsar                                  on 2000/05/28  08:31:20
-        Log: random pod typos (from Peter Scott <Peter@PSDT.com>)
+[ 17882] By: hv                                    on 2002/09/09  10:33:58
+        Log: Update Changes
      Branch: perl
-          ! ext/Devel/Peek/Peek.pm pod/perldebguts.pod
+          ! Changes patchlevel.h
 ____________________________________________________________________________
-[  6135] By: gsar                                  on 2000/05/28  08:17:50
-        Log: enable Test::Harness to dynamically determine column width etc.
-             (from Rob Napier <rnapier@employees.org>)
+[ 17881] By: hv                                    on 2002/09/09  09:54:55
+        Log: Subject: Re: [PATCH: perl #17849] (corrected) Long double bugs - sprintf.t _and_ num.t
+             From: "Allen Smith" <easmith@beatrice.rutgers.edu>
+             Date: Mon, 9 Sep 2002 01:48:08 -0400
+             Message-Id: <10209090148.ZM1555835@puck2.rutgers.edu>
      Branch: perl
-          ! lib/Test/Harness.pm
+          ! perl.h sv.c
 ____________________________________________________________________________
-[  6134] By: gsar                                  on 2000/05/28  08:13:39
-        Log: make Test::Harness use wait.h/WCOREDUMP if available
-             (from Ben Tilly <ben_tilly@hotmail.com>)
+[ 17880] By: hv                                    on 2002/09/09  09:33:55
+        Log: integrate Math::BigInt-1.63
+             Subject: Re: [perl #16997] Math::BigFloat hang on bsqrt [ANNOUNCE v1.63
+             From: Tels <perl_dummy@bloodgate.com>
+             Date: Mon, 09 Sep 2002 00:23:01 +0200 (CEST)
+             Message-Id: <200209082022.g88KMGY20194@crypt.org>
      Branch: perl
-          ! lib/Test/Harness.pm
+          ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
+          ! lib/Math/BigInt/t/bare_mif.t lib/Math/BigInt/t/constant.t
+          ! lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/mbimbf.t
+          ! lib/Math/BigInt/t/sub_mif.t
 ____________________________________________________________________________
-[  6133] By: gsar                                  on 2000/05/28  08:08:05
-        Log: elide bogus test in change#6132
+[ 17879] By: hv                                    on 2002/09/09  09:23:53
+        Log: Subject: [PATCH] Configure locincpth vs Jaguar gcc 3
+             From: Jarkko Hietaniemi <jhi@iki.fi>
+             Date: Mon, 9 Sep 2002 00:07:46 +0300
+             Message-ID: <20020908210746.GB4136@lyta.hut.fi>
      Branch: perl
-          ! t/pragma/warn/9enabled
+          ! Configure
 ____________________________________________________________________________
-[  6132] By: gsar                                  on 2000/05/28  08:03:14
-        Log: warnings::enabled() doesn't fall back to looking at $^W if
-             caller isn't using lexical warnings (from Paul Marquess)
+[ 17878] By: hv                                    on 2002/09/09  09:11:57
+        Log: small grammar fix in Benchmark docs
      Branch: perl
-          ! pp_ctl.c t/pragma/warn/9enabled
+          ! lib/Benchmark.pm
 ____________________________________________________________________________
-[  6131] By: gsar                                  on 2000/05/28  07:57:47
-        Log: avoid warnings in POSIX.pm (from Barrie Slaymaker)
+[ 17877] By: hv                                    on 2002/09/09  09:09:30
+        Log: Subject: [PATCH] configpm
+             From: Abe Timmerman <abe@ztreet.demon.nl>
+             Date: Sun, 8 Sep 2002 17:21:19 +0200
+             Message-Id: <200209081721.19233.abe@ztreet.demon.nl>
      Branch: perl
-          ! ext/POSIX/POSIX.pm
+          ! configpm
 ____________________________________________________________________________
-[  6130] By: gsar                                  on 2000/05/28  07:29:12
-        Log: fix places that mean C<"word" character> but say C<alphanumeric
-             character>
+[ 17876] By: hv                                    on 2002/09/09  08:48:35
+        Log: Subject: Re: Smoke 17849 MSWin32 (w2k/GCC)
+             From: Abe Timmerman <abe@ztreet.demon.nl>
+             Date: Mon, 9 Sep 2002 01:32:19 +0200
+             Message-Id: <200209090132.19891.abe@ztreet.demon.nl>
      Branch: perl
-          ! pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
+          ! makedef.pl
 ____________________________________________________________________________
-[  6129] By: gsar                                  on 2000/05/28  07:18:41
-        Log: VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
+[ 17875] By: rgs                                   on 2002/09/08  18:55:01
+        Log: Subject: [PATCH] cleanup temp files (was Re: Smoke 17805 irix 6.5 6.5.16m IP32 r5000 /usr/share/src/cpan-current-benedick)
+             From: Nicholas Clark <nick@unfortu.net>
+             Date: Sun, 8 Sep 2002 15:46:44 +0100
+             Message-ID: <20020908144643.GC286@Bagpuss.unfortu.net>
+
+             Plus two other similar tweaks
      Branch: perl
-          ! vms/test.com
+          ! ext/SDBM_File/sdbm.t
 ____________________________________________________________________________
-[  6128] By: gsar                                  on 2000/05/28  07:12:55
-        Log: new perlxstut example for passing/returning refs to arrays
-             (from David Lowe <dlowe@pootpoot.com>)
+[ 17874] By: hv                                    on 2002/09/08  17:10:38
+        Log: Subject: Re: [PATCH: perl #17849] (corrected) Long double bugs - sprintf.t _and_ num.t
+             From: "Allen Smith" <easmith@beatrice.rutgers.edu>
+             Date: Sat, 7 Sep 2002 05:25:45 -0400
+             Message-Id: <10209070525.ZM1584639@puck2.rutgers.edu>
      Branch: perl
-          ! pod/perlxstut.pod
+          ! hints/irix_6.sh numeric.c perl.h sv.c t/base/num.t
+          ! t/op/sprintf.t
 ____________________________________________________________________________
-[  6127] By: gsar                                  on 2000/05/28  07:02:50
-        Log: call_method(...,G_EVAL) can longjmp() out if the method probing
-             failed (from Gisle Aas)
+[ 17873] By: hv                                    on 2002/09/08  16:48:54
+        Log: Subject: [PATCH] COW for ithreads (was Re: what copies scalars in ithreads?)
+             From: Nicholas Clark <nick@unfortu.net>
+             Date: Sat, 7 Sep 2002 00:20:53 +0100
+             Message-ID: <20020906232052.GB901@Bagpuss.unfortu.net>
      Branch: perl
-          ! cop.h perl.c
+          ! op.c sv.c
 ____________________________________________________________________________
-[  6126] By: gsar                                  on 2000/05/28  06:39:53
-        Log: change#2879 broke rvalue autovivification of magicals such as ${$num}
-             (reworked variant of patch suggested by Simon Cozens)
+[ 17872] By: hv                                    on 2002/09/08  16:35:46
+        Log: temporarily skip failing Storable tests caused by #17869
      Branch: perl
-          ! embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
-          ! pp_hot.c proto.h t/op/gv.t
+          ! ext/Storable/t/code.t
 ____________________________________________________________________________
-[  6125] By: gsar                                  on 2000/05/28  05:14:55
-        Log: enable propagating exception objects via Perl_croak() in XS code
-             (from Gisle Aas)
+[ 17871] By: hv                                    on 2002/09/08  16:23:49
+        Log: Subject: [PATCH] tiddly tidy up for util.c
+             From: Nicholas Clark <nick@unfortu.net>
+             Date: Fri, 6 Sep 2002 23:00:14 +0100
+             Message-ID: <20020906220013.GD428@Bagpuss.unfortu.net>
      Branch: perl
           ! util.c
 ____________________________________________________________________________
-[  6124] By: gsar                                  on 2000/05/28  05:07:28
-        Log: integrate vmsperl contents into mainline
+[ 17870] By: hv                                    on 2002/09/08  16:21:23
+        Log: regularise whitespace and formatting in util.c
      Branch: perl
-         !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
-         !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
-         !> vms/vmsish.h
+          ! util.c
 ____________________________________________________________________________
-[  6123] By: gsar                                  on 2000/05/28  05:03:53
-        Log: clarify gotcha with #line directives (from Rocco Caputo
-             <troc@netrus.net>)
+[ 17869] By: hv                                    on 2002/09/08  15:46:08
+        Log: Subject: [perl #17061] no strict 'garbage'
+             From: Elizabeth Mattijsen (via RT) <perlbug@perl.org>
+             Date: 6 Sep 2002 19:31:02 -0000
+             Message-Id: <rt-17061-36808.6.19994322284541@bugs6.perl.org>
+             Date: Sat, 07 Sep 2002 13:40:22 +0200
+             Message-Id: <4.2.0.58.20020907133846.02476d40@mickey.dijkmat.nl>
      Branch: perl
-          ! pod/perldebug.pod pod/perlsyn.pod
+          ! lib/strict.pm lib/strict.t
 ____________________________________________________________________________
-[  6122] By: gsar                                  on 2000/05/28  04:58:29
-        Log: downgrade fatal error on C<"foo@nosucharray.com"> to optional warning
-             (from Mark-Jason Dominus)
+[ 17868] By: hv                                    on 2002/09/08  15:24:08
+        Log: small fix to perl58delta for MIME::QuotedPrint, from Jarkko
      Branch: perl
-          ! lib/ExtUtils/typemap pod/perl56delta.pod pod/perlsub.pod
-          ! pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
-          ! t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
-          ! toke.c
-____________________________________________________________________________
-[  6121] By: bailey                                on 2000/05/25  04:46:54
-        Log: Allow eliminate_macros() and fixpath() to handle space-delimited
-             lists (based on fixes by Craig Berry)
-     Branch: vmsperl
-          ! lib/File/Spec/VMS.pm
+          ! pod/perl58delta.pod
 ____________________________________________________________________________
-[  6120] By: bailey                                on 2000/05/25  04:25:38
-        Log: Add missing escape (Charles Lane)
-     Branch: vmsperl
-          ! t/op/lex_assign.t
+[ 17867] By: hv                                    on 2002/09/08  15:10:46
+        Log: Subject: [PATCH] allow using hires time() in Benchmark
+             From: Jarkko Hietaniemi <jhi@iki.fi>
+             Date: Fri, 6 Sep 2002 00:38:11 +0300
+             Message-ID: <20020905213811.GA23771@lyta.hut.fi>
+     Branch: perl
+          ! lib/Benchmark.pm
 ____________________________________________________________________________
-[  6119] By: bailey                                on 2000/05/25  04:21:25
-        Log: Quiet error messages in vmsish.t (Charles Lane)
-     Branch: vmsperl
-          ! vms/ext/vmsish.t
+[ 17866] By: hv                                    on 2002/09/08  15:06:05
+        Log: Subject: [PATCH] OS/400 PASE symbol scan tweak
+             From: Jarkko Hietaniemi <jhi@kosh.hut.fi>
+             Date: Thu, 5 Sep 2002 21:46:20 +0300 (EET DST)
+             Message-Id: <200209051846.g85IkKOk013697@kosh.hut.fi>
+     Branch: perl
+          ! Configure
 ____________________________________________________________________________
-[  6118] By: bailey                                on 2000/05/25  04:17:57
-        Log: Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
-             Flatten case labels in switch statements uniformly (Charles Bailey)
-     Branch: vmsperl
-          ! vms/vms.c
+[ 17865] By: hv                                    on 2002/09/08  15:03:23
+        Log: Subject: Unicode::Collate 0.23 Released
+             From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
+             Date: Thu, 05 Sep 2002 23:28:32 +0900
+             Message-Id: <20020905232316.8151.BQW10602@nifty.com>
+     Branch: perl
+          + lib/Unicode/Collate/t/index.t
+          ! MANIFEST lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
+          ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
 ____________________________________________________________________________
-[  6117] By: bailey                                on 2000/05/25  03:58:09
-        Log: Treat sockets as special in sys(read|write) (Charles Lane et al.)
-     Branch: vmsperl
-          ! vms/vmsish.h
+[ 17864] By: hv                                    on 2002/09/08  14:55:31
+        Log: Subject: sv_2pv_flags and ROK and UTF8 flags
+             From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
+             Date: Wed, 04 Sep 2002 21:09:01 -0700
+             Message-ID: <djtd9gzkgyLd092yn@efn.org>
+             Date: Fri, 06 Sep 2002 09:23:03 -0700
+             Message-ID: <nZNe9gzkgKdH092yn@efn.org>
+     Branch: perl
+          ! lib/overload.t sv.c sv.h t/op/pat.t
 ____________________________________________________________________________
-[  6116] By: bailey                                on 2000/05/25  03:11:15
-        Log: Miscellaneous cosmetic fixes (Charles Lane)
-     Branch: vmsperl
-          ! lib/ExtUtils/MM_VMS.pm
+[ 17863] By: hv                                    on 2002/09/08  14:11:54
+        Log: setting PERL_CORE as in #17861 violates assumptions made by taint tests
+     Branch: perl
+          ! t/op/taint.t
 ____________________________________________________________________________
-[  6115] By: bailey                                on 2000/05/25  03:10:36
-        Log: Add bounds checking for several strings (Charles Lane)
-     Branch: vmsperl
-          ! vms/vms.c
+[ 17862] By: hv                                    on 2002/09/08  14:01:07
+        Log: Subject: [PATCH t/TestInit.pm] Set env PERL_CORE
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Wed, 4 Sep 2002 11:38:01 -0700
+             Message-ID: <20020904183801.GF8367@ool-18b93024.dyn.optonline.net>
+     Branch: perl
+          ! t/TestInit.pm
 ____________________________________________________________________________
-[  6114] By: bailey                                on 2000/05/25  02:25:34
-        Log: Urk -- undo previous removal of vmsish 'exit' change
-     Branch: vmsperl
-          ! vms/ext/vmsish.pm vms/vmsish.h
+[ 17861] By: hv                                    on 2002/09/08  13:58:10
+        Log: Subject: Re: [PATCH t/test.pl] Let is/isnt() handle undef without warnings
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Fri, 6 Sep 2002 14:03:16 -0700
+             Message-ID: <20020906210315.GC808@ool-18b93024.dyn.optonline.net>
+     Branch: perl
+          ! t/test.pl
 ____________________________________________________________________________
-[  6113] By: bailey                                on 2000/05/24  02:24:40
-        Log: Ugly workaround for version-specific RTL error
-     Branch: vmsperl
-          ! vms/vms.c
+[ 17860] By: hv                                    on 2002/09/08  13:48:49
+        Log: #17859 misuses s/// return values
+     Branch: perl
+          ! configpm
 ____________________________________________________________________________
-[  6112] By: bailey                                on 2000/05/24  02:19:55
-        Log: Check for existence of file before trying to delete
-     Branch: vmsperl
-          ! vms/test.com
-____________________________________________________________________________
-[  6111] By: bailey                                on 2000/05/23  23:35:13
-        Log: Resync with mainline prior to post-5.6.0 updates
-     Branch: vmsperl
-         +> (branch 49 files)
-          - t/lib/thread.t t/op/64bit.t t/op/nothread.t
-          ! vms/ext/vmsish.pm
-         !> (integrate 334 files)
-____________________________________________________________________________
-[  6110] By: jhi                                   on 2000/05/23  19:28:32
-        Log: todo tweak
-     Branch: cfgperl
-          ! Todo-5.6
-____________________________________________________________________________
-[  6109] By: jhi                                   on 2000/05/18  17:38:54
-        Log: Integrate with Sarathy.
-     Branch: cfgperl
-         !> mg.c perl.h win32/perlhost.h
-____________________________________________________________________________
-[  6108] By: gsar                                  on 2000/05/17  02:24:56
-        Log: reenable fake signal handling on Windows, bugs and all
-     Branch: perl
-          ! mg.c perl.h win32/perlhost.h
-____________________________________________________________________________
-[  6107] By: jhi                                   on 2000/05/15  18:01:41
-        Log: Tweak the todo list.
-     Branch: cfgperl
-          ! Todo-5.6
-____________________________________________________________________________
-[  6106] By: jhi                                   on 2000/05/15  13:41:48
-        Log: The (Configure) script refuses to go on, after asking for
-             'You may also choose to try maximal 64-bitness....'.
-             If answer is yes the script can't find the 'workshoplibpth.cbu' file.
-             -- Patrick Zima
-             p5p Message-Id: <200005151108.NAA19733@pc026991.otn.lm.dasa.de> 
-     Branch: cfgperl
-          ! hints/solaris_2.sh
+[ 17859] By: hv                                    on 2002/09/08  13:17:46
+        Log: Subject: Re: [PATCH] Attempt at speeding up Config.pm.  Didn't work.
+             From: Nicholas Clark <nick@unfortu.net>
+             Date: Mon, 2 Sep 2002 23:22:32 +0100
+             Message-ID: <20020902222231.GG284@Bagpuss.unfortu.net>
+     Branch: perl
+          ! configpm
 ____________________________________________________________________________
-[  6105] By: jhi                                   on 2000/05/11  14:37:43
-        Log: Integrate with Sarathy.
-     Branch: cfgperl
-         !> embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
-         !> perlapi.c pod/perlapi.pod proto.h win32/win32.c
+[ 17850] By: ams                                   on 2002/09/06  03:31:32
+        Log: Subject: [PATCH] (mostly (Unicode)) pod nits
+             From: Jarkko Hietaniemi <jhi@iki.fi>
+             Date: Fri, 6 Sep 2002 06:01:57 +0300
+             Message-Id: <20020906030157.GA28252@lyta.hut.fi>
+     Branch: perl
+          ! pod/perl.pod pod/perlunicode.pod pod/perluniintro.pod
 ____________________________________________________________________________
-[  6104] By: gsar                                  on 2000/05/11  03:39:07
-        Log: PL_sys_intern was being initialized too late on windows
+[ 17849] By: gsar                                  on 2002/09/05  06:28:36
+        Log: document setting the email address
      Branch: perl
-          ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
-          ! perlapi.c pod/perlapi.pod proto.h win32/win32.c
+          ! Porting/repository.pod
 ____________________________________________________________________________
-[  6103] By: jhi                                   on 2000/05/09  19:42:20
-        Log: Test tweaking for Unicos continues.
-     Branch: cfgperl
-          ! t/op/64bitint.t
+[ 17848] By: hv                                    on 2002/09/04  23:12:15
+        Log: AUTHORS: preferred address for Allen Smith
+     Branch: perl
+          ! AUTHORS
 ____________________________________________________________________________
-[  6102] By: jhi                                   on 2000/05/09  16:47:27
-        Log: The test suite tweak in #6101 wasn't quite right.
-     Branch: cfgperl
-          ! t/lib/complex.t
+[ 17847] By: hv                                    on 2002/09/04  23:10:37
+        Log: copy on write: fixes and debugging
+             Subject: what copies scalars in ithreads?
+             From: Nicholas Clark <nick@unfortu.net>
+             Date: Wed, 4 Sep 2002 21:52:47 +0100
+             Message-ID: <20020904205247.GA280@Bagpuss.unfortu.net>
+     Branch: perl
+          ! sv.c
 ____________________________________________________________________________
-[  6101] By: jhi                                   on 2000/05/09  15:35:34
-        Log: Hints and test tweaks for Unicos.
-     Branch: cfgperl
-          ! hints/unicos.sh t/lib/b.t t/lib/complex.t t/op/64bitint.t
+[ 17846] By: hv                                    on 2002/09/04  23:02:43
+        Log: Subject: Re: [PATCH] A variety of README nitpicks.
+             From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
+             Date: Wed, 04 Sep 2002 09:10:05 +0200
+             Message-Id: <20020904090853.F13D.H.M.BRAND@hccnet.nl>
+     Branch: perl
+          ! README.hpux
 ____________________________________________________________________________
-[  6100] By: jhi                                   on 2000/05/08  21:15:06
-        Log: More compilation tweakery from Allen Smith.
-     Branch: cfgperl
-          ! hints/irix_6.sh
+[ 17845] By: hv                                    on 2002/09/04  15:06:33
+        Log: Avoid 'unportable' warnings for lib/Math/BigInt/t/constant.t
+     Branch: perl
+          ! lib/Math/BigInt/t/constant.t
 ____________________________________________________________________________
-[  6099] By: jhi                                   on 2000/05/08  19:21:18
-        Log: Tweaks for the cc bugs from Allen Smith.
-     Branch: cfgperl
-          ! hints/irix_6.sh
+[ 17844] By: hv                                    on 2002/09/04  14:32:19
+        Log: #17836 (DB_File-1.805) misses a couple of dTHX declarations
+     Branch: perl
+          ! ext/DB_File/DB_File.xs
 ____________________________________________________________________________
-[  6098] By: jhi                                   on 2000/05/08  19:13:37
-        Log: Add a note about other, yet unsupported, shadow password APIs.
-     Branch: cfgperl
-          ! pp_sys.c
+[ 17843] By: hv                                    on 2002/09/04  14:09:13
+        Log: #17842 was only half the story
+             Subject: [PATCH deb.c] Re: HiRes failure is success?
+             From: Dave Mitchell <davem@fdgroup.com>
+             Date: Wed, 4 Sep 2002 16:11:15 +0100
+             Message-ID: <20020904161115.E27603@fdgroup.com>
+     Branch: perl
+          ! deb.c
 ____________________________________________________________________________
-[  6097] By: jhi                                   on 2000/05/08  18:46:34
-        Log: Add a note about possible compilation problems from Allen Smith.
-     Branch: cfgperl
-          ! hints/irix_6.sh
+[ 17842] By: hv                                    on 2002/09/04  14:04:40
+        Log: printf argument mismatch in Perl_deb_stack_all() from change #17718
+     Branch: perl
+          ! deb.c
 ____________________________________________________________________________
-[  6096] By: jhi                                   on 2000/05/08  17:33:10
-        Log: Integrate with Sarathy.
-     Branch: cfgperl
-         !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
-         !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
+[ 17841] By: hv                                    on 2002/09/04  13:57:27
+        Log: Subject: [PATCH] op/getpid.t failure
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Tue, 3 Sep 2002 17:48:24 -0700
+             Message-ID: <20020904004824.GG2701@ool-18b93024.dyn.optonline.net>
+     Branch: perl
+          ! t/op/getpid.t
 ____________________________________________________________________________
-[  6095] By: jhi                                   on 2000/05/08  16:21:33
-        Log: Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
-             might be useful in future.
-     Branch: cfgperl
-          ! Configure Porting/Glossary Porting/config.sh Porting/config_H
-          ! config_h.SH
-     Branch: metaconfig
-          ! U/installdirs/inc_version_list.U
-     Branch: metaconfig/U/perl
-          ! perlxv.U
+[ 17840] By: hv                                    on 2002/09/04  13:55:20
+        Log: Subject: [PATCH] File::Basename doesn't lazy load Carp right.
+             and Subject: [PATCH] More modules that don't lazy load Carp right.
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Tue, 3 Sep 2002 17:21:57 -0700
+             Message-ID: <20020904002157.GD2701@ool-18b93024.dyn.optonline.net>
+             and Message-ID: <20020904003857.GE2701@ool-18b93024.dyn.optonline.net>
+     Branch: perl
+          ! ext/Encode/Unicode/Unicode.pm
+          ! ext/Encode/lib/Encode/Encoding.pm ext/Sys/Hostname/Hostname.pm
+          ! lib/File/Basename.pm
 ____________________________________________________________________________
-[  6094] By: gsar                                  on 2000/05/08  14:22:22
-        Log: cygwin update (from Eric Fifer <efifer@sanwaint.com>)
+[ 17839] By: hv                                    on 2002/09/04  13:47:12
+        Log: Subject: Re: [PATCH 5.8.0] add accessors for POSIX::SigAction
+             From: "Brendan O'Dea" <bod@debian.org>
+             Date: Wed, 4 Sep 2002 02:36:10 +1000
+             Message-ID: <20020903163610.GA14595@londo.odea.dropbear.id.au>
      Branch: perl
-          ! README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
-          ! hints/cygwin.sh pp_sys.c
+          ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod
 ____________________________________________________________________________
-[  6093] By: gsar                                  on 2000/05/08  12:52:28
-        Log: fork() failure to create pseudo process sets errno=EAGAIN and returns
-             undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
+[ 17838] By: hv                                    on 2002/09/04  13:41:27
+        Log: Subject: [PATCHes] Still no working Berkeley DB in OS X 10.2
+             From: =?ISO-8859-1?Q?Kay_R=F6pke?= <kay@dolphin-services.de>
+             Date: Tue, 3 Sep 2002 13:46:18 +0200
+             Message-Id: <C287A20E-BF32-11D6-A454-000393414688@dolphin-services.de>
      Branch: perl
-          ! pp_sys.c sv.c win32/perlhost.h
+          ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-recno.t
 ____________________________________________________________________________
-[  6092] By: jhi                                   on 2000/05/07  22:40:34
-        Log: Regen perltoc with the fixed buildtoc.
-     Branch: cfgperl
-          ! pod/perltoc.pod
+[ 17837] By: hv                                    on 2002/09/04  13:38:27
+        Log: Subject: [PATCH lib/Config.t] test grandfathered Config variables
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Mon, 2 Sep 2002 22:29:07 -0700
+             Message-ID: <20020903052907.GR8061@ool-18b93024.dyn.optonline.net>
+     Branch: perl
+          ! lib/Config.t
 ____________________________________________________________________________
-[  6091] By: jhi                                   on 2000/05/07  22:24:16
-        Log: Integrate with Sarathy.
-     Branch: cfgperl
-         !> perl.c pod/buildtoc pp.c pp_hot.c sv.c t/op/quotemeta.t
-         !> t/op/substr.t toke.c
+[ 17836] By: hv                                    on 2002/09/04  13:35:36
+        Log: Subject: [PATCH] DB_File 1.805
+             From: "Paul Marquess" <Paul.Marquess@btinternet.com>
+             Date: Mon, 2 Sep 2002 23:56:40 +0100
+             Message-ID: <AIEAJICLCBDNAAOLLOKLAEMCFFAA.Paul.Marquess@btinternet.com>
+     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-btree.t ext/DB_File/t/db-hash.t
+          ! ext/DB_File/t/db-recno.t ext/DB_File/typemap
 ____________________________________________________________________________
-[  6090] By: gsar                                  on 2000/05/07  19:47:07
-        Log: concat doesn't preserve utf8-ness, and doesn't invalidate
-             [NI]OK; added tests for both
+[ 17835] By: hv                                    on 2002/09/04  13:23:17
+        Log: fix coredump after 64k-deep recursion
+             Subject: Re: debugging coredump with -DD
+             From: hv@crypt.org
+             Date: Tue, 03 Sep 2002 14:34:20 +0100
+             Message-Id: <200209031334.g83DYLN09709@crypt.compulink.co.uk>
      Branch: perl
-          ! perl.c pp_hot.c sv.c t/op/substr.t
+          ! cop.h t/op/recurse.t
 ____________________________________________________________________________
-[  6089] By: gsar                                  on 2000/05/07  18:18:38
-        Log: buildtoc tweak to fix newline lossage
+[ 17834] By: hv                                    on 2002/09/04  13:08:36
+        Log: perldoc: allow arguments for pager
+             Subject: perldoc patch for better $Config{pager} support, mandir patch, fhs patch
+             From: Chip Turner <cturner@redhat.com>
+             Date: 02 Sep 2002 01:17:23 -0400
+             Message-ID: <vzku1l9x95o.fsf@minbar.devel.redhat.com>
      Branch: perl
-          ! pod/buildtoc
+          ! utils/perldoc.PL
 ____________________________________________________________________________
-[  6088] By: jhi                                   on 2000/05/07  16:35:36
-        Log: Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
-             because we do not use those.  The HAS_GETSPNAM remains,
-             though, because we still do use that.
-     Branch: cfgperl
-          ! Configure Porting/Glossary Porting/config.sh Porting/config_H
-          ! config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
-          ! pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
-          ! vos/config_h.SH_orig 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/config_sh.PL
-____________________________________________________________________________
-[  6087] By: gsar                                  on 2000/05/07  16:05:16
-        Log: reverse() and quotemeta() weren't preserving utf8-ness; add tests
-     Branch: perl
-          ! pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
-____________________________________________________________________________
-[  6086] By: jhi                                   on 2000/05/07  15:27:07
-        Log: Integrate with Sarathy.
-     Branch: cfgperl
-         +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
-         +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
-         !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
-         !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
-         !> pod/perltie.pod pp.c t/lib/peek.t t/op/substr.t
-         !> utils/perlbug.PL vms/vms.c vms/vmsish.h
-____________________________________________________________________________
-[  6085] By: gsar                                  on 2000/05/07  05:52:02
-        Log: repeat operator (x) doesn't preserve utf8-ness
+[ 17833] By: hv                                    on 2002/09/04  12:55:54
+        Log: Subject: [PATCH] use sysconf(_SC_CLK_TCK) for times()
+             From: Jarkko Hietaniemi <jhi@iki.fi>
+             Date: Sun, 1 Sep 2002 19:23:55 +0300
+             Message-ID: <20020901162355.GH12536@lyta.hut.fi>
      Branch: perl
-          ! pp.c t/op/substr.t
+          ! embedvar.h intrpvar.h perl.c perlapi.h pp_sys.c
 ____________________________________________________________________________
-[  6084] By: gsar                                  on 2000/05/07  05:39:55
-        Log: substr() does not preserve utf8-ness (from Stefan Eissing
-             <Eissing@medicaldataservice.de>); added tests
+[ 17832] By: hv                                    on 2002/09/04  12:39:42
+        Log: Subject: Re: [PATCH] Correct/completes Overloading in XS mods
+             From: John Peacock <jpeacock@rowman.com>
+             Date: Sun, 01 Sep 2002 15:00:12 -0400
+             Message-ID: <3D7263BC.9020608@rowman.com>
      Branch: perl
-          ! pp.c t/op/substr.t
+          ! lib/ExtUtils/xsubpp pod/perlxs.pod
 ____________________________________________________________________________
-[  6083] By: gsar                                  on 2000/05/07  05:24:46
-        Log: note about undocumented caller() return value (from M.J.T. Guy);
-             yet another peek.t tweak
+[ 17831] By: hv                                    on 2002/09/04  11:47:10
+        Log: #17827 misses some win32 tweaks
      Branch: perl
-          ! pod/perlfunc.pod t/lib/peek.t
+          ! win32/Makefile win32/makefile.mk
 ____________________________________________________________________________
-[  6082] By: gsar                                  on 2000/05/07  05:08:40
-        Log: peek.t non-portable to ithreads
+[ 17830] By: hv                                    on 2002/09/04  11:41:22
+        Log: update email address for Paul Marquess
      Branch: perl
-          ! t/lib/peek.t
+          ! AUTHORS
 ____________________________________________________________________________
-[  6081] By: gsar                                  on 2000/05/07  04:17:04
-        Log: better default perlbug categories for ok reports (from Richard Foley)
+[ 17829] By: hv                                    on 2002/09/04  11:38:39
+        Log: Subject: Correction for AUTHORS.html
+             From: Sean Davis <dive@ender.com>
+             Date: Fri, 30 Aug 2002 03:51:16 -0700
+             Message-ID: <20020830035116.A18739@endersgame.net>
      Branch: perl
-          ! utils/perlbug.PL
+          ! AUTHORS
 ____________________________________________________________________________
-[  6080] By: gsar                                  on 2000/05/07  04:08:07
-        Log: add File::Temp v0.08 from CPAN, with small tweaks to testsuite
-             (from Tim Jenness <t.jenness@jach.hawaii.edu>)
+[ 17828] By: hv                                    on 2002/09/04  11:31:42
+        Log: Subject: [PATCH] File::Spec->catfile not canonicalizing consistently
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Fri, 30 Aug 2002 03:40:45 -0700
+             Message-ID: <20020830104044.GF859@ool-18b93024.dyn.optonline.net>
      Branch: perl
-          + lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
-          + t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
-          ! AUTHORS MAINTAIN MANIFEST
+          ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
+          ! lib/File/Spec/t/Spec.t
 ____________________________________________________________________________
-[  6079] By: gsar                                  on 2000/05/07  04:01:38
-        Log: remove outdated kludge in Carp (NULLs are permitted in diagnostics now)
+[ 17827] By: hv                                    on 2002/09/04  11:21:57
+        Log: Subject: [PATCH] OS/400 PASE port
+             From: Jarkko Hietaniemi <jhi@iki.fi>
+             Date: Thu, 29 Aug 2002 22:22:51 +0300
+             Message-ID: <20020829192251.GA27102@lyta.hut.fi>
      Branch: perl
-          ! lib/Carp/Heavy.pm
+          + README.os400 hints/os400.sh
+          ! Configure MANIFEST hints/aix.sh lib/Cwd.pm pod/buildtoc.PL
+          ! pod/perl.pod pod/perlebcdic.pod pod/perlport.pod
 ____________________________________________________________________________
-[  6078] By: gsar                                  on 2000/05/07  01:24:19
-        Log: workaround for CRT bug in chdir() (from Charles Lane, via
-             Peter Prymmer)
+[ 17826] By: hv                                    on 2002/09/04  11:10:54
+        Log: Subject: [PATCH 5.8.0] allow Sys::Syslog test to fail gracefully
+             From: "Brendan O'Dea" <bod@debian.org>
+             Date: Thu, 29 Aug 2002 22:42:39 +1000
+             Message-ID: <20020829124239.GA31934@londo.odea.dropbear.id.au>
      Branch: perl
-          ! iperlsys.h vms/vms.c vms/vmsish.h
+          ! ext/Sys/Syslog/syslog.t
 ____________________________________________________________________________
-[  6077] By: gsar                                  on 2000/05/07  01:22:23
-        Log: avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
-             and Tom Phoenix)
+[ 17825] By: hv                                    on 2002/09/04  10:53:59
+        Log: Subject: Re: Possible bug in IPC/Semaphore.pm [PATCH]
+             From: "John P. Linderman" <jpl@research.att.com>
+             Date: Wed, 28 Aug 2002 08:04:29 -0400 (EDT)
+             Message-Id: <200208271900.PAA98096@raptor.research.att.com>
      Branch: perl
-          ! lib/diagnostics.pm pod/perlrun.pod pod/perltie.pod
+          ! ext/IPC/SysV/Semaphore.pm
 ____________________________________________________________________________
-[  6076] By: gsar                                  on 2000/05/06  17:36:29
-        Log: integrate cfgperl contents into mainline
+[ 17824] By: rgs                                   on 2002/09/03  20:02:36
+        Log: Subject: [perl #16971] [PATCH] Fix a couple of URLs that changed recently.
+             From: Richard Soderberg (via RT) <perlbug@perl.org>
+             Date: 3 Sep 2002 18:48:54 -0000
+             Message-ID: <rt-16971-36426.15.5276119194873@bugs6.perl.org>
+
+             Subject: [PATCH] A variety of README nitpicks.
+             From: Richard Soderberg <rs@crystalflame.net>
+             Date: Tue, 3 Sep 2002 11:54:39 -0700 (PDT)
+             Message-ID: <Pine.LNX.4.33.0209031148280.32671-200000@oregonnet.com>
      Branch: perl
-         +> t/lib/peek.t
-         !> Configure MANIFEST Porting/Glossary Porting/config.sh
-         !> Porting/config_H config_h.SH ext/POSIX/POSIX.xs
-         !> hints/unicos.sh lib/Math/Complex.pm pp_sys.c sv.c
-         !> t/lib/complex.t t/op/grent.t t/op/pwent.t toke.c util.c
+          ! README.amiga README.dgux README.dos README.epoc README.hpux
+          ! README.mint README.netware README.vmesa
 ____________________________________________________________________________
-[  6075] By: jhi                                   on 2000/05/05  18:56:10
-        Log: Make the test more portable.
-     Branch: cfgperl
-          ! t/lib/peek.t
+[ 17823] By: rgs                                   on 2002/09/03  19:47:05
+        Log: Fix bug #16828.
+             Add a few tests to ext/B/t/b.t, make it use Test::More.
+     Branch: perl
+          ! ext/B/B.xs ext/B/t/b.t
 ____________________________________________________________________________
-[  6074] By: jhi                                   on 2000/05/05  18:49:20
-        Log: Introduce t/lib/peek.t.
-     Branch: cfgperl
-          + t/lib/peek.t
-          ! MANIFEST
+[ 17822] By: rgs                                   on 2002/09/02  19:29:52
+        Log: Some simple tests for the POSIX::isXXX() functions.
+     Branch: perl
+          ! ext/POSIX/t/posix.t
 ____________________________________________________________________________
-[  6073] By: jhi                                   on 2000/05/05  14:30:45
-        Log: Complex tweaks.
-     Branch: cfgperl
-          ! lib/Math/Complex.pm t/lib/complex.t
+[ 17821] By: rgs                                   on 2002/08/30  19:56:53
+        Log: Advertise Linux::Pid.
+     Branch: perl
+          ! pod/perlfunc.pod pod/perlvar.pod
 ____________________________________________________________________________
-[  6072] By: jhi                                   on 2000/05/05  12:27:13
-        Log: Integrate with Sarathy.
-     Branch: cfgperl
-         !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
-         !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
-         !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
-         !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
+[ 17819] By: hv                                    on 2002/08/30  13:42:02
+        Log: Subject: [PATCH] Tweaks to Bleadperl Version Object Support
+             From: John Peacock <jpeacock@rowman.com>
+             Date: Wed, 28 Aug 2002 22:13:48 -0400
+             Message-ID: <3D6D835C.50809@rowman.com>
+     Branch: perl
+          ! universal.c util.c
 ____________________________________________________________________________
-[  6071] By: gsar                                  on 2000/05/05  02:24:46
-        Log: misformatted perllocal.pod (from Tim Jenness
-             <t.jenness@jach.hawaii.edu>)
+[ 17818] By: hv                                    on 2002/08/30  13:16:05
+        Log: add test related to change #17799:
+             Subject: Re: if.pm bug.
+             From: "Steffen Mueller" <kjx9zthh3001@sneakemail.com>
+             Date: Thu, 29 Aug 2002 19:39:58 +0200
+             Message-ID: <20020829173358.34731.qmail@onion.perl.org>
      Branch: perl
-          ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
+          ! lib/if.t
 ____________________________________________________________________________
-[  6070] By: gsar                                  on 2000/05/05  02:16:52
-        Log: remove misleading comment (from M.J.T. Guy)
+[ 17817] By: hv                                    on 2002/08/30  13:12:20
+        Log: Subject: [PATCH] AUTHORS
+             From: "Brendan O'Dea" <bod@debian.org>
+             Date: Thu, 29 Aug 2002 22:49:34 +1000
+             Message-ID: <20020829124934.GA1984@londo.odea.dropbear.id.au>
      Branch: perl
-          ! t/lib/anydbm.t
+          ! AUTHORS
 ____________________________________________________________________________
-[  6069] By: gsar                                  on 2000/05/05  02:15:13
-        Log: File::Spec compatibility update (from Barrie Slaymaker
-             <barries@slaysys.com>)
+[ 17816] By: hv                                    on 2002/08/30  13:10:45
+        Log: Subject: [PATCH 5.8.0] Term::Cap allow # comments in infcocmp output
+             From: "Brendan O'Dea" <bod@debian.org>
+             Date: Thu, 29 Aug 2002 22:46:47 +1000
+             Message-ID: <20020829124647.GA1498@londo.odea.dropbear.id.au>
      Branch: perl
-          ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
-          ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
+          ! lib/Term/Cap.pm
 ____________________________________________________________________________
-[  6068] By: gsar                                  on 2000/05/05  02:01:50
-        Log: note about values()
+[ 17815] By: hv                                    on 2002/08/30  13:02:41
+        Log: formatting cleanup and:
+             Subject: Re: perl-5.8.0 on HP porting center
+             From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
+             Date: Thu, 29 Aug 2002 12:23:31 +0200
+             Message-Id: <20020829122221.0CA3.H.M.BRAND@hccnet.nl>
      Branch: perl
-          ! pod/perlfunc.pod
+          ! installperl
 ____________________________________________________________________________
-[  6067] By: gsar                                  on 2000/05/05  01:33:09
-        Log: replace direct call to sighandler() with (*PL_sighandlerp)()
+[ 17814] By: hv                                    on 2002/08/30  12:23:33
+        Log: Subject: [PATCH] perlmod.pod nit
+             From: Autrijus Tang <autrijus@autrijus.org>
+             Date: Thu, 29 Aug 2002 03:49:34 +0800
+             Message-ID: <20020828194934.GA12244@not.autrijus.org>
      Branch: perl
-          ! win32/win32.c
+          ! pod/perlmod.pod
 ____________________________________________________________________________
-[  6066] By: gsar                                  on 2000/05/05  01:23:43
-        Log: s/END/CHECK/
+[ 17813] By: hv                                    on 2002/08/30  12:19:15
+        Log: Subject: [PATCH] Re: glob names and Regexp type introspection
+             From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
+             Date: Thu, 29 Aug 2002 17:31:31 -0700
+             Message-ID: <jzrb9gzkgO7W092yn@efn.org>
      Branch: perl
-          ! perl.c
+          ! sv.c t/op/pat.t
 ____________________________________________________________________________
-[  6065] By: jhi                                   on 2000/05/04  17:30:22
-        Log: Integrate with Sarathy.
-     Branch: cfgperl
-         !> pp_sys.c sv.c t/pragma/utf8.t toke.c
+[ 17812] By: hv                                    on 2002/08/30  12:06:20
+        Log: Subject: [PATCH] typos in Hash::Util documentation
+             From: Slaven Rezic <slaven.rezic@berlin.de>
+             Date: Wed, 28 Aug 2002 17:08:50 +0200 (CEST)
+             Message-Id: <200208281508.g7SF8o9Z015197@vran.herceg.de>
+     Branch: perl
+          ! lib/Hash/Util.pm
 ____________________________________________________________________________
-[  6064] By: gsar                                  on 2000/05/04  17:26:14
-        Log: change#5905 wasn't quite right--it's intent only applies when arguments
-             to sv_vcatpvfn() are SVs instead of C types; back out change#5907 as well
+[ 17811] By: hv                                    on 2002/08/30  12:02:59
+        Log: Subject: Re: Recent changes on the HP porting center
+             From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
+             Date: Wed, 28 Aug 2002 17:39:27 +0200
+             Message-Id: <20020828173024.3E95.H.M.BRAND@hccnet.nl>
      Branch: perl
-          ! pp_sys.c sv.c
+          ! README.hpux
 ____________________________________________________________________________
-[  6063] By: gsar                                  on 2000/05/04  16:52:29
-        Log: tokeq() could read unallocated field in argument
+[ 17810] By: hv                                    on 2002/08/30  11:58:18
+        Log: Subject: [PATCH] Fixes to threads::shared when disabled
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Wed, 28 Aug 2002 06:04:18 -0700
+             Message-ID: <20020828130418.GG773@ool-18b93024.dyn.optonline.net>
      Branch: perl
-          ! toke.c
+          + ext/threads/shared/t/disabled.t
+          ! MANIFEST ext/threads/shared/shared.pm
+          ! ext/threads/shared/t/hv_refs.t
 ____________________________________________________________________________
-[  6062] By: gsar                                  on 2000/05/04  16:34:51
-        Log: additional tests for utf8.t
+[ 17808] By: ams                                   on 2002/08/30  02:59:31
+        Log: Subject: [PATCH] Tru64 vs Berkeley DB
+             From: Jarkko Hietaniemi <jhi@iki.fi>
+             Date: Fri, 30 Aug 2002 06:56:38 +0300
+             Message-Id: <20020830035638.GB874@lyta.hut.fi>
      Branch: perl
-          ! t/pragma/utf8.t
+          ! README.tru64 hints/dec_osf.sh
 ____________________________________________________________________________
-[  6061] By: gsar                                  on 2000/05/04  16:09:28
-        Log: change#5921 neglected to make eq honor "use bytes"
+[ 17807] By: ams                                   on 2002/08/30  02:32:30
+        Log: Subject: [PATCH] IRIX + INSTALL
+             From: Jarkko Hietaniemi <jhi@iki.fi>
+             Date: Fri, 30 Aug 2002 06:31:48 +0300
+             Message-Id: <20020830033148.GA874@lyta.hut.fi>
      Branch: perl
-          ! sv.c
+          ! INSTALL hints/irix_6.sh
 ____________________________________________________________________________
-[  6060] By: jhi                                   on 2000/05/04  15:30:16
-        Log: Integrate with Sarathy.
-     Branch: cfgperl
-         !> perl.c regcomp.c t/pragma/utf8.t
+[ 17806] By: hv                                    on 2002/08/29  22:56:45
+        Log: #17449 failed to apply the actual patch. This is it.
+     Branch: perl
+          ! lib/Exporter.pm lib/Exporter/Heavy.pm
 ____________________________________________________________________________
-[  6059] By: jhi                                   on 2000/05/04  15:26:37
-        Log: The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
-             in natively 64-bit platforms where a long is a quad (no need
-             for long longs).  Also added bias for IVs.
-     Branch: cfgperl
-          ! toke.c
+[ 17805] By: hv                                    on 2002/08/29  13:49:04
+        Log: Fix based on:
+             Subject: [perl #16799] Perl 5.8.0 breaks POSIX::isprint() (and other POSIX::xxx)
+             From: "esm@pobox.com (via RT)" <perlbug@perl.org>
+             Date: 27 Aug 2002 22:10:16 -0000
+             Message-Id: <rt-16799-35846.14.4842888832041@bugs6.perl.org>
+     Branch: perl
+          ! ext/POSIX/POSIX.xs
 ____________________________________________________________________________
-[  6058] By: gsar                                  on 2000/05/04  00:19:14
-        Log: printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
-             (spotted by Donald Kinzer <dkinzer@premia.com>)
+[ 17804] By: hv                                    on 2002/08/29  13:29:43
+        Log: Subject: [PATCH] B::check_av() ; B::Deparse for CHECK blocks
+             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
+             Date: Tue, 27 Aug 2002 23:36:53 +0200
+             Message-Id: <20020827233653.535bc211.rgarciasuarez@free.fr>
      Branch: perl
-          ! perl.c
+          ! embedvar.h ext/B/B.pm ext/B/B.xs ext/B/B/Deparse.pm intrpvar.h
+          ! perl.c perlapi.h sv.c
 ____________________________________________________________________________
-[  6057] By: gsar                                  on 2000/05/03  18:34:01
-        Log: fix broken parsing of /\x{ab}/
+[ 17803] By: ams                                   on 2002/08/29  13:09:47
+        Log: Subject: [PATCH] AIX compiler setup sanity checking
+             From: Jarkko Hietaniemi <jhi@iki.fi>
+             Date: Thu, 29 Aug 2002 16:43:51 +0300
+             Message-Id: <20020829134351.GG5219@lyta.hut.fi>
      Branch: perl
-          ! regcomp.c t/pragma/utf8.t
+          ! hints/aix.sh
 ____________________________________________________________________________
-[  6056] By: jhi                                   on 2000/05/03  17:57:16
-        Log: The search of infinity continues, this time simplified.
-     Branch: cfgperl
-          ! lib/Math/Complex.pm
+[ 17802] By: hv                                    on 2002/08/29  12:32:51
+        Log: Subject: [perl #16769] Documention bug
+             From: "dformosa@dformosa.zeta.org.au (via RT)" <perlbug@perl.org>
+             Date: 26 Aug 2002 10:01:04 -0000
+             Message-Id: <rt-16769-35720.17.1057454913803@bugs6.perl.org>
+     Branch: perl
+          ! pod/perl58delta.pod
 ____________________________________________________________________________
-[  6055] By: jhi                                   on 2000/05/03  17:45:30
-        Log: Detypo.
-     Branch: cfgperl
-          ! hints/unicos.sh
+[ 17801] By: hv                                    on 2002/08/29  12:19:30
+        Log: Subject: [PATCH] ExtUtils::Constant 0.14
+             From: Nicholas Clark <nick@unfortu.net>
+             Date: Sun, 25 Aug 2002 18:06:00 +0100
+             Message-ID: <20020825170600.GE322@Bagpuss.unfortu.net>
+     Branch: perl
+          ! lib/ExtUtils/Constant.pm lib/ExtUtils/t/Constant.t
 ____________________________________________________________________________
-[  6054] By: jhi                                   on 2000/05/02  22:28:27
-        Log: Be more forgiving in POSIX about HUGE_VALL.
-     Branch: cfgperl
-          ! ext/POSIX/POSIX.xs
+[ 17800] By: hv                                    on 2002/08/29  12:08:59
+        Log: Subject: Patch: Put local($^I, @ARGV) = ... trick back into perlfaq5
+             From: Mark-Jason Dominus <mjd@plover.com>
+             Date: Sun, 25 Aug 2002 12:09:53 -0400
+             Message-ID: <20020825160953.15987.qmail@plover.com>
+     Branch: perl
+          ! pod/perlfaq5.pod
 ____________________________________________________________________________
-[  6053] By: jhi                                   on 2000/05/02  22:25:05
-        Log: Integrate with Sarathy.
-     Branch: cfgperl
-         !> hints/irix_6.sh pod/perlop.pod
+[ 17799] By: hv                                    on 2002/08/29  11:48:39
+        Log: Subject: Re: if.pm bug.
+             From: "Steffen Mueller" <kjx9zthh3001@sneakemail.com>
+             Date: Sun, 25 Aug 2002 00:27:59 +0200
+             Message-ID: <20020824222210.16387.qmail@onion.perl.org>
+     Branch: perl
+          ! lib/if.pm
 ____________________________________________________________________________
-[  6052] By: jhi                                   on 2000/05/02  22:24:31
-        Log: Unicos hint tweak.
-     Branch: cfgperl
-          ! hints/unicos.sh
+[ 17798] By: hv                                    on 2002/08/29  11:44:00
+        Log: Subject: [PATCH] posixify getppid on linux-multithread
+             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
+             Date: Tue, 6 Aug 2002 21:56:46 +0200
+             Message-Id: <20020806215646.3f6852bb.rgarciasuarez@free.fr>
+     Branch: perl
+          + t/op/getpid.t
+          ! MANIFEST embedvar.h hints/linux.sh perl.c perlapi.h perlvars.h
+          ! pod/perlfunc.pod pod/perlvar.pod pp_sys.c util.c
 ____________________________________________________________________________
-[  6051] By: jhi                                   on 2000/05/02  22:21:26
-        Log: Complex tweakery.
-     Branch: cfgperl
-          ! lib/Math/Complex.pm t/lib/complex.t
+[ 17797] By: hv                                    on 2002/08/29  10:55:41
+        Log: Subject: Re: [perl #16677] B::SV::FLAGS dumps core
+             From: Mark-Jason Dominus <mjd@plover.com>
+             Date: Sun, 25 Aug 2002 22:31:54 -0400
+             Message-ID: <20020826023154.22986.qmail@plover.com>
+     Branch: perl
+          ! ext/B/B.pm
 ____________________________________________________________________________
-[  6050] By: jhi                                   on 2000/05/02  19:26:22
-        Log: Use setxxent()/endxxent().
-     Branch: cfgperl
-          ! t/op/grent.t t/op/pwent.t
+[ 17791] By: hv                                    on 2002/08/27  11:28:32
+        Log: Missing MANIFEST files for #17783.
+     Branch: perl
+          ! MANIFEST
 ____________________________________________________________________________
-[  6049] By: jhi                                   on 2000/05/02  19:06:02
-        Log: Test both the scalar and list contexts.
-     Branch: cfgperl
-          ! t/op/grent.t t/op/pwent.t
+[ 17790] By: hv                                    on 2002/08/27  11:22:36
+        Log: #17783 introduced an outdated test module, causing failure in
+             lib/ExtUtils/t/problems.t. This grabs a more recent copy from
+             ExtUtils::MakeMaker.
+     Branch: perl
+          ! t/lib/TieOut.pm
 ____________________________________________________________________________
-[  6048] By: gsar                                  on 2000/05/02  18:29:10
-        Log: add note about how $( doesn't interpolate in REs (from
-             Philip Newton <newton@ficus.frogspace.net>)
+[ 17789] By: ams                                   on 2002/08/27  04:04:48
+        Log: Subject: Patch perlvar.pod
+             From: mjd@plover.com
+             Date: 27 Aug 2002 03:03:01 -0000
+             Message-Id: <20020827030301.32481.qmail@plover.com>
      Branch: perl
-          ! pod/perlop.pod
+          ! pod/perlvar.pod
 ____________________________________________________________________________
-[  6047] By: jhi                                   on 2000/05/02  17:41:24
-        Log: Call getspnam() only iff needed.
-     Branch: cfgperl
-          ! pp_sys.c
+[ 17788] By: hv                                    on 2002/08/26  23:59:47
+        Log: Update Changes
+     Branch: perl
+          ! Changes patchlevel.h
 ____________________________________________________________________________
-[  6046] By: gsar                                  on 2000/05/02  17:07:25
-        Log: libscheck has insufficient checks for n32 libs (from
-             Albert Chin-A-Young <china@thewrittenword.com>)
+[ 17787] By: hv                                    on 2002/08/26  19:22:27
+        Log: fix for:
+             Subject: [perl #16773] "abc" =~ /(ab)()(c)??/ broken
+             From: (Randal L. Schwartz) (via RT) <perlbug@perl.org>
+             Date: 26 Aug 2002 15:01:36 -0000
+             Message-Id: <rt-16773-35748.5.13188490159294@bugs6.perl.org>
      Branch: perl
-          ! hints/irix_6.sh
+          ! regexec.c t/op/re_tests
 ____________________________________________________________________________
-[  6045] By: jhi                                   on 2000/05/02  13:57:17
-        Log: Integrate with Sarathy.
-     Branch: cfgperl
-         !> MANIFEST Porting/makerel perl.c pod/perlretut.pod
-         !> pod/perltrap.pod pp.c regcomp.c t/op/oct.t toke.c util.c
+[ 17786] By: hv                                    on 2002/08/26  15:34:25
+        Log: Subject: CPAN Upload: S/SB/SBURKE/Test-1.21.tar.gz
+             From: "Sean M. Burke" <sburke@cpan.org>
+             Date: Mon, 26 Aug 2002 04:38:19 -0600
+             Message-Id: <5.1.0.14.1.20020826043702.022ca320@mail.spinn.net>
+     Branch: perl
+          ! lib/Test.pm lib/Test/t/fail.t lib/Test/t/mix.t
+          ! lib/Test/t/todo.t
 ____________________________________________________________________________
-[  6044] By: gsar                                  on 2000/05/02  06:48:19
-        Log: change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
-             such that underscores are only ignored in literal numbers,
-             "\x{...}", and hex/oct argument
+[ 17785] By: hv                                    on 2002/08/26  15:18:41
+        Log: fix non-ANSI C++-style comment
+             Subject: [ PATCH ]  Smoke 17780 /pro/3gl/CPAN/perl-current
+             From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
+             Date: Mon, 26 Aug 2002 09:15:18 +0200
+             Message-Id: <20020826090145.6975.H.M.BRAND@hccnet.nl>
      Branch: perl
-          ! perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
+          ! ext/Storable/Storable.xs
 ____________________________________________________________________________
-[  6043] By: gsar                                  on 2000/05/02  02:22:29
-        Log: perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
+[ 17784] By: hv                                    on 2002/08/26  15:15:19
+        Log: #17780 relies on unixy paths to locate own directory for bignum tests.
      Branch: perl
-          ! pod/perlretut.pod
+          ! lib/bignum/t/biinfnan.t lib/bignum/t/bninfnan.t
+          ! lib/bignum/t/brinfnan.t
 ____________________________________________________________________________
-[  6042] By: gsar                                  on 2000/05/02  02:17:51
-        Log: remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
+[ 17783] By: hv                                    on 2002/08/26  15:07:21
+        Log: Subject: [ANNOUNCE] Test::Simple 0.47
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Mon, 26 Aug 2002 04:13:03 -0700
+             Message-ID: <20020826111303.GJ758@ool-18b93024.dyn.optonline.net>
      Branch: perl
-          ! pod/perltrap.pod
+          + lib/Test/Simple/t/details.t lib/Test/Simple/t/fork.t
+          + lib/Test/Simple/t/has_plan.t lib/Test/Simple/t/has_plan2.t
+          + lib/Test/Simple/t/ok_obj.t
+          + t/lib/Test/Simple/sample_tests/pre_plan_death.plx
+          ! lib/Test/Builder.pm lib/Test/More.pm lib/Test/Simple.pm
+          ! lib/Test/Simple/Changes lib/Test/Simple/t/exit.t
+          ! lib/Test/Simple/t/plan.t lib/Test/Simple/t/threads.t
+          ! lib/Test/Tutorial.pod t/lib/TieOut.pm
 ____________________________________________________________________________
-[  6041] By: gsar                                  on 2000/05/02  01:53:51
-        Log: cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
-             to compensate
+[ 17782] By: hv                                    on 2002/08/26  15:00:55
+        Log: new test for change #17773
+             Subject: lib/Pod/t/htmlview.t and lib/Pod/t/htmlview.pod patch (to account for the Pod::Html patch)
+             From: DH <crazyinsomniac@yahoo.com>
+             Date: Mon, 26 Aug 2002 01:36:27 -0700 (PDT)
+             Message-ID: <20020826083627.46199.qmail@web40207.mail.yahoo.com>
      Branch: perl
-          ! Porting/makerel
+          ! lib/Pod/t/htmlview.pod lib/Pod/t/htmlview.t
 ____________________________________________________________________________
-[  6040] By: gsar                                  on 2000/05/02  01:51:57
-        Log: missing files in MANIFEST
+[ 17781] By: hv                                    on 2002/08/26  14:48:35
+        Log: #17775 changed reentr.c instead of reentr.pl, which generates it
      Branch: perl
-          ! MANIFEST
-____________________________________________________________________________
-[  6039] By: jhi                                   on 2000/05/02  00:36:46
-        Log: Infinite problems.
-     Branch: cfgperl
-          ! lib/Math/Complex.pm
-____________________________________________________________________________
-[  6038] By: jhi                                   on 2000/05/02  00:06:38
-        Log: pwent/spent #ifdef imbalance.
-     Branch: cfgperl
-          ! pp_sys.c
-____________________________________________________________________________
-[  6037] By: jhi                                   on 2000/05/01  22:50:11
-        Log: Use HUGE_VALL if applicable.
-     Branch: cfgperl
-          ! ext/POSIX/POSIX.xs util.c
-____________________________________________________________________________
-[  6036] By: jhi                                   on 2000/05/01  22:20:53
-        Log: Correct Freudian slip.
-     Branch: cfgperl
-          ! pp_sys.c
-____________________________________________________________________________
-[  6035] By: jhi                                   on 2000/05/01  21:07:38
-        Log: Continue on the pwent/spent case.
-     Branch: cfgperl
-          ! pp_sys.c
-____________________________________________________________________________
-[  6034] By: jhi                                   on 2000/05/01  17:45:14
-        Log: Integrate with Sarathy; unfortunately Sarathy's whitespace
-             adjustments in 6032 conflicted badly with this, will have
-             to revisit them later.
-     Branch: cfgperl
-         +> lib/CGI/Util.pm t/lib/cgi-pretty.t
-         !> MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
-         !> lib/CGI/Pretty.pm lib/CGI/Push.pm lib/English.pm
-         !> lib/Pod/Man.pm lib/Pod/Text.pm lib/diagnostics.pm
-         !> pod/perldiag.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
-         !> t/lib/cgi-html.t t/lib/cgi-request.t
-____________________________________________________________________________
-[  6033] By: jhi                                   on 2000/05/01  17:40:49
-        Log: Rewrite the pwent/spent logic to be a little bit more clearer.
-     Branch: cfgperl
-          ! pp_sys.c
+          ! reentr.pl
 ____________________________________________________________________________
-[  6032] By: gsar                                  on 2000/05/01  15:56:32
-        Log: whitespace adjustments
+[ 17780] By: hv                                    on 2002/08/25  19:03:50
+        Log: fix bignum test failures
      Branch: perl
-          ! pp_sys.c
+          ! lib/bignum/t/biinfnan.t lib/bignum/t/bninfnan.t
+          ! lib/bignum/t/brinfnan.t
 ____________________________________________________________________________
-[  6031] By: gsar                                  on 2000/05/01  15:19:41
-        Log: small nits in diagnostics.pm (from Robin Barker)
+[ 17779] By: hv                                    on 2002/08/25  18:56:29
+        Log: upgrade bignum to v0.13: fix test failures and update docs
      Branch: perl
-          ! lib/diagnostics.pm pod/perldiag.pod
+          ! lib/bignum.pm lib/bignum/t/bignum.t lib/bignum/t/bninfnan.t
 ____________________________________________________________________________
-[  6030] By: gsar                                  on 2000/05/01  08:39:18
-        Log: introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
-             for @- and @+ (from Johan Vromans)
+[ 17778] By: hv                                    on 2002/08/25  18:43:06
+        Log: Subject: Encode 1.76 Released
+             From: Dan Kogai <dankogai@dan.co.jp>
+             Date: su elo 25, 2002  11:27:07 US/Eastern
+             Message-Id: <1DE68466-B83F-11D6-8805-0003939A104C@dan.co.jp>
      Branch: perl
-          ! lib/English.pm pod/perlvar.pod
+          ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/bin/piconv
+          ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Alias.pm
+          ! ext/Encode/lib/Encode/MIME/Header.pm
+          ! ext/Encode/t/big5-eten.utf ext/Encode/ucm/big5-eten.ucm
 ____________________________________________________________________________
-[  6029] By: gsar                                  on 2000/05/01  08:16:10
-        Log: add CGI.pm v2.66 (from Lincoln Stein)
+[ 17777] By: rgs                                   on 2002/08/25  18:42:46
+        Log: Fix parsing problems with the // operator.
+             Make // able to follow various unary operators used without
+             arguments or parens (shift, pop, getc, pos, readline,
+             readlink, undef, umask, and the filetest operators), as
+             well as the <FH> operator.
      Branch: perl
-          + lib/CGI/Util.pm t/lib/cgi-pretty.t
-          ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
-          ! lib/CGI/Pretty.pm lib/CGI/Push.pm t/lib/cgi-function.t
-          ! t/lib/cgi-html.t t/lib/cgi-request.t
+          ! perl.h t/op/dor.t toke.c
 ____________________________________________________________________________
-[  6028] By: gsar                                  on 2000/05/01  06:34:41
-        Log: Pod::Man generates groff-incompatible macro definition (from
-             Tom Christiansen)
+[ 17776] By: hv                                    on 2002/08/25  15:56:37
+        Log: Subject: [PATCH] ExtUtils::Constant 0.13
+             From: Nicholas Clark <nick@unfortu.net>
+             Date: Fri, 23 Aug 2002 19:21:12 +0100
+             Message-ID: <20020823182111.GA281@Bagpuss.unfortu.net>
      Branch: perl
-          ! lib/Pod/Man.pm
+          ! lib/ExtUtils/Constant.pm lib/ExtUtils/t/Constant.t
 ____________________________________________________________________________
-[  6027] By: gsar                                  on 2000/05/01  06:31:36
-        Log: podlators-1.02 update (from Russ Allbery)
+[ 17775] By: hv                                    on 2002/08/25  15:46:28
+        Log: Subject: [perl #16729] crypt() doesn't work in multithreaded perl
+             From: "mls@suse.de (via RT)" <perlbug@perl.org>
+             Date: 23 Aug 2002 15:24:39 -0000
+             Message-Id: <rt-16729-35555.9.25145891475907@bugs6.perl.org>
      Branch: perl
-          ! lib/Pod/Man.pm lib/Pod/Text.pm
+          ! reentr.c
 ____________________________________________________________________________
-[  6026] By: jhi                                   on 2000/04/30  23:24:23
-        Log: Integrate with Sarathy.
-     Branch: cfgperl
-         !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
-         !> ext/Sys/Syslog/Syslog.xs lib/perl5db.pl
-         !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
-         !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
-         !> pod/perl56delta.pod sv.c t/lib/b.t t/lib/open3.t
-         !> t/lib/syslog.t toke.c win32/win32.h
-____________________________________________________________________________
-[  6025] By: gsar                                  on 2000/04/30  18:17:47
-        Log: Is{Alnum,Alpha,Word} don't match titlecase
-             
-             TODO: IsSpace is defined recursively!
-             
-             (both spotted by Larry)
+[ 17774] By: hv                                    on 2002/08/25  15:29:42
+        Log: Subject: [PATCH lib/Benchmark.(pm|t)]  Make cmpthese work as documented.
+             From: Abigail <abigail@foad.org>
+             Date: Thu, 22 Aug 2002 04:10:39 -0700
+             Message-ID: <20020822041039.A2089@ucan.foad.org>
      Branch: perl
-          ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
-          ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
+          ! lib/Benchmark.pm lib/Benchmark.t
 ____________________________________________________________________________
-[  6024] By: gsar                                  on 2000/04/30  17:50:19
-        Log: extend "Unrecognized escape" warning to \8, \9, and \_ as well
-             (from Hugo van der Sanden)
+[ 17773] By: hv                                    on 2002/08/25  15:17:16
+        Log: Subject: Re: a bugfix for Pod::Html (in diff -u format)
+             From: DH <crazyinsomniac@yahoo.com>
+             Date: Thu, 22 Aug 2002 02:32:50 -0700 (PDT)
+             Message-ID: <20020822093250.30523.qmail@web40205.mail.yahoo.com>
      Branch: perl
-          ! toke.c
+          ! lib/Pod/Html.pm
 ____________________________________________________________________________
-[  6023] By: gsar                                  on 2000/04/30  17:14:43
-        Log: debugger stomps on $. (from M.J.T. Guy)
+[ 17772] By: hv                                    on 2002/08/25  14:49:37
+        Log: Subject: Re: p5p patches
+             From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
+             Date: Fri, 23 Aug 2002 15:27:48 +0200
+             Message-Id: <20020823152535.D3EA.H.M.BRAND@hccnet.nl>
      Branch: perl
-          ! lib/perl5db.pl
+          ! Porting/patching.pod
 ____________________________________________________________________________
-[  6022] By: gsar                                  on 2000/04/30  16:59:22
-        Log: unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
+[ 17771] By: hv                                    on 2002/08/25  14:45:46
+        Log: Subject: Newdated info for HP-UX
+             From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
+             Date: Wed, 21 Aug 2002 20:20:17 +0200
+             Message-Id: <20020821201737.697B.H.M.BRAND@hccnet.nl>
      Branch: perl
-          ! sv.c
+          ! README.hpux
 ____________________________________________________________________________
-[  6021] By: gsar                                  on 2000/04/29  21:00:08
-        Log: remove Win2K issue in pod (fixed by change#6020)
+[ 17770] By: hv                                    on 2002/08/25  14:26:36
+        Log: Subject: [PATCH] let perlfaq1.pod mention 5.8 as the current stable release
+             From: "Jos I. Boumans" <kane@cpan.org>
+             Date: Wed, 21 Aug 2002 14:55:51 +0200
+             Message-ID: <20020821124817.34761.qmail@onion.perl.org>
      Branch: perl
-          ! README.win32 pod/perl56delta.pod
+          ! pod/perlfaq1.pod
 ____________________________________________________________________________
-[  6020] By: gsar                                  on 2000/04/29  20:51:49
-        Log: test tweak
+[ 17769] By: hv                                    on 2002/08/25  14:16:50
+        Log: Subject: bit more for WinCE
+             From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
+             Date: Wed, 21 Aug 2002 01:31:52 +0400
+             Message-ID: <000f01c24891$045c4990$2b5ec3d9@vad>
      Branch: perl
-          ! t/lib/open3.t
+          ! wince/Makefile.ce wince/compile.bat wince/win32io.c
+          ! wince/wince.c
 ____________________________________________________________________________
-[  6019] By: gsar                                  on 2000/04/29  20:34:27
-        Log: windows portability tweaks
+[ 17768] By: hv                                    on 2002/08/25  14:02:47
+        Log: Subject: [PATCH] fix lib.pm's import() to accept readonly parameters
+             From: Anton Berezin <tobez@tobez.org>
+             Date: Tue, 20 Aug 2002 23:44:25 +0200
+             Message-ID: <20020820214425.GG16178@heechee.tobez.org>
      Branch: perl
-          ! t/lib/b.t win32/win32.h
+          ! lib/lib.t lib/lib_pm.PL
 ____________________________________________________________________________
-[  6018] By: gsar                                  on 2000/04/29  19:55:24
-        Log: make lib/syslog.t portable to systems that don't have _PATH_LOG,
-             make _PATH_LOG() return "" if unavailable
+[ 17767] By: hv                                    on 2002/08/25  13:52:08
+        Log: Subject: [perl #16281] patch to enable perldoc -n for MSWin32 (perl-5.8.0)
+             From: "Randy W. Sims" (via RT) <perlbug@perl.org>
+             Date: 18 Aug 2002 13:27:12 -0000
+             Message-Id: <rt-16281-34264.3.49471192322156@bugs6.perl.org>
      Branch: perl
-          ! ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
-          ! ext/Sys/Syslog/Syslog.xs t/lib/syslog.t
-____________________________________________________________________________
-[  6017] By: jhi                                   on 2000/04/28  22:49:46
-        Log: Integrate with Sarathy.
-     Branch: cfgperl
-         !> op.c perl.c pod/perldiag.pod t/lib/b.t
-____________________________________________________________________________
-[  6016] By: jhi                                   on 2000/04/28  22:46:14
-        Log: Do not warn that an infinity does not look like a number.
-     Branch: cfgperl
-          ! sv.c
+          ! utils/perldoc.PL
 ____________________________________________________________________________
-[  6015] By: gsar                                  on 2000/04/28  22:35:49
-        Log: tweak test for portability
+[ 17766] By: rgs                                   on 2002/08/24  20:33:05
+        Log: Subject: [perl #16737] [PATCH] Perl5.8.0 two simple typos in perlxstut
+             From: Peter BARABAS (via RT) <perlbug@perl.org>
+             Date: 24 Aug 2002 08:16:19 -0000
+             Message-ID: <rt-16737-35573.3.51579548306248@bugs6.perl.org>
      Branch: perl
-          ! t/lib/b.t
+          ! pod/perlxstut.pod
 ____________________________________________________________________________
-[  6014] By: gsar                                  on 2000/04/28  22:05:31
-        Log: glob() loading File::Glob behind the scenes may cause syntax errors
+[ 17765] By: rgs                                   on 2002/08/24  19:03:52
+        Log: Subject: [PATCH] remove 2 unit warnings from lib/Net/t/hostname.t
+             From: Nicholas Clark <nick@unfortu.net>
+             Date: Sat, 24 Aug 2002 17:01:08 +0100
+             Message-ID: <20020824160107.GI280@Bagpuss.unfortu.net>
+             (plus a typo fix)
      Branch: perl
-          ! op.c
+          ! lib/Net/t/hostname.t
 ____________________________________________________________________________
-[  6013] By: gsar                                  on 2000/04/28  21:25:22
-        Log: tweak change#5945 to display correct switch name in diagnostic
+[ 17764] By: rgs                                   on 2002/08/24  12:29:27
+        Log: a2p wasn't installed with -Dversiononly
      Branch: perl
-          ! perl.c pod/perldiag.pod
-____________________________________________________________________________
-[  6012] By: jhi                                   on 2000/04/28  21:08:12
-        Log: Integrate with Sarathy.
-     Branch: cfgperl
-         !> Changes ext/IO/lib/IO/Poll.pm installperl pod/perl56delta.pod
-         !> pod/perldelta.pod pod/perlfunc.pod pod/perlmod.pod
-         !> t/lib/io_poll.t utils/perldoc.PL vms/subconfigure.com
-____________________________________________________________________________
-[  6011] By: jhi                                   on 2000/04/28  21:04:46
-        Log: &HUGE_VAL is not defined, it exists.
-     Branch: cfgperl
-          ! lib/Math/Complex.pm
+          ! installperl
 ____________________________________________________________________________
-[  6010] By: gsar                                  on 2000/04/28  21:02:58
-        Log: clarify note about shadow password support (from
-             gellyfish@gellyfish.com)
+[ 17763] By: hv                                    on 2002/08/23  12:23:31
+        Log: #17747 caused bad free()s with PERL_DESTRUCT by calling newXS()
+             with a NULL subaddr. Fix that, and stop it happening again.
      Branch: perl
-          ! pod/perlfunc.pod
+          ! op.c universal.c
 ____________________________________________________________________________
-[  6009] By: gsar                                  on 2000/04/28  21:00:00
-        Log: IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
+[ 17762] By: hv                                    on 2002/08/23  11:02:35
+        Log: fixup threaded build for vstring changes
      Branch: perl
-          ! ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
+          ! universal.c util.c
 ____________________________________________________________________________
-[  6008] By: gsar                                  on 2000/04/28  20:56:33
-        Log: VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
+[ 17761] By: ams                                   on 2002/08/23  02:54:09
+        Log: Incorporate fix from JHI at:
+             http://rt.perl.org/rt2/Ticket/Display.html?id=16708
      Branch: perl
-          ! installperl vms/subconfigure.com
+          ! ext/NDBM_File/NDBM_File.xs ext/ODBM_File/ODBM_File.xs
 ____________________________________________________________________________
-[  6007] By: gsar                                  on 2000/04/28  20:51:21
-        Log: note about compile failures and END blocks (from M.J.T. Guy)
+[ 17760] By: ams                                   on 2002/08/23  01:30:46
+        Log: Subject: [PATCH] PPPort IVSIZE and SvPV_nolen
+             From: Jarkko Hietaniemi <jhi@iki.fi>
+             Date: Fri, 23 Aug 2002 05:29:09 +0300
+             Message-Id: <20020823022909.GC9135@lyta.hut.fi>
      Branch: perl
-          ! pod/perl56delta.pod pod/perlmod.pod
+          ! ext/Devel/PPPort/PPPort.pm
 ____________________________________________________________________________
-[  6006] By: jhi                                   on 2000/04/28  20:42:14
-        Log: Regen Configure.
-     Branch: cfgperl
-          ! Configure Porting/Glossary Porting/config.sh Porting/config_H
-          ! config_h.SH
+[ 17759] By: ams                                   on 2002/08/23  01:27:23
+        Log: Subject: [PATCH] x2p/str.c signedness nits
+             From: Jarkko Hietaniemi <jhi@iki.fi>
+             Date: Fri, 23 Aug 2002 02:43:30 +0300
+             Message-Id: <20020822234330.GC31624@lyta.hut.fi>
+     Branch: perl
+          ! x2p/str.c
 ____________________________________________________________________________
-[  6005] By: gsar                                  on 2000/04/28  20:41:16
-        Log: perldoc might fail via "use blib" (from Hugo van der Sanden)
+[ 17758] By: hv                                    on 2002/08/22  22:29:45
+        Log: bignum-0.12 updates from:
+             Subject: [ANNOUCNE] Big Math::Big* update
+             From: Tels <perl_dummy@bloodgate.com>
+             Date: Tue, 13 Aug 2002 22:02:09 +0200 (CEST)
+             Message-Id: <200208132121.g7DLLRV21408@crypt.org>
      Branch: perl
-          ! utils/perldoc.PL
+          + lib/bignum/t/biinfnan.t lib/bignum/t/bn_lite.t
+          + lib/bignum/t/bninfnan.t lib/bignum/t/br_lite.t
+          + lib/bignum/t/brinfnan.t lib/bignum/t/infnan.inc
+          ! MANIFEST lib/bigint.pm lib/bignum.pm lib/bignum/t/bignum.t
+          ! lib/bigrat.pm
 ____________________________________________________________________________
-[  6004] By: jhi                                   on 2000/04/28  20:28:21
-        Log: Integrate with Sarathy.
-     Branch: cfgperl
-         !> Configure INSTALL Porting/Glossary Porting/config.sh
-         !> Porting/config_H config_h.SH epoc/config.sh perl.c sv.c
-         !> t/pragma/warn/toke toke.c vms/subconfigure.com vos/config.def
-         !> vos/config_h.SH_orig win32/config.bc win32/config.gc
-         !> win32/config.vc win32/win32.c
+[ 17757] By: hv                                    on 2002/08/22  22:19:42
+        Log: new file for #17756
+     Branch: perl
+          ! MANIFEST
 ____________________________________________________________________________
-[  6003] By: gsar                                  on 2000/04/28  20:11:20
-        Log: allow REG_EXPAND_SZ keys in Windows registry (from
-             John Clayton <John.Clayton@barclayscapital.com>)
+[ 17756] By: hv                                    on 2002/08/22  22:16:41
+        Log: Subject: ANNOUCNE: Math::BigRat v0.09
+             From: Tels <perl_dummy@bloodgate.com>
+             Date: Wed, 14 Aug 2002 20:12:03 +0200 (CEST)
+             Message-Id: <200208141812.g7EICrV23771@crypt.org>
      Branch: perl
-          ! win32/win32.c
+          + lib/Math/BigRat/t/big_ap.t
+          ! lib/Math/BigRat.pm lib/Math/BigRat/t/bigrat.t
+          ! lib/Math/BigRat/t/bigratpm.inc
 ____________________________________________________________________________
-[  6002] By: gsar                                  on 2000/04/28  19:34:16
-        Log: destructive sv_setsv() can lose UV-ness from source, causing
-             numeric promotions/comparisons to fail to do the right thing
+[ 17755] By: hv                                    on 2002/08/22  19:44:03
+        Log: new files from #17754
      Branch: perl
-          ! sv.c
+          + lib/Math/BigInt/Scalar.pm lib/Math/BigInt/t/bigints.t
 ____________________________________________________________________________
-[  6001] By: gsar                                  on 2000/04/28  18:44:15
-        Log: support additional library locations via $Config{otherlibdirs}
-             (from Andy Dougherty)
+[ 17754] By: hv                                    on 2002/08/22  19:42:58
+        Log: Subject: ANNOUNCE: Math-BigInt v1.62
+             From: Tels <perl_dummy@bloodgate.com>
+             Date: Wed, 21 Aug 2002 19:12:59 +0200 (CEST)
+             Message-Id: <200208211513.g7LFDUs02512@crypt.org>
      Branch: perl
-          ! Configure INSTALL Porting/Glossary Porting/config.sh
-          ! Porting/config_H config_h.SH epoc/config.sh perl.c
-          ! vms/subconfigure.com vos/config.def vos/config_h.SH_orig
-          ! win32/config.bc win32/config.gc win32/config.vc
+          ! 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/bare_mif.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/constant.t lib/Math/BigInt/t/mbimbf.inc
+          ! lib/Math/BigInt/t/mbimbf.t lib/Math/BigInt/t/sub_mbf.t
+          ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/sub_mif.t
+          ! lib/Math/BigInt/t/upgrade.inc lib/Math/BigInt/t/upgrade.t
+          ! lib/Math/BigInt/t/with_sub.t t/lib/Math/BigFloat/Subclass.pm
 ____________________________________________________________________________
-[  6000] By: gsar                                  on 2000/04/28  18:26:58
-        Log: reworked otherlibdirs.U (from Andy Dougherty)
-     Branch: metaconfig
-          ! U/installdirs/otherlibdirs.U
+[ 17753] By: hv                                    on 2002/08/22  12:05:57
+        Log: Subject: podlators 1.24 released
+             From: Russ Allbery <rra@stanford.edu>
+             Date: Sat, 03 Aug 2002 20:56:42 -0700
+             Message-ID: <ylbs8jff9h.fsf@windlord.stanford.edu>
+     Branch: perl
+          + lib/Pod/t/text-options.t
+          ! MANIFEST lib/Pod/Text.pm lib/Pod/Text/Overstrike.pm
+          ! lib/Pod/t/basic.t pod/pod2text.PL
 ____________________________________________________________________________
-[  5999] By: gsar                                  on 2000/04/28  18:17:07
-        Log: fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
+[ 17752] By: hv                                    on 2002/08/22  11:13:17
+        Log: Subject: [Announce] Unicode::Collate 0.20 -> UCA version 9
+             From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
+             Date: Fri, 26 Jul 2002 02:59:12 +0900
+             Message-Id: <20020726025828.B5E9.BQW10602@nifty.com>
      Branch: perl
-          ! t/pragma/warn/toke toke.c
+          ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
+          ! lib/Unicode/Collate/README lib/Unicode/Collate/keys.txt
+          ! lib/Unicode/Collate/t/test.t
 ____________________________________________________________________________
-[  5998] By: jhi                                   on 2000/04/28  13:32:17
-        Log: Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
-     Branch: cfgperl
-          ! lib/Math/Complex.pm
+[ 17751] By: hv                                    on 2002/08/22  11:08:35
+        Log: fix test failure from #17747
+     Branch: perl
+          ! ext/B/t/stash.t
 ____________________________________________________________________________
-[  5997] By: jhi                                   on 2000/04/28  13:14:04
-        Log: Preserve $!.
-     Branch: cfgperl
-          ! lib/Math/Complex.pm
+[ 17750] By: hv                                    on 2002/08/22  10:46:19
+        Log: Subject: [PATCH] Fix DBM filters
+             From: "Paul Marquess" <Paul.Marquess@btinternet.com>
+             Date: Wed, 21 Aug 2002 11:40:49 +0100
+             Message-ID: <AIEAJICLCBDNAAOLLOKLAEHCFEAA.Paul.Marquess@btinternet.com>
+     Branch: perl
+          ! XSUB.h ext/DB_File/DB_File.xs ext/DB_File/typemap
+          ! ext/GDBM_File/GDBM_File.xs ext/GDBM_File/gdbm.t
+          ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.xs
+          ! ext/NDBM_File/ndbm.t ext/NDBM_File/typemap
+          ! ext/ODBM_File/ODBM_File.xs ext/ODBM_File/odbm.t
+          ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.xs
+          ! ext/SDBM_File/sdbm.t ext/SDBM_File/typemap
 ____________________________________________________________________________
-[  5996] By: jhi                                   on 2000/04/28  12:59:23
-        Log: Integrate with Sarathy.
-     Branch: cfgperl
-         +> pod/perlrequick.pod pod/perlretut.pod
-         !> (integrate 51 files)
+[ 17749] By: hv                                    on 2002/08/22  01:04:32
+        Log: avoid use of %caller::EXPORT
+             Subject: [PATCH] Re: question about Exporter::import
+             From: Nicholas Clark <nick@unfortu.net>
+             Date: Wed, 14 Aug 2002 21:33:12 +0100
+             Message-id: <20020814203311.GD278@Bagpuss.unfortu.net>
+     Branch: perl
+          ! lib/Exporter.pm lib/Exporter/Heavy.pm
 ____________________________________________________________________________
-[  5995] By: gsar                                  on 2000/04/28  09:37:36
-        Log: fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
+[ 17748] By: hv                                    on 2002/08/22  00:54:03
+        Log: todo test for linux $0 modification
+             Subject: Re: [perl #16206] $0 in 5.8
+             From: Slaven Rezic <slaven.rezic@berlin.de>
+             Date: 17 Aug 2002 21:32:37 +0200
+             Message-id: <87elcx2sdm.fsf@vran.herceg.de>
      Branch: perl
-          ! mg.c t/pragma/warn/7fatal warnings.h warnings.pl
+          ! t/op/magic.t
 ____________________________________________________________________________
-[  5994] By: gsar                                  on 2000/04/28  09:33:26
-        Log: fix for missed accounting for null byte in pack("Z",...) (from
-             M.J.T. Guy)
+[ 17747] By: hv                                    on 2002/08/22  00:11:34
+        Log: Subject: Re: [PATCH] Version object patch #1
+             From: John Peacock <jpeacock@rowman.com>
+             Date: Tue, 20 Aug 2002 22:51:46 -0400 (Wed 03:51 BST)
+             Message-id: <3D630042.6020407@rowman.com>
+
+             Subject: Re: [REVISED PATCH] Magic v-strings
+             From: John Peacock <jpeacock@rowman.com>
+             Date: Wed, 21 Aug 2002 15:08:34 -0400 (20:08 BST)
+             Message-id: <3D63E532.7020305@rowman.com>
      Branch: perl
-          ! pp.c t/op/pack.t
+          ! sv.c t/op/ver.t universal.c util.c
 ____________________________________________________________________________
-[  5993] By: gsar                                  on 2000/04/28  09:30:05
-        Log: various minor tweaks seen on p5p
+[ 17746] By: hv                                    on 2002/08/20  16:48:05
+        Log: Subject: [PATCH] Version object patch #1
+             From: John Peacock <jpeacock@rowman.com>
+             Date: Thu, 15 Aug 2002 10:06:21 -0400 (15:06 BST)
+             Message-id: <3D5BB55D.6090603@rowman.com>
+             and Message-id: <3D627D1A.4050607@rowman.com>
+             and t/lib/warnings/universal tweak to skip
      Branch: perl
-          ! lib/perl5db.pl pod/perlipc.pod pod/perlvar.pod
+          ! embed.fnc embed.h global.sym pod/perlapi.pod proto.h sv.h
+          ! t/lib/warnings/universal toke.c util.c
 ____________________________________________________________________________
-[  5992] By: gsar                                  on 2000/04/28  09:08:19
-        Log: pod nit (from Simon Cozens)
+[ 17745] By: hv                                    on 2002/08/20  16:27:01
+        Log: perldelta for #17727
      Branch: perl
-          ! pod/perlop.pod
+          ! pod/perldelta.pod
 ____________________________________________________________________________
-[  5991] By: gsar                                  on 2000/04/28  09:06:36
-        Log: posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
+[ 17744] By: hv                                    on 2002/08/20  15:34:36
+        Log: Subject: typo in perfunc.pod
+             From: "John P. Linderman" <jpl@research.att.com>
+             Date: Mon, 19 Aug 2002 08:45:31 -0400 (EDT) (13:45 BST)
+             Message-id: <200208191245.IAA20072@raptor.research.att.com>
      Branch: perl
-          ! README.posix-bc hints/posix-bc.sh
+          ! pod/perlfunc.pod
 ____________________________________________________________________________
-[  5990] By: gsar                                  on 2000/04/28  08:54:52
-        Log: use $ENV{LIB} to search for libs under Visual C compiler
-             on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
+[ 17743] By: hv                                    on 2002/08/20  15:31:40
+        Log: Subject: Re: [PATCH] fix typos in perlpacktut
+             From: "Mr. Nobody" <mrnobo1024@yahoo.com>
+             Date: Fri, 16 Aug 2002 20:40:58 -0700 (PDT) (Sat 04:40 BST)
+             Message-id: <20020817034058.45633.qmail@web20802.mail.yahoo.com>
      Branch: perl
-          ! lib/ExtUtils/Liblist.pm
+          ! pod/perlpacktut.pod
 ____________________________________________________________________________
-[  5989] By: gsar                                  on 2000/04/28  08:27:12
-        Log: qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
-             itself and no other (from Tom Hughes)
+[ 17742] By: hv                                    on 2002/08/20  14:51:16
+        Log: Subject: [REVISED PATCH] Magic v-strings
+             From: John Peacock <jpeacock@rowman.com>
+             Date: Sat, 10 Aug 2002 15:56:22 -0400 (20:56 BST)
+             Message-id: <3D556FE6.6000404@rowman.com>
+             plus a bit of cleanup
      Branch: perl
-          ! t/op/array.t toke.c
+          ! dump.c perl.h pod/perlguts.pod sv.c sv.h util.c
 ____________________________________________________________________________
-[  5988] By: gsar                                  on 2000/04/28  08:01:38
-        Log: s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
-             <paul@miraclefish.com>)
+[ 17741] By: hv                                    on 2002/08/20  14:20:16
+        Log: Subject: Re: [PATCH] Storable and CODE references
+             From: Slaven Rezic <slaven.rezic@berlin.de>
+             Date: 17 Aug 2002 21:58:03 +0200
+             Message-id: <87bs812r78.fsf@vran.herceg.de>
      Branch: perl
-          ! lib/ExtUtils/MakeMaker.pm
+          + ext/Storable/t/code.t
+          ! MANIFEST ext/Storable/Storable.xs ext/Storable/t/forgive.t
+          ! ext/Storable/t/malice.t
 ____________________________________________________________________________
-[  5987] By: gsar                                  on 2000/04/28  07:53:09
-        Log: B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
+[ 17740] By: hv                                    on 2002/08/20  14:07:56
+        Log: Clean up copy-on-write macros and debug facilities (new flag 'C').
+             Handle CoW in hashes:
+             Subject: Re: why would tr/// be performing hash copies?
+             From: Nicholas Clark <nick@unfortu.net>
+             Date: Sun, 18 Aug 2002 23:17:01 +0100
+             Message-id: <20020818221700.GD294@Bagpuss.unfortu.net>
      Branch: perl
-          ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm
+          ! hv.c perl.c perl.h pod/perlrun.pod sv.c sv.h
 ____________________________________________________________________________
-[  5986] By: gsar                                  on 2000/04/28  07:44:17
-        Log: add regular expressions tutorial and quick-start guide (from
-             Mark Kvale <kvale@phy.ucsf.edu>)
+[ 17739] By: hv                                    on 2002/08/20  13:52:18
+        Log: Subject: Re: [perl #15326] Not OK: perl v5.8.0 on i686-linux-64int-ld 2.4.5
+             From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
+             Date: Tue, 23 Jul 2002 09:21:10 +0200
+             Message-id: <20020723092051.184C.H.M.BRAND@hccnet.nl>
      Branch: perl
-          + pod/perlrequick.pod pod/perlretut.pod
-          ! AUTHORS MAINTAIN MANIFEST
+          ! Configure
 ____________________________________________________________________________
-[  5985] By: gsar                                  on 2000/04/28  07:30:28
-        Log: forked child may not exit correctly if it failed to open
-             /dev/console (from Graham Barr)
+[ 17737] By: ams                                   on 2002/08/19  07:48:39
+        Log: Effect a speedy recovery from POD affected by (ahem, Australian)
+             negligence.
      Branch: perl
-          ! ext/Sys/Syslog/Syslog.pm
+          ! pod/perlrun.pod
 ____________________________________________________________________________
-[  5984] By: gsar                                  on 2000/04/28  07:27:20
-        Log: attributes::reftype() doesn't work on tied argument
+[ 17736] By: hv                                    on 2002/08/18  18:27:28
+        Log: Subject: [PATCH] Re: 5.8.0 sprintf (?) problem with floats?
+             From: Dave Mitchell <davem@fdgroup.com>
+             Date: Fri, 16 Aug 2002 23:31:07 +0100
+             Message-id: <20020816233107.E9388@fdgroup.com>
      Branch: perl
-          ! xsutils.c
+          ! numeric.c t/base/num.t
 ____________________________________________________________________________
-[  5983] By: gsar                                  on 2000/04/28  07:15:04
-        Log: numeric conversion of non-number in change#3378 tramples on
-             OOK offset, causing segfaults
+[ 17735] By: hv                                    on 2002/08/18  02:22:21
+        Log: Subject: Re: [perl #16198] pod tpyo in hostent.pm
+             From: Mark-Jason Dominus <mjd@plover.com>
+             Date: Tue, 13 Aug 2002 21:19:08 -0400 (Wed 02:19 BST)
+             Message-id: <20020814011909.22744.qmail@plover.com>
      Branch: perl
-          ! sv.c
+          ! lib/Net/hostent.pm
 ____________________________________________________________________________
-[  5982] By: gsar                                  on 2000/04/28  04:48:25
-        Log: avoid error in IO::Socket::INET when given an unknown service name
-             with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
+[ 17734] By: hv                                    on 2002/08/18  02:20:05
+        Log: Subject: [PATCH] Re: Pod::Functions tpyo
+             From: Abe Timmerman <abe@ztreet.demon.nl>
+             Date: Tue, 13 Aug 2002 23:47:00 +0200
+             Message-id: <200208132347.00782.abe@ztreet.demon.nl>
      Branch: perl
-          ! ext/IO/lib/IO/Socket/INET.pm
+          ! lib/Pod/Functions.pm
 ____________________________________________________________________________
-[  5981] By: gsar                                  on 2000/04/28  04:31:31
-        Log: rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
-             prototype mismatch with CORE::glob(); update pod and tests to
-             suit (File::Glob::glob() is still available for backward
-             compatibility, but should be considered deprecated)
+[ 17733] By: hv                                    on 2002/08/18  02:17:18
+        Log: Subject: Server rename revisited
+             From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
+             Date: Tue, 13 Aug 2002 19:19:03 +0200
+             Message-id: <20020813191821.DC98.H.M.BRAND@hccnet.nl>
      Branch: perl
-          ! ext/File/Glob/Glob.pm t/lib/glob-basic.t t/lib/glob-case.t
-          ! t/lib/glob-taint.t
+          ! README.hpux
 ____________________________________________________________________________
-[  5980] By: gsar                                  on 2000/04/28  03:47:29
-        Log: allow Configure -S to run non-interactively (spotted by Greg Hudson
-             <ghudson@mit.edu>)
-     Branch: metaconfig
-          ! U/modified/Options.U
+[ 17732] By: hv                                    on 2002/08/18  02:11:49
+        Log: Subject: [PATCH] Remove old VOS build methods
+             From: Paul_GreenVOS@vos.stratus.com
+             Date: Tue, 13 Aug 02 10:25 edt (15:25 BST)
+             Message-id: <200208131426.KAA01012@mailhub1.stratus.com>
+     Branch: perl
+          - vos/Makefile vos/build.cm vos/compile_perl.cm
+          - vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
+          - vos/config.ga.h vos/config.pl vos/configure_perl.cm
+          - vos/install_perl.cm vos/perl.bind vos/test_vos_dummies.c
+          - vos/vos_dummies.c
+          ! MANIFEST README.vos pod/perlport.pod vos/Changes
+____________________________________________________________________________
+[ 17731] By: hv                                    on 2002/08/18  01:57:12
+        Log: Subject: [PATCH] Configure missing d_modflproto=''
+             From: "Gerrit P. Haase" <gp@familiehaase.de>
+             Date: Tue, 13 Aug 2002 15:11:05 +0200
+             Message-id: <11417599086.20020813151105@familiehaase.de>
      Branch: perl
           ! Configure
 ____________________________________________________________________________
-[  5979] By: gsar                                  on 2000/04/28  03:07:54
-        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
+[ 17730] By: hv                                    on 2002/08/18  01:41:33
+        Log: missing chunk from #17725 causes lib/constant.t test failures
      Branch: perl
-          ! op.c t/op/misc.t
+          ! lib/constant.t
 ____________________________________________________________________________
-[  5978] By: gsar                                  on 2000/04/27  21:13:00
-        Log: sync version numbers in File::Spec with the ones on CPAN
-             (from Barrie Slaymaker)
+[ 17729] By: hv                                    on 2002/08/17  02:33:15
+        Log: Subject: [PATCH] Safe.pm documentation
+             From: Slaven Rezic <slaven.rezic@berlin.de>
+             Date: Sat, 10 Aug 2002 19:30:38 +0200 (CEST)
+             Message-id: <200208101730.g7AHUc9p001668@vran.herceg.de>
      Branch: perl
-          ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
-          ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
-          ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
+          ! ext/Opcode/Safe.pm pod/perlre.pod
 ____________________________________________________________________________
-[  5977] By: gsar                                  on 2000/04/27  21:07:29
-        Log: autoquote barewords followed by newline and arrow properly
-             (variant of fix suggested by Rick Delaney and M.J.T. Guy)
+[ 17728] By: hv                                    on 2002/08/17  02:07:24
+        Log: Subject: Copy On Write
+             From: Nicholas Clark <nick@ccl4.org>
+             Date: Thu, 15 Aug 2002 00:10:35 +0100
+             Message-id: <20020815001035.A69079@plum.flirble.org>
+             specify "-Accflags='-DPERL_COPY_ON_WRITE'" to use
      Branch: perl
-          ! t/pragma/warn/toke toke.c
+          ! doop.c dump.c embed.fnc embed.h mg.c pod/perlapi.pod pp.c
+          ! pp_hot.c proto.h sv.c sv.h
 ____________________________________________________________________________
-[  5976] By: gsar                                  on 2000/04/27  20:41:20
-        Log: DB_File v1.73 update (from Paul Marquess)
+[ 17727] By: hv                                    on 2002/08/17  01:20:05
+        Log: Subject: [PATCH 5.7.3] Negative subscripts optionally passed to tied array methods
+             From: Mark-Jason Dominus <mjd@plover.com>
+             Date: Sun, 14 Apr 2002 23:38:55 -0400 (Mon 04:38 BST)
+             Message-id: <20020415033855.6343.qmail@plover.com>
      Branch: perl
-          ! ext/DB_File/Changes ext/DB_File/DB_File.pm
-          ! ext/DB_File/DB_File.xs ext/DB_File/version.c
+          ! av.c av.h pod/perltie.pod t/op/tiearray.t
 ____________________________________________________________________________
-[  5975] By: gsar                                  on 2000/04/27  20:34:24
-        Log: allow sort() reentrancy (variant of patch suggested by
-             Hugo van der Sanden)
+[ 17726] By: hv                                    on 2002/08/17  01:17:09
+        Log: pp.c warns that sv may be used uninitialised in pp_delete()
      Branch: perl
-          ! pp_ctl.c t/op/sort.t
+          ! pp.c
 ____________________________________________________________________________
-[  5974] By: gsar                                  on 2000/04/27  19:46:57
-        Log: change#4197 somehow missed initializing PL_errors, meaning
-             sytax error queueing wasn't working outside eval"" at all;
-             also fixed eval"" to localize PL_error_count, so that compile-time
-             eval's don't clobber the error state of the outer context
+[ 17725] By: hv                                    on 2002/08/17  00:51:19
+        Log: Subject: [PATCH] Remove pseudo-hashes (complete)
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Tue, 6 Aug 2002 13:05:10 -0700 (21:05 BST)
+             Message-id: <20020806200510.GC31473@ool-18b93024.dyn.optonline.net>
      Branch: perl
-          ! lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
-          ! t/pragma/warn/toke
+          ! av.c doop.c dump.c embed.fnc embed.h ext/B/B/Concise.pm
+          ! global.sym lib/fields.pm lib/fields.t lib/overload.pm mg.c
+          ! op.c op.h pod/perldiag.pod pod/perlfunc.pod pod/perlref.pod
+          ! pp.c pp_hot.c proto.h t/op/avhv.t t/op/hashwarn.t
 ____________________________________________________________________________
-[  5973] By: gsar                                  on 2000/04/27  18:29:05
-        Log: fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
+[ 17724] By: hv                                    on 2002/08/17  00:27:33
+        Log: ext/B/defsubs.h also depends on the program that builds it
      Branch: perl
-          ! regcomp.c regexec.c t/op/re_tests
-____________________________________________________________________________
-[  5972] By: jhi                                   on 2000/04/27  18:22:41
-        Log: Integrate with Sarathy.
-     Branch: cfgperl
-         +> t/lib/b.t t/lib/syslog.t
-         !> (integrate 31 files)
+          ! ext/B/Makefile.PL
 ____________________________________________________________________________
-[  5971] By: jhi                                   on 2000/04/27  18:18:46
-        Log: Unicos tweaks from Mark P. Lutz.
-     Branch: cfgperl
-          ! hints/unicos.sh lib/Math/Complex.pm
+[ 17723] By: hv                                    on 2002/08/17  00:10:24
+        Log: Subject: Re: deb.c compile time error (patchlevel 17721)
+             From: Dave Mitchell <davem@fdgroup.com>
+             Date: Tue, 13 Aug 2002 14:42:15 +0100
+             Message-ID: <20020813144215.G11939@fdgroup.com>
+     Branch: perl
+          ! embed.fnc embed.h global.sym proto.h
 ____________________________________________________________________________
-[  5970] By: gsar                                  on 2000/04/27  18:05:11
-        Log: Data::Dumper fumbles negative numbers on 32-bit platforms where
-             IV is >32bits
+[ 17722] By: ams                                   on 2002/08/16  05:20:22
+        Log: Subject: Minor perlrun.pod patch
+             From: Iain Truskett <spoon@cpan.org>
+             Date: Fri, 16 Aug 2002 16:20:27 +1000
+             Message-Id: <20020816162027.D17196@eh.org>
      Branch: perl
-          ! ext/Data/Dumper/Dumper.xs t/lib/dumper.t
+          ! pod/perlrun.pod
 ____________________________________________________________________________
-[  5969] By: gsar                                  on 2000/04/27  17:50:56
-        Log: fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
+[ 17721] By: hv                                    on 2002/08/12  12:17:19
+        Log: #17717 needed tests fixing up
      Branch: perl
-          + t/lib/syslog.t
-          ! MANIFEST ext/Sys/Syslog/Syslog.pm
+          ! t/op/chop.t
 ____________________________________________________________________________
-[  5968] By: gsar                                  on 2000/04/27  17:44:49
-        Log: tolerate spaces in group names in test on solaris (from David Boyce
-             <dsb@boyski.com>)
+[ 17720] By: hv                                    on 2002/08/12  12:10:07
+        Log: Subject: Re: [PATCH] Re: taint news
+             From: Rick Delaney <rick.delaney@rogers.com>
+             Date: 04 Aug 2002 00:28:58 EDT
+             Message-ID: <m3heibs0vp.fsf@cs839290-a.mtth.phub.net.cable.rogers.com>
+             missed patch fragment from Change #17676
      Branch: perl
-          ! t/op/groups.t
+          ! pod/perlsec.pod
 ____________________________________________________________________________
-[  5967] By: gsar                                  on 2000/04/27  17:41:22
-        Log: improved docs on the warn_uninit diagnostic (from David Glasser
-             and Simon Cozens)
+[ 17719] By: hv                                    on 2002/08/12  12:03:53
+        Log: Subject: [perl #15987] Tests fail when sources are under CVS control
+             From: Warren Jones (via RT) <perlbug@perl.org>
+             Date: 5 Aug 2002 19:08:50 -0000 (Mon 20:08 BST)
+             Message-id: <rt-15987-32864.15.6255441902154@bugs6.perl.org>
      Branch: perl
-          ! pod/perldiag.pod
+          ! lib/strict.t lib/warnings.t
 ____________________________________________________________________________
-[  5966] By: gsar                                  on 2000/04/27  16:54:58
-        Log: add testsuite for B backends, fix bug in B::Deparse (from
-             Simon Cozens <simon@brecon.co.uk>)
+[ 17718] By: hv                                    on 2002/08/12  11:57:17
+        Log: Subject: [PATCH] add verbose stack display option, -Dvs
+             From: Dave Mitchell <davem@fdgroup.com>
+             Date: Mon, 5 Aug 2002 00:55:33 +0100
+             Message-id: <20020805005533.B26111@fdgroup.com>
      Branch: perl
-          + t/lib/b.t
-          ! MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
+          ! deb.c dump.c embed.fnc embed.h perl.c perl.h pod/perlapi.pod
+          ! pod/perlrun.pod proto.h
 ____________________________________________________________________________
-[  5965] By: gsar                                  on 2000/04/27  16:10:37
-        Log: avoid "will not stay shared" warnings for our variables (from
-             Robin Barker)
+[ 17717] By: hv                                    on 2002/08/12  11:44:06
+        Log: Subject: Re: [PATCH@8545] [ID 20000808.005] OP_REFGEN as an lvalue
+             From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
+             Date: Sat, 27 Jan 2001 19:31:29 -0800 (PST)
+             Message-ID: <14963.32943.102669.67625@soda.csua.berkeley.edu>
      Branch: perl
-          ! op.c t/pragma/warn/op
+          ! op.c t/op/chop.t t/op/ref.t
 ____________________________________________________________________________
-[  5964] By: gsar                                  on 2000/04/27  07:05:05
-        Log: reformat to 72 columns (again)
+[ 17716] By: hv                                    on 2002/08/12  11:29:53
+        Log: Subject: Re: [ID 20020713.001] chomp($data=<tied_fh>) strangeness.
+             From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
+             Date: Sat, 13 Jul 2002 17:44:02 +0100
+             Message-id: <200207131644.g6DGi2214456@crypt.compulink.co.uk>
      Branch: perl
-          ! pod/perldiag.pod
+          ! pp_hot.c t/op/tiehandle.t
 ____________________________________________________________________________
-[  5963] By: gsar                                  on 2000/04/27  06:28:31
-        Log: patch from Larry to make (\&) prototype work; added tests for
-             the same
+[ 17715] By: hv                                    on 2002/08/12  11:28:26
+        Log: Subject: [PATCH] better modfl detection
+             From: Nicholas Clark <nick@unfortu.net>
+             Date: Sun, 11 Aug 2002 20:05:49 +0100
+             Message-id: <20020811190548.GK300@Bagpuss.unfortu.net>
      Branch: perl
-          ! op.c t/comp/proto.t
+          ! Configure config_h.SH perl.h
 ____________________________________________________________________________
-[  5962] By: gsar                                  on 2000/04/27  06:15:47
-        Log: updated README.hpux (from Jeff Okamoto)
+[ 17714] By: hv                                    on 2002/08/12  11:26:23
+        Log: Subject: [PATCH] perltodo.pod
+             From: Richard.Foley@t-online.de
+             Date: Sun, 11 Aug 2002 18:26:10 +0200
+             Message-id: <17dwY1-0spbdoC@fwd06.sul.t-online.com>
+             perlbug credits
      Branch: perl
-          ! README.hpux
+          ! pod/perltodo.pod
 ____________________________________________________________________________
-[  5961] By: gsar                                  on 2000/04/27  05:55:03
-        Log: recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
+[ 17713] By: hv                                    on 2002/08/12  11:24:44
+        Log: Subject: [PATCH] gv_fullname3 as call to gv_fullname4
+             From: Nicholas Clark <nick@unfortu.net>
+             Date: Sun, 11 Aug 2002 16:59:16 +0100
+             Message-id: <20020811155914.GE300@Bagpuss.unfortu.net>
      Branch: perl
-          ! emacs/cperl-mode.el
+          ! gv.c
 ____________________________________________________________________________
-[  5960] By: gsar                                  on 2000/04/27  05:49:26
-        Log: better INSTALL notes on Solaris issues (from Dominic Dunlop)
+[ 17712] By: hv                                    on 2002/08/12  11:23:06
+        Log: Subject: Re: Smoke 17703 /pro/3gl/CPAN/perl-current
+             From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
+             Date: Mon, 12 Aug 2002 10:25:20 +0200
+             Message-id: <20020812102347.AFB6.H.M.BRAND@hccnet.nl>
+             gcc bug test needs -lm
      Branch: perl
-          ! INSTALL
+          ! hints/hpux.sh
 ____________________________________________________________________________
-[  5959] By: gsar                                  on 2000/04/27  05:33:41
-        Log: doubled words in pods (from Simon Cozens
-             <simon.p.cozens@jp.pwcglobal.com>)
+[ 17711] By: hv                                    on 2002/08/12  11:20:49
+        Log: Subject: [PATCH s2p] Small typo correction
+             From: "Newton, Philip" <Philip.Newton@datenrevision.de>
+             Date: Wed, 7 Aug 2002 11:50:51 +0200
+             Message-id: <C9A98F2128EDD411B0920008C7B337A13DCE2B@hamsem01.de.gedas.vwg>
      Branch: perl
-          ! pod/perl56delta.pod pod/perldebguts.pod pod/perlfaq5.pod
-          ! pod/perlfork.pod pod/perlfunc.pod pod/perlipc.pod
-          ! pod/perllexwarn.pod pod/perllocale.pod pod/perlmodlib.pod
-          ! pod/perlnumber.pod pod/perlopentut.pod pod/perltodo.pod
-          ! pod/perltootc.pod
+          ! x2p/s2p.PL
 ____________________________________________________________________________
-[  5958] By: gsar                                  on 2000/04/27  05:11:39
-        Log: change#3569 deleted some essential code, revert; avoid use of
-             atexit() to make DynaLoader work properly on AIX under mod_perl
-             (from Jens-Uwe Mager <jum@helios.de>)
+[ 17710] By: hv                                    on 2002/08/12  11:17:21
+        Log: Subject: [PATCH] pod/perlfaq4.pod
+             From: Abigail <abigail@foad.org>
+             Date: Tue, 30 Jul 2002 09:52:02 -0700 (17:52 BST)
+             Message-id: <20020730095202.A6462@ucan.foad.org>
+             Add references to Regexp::Common.
      Branch: perl
-          ! ext/DynaLoader/dl_aix.xs
+          ! pod/perlfaq4.pod
 ____________________________________________________________________________
-[  5957] By: gsar                                  on 2000/04/27  04:54:51
-        Log: pod nits (from A. C. Yardley <yardley@tanet.net>)
+[ 17707] By: rgs                                   on 2002/08/09  21:23:20
+        Log: Subject: New HP-UX itanium servers
+             From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
+             Date: Wed, 07 Aug 2002 13:25:57 +0200
+             Message-ID: <20020807132518.FCBF.H.M.BRAND@hccnet.nl>
      Branch: perl
-          ! pod/perlmod.pod
+          ! README.hpux
 ____________________________________________________________________________
-[  5956] By: gsar                                  on 2000/04/27  04:51:47
-        Log: better diagnostics on failed tests (from Ilya Zakharevich)
+[ 17706] By: rgs                                   on 2002/08/09  21:00:41
+        Log: Subject: Re: missing lower range in {} regex
+             From: "John P. Linderman" <jpl@research.att.com>
+             Date: Fri, 09 Aug 2002 12:48:55 -0400
+             Message-ID: <200208091648.MAA77577@raptor.research.att.com>
      Branch: perl
-          ! t/op/lex_assign.t
+          ! pod/perlre.pod
 ____________________________________________________________________________
-[  5955] By: gsar                                  on 2000/04/27  04:26:44
-        Log: longstanding bug exposed by change#3307: sort arguments weren't
-             compiled with the right wantarray context (ensuing runtime lookup
-             via block_gimme() was getting the incidental context of the
-             sort() itself)
+[ 17705] By: rgs                                   on 2002/08/08  20:57:59
+        Log: More tests for the attribute syntax, from the
+             attributes manpage.
      Branch: perl
-          ! op.c t/op/sort.t
+          ! t/op/attrs.t
 ____________________________________________________________________________
-[  5954] By: gsar                                  on 2000/04/26  23:42:12
-        Log: integrate cfgperl contents into mainline
-     Branch: perl
-         !> (integrate 30 files)
-____________________________________________________________________________
-[  5953] By: jhi                                   on 2000/04/26  23:06:42
-        Log: Integrate with Sarathy.
-     Branch: cfgperl
-         !> README.win32 ext/B/B/Deparse.pm
-         !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
-         !> lib/vars.pm perl.c pod/perldiag.pod pod/perlsub.pod
-         !> pod/perlsyn.pod pod/perlthrtut.pod pod/perltoc.pod
-         !> pod/perltodo.pod pod/perlxs.pod pod/perlxstut.pod
-         !> utils/perldoc.PL vms/perlvms.pod
-____________________________________________________________________________
-[  5952] By: jhi                                   on 2000/04/26  23:03:46
-        Log: Undo "use integer" addition from 64bitint as it seems
-             to break most of the subtests in Digital UNIX;
-             Unicos needs to find another way.
-     Branch: cfgperl
-          ! t/op/64bitint.t
-____________________________________________________________________________
-[  5951] By: jhi                                   on 2000/04/26  22:57:53
-        Log: Be more robust on "extreme" (large absolute value)
-             arguments.  Originally reported by Daniel Connelly
-             as a problem with asinh() on large negative arguments,
-             asinh() used to bail out because an argument to log()
-             ended up being zero.  Ilya Zakharevich proposed using
-             Taylor's series in such cases, which for such large
-             arguments is a very good approximation.
-     Branch: cfgperl
-          ! lib/Math/Complex.pm t/lib/complex.t
-____________________________________________________________________________
-[  5950] By: gsar                                  on 2000/04/25  19:13:12
-        Log: reformat perldiag to avoid long lines
+[ 17704] By: rgs                                   on 2002/08/08  19:47:44
+        Log: Fix bug #16080 : an attribute list should end at '}'
      Branch: perl
-          ! pod/perldiag.pod
+          ! t/op/attrs.t toke.c
 ____________________________________________________________________________
-[  5949] By: gsar                                  on 2000/04/25  18:41:11
-        Log: make perldoc use the pod2man from the same version (from
-             M.J.T. Guy)
+[ 17703] By: hv                                    on 2002/08/08  15:30:12
+        Log: Update Changes
      Branch: perl
-          ! utils/perldoc.PL
+          ! Changes patchlevel.h
 ____________________________________________________________________________
-[  5948] By: gsar                                  on 2000/04/25  18:21:57
-        Log: typo in vars.pm that leads to cryptic message (from Piotr Piatkowski
-             <kompas@kompas.usr.onet.pl>)
+[ 17702] By: hv                                    on 2002/08/08  15:08:57
+        Log: Subject: Re: README.aix
+             From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
+             Date: Tue, 30 Jul 2002 13:30:29 +0200
+             Message-id: <20020730130812.48B9.H.M.BRAND@hccnet.nl>
      Branch: perl
-          ! lib/vars.pm
+          ! README.aix
 ____________________________________________________________________________
-[  5947] By: gsar                                  on 2000/04/25  18:11:53
-        Log: use &dl_error rather than &dl_load_file as the guard for calling
-             boot_DynaLoader() (meant to fix dl_error() redefined warnings in
-             statically built perl)
+[ 17701] By: hv                                    on 2002/08/08  15:06:01
+        Log: Subject: [PATCH] Re: pp_sys.c compile failed..
+             From: Andy Dougherty <doughera@lafayette.edu>
+             Date: Tue, 6 Aug 2002 10:42:07 -0400 (EDT) (15:42 BST)
+             Message-id: <Pine.SOL.4.10.10208061024250.5315-100000@maxwell.phys.lafayette.edu>
      Branch: perl
-          ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
+          ! hints/aix.sh
 ____________________________________________________________________________
-[  5946] By: jhi                                   on 2000/04/25  17:37:54
-        Log: Document that tr() is not tr(1).
-     Branch: cfgperl
-          ! pod/perlop.pod
+[ 17700] By: hv                                    on 2002/08/08  15:02:57
+        Log: Subject: [DOC PATCH] perlipc.pod
+             From: Arjen Laarhoven <arjen@nl.demon.net>
+             Date: Tue, 6 Aug 2002 14:16:01 +0200
+             Message-id: <20020806121601.GK40785@aragorn.noc.nl.demon.net>
+     Branch: perl
+          ! pod/perlipc.pod
 ____________________________________________________________________________
-[  5945] By: gsar                                  on 2000/04/25  16:34:33
-        Log: make module name mandatory after -M switch; reorder perldiag
-             alphabetically (from Mark-Jason Dominus)
+[ 17699] By: hv                                    on 2002/08/08  14:56:56
+        Log: Subject: [PATCH] Re: [perl #15898] coredump with variable our
+             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
+             Date: Fri, 2 Aug 2002 23:44:21 +0200
+             Message-id: <20020802234421.11c62fe6.rgarciasuarez@free.fr>
      Branch: perl
-          ! perl.c pod/perldiag.pod
+          ! op.c t/op/attrs.t
 ____________________________________________________________________________
-[  5944] By: jhi                                   on 2000/04/25  01:15:18
-        Log: On second thoughts frexp() does have two arguments.
-     Branch: cfgperl
-          ! perl.h
+[ 17698] By: hv                                    on 2002/08/08  14:52:45
+        Log: Subject: [perl #16000] Configure -Dstatic_ext=foo builds foo as both static and dynamic
+             From: Yitzchak Scott-Thoennes (via RT) <perlbug@perl.org>
+             Date: 6 Aug 2002 04:28:15 -0000 (Tue 05:28 BST)
+             Message-id: <rt-16000-32913.8.41582281961522@bugs6.perl.org>
+     Branch: perl
+          ! Configure
 ____________________________________________________________________________
-[  5943] By: jhi                                   on 2000/04/24  22:56:32
-        Log: Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
-             Now pp_ncmp() returns undef is either operand is a NaN.
-     Branch: cfgperl
-          ! Configure Porting/Glossary Porting/config.sh Porting/config_H
-          ! Todo-5.6 config_h.SH epoc/config.sh perl.h pp.c pp_sys.c
-          ! vms/subconfigure.com vos/config.def vos/config.h
-          ! vos/config_h.SH_orig win32/config.bc win32/config.gc
-          ! win32/config.vc win32/config_H.bc win32/config_H.gc
-          ! win32/config_H.vc
-     Branch: metaconfig/U/perl
-          + d_modfl.U
-____________________________________________________________________________
-[  5942] By: jhi                                   on 2000/04/24  19:45:17
-        Log: Regen Configure to match #5937.
-     Branch: cfgperl
-          ! Configure Porting/Glossary Porting/config.sh Porting/config_H
-          ! config_h.SH
-     Branch: metaconfig
-          ! U/installdirs/inc_version_list.U U/modified/cpp_stuff.U
+[ 17697] By: hv                                    on 2002/08/08  14:49:00
+        Log: Subject: Doc patch for Class::Struct under 5.8.0
+             From: Damian Conway <damian@conway.org>
+             Date: Tue, 30 Jul 2002 23:03:14 +1000
+             Message-id: <3D471FCF.1C7C6E6B@conway.org>
+     Branch: perl
+          ! lib/Class/Struct.pm
 ____________________________________________________________________________
-[  5941] By: jhi                                   on 2000/04/24  19:24:11
-        Log: Further Unicos fixes for Mark Lutz.
-     Branch: cfgperl
-          ! hints/unicos.sh pp_ctl.c
+[ 17696] By: hv                                    on 2002/08/08  14:44:21
+        Log: Subject: Re: [perl #15523] Memory Leak in split with trailing empty elements
+             From: Slaven Rezic <slaven.rezic@berlin.de>
+             Date: 31 Jul 2002 09:50:06 +0200
+             Message-id: <87ado85ob5.fsf@vran.herceg.de>
+     Branch: perl
+          ! pp.c
 ____________________________________________________________________________
-[  5940] By: jhi                                   on 2000/04/24  19:09:06
-        Log: Various Unicos 10.0.0.6 fixes.
-             
-             Subject: [ID 20000414.007] Test suite failures in perl 5.6 on Cray T90
-             From: Mark P Lutz <tecmpl1@triton.ca.boeing.com> 
-             Reply-To: tecmpl1@triton.ca.boeing.com 
-             To: perl5-porters@perl.org 
-             Date: Fri, 14 Apr 2000 20:21:00 GMT 
-             Message-Id: <200004142021.UAA36232@triton.ca.boeing.com> 
-     Branch: cfgperl
-          ! hints/unicos.sh pp.c pp_ctl.c t/op/64bitint.t
+[ 17695] By: hv                                    on 2002/08/08  14:40:41
+        Log: Subject: [PATCH] Re: [perl #15479] perl 5.8.0 segfault
+             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
+             Date: Fri, 2 Aug 2002 00:13:10 +0200
+             Message-id: <20020802001310.7e1dc694.rgarciasuarez@free.fr>
+     Branch: perl
+          + t/op/stash.t
+          ! MANIFEST perl.h
 ____________________________________________________________________________
-[  5939] By: gsar                                  on 2000/04/24  19:01:24
-        Log: more pod nits (from Larry Virden)
+[ 17694] By: hv                                    on 2002/08/08  14:31:55
+        Log: Subject: Re: [RE-PATCH] Not OK: perl v5.8.0 on PA-RISC2.0 11.00
+             From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
+             Date: Wed, 31 Jul 2002 16:04:02 +0200
+             Message-id: <20020731155005.4915.H.M.BRAND@hccnet.nl>
      Branch: perl
-          ! README.win32 pod/perlsub.pod pod/perlsyn.pod
-          ! pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
-          ! pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
+          ! hints/hpux.sh
 ____________________________________________________________________________
-[  5938] By: gsar                                  on 2000/04/24  18:54:01
-        Log: Consolidated B::Deparse fixes (from Stephen McCamant)
+[ 17693] By: hv                                    on 2002/08/08  14:25:16
+        Log: Subject: [PATCH: lib/ExtUtils/MM_Unix.pm] Be less strict about what's POD.
+             From: Abigail <abigail@foad.org>
+             Date: Thu, 25 Jul 2002 08:52:52 -0700 (16:52 BST)
+             Message-id: <20020725085252.A2703@ucan.foad.org>
      Branch: perl
-          ! ext/B/B/Deparse.pm
+          ! lib/ExtUtils/MM_Unix.pm
 ____________________________________________________________________________
-[  5937] By: jhi                                   on 2000/04/24  17:39:00
-        Log: Integrate with Sarathy.
-     Branch: cfgperl
-         +> (branch 31 files)
-         !> (integrate 73 files)
-____________________________________________________________________________
-[  5936] By: gsar                                  on 2000/04/24  17:30:06
-        Log: additional tests for change#5934 (from Paul Marquess, who also
-             sent in the same fix)
-     Branch: perl
-          ! t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
-          ! t/pragma/warn/5nolint t/pragma/warn/6default
-____________________________________________________________________________
-[  5935] By: jhi                                   on 2000/04/24  17:26:05
-        Log: Do not assume sign propagation.
-             Subject:  [PATCH] Re: [ID 20000410.010] Unicoss 10.0.0.6 and perl 5.6.0
-             From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk> 
-             To: payner@ncifcrf.gov, perl5-porters@perl.org 
-             Date: Tue, 18 Apr 2000 18:24:49 +0100 
-             Message-Id: <E12hbk1-0006Ws-00@ursa.cus.cam.ac.uk> 
-     Branch: cfgperl
-          ! t/op/bop.t t/op/misc.t
-____________________________________________________________________________
-[  5934] By: gsar                                  on 2000/04/24  17:16:54
-        Log: propagate lexical warnings from surrounding scope correctly
-             within string eval()
-     Branch: perl
-          ! pp_ctl.c t/pragma/warn/pp_ctl
-____________________________________________________________________________
-[  5933] By: jhi                                   on 2000/04/24  17:01:07
-        Log: Flatten the cpp jungle doing the nosuid checking.
-     Branch: cfgperl
-          ! perl.c
+[ 17692] By: hv                                    on 2002/08/08  14:20:05
+        Log: Subject: [PATCH] README.jp and README.cn
+             From: Autrijus Tang <autrijus@autrijus.org>
+             Date: Thu, 25 Jul 2002 07:05:11 +0800
+             Message-id: <20020724230511.GA1327@not.autrijus.org>
+     Branch: perl
+          ! README.cn README.jp
 ____________________________________________________________________________
-[  5932] By: gsar                                  on 2000/04/24  09:08:14
-        Log: add rsignal(), whichsig() and do_join() to public API list
-             (mod_perl uses them to good advantage)
+[ 17691] By: hv                                    on 2002/08/08  14:01:50
+        Log: Subject: [perl #15398] Usage::pod2usage looks for perldoc in $Config{bin} and not in $Config{scriptdir}
+             From: Henrik Tougaard (via RT) <perlbug@perl.org>
+             Date: 23 Jul 2002 13:45:49 -0000 (Tue 14:45 BST)
+             Message-id: <rt-15398-31095.6.30466042998663@perl>
      Branch: perl
-          ! embed.pl global.sym objXSUB.h perlapi.c proto.h
+          ! lib/Pod/Usage.pm
 ____________________________________________________________________________
-[  5931] By: gsar                                  on 2000/04/24  09:01:40
-        Log: fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
+[ 17690] By: rgs                                   on 2002/08/07  19:56:42
+        Log: Doc fix : the symbol for COPs wasn't documented.
      Branch: perl
-          ! pp_hot.c regexec.c t/op/pat.t
+          ! opcode.pl
 ____________________________________________________________________________
-[  5930] By: gsar                                  on 2000/04/24  08:58:33
-        Log: small os390 tweaks (from Peter Prymmer)
+[ 17689] By: rgs                                   on 2002/08/06  20:45:30
+        Log: Subject: Re: no warnings 'io';
+             From: Nicholas Clark <nick@unfortu.net>
+             Date: Sat, 27 Jul 2002 21:49:55 +0100
+             Message-ID: <20020727204954.GB5117@Bagpuss.unfortu.net>
+
+             Plus a little bit of regression tests.
      Branch: perl
-          ! config_h.SH makedepend.SH
+          ! t/lib/warnings/pp_hot util.c
 ____________________________________________________________________________
-[  5929] By: gsar                                  on 2000/04/24  08:55:25
-        Log: pod nits
+[ 17688] By: rgs                                   on 2002/08/06  20:04:19
+        Log: Subject: [PATCH] XS build fix for VMS
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Sun, 4 Aug 2002 12:13:06 -0500
+             Message-ID: <a05111b07b97256e1c335@[172.16.52.1]>
      Branch: perl
-          ! pod/perlguts.pod
+          ! vms/descrip_mms.template
 ____________________________________________________________________________
-[  5928] By: gsar                                  on 2000/04/24  08:50:13
-        Log: revert change#5923 ("breaks" t/lib/io_poll.t)
+[ 17687] By: rgs                                   on 2002/08/06  19:50:12
+        Log: PerlIO::scalar wasn't able to read from non-string
+             scalar ; now stringifies its argument.
      Branch: perl
-          ! ext/IO/lib/IO/Poll.pm
+          ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/t/scalar.t
 ____________________________________________________________________________
-[  5927] By: gsar                                  on 2000/04/24  08:43:24
-        Log: arrange for next() to resume at the unstack op rather than the
-             loop conditional, so that scope cleanup happens correctly
-             (from Stephen McCamant)
+[ 17686] By: rgs                                   on 2002/08/06  19:10:51
+        Log: More regression tests for $^H and %^H.
+             Add a TODO test for eval "" preserving %^H.
      Branch: perl
-          ! op.c pp_ctl.c t/op/misc.t
+          ! t/comp/hints.t
 ____________________________________________________________________________
-[  5926] By: gsar                                  on 2000/04/24  08:18:40
-        Log: on windows, reserve 16M of stack rather than 128M (allows more
-             threads to run concurrently)
+[ 17685] By: hv                                    on 2002/08/05  22:42:09
+        Log: Subject: Re: mention of "use sort" botched in perlfunc? + PATCH
+             From: "John P. Linderman" <jpl@research.att.com>
+             Date: Sun, 21 Jul 2002 12:13:32 -0400 (17:13 BST)
+             Message-id: <200207211613.MAA69505@raptor.research.att.com>
      Branch: perl
-          ! win32/Makefile win32/makefile.mk
+          ! lib/sort.pm lib/sort.t
 ____________________________________________________________________________
-[  5925] By: gsar                                  on 2000/04/24  08:13:52
-        Log: POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
+[ 17684] By: hv                                    on 2002/08/05  22:35:22
+        Log: Integrate from perlio: change #17653 fixes bug RT15283
      Branch: perl
-          ! toke.c
+         !> ext/PerlIO/via/via.xs
 ____________________________________________________________________________
-[  5924] By: gsar                                  on 2000/04/24  08:08:59
-        Log: avoid using uninitialized memory in require version check
+[ 17683] By: hv                                    on 2002/08/05  22:26:45
+        Log: Integrate from maint-5.6/macperl via macperl
+             Changes 17660, 17661, 17662, 17663, 17664
      Branch: perl
-          ! pp_ctl.c universal.c
+         !> perl.c
 ____________________________________________________________________________
-[  5923] By: gsar                                  on 2000/04/24  07:20:14
-        Log: various bugs in IO::Poll (from Lincoln D. Stein <lstein@cshl.org>)
+[ 17682] By: hv                                    on 2002/08/05  15:04:54
+        Log: Subject: Defined-or patch (cleaned up)
+             From: "Brent Dax" <brentdax@cpan.org>
+             Date: Fri, 26 Jul 2002 05:41:52 -0700 (13:41 BST)
+             Message-id: <000001c234a1$d1ca72c0$6501a8c0@deepblue>
      Branch: perl
-          ! ext/IO/lib/IO/Poll.pm
+          + t/op/dor.t
+          ! MANIFEST embed.h ext/B/B/Deparse.pm ext/Opcode/Opcode.pm
+          ! keywords.h keywords.pl op.c opcode.h opcode.pl opnames.h
+          ! perly.c perly.h perly.y perly_c.diff pod/perlop.pod pp.sym
+          ! pp_ctl.c pp_hot.c pp_proto.h toke.c vms/perly_c.vms
+          ! vms/perly_h.vms
 ____________________________________________________________________________
-[  5922] By: gsar                                  on 2000/04/24  07:08:42
-        Log: commentary about IoTYPE() (from Nathan Torkington)
+[ 17681] By: hv                                    on 2002/08/05  14:41:23
+        Log: typo
      Branch: perl
-          ! sv.h
+          ! keywords.h keywords.pl
 ____________________________________________________________________________
-[  5921] By: gsar                                  on 2000/04/24  06:58:26
-        Log: make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
-             by fix
+[ 17680] By: hv                                    on 2002/08/05  14:33:39
+        Log: warn that keywords.h is generated
      Branch: perl
-          ! sv.c t/lib/charnames.t t/pragma/utf8.t
+          ! keywords.h keywords.pl
 ____________________________________________________________________________
-[  5920] By: gsar                                  on 2000/04/24  06:37:59
-        Log: Larry's fix for buggy propagation of utf8-ness in join(); add test
+[ 17679] By: hv                                    on 2002/08/04  23:40:22
+        Log: again: #17678 caused test failures in pod2html,
+             in which $1 could leak from previous regexp
      Branch: perl
-          ! doop.c t/op/ver.t
+          ! mg.c
 ____________________________________________________________________________
-[  5919] By: gsar                                  on 2000/04/24  06:21:58
-        Log: Configure might miss old directories when prefix must be
-             expanded (from Robin Barker)
-     Branch: metaconfig
-          ! U/installdirs/inc_version_list.U
+[ 17678] By: hv                                    on 2002/08/04  15:34:19
+        Log: Subject: Re: [ID 20020704.001] my $foo = $1 won't taint $foo (with use re 'taint')
+             From: hv@crypt.org
+             Date: Sun, 04 Aug 2002 17:40:30 +0100
+             Message-id: <200208041640.g74GeUU25061@crypt.compulink.co.uk>
      Branch: perl
-          ! Configure
+          ! mg.c t/op/taint.t
 ____________________________________________________________________________
-[  5918] By: gsar                                  on 2000/04/24  06:16:11
-        Log: VMS nits in glob() test (from Charles Lane)
+[ 17677] By: hv                                    on 2002/08/04  15:25:25
+        Log: Main branch no longer needs op/taint.t version check.
      Branch: perl
-          ! t/lib/glob-basic.t
+          ! t/op/taint.t
 ____________________________________________________________________________
-[  5917] By: gsar                                  on 2000/04/24  06:11:56
-        Log: various pod nits (from Larry Virden and others)
+[ 17676] By: hv                                    on 2002/08/04  15:14:09
+        Log: Subject: Re: [PATCH] Re: taint news
+             From: Rick Delaney <rick.delaney@rogers.com>
+             Date: 04 Aug 2002 00:28:58 EDT
+             Message-ID: <m3heibs0vp.fsf@cs839290-a.mtth.phub.net.cable.rogers.com>
+             Ref: 20020208.005
      Branch: perl
-          ! README.amiga README.hpux README.machten README.os2
-          ! README.os390 README.win32 embed.pl handy.h lib/IPC/Open3.pm
-          ! pod/Win32.pod pod/perl56delta.pod pod/perlapi.pod
-          ! pod/perlbook.pod pod/perlcompile.pod pod/perldebguts.pod
-          ! pod/perldiag.pod pod/perlfork.pod pod/perlfunc.pod
-          ! pod/perlguts.pod pod/perlintern.pod pod/perlipc.pod
-          ! pod/perlmod.pod pod/perlmodinstall.pod pod/perlnumber.pod
-          ! pod/perlop.pod pod/perlport.pod pod/perlre.pod
-          ! pod/perltrap.pod pod/perlunicode.pod pod/perlvar.pod pp.h
+          ! pp_sys.c
 ____________________________________________________________________________
-[  5916] By: gsar                                  on 2000/04/24  05:52:43
-        Log: ignore dotfiles (.cvsignore etc) in test (from Warren Jones
-             <wjones@tc.fluke.com>)
+[ 17675] By: hv                                    on 2002/08/04  01:48:36
+        Log: Fix email address for Kragen Sitaker <kragen@pobox.com>.
      Branch: perl
-          ! t/lib/glob-basic.t
+          ! AUTHORS
 ____________________________________________________________________________
-[  5915] By: gsar                                  on 2000/04/24  05:07:01
-        Log: supported platforms mixed up
+[ 17674] By: hv                                    on 2002/08/04  01:30:11
+        Log: Subject: [PATCH] AUTHORS
+             From: Colin Watson <colinw@zeus.com>
+             Date: Thu, 25 Jul 2002 15:54:37 +0100
+             Message-id: <20020725145437.GC4921@zeus.com>
      Branch: perl
-          ! pod/perl56delta.pod pod/perlport.pod
+          ! AUTHORS
 ____________________________________________________________________________
-[  5914] By: gsar                                  on 2000/04/24  04:56:08
-        Log: caller() wasn't returning the right number of elements for
-             eval {...}
+[ 17673] By: hv                                    on 2002/08/04  01:27:36
+        Log: Subject: [PATCH] AUTHORS
+             From: Walt Mankowski <waltman@pobox.com>
+             Date: Sat, 20 Jul 2002 22:56:12 -0400 (Sun 03:56 BST)
+             Message-id: <20020721025612.GB15958@pobox.com>
      Branch: perl
-          ! pp_ctl.c t/pragma/warn/9enabled
+          ! AUTHORS
 ____________________________________________________________________________
-[  5913] By: gsar                                  on 2000/04/24  04:35:41
-        Log: pod nit: $yday range for localtime/gmtime is 0..364 not 1..365 (from
-             Mark-Jason Dominus)
+[ 17672] By: hv                                    on 2002/08/04  01:25:14
+        Log: Subject: Re: mention of "use sort" botched in perlfunc?
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Sat, 20 Jul 2002 13:49:58 -0400 (18:49 BST)
+             Message-id: <20020720174958.GL362@ool-18b93024.dyn.optonline.net>
      Branch: perl
           ! pod/perlfunc.pod
 ____________________________________________________________________________
-[  5912] By: gsar                                  on 2000/04/24  04:17:15
-        Log: fix totally broken caching in UNIVERSAL::isa() (from
-             Nick Ing-Simmons)
+[ 17671] By: hv                                    on 2002/08/04  01:11:32
+        Log: Change version from 5.8.0 to 5.9.0.
      Branch: perl
-          ! t/op/universal.t universal.c
+          ! Configure NetWare/Makefile NetWare/config_H.wc
+          ! Porting/config.sh Porting/config_H README.win32 config_h.SH
+          ! cygwin/perlld.in epoc/config.sh epoc/createpkg.pl
+          ! hints/dgux.sh installperl lib/ExtUtils/MM_NW5.pm makedef.pl
+          ! patchlevel.h win32/Makefile win32/makefile.mk
+          ! wince/Makefile.ce
 ____________________________________________________________________________
-[  5911] By: gsar                                  on 2000/04/24  03:39:47
-        Log: add linebreak properties from unicode/LineBrk.txt (from
-             Dave Hartnoll <Dave_Hartnoll@3b2.com>)
-     Branch: perl
-          + lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
-          + lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
-          + lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
-          + lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
-          + lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
-          + lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
-          + lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
-          + lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
-          + lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
-          + lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
-          + lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
-          + lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
-          + lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
-          + lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
-          + lib/unicode/Is/LbrkZW.pl
-          ! lib/unicode/mktables.PL
-____________________________________________________________________________
-[  5910] By: gsar                                  on 2000/04/24  03:23:10
-        Log: typo in pod
-     Branch: perl
-          ! ext/Thread/Thread.pm
-____________________________________________________________________________
-[  5909] By: gsar                                  on 2000/04/24  03:22:03
-        Log: mode argument to do_binmode() should be file mode, not boolean
+[ 17656] By: ams                                   on 2002/07/28  06:12:33
+        Log: Subject: [PATCH] Typo in regcomp.c
+             From: Chris Ball <chris@cpan.org>
+             Date: 26 Jul 2002 17:49:35 +0100
+             Message-Id: <868z3yzb6o.fsf@void.printf.net>
+             (With additional tweak to s_reginclasslen.)
      Branch: perl
-          ! pp_sys.c
+          ! regcomp.c
 ____________________________________________________________________________
-[  5908] By: gsar                                  on 2000/04/16  16:51:08
-        Log: introduce illegal symbols into null package so that gv_fetchpv(...,TRUE)
-             always returns a valid GV even when the symbol is trapped by strictures
-             (avoids coredumps)
-             
-             TODO: the C<package;> hack needs similar treatment
+[ 17655] By: jhi                                   on 2002/07/25  20:37:16
+        Log: Upgrade to Unicode::Collate 0.20.
      Branch: perl
-          ! embedvar.h gv.c intrpvar.h perl.c perlapi.h
-          ! t/pragma/strict-vars
-____________________________________________________________________________
-[  5907] By: jhi                                   on 2000/03/31  23:42:56
-        Log: pp_gmtime() assumed that newSVpvf %d would take C ints,
-             an assumption which #5905 demolished.
-     Branch: cfgperl
-          ! pp_sys.c
-____________________________________________________________________________
-[  5906] By: jhi                                   on 2000/03/31  18:54:37
-        Log: Typo in #5905.
-     Branch: cfgperl
-          ! t/op/64bitint.t
-____________________________________________________________________________
-[  5905] By: jhi                                   on 2000/03/31  18:50:54
-        Log: Fix for "[ID 20000329.080] quad printing does not work as documented",
-             reported by Joseph N. Hall.  The bug was that even with use64bitint
-             one had to use the prefixes q, L, or ll with printf/sprintf,
-             contrary to the documentation and common sense.
-     Branch: cfgperl
-          ! sv.c t/op/64bitint.t
+          ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
+          ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
 ____________________________________________________________________________
-[  5904] By: gsar                                  on 2000/03/28  02:31:32
-        Log: add Changes, perldelta.pod
+[ 17654] By: jhi                                   on 2002/07/23  16:33:52
+        Log: Commas, schcommas.
      Branch: perl
-          + Changes pod/perldelta.pod
+          ! patchlevel.h
 ____________________________________________________________________________
-[  5903] By: gsar                                  on 2000/03/28  02:03:55
-        Log: rename Changes and perldelta.pod
+[ 17644] By: jhi                                   on 2002/07/19  18:55:18
+        Log: Copy perldelta as perl58delta, purge the perldelta.
      Branch: perl
-         +> Changes5.6 pod/perl56delta.pod
-          - Changes pod/perldelta.pod
-          ! MANIFEST
+          + pod/perl58delta.pod
+          ! MANIFEST pod/perldelta.pod
 ____________________________________________________________________________
-[  5902] By: gsar                                  on 2000/03/28  01:59:14
-        Log: create maint-5.6 branch
-     Branch: maint-5.6/perl
-         +> (branch 1611 files)
+[ 17642] By: jhi                                   on 2002/07/19  16:37:39
+        Log: Update Changes; mainly to get the DEVELNNNNN stamp back in business.
+     Branch: perl
+          ! Changes patchlevel.h
 ____________________________________________________________________________
-[  5901] By: jhi                                   on 2000/03/23  05:48:43
-        Log: Integrate with Sarathy.
-     Branch: cfgperl
-         !> Changes patchlevel.h pod/perlhist.pod pod/perltoc.pod
+[ 17641] By: jhi                                   on 2002/07/19  16:31:08
+        Log: Integrate perlio (no changes, but that's fine).
+     Branch: perl
+         !> embed.fnc perl.h
 ____________________________________________________________________________
-[  5900] By: gsar                                  on 2000/03/23  05:42:43
-        Log: three guesses on what this is :-)
+[ 17639] By: jhi                                   on 2002/07/19  00:47:18
+        Log: It's all yours, Hugo.
      Branch: perl
-          ! Changes
+          + Changes5.8
+          ! Changes MANIFEST